:root{--color-lime: #c3f400;--color-lime-dim: #abd600;--color-lime-10: rgba(195, 244, 0, .1);--color-lime-20: rgba(195, 244, 0, .2);--color-secondary: #b5d25e;--color-tertiary: #d2e5f5;--surface: #131313;--surface-low: #1c1b1b;--surface-high: #2a2a2a;--surface-highest: #353534;--surface-lowest: #0e0e0e;--color-on-surface: #e5e2e1;--color-on-surface-dim: rgba(229, 226, 225, .6);--color-on-surface-faint: rgba(229, 226, 225, .3);--color-error: #ff4d4d;--color-success: var(--color-lime);--color-warning: #f5a623;--color-accent-warm: #ff6b2b;--font-display: "Barlow Condensed", sans-serif;--font-body: "DM Sans", sans-serif;--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;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800;--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;--radius-sm: .125rem;--radius-md: .375rem;--radius-full: 9999px;--shadow-diffused: 0 8px 40px rgba(14, 14, 14, .08);--shadow-strong: 0 4px 24px rgba(14, 14, 14, .4);--shadow-lime: 0 0 24px rgba(195, 244, 0, .15);--glass-bg: rgba(19, 19, 19, .6);--glass-blur: blur(20px);--sidebar-width: 64px;--topbar-height: 56px;--bottom-nav-height: 64px;--content-max-width: 1400px;--z-base: 1;--z-sticky: 10;--z-overlay: 100;--z-modal: 200;--z-toast: 300;--transition-fast: .15s ease-out;--transition-normal: .25s ease-out;--transition-slow: .35s ease-out}.text-display-lg{font-family:var(--font-display);font-size:var(--text-7xl);font-weight:var(--fw-bold);letter-spacing:-.03em;line-height:1;text-transform:uppercase}.text-display-md{font-family:var(--font-display);font-size:var(--text-5xl);font-weight:var(--fw-bold);letter-spacing:-.02em;line-height:1.05;text-transform:uppercase}.text-headline{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--fw-bold);letter-spacing:-.015em;line-height:1.1;text-transform:uppercase}.text-title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--fw-semibold);letter-spacing:-.01em;line-height:1.2}.text-body-lg{font-family:var(--font-body);font-size:var(--text-lg);font-weight:var(--fw-regular);line-height:1.6}.text-body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--fw-regular);line-height:1.5}.text-body-sm{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--fw-regular);line-height:1.5}.text-label-caps{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.08em;text-transform:uppercase;line-height:1}.text-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--fw-medium);line-height:1.4}.text-mono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";letter-spacing:-.02em}.text-lime{color:var(--color-lime)}.text-dim{color:var(--color-on-surface-dim)}.text-faint{color:var(--color-on-surface-faint)}.text-surface{color:var(--color-on-surface)}.text-italic-editorial{font-style:italic;font-weight:var(--fw-bold);letter-spacing:-.02em}@keyframes slideInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes pulse-lime{0%,to{box-shadow:0 0 #c3f40066}50%{box-shadow:0 0 0 8px #c3f40000}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes confetti-fall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.animate-slide-up{animation:slideInUp .3s ease-out both}.animate-slide-right{animation:slideInRight .3s ease-out both}.animate-fade-in{animation:fadeIn .25s ease-out both}.animate-scale-in{animation:scaleIn .25s ease-out both}.animate-pulse-lime{animation:pulse-lime 2s ease-in-out infinite}.stagger-1{animation-delay:0ms}.stagger-2{animation-delay:50ms}.stagger-3{animation-delay:.1s}.stagger-4{animation-delay:.15s}.stagger-5{animation-delay:.2s}.stagger-6{animation-delay:.25s}.stagger-7{animation-delay:.3s}.stagger-8{animation-delay:.35s}.stagger-9{animation-delay:.4s}.stagger-10{animation-delay:.45s}.stagger-11{animation-delay:.5s}.stagger-12{animation-delay:.55s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--fw-regular);color:var(--color-on-surface);background-color:var(--surface);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;overflow-x:hidden}.skip-link{position:absolute;top:-100%;left:var(--space-4);background:var(--color-lime);color:var(--surface);padding:var(--space-2) var(--space-4);font-weight:var(--fw-bold);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;z-index:var(--z-toast);border-radius:var(--radius-sm);text-decoration:none}.skip-link:focus{top:var(--space-4)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--fw-bold);line-height:1.1;letter-spacing:-.02em;color:var(--color-on-surface)}p{line-height:1.6}a{color:var(--color-lime);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-lime-dim)}a:focus-visible{outline:2px solid var(--color-lime);outline-offset:2px}button,[role=button]{cursor:pointer;border:none;background:none;font-family:var(--font-body);font-size:var(--text-base);color:inherit}button:focus-visible,[role=button]:focus-visible{outline:2px solid var(--color-lime);outline-offset:2px}input,textarea,select{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-on-surface);background:var(--surface-highest);border:none;outline:none}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-lime);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface-low)}::-webkit-scrollbar-thumb{background:var(--surface-highest);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-on-surface-faint)}.container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-4)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none;font-size:24px}.material-symbols-outlined.icon-sm{font-size:18px}.material-symbols-outlined.icon-lg{font-size:28px}.material-symbols-outlined.icon-xl{font-size:36px}
