*,*:before,*:after{box-sizing:border-box}:root{--theme-bg: #f9fafb;--theme-surface: #ffffff;--theme-surface-muted: #f3f4f6;--theme-surface-elevated: #ffffff;--theme-border: #e5e7eb;--theme-border-strong: #d1d5db;--theme-text: #111827;--theme-text-muted: #4b5563;--theme-text-subtle: #6b7280;--theme-accent: #2563eb;--theme-accent-hover: #1d4ed8;--theme-accent-soft: #eff6ff;--theme-accent-soft-hover: #dbeafe;--theme-scrollbar-track: #e5e7eb;--theme-scrollbar-thumb: #9ca3af}html.dark{--theme-bg: #030712;--theme-surface: #111827;--theme-surface-muted: #0f172a;--theme-surface-elevated: #1f2937;--theme-border: #374151;--theme-border-strong: #4b5563;--theme-text: #f3f4f6;--theme-text-muted: #d1d5db;--theme-text-subtle: #9ca3af;--theme-accent: #60a5fa;--theme-accent-hover: #93c5fd;--theme-accent-soft: rgba(30, 41, 59, .9);--theme-accent-soft-hover: #334155;--theme-scrollbar-track: #111827;--theme-scrollbar-thumb: #4b5563}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}#root{transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}html,body,#root,*{scrollbar-color:var(--theme-scrollbar-thumb) var(--theme-scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--theme-scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:999px;border:2px solid var(--theme-scrollbar-track)}*::-webkit-scrollbar-thumb:hover{background:var(--theme-border-strong)}.thin-scrollbar::-webkit-scrollbar{width:4px}.thin-scrollbar::-webkit-scrollbar-track{background:transparent}.thin-scrollbar::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:2px;border:none}.theme-surface{background-color:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}.theme-surface-muted{background-color:var(--theme-surface-muted);border-color:var(--theme-border);color:var(--theme-text)}.theme-elevated{background-color:var(--theme-surface-elevated);border-color:var(--theme-border);color:var(--theme-text)}.theme-border{border-color:var(--theme-border)}.theme-text-muted{color:var(--theme-text-muted)}.theme-text-subtle{color:var(--theme-text-subtle)}.theme-link{color:var(--theme-accent);transition:color .15s ease,background-color .15s ease}.theme-link:hover{color:var(--theme-accent-hover)}.theme-link-pill{background-color:var(--theme-accent-soft);color:var(--theme-accent);transition:background-color .15s ease,color .15s ease}.theme-link-pill:hover{background-color:var(--theme-accent-soft-hover);color:var(--theme-accent-hover)}.theme-input-shell{background-color:var(--theme-surface-muted);border-color:var(--theme-border);color:var(--theme-text)}.theme-input-shell::placeholder{color:var(--theme-text-subtle)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}html.dark body{background-color:#030712;color:#f3f4f6}html.dark #root{background-color:#111827}@keyframes fade-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.animate-fade-in{animation:fade-in .2s ease-out}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}
