:root{--bg-light: #f8fafc;--bg-white: #ffffff;--card-bg: #ffffff;--card-border: #e2e8f0;--card-border-hover: #38bdf8;--input-bg: #ffffff;--input-border: #cbd5e1;--input-focus-border: #0ea5e9;--primary-sky: #0ea5e9;--primary-sky-dark: #0284c7;--primary-sky-light: #e0f2fe;--primary-sky-glow: rgba(14, 165, 233, .25);--primary-teal: #0d9488;--accent-purple: #9333ea;--accent-amber: #d97706;--accent-rose: #e11d48;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-subtle: #94a3b8;--code-font: "JetBrains Mono", monospace;--font-family: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(15, 23, 42, .06);--shadow-lg: 0 10px 30px rgba(15, 23, 42, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;margin:0;padding:0;font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#f8fafc;min-height:100vh}button,input,select,textarea,a{transition:all .2s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#e0f2fe}::-webkit-scrollbar-thumb{background:#0284c7;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0369a1}.font-mono{font-family:var(--code-font)}.text-teal{color:#0d9488!important}.text-cyan,.text-sky{color:#0284c7!important}.text-purple{color:var(--accent-purple)!important}.text-white{color:#fff!important}.text-dark{color:#0f172a!important}.text-muted{color:var(--text-muted)!important}.text-right{text-align:right!important}.text-bold{font-weight:700!important}.font-medium{font-weight:500!important}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
