:root{--bg: #ffffff;--bg-card: #f6f8fa;--text: #1f2328;--text-muted: #656d76;--accent: #0969da;--accent-hover: #0550ae;--border: #d0d7de;--radius: 12px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.download-btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border-radius:var(--radius);text-decoration:none;transition:background .2s}.download-btn:hover{background:var(--accent-hover);color:#fff;text-decoration:none}.download-btn-secondary{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.download-btn-secondary:hover{background:var(--border);color:var(--text);text-decoration:none}.onyx-lang-btn.active{color:var(--text);font-weight:600}@keyframes onyx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes onyx-fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes onyx-logo-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.onyx-animate-fade-in{opacity:0;animation:onyx-fade-in .6s ease-out both}.onyx-animate-fade-in-up{opacity:0;transform:translateY(12px);animation:onyx-fade-in-up .6s ease-out both}.onyx-animate-logo{opacity:0;transform:scale(.96);animation:onyx-logo-in .5s ease-out both}.onyx-delay-1{animation-delay:.1s}.onyx-delay-2{animation-delay:.2s}.onyx-delay-3{animation-delay:.35s}.onyx-delay-4{animation-delay:.5s}.onyx-delay-5{animation-delay:.65s}.onyx-delay-6{animation-delay:.8s}.onyx-delay-7{animation-delay:1s}.onyx-delay-8{animation-delay:1.2s}.onyx-delay-9{animation-delay:1.4s}.onyx-delay-10{animation-delay:1.6s}.onyx-delay-11{animation-delay:1.8s}.onyx-delay-12{animation-delay:2s}@media(prefers-reduced-motion:reduce){.onyx-animate-fade-in,.onyx-animate-fade-in-up,.onyx-animate-logo{opacity:1;transform:none;animation:none}}.onyx-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1d21,#252a31,#1e2228);display:flex;align-items:center;justify-content:center}.onyx-hero-orb{position:absolute;border-radius:50%;filter:blur(50px);will-change:transform,opacity;animation:onyx-hero-float 8s ease-in-out infinite}.onyx-hero-orb-1{width:160px;height:160px;background:radial-gradient(circle,rgba(9,105,218,.4) 0%,transparent 70%);top:20%;left:15%;animation-delay:0s}.onyx-hero-orb-2{width:120px;height:120px;background:radial-gradient(circle,rgba(9,105,218,.35) 0%,transparent 70%);bottom:25%;right:20%;animation-delay:-2.5s}.onyx-hero-orb-3{width:100px;height:100px;background:radial-gradient(circle,rgba(9,105,218,.3) 0%,transparent 70%);top:50%;left:50%;margin-left:-50px;margin-top:-50px;animation-delay:-5s}@keyframes onyx-hero-float{0%,to{transform:translate(0) scale(1);opacity:.5}25%{transform:translate(20px,-24px) scale(1.08);opacity:.7}50%{transform:translate(-16px,12px) scale(.95);opacity:.45}75%{transform:translate(12px,20px) scale(1.05);opacity:.65}}@media(prefers-reduced-motion:reduce){.onyx-hero-orb{animation:none}}
