@charset "UTF-8";[data-theme=light]{--color-background-primary: #e2edfc;--color-background-secondary: #f7f8ff;--color-text-primary: #2d3748;--color-text-secondary: #5c5f87;--color-accent: #7c3aed;--color-border: #b8aef5;--color-error: #ef4444;--color-accent-dark: #6d28d9;--color-accent-rgb: 124, 58, 237;--color-shadow-inset: rgba(0, 0, 0, .1);--chat-bubble-bg-user: #ffffff;--chat-bubble-bg-agent: #e3f2fd;--chat-bubble-border-agent: #bbdefb;--chat-bubble-bg-internal: #fff3e0;--chat-bubble-border-internal: #ffe0b2;--chat-tag-bg: #ffb74d;--chat-tag-text: #e65100;--status-open-bg: #ffebee;--status-open-text: #c62828;--status-process-bg: #fff3e0;--status-process-text: #ef6c00;--status-resolved-bg: #e8f5e9;--status-resolved-text: #2e7d32;--status-closed-bg: #eceff1;--status-closed-text: #455a64;--color-success-main: #16a34a;--color-success-bg: #dcfce7;--color-success-text: #166534;--color-danger-main: #dc2626;--color-danger-soft: #fff5f5;--color-danger-bg: #fee2e2;--color-danger-text: #991b1b;--color-danger-border: #f87171;--color-warning-main: #f59e0b;--color-warning-bg: #fffbeb;--color-warning-text: #b45309;--color-info-main: #3b82f6;--color-info-bg: #eff6ff;--color-info-text: #1d4ed8;--color-accent-soft: #f3e8ff;--color-accent-text: #6b21a8;--color-primary-ghost: #eff6ff}html[data-theme=light] .base-input,html[data-theme=light] .base-select,html[data-theme=light] .base-textarea{background-color:var(--color-background-primary);border-color:var(--color-border)}[data-theme=dark]{--color-background-primary: #0f172a;--color-background-secondary: #1e293b;--color-text-primary: #f1f5f9;--color-text-secondary: #64748b;--color-accent: #3b82f6;--color-border: #334155;--color-error: #e74c3c;--color-shadow-inset: rgba(255, 255, 255, .07);--chat-bubble-bg-user: #1e293b;--chat-bubble-bg-agent: #172554;--chat-bubble-border-agent: #1e40af;--chat-bubble-bg-internal: #431407;--chat-bubble-border-internal: #9a3412;--chat-tag-bg: #c2410c;--chat-tag-text: #ffedd5;--status-open-bg: #450a0a;--status-open-text: #fca5a5;--status-process-bg: #431407;--status-process-text: #fdba74;--status-resolved-bg: #052e16;--status-resolved-text: #86efac;--status-closed-bg: #0f172a;--status-closed-text: #94a3b8;--color-success-main: #22c55e;--color-success-bg: rgba(22, 101, 52, .4);--color-success-text: #86efac;--color-danger-main: #ef4444;--color-danger-soft: rgba(220, 38, 38, .05);--color-danger-bg: rgba(153, 27, 27, .4);--color-danger-text: #fca5a5;--color-danger-border: #ef4444;--color-warning-main: #fbbf24;--color-warning-bg: rgba(245, 158, 11, .1);--color-warning-text: #fde68a;--color-info-main: #60a5fa;--color-info-bg: rgba(59, 130, 246, .15);--color-info-text: #bfdbfe;--color-accent-soft: rgba(124, 58, 237, .15);--color-accent-text: #ddd6fe;--color-primary-ghost: rgba(59, 130, 246, .15)}html[data-theme=dark] .base-input,html[data-theme=dark] .base-select,html[data-theme=dark] .base-textarea{background-color:var(--color-background-primary);border-color:var(--color-border)}[data-theme=neutral]{--color-background-primary: #1d2d3d;--color-background-secondary: #2c3e50;--color-text-primary: #dce4eb;--color-text-secondary: #a4b8c9;--color-accent: #3b82f6;--color-border: #4e6378;--color-error: #e74c3c;--color-shadow-inset: rgba(255, 255, 255, .07)}html[data-theme=neutral] .base-input,html[data-theme=neutral] .base-select,html[data-theme=neutral] .base-textarea{background-color:var(--color-background-primary);border-color:var(--color-border)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--color-background-primary);color:var(--color-text-primary);transition:background-color .3s ease,color .3s ease;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.card{background-color:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:8px;padding:24px}.button-primary{background-color:var(--color-accent);color:#fff;padding:8px 16px;border-radius:4px;border:none;cursor:pointer}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .3s ease,transform .3s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0;transform:translateY(10px)}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:4px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--color-text-secondary)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}
