:root{--cyan:#00efc2;--pink:#ff00d5;--yellow:#ffe15a;--ink:#05070d;--slate:#101827}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#152b39,var(--ink) 52%);color:#fff;font-family:ui-monospace,Consolas,monospace}main{max-width:1060px;margin:auto;padding:32px 22px 70px}.hero{text-align:center}.eyebrow{letter-spacing:.2em;color:var(--cyan);font-size:.75rem}h1{margin:10px 0;color:var(--pink);font-size:clamp(2.3rem,9vw,5.8rem);line-height:1;text-shadow:5px 5px #541142}.subtitle{font-size:clamp(1rem,2.2vw,1.4rem);color:var(--cyan)}.cabinet{height:340px;max-width:750px;margin:35px auto;position:relative;overflow:hidden;border:7px solid var(--cyan);border-radius:22px;background:#000}.platform{position:absolute;left:0;right:0;height:18px;background:repeating-linear-gradient(90deg,var(--cyan) 0 57px,#087a71 58px 61px)}.one{top:58px}.two{top:130px}.three{top:202px}.four{top:274px}.ladder{position:absolute;width:42px;bottom:57px;height:218px;border-left:8px solid var(--pink);border-right:8px solid var(--pink);background:repeating-linear-gradient(to bottom,transparent 0 13px,var(--pink) 14px 19px)}.ladder.a{left:12%}.ladder.b{left:40%;height:146px}.ladder.c{left:68%;height:218px}.ladder.d{left:88%;height:146px}.hero-player,.hero-enemy{position:absolute;width:37px;height:40px;border-radius:9px 9px 3px 3px}.hero-player{left:53%;bottom:58px;background:linear-gradient(#fff 0 35%,#ef1e1e 36% 74%,var(--cyan) 75%)}.hero-enemy{left:72%;top:93px;background:#ff3030;border:5px solid #ff3030;box-shadow:0 0 0 4px #ff3030}.download{display:inline-block;background:var(--cyan);color:#04100f;padding:18px 24px;font-weight:900;text-decoration:none;border-radius:6px;box-shadow:5px 5px var(--pink)}.download:hover{transform:translate(2px,2px);box-shadow:3px 3px var(--pink)}.fine{color:#b4c3d0;font-size:.8rem}.how,.stars{margin-top:70px}.how h2,.stars h2{color:var(--pink);font-size:2rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,.stars{border:2px solid #254b5a;background:rgba(10,21,32,.75);padding:22px}.cards strong{color:var(--yellow)}footer{text-align:center;padding:25px;color:#8496a3;border-top:1px solid #24414c}@media(max-width:650px){main{padding-inline:15px}.cabinet{height:235px}.platform.one{top:38px}.platform.two{top:88px}.platform.three{top:138px}.platform.four{top:188px}.ladder{bottom:27px;height:150px}.ladder.b,.ladder.d{height:100px}.cards{grid-template-columns:1fr}.hero-player{bottom:28px}.hero-enemy{top:57px}}
