.download-page{min-height:100vh;display:flex;flex-direction:column;position:relative}.download-page:before{content:"";pointer-events:none;position:fixed;top:-30%;left:50%;transform:translate(-50%);width:80vw;height:60vh;background:radial-gradient(ellipse at center,rgba(165,255,17,.05) 0%,transparent 70%);z-index:0}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#09090bd9;border-bottom:1px solid #27272a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-inner{max-width:1200px;margin:0 auto;padding:0 1rem;height:60px;display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none}.header-title{font-size:.9375rem;font-weight:600;color:#f4f4f5;letter-spacing:-.01em}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav-link{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:400;color:#a1a1aa;text-decoration:none;transition:color .15s ease,background .15s ease}.header-nav-link:hover{color:#f4f4f5;background:#27272a}.main{flex:1;width:100%;padding-top:60px;position:relative;z-index:1}.hero-section{position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(165,255,17,.08) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,black 30%,transparent 100%)}.platform-tab{transition:all .15s ease}.platform-tab:not(.disabled):hover{background:#a5ff1114!important;color:#a5ff11!important}.platform-tab.active{box-shadow:0 0 12px #a5ff1140}.download-glow{position:relative}.download-glow:after{content:"";pointer-events:none;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:.6rem;background:linear-gradient(135deg,#a5ff114d,#73b30c1a);opacity:0;transition:opacity .2s ease;z-index:-1;filter:blur(10px)}.download-glow:hover:after{opacity:1}.footer{margin-top:auto;position:relative;z-index:1}.footer a:hover{color:#a5ff11}.version-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;background:#a5ff1114;border:1px solid rgba(165,255,17,.2);color:#a5ff11;font-size:.75rem;font-weight:500;letter-spacing:.02em}.version-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#a5ff11;box-shadow:0 0 6px #a5ff11}.gradient-heading{background:linear-gradient(135deg,#f4f4f5 30%,#a5ff11);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:root{--color-neutral-200: #C8C8C8;--color-neutral-300: #A0A0A0;--color-neutral-400: #8E8E8E;--color-neutral-600: #404040;--color-neutral-700: #282828;--color-neutral-800: #222222;--color-neutral-900: #131215;--color-brand-100: #ECFC91;--color-brand-600: #A5FF11;--color-brand-700: #73B30C;--color-brand-800: #8AA200;--color-brand-900: #2D381B;--color-transparent-brand: rgba(72, 72, 72, .05);--color-transparent-black-50: rgba(0, 0, 0, .5);--color-transparent-green-20: rgba(112, 237, 206, .2);--color-transparent-green-10: rgba(109, 234, 173, .1);--color-background-primary: #1A1A1A;--color-background-secondary: #2A2A2A;--color-background-tertiary: #3A3A3A;--color-background-brand: #1F2A15;--color-semantic-success: #16a34a;--color-semantic-warning: #f59e0b;--color-semantic-error: #ef4444;--color-semantic-info: #3b82f6;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--font-body: Power Grotesk, Inter, system-ui, sans-serif;--font-heading: Power Grotesk, Inter, system-ui, sans-serif;--font-secondary: Inter, system-ui, sans-serif}:root{--color-background-primary: #09090b;--color-background-secondary: #18181b;--color-background-tertiary: #27272a;--color-brand-50: #f7ffe5;--color-brand-100: #ecfc91;--color-brand-200: #d9f960;--color-brand-300: #c9ff73;--color-brand-400: #b8ff4a;--color-brand-500: #a5ff11;--color-brand-600: #a5ff11;--color-brand-700: #73b30c;--color-brand-800: #8aa200;--color-brand-900: #2d381b;--color-neutral-50: #fafafa;--color-neutral-100: #f4f4f5;--color-neutral-200: #e4e4e7;--color-neutral-300: #d4d4d8;--color-neutral-400: #a1a1aa;--color-neutral-500: #71717a;--color-neutral-600: #52525b;--color-neutral-700: #3f3f46;--color-neutral-800: #27272a;--color-neutral-900: #18181b;--color-neutral-950: #09090b;--color-text-primary: #f4f4f5;--color-text-secondary: #a1a1aa;--color-text-muted: #71717a;--color-border-primary: #27272a;--color-border-secondary: #3f3f46;--color-success: #22c55e;--color-error: #ef4444;--color-warning: #f59e0b;--gradient-brand: linear-gradient(135deg, #a5ff11 0%, #73b30c 100%)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--color-background-primary);color:var(--color-text-primary);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-brand-600);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-brand-100)}button{font-family:inherit;cursor:pointer}::selection{background-color:#a5ff1126;color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-neutral-700);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-neutral-600)}
