:root{font-family:Inter,system-ui,sans-serif;color:#fff;background:#040807}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#163721 0,#07110b 42%,#030504);min-height:100vh}main{min-height:100vh}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;padding:48px clamp(22px,5vw,72px) 26px;align-items:center}.eyebrow{color:#8ef0a6;font-weight:800;letter-spacing:.14em;font-size:12px}h1{font-size:clamp(42px,6vw,82px);line-height:.9;margin:12px 0;max-width:760px}p{font-size:18px;color:#b7c5ba;max-width:620px}.panel{background:#0b1710d9;border:1px solid #234b2f;border-radius:22px;padding:22px;display:grid;gap:14px;box-shadow:0 24px 70px #0008}label{display:grid;gap:7px;color:#aac2b0;font-size:13px;font-weight:700}select,button{width:100%;border-radius:12px;border:1px solid #2b5535;padding:13px 14px;background:#101b14;color:#fff;font:inherit}button{background:linear-gradient(135deg,#31c75b,#149d3c);border:none;font-weight:900;letter-spacing:.04em;cursor:pointer}small{color:#8aa391;min-height:34px}.game{height:52vh;min-height:360px;border-top:1px solid #183523;background:#020403}@media(max-width:800px){.hero{grid-template-columns:1fr;padding-top:28px}.game{height:48vh}h1{font-size:52px}}
