:root{--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-heading:"Saira", system-ui, sans-serif;--brand:#636363;--brand-dark:#424242;--accent:#f91515;--accent-dark:#d3090c;--accent-darker:#a30002;--accent-soft:#fff6f4;--surface:#f8fafc;--surface-alt:#f1f5f9;--card:#fff;--text:#0f172a;--muted:#5f6e86;--outline:#e2e8f0;--star:#f59e0b;--radius-btn:.25rem;--radius-card:.375rem;--radius-chip:.25rem;--shadow-card:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow-hover:0 10px 28px #0f172a1f;--max:72rem}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--surface);flex-direction:column;min-height:100vh;margin:0;font-size:16px;line-height:1.6;display:flex}main{flex:1}img,svg{max-width:100%;display:block}a{color:var(--brand-dark);text-decoration:none}a:hover{color:var(--accent-dark)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text);margin:0 0 .5em;font-weight:700;line-height:1.15}h1{letter-spacing:-.015em;font-size:28px}h2{letter-spacing:-.01em;font-size:22px}h3{font-size:19px}.display{letter-spacing:-.02em;font-size:32px;line-height:1.08}@media (width>=768px){h1{font-size:36px}h2{font-size:26px}h3{font-size:21px}.display{font-size:44px}}p{margin:0 0 1em}.lead{color:var(--muted);font-size:18px}.muted{color:var(--muted)}.small{font-size:14px}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 1rem}@media (width>=640px){.wrap{padding:0 1.5rem}}.prose{max-width:46rem}.prose h2{margin-top:2.25rem}.prose ul{padding-left:1.25rem}.prose li{margin-bottom:.4em}section{padding:3rem 0}@media (width>=768px){section{padding:4rem 0}}.section-alt{background:var(--card);border-top:1px solid var(--outline);border-bottom:1px solid var(--outline)}.section-head{max-width:46rem;margin-bottom:2rem}.eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:.75rem;font-size:14px;font-weight:600;display:inline-block}.btn{border-radius:var(--radius-btn);cursor:pointer;border:1px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:16px;font-weight:600;line-height:1.2;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);color:#fff}.btn-secondary{background:var(--card);color:var(--text);border-color:var(--outline)}.btn-secondary:hover{background:var(--surface-alt);color:var(--text)}.btn-sm{padding:.5rem .9rem;font-size:14px}.grid{gap:1.25rem;display:grid}@media (width>=640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--card);border:1px solid var(--outline);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.5rem}.card h3{margin-bottom:.5rem}.card p:last-child{margin-bottom:0}a.card{color:var(--text);transition:box-shadow .15s,transform .15s}a.card:hover{box-shadow:var(--shadow-hover);color:var(--text);transform:translateY(-2px)}.card-soon{background:var(--surface-alt)}.card-guide{flex-direction:column;padding:0;display:flex;overflow:hidden}.card-guide .card-image{aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--outline);flex:none;width:100%;height:auto;min-height:0;display:block}.card-guide .chip{align-self:flex-start;margin:1.25rem 1.5rem .5rem}.card-guide h3,.card-guide p{margin-left:1.5rem;margin-right:1.5rem}.card-guide p:last-child{margin-bottom:1.5rem}.card-soon .card-image{filter:saturate(.7);opacity:.9}.chip{border-radius:var(--radius-chip);margin-bottom:.75rem;padding:.2rem .6rem;font-size:14px;font-weight:600;line-height:1.4;display:inline-block}.chip-live{color:#047857;background:#ecfdf5}.chip-soon{background:var(--outline);color:var(--muted)}.chip-accent{background:var(--accent-soft);color:var(--accent-darker)}.hero{background:var(--card);border-bottom:1px solid var(--outline);padding:3.5rem 0 3rem}@media (width>=768px){.hero{padding:5rem 0 4.5rem}}.hero-inner{max-width:50rem}.hero .lead{margin-bottom:1.5rem;font-size:18px}@media (width>=768px){.hero .lead{font-size:20px}}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.breadcrumb{color:var(--muted);margin:1.5rem 0 1rem;font-size:14px}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--accent-dark)}.page-head{border-bottom:1px solid var(--outline);margin-bottom:2rem;padding-bottom:1.5rem}.page-body{padding-bottom:3rem}.updated{color:var(--muted);margin-top:2.5rem;font-size:14px}.signals{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.signal{background:var(--card);border:1px solid var(--outline);border-radius:var(--radius-card);grid-template-columns:4.5rem 1fr;align-items:start;gap:1rem;padding:1rem 1.25rem;display:grid}.signal-weight{font-family:var(--font-heading);color:var(--accent-dark);font-size:26px;font-weight:700;line-height:1}.signal strong{margin-bottom:.15rem;display:block}.signal p{color:var(--muted);margin:0}.faq details{border-top:1px solid var(--outline);padding:1rem 0}.faq details:last-child{border-bottom:1px solid var(--outline)}.faq summary{cursor:pointer;justify-content:space-between;gap:1rem;font-size:16px;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--accent-dark);flex-shrink:0;font-weight:700}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--muted);margin:.75rem 0 0}.form{gap:1rem;max-width:36rem;display:grid}.field label{margin-bottom:.35rem;font-size:14px;font-weight:600;display:block}.field input,.field select,.field textarea{width:100%;font:inherit;border:1px solid var(--outline);border-radius:var(--radius-btn);background:var(--card);color:var(--text);padding:.7rem .85rem;font-size:16px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.field textarea{resize:vertical;min-height:8rem}.hidden{display:none}.editor{align-items:start;gap:1.5rem;display:grid}@media (width>=640px){.editor{grid-template-columns:7rem 1fr}}.editor-photo{object-fit:cover;border:1px solid var(--outline);border-radius:50%;width:7rem;height:7rem}.editor-avatar{background:var(--surface-alt);border:1px solid var(--outline);width:7rem;height:7rem;font-family:var(--font-heading);color:var(--brand);border-radius:50%;place-items:center;font-size:32px;font-weight:700;display:grid}.cta-band{background:var(--brand-dark);color:#fff}.cta-band h2,.cta-band p{color:#fff}.cta-band .lead{color:#e5e7eb}.cta-band .btn-secondary{color:var(--text);background:#fff;border-color:#fff}.site-header{z-index:40;backdrop-filter:blur(8px);border-bottom:1px solid var(--outline);background:#fffffff2;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;display:flex}.logo{align-items:center;display:flex}.nav{align-items:center;gap:1.75rem;display:none}.nav a{color:var(--text);font-weight:500}.nav a:hover,.nav a[aria-current=page]{color:var(--accent-dark)}.header-cta{display:none}@media (width>=900px){.nav,.header-cta{display:flex}.menu-toggle{display:none}}.menu-toggle{border:1px solid var(--outline);border-radius:var(--radius-btn);font:inherit;cursor:pointer;color:var(--text);background:0 0;padding:.5rem .75rem;font-size:14px;font-weight:600}.mobile-nav{border-top:1px solid var(--outline);background:var(--card);display:none}.mobile-nav[data-open=true]{display:block}.mobile-nav a{border-bottom:1px solid var(--outline);color:var(--text);padding:.85rem 0;font-weight:500;display:block}.mobile-nav .btn{margin:1rem 0}.site-footer{border-top:1px solid var(--outline);background:var(--card);margin-top:4rem;padding:3rem 0 2rem}.footer-grid{gap:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand p{color:var(--muted);max-width:24rem;font-size:14px}.footer-col h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.75rem;font-size:14px}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{color:var(--text)}.footer-col a:hover{color:var(--accent-dark)}.footer-col .soon{color:var(--muted)}.footer-bottom{border-top:1px solid var(--outline);color:var(--muted);margin-top:2rem;padding-top:1.5rem;font-size:14px}
