.cr-game{--cr-lime:#d5fa63;--cr-gold:#e5b97b;--cr-ink:#17271d;--cr-card:#fffbed;--cr-red:#ad253b;color:var(--table-text,#f5f0e3);font-family:inherit;max-width:1100px;margin:0 auto}
.cr-game *{box-sizing:border-box}.cr-game button{font:inherit;touch-action:manipulation}.cr-game button:focus-visible,.cr-game summary:focus-visible{outline:3px solid var(--cr-lime);outline-offset:4px}.cr-game button:disabled{cursor:default}.cr-game h2,.cr-game h3,.cr-game h4,.cr-game p{margin:0}.cr-game h3{font-size:15px}.cr-muted{color:var(--table-muted,#afc4b4);font-size:14px;line-height:1.6}
.cr-round-line{display:flex;gap:10px 20px;justify-content:space-between;flex-wrap:wrap;color:var(--table-muted,#afc4b4);font-size:12px;letter-spacing:.04em;padding:0 0 15px}.cr-round-line span:first-child{font-weight:800;color:var(--table-text,#f5f0e3)}
.cr-scores{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cr-score{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--table-line,#ffffff24);border-radius:15px;padding:16px 20px;background:var(--table-panel,#192b21);min-width:0}.cr-score>div{display:flex;align-items:center;gap:10px;min-width:0}.cr-score h3{overflow-wrap:anywhere;line-height:1.35}.cr-score h3 small{display:block;color:var(--table-muted,#afc4b4);font-weight:500;font-size:11px;margin-top:4px}.cr-player-dot{display:block;flex:0 0 10px;height:10px;border-radius:50%;background:var(--cr-gold)}.cr-player-1 .cr-player-dot{background:var(--cr-lime)}.cr-score>strong{font-size:32px;line-height:1;font-variant-numeric:tabular-nums;color:var(--cr-gold)}.cr-score>strong small{display:block;font-size:10px;color:var(--table-muted,#afc4b4);font-weight:500;text-align:right;margin-top:6px}.cr-player-1>strong{color:var(--cr-lime)}.cr-you{border-color:#d5fa6366}
.cr-board-wrap{margin:20px 0 24px}.cr-pegboard{display:block;width:100%;height:auto;filter:drop-shadow(0 9px 10px #0003)}.cr-board-wood{fill:#855e3e;stroke:#cba173;stroke-width:2}.cr-board-inlay{fill:#ad8055;stroke:#e2b884;stroke-width:1}.cr-hole{fill:#412c1d;stroke:#dcb180;stroke-width:.7}.cr-hole-mark{fill:#332214}.cr-track{fill:none;stroke:#402d20;stroke-width:1;opacity:.2;pointer-events:none}.cr-street{fill:#3e2b1e;font-size:9px;font-weight:800;letter-spacing:3px}.cr-board-label{fill:#382719;font-size:6px;font-weight:800;letter-spacing:.5px}.cr-peg{stroke:#1d271d;stroke-width:1.5;filter:drop-shadow(0 2px 1px #0006)}.cr-peg-0{fill:#ffe0a9}.cr-peg-1{fill:#d5fa63}.cr-rear{stroke-dasharray:2 1;opacity:.75}.cr-board-caption{text-align:center;font-size:11px;color:var(--table-muted,#afc4b4);margin-top:10px!important}
.cr-phase{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 0 20px}.cr-phase>div:first-child{max-width:650px}.cr-eyebrow{font-size:10px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;color:var(--cr-lime);margin-bottom:9px!important}.cr-phase h2{font-size:clamp(23px,3vw,32px);line-height:1.15;letter-spacing:-.7px;margin-bottom:9px}.cr-phase p:not(.cr-eyebrow){font-size:14px;line-height:1.65;color:var(--table-muted,#afc4b4)}.cr-last-score{display:flex;align-items:center;gap:13px;padding:13px 17px;background:var(--table-panel,#192b21);border:1px solid var(--table-line,#ffffff24);border-radius:14px;min-width:180px;max-width:340px}.cr-last-score>b{font-size:30px;color:var(--cr-lime);white-space:nowrap}.cr-last-score>span{font-size:12px;overflow-wrap:anywhere}.cr-last-score small{display:block;color:var(--table-muted,#afc4b4);font-size:11px;line-height:1.5;margin-top:5px}
.cr-table{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:22px;border:1px solid var(--table-line,#ffffff24);border-radius:20px;background:radial-gradient(ellipse at 50% 40%,#6b8a5f15,transparent 75%),var(--table-panel,#192b21);padding:25px}.cr-opponent{min-width:0}.cr-opponent h3{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;margin-bottom:13px;overflow-wrap:anywhere}.cr-opponent h3 small{color:var(--table-muted,#afc4b4);font-size:11px;font-weight:400}.cr-opponent-cards{display:flex;flex-wrap:wrap;gap:7px}.cr-starter{grid-column:2;grid-row:1/3;display:flex;flex-direction:column;align-items:center;gap:10px;border-left:1px solid var(--table-line,#ffffff24);padding-left:22px}.cr-starter h3{color:var(--table-muted,#afc4b4);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.cr-starter>span:last-child:not(.cr-card){font-size:10px;color:var(--table-muted,#afc4b4);text-align:center;line-height:1.5}.cr-card{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:78px;height:108px;border:1px solid #cbc8b7;border-radius:9px;background:var(--cr-card);color:var(--cr-ink);box-shadow:0 4px 0 #0002,0 5px 11px #0002;vertical-align:middle;padding:0;text-decoration:none;overflow:hidden}.cr-card.cr-red{color:var(--cr-red)}button.cr-card:not(:disabled){cursor:pointer;transition:transform .16s,box-shadow .16s;border-color:#d5fa63}button.cr-card:not(:disabled):hover{transform:translateY(-5px);box-shadow:0 0 0 2px var(--cr-lime),0 7px 14px #0003}button.cr-card:disabled:not(.cr-picked){filter:saturate(.8)}.cr-card-corner{position:absolute;top:7px;left:8px;font-size:19px;font-weight:800;line-height:1;display:flex;flex-direction:column;align-items:center;gap:2px}.cr-card-corner small{font-size:14px}.cr-card-suit{font-size:37px;line-height:1}.cr-card-tail{position:absolute;right:7px;bottom:6px;font-size:13px;font-weight:800;transform:rotate(180deg)}.cr-card.cr-picked{transform:translateY(-7px);box-shadow:0 0 0 3px var(--cr-lime),0 9px 14px #0004}.cr-picked-mark{position:absolute;right:4px;top:4px;display:grid;place-items:center;width:19px;height:19px;background:#2b562b;color:#fff;border-radius:50%;font-size:12px;font-weight:800}.cr-back{background:repeating-linear-gradient(45deg,#203f30 0 4px,#254b37 4px 6px);border:3px solid #e7ddbc;color:#d6cfab}.cr-back>span{font-size:28px}.cr-small{width:50px;height:70px;border-radius:6px}.cr-small .cr-card-corner{top:4px;left:4px;font-size:13px;gap:1px}.cr-small .cr-card-corner small{font-size:10px}.cr-small .cr-card-suit{font-size:24px}.cr-small .cr-card-tail{right:3px;bottom:4px;font-size:8px}.cr-played{opacity:.32;box-shadow:none;transform:none}.cr-hand-section{grid-column:1/-1;border-top:1px solid var(--table-line,#ffffff24);padding-top:20px;min-width:0}.cr-hand-heading{display:flex;gap:10px;justify-content:space-between;align-items:baseline;flex-wrap:wrap;margin-bottom:19px}.cr-hand-heading>span{font-size:12px;color:var(--table-muted,#afc4b4)}.cr-hand{display:flex;flex-wrap:wrap;gap:12px;padding-top:6px;margin-bottom:17px}.cr-hand-help{font-size:12px;line-height:1.6;color:var(--table-muted,#afc4b4);margin-bottom:15px!important}.cr-primary{min-height:46px;border:1px solid var(--cr-lime);padding:11px 18px;background:var(--cr-lime);color:#193020;border-radius:9px;font-size:14px;font-weight:800;cursor:pointer;max-width:100%;white-space:normal}.cr-primary:disabled{opacity:.48}.cr-primary:hover:not(:disabled){background:#e4ff94}
.cr-pegging{grid-column:1;display:flex;align-items:flex-start;gap:17px;min-width:0}.cr-count{flex:0 0 75px;min-height:75px;border:1px solid #d5fa6360;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cr-lime);background:#d5fa6309}.cr-count strong{font-size:31px;font-variant-numeric:tabular-nums;line-height:1.1}.cr-count span{font-size:10px;color:var(--table-muted,#afc4b4)}.cr-play-trail{min-width:0;flex:1}.cr-play-trail>h3{font-size:11px;color:var(--table-muted,#afc4b4);margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.cr-trail-cards{display:flex;gap:7px;flex-wrap:wrap}.cr-played-by{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.cr-played-by>small{font-size:9px;max-width:50px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--cr-gold)}.cr-played-by.cr-player-1>small{color:var(--cr-lime)}.cr-go-status{font-size:11px;line-height:1.5;color:var(--cr-gold);margin-top:12px!important}.cr-current-count{grid-column:1;min-width:0}.cr-current-count h3{font-size:12px;margin-bottom:12px}.cr-scoring-cards{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cr-plus{color:var(--table-muted,#afc4b4);font-size:14px;font-weight:700}
.cr-counted{margin:25px 0}.cr-counted>h3{margin-bottom:13px;font-size:17px}.cr-count-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:13px;margin-top:14px}.cr-count-result{padding:18px;border:1px solid var(--table-line,#ffffff24);background:var(--table-panel,#192b21);border-radius:12px;min-width:0}.cr-result-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px}.cr-result-heading h4{font-size:12px;line-height:1.5;overflow-wrap:anywhere}.cr-result-heading strong{font-size:24px;color:var(--cr-lime)}.cr-count-result .cr-small{width:38px;height:54px}.cr-count-result .cr-small .cr-card-suit{font-size:19px}.cr-count-result .cr-small .cr-card-tail{display:none}.cr-count-result .cr-small .cr-card-corner{font-size:11px}.cr-count-result .cr-small .cr-card-corner small{display:none}.cr-count-result .cr-muted{margin-top:12px;font-size:12px}.cr-breakdown{list-style:none;padding:0;margin:15px 0 0}.cr-breakdown li{display:flex;justify-content:space-between;gap:12px;font-size:12px;line-height:1.5;padding:7px 0;border-top:1px solid var(--table-line,#ffffff24)}.cr-breakdown small{display:block;font-size:10px;color:var(--table-muted,#afc4b4);margin-top:2px}.cr-breakdown b{color:var(--cr-lime);white-space:nowrap}.cr-history{border-top:1px solid var(--table-line,#ffffff24);padding:16px 0;margin-top:6px}.cr-history summary{font-size:13px;cursor:pointer;min-height:30px;color:var(--table-muted,#afc4b4)}.cr-history[open] summary{color:var(--table-text,#f5f0e3)}.cr-log{padding-left:23px;color:var(--table-muted,#afc4b4);font-size:12px;line-height:1.65}.cr-log li{margin:7px 0}.cr-log b{color:var(--cr-lime)}
html[data-kg-theme='light'] .cr-game{--cr-lime:#486b13;--cr-gold:#88510e;--cr-card:#fffefa;--cr-red:#af2541;--cr-ink:#173024}html[data-kg-theme='light'] .cr-primary{background:#d5edac;border-color:#a6c778;color:#24410e}html[data-kg-theme='light'] .cr-primary:hover:not(:disabled){background:#c9e991}html[data-kg-theme='light'] .cr-card.cr-picked{box-shadow:0 0 0 3px #597926,0 7px 12px #23351d25}html[data-kg-theme='light'] .cr-you{border-color:#91a968}html[data-kg-theme='light'] .cr-count{border-color:#9db787;background:#496c1309}html[data-kg-theme='light'] .cr-board-wood{fill:#c29869;stroke:#956b42}html[data-kg-theme='light'] .cr-board-inlay{fill:#e5c698;stroke:#9b7047}html[data-kg-theme='light'] .cr-hole{fill:#8c6843;stroke:#fff6df}html[data-kg-theme='light'] .cr-peg-0{fill:#623619}html[data-kg-theme='light'] .cr-peg-1{fill:#4e7a20}html[data-kg-theme='light'] .cr-peg{stroke:#fff1cf}
@media(max-width:700px){.cr-table{grid-template-columns:minmax(0,1fr) 94px;padding:18px;gap:18px}.cr-starter{padding-left:14px}.cr-score{padding:13px 15px;gap:8px}.cr-score>strong{font-size:28px}.cr-phase{align-items:flex-start;flex-direction:column;gap:13px}.cr-last-score{max-width:none;width:100%;min-width:0}.cr-board-wrap{margin:16px 0 21px}.cr-pegging{grid-column:1/-1}.cr-card{width:68px;height:96px}.cr-small{width:43px;height:62px}.cr-hand{gap:10px}.cr-current-count{grid-column:1/-1}.cr-starter{grid-row:1}.cr-count{flex-basis:62px;min-height:62px}.cr-count strong{font-size:27px}.cr-round-line{font-size:11px;gap:8px 13px}}
@media(max-width:420px){.cr-scores{gap:9px}.cr-score{padding:12px 10px}.cr-score>div{gap:6px}.cr-score h3{font-size:12px}.cr-score>strong{font-size:27px}.cr-score h3 small{font-size:10px}.cr-player-dot{flex-basis:7px;height:7px}.cr-table{padding:15px;gap:17px;grid-template-columns:minmax(0,1fr) 75px;border-radius:15px}.cr-starter{padding-left:11px}.cr-opponent-cards{gap:5px}.cr-opponent .cr-small{width:29px;height:44px;border-width:2px}.cr-opponent .cr-back>span{font-size:19px}.cr-opponent h3{font-size:12px;gap:5px;margin-bottom:10px}.cr-opponent h3 small{font-size:10px}.cr-card{width:57px;height:83px;border-radius:7px}.cr-card-corner{font-size:16px;left:5px;top:6px}.cr-card-corner small{font-size:11px}.cr-card-suit{font-size:30px}.cr-card-tail{font-size:10px;right:5px}.cr-hand{gap:8px}.cr-small{width:40px;height:58px;border-radius:5px}.cr-small .cr-card-suit{font-size:23px}.cr-small .cr-card-corner{font-size:12px}.cr-hand-heading h3{font-size:14px}.cr-hand-heading>span{font-size:11px}.cr-hand-section{padding-top:16px}.cr-primary{width:100%;font-size:13px}.cr-phase h2{font-size:25px}.cr-phase p:not(.cr-eyebrow){font-size:13px}.cr-last-score>b{font-size:26px}.cr-pegging{gap:11px}.cr-count{flex-basis:53px;min-height:53px}.cr-count strong{font-size:25px}.cr-trail-cards{gap:5px}.cr-board-caption{font-size:10px}.cr-board-wrap{margin-bottom:18px}.cr-round-line span:last-child{display:none}.cr-count-result{padding:14px}}
@media(prefers-reduced-motion:reduce){.cr-game *{transition:none!important;animation:none!important}.cr-game button.cr-card:not(:disabled):hover{transform:none}}
