/* LuckyHockey · RobuVia Games — original static landing page, v1 */
:root{--bg:#0a1116;--surface:#111b22;--surface-2:#162229;--text:#f2f5ee;--muted:#99a8af;--line:#263139;--lime:#c9f56b;--cyan:#7edbdc;--font:Inter,"Segoe UI",Arial,sans-serif;--display:"Arial Black",Arial,"Segoe UI",sans-serif;--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a,summary{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img,svg{max-width:100%;display:block}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible,canvas:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}::selection{background:var(--lime);color:var(--bg)}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08}h2{font-size:clamp(35px,4.5vw,56px);letter-spacing:-2.1px;font-weight:800}h3{font-size:24px;font-weight:750;letter-spacing:-.7px}.container{width:min(1200px,calc(100% - 96px));margin-inline:auto}.section-pad{padding:100px 0}.text-lime{color:var(--lime)}.text-muted{color:#82959e}.eyebrow,.tiny-label{font-family:var(--font);font-size:11px;line-height:1.5;font-weight:750;letter-spacing:2px}.eyebrow{color:var(--lime);margin-bottom:24px;display:flex;align-items:center;gap:10px}.tiny-label{color:var(--muted)}.status-dot{height:6px;width:6px;flex:none;background:var(--lime);border-radius:50%;box-shadow:0 0 0 4px #c9f56b0e;display:inline-block}.icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:55px;padding:15px 22px;border-radius:9px;font-size:14px;font-weight:750;border:1px solid transparent;line-height:1.4;transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-3px)}.button-lime{background:var(--lime);color:#10180e;box-shadow:0 4px 22px #c9f56b0a}.button-lime:hover{background:#d9ff87;box-shadow:0 6px 24px #c9f56b26}.button-secondary{border-color:#334049;background:#15202777;color:var(--text)}.button-secondary:hover{background:#213039}.button-dark{background:#101c16;color:#eef5e5}.button-dark:hover{background:#263d28}.btn-arrow{margin-left:5px}.circle-play{font-size:9px;border:1px solid #879495;border-radius:50%;width:21px;height:21px;display:grid;place-content:center;padding-left:1px}.text-button{background:none;border:0;padding:5px 0;font-size:12px;letter-spacing:.1px;font-weight:600;white-space:nowrap}.text-button:hover,.text-link:hover{color:var(--lime)}.skip-link{position:fixed;left:16px;top:-100px;z-index:1000;background:var(--lime);color:var(--bg);padding:12px}.skip-link:focus{top:12px}
/* Navigation */
.site-header{height:88px;border-bottom:1px solid #ffffff0c;background:#0a1116f0;position:sticky;top:0;z-index:40;backdrop-filter:blur(18px)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-name{font-weight:750;font-size:20px;letter-spacing:-.7px}.brand-divider{font-weight:350;color:#51616a;padding:0 11px}.brand-games{font-size:11px;font-weight:650;letter-spacing:1.9px}.main-nav{display:flex;gap:27px}.main-nav a{font-size:13px;font-weight:500;color:#acb9bf;transition:color .2s}.main-nav a:hover{color:var(--lime)}.nav-actions{display:flex;gap:24px;align-items:center}.language-switch{display:flex;gap:2px;border:1px solid var(--line);padding:3px;border-radius:7px}.lang{background:none;border:0;font-size:10px;padding:5px 7px;border-radius:4px;color:#a2afb6;font-weight:700;min-height:29px}.lang.active{color:var(--text);background:#27353c}.header-cta{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700}.menu-toggle{display:none;background:none;border:0;min-width:40px;min-height:42px;justify-content:center;align-items:center;flex-direction:column;gap:5px}.menu-toggle span{width:21px;height:2px;background:var(--text)}
/* Hero */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(ellipse at 74% 48%,#1b39362e,transparent 53%)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(#78969a09 1px,transparent 1px),linear-gradient(90deg,#78969a09 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,transparent 23%,#000);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;min-height:683px;position:relative}.hero-copy{position:relative;z-index:2;padding:54px 0 62px}.hero-copy>.eyebrow{margin-bottom:19px;font-size:10px;letter-spacing:2px;color:#b4c0bd}.game-wordmark{font-size:22px;line-height:1.5;font-style:italic;font-weight:950;letter-spacing:-1.1px;margin-bottom:23px}.game-wordmark span{color:var(--lime)}.game-wordmark i{font-size:25px;color:var(--lime);margin-left:9px;font-weight:400;display:inline-block;transform:rotate(8deg)}h1{font-family:var(--display);font-size:clamp(52px,5.8vw,82px);font-weight:900;letter-spacing:-4px;line-height:1.01;margin-left:-3px}.hero-description{max-width:460px;font-size:16px;line-height:1.85;color:#b4c1c7;margin-top:28px}.hero-buttons{margin-top:33px;display:flex;gap:12px;flex-wrap:wrap}.hero-buttons .button{font-size:13px;padding-inline:17px}.hero-facts{display:flex;gap:21px;margin-top:31px;font-size:10px;color:#9baeb5;flex-wrap:wrap}.hero-facts>span{white-space:nowrap}.hero-facts b{font-family:monospace;color:#5c757e;margin-right:5px;font-size:9px}.hero-visual{height:610px;position:relative;min-width:0}.arena-image{width:760px;max-width:none;position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);transition:filter .25s;animation:arenaFloat 7s ease-in-out infinite;pointer-events:none}.hero-visual:hover .arena-image{filter:brightness(1.08)}.arena-orbit{position:absolute;width:350px;height:350px;border:1px solid #c9f56b05;border-radius:50%;top:120px;left:110px;box-shadow:0 0 100px #80e0db05}.visual-coordinate{position:absolute;top:42px;right:18px;color:#526a70;font:10px monospace;letter-spacing:3px}.floating-note{position:absolute;display:flex;align-items:center;gap:12px;border:1px solid #405057;background:#17272ddd;backdrop-filter:blur(14px);box-shadow:0 10px 25px #0002;border-radius:10px;z-index:2}.note-top{top:102px;right:-9px;padding:13px 16px;transform:rotate(4deg)}.note-icon{width:30px;height:30px;border-radius:50%;background:#c9f56b1c;color:var(--lime);display:grid;place-items:center;font-size:21px}.note-top small{display:block;color:#9bb7b6;font-size:8px;letter-spacing:1.8px;margin-bottom:3px}.note-top strong{font-size:11px;line-height:1.4;font-weight:650;display:block}.note-bottom{bottom:96px;left:4px;padding:10px 17px;transform:rotate(-5deg);font-size:11px;font-weight:550}.crosshair{font-size:27px;color:var(--lime);line-height:1}.visual-disclaimer{position:absolute;bottom:13px;left:0;width:100%;text-align:center;font-size:9px;color:#738991;letter-spacing:.4px}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ffffff0d;padding:19px 0 22px;position:relative}.hero-bottom .tiny-label{font-size:8px;letter-spacing:2.1px}.scroll-link{display:flex;align-items:center;gap:20px;font-size:10px;color:#b9c5c5}.scroll-link>span:last-child{font-size:18px;color:var(--lime)}
/* Features */
.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:46px}.section-heading h2{font-size:47px}.section-heading .eyebrow{margin-bottom:19px}.section-lead{max-width:375px;color:var(--muted);font-size:14px;line-height:1.85;margin-bottom:5px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:linear-gradient(140deg,#18252c99,#111a21);border:1px solid var(--line);border-radius:var(--radius);padding:30px 29px 27px;transition:transform .25s,border-color .25s}.feature-card:hover{transform:translateY(-6px);border-color:#7c99545c}.feature-top{display:flex;align-items:center;justify-content:space-between;height:55px;margin-bottom:32px}.feature-number{font:12px monospace;color:#7d909c}.feature-icon{height:51px;width:51px;stroke:var(--lime);stroke-width:1.5;fill:none;stroke-linejoin:round}.feature-card:nth-child(2) .feature-icon{stroke:var(--cyan)}.feature-card:nth-child(3) .feature-icon{stroke:#becabd}.feature-card h3{font-size:22px;margin-bottom:14px}.feature-card p{font-size:13px;line-height:1.85;color:var(--muted);min-height:74px}.card-tag{display:block;font-size:8px;font-weight:650;letter-spacing:1.8px;padding-top:25px;margin-top:22px;border-top:1px solid #ffffff0c;color:#a3b3b8}
/* Interactive shootout */
.demo-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(ellipse at 85% 45%,#20474322,transparent 65%)}.demo-layout{display:grid;grid-template-columns:.85fr 1fr;gap:80px;align-items:center}.demo-copy h2{font-size:64px;letter-spacing:-2.9px}.demo-intro{max-width:320px;color:#b4c2c5;font-size:17px;line-height:1.75;margin:25px 0 34px}.steps{display:flex;flex-direction:column;gap:23px}.steps>div{display:flex;gap:16px;align-items:flex-start}.steps>div>span{width:29px;height:29px;border-radius:50%;border:1px solid #41534e;color:var(--lime);display:grid;place-items:center;flex-shrink:0;font-size:11px}.steps strong{font-size:14px;font-weight:650;display:block;margin-bottom:3px}.steps small{font-size:12px;color:var(--muted);line-height:1.6;display:block}.demo-disclaimer{display:flex;gap:12px;border-top:1px solid var(--line);padding-top:24px;margin-top:37px;max-width:380px}.demo-disclaimer .icon{width:18px;height:18px;color:#6c888f;margin-top:2px}.demo-disclaimer p{font-size:10px;line-height:1.9;color:#8ea0a8}.demo-machine{position:relative;min-width:0;padding:19px;background:#101a21;border:1px solid #34484d;border-radius:22px;box-shadow:0 18px 70px #0004}.demo-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:21px}.demo-logo{font-weight:800;font-size:10px;font-style:italic;letter-spacing:-.1px}.demo-logo>span{font-family:monospace;color:#a0b5b8;font-size:9px;font-style:normal;letter-spacing:.4px;font-weight:400}.sound-button{display:flex;align-items:center;gap:5px;font-size:9px;background:none;border:1px solid #33444b;border-radius:5px;min-height:32px;padding:4px 7px;color:#b3c2c5}.sound-button[aria-pressed=true]{color:var(--lime);border-color:#7e984c}.sound-icon{font-size:14px}.demo-scorebar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.shot-dots{display:flex;gap:7px}.shot-dots span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;font:10px monospace;background:#1c2a32;border:1px solid #33444d;color:#9dafb7}.shot-dots .current{border-color:var(--lime);color:var(--lime)}.shot-dots .hit{background:var(--lime);border-color:var(--lime);color:#14220c}.shot-dots .miss{border-color:#bd887c;color:#efb7ac;background:#49393255}.score-label{font-size:9px;letter-spacing:1.5px;display:flex;align-items:center;gap:12px;color:#93aab2}.score-label strong{font-size:23px;color:var(--lime);letter-spacing:-.8px;line-height:1}.score-label strong span{font-size:13px;font-weight:400;color:#6e858d;margin-left:4px}.canvas-wrap{position:relative;overflow:hidden;border-radius:10px;border:1px solid #385158;background:#0d1c25;aspect-ratio:560/520}canvas{width:100%;height:100%;display:block;touch-action:none;user-select:none;outline-offset:-4px!important}.demo-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(ellipse at center,#0c1928f5,#0d172abb);text-align:center;padding:24px}.demo-overlay[hidden]{display:none}.overlay-symbol{background:#c9f56b15;border:1px solid #8baf5766;width:67px;height:67px;display:grid;place-items:center;font-size:37px;color:var(--lime);border-radius:17px;transform:rotate(-7deg);margin-bottom:23px}.demo-overlay .tiny-label{color:#b6c5c8;font-size:8px;letter-spacing:2px;margin-bottom:9px}.demo-overlay h3{font-size:34px;letter-spacing:-1px;margin-bottom:12px}.demo-overlay>p:not(.tiny-label){font-size:13px;color:#aec0c7;margin-bottom:25px}.demo-overlay .button{min-width:170px}.overlay-note{font-size:9px;color:#8ba2ab;margin-top:20px}.demo-status{display:flex;gap:15px;align-items:center;justify-content:space-between;min-height:53px;padding-top:7px}.demo-status p{color:#b7c9c9;font-size:11px}.demo-status .text-button{color:#8ca9ad;font-size:9px}.keyboard-help{font-size:9px;color:#7e939d;line-height:1.6;text-align:center;border-top:1px solid #ffffff09;padding-top:10px}.noscript-note{padding:15px;color:var(--lime)}
/* Leagues */
.leagues-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.league-visual{min-width:0;position:relative;background:radial-gradient(ellipse at 78% 64%,#6175381a,transparent 55%),#111b21;border:1px solid var(--line);border-radius:var(--radius);padding:30px 35px 24px;overflow:hidden}.league-visual>.tiny-label{color:#9eb2b8;font-size:9px;letter-spacing:1.8px}.rank-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:35px 0 24px}.rank-badge{width:96px;aspect-ratio:1/.95;display:grid;place-items:center;clip-path:polygon(50% 0,92% 24%,92% 70%,50% 100%,8% 70%,8% 24%);position:relative;background:#688594}.rank-badge:before{content:"";position:absolute;inset:3px;clip-path:inherit;background:#20313b}.rank-badge:after{content:"";position:absolute;inset:11px;clip-path:inherit;background:linear-gradient(135deg,#789baf33,transparent)}.rank-badge span{position:relative;z-index:1;font-family:var(--display);font-weight:900;font-size:32px;color:#a4bfcd;letter-spacing:-2px}.rank-2{width:107px;background:#75bfbb;transform:translateY(-8px)}.rank-2:before{background:#163f43}.rank-2 span{color:#9ff3e6}.rank-3{width:122px;background:#d6f497;transform:translateY(-18px);filter:drop-shadow(0 0 16px #c9f56b22)}.rank-3:before{background:#456528}.rank-3 span{color:#e3ffa3;font-size:43px}.rank-arrow{color:#7d9194;font-size:23px}.rank-caption{display:flex;justify-content:space-between;gap:20px;font-size:8px;letter-spacing:1.1px;color:#8b9c9e;margin-top:22px}.tiny-note{font-size:9px;color:#788e96;line-height:1.7}.league-visual>.tiny-note{margin-top:21px}.league-steps{display:flex;flex-direction:column;gap:0}.league-steps>div{display:flex;gap:23px;padding:20px 0;border-bottom:1px solid #ffffff10}.league-steps>div:last-child{border-bottom:0}.league-steps>div>span{font:11px monospace;line-height:1.8;color:var(--lime)}.league-steps strong{display:block;font-size:18px;line-height:1.4;letter-spacing:-.3px;margin-bottom:6px}.league-steps small{display:block;color:var(--muted);font-size:12px}.prize-note{display:flex;gap:23px;align-items:center;background:#182118;border:1px solid #a4c27324;border-radius:14px;padding:28px 32px;margin-top:35px}.prize-icon{background:#c9f56b0b;border:1px solid #8bac5644;border-radius:12px;flex-shrink:0;width:55px;height:55px;display:grid;place-items:center}.prize-icon svg{width:30px;height:30px;stroke:var(--lime);stroke-width:1.5;fill:none}.prize-note .tiny-label{color:var(--lime);font-size:8px;letter-spacing:1.8px;margin-bottom:6px}.prize-note h3{font-size:19px;margin-bottom:9px;letter-spacing:-.3px}.prize-note p:not(.tiny-label){max-width:745px;color:#a7b5a5;font-size:11px;line-height:1.9}.prize-note>.text-button{margin-left:auto;color:#d2ebae;font-size:10px}
/* Questions */
.faq-section{border-top:1px solid var(--line)}.faq-layout{display:grid;grid-template-columns:.85fr 1fr;gap:80px}.faq-layout h2{font-size:49px}.faq-contact{max-width:300px;font-size:13px;line-height:1.8;color:var(--muted);margin-top:27px}.contact-link{display:flex;gap:25px;align-items:center;font-size:13px;margin-top:18px;font-weight:500;color:var(--text)}.contact-link>span{color:var(--lime)}.faq-list{padding-top:2px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 0;list-style:none;cursor:pointer;font-size:14px;line-height:1.4;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-plus{height:13px;width:13px;position:relative;flex:none;color:var(--lime)}.faq-plus:before,.faq-plus:after{content:"";position:absolute;left:0;top:6px;width:13px;height:1px;background:currentColor}.faq-plus:after{transform:rotate(90deg);transition:transform .2s}.faq-list details[open] .faq-plus:after{transform:rotate(0)}.faq-list details>p{font-size:12px;line-height:1.85;padding:0 27px 25px 0;color:var(--muted)}
/* Final invitation */
.download-section{padding:12px 0 95px}.download-card{position:relative;background:var(--lime);color:#142010;border-radius:24px;padding:55px 57px;overflow:hidden}.download-content{position:relative;z-index:1;max-width:660px}.download-card .eyebrow{color:#3c5427;font-size:9px;letter-spacing:1.7px;margin-bottom:20px}.download-card .status-dot{background:#3e5b29;box-shadow:0 0 0 4px #243f2311}.download-card h2{font-size:50px;letter-spacing:-2px}.download-card p:not(.eyebrow){max-width:440px;font-size:13px;line-height:1.8;margin-top:21px;color:#3a5329}.download-actions{display:flex;align-items:center;gap:30px;margin-top:28px;flex-wrap:wrap}.text-link{font-size:12px;font-weight:700;display:flex;gap:14px}.download-card .text-link:hover{color:#263e1b}.download-art{position:absolute;right:-66px;bottom:-95px;width:440px;height:440px;border:1px solid #4a742729;border-radius:50%;transform:rotate(-34deg)}.download-art:before,.download-art:after{content:"";position:absolute;inset:36px;border:1px solid #4a74272e;border-radius:50%}.download-art:after{inset:75px}.download-puck{position:absolute;width:128px;height:128px;left:155px;top:101px;border-radius:50%;border:14px solid #2f4325;background:radial-gradient(circle at 45% 35%,#597441,#172a12);box-shadow:0 12px 0 #1c3114,0 22px 20px #24441133;z-index:2}.download-puck:after{content:"";position:absolute;inset:14px;border:1px solid #a0c57c44;border-radius:50%}.download-track{position:absolute;height:170px;width:110px;top:210px;left:164px;border-inline:1px solid #4a742742;background:linear-gradient(#7d9c4540,transparent)}
/* Footer and dialogs */
.site-footer{border-top:1px solid var(--line);padding:32px 0 24px;background:#081015}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:27px}.footer-motto{font-size:11px;color:#8b9da6;letter-spacing:.2px}.footer-bottom{display:flex;align-items:center;gap:35px;justify-content:space-between;border-top:1px solid #ffffff0b;padding-top:22px;font-size:10px;color:#7c929d}.footer-links{display:flex;gap:25px;margin-left:auto}.footer-links button{font:inherit;border:0;background:none;padding:5px 0}.footer-links a{padding:5px 0}.footer-links button:hover,.footer-links a:hover{color:var(--lime)}.back-top{height:30px;width:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;font-size:16px;color:#b1c4c9}dialog{background:#152229;color:var(--text);border:1px solid #456068;border-radius:22px;padding:0;max-width:580px;width:calc(100% - 32px);box-shadow:0 25px 140px #000a;max-height:85vh}dialog::backdrop{background:#040b12c9;backdrop-filter:blur(5px)}.dialog-inner{padding:39px;position:relative}.dialog-close{position:absolute;top:10px;right:13px;background:none;border:0;font-size:29px;width:37px;height:37px;line-height:1;color:#94aab5}.dialog-close:hover{color:var(--text)}.dialog-mark{background:#c9f56b18;display:grid;place-items:center;width:48px;height:48px;border-radius:12px;color:var(--lime);font-size:27px;margin-bottom:24px}.dialog-inner .eyebrow{font-size:9px;margin-bottom:14px}.dialog-inner h2{font-size:33px;letter-spacing:-1px;line-height:1.12;margin-bottom:21px}#dialog-body p{font-size:13px;line-height:1.85;color:#b3c5cd;margin-bottom:14px}#dialog-body p strong{color:var(--text)}#dialog-body a{color:var(--lime);text-decoration:underline;text-underline-offset:3px}.dialog-ok{margin-top:15px;min-height:47px}.error-page{min-height:100vh;display:grid;place-items:center;text-align:center;padding:25px}.error-page h1{font-size:100px;color:var(--lime)}.error-page p{margin:20px 0;color:var(--muted)}
@keyframes arenaFloat{0%,100%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 12px))}}
@media(min-width:1500px){.hero-inner{min-height:740px}.hero-visual{height:650px}.hero-copy{padding-block:75px}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.nav-actions{gap:15px}.main-nav{gap:18px}.header-cta{font-size:11px}.hero-inner{min-height:625px}.hero-copy{padding-block:47px}h1{font-size:69px}.hero-visual{height:560px}.arena-image{width:670px;left:52%;top:51%}.note-top{right:-4px;top:95px;padding:10px}.note-bottom{left:15px;bottom:79px}.hero-buttons{gap:9px}.hero-buttons .button{font-size:11px;padding-inline:13px}.hero-facts{gap:14px}.demo-layout{gap:45px}.faq-layout{gap:55px}.feature-card{padding:25px}.feature-card h3{font-size:20px}.feature-card p{min-height:90px}.section-heading h2{font-size:44px}.leagues-grid{gap:45px}.prize-note{padding-inline:23px}.rank-badge{width:80px}.rank-2{width:93px}.rank-3{width:109px}.brand-name{font-size:19px}.brand-games{font-size:10px}.brand-divider{padding-inline:8px}}
@media(max-width:950px){.header-cta{display:none}.hero-inner{grid-template-columns:1.13fr 1fr}.hero-copy>.eyebrow{font-size:9px}h1{font-size:59px;letter-spacing:-2.8px}.hero-description{font-size:14px}.game-wordmark{font-size:20px}.hero-visual{height:500px}.arena-image{width:590px;left:48%}.note-top{top:98px;right:0}.note-top strong{font-size:9px}.note-top small{font-size:7px}.note-icon{width:22px;height:22px}.note-bottom{font-size:9px;left:10px;bottom:59px}.visual-disclaimer{font-size:8px;bottom:0}.feature-grid{gap:13px}.feature-card{padding:24px 20px}.feature-card p{font-size:12px;min-height:88px}.feature-card h3{font-size:19px}.section-pad{padding-block:75px}.section-heading{gap:35px}.section-lead{max-width:315px;font-size:13px}.section-heading h2{font-size:39px}.demo-layout{gap:32px;grid-template-columns:.9fr 1fr}.demo-copy h2{font-size:52px}.demo-intro{font-size:15px}.demo-machine{padding:13px}.demo-logo>span{display:none}.demo-toolbar{margin-bottom:15px}.demo-overlay h3{font-size:27px}.overlay-symbol{margin-bottom:15px;width:53px;height:53px}.demo-overlay>p:not(.tiny-label){font-size:12px;margin-bottom:18px}.overlay-note{font-size:8px}.demo-overlay .button{min-height:46px}.steps{gap:17px}.steps small{font-size:11px}.demo-disclaimer{margin-top:25px;padding-top:19px}.demo-disclaimer p{font-size:9px}.leagues-grid{gap:28px}.league-visual{padding-inline:23px}.rank-badge{width:69px}.rank-2{width:80px}.rank-3{width:93px}.rank-line{gap:4px}.league-steps strong{font-size:16px}.league-steps small{font-size:11px}.prize-note{gap:18px}.prize-note>.text-button{display:none}.prize-note p:not(.tiny-label){font-size:10px}.faq-layout{gap:45px}.faq-layout h2{font-size:41px}.faq-list summary{font-size:13px}.download-card h2{font-size:43px}.download-card{padding:43px}.download-art{right:-155px;opacity:.65}.download-content{max-width:570px}.download-section{padding-bottom:75px}}
@media(max-width:720px){html{scroll-padding-top:90px}.container{width:calc(100% - 40px)}.site-header{height:72px}.brand img{height:30px;width:30px}.brand-name{font-size:18px}.brand-games{font-size:9px;letter-spacing:1.5px}.brand-divider{padding-inline:7px}.nav-wrap{gap:8px}.nav-actions{gap:6px}.lang{font-size:9px;padding-inline:6px}.menu-toggle{display:flex}.main-nav{display:none;position:absolute;top:71px;left:0;right:0;flex-direction:column;background:#101c24f9;border-bottom:1px solid #45565f;gap:0;padding:12px 25px;backdrop-filter:blur(15px)}.main-nav.open{display:flex}.main-nav a{padding:13px 0;font-size:14px}.hero-inner{display:flex;flex-direction:column;min-height:0;align-items:stretch}.hero-copy{padding:47px 0 0;text-align:left}.hero-copy>.eyebrow{font-size:9px;margin-bottom:16px}.game-wordmark{font-size:22px;margin-bottom:18px}h1{font-size:clamp(48px,10.8vw,72px);letter-spacing:-2.8px;line-height:1.02}.hero-description{max-width:520px;margin-top:24px;font-size:14px;line-height:1.8}.hero-buttons{margin-top:27px;gap:11px}.hero-buttons .button{font-size:12px;min-height:51px;padding:13px 17px}.hero-facts{gap:20px;margin-top:23px;font-size:10px}.hero-visual{height:430px;width:100%;max-width:540px;align-self:center;margin-top:-3px}.arena-image{width:560px;left:50%;top:47%}.note-top{top:45px;right:0;padding:10px 12px}.note-top strong{font-size:10px}.note-top small{font-size:7px}.note-bottom{bottom:59px;left:4px;font-size:10px}.visual-coordinate{display:none}.visual-disclaimer{bottom:8px;font-size:8px}.hero-bottom{padding-block:17px;gap:16px}.hero-bottom .tiny-label{font-size:7px;letter-spacing:1.2px;max-width:155px}.scroll-link{font-size:9px;gap:12px}.hero-grid{mask-image:linear-gradient(to bottom,transparent,#000)}.section-pad{padding:63px 0}.section-heading{display:block;margin-bottom:31px}.section-heading h2{font-size:38px;letter-spacing:-1.5px}.section-heading .eyebrow,.eyebrow{font-size:9px;letter-spacing:1.7px;margin-bottom:19px}.section-lead{max-width:100%;font-size:13px;margin-top:22px}.feature-grid{grid-template-columns:1fr;gap:13px}.feature-card{padding:23px;position:relative}.feature-top{height:28px;margin-bottom:17px}.feature-icon{position:absolute;right:25px;top:24px;width:36px;height:36px}.feature-card h3{font-size:22px;margin-bottom:13px;padding-right:30px}.feature-card p{min-height:0;max-width:91%;font-size:12px}.card-tag{padding-top:17px;margin-top:18px;font-size:8px}.demo-layout{display:flex;flex-direction:column;gap:33px;align-items:stretch}.demo-copy h2{font-size:52px;letter-spacing:-2px}.demo-intro{max-width:330px;font-size:15px;margin:24px 0 27px}.steps{gap:17px}.steps strong{font-size:13px}.steps small{font-size:11px}.demo-disclaimer{max-width:100%;margin-top:25px}.demo-disclaimer p{font-size:10px}.demo-machine{width:100%;max-width:540px;align-self:center;padding:14px;border-radius:17px}.demo-logo>span{display:inline;font-size:8px}.sound-button{font-size:9px}.demo-overlay h3{font-size:30px}.overlay-symbol{height:52px;width:52px;font-size:30px;margin-bottom:19px}.overlay-note{font-size:8px;max-width:230px}.demo-overlay .button{min-height:48px}.demo-status p{font-size:10px}.demo-status .text-button{font-size:9px}.keyboard-help{font-size:8px}.leagues-grid{grid-template-columns:1fr;gap:19px}.league-visual{padding:27px}.rank-line{max-width:390px;margin:30px auto 28px}.rank-badge{width:83px}.rank-2{width:95px}.rank-3{width:112px}.rank-caption{font-size:8px;max-width:390px;margin-inline:auto}.league-steps>div{padding:17px 0;gap:20px}.league-steps strong{font-size:17px}.league-steps small{font-size:12px}.prize-note{padding:24px 20px;align-items:flex-start;gap:16px;margin-top:27px}.prize-icon{width:34px;height:34px;border-radius:8px}.prize-icon svg{width:22px;height:22px}.prize-note h3{font-size:18px;line-height:1.3}.prize-note p:not(.tiny-label){font-size:11px}.prize-note .tiny-label{font-size:7px;letter-spacing:1.2px}.faq-layout{display:block}.faq-layout h2{font-size:40px}.faq-contact{max-width:290px;margin-top:22px;font-size:12px}.contact-link{font-size:13px;margin-top:13px}.faq-list{margin-top:34px}.faq-list summary{font-size:13px;padding:21px 0}.faq-list details>p{font-size:12px;padding-right:10px}.download-section{padding:0 0 55px}.download-card{padding:35px 27px 39px;border-radius:17px}.download-card h2{font-size:36px;letter-spacing:-1.4px}.download-card .eyebrow{font-size:8px;letter-spacing:1.1px}.download-card p:not(.eyebrow){font-size:12px;max-width:310px}.download-actions{gap:22px;margin-top:26px;align-items:flex-start;flex-direction:column}.download-actions .button{font-size:12px}.download-art{width:300px;height:300px;right:-177px;bottom:-82px;opacity:.3;pointer-events:none}.download-puck{width:98px;height:98px;left:90px;top:78px}.download-track{left:87px;top:170px}.footer-top{align-items:flex-start;flex-direction:column;gap:18px}.footer-motto{font-size:10px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:17px;font-size:9px}.footer-links{order:3;margin-left:0;width:100%;gap:25px}.back-top{margin-left:auto}.dialog-inner{padding:30px 25px}.dialog-inner h2{font-size:29px}#dialog-body p{font-size:12px}.dialog-mark{width:40px;height:40px;font-size:24px}.dialog-inner .eyebrow{font-size:8px}}
@media(max-width:370px){.container{width:calc(100% - 32px)}.brand-games{display:none}.brand-divider{display:none}.hero-buttons{gap:8px}.hero-buttons .button{font-size:10px;padding-inline:12px;gap:8px}.hero-facts{gap:13px;font-size:9px}.hero-visual{height:385px}.arena-image{width:490px}.note-top{top:42px;right:-5px}.note-bottom{bottom:54px;font-size:9px}.demo-logo>span{display:none}.demo-overlay{padding:15px}.overlay-symbol{width:43px;height:43px;margin-bottom:13px}.demo-overlay h3{font-size:26px}.demo-overlay>p:not(.tiny-label){margin-bottom:15px;font-size:11px}.demo-overlay .button{min-height:42px}.overlay-note{margin-top:13px;font-size:7px}.rank-badge{width:70px}.rank-2{width:83px}.rank-3{width:96px}.download-card h2{font-size:31px}.hero-bottom .tiny-label{font-size:6px}.demo-status{gap:7px}.demo-status p{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover,.feature-card:hover{transform:none}}
