.home{--green-deep:#213F31;--green-lime:#B4E200;--green-lime-dk:#A4CF00;--green-mint:#D3F3B4;--green-mint-soft:#EAF8D1;--wordmark:#027F52;--ink-teal:#0A2E32;--ink-green:#154030;--ink-navy:#191B31;--sb-orange:#F68604;--sb-teal:#AFDCD6;--card-pink:#E7B4D3;--ink-700:#333333;--ink-500:#737373;--ink-200:#D9D9D9;--ink-100:#E5E5E5;--ink-50:#F2F2F2;--ink-25:#FAFAFA;--beige:#C9C4A6;--red:#FB4407;--r-sm:5px;--r-md:8px;--r-lg:15px;--r-xl:21px;--r-pill:9999px;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:20px;--s-6:24px;--s-8:32px;--s-10:40px;--s-12:48px;--s-16:64px;--shadow-sm:1px 1px 5px 0 rgba(179,179,179,.5);--shadow-md:2px 2px 3px 0 rgba(179,179,179,.25);--shadow-lg:4px 4px 5px 0 rgba(179,179,179,.5);--shadow-chip:4px 4px 5px 0 rgb(179,179,179);font-family:var(--font-nunito),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:#000;background:#fff;font-size:16px;line-height:1.45;overflow-x:hidden;-webkit-font-smoothing:antialiased}.home *,.home :after,.home :before{box-sizing:border-box}.home a{color:inherit;text-decoration:none}.home button{font-family:inherit;cursor:pointer;border:0;background:none}.home .nav{position:sticky;top:0;z-index:50;height:64px;padding:0 var(--s-6);background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--ink-100)}.home .nav,.home .nav-brand{display:flex;align-items:center}.home .nav-brand{gap:10px}.home .nav-brand img.suparena{height:22px;width:auto}.home .nav-brand .pipe{width:1px;height:18px;background:var(--ink-200);margin:0 4px}.home .nav-brand .product{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-700)}.home .nav-links{display:flex;gap:var(--s-6);margin-left:var(--s-10)}.home .nav-links a{font-size:14px;font-weight:600;color:var(--ink-700);padding:8px 0;position:relative;transition:color .15s}.home .nav-links a.active,.home .nav-links a:hover{color:var(--green-deep)}.home .nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--green-lime)}.home .nav-spacer{flex:1}.home .nav-actions{display:flex;align-items:center;gap:var(--s-3)}.home .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--r-md);font-weight:700;font-size:14px;height:40px;padding:0 var(--s-5);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.home .btn-ghost{color:var(--ink-700)}.home .btn-ghost:hover{background:var(--ink-50)}.home .btn-primary{background:var(--green-lime);color:var(--green-deep);box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.06)}.home .btn-primary:hover{background:var(--green-lime-dk);transform:translateY(-1px);box-shadow:var(--shadow-md)}.home .btn-primary:active{transform:translateY(0)}.home .btn-dark{background:var(--green-deep);color:#fff}.home .btn-dark:hover{background:var(--ink-green);transform:translateY(-1px)}.home .btn-outline{border:1.5px solid var(--green-deep);color:var(--green-deep);background:#fff}.home .btn-outline:hover{background:var(--green-mint-soft)}.home .btn-lg{height:52px;padding:0 var(--s-8);font-size:16px}.home .btn-arrow{transition:transform .2s}.home .btn:hover .btn-arrow{transform:translateX(3px)}.home .btn[aria-disabled=true]{cursor:default;pointer-events:none;opacity:.65}.home .hero{position:relative;background:var(--green-mint);padding:var(--s-16) var(--s-6) var(--s-12);overflow:hidden}.home .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(900px 500px at 85% 20%,rgba(180,226,0,.35),transparent 60%),radial-gradient(700px 600px at 10% 90%,rgba(2,127,82,.12),transparent 70%);pointer-events:none}.home .hero-inner{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:var(--s-12);align-items:center}.home .badge-row{display:flex;align-items:center;gap:var(--s-2);margin-bottom:var(--s-5)}.home .pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border-radius:var(--r-pill);font-size:12px;font-weight:700;color:var(--green-deep);box-shadow:var(--shadow-sm)}.home .pill .dot{width:6px;height:6px;border-radius:50%;background:var(--green-lime);box-shadow:0 0 0 3px rgba(180,226,0,.3)}.home .pill .dot.live{background:var(--red);box-shadow:0 0 0 3px rgba(251,68,7,.25);animation:home-livepulse 1.6s infinite}@keyframes home-livepulse{0%,to{opacity:1}50%{opacity:.55}}.home h1.hero-title{font-weight:900;font-size:clamp(40px,5.6vw,76px);line-height:.98;letter-spacing:-.02em;color:var(--green-deep);margin:0 0 var(--s-5)}.home h1.hero-title .swap,.home h1.hero-title .word{display:inline-block;position:relative}.home h1.hero-title .swap{color:var(--green-deep);padding:0 .12em;isolation:isolate;white-space:nowrap;transition:transform .2s ease,opacity .2s ease}.home h1.hero-title .swap:after{content:"";position:absolute;inset:52% 0 10% 0;background:var(--green-lime);border-radius:3px;z-index:-1}.home .hero-sub{font-size:20px;line-height:1.45;color:var(--ink-700);max-width:560px;margin:0 0 var(--s-8);font-weight:500}.home .hero-cta{display:flex;gap:var(--s-3);flex-wrap:wrap;align-items:center}.home .hero-trust{display:flex;align-items:center;gap:var(--s-5);margin-top:var(--s-6);color:var(--ink-700);font-size:13px;font-weight:600}.home .hero-trust strong{color:var(--green-deep);font-weight:800}.home .trust-divider{width:1px;height:18px;background:var(--ink-200)}.home .hero-art{position:relative;perspective:1400px;min-height:520px}.home .device{position:absolute;background:#fff;border-radius:var(--r-lg);box-shadow:0 30px 60px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.08);overflow:hidden;will-change:transform}.home .device-main{width:480px;height:340px;top:60px;right:0;transform:rotateY(-8deg) rotateX(4deg) rotate(-1deg);transform-origin:center center}.home .device-mobile{width:200px;height:400px;bottom:0;left:0;transform:rotateY(8deg) rotate(-4deg);border-radius:28px;border:8px solid var(--green-deep);box-shadow:0 30px 60px rgba(0,0,0,.25)}.home .device-card{width:240px;height:auto;top:0;right:240px;padding:16px;transform:rotate(3deg);z-index:3}.home .sb-head{background:var(--green-deep);color:#fff;padding:14px 18px;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home .sb-head,.home .sb-live{display:flex;align-items:center}.home .sb-live{gap:8px}.home .sb-live .dot{width:8px;height:8px;border-radius:50%;background:#FB4407;animation:home-livepulse 1.6s infinite}.home .sb-body{padding:var(--s-5);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--s-5)}.home .sb-player{display:flex;flex-direction:column;gap:6px}.home .sb-player .name{font-size:14px;font-weight:800;color:var(--green-deep)}.home .sb-player .meta{font-size:11px;color:var(--ink-500);font-weight:600}.home .sb-player.right{text-align:right}.home .sb-score{display:flex;align-items:center;gap:14px}.home .sb-num{font-size:72px;font-weight:900;line-height:1;color:var(--green-deep);font-variant-numeric:tabular-nums;letter-spacing:-.03em;transition:transform .25s,color .25s}.home .sb-num.flash{transform:scale(1.12);color:var(--wordmark)}.home .sb-divider{font-size:32px;font-weight:800;color:var(--ink-200)}.home .sb-foot{border-top:1px solid var(--ink-100);padding:12px var(--s-5);display:flex;justify-content:space-between;align-items:center;background:var(--ink-25)}.home .sb-pills{display:flex;gap:6px}.home .sb-pill-mini{padding:4px 10px;background:var(--green-mint);border-radius:var(--r-pill);font-size:11px;font-weight:700;color:var(--green-deep)}.home .sb-sport{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--ink-700);text-transform:uppercase;letter-spacing:.04em}.home .sb-sport-ico{width:14px;height:14px;color:var(--wordmark)}.home .mob-screen{height:100%;background:var(--ink-25);overflow:hidden;display:flex;flex-direction:column}.home .mob-status{height:32px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;font-size:11px;font-weight:700;color:var(--green-deep)}.home .mob-hero{margin:8px 12px;background:var(--green-deep);color:#fff;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:6px}.home .mob-hero .lbl{font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--green-lime)}.home .mob-hero .ttl{font-size:14px;font-weight:800;line-height:1.2}.home .mob-hero .meta{font-size:10px;color:var(--green-mint);font-weight:600}.home .mob-tile{background:#fff;border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-sm);margin:0 12px 8px}.home .mob-tile .lt{display:flex;flex-direction:column}.home .mob-tile .ttl2{font-size:12px;font-weight:800;color:var(--green-deep)}.home .mob-tile .meta2{font-size:9px;color:var(--ink-500)}.home .mob-rating{background:var(--green-lime);color:var(--green-deep);padding:4px 8px;border-radius:6px;font-size:11px;font-weight:900}.home .stat-card{background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow-lg)}.home .stat-card .row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.home .stat-card .row .lbl{font-size:11px;color:var(--ink-500);font-weight:600}.home .stat-card .row .val{font-size:14px;color:var(--green-deep);font-weight:900}.home .stat-card .head{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--wordmark);margin-bottom:8px}.home .stat-card .bar{height:6px;background:var(--ink-50);border-radius:3px;overflow:hidden;margin-top:8px}.home .stat-card .bar i{display:block;height:100%;background:var(--green-lime);border-radius:3px}.home .sports-strip{background:#fff;border-bottom:1px solid var(--ink-100);padding:var(--s-6)}.home .sports-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:var(--s-6);flex-wrap:wrap}.home .sports-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-500)}.home .sports-list{display:flex;gap:var(--s-2);flex-wrap:wrap;flex:1}.home .sport-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--ink-25);border:1.5px solid transparent;border-radius:var(--r-pill);font-size:13px;font-weight:700;color:var(--ink-700);transition:all .15s}.home .sport-chip svg{width:16px;height:16px}.home .sport-chip:hover{background:var(--green-mint-soft);color:var(--green-deep)}.home .sport-chip.active{background:var(--green-deep);color:#fff;border-color:var(--green-deep)}.home .sport-chip.active svg{color:var(--green-lime)}.home .sports-count{font-size:13px;color:var(--ink-500);font-weight:600}.home .sports-count strong{color:var(--green-deep);font-weight:900}.home section.s{padding:var(--s-16) var(--s-6)}.home .container{max-width:1200px;margin:0 auto}.home .eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--wordmark);margin-bottom:var(--s-3)}.home .h-section{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.02em;line-height:1.05;color:var(--green-deep);margin:0 0 var(--s-4);max-width:780px}.home .h-section em{font-style:normal;color:var(--wordmark)}.home .sub-section{font-size:18px;color:var(--ink-700);max-width:680px;margin:0 0 var(--s-10)}.home .pillars{background:var(--green-deep);color:#fff;border-radius:24px;padding:var(--s-12) var(--s-10);position:relative;overflow:hidden}.home .pillars:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(180,226,0,.18),transparent 70%);top:-200px;right:-200px}.home .pillars-head{position:relative;display:flex;justify-content:space-between;align-items:end;gap:var(--s-8);margin-bottom:var(--s-10)}.home .pillars-head .eyebrow{color:var(--green-lime)}.home .pillars-head h2{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.02em;line-height:1.05;color:#fff;margin:0;max-width:600px}.home .pillars-head h2 em{font-style:normal;color:var(--green-lime)}.home .pillars-head .lead{font-size:16px;color:var(--green-mint);max-width:340px;font-weight:500}.home .pillars-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-4)}.home .pillar{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-lg);padding:var(--s-6);transition:all .25s;cursor:pointer;display:flex;flex-direction:column;gap:var(--s-3);min-height:240px}.home .pillar:hover{background:rgba(180,226,0,.08);border-color:var(--green-lime);transform:translateY(-4px)}.home .pillar .ico{width:44px;height:44px;border-radius:12px;background:var(--green-lime);color:var(--green-deep);display:flex;align-items:center;justify-content:center}.home .pillar .ico svg{width:24px;height:24px}.home .pillar h3{font-size:20px;font-weight:800;color:#fff;margin:0}.home .pillar p{font-size:14px;color:var(--green-mint);margin:0;line-height:1.5}.home .pillar .more{margin-top:auto;font-size:12px;font-weight:800;color:var(--green-lime);display:inline-flex;align-items:center;gap:4px;letter-spacing:.04em;text-transform:uppercase}.home .roles{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-5)}.home .role{background:#fff;border:1px solid var(--ink-100);border-radius:var(--r-lg);padding:var(--s-8);display:flex;flex-direction:column;gap:var(--s-4);transition:all .25s;position:relative;overflow:hidden;cursor:pointer}.home .role .accent{position:absolute;top:0;left:0;right:0;height:6px;background:var(--green-lime);transform:scaleX(0);transform-origin:left;transition:transform .3s}.home .role:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.home .role:hover .accent{transform:scaleX(1)}.home .role .role-ico{width:64px;height:64px;border-radius:16px;background:var(--green-mint);color:var(--green-deep);display:flex;align-items:center;justify-content:center}.home .role .role-ico svg{width:32px;height:32px}.home .role h3{font-size:24px;font-weight:900;color:var(--green-deep);margin:0}.home .role .role-tag{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;padding:4px 10px;border-radius:var(--r-pill);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:var(--green-mint-soft);color:var(--green-deep)}.home .role p{font-size:15px;color:var(--ink-700);margin:0;line-height:1.55}.home .role ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.home .role ul li{font-size:14px;color:var(--ink-700);display:flex;gap:8px;align-items:flex-start;font-weight:600}.home .role ul li svg{width:16px;height:16px;color:var(--wordmark);flex-shrink:0;margin-top:2px}.home .role .role-cta{margin-top:auto;font-size:14px;font-weight:800;color:var(--green-deep);display:inline-flex;align-items:center;gap:6px;padding-top:var(--s-3);border-top:1px solid var(--ink-100)}.home .role:hover .role-cta{color:var(--wordmark)}.home .ticker-section{background:var(--ink-25)}.home .ticker-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:var(--s-8)}.home .ticker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-4)}.home .live-card{background:#fff;border-radius:var(--r-lg);padding:var(--s-5);box-shadow:var(--shadow-md);border:1px solid var(--ink-100);transition:all .2s;display:block}.home a.live-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.home .live-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--s-4);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-500)}.home .live-card .live-dot{display:inline-flex;align-items:center;gap:6px;color:var(--red)}.home .live-card .live-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);animation:home-livepulse 1.6s infinite}.home .live-match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--s-3)}.home .live-side{display:flex;flex-direction:column;gap:2px}.home .live-side.right{text-align:right}.home .live-side .name{font-size:14px;font-weight:800;color:var(--green-deep)}.home .live-side .meta{font-size:11px;color:var(--ink-500);font-weight:600}.home .live-score{font-size:36px;font-weight:900;color:var(--green-deep);line-height:1;font-variant-numeric:tabular-nums}.home .live-score .vs{font-size:20px;color:var(--ink-200);margin:0 6px}.home .live-foot{margin-top:var(--s-4);padding-top:var(--s-3);border-top:1px solid var(--ink-100);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--ink-500);font-weight:600}.home .live-foot .sp{display:inline-flex;align-items:center;gap:5px;color:var(--green-deep);font-weight:700}.home .ticker-empty{grid-column:1/-1;padding:var(--s-10) var(--s-6);background:#fff;border:1px dashed var(--ink-200);border-radius:var(--r-lg);text-align:center;font-size:14px;font-weight:600;color:var(--ink-500)}.home .ticker-empty-link{color:var(--wordmark);font-weight:800;text-decoration:underline;text-underline-offset:2px}.home .ticker-empty-link:hover{color:var(--green-deep)}.home .stats-band{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-8);background:linear-gradient(180deg,#fff,var(--ink-25));border-top:1px solid var(--ink-100);border-bottom:1px solid var(--ink-100);padding:var(--s-12) var(--s-6)}.home .stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.home .stat .n{font-size:56px;font-weight:900;color:var(--green-deep);letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}.home .stat .n .plus{color:var(--wordmark)}.home .stat .lbl{font-size:13px;color:var(--ink-500);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.home .orgs{padding:var(--s-12) var(--s-6);background:#fff;text-align:center}.home .orgs .lbl{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-500);margin-bottom:var(--s-6)}.home .orgs-row{display:flex;justify-content:center;align-items:center;gap:var(--s-10);flex-wrap:wrap;opacity:.65}.home .org-logo{font-weight:900;letter-spacing:-.02em;color:var(--ink-500);font-size:22px}.home .org-logo .accent-dot{color:var(--wordmark)}.home .feat{display:grid;grid-template-columns:1fr 1fr;gap:var(--s-12);align-items:center;margin-bottom:var(--s-16)}.home .feat:last-child{margin-bottom:0}.home .feat.reverse{direction:rtl}.home .feat.reverse>*{direction:ltr}.home .feat .feat-art{background:var(--green-mint-soft);border-radius:24px;aspect-ratio:5/4;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.home .feat-art .feat-bg-tag{position:absolute;top:24px;left:24px;font-size:11px;font-weight:800;color:var(--green-deep);background:var(--green-lime);padding:6px 12px;border-radius:var(--r-pill);letter-spacing:.04em;text-transform:uppercase}.home .feat .feat-headings h3{font-size:36px;font-weight:900;color:var(--green-deep);margin:0 0 var(--s-3);letter-spacing:-.02em;line-height:1.1}.home .feat .feat-headings p{font-size:16px;color:var(--ink-700);margin:0 0 var(--s-5);line-height:1.55}.home .feat ul.checks{list-style:none;padding:0;margin:0 0 var(--s-6);display:flex;flex-direction:column;gap:var(--s-2)}.home .feat ul.checks li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--ink-700);font-weight:600}.home .feat ul.checks li:before{content:"";width:18px;height:18px;border-radius:50%;background:var(--green-lime);flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23213F31' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-position:50%;background-repeat:no-repeat}.home .bracket-art{padding:36px;display:flex;flex-direction:column;justify-content:center;height:100%}.home .br-row{gap:14px;margin-bottom:10px}.home .br-cell,.home .br-row{display:flex;align-items:center}.home .br-cell{background:#fff;border-radius:8px;padding:10px 14px;justify-content:space-between;box-shadow:var(--shadow-sm);min-width:160px;font-size:13px;font-weight:700;color:var(--green-deep)}.home .br-cell .sc{font-weight:900;color:var(--ink-500)}.home .br-cell.win{background:var(--green-deep);color:#fff}.home .br-cell.win .sc{color:var(--green-lime)}.home .br-line{width:24px;height:2px;background:var(--green-deep)}.home .br-col{gap:24px}.home .br-col,.home .chart-art{display:flex;flex-direction:column}.home .chart-art{padding:36px;height:100%;justify-content:flex-end}.home .chart-stat{display:flex;justify-content:space-between;align-items:end;margin-bottom:var(--s-4)}.home .chart-stat .big{font-size:48px;font-weight:900;color:var(--green-deep);line-height:1}.home .chart-stat .delta{font-size:13px;font-weight:800;color:var(--wordmark);background:#fff;padding:6px 10px;border-radius:var(--r-pill);box-shadow:var(--shadow-sm)}.home .chart-svg{width:100%;height:140px}.home .channels-art{padding:24px;display:flex;flex-direction:column;gap:10px;justify-content:center;height:100%}.home .ch-tile{background:#fff;border-radius:12px;padding:12px;display:flex;gap:12px;align-items:center;box-shadow:var(--shadow-sm)}.home .ch-thumb{width:80px;height:48px;border-radius:8px;background:var(--green-deep);position:relative;overflow:hidden;flex-shrink:0}.home .ch-thumb:after{content:"";position:absolute;left:50%;top:50%;width:0;height:0;transform:translate(-30%,-50%);border-left:14px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}.home .ch-thumb.live{background:linear-gradient(135deg,var(--green-deep),var(--wordmark))}.home .ch-info{flex:1;min-width:0}.home .ch-info .ttl{font-size:13px;font-weight:800;color:var(--green-deep)}.home .ch-info .meta{font-size:11px;color:var(--ink-500);font-weight:600}.home .ch-badge{font-size:10px;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.04em}.home .cta-band{background:var(--green-deep);color:#fff;border-radius:24px;padding:var(--s-12) var(--s-10);text-align:center;position:relative;overflow:hidden}.home .cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(600px 400px at 80% 50%,rgba(180,226,0,.18),transparent 60%),radial-gradient(500px 300px at 20% 60%,rgba(2,127,82,.3),transparent 70%)}.home .cta-band>*{position:relative}.home .cta-band h2{font-size:clamp(32px,4vw,52px);font-weight:900;color:#fff;margin:0 0 var(--s-3);letter-spacing:-.02em;line-height:1.05}.home .cta-band h2 em{font-style:normal;color:var(--green-lime)}.home .cta-band p{font-size:18px;color:var(--green-mint);margin:0 auto var(--s-8);max-width:580px}.home .cta-band .ctas{display:flex;gap:var(--s-3);justify-content:center;flex-wrap:wrap}.home footer{background:var(--ink-25);padding:var(--s-12) var(--s-6) var(--s-6);border-top:1px solid var(--ink-100);color:var(--ink-700)}.home .foot-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:var(--s-8)}.home .foot-brand img{height:24px}.home .foot-brand p{font-size:13px;color:var(--ink-500);max-width:280px;margin:var(--s-3) 0 0;line-height:1.5}.home .foot-col h4{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--green-deep);margin:0 0 var(--s-3)}.home .foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.home .foot-col a,.home .foot-col li>span{font-size:14px;color:var(--ink-700);font-weight:500}.home .foot-col a:hover{color:var(--wordmark);text-decoration:underline}.home .foot-bottom{max-width:1200px;margin:var(--s-10) auto 0;padding-top:var(--s-5);border-top:1px solid var(--ink-100);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--ink-500)}.home .foot-bottom .legal a,.home .foot-bottom .legal span{margin:0 6px;color:var(--ink-500)}.home .foot-bottom .legal a:hover{color:var(--green-deep)}@media (max-width:980px){.home .hero-inner{grid-template-columns:1fr}.home .hero-art{min-height:380px}.home .device-main{width:380px;height:280px}.home .device-mobile{width:160px;height:320px}.home .device-card{width:200px;right:200px}.home .pillars-grid{grid-template-columns:repeat(2,1fr)}.home .pillars-head{flex-direction:column;align-items:flex-start}.home .roles,.home .ticker-grid{grid-template-columns:1fr}.home .stats-band{grid-template-columns:repeat(2,1fr)}.home .feat,.home .feat.reverse{grid-template-columns:1fr;direction:ltr}.home .foot-grid{grid-template-columns:1fr 1fr}.home .nav-links{display:none}}@media (max-width:480px){.home .nav{padding:0 var(--s-4)}.home .nav-actions .btn-ghost,.home .nav-brand .pipe,.home .nav-brand .product{display:none}.home .nav-actions .btn{height:36px;padding:0 var(--s-4);font-size:13px}}