.hb-game{max-width:1120px;margin:auto;color:#f3f1eb}.hb-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.hb-eyebrow{font-size:10px;letter-spacing:2px;color:#f1c564}.hb-heading h2{font-size:32px;letter-spacing:-1px;margin:6px 0}.hb-turn{font-size:11px;letter-spacing:2px;border:1px solid #55606e;padding:10px;border-radius:6px}.hb-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:24px}.hb-board{display:grid;grid-template-columns:repeat(16,minmax(0,1fr));grid-template-rows:repeat(16,minmax(0,1fr));aspect-ratio:1;background:#ebe3d2;padding:11px;gap:2px;border-radius:20px;box-shadow:0 20px 60px #0005;position:relative;align-self:start}.hb-cell{border:0;background:#fbf6e9;border-radius:3px;padding:0;position:relative;min-width:0;min-height:0;color:#7c6855;display:grid;place-items:center;font-size:22px}.hb-game .hb-cell:disabled{opacity:1}.hb-safe{background:color-mix(in srgb,var(--pawn),#fff 50%)}.hb-slide{background:var(--pawn);font-weight:900}.hb-pawn{display:inline-grid;place-items:center;width:82%;height:85%;min-height:12px;aspect-ratio:1;border-radius:50% 50% 35% 35%;background:var(--pawn);box-shadow:inset -3px -4px #0002,0 2px 2px #0003;color:#172333;font-size:clamp(9px,1.5vw,15px);font-weight:900;position:relative;z-index:2;border:1px solid #fff8}.hb-board-center{grid-column:4/14;grid-row:4/14;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#24303f;text-align:center;position:relative;background:radial-gradient(ellipse,#fff7,transparent 70%)}.hb-wordmark{font-size:clamp(20px,3.5vw,45px);font-weight:300;line-height:.95;letter-spacing:2px}.hb-wordmark b{font-weight:1000}.hb-board-center>span{font-size:8px;letter-spacing:2px;margin-top:9px}.hb-card{margin-top:18px;background:#29414d;border:5px solid white;width:105px;aspect-ratio:2/3;transform:rotate(-6deg);border-radius:12px;color:white;box-shadow:3px 7px 8px #0003;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px}.hb-card small{font-size:8px;letter-spacing:1px}.hb-card strong{font-size:57px;line-height:1.3}.hb-card>span{font-size:10px;line-height:1.3}.hb-bump strong{font-size:25px}.hb-base{position:absolute;font-size:12px;color:#2b3942;width:95px}.hb-base-0{top:-14%;left:-6%}.hb-base-1{right:-20%;top:14%}.hb-base-2{bottom:-14%;right:-6%}.hb-base-3{left:-20%;bottom:14%}.hb-base b{font-size:10px;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-base small{font-size:8px;font-weight:900;letter-spacing:1px}.hb-base-pawns{display:flex;justify-content:center;gap:1px;height:24px}.hb-base button{width:20px;height:23px;border:0;background:none;padding:0}.hb-base button:disabled{opacity:1}.hb-base .hb-pawn{font-size:9px}.hb-instruction{background:#24333e;border:1px solid #4e5a63;padding:22px;border-radius:15px}.hb-instruction small{color:#f1c564;letter-spacing:2px;font-size:10px}.hb-instruction h3{font-size:23px;margin:9px 0}.hb-instruction p{font-size:14px;line-height:1.5;color:#bac5c8}.hb-draw{display:flex;justify-content:space-between;background:#f0c267;border:0;border-radius:8px;color:#263443;width:100%;padding:14px;font-weight:bold;font-size:15px;cursor:pointer}.hb-pawn-picker{display:flex;gap:7px;margin:14px 0}.hb-pawn-picker button{flex:1;background:#283b47;border:1px solid #4b606b;border-radius:7px;color:white;padding:10px 0;cursor:pointer}.hb-pawn-picker .selected{background:#f0c267;color:#20303c}.hb-moves{max-height:300px;overflow:auto;display:flex;flex-direction:column;gap:7px}.hb-moves button{background:#31444f;color:#f0efe9;border:1px solid #4a626e;padding:13px 11px;text-align:left;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;font-size:13px}.hb-moves button:hover{background:#405e69}.hb-moves p{font-size:13px;color:#bdc9c9}.hb-score{margin-top:18px}.hb-score>div{display:flex;align-items:center;gap:9px;padding:10px 3px;border-bottom:1px solid #475662}.hb-score span{width:10px;height:10px;border-radius:50%}.hb-score b{flex:1;font-size:13px}.hb-score strong{font-size:19px}.hb-score small{font-size:12px;color:#b4c0c4}.hb-log{font-size:12px;line-height:1.4;color:#adbcc4}.hb-game button:focus-visible{outline:3px solid #f2c361;outline-offset:2px}@media(max-width:750px){.hb-layout{grid-template-columns:1fr;gap:18px}.hb-board{padding:7px;gap:1px}.hb-heading h2{font-size:27px}.hb-eyebrow{font-size:9px;letter-spacing:1px}.hb-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hb-instruction{padding:15px}.hb-instruction h3{font-size:19px}.hb-score{margin-top:0}.hb-pawn-picker,.hb-moves,.hb-log{grid-column:1/-1}.hb-moves{max-height:230px}.hb-pawn-picker{margin:0}.hb-card{width:65px;border-width:3px;margin-top:10px;padding:4px}.hb-card strong{font-size:37px}.hb-card small{font-size:6px}.hb-card>span{font-size:7px}.hb-bump strong{font-size:17px}.hb-base{width:72px}.hb-base-pawns{height:19px}.hb-base button{width:17px;height:20px}.hb-base b{font-size:8px}.hb-base small{font-size:7px}.hb-base-0{top:-16%;left:-8%}.hb-base-1{right:-24%;top:14%}.hb-base-2{bottom:-16%;right:-8%}.hb-base-3{left:-24%;bottom:14%}.hb-pawn{font-size:8px}}
@media(min-width:751px){.hb-game{max-width:calc(clamp(420px,calc(100dvh - 230px),620px) + 294px)}.hb-heading{margin-bottom:11px}.hb-eyebrow{display:none}.hb-heading h2{font-size:25px;margin:2px 0}.hb-turn{padding:8px 10px}.hb-layout{align-items:start}.hb-board{padding:9px;border-radius:16px}.hb-controls{min-width:0}.hb-instruction{padding:17px}.hb-instruction h3{font-size:21px;margin:7px 0}.hb-instruction p{font-size:13px;margin:9px 0 13px}.hb-score{margin-top:13px}.hb-score>div{padding:8px 3px}.hb-log{font-size:11px}.hb-moves{max-height:230px}}
.hb-heading,.hb-score{color:var(--table-text)}.hb-heading .hb-eyebrow{color:var(--table-accent)}.hb-log,.hb-score small{color:var(--table-muted)}
