*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + 1.5rem);background:var(--color-bg);-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%;font-size:16px}body{--font-body:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;--font-heading:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--font-editorial:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Consolas", monospace;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg);min-height:100dvh;color:var(--color-text);line-height:1.6;overflow-x:hidden}::selection{background:color-mix(in srgb, var(--color-accent) 72%, transparent);color:#11120f}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}:root{--black:#000;--white:#fff;--neutral-50:#fafafa;--neutral-100:#f5f5f5;--neutral-200:#e5e5e5;--neutral-300:#d4d4d4;--neutral-400:#a3a3a3;--neutral-500:#737373;--neutral-600:#525252;--neutral-700:#404040;--neutral-800:#262626;--neutral-850:#1a1a1a;--neutral-900:#0f0f0f;--neutral-950:#080808;--accent-50:#f0f9ff;--accent-100:#e0f2fe;--accent-200:#bae6fd;--accent-300:#7dd3fc;--accent-400:#38bdf8;--accent-500:#0ea5e9;--accent-600:#0284c7;--accent-700:#0369a1;--accent-800:#075985;--accent-glow:#0ea5e926;--green-400:#4ade80;--green-500:#22c55e;--yellow-400:#facc15;--red-400:#f87171;--red-500:#ef4444;--color-bg:#11120f;--color-bg-secondary:#141510;--color-bg-tertiary:#191a15;--color-surface:#1a1b16;--color-surface-hover:#20221b;--color-border:#efefe81a;--color-border-strong:#efefe833;--color-text:#efefe8;--color-text-secondary:#aeaea6;--color-text-muted:#73736c;--color-accent:#d8f878;--color-accent-hover:#ecffa9;--color-accent-glow:#d8f87829;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--text-8xl:6rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--max-width:1120px;--content-width:720px;--nav-height:64px;--radius-sm:4px;--radius:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000004d;--shadow:0 4px 12px #00000038;--shadow-md:0 8px 24px #0000004d;--shadow-lg:0 16px 48px #0006;--shadow-glow:0 0 32px var(--color-accent-glow);--ease:cubic-bezier(.4, 0, .2, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.15s;--duration:.25s;--duration-slow:.4s;--duration-slower:.6s}[data-theme=dashboard]{--color-bg:#f9f9fb;--color-bg-secondary:#f2f2f5;--color-bg-tertiary:#ececf0;--color-surface:#fff;--color-surface-hover:#f5f5f8;--color-border:#00000012;--color-border-strong:#00000024;--color-text:#0f0f0f;--color-text-secondary:#525252;--color-text-muted:#a3a3a3;--color-accent:var(--accent-600);--color-accent-hover:var(--accent-700);--color-accent-glow:#0284c71a;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a}@media (prefers-color-scheme:dark){[data-theme=dashboard]{--color-bg:#0a0a0c;--color-bg-secondary:#111114;--color-bg-tertiary:#18181c;--color-surface:#1c1c22;--color-surface-hover:#252530;--color-border:#ffffff14;--color-border-strong:#ffffff29;--color-text:#f0f0f2;--color-text-secondary:#a0a0aa;--color-text-muted:#5a5a66;--color-accent:var(--accent-400);--color-accent-hover:var(--accent-300);--color-accent-glow:#0ea5e926;--shadow:0 1px 3px #0006, 0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 8px 24px #0009}[data-theme=dashboard] .glass{background:#ffffff08;border-color:#ffffff14}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);font-weight:700;line-height:1.15}p{color:var(--color-text-secondary);line-height:1.7}a{color:var(--color-accent);transition:color var(--duration-fast) var(--ease);text-decoration:none}a:hover{color:var(--color-accent-hover)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}strong{color:var(--color-text);font-weight:600}code{font-family:var(--font-mono);background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.15em .4em;font-size:.875em}.container{width:100%;max-width:var(--max-width);padding-inline:var(--space-6);margin-inline:auto}@media (min-width:768px){.container{padding-inline:var(--space-8)}}.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}.glass{-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border);background:#ffffff08}[data-theme=dashboard] .glass{border-color:var(--color-border);background:#ffffffb3}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-size:var(--text-sm);letter-spacing:-.01em;cursor:pointer;transition:all var(--duration) var(--ease);white-space:nowrap;border:none;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-accent);color:#11120f;box-shadow:0 0 0 0 var(--color-accent-glow)}.btn-primary:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-glow), 0 4px 12px #0000004d;color:#11120f;transform:translateY(-1px)}[data-theme=dashboard] .btn-primary,[data-theme=dashboard] .btn-primary:hover{color:#fff}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--color-text-secondary);border:1px solid var(--color-border);background:0 0}.btn-ghost:hover{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border-strong)}.input{width:100%;padding:var(--space-3) var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-size:var(--text-base);transition:border-color var(--duration-fast) var(--ease), box-shadow var(--duration-fast) var(--ease);outline:none}.input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}.input::placeholder{color:var(--color-text-muted)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--duration-slow) var(--ease-out) both}.animate-fade-in-up{animation:fadeInUp var(--duration-slow) var(--ease-out) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:80ms}.stagger>:nth-child(3){animation-delay:.16s}.stagger>:nth-child(4){animation-delay:.24s}.stagger>:nth-child(5){animation-delay:.32s}.stagger>:nth-child(6){animation-delay:.4s}.skeleton{background:linear-gradient(90deg, var(--color-surface) 0%, var(--color-surface-hover) 50%, var(--color-surface) 100%);border-radius:var(--radius);background-size:800px 100%;animation:1.5s linear infinite shimmer}.spinner{border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.gradient-text{background:linear-gradient(135deg,#38bdf8 0%,#0ea5e9 40%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.noise:before{content:"";pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px;position:fixed;inset:0}.tip-wrap{cursor:default;display:inline-flex;position:relative}.tip-wrap .tip-label{border-radius:var(--radius-sm);background:var(--neutral-800);color:var(--neutral-200);white-space:nowrap;pointer-events:none;z-index:100;padding:3px 8px;font-size:10px;font-weight:600;display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000004d}.tip-wrap .tip-label:after{content:"";border:4px solid #0000;border-top-color:var(--neutral-800);position:absolute;top:100%;left:50%;transform:translate(-50%)}.tip-wrap:hover .tip-label{display:block}
