
:root{--bg:#0f172a;--panel:#111827;--fg:#e5e7eb;--muted:#94a3b8;--accent:#f97316}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg)}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:960px;margin:0 auto;padding:1.2rem}
.hero{padding:4rem 1.2rem;text-align:center}
.btn{display:inline-block;background:var(--accent);color:#0b1220;padding:.85rem 1.2rem;border-radius:.6rem;font-weight:700}
.section{padding:2rem 1.2rem}
.alt{background:#0b1220;border-top:1px solid #1f2937;border-bottom:1px solid #1f2937}
.list{max-width:680px;margin:1rem auto;text-align:left}
.list li{margin:.4rem 0}
.blur{background:#0e1628;color:#a3b2c7;padding:1rem;border-radius:.6rem;filter:blur(2px);white-space:pre-wrap}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}
.card{background:#0e1628;border:1px solid #1f2937;border-radius:.8rem;padding:1rem;text-align:center}
.price{font-size:1.6rem;font-weight:800}
.embed-placeholder{background:#0e1628;border:1px dashed #334155;border-radius:.8rem;padding:1rem;margin-top:1rem;text-align:center;color:#a3b2c7}
.footer{padding:2rem 1.2rem;border-top:1px solid #1f2937;color:#94a3b8}
.small{color:#94a3b8;font-size:.95rem}
