:root{font-family:Arial,sans-serif;color:#24372f;background:#f5f6f2;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button{font:inherit;cursor:pointer;border:1px solid #cbd4cd;background:white;color:inherit;border-radius:6px;padding:12px;display:inline-flex;gap:8px;align-items:center;justify-content:center}button:disabled{cursor:default;opacity:.6}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #bc563d;outline-offset:3px}svg.lucide{width:20px;height:20px}header{padding:18px max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;gap:24px;background:#153f36;color:white}header>span{margin-left:auto;font-size:13px}.brand{color:white;text-decoration:none;font-size:20px}.brand strong{color:#e5c85e}main{max-width:1180px;margin:auto;padding:30px 24px}.eyebrow{font-size:11px;letter-spacing:0;font-weight:700;color:#527464}h1{font-family:Georgia,serif;font-size:38px;line-height:1.13;margin:12px 0 30px;font-weight:500}h1 span{color:#a4483e;font-style:italic}.game-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:42px}.board-wrap{position:relative;aspect-ratio:1;background:#fff;border:2px solid #234b3d;overflow:hidden;border-radius:6px}#board{display:grid;grid-template-columns:repeat(6,1fr);height:100%}.cell{position:relative;border:1px solid #d5dfd6;background:#edf1e8;padding:8px;color:#6d8073;font-size:13px}.cell:nth-child(odd){background:#fcfcf6}.cell.finish{background:#e8cf75;color:#27372b}.cell.start{background:#b6d0c1}#paths,#tokens{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.token{position:absolute;width:25px;height:25px;border-radius:50%;border:3px solid white;box-shadow:0 2px 5px #0006;display:grid;place-items:center;color:white;font-size:12px;font-weight:bold;transition:left .6s,top .6s}.p0{background:#185c74}.p1{background:#a94250}.legend{display:flex;gap:20px;font-size:12px;padding:14px 0}.legend span:last-child{margin-left:auto}.green{color:#276850}.red{color:#a9464c}aside{min-width:0}#players{display:grid;gap:8px}.player{padding:13px 0;border-bottom:1px solid #d3dbd4;display:flex;gap:10px;align-items:center}.player.active{font-weight:bold}.dot{width:14px;height:14px;border-radius:50%}.player small{margin-left:auto;font-weight:normal}.turn{padding:16px 0 20px}#turn-label{margin:0}#dice{font-size:65px;line-height:1.3;color:#153f36;height:87px}.primary{background:#153f36;border-color:#153f36;color:white;font-weight:bold}#roll{width:100%}#status{font-size:14px;line-height:1.6;min-height:45px}.history{border-top:1px solid #cbd5ce;padding-top:16px}h2{font-size:20px;margin:0 0 15px}.history h2{font-size:14px}#log{padding-left:20px;line-height:1.6;font-size:13px;max-height:140px;overflow:auto}#save-status{font-size:11px;color:#5a6e60}details{border-top:1px solid #ced8d0;margin-top:20px;padding:16px 0;font-size:14px;line-height:1.7}summary{cursor:pointer;font-weight:bold}dialog{border:0;border-radius:8px;padding:30px;width:min(520px,calc(100% - 28px));max-height:90dvh;overflow:auto;box-shadow:0 15px 70px #0004}dialog::backdrop{background:#102920b8}dialog h2{font-family:Georgia,serif;font-size:25px;line-height:1.35}#answers{display:grid;gap:10px}#answers button{text-align:left;justify-content:flex-start;line-height:1.5}#answers button.correct{background:#e0efdf;border-color:#2f7545}#answers button.wrong{background:#f6dfdf;border-color:#a94250}#feedback{line-height:1.6;font-size:14px}#continue{width:100%}[hidden]{display:none!important}@media(max-width:700px){header{padding:14px 18px;gap:10px}.brand{font-size:17px}header>span{font-size:11px}main{padding:20px 16px}h1{font-size:30px;margin-bottom:22px}.game-layout{grid-template-columns:1fr;gap:16px}.cell{padding:5px;font-size:11px}.token{width:21px;height:21px;font-size:10px;border-width:2px}#players{grid-template-columns:1fr 1fr;gap:16px}.player{flex-wrap:wrap;font-size:13px}.player small{width:100%;margin-left:24px}.turn{display:grid;grid-template-columns:75px 1fr;align-items:center;gap:5px 15px}#turn-label{grid-column:1/-1}#status{grid-column:1/-1}#dice{font-size:58px;height:77px}.legend{gap:12px;font-size:11px}}@media(prefers-reduced-motion:reduce){.token{transition:none}}
