:root,.landing-page[data-theme=dark],.public-page[data-theme=dark]{--bg:#0a111c;--surface:#121c2b;--surface-alt:#1b2839;--border:#233144;--text:#f4f7fb;--text-dim:#8da0b9;--accent:#5cdfe2;--accent-dim:rgba(92,223,226,.12);--on-accent:#07131f;--cta:#e6af2e;--cta-dim:rgba(230,175,46,.13);--on-cta:#07131f;--live:#ff4d5e;--live-dim:rgba(255,77,94,.13);--success:#3ddc85;--success-dim:rgba(61,220,133,.13);--danger:#ff5c4d;--danger-dim:rgba(255,92,77,.13);--duels:#a96fd1;--duels-dim:rgba(169,111,209,.16);--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-pill:999px;--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--space-xxxl:64px;--font-sans:"Space Grotesk","Avenir Next",system-ui,sans-serif}.landing-page[data-theme=light],.public-page[data-theme=light]{--bg:#f6f7f9;--surface:#fff;--surface-alt:#eef1f5;--border:#e3e7ed;--text:#10141b;--text-dim:#5c6675;--accent:#0b7e88;--accent-dim:rgba(11,126,136,.1);--on-accent:#fff;--cta:#e6af2e;--cta-dim:rgba(230,175,46,.16);--on-cta:#07131f;--live:#e0293c;--live-dim:rgba(224,41,60,.1);--success:#1f9d5c;--success-dim:rgba(31,157,92,.12);--danger:#d93025;--danger-dim:rgba(217,48,37,.1);--duels:#622991;--duels-dim:rgba(98,41,145,.1)}.landing-page{--motion-enter:.7s;--motion-state:.26s;--ease-out-expo:cubic-bezier(.16,1,.3,1);--ease-out-quart:cubic-bezier(.25,1,.5,1);background:var(--bg);width:100%;min-width:320px;color:var(--text);font-family:var(--font-sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-size:16px;line-height:1.6;transition:background-color .22s ease-out,color .22s ease-out;overflow:hidden}.landing-scroll-progress{display:none}@supports (animation-timeline:scroll()){.landing-scroll-progress{z-index:80;background:var(--accent);pointer-events:none;transform-origin:0;height:3px;animation:linear both landing-scroll-progress;animation-timeline:scroll(root);display:block;position:fixed;top:0;bottom:auto;left:0;right:0;transform:scaleX(0)}}.landing-page[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page p{margin-top:0}.landing-page a,.landing-page button{font-family:inherit}.landing-page a:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.landing-page button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.landing-page .ui.button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.landing-shell{width:min(100% - 48px,1240px);margin-left:auto;margin-right:auto}.landing-skip-link{top:var(--space-sm);left:var(--space-sm);z-index:100;padding:var(--space-sm)var(--space-md);border-radius:var(--radius-sm);background:var(--accent);color:var(--on-accent);font-weight:700;transition:transform .18s ease-out;position:fixed;transform:translateY(-160%)}.landing-skip-link:focus{transform:translateY(0)}.landing-header{z-index:20;border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;width:min(100% - 48px,1240px);min-height:96px;margin-left:auto;margin-right:auto;display:grid;position:absolute;top:0;bottom:auto;left:0;right:0}@supports (color:color-mix(in lab, red, red)){.landing-header{border-bottom:1px solid color-mix(in srgb,var(--border)72%,transparent)}}.landing-header{animation:landing-header-enter .62s var(--ease-out-expo)both}.landing-brand{width:max-content;color:var(--text);letter-spacing:.32em;align-items:center;gap:11px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.landing-brand img.ui.image,.landing-brand img{object-fit:contain;width:35px;height:35px;margin:0}.landing-nav{align-items:center;gap:var(--space-xl);display:flex}.landing-nav a,.landing-footer-links a{color:var(--text-dim);letter-spacing:.01em;font-size:13px;font-weight:600;text-decoration:none;transition:color .18s ease-out}.landing-nav a:hover,.landing-footer-links a:hover{color:var(--accent)}.landing-header-actions{justify-self:end;align-items:center;gap:var(--space-sm);display:flex}.landing-page .landing-login-button{border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text);box-shadow:none;font:inherit;cursor:pointer;background:0 0;justify-self:end;margin:0;padding:11px 19px;font-weight:600;transition:border-color .18s ease-out,background-color .18s ease-out,transform .18s ease-out}.landing-page .landing-login-button:hover{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.landing-page .landing-login-button:active,.landing-page .ui.button.landing-login-button:active,.landing-page .ui.button.landing-primary-button:active,.landing-page .landing-primary-button:active{transform:translateY(1px)scale(.985)}.landing-hero{isolation:isolate;min-height:900px;padding:160px 0 92px;display:flex;position:relative}.landing-hero:before{z-index:-2;content:"";opacity:.2;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H80M0 0V80' fill='none' stroke='%23233144' stroke-width='1'/%3E%3C/svg%3E");background-size:80px 80px;position:absolute;top:0;bottom:0;left:0;right:0}.landing-page[data-theme=light] .landing-hero:before{opacity:.65;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H80M0 0V80' fill='none' stroke='%23E3E7ED' stroke-width='1'/%3E%3C/svg%3E")}.landing-hero:after{z-index:-1;background:var(--bg);content:"";clip-path:polygon(0 72%,100% 0,100% 100%,0 100%);height:180px;position:absolute;top:auto;bottom:0;left:0;right:0}.landing-orbit{z-index:-1;border:1px solid var(--border);pointer-events:none;border-radius:50%;position:absolute}.landing-orbit:after{background:var(--accent);width:9px;height:9px;box-shadow:0 0 0 6px var(--accent-dim);content:"";border-radius:50%;position:absolute}.landing-orbit-one{width:620px;height:620px;animation:22s linear infinite landing-orbit-one;top:-90px;right:-110px}.landing-orbit-one:after{bottom:18%;left:7%}.landing-orbit-two{width:470px;height:470px;animation:26s linear infinite reverse landing-orbit-two;bottom:38px;left:-230px}.landing-orbit-two:after{top:15%;right:11%}.landing-hero-layout{grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);align-items:center;gap:max(48px,min(7vw,104px));display:grid}.landing-hero-copy{z-index:0;padding-bottom:54px;position:relative}.landing-intro-copy>*{animation:landing-intro-enter .76s var(--ease-out-expo)both}.landing-intro-copy>:first-child{animation-delay:90ms}.landing-intro-copy>:nth-child(2){animation-delay:.15s}.landing-intro-copy>:nth-child(3){animation-delay:.23s}.landing-intro-copy>:nth-child(4){animation-delay:.31s}.landing-intro-copy>:nth-child(5){animation-delay:.37s}.landing-intro-product{animation:none}.landing-eyebrow,.landing-page .landing-eyebrow{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.3;display:flex}.landing-eyebrow>span{background:currentColor;width:23px;height:1px}.landing-hero h1{max-width:700px;margin-bottom:var(--space-lg);color:var(--text);letter-spacing:-.075em;text-wrap:balance;font-size:max(64px,min(7vw,104px));font-weight:700;line-height:.94}.landing-hero h1 em,.landing-section-heading h2 em{color:var(--text-dim);font-style:normal;font-weight:300}.landing-hero-lead{max-width:530px;margin-bottom:var(--space-xl);color:var(--text-dim);text-wrap:pretty;font-size:max(18px,min(1.7vw,22px));line-height:1.55}.landing-hero-actions{align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.landing-page .ui.button.landing-primary-button,.landing-page .landing-primary-button{border-radius:var(--radius-pill);background:var(--cta);color:var(--on-cta);cursor:pointer;border:0;justify-content:center;align-items:center;gap:9px;margin:0;padding:16px 23px;font-size:15px;font-weight:700;line-height:1;transition:background-color .18s ease-out,box-shadow .18s ease-out,transform .18s ease-out;display:inline-flex;box-shadow:0 12px 32px rgba(230,175,46,.16)}.landing-page .ui.button.landing-primary-button:hover,.landing-page .landing-primary-button:hover{background:var(--cta)}@supports (color:color-mix(in lab, red, red)){.landing-page .ui.button.landing-primary-button:hover,.landing-page .landing-primary-button:hover{background:color-mix(in srgb,var(--cta)90%,var(--text))}}.landing-page .ui.button.landing-primary-button:hover,.landing-page .landing-primary-button:hover{color:var(--on-cta);transform:translateY(-2px);box-shadow:0 16px 38px rgba(230,175,46,.23)}.landing-text-link{color:var(--text);font-size:14px;font-weight:600;text-decoration:none;transition:color .18s ease-out}.landing-text-link i.icon{margin-left:6px;transition:transform .18s ease-out}.landing-text-link:hover{color:var(--accent)}.landing-text-link:hover i.icon{transform:translate(4px)}.landing-store-row{align-items:center;gap:var(--space-sm);margin-top:var(--space-xl);display:flex}.landing-store-row button,.landing-footer-stores button{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0;display:block}.landing-store-row img{width:auto;height:42px;display:block}.landing-product-stage{justify-content:center;align-items:center;min-height:650px;display:flex;position:relative}.landing-app-capture{aspect-ratio:1520/3068;isolation:isolate;background:0 0;margin:0;position:relative;overflow:visible}.landing-app-capture:after{z-index:2;content:"";pointer-events:none;background:url(/img/iphone-16-pro-max-black-titanium.png) 50%/100% 100% no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}.landing-device-screen{z-index:1;clip-path:inset(0 round 9.5%/4.4%);background:#050b14;border-radius:9.5%/4.4%;position:absolute;top:3.25945%;bottom:3.25945%;left:6.57895%;right:6.57895%;overflow:hidden}.landing-device-screenshot{object-fit:cover;width:100%;height:100%;display:block}.landing-app-capture-hero{width:min(100%,438px)}.landing-app-capture-process{justify-self:center;width:min(100%,495px)}.landing-app-capture-rankings,.landing-app-capture-duels{width:100%;max-width:472px}.landing-app-capture-standard{justify-self:center;width:min(100%,472px)}.landing-app-capture-paired{width:min(100%,392px)}.landing-app-capture-accent,.landing-app-capture-duel-tone{background:0 0}.landing-phone{z-index:3;border:1px solid var(--text-dim);width:min(100%,404px);padding:10px 12px 13px;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.landing-phone{border:1px solid color-mix(in srgb,var(--text-dim)35%,var(--border))}}.landing-phone{background:#080d15;border-radius:42px;transform:rotate(2.4deg);box-shadow:0 34px 80px rgba(2,7,14,.48),inset 0 0 0 4px #0e1723}.landing-phone:after{border-radius:inherit;content:"";pointer-events:none;border:1px solid rgba(244,247,251,.1);position:absolute;top:0;bottom:0;left:0;right:0}.landing-phone-top{height:34px;color:var(--text-dim);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;padding:0 11px;font-size:9px;display:flex;position:relative}.landing-phone-island{border-radius:var(--radius-pill);background:#03060a;width:82px;height:20px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.landing-app-header{justify-content:space-between;align-items:center;padding:10px 13px 16px;display:flex}.landing-app-brand{color:var(--text);letter-spacing:-.04em;align-items:center;gap:6px;font-weight:700;display:flex}.landing-app-brand img{object-fit:contain;width:22px;height:22px}.landing-avatar,.landing-player,.landing-duel-avatar{flex:none;justify-content:center;align-items:center;font-style:normal;font-weight:700;display:inline-flex}.landing-avatar{border:1px solid var(--accent);background:var(--accent-dim);width:29px;height:29px;color:var(--accent);border-radius:10px;font-size:9px}.landing-app-section-head{justify-content:space-between;align-items:center;padding:5px 13px 12px;display:flex}.landing-app-section-head>div{gap:3px;display:grid}.landing-mini-label,.landing-float-label{color:var(--text-dim);letter-spacing:.13em;text-transform:uppercase;font-size:8px;font-weight:700}.landing-app-section-head strong{color:var(--text);letter-spacing:-.04em;font-size:21px}.landing-app-section-head span{color:var(--text-dim);font-size:8px}.landing-app-section-head>i.icon,.landing-demo-heading>i.icon{color:var(--text-dim);margin:0;font-size:13px}.landing-day-strip{grid-template-columns:repeat(4,1fr);gap:5px;padding:0 7px 12px;display:grid}.landing-day-strip>span{border:1px solid var(--border);background:var(--surface);min-height:48px;color:var(--text-dim);border-radius:10px;place-items:center;display:grid;position:relative}.landing-day-strip small{letter-spacing:.08em;font-size:6px;font-weight:700}.landing-day-strip strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px}.landing-day-strip .is-active{border-color:var(--cta);background:var(--cta-dim)}.landing-day-strip b,.landing-day-strip i{position:absolute;top:4px;right:5px}.landing-day-strip b{background:var(--cta);width:13px;height:13px;color:var(--on-cta);border-radius:50%;place-items:center;font-size:6px;display:grid}.landing-day-strip i{background:var(--success);border-radius:50%;width:6px;height:6px}.landing-date-heading{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:0 7px 8px;padding:7px 5px;display:flex}.landing-date-heading strong{color:var(--text-dim);letter-spacing:.08em;font-size:8px}.landing-date-heading span{border-radius:var(--radius-pill);background:var(--cta-dim);color:var(--cta);padding:3px 7px;font-size:7px;font-weight:700}.landing-match-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;margin:0 7px 8px;padding:10px}.landing-match-meta{color:var(--text-dim);letter-spacing:.06em;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:7px;font-weight:700;display:flex}.landing-match-meta>span{align-items:center;gap:6px;display:inline-flex}.landing-match-meta i{background:var(--accent);border-radius:50%;width:5px;height:5px}.landing-pick-row{grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);gap:6px;display:grid}.landing-pick-row>span{border:1px solid var(--border);background:var(--surface-alt);min-width:0;height:40px;color:var(--text);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;font-size:7px;font-weight:700;display:flex}.landing-pick-row>span.is-selected{border:2px solid var(--accent);background:var(--accent-dim);color:var(--accent)}.landing-pick-row img{object-fit:contain;width:24px;height:24px}.landing-pick-row .landing-draw-pick{font-size:11px}.landing-app-nav{border-top:1px solid var(--border);background:var(--surface);grid-template-columns:repeat(4,1fr);margin:4px -12px -13px;padding:10px 4px 9px;display:grid}.landing-app-nav span{color:var(--text-dim);flex-direction:column;align-items:center;gap:3px;font-size:7px;font-weight:600;display:flex}.landing-app-nav span svg{height:12px}.landing-app-nav .is-active{color:var(--accent)}.landing-sports{border-bottom:1px solid var(--border);padding:30px 0 42px}.landing-sports-row{display:block}.landing-sports-row p{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.landing-sports-viewport{width:100%;margin-top:26px;overflow:hidden}.landing-sports-track,.landing-sports-set{align-items:center;display:flex}.landing-sports-track{width:max-content;animation:38s linear infinite landing-sports-loop}.landing-sports-set{flex:none;gap:max(32px,min(4vw,66px));padding-right:max(32px,min(4vw,66px))}.landing-sport-item{flex:0 0 132px;justify-content:center;align-items:center;min-height:52px;display:flex}.landing-sport-item img{object-fit:contain;opacity:.82;flex:none;width:76px;height:52px}.landing-sports-viewport:hover .landing-sports-track{animation-play-state:paused}.landing-page[data-theme=dark] .landing-sport-item img.is-dark-only{filter:brightness(0)invert();opacity:.76}.landing-play-loop{border-bottom:1px solid var(--border);background:var(--surface-alt);overflow:hidden;transform:rotate(-.65deg)scale(1.02)}.landing-play-loop-track{width:max-content;color:var(--text);letter-spacing:-.025em;text-transform:uppercase;align-items:center;font-size:max(15px,min(1.7vw,22px));font-weight:650;line-height:1;animation:26s linear infinite landing-play-loop;display:flex}.landing-play-loop-set{flex:none;justify-content:space-around;align-items:center;min-width:max(100vw,1120px);padding:19px max(20px,min(2.6vw,42px));display:flex}.landing-play-loop-item{white-space:nowrap;align-items:center;gap:max(20px,min(2.6vw,42px));display:inline-flex}.landing-play-loop-item i{color:var(--text-dim);font-size:.7em;font-style:normal}.landing-process,.landing-leagues,.landing-duels{padding:max(100px,min(12vw,164px)) 0}.landing-section-heading{align-items:start;gap:var(--space-xxl);grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);margin-bottom:max(60px,min(8vw,96px));display:grid}.landing-section-heading h2,.landing-leagues-copy h2,.landing-duels-copy h2,.landing-final-content h2{max-width:820px;margin-bottom:var(--space-lg);color:var(--text);letter-spacing:-.055em;text-wrap:balance;font-size:max(42px,min(5.6vw,76px));font-weight:600;line-height:.98}.landing-process-grid{grid-template-columns:minmax(300px,.75fr) minmax(520px,1.25fr);align-items:center;gap:max(54px,min(8vw,120px));display:grid}.landing-steps{margin:0;padding:0;list-style:none}.landing-steps li{gap:var(--space-lg);border-top:1px solid var(--border);color:var(--text-dim);grid-template-columns:40px 1fr;padding:24px 0;display:grid}.landing-steps li:last-child{border-bottom:1px solid var(--border)}.landing-steps>li>span{color:var(--text-dim);font-variant-numeric:tabular-nums;letter-spacing:.1em;font-size:11px;font-weight:700}.landing-steps h3{color:var(--text);letter-spacing:-.03em;margin-bottom:7px;font-size:21px;font-weight:600}.landing-steps p{max-width:390px;margin-bottom:0;font-size:14px;line-height:1.65}.landing-steps li.is-active>span,.landing-steps li.is-active h3{color:var(--accent)}.has-motion .landing-steps.is-visible li{animation:landing-step-enter .56s var(--ease-out-expo)both;animation-delay:calc(var(--step-index,0)*90ms)}.landing-picks-demo{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);box-shadow:22px 22px 0 var(--surface-alt);padding:22px 18px 18px;position:relative}.landing-picks-demo:before{border:1px solid var(--border);background:var(--surface);content:"";border-bottom:0;border-radius:8px 8px 0 0;width:62px;height:30px;position:absolute;top:-15px;right:34px}.landing-demo-heading,.landing-demo-saved{justify-content:space-between;align-items:center;display:flex}.landing-demo-heading{padding:2px 6px 18px}.landing-demo-heading>div{gap:4px;display:grid}.landing-demo-heading strong{color:var(--text);letter-spacing:-.03em;font-size:20px}.landing-demo-heading span{color:var(--text-dim);font-size:10px}.landing-demo-days{padding:0 0 16px}.landing-picks-demo .landing-date-heading{margin-left:0;margin-right:0}.landing-picks-demo .landing-match-card{margin-bottom:10px;margin-left:0;margin-right:0;padding:13px}.landing-picks-demo .landing-pick-row{grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr);gap:8px}.landing-picks-demo .landing-pick-row>span{height:48px;font-size:9px}.landing-picks-demo .landing-pick-row img{width:29px;height:29px}.landing-demo-saved{background:var(--success-dim);color:var(--text-dim);border-radius:10px;margin-top:12px;padding:11px 13px;font-size:10px}.landing-demo-saved span{color:var(--success);font-weight:700}.landing-demo-saved small{font-size:9px}.landing-leagues{background:var(--surface)}.landing-leagues-grid,.landing-duels-grid{grid-template-columns:minmax(500px,1.05fr) minmax(330px,.95fr);align-items:center;gap:max(64px,min(10vw,140px));display:grid}.landing-ranking-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);box-shadow:-18px 18px 0 var(--surface-alt);overflow:hidden}.landing-ranking-top{padding:22px 24px 13px}.landing-ranking-top h3{color:var(--text);letter-spacing:-.04em;margin:2px 0 0;font-size:24px}.landing-league-strip{background:var(--surface-alt);color:var(--text-dim);letter-spacing:.08em;border-radius:10px;margin:0 24px 12px;padding:9px 11px;font-size:8px;font-weight:700}.landing-ranking-tabs{background:var(--surface);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:4px;margin:0 24px 18px;padding:4px;display:grid}.landing-ranking-tabs span{color:var(--text-dim);text-align:center;border-radius:8px;padding:8px 5px;font-size:10px;font-weight:600}.landing-ranking-tabs span.is-active{background:var(--accent-dim);color:var(--accent)}.landing-podium{grid-template-columns:repeat(3,1fr);align-items:end;gap:8px;padding:10px 24px 22px;display:grid}.landing-podium>div{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;align-items:center;gap:5px;padding:16px 8px 12px;display:flex;position:relative}.landing-podium>div.is-first{border-color:var(--cta);background:var(--cta-dim);min-height:126px}.landing-podium>div>i.icon{color:var(--cta);margin:0;position:absolute;top:-13px}.landing-podium small{color:var(--text-dim);font-size:9px;font-weight:700;position:absolute;top:10px;right:10px}.landing-podium strong{color:var(--text);font-size:10px}.landing-podium b{color:var(--text-dim);font-size:8px}.landing-ranking-row{border:1px solid var(--border);background:var(--surface);min-height:50px;color:var(--text-dim);font-variant-numeric:tabular-nums;border-radius:14px;grid-template-columns:28px minmax(0,1fr) 54px 48px 35px;align-items:center;margin:0 14px 6px;padding:0 12px;font-size:10px;display:grid}.landing-ranking-row>span:nth-child(2){color:var(--text);align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.landing-ranking-row strong{color:var(--text);text-align:right;font-size:15px}.landing-ranking-row.is-you{border:2px solid var(--accent);background:var(--accent-dim)}.landing-ranking-head{min-height:28px;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;background:0 0;border:0;font-size:7px;font-weight:700}.landing-ranking-head>span:nth-child(2){color:var(--text-dim);font-size:8px}.landing-player{color:#07131f;border-radius:50%;width:32px;height:32px;font-size:8px}.player-one{background:#f0c76b}.player-you{border:1px solid var(--accent);background:var(--accent)}.player-three{background:#b68bd5}.player-four{background:#6ab999}.player-five{background:#6f8fc3}.landing-leagues-copy>p:not(.landing-eyebrow),.landing-duels-copy>p:not(.landing-eyebrow),.landing-final-content>p:not(.landing-eyebrow){max-width:530px;margin-bottom:var(--space-xl);color:var(--text-dim);font-size:17px;line-height:1.7}.landing-leagues-copy ul{gap:var(--space-sm);color:var(--text);margin:0;padding:0;font-size:13px;font-weight:600;list-style:none;display:grid}.landing-leagues-copy li i.icon{color:var(--success);margin-right:9px}.landing-duels-grid{grid-template-columns:minmax(330px,.85fr) minmax(500px,1.15fr)}.landing-duels .landing-eyebrow,.landing-duels-note{color:var(--duels)}.landing-duels-note{border-radius:var(--radius-sm);background:var(--duels-dim);align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:600;display:inline-flex}.landing-duel-preview{width:100%}.landing-duel-card{border:1.5px solid var(--duels);background:var(--surface);box-shadow:18px 18px 0 var(--duels-dim);border-radius:16px;padding:24px}.landing-duel-label{color:var(--text-dim);letter-spacing:.1em;margin-bottom:12px;font-size:9px;font-weight:700;display:block}.landing-duel-card-top{justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.landing-duel-card-top span{color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:700}.landing-duel-card-top strong{border-radius:var(--radius-pill);background:var(--duels-dim);color:var(--duels);align-items:center;gap:5px;padding:4px 9px;font-size:10px;display:inline-flex}.landing-duel-players{grid-template-columns:1fr 1.4fr 1fr;align-items:center;gap:20px;padding:30px 0 24px;display:grid}.landing-duel-players>div:not(.landing-duel-numbers){flex-direction:column;align-items:center;gap:7px;display:flex}.landing-duel-avatar{border:2px solid var(--duels);background:var(--duels-dim);width:52px;height:52px;color:var(--duels);border-radius:50%;font-size:14px}.landing-duel-avatar.is-you{border:2px solid var(--accent);background:var(--accent-dim);color:var(--accent)}.landing-duel-players strong{color:var(--text);font-size:12px}.landing-duel-numbers{text-align:center;flex-direction:column;align-items:center;display:flex}.landing-duel-numbers>span{color:var(--text-dim);letter-spacing:.12em;font-size:8px;font-weight:700}.landing-duel-numbers strong{font-variant-numeric:tabular-nums;letter-spacing:-.06em;margin:0 0 3px;font-size:max(30px,min(4vw,44px))}.landing-duel-numbers strong i{color:var(--duels);font-style:normal;font-weight:300}.landing-duel-forfeit{background:var(--surface-alt);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.landing-duel-forfeit span{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.landing-duel-forfeit strong{color:var(--text);font-size:11px}.landing-feature{padding:max(108px,min(12vw,176px)) 0}.landing-feature-surface{background:var(--surface)}.landing-feature-grid{grid-template-columns:minmax(360px,.95fr) minmax(390px,1.05fr);align-items:center;gap:max(64px,min(10vw,150px));display:grid}.landing-feature-grid-reverse{grid-template-columns:minmax(390px,1.05fr) minmax(360px,.95fr)}.landing-feature-copy h2,.landing-section-heading-duels h2{max-width:720px;margin-bottom:var(--space-lg);color:var(--text);letter-spacing:-.055em;text-wrap:balance;font-size:max(42px,min(5.4vw,72px));font-weight:600;line-height:.98}.landing-feature-copy h2 em,.landing-section-heading-duels h2 em{color:var(--text-dim);font-style:normal;font-weight:300}.landing-feature-copy>p:not(.landing-eyebrow),.landing-section-intro{max-width:570px;margin-bottom:var(--space-xl);color:var(--text-dim);font-size:17px;line-height:1.72}.landing-feature-list{gap:var(--space-sm);color:var(--text);margin:0;padding:0;font-size:13px;font-weight:600;list-style:none;display:grid}.landing-feature-list i.icon{color:var(--success);margin-right:9px}.landing-stat-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.landing-stat-row span{background:var(--surface);color:var(--text-dim);gap:5px;padding:16px 14px;font-size:10px;display:grid}.landing-feature-surface .landing-stat-row span{background:var(--bg)}.landing-stat-row strong{color:var(--accent);letter-spacing:.08em;font-size:12px}.landing-splits{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-alt);isolation:isolate;padding:max(108px,min(11vw,164px)) 0;position:relative;overflow:hidden}.landing-splits:before{z-index:-1;background-image:linear-gradient(90deg,var(--border)1px,transparent 1px);position:absolute;top:0;bottom:0;left:0;right:0}@supports (color:color-mix(in lab, red, red)){.landing-splits:before{background-image:linear-gradient(90deg,color-mix(in srgb,var(--border)54%,transparent)1px,transparent 1px)}}.landing-splits:before{content:"";opacity:.25;pointer-events:none;background-size:max(82px,min(9vw,132px)) 100%}.landing-splits-layout{grid-template-columns:minmax(300px,.72fr) minmax(580px,1.28fr);align-items:start;gap:max(64px,min(9vw,130px));display:grid}.landing-splits-copy{position:-webkit-sticky;position:sticky;top:80px}.landing-splits-copy h2{max-width:560px;margin-bottom:var(--space-lg);color:var(--text);letter-spacing:-.06em;text-wrap:balance;font-size:max(46px,min(5.4vw,74px));font-weight:600;line-height:.96}.landing-splits-copy h2 em{color:var(--text-dim);font-style:normal;font-weight:300}.landing-splits-copy>p:not(.landing-eyebrow){max-width:520px;color:var(--text-dim);font-size:17px;line-height:1.72}.landing-splits-one-division{border-top:1px solid var(--border);margin:36px 0 0;padding-top:22px;font-size:13px!important}.landing-splits-one-division strong{color:var(--text)}.landing-splits-story{padding-top:8px;position:relative}.landing-split-timeline{margin-bottom:max(62px,min(7vw,92px));position:relative}.landing-split-progress{background:var(--border);transform-origin:0;height:1px;position:absolute;top:30px;left:0;right:0;overflow:hidden}.landing-split-progress-fill{background:var(--accent);transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}.landing-split-flow{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:max(20px,min(3vw,42px));margin:0;padding:0;list-style:none;display:grid;position:relative}.landing-split-flow li{align-content:start;gap:24px;min-width:0;display:grid}.landing-split-index{border:1px solid var(--border);background:var(--surface-alt);width:45px;height:45px;color:var(--text-dim);letter-spacing:.08em;border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:grid}.landing-split-flow li:first-child .landing-split-index{border-color:var(--cta);color:var(--cta)}.landing-split-flow li:nth-child(2) .landing-split-index{border-color:var(--accent);color:var(--accent)}.landing-split-flow strong{color:var(--text);margin-bottom:8px;font-size:16px;display:block}.landing-split-flow p{max-width:180px;color:var(--text-dim);margin:0;font-size:12px;line-height:1.55}.landing-division-board{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:max(30px,min(4vw,46px)) 0}.landing-division-ladder{gap:10px;display:grid}.landing-division-tier{border-bottom:1px solid var(--border);height:62px;color:var(--text-dim);grid-template-columns:38px minmax(96px,1fr) minmax(150px,.78fr);align-items:center;gap:16px;display:grid}.landing-division-tier>span:first-child{background:var(--border);width:36px;height:40px;color:var(--text);clip-path:polygon(50% 0,94% 24%,94% 76%,50% 100%,6% 76%,6% 24%);place-items:center;font-size:13px;font-weight:700;display:grid}.landing-division-tier-one>span:first-child{background:var(--cta);color:var(--on-cta)}.landing-division-tier-two>span:first-child{color:#07131f;background:rgba(177,175,174,.8)}.landing-division-tier-three>span:first-child{color:#f4f7fb;background:rgba(137,118,93,.8)}.landing-division-tier strong{letter-spacing:.08em;text-transform:uppercase;font-size:12px}.landing-division-rule{width:min(100%,156px);color:var(--text);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:18px minmax(0,1fr);justify-self:end;align-items:center;font-size:10px;font-weight:700;display:grid}.landing-division-rule>i.icon{width:14px;margin:0}.landing-division-rule>i:not(.icon){background:currentColor;border-radius:50%;width:7px;height:7px}.landing-division-rule small{color:var(--text-dim);letter-spacing:.06em;margin-bottom:2px;font-size:8px;font-weight:600;display:block}.landing-division-rule.is-promoted{color:var(--success)}.landing-division-rule.is-current{color:var(--accent)}.landing-division-rule.is-relegated{color:var(--danger)}.landing-division-more{min-height:42px;color:var(--text-dim);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:16px;display:grid}.landing-division-more>span{color:var(--text-dim);letter-spacing:.13em;justify-self:center;font-size:11px;line-height:1;transform:rotate(90deg)}.landing-division-more strong{letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:600}.landing-splits-champion{color:var(--text);gap:5px;margin:25px 0 0;font-size:13px;font-weight:600;display:grid}.landing-splits-champion span{color:var(--text-dim);font-size:11px;font-weight:400}.has-motion .landing-splits-story.is-visible .landing-split-progress-fill{animation:landing-split-progress .92s .16s var(--ease-out-expo)both}.has-motion .landing-splits-story.is-visible .landing-split-flow li{animation:landing-split-stage .52s var(--ease-out-quart)both}.has-motion .landing-splits-story.is-visible .landing-split-flow li:first-child{animation-delay:.12s}.has-motion .landing-splits-story.is-visible .landing-split-flow li:nth-child(2){animation-delay:.3s}.has-motion .landing-splits-story.is-visible .landing-split-flow li:nth-child(3){animation-delay:.48s}.has-motion .landing-splits-story.is-visible .landing-division-rule.is-promoted{animation:landing-promotion-explain .52s .68s var(--ease-out-quart)both}.has-motion .landing-splits-story.is-visible .landing-division-rule.is-relegated{animation:landing-relegation-explain .52s .82s var(--ease-out-quart)both}.landing-duels-feature{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-section-heading-duels{margin-bottom:max(58px,min(8vw,92px))}.landing-section-heading-duels .landing-eyebrow,.landing-eyebrow-duels{color:var(--duels)}.landing-screen-pair{grid-template-columns:minmax(260px,340px) minmax(260px,340px) minmax(210px,1fr);justify-content:center;align-items:center;gap:max(26px,min(4vw,56px));display:grid}.landing-pair-notes{gap:0;display:grid}.landing-pair-notes span{border-top:1px solid var(--border);color:var(--text-dim);align-items:center;gap:10px;padding:18px 0;font-size:12px;font-weight:600;display:flex}.landing-pair-notes span:last-child{border-bottom:1px solid var(--border)}.landing-pair-notes i.icon{width:18px;color:var(--duels);margin:0}.landing-final-cta{border-top:1px solid var(--border);background:var(--surface);padding:138px 0 146px;position:relative;overflow:hidden}.landing-final-content{z-index:2;position:relative}.landing-final-content h2{max-width:900px;font-size:max(54px,min(7.5vw,102px))}.landing-final-mark{opacity:.055;pointer-events:none;width:max(430px,min(48vw,720px));position:absolute;bottom:max(-230px,min(-16vw,-120px));right:max(-150px,min(-8vw,-70px));transform:rotate(-7deg)}.landing-final-mark img{width:100%;height:auto;display:block}.landing-page[data-theme=light] .landing-final-mark{opacity:.075}.has-motion [data-reveal]{opacity:0;transition:opacity var(--motion-enter)var(--ease-out-quart),transform var(--motion-enter)var(--ease-out-expo)}.has-motion [data-reveal=up]{transform:translateY(34px)}.has-motion [data-reveal=left]{transform:translate(-42px)}.has-motion [data-reveal=right]{transform:translate(42px)}.has-motion [data-reveal=product]{transform:translateY(46px)rotate(-1.5deg)scale(.965)}.has-motion [data-reveal=duel-left]{transform:translate(-40px,28px)rotate(-2deg)scale(.97)}.has-motion [data-reveal=duel-right]{transition-delay:90ms;transform:translate(40px,28px)rotate(2deg)scale(.97)}.has-motion [data-reveal].is-visible{opacity:1;transform:translate(0)rotate(0)scale(1)}.has-motion .landing-app-capture[data-reveal]:before{z-index:3;background:var(--accent);content:"";opacity:0;pointer-events:none;height:1px;position:absolute;top:0;bottom:auto;left:0;right:0;transform:translateY(-1px)}.has-motion .landing-app-capture[data-reveal].is-visible:before{animation:landing-product-scan .82s .38s var(--ease-out-quart)both}@keyframes landing-header-enter{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translate(0)}}@keyframes landing-intro-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translate(0)}}@keyframes landing-product-enter{0%{opacity:0;transform:translate(34px,42px)scale(.965)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes landing-orbit-one{0%{transform:rotate(-16deg)}to{transform:rotate(344deg)}}@keyframes landing-orbit-two{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes landing-play-loop{to{transform:translate(-50%)}}@keyframes landing-sports-loop{to{transform:translate(-50%)}}@keyframes landing-step-enter{0%{opacity:.35;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes landing-product-scan{0%{opacity:0;transform:translateY(-1px)}18%{opacity:.65}to{opacity:0;transform:translateY(620px)}}@keyframes landing-split-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes landing-split-stage{0%{opacity:.25;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes landing-promotion-explain{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translate(0)}}@keyframes landing-relegation-explain{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translate(0)}}@keyframes landing-scroll-progress{to{transform:scaleX(1)}}.landing-footer{background:#080e17;padding:65px 0 28px}.landing-page[data-theme=light] .landing-footer{background:var(--surface-alt)}.landing-footer-grid{gap:var(--space-xl);grid-template-columns:1.5fr .65fr .65fr 1fr;padding-bottom:54px;display:grid}.landing-footer-brand p{max-width:280px;color:var(--text-dim);margin:19px 0 0;font-size:12px}.landing-footer-links{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.landing-footer-stores>span{color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;margin-bottom:11px;font-size:10px;font-weight:700;display:block}.landing-footer-stores>div{gap:var(--space-sm);flex-wrap:wrap;display:flex}.landing-footer-stores img{width:auto;height:42px;display:block}.landing-footer-bottom{border-top:1px solid var(--border);justify-content:space-between;padding-top:24px;display:flex}.landing-footer-bottom p{color:var(--text-dim);margin:0;font-size:10px}.landing-footer-legal{gap:8px;max-width:760px;display:grid}.landing-footer-legal p:last-child{line-height:1.55}.landing-page .cookies-banner{gap:var(--space-md);border-top:1px solid var(--border);font-size:12px;box-shadow:0 -16px 40px rgba(2,7,14,.3);background:var(--surface)!important;color:var(--text-dim)!important;font-family:var(--font-sans)!important;align-items:center!important;padding:15px 22px!important}.landing-page .cookies-banner>div:first-child{flex:360px!important;margin:0!important}.landing-page .cookies-accept,.landing-page .cookies-decline{border-radius:var(--radius-pill)!important;font-family:var(--font-sans)!important;margin:0 0 0 8px!important;padding:10px 16px!important;font-size:11px!important;font-weight:700!important}.landing-page .cookies-accept{border:1px solid var(--cta)!important;background:var(--cta)!important;color:var(--on-cta)!important}.landing-page .cookies-decline{border:1px solid var(--border)!important;color:var(--text)!important;background:0 0!important}@media (max-width:1100px){.landing-header,.landing-shell{width:min(100% - 40px,1240px)}.landing-hero-layout{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:44px}.landing-product-stage{transform:scale(.9)}.landing-process-grid,.landing-leagues-grid,.landing-duels-grid{gap:60px}.landing-feature-grid{gap:64px}.landing-splits-layout{grid-template-columns:minmax(280px,.7fr) minmax(500px,1.3fr);gap:60px}.landing-screen-pair{grid-template-columns:minmax(240px,320px) minmax(240px,320px)}.landing-pair-notes{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.landing-pair-notes span{border-bottom:1px solid var(--border);align-items:flex-start}.landing-process-grid{grid-template-columns:.75fr 1.25fr}}@media (max-width:860px){.landing-header{grid-template-columns:1fr auto}.landing-nav{display:none}.landing-hero{min-height:auto;padding-top:145px}.landing-hero-layout,.landing-process-grid,.landing-leagues-grid,.landing-duels-grid,.landing-feature-grid,.landing-feature-grid-reverse,.landing-splits-layout{grid-template-columns:1fr}.landing-splits-copy{max-width:680px;position:static}.landing-splits-story{max-width:760px}.landing-feature-grid-reverse .landing-feature-copy{grid-row:1}.landing-hero-copy{max-width:680px;padding-bottom:0}.landing-hero h1{font-size:max(72px,min(16vw,116px))}.landing-product-stage{min-height:560px;transform:none}.landing-app-capture-process,.landing-app-capture-rankings,.landing-app-capture-duels,.landing-feature-copy{max-width:680px}.landing-sports-row{display:block}.landing-section-heading{gap:var(--space-sm);grid-template-columns:1fr}.landing-picks-demo{max-width:680px}.landing-leagues-copy{grid-row:1}.landing-ranking-panel,.landing-duel-preview{max-width:680px}.landing-footer-grid{grid-template-columns:1.4fr .6fr .6fr}.landing-footer-stores{grid-column:1/-1;margin-top:10px}}@media (max-width:620px){.landing-header,.landing-shell{width:min(100% - 32px,1240px)}.landing-header{min-height:78px}.landing-brand{letter-spacing:.28em;font-size:12px}.landing-brand img.ui.image,.landing-brand img{width:31px;height:31px}.landing-page .landing-login-button,.landing-page .ui.button.landing-login-button{padding:9px 14px;font-size:12px}.landing-hero{padding:122px 0 60px}.landing-hero:before{background-size:56px 56px}.landing-hero h1{font-size:max(66px,min(21vw,92px))}.landing-hero-lead{font-size:17px}.landing-hero-actions{flex-direction:column;align-items:flex-start;gap:18px}.landing-store-row img{height:40px}.landing-product-stage{min-height:500px;margin-top:16px}.landing-app-capture-hero{width:min(100%,402px)}.landing-app-capture-process,.landing-app-capture-rankings,.landing-app-capture-duels{height:auto}.landing-sports{padding-top:18px}.landing-sports-set{gap:26px;padding-right:26px}.landing-sport-item{flex-basis:116px}.landing-process,.landing-leagues,.landing-duels,.landing-feature,.landing-splits{padding:92px 0}.landing-splits-copy h2{font-size:max(40px,min(12vw,56px))}.landing-split-progress{width:1px;height:auto;top:28px;bottom:22px;left:22px}.landing-split-progress-fill{transform-origin:top;width:100%;height:100%;transform:scaleY(0)}.landing-split-flow{grid-template-columns:1fr;gap:30px}.landing-split-timeline{margin-bottom:58px}.landing-split-flow li{grid-template-columns:45px minmax(0,1fr);align-items:start;gap:18px}.landing-split-flow p{max-width:none}.landing-division-board{padding:28px 0}.landing-division-tier{grid-template-columns:38px minmax(82px,.72fr) minmax(126px,1fr);gap:12px}.landing-division-more{gap:12px}.landing-division-rule{width:min(100%,142px);font-size:9px}.has-motion .landing-splits-story.is-visible .landing-split-progress-fill{animation-name:landing-split-progress-mobile}.landing-section-heading{margin-bottom:46px}.landing-section-heading h2,.landing-leagues-copy h2,.landing-duels-copy h2,.landing-feature-copy h2,.landing-section-heading-duels h2{font-size:max(40px,min(12vw,56px))}.landing-screen-pair{grid-template-columns:1fr 1fr;gap:14px}.landing-pair-notes{grid-template-columns:1fr;margin-top:18px}.landing-pair-notes span{border-bottom:0}.landing-pair-notes span:last-child{border-bottom:1px solid var(--border)}.landing-app-capture-standard,.landing-app-capture-process{width:min(100%,420px)}.landing-picks-demo{box-shadow:10px 10px 0 var(--surface-alt);padding:16px}.landing-ranking-panel{box-shadow:-9px 9px 0 var(--surface-alt)}.landing-ranking-top{padding-left:18px;padding-right:18px}.landing-league-strip,.landing-ranking-tabs{margin-left:18px;margin-right:18px}.landing-podium{padding-left:18px;padding-right:18px}.landing-ranking-row{grid-template-columns:22px minmax(0,1fr) 43px 39px 28px;margin-left:8px;margin-right:8px;padding-left:8px;padding-right:8px}.landing-ranking-row>span:nth-child(2){gap:7px;font-size:10px}.landing-player{width:26px;height:26px;font-size:7px}.landing-duel-card{box-shadow:9px 9px 0 var(--duels-dim);padding:17px}.landing-duel-players{grid-template-columns:.85fr 1.3fr .85fr;gap:8px}.landing-duel-avatar{width:48px;height:48px}.landing-duel-numbers strong{font-size:29px}.landing-duel-forfeit{flex-direction:column;align-items:flex-start;gap:5px}.landing-final-cta{padding:100px 0 110px}.landing-final-content h2{font-size:max(52px,min(16vw,76px))}.landing-footer-grid{grid-template-columns:1fr 1fr;row-gap:42px}.landing-footer-brand,.landing-footer-stores{grid-column:1/-1}.landing-footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}.landing-page .cookies-banner{padding:14px 16px!important}}@media (max-width:390px){.landing-app-capture-hero{width:min(100%,370px)}.landing-product-stage{min-height:460px}.landing-store-row{flex-direction:column;align-items:flex-start}}@keyframes landing-split-progress-mobile{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.landing-scroll-progress{display:none!important}.landing-play-loop-track,.landing-sports-track,.landing-orbit-one,.landing-orbit-two{animation:none!important}.landing-play-loop-track,.landing-sports-track{transform:none!important}.landing-play-loop-track,.landing-sports-track,.landing-sports-set{width:100%}.landing-play-loop-set,.landing-sports-set{flex-wrap:wrap;justify-content:center;min-width:0}.landing-play-loop-set[aria-hidden=true],.landing-sports-set[aria-hidden=true]{display:none}.landing-sports-viewport{overflow:visible}.landing-orbit-one{transform:rotate(-16deg)}.landing-page *,.landing-page :before,.landing-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing-page .cookies-banner{z-index:90;flex-wrap:wrap;justify-content:space-between;display:flex;position:fixed;bottom:0;left:0;right:0}
