:root{--paper:#f3efe4;--ink:#172027;--red:#ff4f35;--blue:#2958ff;--line:#beb9ad;--soft:#e8e2d5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}header{max-width:1200px;margin:auto;padding:25px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.logo{text-decoration:none;font-size:13px;letter-spacing:.14em;font-weight:900}.logo span{display:inline-grid;place-items:center;background:var(--red);color:white;width:34px;height:34px;margin-right:9px;border-radius:50%}header nav{display:flex;gap:22px}header nav a{font-size:12px;text-decoration:none;font-weight:700}.intro{max-width:1200px;margin:auto;padding:72px 24px 44px;display:grid;grid-template-columns:2fr 1fr;gap:70px;align-items:end}.kicker{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.2em}h1{font-size:clamp(64px,10.5vw,136px);line-height:.78;letter-spacing:-.085em;margin:30px 0 0}h1 i{font-style:normal;color:transparent;-webkit-text-stroke:2px var(--ink)}.deck{font-family:Georgia,serif;font-size:20px;line-height:1.55;margin:0}.game{max-width:1200px;margin:0 auto 80px;background:var(--ink);color:white}.scorebar{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #465058}.scorebar div{padding:20px 25px;border-right:1px solid #465058;display:flex;justify-content:space-between;align-items:center}.scorebar small{font-size:9px;letter-spacing:.18em;color:#aeb6bb}.scorebar strong{font-size:21px}.prompt{padding:46px max(24px,8%);text-align:center;border-bottom:1px solid #465058}.prompt>p:first-child{font-size:10px;color:#98a5ae;letter-spacing:.2em;font-weight:900}.prompt h2{font-family:Georgia,serif;font-size:clamp(28px,5vw,54px);font-weight:400;max-width:850px;margin:18px auto}.prompt #status{color:#aeb6bb;line-height:1.5}.prompt button{border:0;background:var(--red);color:white;padding:14px 24px;font-weight:900;cursor:pointer}.timeline{padding:32px max(16px,7%) 50px}.event-row{display:grid;grid-template-columns:86px 1fr;gap:22px;align-items:center;background:#222d34;padding:17px 22px;border-left:4px solid var(--blue)}.event-row strong{font-size:25px;color:#dbe2e5}.event-row span{font-family:Georgia,serif;font-size:18px}.slot{width:100%;border:0;background:transparent;color:#89959c;height:42px;cursor:pointer;position:relative}.slot::before{content:"";height:1px;background:#465058;position:absolute;left:0;right:0;top:50%}.slot span{position:relative;background:var(--ink);border:1px solid #59656c;border-radius:50%;display:inline-grid;width:27px;height:27px;place-items:center;font-weight:800}.slot:hover span,.slot:focus-visible span{background:var(--red);border-color:var(--red);color:white}.slot:disabled{cursor:default}.slot:disabled span{opacity:.25}.rules{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.rules article{padding:36px;border-right:1px solid var(--line)}.rules article:last-child{border:0}.rules b{display:grid;place-items:center;background:var(--blue);color:white;width:32px;height:32px;border-radius:50%}.rules h2{font-size:24px;margin:28px 0 10px}.rules p,.copy>p:last-child{line-height:1.65;color:#58626a}.copy{max-width:800px;margin:110px auto;padding:0 24px}.copy h2{font-size:clamp(42px,7vw,76px);line-height:.95;letter-spacing:-.06em;margin:22px 0}footer{border-top:1px solid var(--line);max-width:1200px;margin:auto;padding:35px 24px 60px;color:#657079;font-size:12px}footer nav{display:flex;gap:20px;margin-bottom:20px}.legal{max-width:830px;margin:auto;padding:80px 24px 110px}.legal h1{font-size:clamp(58px,9vw,106px);line-height:.85}.legal h2{margin-top:42px}.legal p,.legal li{font-family:Georgia,serif;font-size:17px;line-height:1.75;color:#4e5961}.legal .updated{font-family:Arial,sans-serif;color:var(--blue);font-size:11px;letter-spacing:.16em;font-weight:900}
@media(max-width:750px){.intro{grid-template-columns:1fr;gap:35px;padding-top:50px}.scorebar{grid-template-columns:1fr 1fr}.scorebar div:nth-child(2){border-right:0}.scorebar div:nth-child(-n+2){border-bottom:1px solid #465058}.rules{grid-template-columns:1fr}.rules article{border-right:0;border-bottom:1px solid var(--line)}header nav a:first-child{display:none}.event-row{grid-template-columns:67px 1fr;padding:14px}.event-row strong{font-size:20px}.event-row span{font-size:15px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
