*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#0a0a0f;color:#e8e8ed;min-height:100vh;display:flex;flex-direction:column}
.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem}
h1{font-size:3.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,#818cf8,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.tagline{font-size:1.25rem;color:#9ca3af;margin-bottom:.75rem}
.version{font-size:.875rem;color:#6b7280;margin-bottom:2.5rem}
.version span{color:#818cf8}
.downloads{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;text-decoration:none;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .15s;border:1px solid rgba(255,255,255,.08)}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(129,140,248,.15)}
.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent}
.btn-secondary{background:rgba(255,255,255,.05);color:#e8e8ed}
.btn-windows{background:linear-gradient(135deg,#0078d4,#005a9e);color:#fff;border-color:rgba(0,120,212,.3)}
.btn-windows:hover{box-shadow:0 8px 24px rgba(0,120,212,.3)}
.btn-macos{background:rgba(255,255,255,.12);color:#f0f0f5;border:2px solid rgba(255,255,255,.4)}
.btn-macos:hover{box-shadow:0 8px 24px rgba(255,255,255,.1)}
.btn-linux{background:rgba(255,152,0,.12);color:#ffab40;border-color:rgba(255,152,0,.2)}
.btn-linux:hover{box-shadow:0 8px 24px rgba(255,152,0,.15)}
.btn svg{width:20px;height:20px;fill:currentColor}
.features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:800px;margin-top:1rem}
.feature{text-align:center;padding:1rem;background:rgba(255,255,255,.03);border-radius:.75rem;border:1px solid rgba(255,255,255,.06);flex:1 1 calc(20% - 1rem);min-width:120px}
.feature-icon{font-size:1.75rem;margin-bottom:.25rem}
.feature-label{font-size:.85rem;color:#9ca3af}
.release-notes{margin-top:1rem;color:#6b7280;font-size:.85rem;max-width:500px}
.file-size{opacity:.6}
.content-section{max-width:760px;margin:3.5rem auto 0;text-align:left;width:100%}
.content-section h2{font-size:1.6rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#818cf8,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}
.content-section p{color:#9ca3af;font-size:1rem;line-height:1.6;margin-bottom:1rem}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem}
.feature-block{padding:1.25rem;background:rgba(255,255,255,.03);border-radius:.75rem;border:1px solid rgba(255,255,255,.06)}
.feature-block h3{font-size:1.05rem;font-weight:600;color:#e8e8ed;margin-bottom:.5rem}
.feature-block p{font-size:.9rem;color:#9ca3af;margin:0;line-height:1.5}
@media(max-width:600px){.content-section{margin-top:2.5rem}.content-section h2{font-size:1.3rem}.feature-grid{grid-template-columns:1fr}}
footer{text-align:center;padding:1.5rem;color:#4b5563;font-size:.8rem;border-top:1px solid rgba(255,255,255,.05)}
@media(max-width:600px){h1{font-size:2.25rem}.tagline{font-size:1rem}.btn{padding:.625rem 1.125rem;font-size:.9rem}.features{gap:.5rem;margin-top:.75rem}.feature{padding:.5rem;min-width:0;flex:1 1 calc(50% - .5rem)}.feature-icon{font-size:1.35rem}.feature-label{font-size:.7rem}}
