:root{color-scheme:light dark;--bg:#fffcf9;--surface:#fff3ec;--card:#fff;--text:#1c1917;--muted:#57534e;--line:#eadfd7;--accent:#b83a0a;--brand:#ff5b1f;--on-brand:#121110;--panel:#161311;--panel-text:#f5f2ef;--panel-muted:#b5aca6;--radius:22px;--wrap:1120px;--narrow:720px;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--display:ui-rounded, "SF Pro Rounded", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#121110;--surface:#1e1b19;--card:#191715;--text:#f5f2ef;--muted:#a8a29e;--line:#2e2a27;--accent:#ff8a5c;--panel:#221e1b}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text);font:400 1.0625rem/1.65 var(--font);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3{font-family:var(--display);letter-spacing:-.02em;text-wrap:balance;margin:0 0 .5em;line-height:1.15}h1{font-size:clamp(2.25rem,6.4vw,4.25rem);font-weight:800}h2{font-size:clamp(1.6rem,3.6vw,2.35rem);font-weight:800}h3{font-size:1.25rem;font-weight:700}p{margin:0 0 1em}a{color:var(--accent);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{text-decoration-thickness:.14em}:focus-visible{outline:3px solid var(--brand);outline-offset:3px;border-radius:6px}img,svg{max-width:100%}.wrap{width:min(100% - 2.5rem, var(--wrap));margin-inline:auto}.narrow{width:min(100% - 2.5rem, var(--narrow));margin-inline:auto}.skip{z-index:10;background:var(--text);color:var(--bg);border-radius:10px;padding:.6rem 1rem;position:absolute;top:-4rem;left:1rem}.skip:focus{top:1rem}.site-header{border-bottom:1px solid var(--line)}.bar{justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;display:flex}.brand{color:var(--text);display:inline-flex}.logo{width:auto;height:34px;color:var(--text);display:block}.nav ul{gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav a{color:var(--text);border-radius:999px;padding:.55rem .75rem;font-size:.975rem;font-weight:600;text-decoration:none;display:inline-block}.nav a:hover,.nav a[aria-current=page]{background:var(--surface)}.nav .lang{border:1px solid var(--line)}main{display:block}.hero{padding:clamp(2.5rem,7vw,5.5rem) 0 clamp(2.5rem,6vw,4.5rem)}.hero-grid{align-items:center;gap:2.5rem;display:grid}@media (width>=900px){.hero-grid{grid-template-columns:1.25fr 1fr;gap:4rem}}.eyebrow,.kicker{color:var(--accent);letter-spacing:.02em;margin:0 0 1rem;font-size:.95rem;font-weight:700;display:inline-block}.lead{color:var(--muted);max-width:38em;font-size:clamp(1.125rem,2.2vw,1.3rem)}.badges{flex-wrap:wrap;gap:.75rem;margin:1.75rem 0 0;padding:0;list-style:none;display:flex}.badge{background:var(--text);min-width:10.5rem;color:var(--bg);border-radius:14px;flex-direction:column;justify-content:center;padding:.6rem 1.15rem;line-height:1.2;display:inline-flex}.badge-soon{opacity:.85;font-size:.8rem}.badge-store{font-family:var(--display);font-size:1.15rem;font-weight:700}.live{background:var(--panel);color:var(--panel-text);font-variant-numeric:tabular-nums;border-radius:32px;width:100%;max-width:400px;margin-inline:auto;padding:1.5rem;box-shadow:0 30px 60px -30px #78280073}.live-top{color:var(--panel-muted);justify-content:space-between;align-items:center;font-weight:600;display:flex}.pill{background:var(--brand);color:var(--on-brand);border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .75rem;font-size:.9rem;font-weight:700;display:inline-flex}.pill:before{content:"";background:currentColor;border-radius:50%;width:.5rem;height:.5rem}.live-big{font-family:var(--display);letter-spacing:-.03em;margin:1.25rem 0 .25rem;font-size:4.5rem;font-weight:800;line-height:1}.live-big small{letter-spacing:0;color:var(--panel-muted);margin-left:.5rem;font-size:1.1rem;font-weight:600}.zone{grid-template-columns:1fr 1fr 1fr;gap:4px;margin:1rem 0 .4rem;display:grid}.zone span{background:#3a3431;border-radius:99px;height:10px}.zone .on{background:#3ecf6e}.zone-labels{color:var(--panel-muted);justify-content:space-between;font-size:.8rem;display:flex}.live-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1.5rem 0 1.25rem;display:grid}.live-grid b{font-family:var(--display);font-size:1.6rem;font-weight:800;display:block}.live-grid span{color:var(--panel-muted);font-size:.85rem}.sets{grid-template-columns:repeat(10,1fr);gap:4px;display:grid}.sets span{background:#3a3431;border-radius:6px;height:26px}.sets .fast{background:#5a2a17}.sets .done{background:var(--brand);opacity:.55}.sets .now{background:var(--brand)}.sets-label{color:var(--panel-muted);margin-top:.5rem;font-size:.85rem}.section{padding:clamp(3rem,7vw,5rem) 0}.section-alt{background:var(--surface)}.section-head{max-width:44rem;margin-bottom:2.25rem}.section-head p{color:var(--muted);font-size:1.125rem}.stats{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=760px){.stats{grid-template-columns:repeat(3,1fr)}}.stat{border-radius:var(--radius);background:var(--card);border:1px solid var(--line);padding:1.5rem}.stat strong{font-family:var(--display);letter-spacing:-.02em;color:var(--accent);margin-bottom:.5rem;font-size:2.4rem;font-weight:800;line-height:1.1;display:block}.stat p{margin:0 0 .75rem}.features{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.features{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.features{grid-template-columns:repeat(4,1fr)}}.feature{border-radius:var(--radius);background:var(--card);border:1px solid var(--line);padding:1.5rem}.feature h3{margin-top:1rem;font-size:1.15rem}.feature p{color:var(--muted);margin:0;font-size:1rem}.icon{background:var(--brand);width:3rem;height:3rem;color:var(--on-brand);border-radius:14px;place-items:center;display:grid}.icon svg{width:1.6rem;height:1.6rem}.promises{gap:1rem 2rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}@media (width>=760px){.promises{grid-template-columns:repeat(2,1fr)}}.promises li{padding-left:2rem;position:relative}.promises li:before{content:"";background:var(--brand);border-radius:50%;width:1.1rem;height:1.1rem;position:absolute;top:.35em;left:0}.promises strong{display:block}.cards{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=700px){.cards{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.cards{grid-template-columns:repeat(3,1fr)}}.card{border-radius:var(--radius);background:var(--card);border:1px solid var(--line);height:100%;color:var(--text);flex-direction:column;padding:1.5rem;text-decoration:none;display:flex}.card:hover{border-color:var(--brand)}.card h3{font-size:1.2rem}.card p{color:var(--muted);margin:0 0 1rem;font-size:1rem}.card .more{color:var(--accent);margin-top:auto;font-weight:700}.cta{background:var(--brand);color:var(--on-brand);border-radius:32px;padding:clamp(2rem,5vw,3rem)}.cta h2{margin-bottom:.4em}.cta p{max-width:40em}.cta a{color:var(--on-brand);font-weight:700}.cta .badge{background:var(--on-brand);color:#fff}.page{padding:clamp(1.5rem,4vw,2.5rem) 0 clamp(3rem,7vw,5rem)}.page-head{margin:1.5rem 0 2rem}.page-head h1{font-size:clamp(2rem,5.2vw,3.25rem)}.meta{color:var(--muted);font-size:.95rem}.crumbs ol{color:var(--muted);flex-wrap:wrap;gap:.35rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.crumbs li+li:before{content:"/";color:var(--line);margin-right:.35rem}.crumbs a{color:var(--muted)}.prose{font-size:1.0625rem}.prose h2{margin-top:2.25em;font-size:clamp(1.45rem,3vw,1.85rem)}.prose h3{margin-top:1.75em}.prose ul,.prose ol{margin:0 0 1.25em;padding-left:1.3em}.prose li{margin-bottom:.4em}.prose li::marker{color:var(--accent)}.prose blockquote{border-left:4px solid var(--brand);background:var(--surface);border-radius:0 14px 14px 0;margin:1.5em 0;padding:1rem 1.25rem}.prose blockquote p:last-child{margin:0}.table-wrap,.prose table{display:block;overflow-x:auto}.prose table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;margin:0 0 1.5em;font-size:.975rem}.prose th,.prose td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.6rem .75rem}.prose th{background:var(--surface);font-weight:700}.prose code{background:var(--surface);border-radius:6px;padding:.1em .35em;font-size:.92em}.note{border-radius:var(--radius);background:var(--surface);margin:2.5rem 0;padding:1.25rem 1.5rem;font-size:.975rem}.note p:last-child{margin:0}.sources{border-top:1px solid var(--line);margin-top:2.5rem;padding-top:1.5rem}.sources h2{font-size:1.35rem}.sources ol{overflow-wrap:anywhere;padding-left:1.3em;font-size:.95rem}.sources li{margin-bottom:.5em}.related{margin-top:3rem}.related h2{font-size:1.35rem}.faq-group{margin-bottom:2.5rem}.faq-group h2{font-size:1.5rem}.faq-item{border-bottom:1px solid var(--line);padding:1.25rem 0}.faq-item h3{margin-bottom:.4em;font-size:1.1rem}.faq-item p:last-child{margin:0}.site-footer{border-top:1px solid var(--line);margin-top:2rem;padding:3rem 0 2rem;font-size:.975rem}.foot-grid{gap:2rem;display:grid}@media (width>=800px){.foot-grid{grid-template-columns:1.4fr 1fr 1fr}}.foot-grid h2{margin-bottom:.75rem;font-size:1rem}.foot-grid ul{margin:0;padding:0;list-style:none}.foot-grid li{margin-bottom:.45rem}.foot-grid a{color:var(--text)}.foot-about p{color:var(--muted);max-width:26em}.foot-legal{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.foot-legal a{color:var(--muted)}.open-app{text-align:center;place-items:center;min-height:100vh;padding:2rem 0;display:grid}.open-app .logo{height:44px;margin:0 auto 2rem}.open-app section{margin-bottom:2rem}.open-app h1{font-size:clamp(1.8rem,6vw,2.5rem)}.button{background:var(--brand);color:var(--on-brand);border-radius:999px;padding:.85rem 1.6rem;font-weight:700;text-decoration:none;display:inline-block}.button:hover{filter:brightness(1.05)}.open-app .badges{justify-content:center}.divider{background:var(--line);border:0;border-radius:4px;width:3rem;height:4px;margin:2rem auto}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.card .h3{margin-bottom:.5em;font-size:1.2rem;font-weight:700}.note .h3{margin-bottom:.4em;font-size:1.15rem}.open-app h2{font-size:clamp(1.5rem,5vw,2rem)}@media (width<=420px){.logo{height:28px}.nav a{padding:.5rem .55rem;font-size:.92rem}.bar{gap:.5rem}}
