.toast-host[data-v-19d3b4ee]{position:fixed;top:0;left:0;right:0;z-index:10000;display:flex;justify-content:center;pointer-events:none;padding:16px 16px 0;box-sizing:border-box}.toast-stack[data-v-19d3b4ee]{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:min(420px,100%);pointer-events:auto}.toast-item[data-v-19d3b4ee]{display:flex;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;border-radius:12px;background:#fff;border:1px solid var(--border, #e2e8f0);box-shadow:0 10px 40px #0f172a1f,0 2px 8px #0f172a0f}.toast-item__icon[data-v-19d3b4ee]{flex-shrink:0;width:22px;height:22px;margin-top:1px}.toast-item__icon svg[data-v-19d3b4ee]{width:22px;height:22px;display:block}.toast-item__text[data-v-19d3b4ee]{flex:1;margin:0;min-width:0;font-size:14px;line-height:1.55;color:var(--text-primary, #1e293b);word-break:break-word}.toast-item__close[data-v-19d3b4ee]{flex-shrink:0;width:28px;height:28px;padding:0;margin:-4px -6px -4px 0;border:none;border-radius:6px;background:transparent;color:var(--text-muted, #64748b);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.toast-item__close[data-v-19d3b4ee]:hover{background:#0f172a0f;color:var(--text-primary, #1e293b)}.toast-item__close svg[data-v-19d3b4ee]{width:16px;height:16px}.toast-item--success[data-v-19d3b4ee]{border-left:4px solid #16a34a}.toast-item--success .toast-item__icon[data-v-19d3b4ee]{color:#16a34a}.toast-item--error[data-v-19d3b4ee]{border-left:4px solid #dc2626}.toast-item--error .toast-item__icon[data-v-19d3b4ee]{color:#dc2626}.toast-item--warning[data-v-19d3b4ee]{border-left:4px solid #d97706}.toast-item--warning .toast-item__icon[data-v-19d3b4ee]{color:#d97706}.toast-item--info[data-v-19d3b4ee]{border-left:4px solid #2563eb}.toast-item--info .toast-item__icon[data-v-19d3b4ee]{color:#2563eb}.toast-enter-active[data-v-19d3b4ee],.toast-leave-active[data-v-19d3b4ee]{transition:all .28s ease}.toast-enter-from[data-v-19d3b4ee]{opacity:0;transform:translateY(-12px)}.toast-leave-to[data-v-19d3b4ee]{opacity:0;transform:translateY(-8px)}.toast-move[data-v-19d3b4ee]{transition:transform .28s ease}html,body,#app{height:100%;margin:0;padding:0}:root{--primary: #1a3a6b;--primary-light: #2850a0;--accent: #c8973a;--accent-light: #e8b85a;--accent-blue: #2563eb;--gold: #c8973a;--bg-dark: #ffffff;--bg-surface: #ffffff;--bg-card: #f5f7fa;--bg-card-strong: #eef1f7;--text-primary: #1a2840;--text-secondary: #3d5278;--text-muted: #6b7f9e;--text-accent: #9aacc4;--border: #dce4f0;--border-hover: #b8c8e0;--shadow-soft: 0 12px 32px rgba(26, 58, 107, .1);--shadow-card: 0 4px 16px rgba(26, 58, 107, .08)}*,*:before,*:after{box-sizing:border-box}html,body,#app{width:100%;min-height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--text-primary);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.input{width:100%;height:46px;padding:0 14px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text-primary);transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.input::placeholder{color:var(--text-accent)}.input:hover{border-color:var(--border-hover)}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1a3a6b1f;background:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}
