:root{--ink:#eef1ff;--muted:#adb3cf;--line:rgba(255,255,255,.12);--shadow:0 32px 90px rgba(4,5,18,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;color:var(--ink);font-family:Inter,"SF Pro Display",system-ui,-apple-system,sans-serif;background:#121426}a,button{font:inherit}#arcade-world{position:fixed;inset:0;z-index:-3;width:100%;height:100%;pointer-events:none}.ambient{position:fixed;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(180deg,rgba(11,12,29,.16),#121426 67%,#121426),radial-gradient(circle at 18% 18%,rgba(101,90,187,.18),transparent 32%),radial-gradient(circle at 84% 36%,rgba(72,178,194,.14),transparent 29%)}
header{position:fixed;left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));top:max(14px,env(safe-area-inset-top));z-index:40;height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:8px 10px;border:1px solid var(--line);border-radius:23px;background:rgba(18,20,39,.68);box-shadow:0 18px 50px rgba(0,0,0,.28);backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2)}.home{display:flex;align-items:center;gap:9px;width:max-content;padding:9px 12px;color:#fff;text-decoration:none;font-size:10px;letter-spacing:.13em}.home span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:rgba(255,255,255,.1)}.brand{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none}.brand img{width:44px;height:44px;border-radius:14px;object-fit:cover}.brand span{display:grid}.brand b{font-size:12px;letter-spacing:.14em}.brand small{margin-top:3px;color:#a7e7de;font-size:7px;letter-spacing:.28em}.languages{justify-self:end;display:flex;gap:3px;padding:4px;border-radius:999px;background:rgba(255,255,255,.07)}.languages button{width:44px;height:44px;border:0;border-radius:999px;background:transparent;color:#aeb5cf;font-size:9px;font-weight:900;cursor:pointer}.languages button.is-active{background:#f2f4ff;color:#20233c}main{width:min(1440px,calc(100% - 36px));margin:0 auto}
.hero{min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:132px 3vw 70px}.eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 18px;color:#a9eadc;font-size:9px;letter-spacing:.2em}.eyebrow i{width:50px;height:2px;background:linear-gradient(90deg,#8f79d8,#69d5c8)}.hero h1{max-width:1100px;margin:0;font:750 clamp(60px,8.4vw,125px)/.88 Georgia,"Times New Roman",serif;letter-spacing:-.065em}.hero h1 em{font-weight:700;color:#a99ce8}.hero>p:not(.eyebrow){max-width:670px;margin:28px 0 0;color:var(--muted);font-size:clamp(16px,1.5vw,21px);line-height:1.62}.hero-status{display:flex;flex-wrap:wrap;gap:1px;width:max-content;max-width:100%;margin-top:35px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:rgba(25,28,52,.62);backdrop-filter:blur(16px)}.hero-status>span{min-width:150px;min-height:62px;display:flex;flex-direction:column;justify-content:center;padding:10px 15px;border-left:1px solid var(--line)}.hero-status>span:first-child{flex-direction:row;align-items:center;gap:10px;border-left:0}.hero-status i{width:8px;height:8px;border-radius:50%;background:#70d5a5;box-shadow:0 0 0 6px rgba(112,213,165,.12)}.hero-status b{font-size:12px}.hero-status small{margin-top:2px;color:#929ab7;font-size:8px}.hero-cta{display:flex;align-items:center;gap:20px;width:max-content;margin-top:25px;padding:13px 14px 13px 18px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.07);color:#fff;text-decoration:none;font-size:10px}.hero-cta span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1)}
.games{padding:92px 2vw 75px}.section-head p{margin:0;color:#77d6c9;font-size:9px;font-weight:900;letter-spacing:.22em}.section-head h2{margin:12px 0 30px;font:750 clamp(44px,6vw,84px)/.94 Georgia,serif;letter-spacing:-.05em}.game-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.game-card{position:relative;min-height:710px;display:flex;flex-direction:column;padding:32px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:38px;color:#fff;text-decoration:none;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.game-card:hover{transform:translateY(-8px);box-shadow:0 43px 110px rgba(4,5,18,.58)}.shard-card{background:linear-gradient(150deg,rgba(38,28,66,.97),rgba(51,34,91,.9) 50%,rgba(21,29,55,.96))}.balance-card{background:linear-gradient(150deg,rgba(29,68,76,.96),rgba(60,109,104,.88) 50%,rgba(26,45,63,.96))}.game-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 30%,rgba(8,10,24,.72) 68%,rgba(8,10,24,.9))}.game-card>*{position:relative;z-index:2}.card-index{font:700 13px Georgia,serif;color:rgba(255,255,255,.54)}.game-logo{width:min(88%,430px);height:112px;object-fit:contain;object-position:left center;filter:drop-shadow(0 10px 22px rgba(0,0,0,.2))}.game-card>p{margin:20px 0 9px;color:#b8f1e7;font-size:8px;font-weight:950;letter-spacing:.2em}.game-card h3{max-width:540px;margin:0;font:750 clamp(36px,4vw,59px)/.98 Georgia,serif;letter-spacing:-.045em}.game-card>span:not(.card-index):not(.play-button){max-width:570px;margin-top:16px;color:#c0c5d8;font-size:14px;line-height:1.58}.game-card ul{display:grid;gap:8px;margin:21px 0 27px;padding:0;list-style:none}.game-card li{font-size:10px;font-weight:800}.game-card li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:50%;background:rgba(255,255,255,.1);color:#8ce0cf}.play-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:53px;margin-top:auto;padding:0 13px 0 18px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.11);font-size:11px}.play-button i{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#fff;color:#20233c;font-style:normal}
.card-art{height:245px;margin:-4px -10px 14px;position:relative}.shard-art i{position:absolute;left:50%;top:47%;width:70px;height:190px;background:linear-gradient(145deg,#c8b3ff,#5b4b9c 60%,#332a63);clip-path:polygon(48% 0,100% 37%,72% 100%,14% 78%,0 25%);transform-origin:50% 80%;filter:drop-shadow(0 20px 24px rgba(0,0,0,.35))}.shard-art i:nth-child(1){transform:translate(-50%,-50%) rotate(-5deg)}.shard-art i:nth-child(2){transform:translate(-150%,-23%) rotate(-34deg) scale(.63);opacity:.76}.shard-art i:nth-child(3){transform:translate(48%,-20%) rotate(31deg) scale(.55);opacity:.63}.shard-art b{position:absolute;left:50%;bottom:18px;width:260px;height:58px;border-radius:50%;background:radial-gradient(ellipse,rgba(177,139,255,.45),transparent 69%);transform:translateX(-50%)}.mountain-art i{position:absolute;left:50%;bottom:10px;width:340px;height:205px;clip-path:polygon(48% 0,100% 100%,0 100%);background:linear-gradient(145deg,#e9f4ef 0 33%,#80b3ac 34% 58%,#315f65 59%)}.mountain-art i:nth-child(1){transform:translateX(-50%)}.mountain-art i:nth-child(2){transform:translateX(-98%) scale(.62);opacity:.72}.mountain-art i:nth-child(3){transform:translateX(1%) scale(.54);opacity:.68}.mountain-art b{position:absolute;left:44%;bottom:84px;width:10px;height:35px;border-radius:8px;background:#f0a783;box-shadow:0 0 0 5px rgba(255,255,255,.18)}
.family-strip{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:25px 2vw 110px;padding:28px 31px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(225,179,151,.16),rgba(113,202,177,.12));box-shadow:var(--shadow)}.family-strip p{margin:0;color:#7bdcca;font-size:8px;font-weight:950;letter-spacing:.2em}.family-strip h2{margin:9px 0 0;font:700 clamp(28px,4vw,52px)/1 Georgia,serif}.family-strip a{display:flex;align-items:center;gap:28px;min-width:220px;min-height:52px;padding:0 13px 0 18px;border-radius:15px;background:#f0f2ff;color:#22263e;text-decoration:none;font-size:10px}.family-strip a i{margin-left:auto;font-style:normal}footer{display:flex;justify-content:space-between;align-items:center;padding:23px max(24px,calc((100vw - 1380px)/2));padding-bottom:max(23px,env(safe-area-inset-bottom));border-top:1px solid var(--line);color:#8890aa;font-size:9px;letter-spacing:.13em}footer b,footer a{color:#d8dced;text-decoration:none}
@media(max-width:900px){.game-grid{grid-template-columns:1fr}.game-card{min-height:690px}.family-strip{align-items:flex-start;flex-direction:column}.family-strip a{width:100%}}@media(max-width:640px){header{left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));top:max(7px,env(safe-area-inset-top));height:62px;border-radius:18px}.home{padding:3px}.home b{display:none}.brand img{width:36px;height:36px}.brand b{font-size:10px}.languages button{width:44px;height:44px}main{width:calc(100% - 16px)}.hero{padding:114px 3vw 60px}.hero h1{font-size:clamp(57px,17vw,86px)}.hero-status{width:100%;display:grid;grid-template-columns:1fr 1fr}.hero-status>span{min-width:0}.hero-status>span:nth-child(3){grid-column:1/-1;border-left:0;border-top:1px solid var(--line)}.games{padding:65px 1vw 50px}.game-card{min-height:650px;padding:23px;border-radius:29px}.card-art{height:210px}.game-logo{height:94px}.game-card h3{font-size:clamp(37px,11vw,52px)}.family-strip{margin:20px 1vw 70px;padding:23px}footer{justify-content:center;gap:10px;flex-wrap:wrap;text-align:center}footer b{order:-1;width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.game-card{transition:none}}
