:root{color-scheme:dark;--bg: #000;--fg: #f2efe9;--muted: #9a958d;--accent: #1f5a3a;--gold: #c9a24a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--fg)}main{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.25rem 2rem;text-align:center;background:radial-gradient(ellipse at 50% 30%,#0d1a12 0%,var(--bg) 60%)}.hero{max-width:34rem}.logo{max-width:60vw;height:auto;filter:drop-shadow(0 12px 40px rgba(201,162,74,.18))}h1{margin:1.25rem 0 .25rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:700;letter-spacing:.04em}.tagline{margin:0 0 1.5rem;font-size:clamp(1.1rem,3vw,1.4rem);color:var(--gold)}.line{margin:0 0 .75rem;font-size:1.05rem;line-height:1.55;color:var(--muted)}footer{margin-top:auto;padding-top:3rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;font-size:.9rem;color:var(--muted)}footer a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--accent)}footer a:hover{border-color:var(--gold)}
