:root{font-family:Inter,system-ui,sans-serif;color:#382a2a;background:#fff8ef}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#ffe4d2,transparent 38%),#fff8ef}main{max-width:1100px;margin:auto;padding:36px 22px 80px}header,.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px}h1{font-size:42px;margin:4px 0}h2{margin:4px 0}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:#d76c58}button{border:0;border-radius:999px;background:#d95f4c;color:white;font-weight:750;padding:13px 20px;cursor:pointer}.status{padding:14px 18px;background:#fff;border:1px solid #f0d7c7;border-radius:14px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.stats article,form{background:#fff;border:1px solid #f0d7c7;border-radius:20px;padding:20px;box-shadow:0 12px 35px #a6683812}.stats span{display:block;color:#876e68;font-size:13px}.stats strong{font-size:30px}form{padding:26px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:22px 0}label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}input,textarea{font:inherit;border:1px solid #dbc8bc;border-radius:11px;padding:12px;background:#fffdfb}.check{flex-direction:row;align-items:center}.odds{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.hint,small{color:#876e68;font-weight:400}@media(max-width:750px){.stats,.grid,.odds{grid-template-columns:1fr 1fr}header{align-items:flex-start;flex-direction:column}h1{font-size:34px}}
