:root{--bg-page: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface-secondary: #F1F5F9;--border: #E2E8F0;--border-strong: #94A3B8;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--blue: #3B82F6;--blue-light: #EFF6FF;--amber: #F59E0B;--amber-light: #FFFBEB;--green: #10B981;--green-light: #ECFDF5;--red: #EF4444;--red-light: #FEF2F2;--purple: #8B5CF6;--muted: #94A3B8;--font-ui: "Outfit", "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 2px 4px rgba(15, 23, 42, .04), 0 0 0 1px rgba(15, 23, 42, .02);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 2px 4px -2px rgba(15, 23, 42, .06), 0 0 0 1px rgba(15, 23, 42, .02);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .08), 0 4px 6px -4px rgba(15, 23, 42, .04), 0 0 0 1px rgba(15, 23, 42, .02)}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.5}to{transform:scale(2);opacity:0}}@keyframes pulse-dot{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(.95)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-ui);background:linear-gradient(135deg,#f4f7ff,#f9f5ff);background-attachment:fixed;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-feature-settings:"tnum" 1}button{font-family:inherit}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:8px}::-webkit-scrollbar-track{background:transparent}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.tooltip-term{border-bottom:1px dotted var(--text-muted);cursor:help}.hide-scrollbar::-webkit-scrollbar{display:none}
