:root{--background: #f0f2f5;--surface: #ffffff;--surface-soft: #f7f8fa;--surface-strong: #edf0f4;--surface-border: #e4e8ef;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--text-inverse: #ffffff;--border: #e5e7eb;--border-strong: #d1d5db;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: #eff6ff;--primary-subtle: rgba(37, 99, 235, .08);--online: #22c55e;--online-soft: rgba(34, 197, 94, .14);--success: #16a34a;--success-soft: #dcfce7;--warning: #f59e0b;--danger: #ef4444;--danger-soft: #fef2f2;--msg-out-bg: #2563eb;--msg-out-text: #ffffff;--msg-in-bg: #ffffff;--msg-in-text: #111827;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .07), 0 2px 6px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .09), 0 4px 12px rgba(0, 0, 0, .05);--shadow-card: 0 2px 12px rgba(0, 0, 0, .07);--radius-xs: 6px;--radius-sm: 10px;--radius: 14px;--radius-lg: 18px;--radius-xl: 24px;--radius-pill: 999px;--bubble-r: 18px;--bubble-r-sm: 4px;--t-fast: .1s ease;--t: .18s ease;--t-slow: .3s ease;--sidebar-w: 300px;--header-h: 68px;--fs-xs: .6875rem;--fs-sm: .8125rem;--fs-base: .9375rem;--fs-md: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.375rem;--fs-2xl: 1.75rem;--fs-3xl: 2.25rem}html.theme-dark{color-scheme:dark;--background: #0d1117;--surface: #161b22;--surface-soft: #1c2230;--surface-strong: #222b3a;--surface-border: rgba(255, 255, 255, .06);--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--text-inverse: #0d1117;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--primary: #4493f8;--primary-hover: #2563eb;--primary-soft: rgba(68, 147, 248, .12);--primary-subtle: rgba(68, 147, 248, .06);--online: #3fb950;--online-soft: rgba(63, 185, 80, .14);--success: #3fb950;--success-soft: rgba(63, 185, 80, .12);--warning: #d29922;--danger: #f85149;--danger-soft: rgba(248, 81, 73, .1);--msg-out-bg: #1f6feb;--msg-out-text: #ffffff;--msg-in-bg: #1c2230;--msg-in-text: #e6edf3;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .45);--shadow-card: 0 2px 12px rgba(0, 0, 0, .3)}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{min-height:100%}body{margin:0;background-color:var(--background);color:var(--text-primary)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.2}h1{font-size:var(--fs-3xl)}h2{font-size:var(--fs-2xl)}h3{font-size:var(--fs-xl)}h4{font-size:var(--fs-lg)}p{margin:0}small{font-size:var(--fs-sm)}.eyebrow{font-size:var(--fs-xs);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}button{font:inherit;border:none;background:none;cursor:pointer;transition:all var(--t)}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font:inherit;width:100%;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);padding:12px 16px;transition:border-color var(--t),box-shadow var(--t)}input:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}input::placeholder,textarea::placeholder{color:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fade-in{animation:fadeIn .2s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msg-in{animation:msgIn .2s cubic-bezier(.34,1.4,.64,1) both}@keyframes msgIn{0%{opacity:0;transform:scale(.88) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.pulse{animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes typingDot{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.typing-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--text-muted);animation:typingDot 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes toastIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.transition{transition:all var(--t)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{height:100%;min-height:100vh;margin:0;background:var(--background);color:var(--text-primary)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#64748b40;border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:#64748b73}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
