:root{--color-bg:#f0f2f8;--color-surface:#fff;--color-surface-hover:#f7f8fb;--color-sidebar:#ffffffd9;--color-sidebar-hover:#4f6aff0f;--color-sidebar-active:#4f6aff1a;--color-sidebar-border:#0000000a;--color-primary:#4f6aff;--color-primary-hover:#3d55e0;--color-primary-light:#4f6aff14;--color-primary-border:#4f6aff33;--color-accent:#ff8c42;--color-accent-light:#ff8c4214;--color-text:#1e2330;--color-text-secondary:#5a6178;--color-text-muted:#9098b1;--color-text-inverse:#fff;--color-border:#0000000f;--color-border-hover:#0000001a;--color-border-focus:var(--color-primary);--color-success:#10b981;--color-success-light:#ecfdf5;--color-danger:#ef4444;--color-danger-light:#fef2f2;--color-warning:#f59e0b;--color-warning-light:#fffbeb;--color-info:#3b82f6;--color-info-light:#eff6ff;--font-display:"DM Sans", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:.9375rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--leading-tight:1.2;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.04em;--tracking-wider:.08em;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px #00000008;--shadow-sm:0 1px 3px #00000008, 0 1px 2px #00000005;--shadow-md:0 4px 12px #0000000d;--shadow-lg:0 8px 24px #0000000f;--shadow-xl:0 16px 48px #00000014;--shadow-glass:0 4px 30px #0000000a;--shadow-card:0 2px 8px #0000000a, 0 0 0 1px #0000000a;--shadow-card-hover:0 4px 16px #00000012, 0 0 0 1px #4f6aff26;--shadow-focus:0 0 0 3px var(--color-primary-border);--transition-fast:.12s ease;--transition-base:.18s ease;--transition-slow:.3s ease-out;--sidebar-width:240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}button{color:inherit;font:inherit}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);letter-spacing:var(--tracking-normal)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text);font-weight:600;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h4{font-size:var(--text-md);font-weight:500}p{color:var(--color-text-secondary);line-height:var(--leading-relaxed)}code,.mono{font-family:var(--font-mono);font-size:.9em}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-hover)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#00000014}::-webkit-scrollbar-thumb:hover{background:#00000024}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--color-border-focus);box-shadow:var(--shadow-focus);outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes slideInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideInModal{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn var(--transition-slow) both}.animate-fade-in-up{animation:.4s ease-out both fadeInUp}.stagger>*{animation:fadeIn var(--transition-slow) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:50ms}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.15s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(6){animation-delay:.25s}.stagger>:nth-child(7){animation-delay:.3s}.stagger>:nth-child(8){animation-delay:.35s}.stagger>:nth-child(9){animation-delay:.4s}.stagger>:nth-child(10){animation-delay:.45s}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes explorerGridDraw{0%{opacity:0}to{opacity:1}}@keyframes explorerPulseRing{0%{opacity:.5;transform:translate(-50%,-50%)scale(.8)}50%{opacity:.15;transform:translate(-50%,-50%)scale(1.15)}to{opacity:.5;transform:translate(-50%,-50%)scale(.8)}}@keyframes explorerResultSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes explorerSearchGlow{0%,to{box-shadow:0 0 #4f6aff00}50%{box-shadow:0 0 20px 2px #4f6aff0f}}.explorer-result-stagger>*{animation:.28s ease-out both explorerResultSlide}.explorer-result-stagger>:first-child{animation-delay:40ms}.explorer-result-stagger>:nth-child(2){animation-delay:80ms}.explorer-result-stagger>:nth-child(3){animation-delay:.12s}.explorer-result-stagger>:nth-child(4){animation-delay:.16s}.explorer-result-stagger>:nth-child(5){animation-delay:.2s}.explorer-result-stagger>:nth-child(6){animation-delay:.24s}.explorer-result-stagger>:nth-child(7){animation-delay:.28s}.explorer-result-stagger>:nth-child(8){animation-delay:.32s}.explorer-row-stagger>*{animation:.22s ease-out both explorerResultSlide}.explorer-row-stagger>:first-child{animation-delay:0s}.explorer-row-stagger>:nth-child(2){animation-delay:30ms}.explorer-row-stagger>:nth-child(3){animation-delay:60ms}.explorer-row-stagger>:nth-child(4){animation-delay:90ms}.explorer-row-stagger>:nth-child(5){animation-delay:.12s}.explorer-row-stagger>:nth-child(6){animation-delay:.15s}.explorer-row-stagger>:nth-child(7){animation-delay:.18s}.explorer-row-stagger>:nth-child(8){animation-delay:.21s}.explorer-row-stagger>:nth-child(9){animation-delay:.24s}.explorer-row-stagger>:nth-child(10){animation-delay:.27s}
