:root{--red:#ffb5ab}
.start-game{background:#667f22;margin-top:18px}.start-game:hover{background:#526819}
.game{max-width:1440px;margin:auto;padding:16px 4.5% 60px}.game-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.game-heading .eyebrow{margin:8px 0}.round-label{margin:0;font-size:15px;font-weight:800;letter-spacing:2px}.timer{width:70px;height:70px;border:2px solid #242722;border-radius:50%;display:grid;place-items:center;font-size:28px;font-weight:900;background:#fff}
.screen-game{display:grid;grid-template-columns:minmax(220px,1fr) minmax(360px,1.35fr) minmax(220px,1fr);gap:18px;min-height:570px}.choice-zone,.question-stage{border:1px solid #d9dcd1;border-radius:28px;padding:30px}.choice-zone{transition:.3s ease}.true-zone{background:#edf8c8}.false-zone{background:#ffe1dd}.choice-zone.is-correct{box-shadow:inset 0 0 0 5px #242722;transform:translateY(-5px)}
.zone-title{display:flex;align-items:center;gap:14px}.zone-title>span{width:52px;height:52px;border-radius:16px;background:#fff;display:grid;place-items:center;font-size:30px;font-weight:800}.zone-title h2{margin:0;font-size:34px}.zone-count{font-size:13px;color:#62675a}.choice-players{margin-top:28px}.choice-players li{background:#fff;border:0;border-radius:14px;margin:9px 0;padding:14px 17px;font-weight:800;box-shadow:0 2px 0 #00000012}
.question-stage{background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.question-stage h1{font-size:clamp(34px,4vw,57px);line-height:1.08;margin:26px 0 34px}.screen-state{padding:13px 20px;border-radius:100px;background:#f0f0eb;font-size:14px;font-weight:800}.screen-state.is-true{background:var(--green)}.screen-state.is-false{background:var(--red)}.answer-progress{margin-top:18px;color:#6d7167;font-size:12px}.answer-progress span:first-child{font-weight:900;color:#242722}
.phone-game{max-width:560px;margin:28px auto 80px}.phone-question{background:#fff;border:1px solid #dde0d5;border-radius:26px;padding:32px 26px;text-align:center;min-height:310px;display:flex;flex-direction:column;justify-content:center}.phone-question h1{font-size:clamp(34px,10vw,52px);margin:22px 0}.phone-question p:last-child{color:#70756a;line-height:1.5}.answer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.answer-buttons button{height:112px;margin:0;flex-direction:column;justify-content:center;gap:8px;font-size:18px}.answer-buttons button span{font-size:33px}.answer-true{background:#66811d}.answer-true:hover,.answer-true.selected{background:#4e6810}.answer-false{background:#b44136}.answer-false:hover,.answer-false.selected{background:#8e2f27}.answer-buttons button.selected{box-shadow:inset 0 0 0 4px #fff}.phone-score{text-align:center;margin-top:24px;font-size:14px;color:#72766c}.phone-score strong{color:#242722;font-size:20px}
.final{max-width:760px;margin:30px auto 80px;text-align:center}.final ol{list-style:none;padding:0;margin:40px 0}.final li{display:grid;grid-template-columns:55px 1fr auto;text-align:left;background:#fff;border:1px solid #dfe1d8;border-radius:16px;padding:18px 20px;margin:10px 0;align-items:center}.rank-place{width:34px;height:34px;border-radius:50%;background:var(--green);display:grid;place-items:center;font-weight:900}.rank-score{font-weight:800}.new-game{display:inline-block;background:#242722;color:#fff;border-radius:12px;padding:17px 24px;text-decoration:none;font-weight:800}
@media(max-width:900px){.screen-game{grid-template-columns:1fr 1fr}.question-stage{grid-column:1/-1;grid-row:1;min-height:330px}.choice-zone{min-height:300px}}
@media(max-width:650px){.game{padding:8px 18px 45px}.game-heading{align-items:center}.timer{width:56px;height:56px;font-size:23px}.phone-game{margin-top:12px}.phone-question{min-height:280px}.answer-buttons button{height:105px}.screen-game{grid-template-columns:1fr}.question-stage{grid-column:auto}.choice-zone{min-height:220px}.final h1{font-size:40px}.final li{grid-template-columns:44px 1fr auto;padding:15px 14px}.rank-score{font-size:13px}}
