.confirm-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:10000;animation:confirm-fade-in .15s ease-out}.confirm-dialog{background:var(--bg-primary, #ffffff);border-radius:12px;padding:24px;min-width:340px;max-width:440px;box-shadow:0 8px 32px #00000029;animation:confirm-scale-in .18s cubic-bezier(.2,0,0,1)}.confirm-title{font-size:16px;font-weight:600;color:var(--text-primary, #1a1a1a);margin-bottom:8px}.confirm-message{font-size:14px;color:var(--text-secondary, #555);line-height:1.5;margin-bottom:20px}.confirm-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-btn{padding:6px 18px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:all .15s ease}.confirm-btn-cancel{background:transparent;color:var(--text-secondary, #666);border:1px solid var(--border-color, #ddd)}.confirm-btn-cancel:hover{background:var(--bg-secondary, #f5f5f5)}.confirm-btn-info{background:#4f7df9;color:#fff}.confirm-btn-info:hover{background:#3a6bef}.confirm-btn-warning{background:#f0a020;color:#fff}.confirm-btn-warning:hover{background:#d8901a}.confirm-btn-danger{background:#e5484d;color:#fff}.confirm-btn-danger:hover{background:#d13438}@keyframes confirm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-scale-in{0%{opacity:0;transform:scale(.92) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}:root{--color-primary: #4F46E5;--color-primary-hover: #4338CA;--color-primary-gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);--color-secondary: #10B981;--color-background: #F7F7FF;--color-background-root: #FBFBFF;--color-surface: #FFFFFF;--color-surface-soft: #F8FAFC;--color-surface-hover: #F1F5FF;--color-text: #111827;--color-text-secondary: #6B7280;--color-border: rgba(226, 232, 240, .86);--color-error: #EF4444;--color-success: #10B981;--color-warning: #F59E0B;--shadow-sm: 0 4px 12px rgba(79, 70, 229, .08);--shadow-md: 0 12px 30px rgba(79, 70, 229, .1), 0 3px 10px rgba(15, 23, 42, .04);--shadow-lg: 0 20px 60px rgba(79, 70, 229, .14), 0 8px 20px rgba(15, 23, 42, .06);--shadow-panel: 0 24px 80px rgba(79, 70, 229, .16), 0 8px 24px rgba(15, 23, 42, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 22px;--radius-2xl: 28px;--radius-full: 9999px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:var(--font-sans);background:radial-gradient(circle at 8% 10%,rgba(99,102,241,.16),transparent 28%),radial-gradient(circle at 92% 18%,rgba(168,85,247,.12),transparent 30%),linear-gradient(135deg,var(--color-background-root) 0%,var(--color-background) 52%,#F4F0FF 100%);color:var(--color-text);overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body.pet-window,body.pet-window html,body.pet-window #root{background:transparent!important;background-color:transparent!important;overflow:visible!important;min-width:0!important}body{min-width:320px}html,body,#root{height:100dvh}@media (max-width: 768px){:root[data-vv=on]{height:var(--app-height, 100dvh);overflow:hidden;overscroll-behavior:none}:root[data-vv=on] body{position:fixed;top:0;left:0;width:100%;height:var(--app-height, 100dvh);overflow:hidden;overscroll-behavior:none}:root[data-vv=on] #root{position:fixed;top:var(--vv-offset-top, 0px);left:0;right:0;height:var(--app-height, 100dvh)}}@media (max-width: 768px){html,body,#root{overflow-x:hidden}body{touch-action:manipulation;-webkit-tap-highlight-color:transparent}input,textarea,select{font-size:16px}::-webkit-scrollbar{width:4px;height:4px}}:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--mobile-nav-height: 0px;--vv-offset-top: 0px;--keyboard-inset: 0px}@media (max-width: 768px){:root{--mobile-nav-height: 56px}}:root[data-keyboard=open]{--mobile-nav-height: 0px;--safe-area-bottom: 0px}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b859;border:2px solid transparent;border-radius:999px;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#6366f18c;border:2px solid transparent;background-clip:content-box}::selection{color:#fff;background:#4f46e5b8}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.m-2{margin:8px}.m-4{margin:16px}.w-full{width:100%}.h-full{height:100%}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:6px;color:#fff;font-size:14px;z-index:9999;word-wrap:break-word;word-break:normal;white-space:normal;background:#000000bf}.toast-success{background:#07c160}.toast-error{background:#f53f3f}.toast-warning{background:#ff7d00}.toast-info{background:#000000bf}
