:root{color-scheme:light;--text: #111318;--muted: #5a5f6a;--accent: #e53935;--border: #eceef2;--card: #ffffff;--shadow: 0 12px 30px rgba(16, 24, 40, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Space Grotesk,Segoe UI,system-ui,-apple-system,sans-serif;background:#fff;color:var(--text);min-height:100vh;line-height:1.6;position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none}.page{max-width:960px;margin:0 auto;padding:32px 24px 96px;position:relative;z-index:2}.header{display:grid;gap:16px;margin-bottom:48px;padding:28px 28px 32px;background:#e53935;border-radius:14px;position:relative;box-shadow:0 12px #b71c1c,0 26px 40px #b71c1c47;border:3px solid #ff6f60}.header:after{content:"";position:absolute;inset:10px 10px auto auto;width:70px;height:70px;background:#ffffff1f;border-radius:10px;box-shadow:-8px 8px #b71c1c73}.brand{font-size:clamp(2.4rem,3vw + 1.6rem,3.8rem);color:#fff;letter-spacing:.04em;font-family:Bungee,Space Grotesk,Segoe UI,system-ui,-apple-system,sans-serif;text-transform:uppercase;line-height:1.2}.subtitle{font-size:1.1rem;color:#ffffffdb;max-width:60ch}.list{display:grid;gap:22px;list-style:none;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:8px;background:var(--card);box-shadow:var(--shadow);aspect-ratio:1 / 1;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;position:relative;overflow:hidden;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;outline:none}.card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 18px 36px #10182824;border-color:#e5393559}.card:focus{outline:none;border-color:#e5393559}.card-title{font-size:1.25rem;font-weight:600;display:inline-flex;align-items:center;gap:8px;z-index:1}.card-desc{color:var(--muted);font-size:1rem;z-index:1}.card-link{color:var(--accent);font-weight:600;font-size:.95rem;letter-spacing:.01em;z-index:1;margin-top:auto}.card-arrow{position:absolute;top:18px;right:18px;width:32px;height:32px;color:var(--accent);opacity:0;transform:translate(-4px,4px);transition:opacity .2s ease,transform .2s ease;z-index:1}.card-arrow svg{width:100%;height:100%}.card:hover .card-arrow{opacity:1;transform:translate(0)}.footer{margin-top:64px;color:var(--muted);font-size:.95rem;text-align:center}.bg-orbs{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.bg-orbs span{position:absolute;width:320px;height:320px;background:radial-gradient(circle,rgba(229,57,53,.18),transparent 60%);border-radius:50%;filter:blur(2px);animation:drift 18s ease-in-out infinite}.bg-orbs span:nth-child(1){top:-120px;left:-80px}.bg-orbs span:nth-child(2){bottom:-140px;right:-100px;animation-duration:22s;animation-delay:-6s}.bg-orbs span:nth-child(3){top:35%;right:15%;width:220px;height:220px;animation-duration:16s;animation-delay:-3s}@keyframes drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(30px,-20px,0) scale(1.05)}}.bg-grid{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(229,57,53,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(229,57,53,.04) 1px,transparent 1px);background-size:48px 48px}.gaming-elements{position:fixed;inset:0;z-index:1;pointer-events:none;overflow:hidden}.game-el{position:absolute;color:var(--accent);font-size:1.6rem;font-weight:700;opacity:.12;animation:float 8s ease-in-out infinite}.game-el--1{top:15%;left:4%;font-size:2rem;animation-duration:7s}.game-el--2{top:35%;left:6%;font-size:1.4rem;animation-delay:-2s;animation-duration:9s}.game-el--3{top:60%;left:3%;font-size:1.8rem;animation-delay:-4s}.game-el--4{top:80%;left:5%;font-size:1.5rem;animation-delay:-1s;animation-duration:6s}.game-el--5{top:12%;right:4%;font-size:2.2rem;animation-delay:-3s;animation-duration:8s}.game-el--6{top:40%;right:5%;font-size:1.8rem;animation-delay:-5s;animation-duration:10s}.game-el--7{top:65%;right:3%;font-size:1.3rem;animation-delay:-2.5s}.game-el--8{top:85%;right:6%;font-size:1.6rem;animation-delay:-6s;animation-duration:7s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(8deg)}}@media(min-width:900px){.list{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.page{padding:24px 16px 72px}.header{padding:20px 18px 24px;text-align:center}.header:after{display:none}.brand{font-size:clamp(1.4rem,5vw + .8rem,2.4rem);letter-spacing:.04em}.subtitle{margin:0 auto;font-size:1rem}.list{grid-template-columns:1fr;gap:16px}.card{aspect-ratio:auto;min-height:180px;padding:18px}.card-arrow{width:28px;height:28px;top:14px;right:14px}.bg-orbs span{width:200px;height:200px}.footer{margin-top:48px;font-size:.85rem}.gaming-elements{display:none}}@media(max-width:480px){.page{padding:20px 14px 56px}.header{padding:16px 14px 20px;border-radius:10px;margin-bottom:32px}.brand{font-size:clamp(1.1rem,4.5vw + .6rem,1.8rem)}.subtitle{font-size:.9rem}.card{min-height:160px;border-radius:12px}.card-title{font-size:1.1rem}.card-desc{font-size:.9rem}}
