.hexapawn-experience{--hex-primary: #00ff41;--hex-primary-dim: #0b9132;--hex-orange: #ff6b35;--hex-bg: #070a08;--hex-panel: #101611;--hex-cell: #18201a;--hex-cell-alt: #111713;--hex-text: #effff2;--hex-muted: #91a895;--hex-line: #304235;--hex-glow: 0 0 1.6rem rgba(0, 255, 65, .18);position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.42fr);gap:1.2rem;overflow:hidden;padding:clamp(1rem,2.5vw,1.6rem);border:1px solid var(--hex-line);border-radius:.6rem;color:var(--hex-text);background:linear-gradient(rgba(0,255,65,.018) 50%,transparent 50%),radial-gradient(circle at 35% 30%,rgba(0,255,65,.055),transparent 42%),var(--hex-bg);background-size:100% 4px,auto,auto;box-shadow:0 1.5rem 4rem #00000059,inset 0 0 3rem #00000080;font-family:Courier New,Courier,monospace}.hexapawn-experience:before{position:absolute;inset:0;z-index:0;border-top:1px solid rgba(0,255,65,.45);content:"";pointer-events:none}.hexapawn-experience>*{position:relative;z-index:1}.hexapawn-experience .hexapawn-play{display:grid;grid-template-columns:minmax(11rem,.55fr) minmax(18rem,1fr);grid-template-areas:"info board" "controls board";gap:1rem;align-items:start;min-width:0}.hexapawn-experience .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hexapawn-experience .game-info{grid-area:info;padding:1.1rem;border:1px solid var(--hex-line);border-radius:.35rem;background:#101611eb;box-shadow:inset 0 0 1.5rem #00ff4106}.hexapawn-experience .game-info h2{margin:0 0 1rem;color:var(--hex-muted);font:700 .68rem/1.2 Courier New,Courier,monospace;letter-spacing:.12em;text-transform:uppercase}.hexapawn-experience .game-info h2:before{margin-right:.5rem;color:var(--hex-primary);content:">"}.hexapawn-experience .stats{display:grid;gap:.65rem}.hexapawn-experience .stat{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding-top:.65rem;border-top:1px solid var(--hex-line)}.hexapawn-experience .label{color:var(--hex-muted);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hexapawn-experience .value{color:var(--hex-primary);font-size:1rem;font-weight:700;text-shadow:0 0 .65rem rgba(0,255,65,.42)}.hexapawn-experience .game-board-container{grid-area:board;width:100%;max-width:31rem;justify-self:center}.hexapawn-experience .game-board{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;overflow:hidden;padding:2px;border:3px solid var(--hex-primary);border-radius:.45rem;background:var(--hex-primary-dim);box-shadow:var(--hex-glow),inset 0 0 1rem #000000bf}.hexapawn-experience .cell{position:relative;display:flex;min-width:0;min-height:0;aspect-ratio:1;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;color:var(--hex-text);background:var(--hex-cell);appearance:none;cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.hexapawn-experience .cell:nth-child(2n){background:var(--hex-cell-alt)}.hexapawn-experience .cell:hover{background:#202c23}.hexapawn-experience .cell:focus-visible{z-index:3;outline:2px solid var(--hex-text);outline-offset:-4px}.hexapawn-experience .cell.valid-move{background:#00ff4129;box-shadow:inset 0 0 1.1rem #00ff4138}.hexapawn-experience .cell.valid-move:after{position:absolute;width:1rem;height:1rem;border:2px solid var(--hex-primary);border-radius:50%;background:#00ff4124;box-shadow:0 0 .7rem #00ff4180;content:""}.hexapawn-experience .pawn{position:relative;z-index:1;display:flex;width:clamp(2.7rem,8vw,4.5rem);height:clamp(2.7rem,8vw,4.5rem);align-items:center;justify-content:center;border:1px solid transparent;border-radius:.3rem;background:transparent;cursor:grab;font-size:clamp(2.2rem,7vw,3.8rem);line-height:1;user-select:none;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.hexapawn-experience .pawn:hover{transform:translateY(-2px) scale(1.04)}.hexapawn-experience .pawn:active{cursor:grabbing;transform:scale(.94)}.hexapawn-experience .player-pawn{color:var(--hex-primary);text-shadow:0 0 .75rem rgba(0,255,65,.65)}.hexapawn-experience .computer-pawn{color:var(--hex-orange);text-shadow:0 0 .75rem rgba(255,107,53,.55)}.hexapawn-experience .pawn.disabled{cursor:not-allowed;opacity:.5}.hexapawn-experience .pawn.selected{border-color:var(--hex-primary);background:#00ff4124;box-shadow:0 0 .9rem #00ff4157}.hexapawn-experience .game-controls{grid-area:controls;display:flex;flex-direction:column;gap:.55rem}.hexapawn-experience .btn{min-height:2.8rem;padding:.65rem .9rem;border:1px solid var(--hex-primary);border-radius:.25rem;color:var(--hex-primary);background:var(--hex-panel);appearance:none;cursor:pointer;font:700 .68rem/1.2 Courier New,Courier,monospace;letter-spacing:.07em;text-transform:uppercase;transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.hexapawn-experience .btn:hover{color:var(--hex-bg);background:var(--hex-primary);box-shadow:0 0 1rem #00ff4140;transform:translateY(-1px)}.hexapawn-experience .btn:active{transform:translateY(0)}.hexapawn-experience .btn:focus-visible{outline:2px solid var(--hex-text);outline-offset:3px}.hexapawn-experience .btn-secondary{border-color:var(--hex-orange);color:var(--hex-orange)}.hexapawn-experience .btn-secondary:hover{color:var(--hex-bg);background:var(--hex-orange);box-shadow:0 0 1rem #ff6b3540}.hexapawn-experience .game-rules{align-self:stretch;padding:1.3rem;border:1px solid var(--hex-line);border-radius:.35rem;background:#101611eb}.hexapawn-experience .game-rules>span{color:var(--hex-primary);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 .65rem rgba(0,255,65,.35)}.hexapawn-experience .game-rules h2{margin:.65rem 0 1.15rem;color:var(--hex-text);font:700 clamp(1.35rem,3vw,1.75rem)/1 "Courier New",Courier,monospace;letter-spacing:-.04em}.hexapawn-experience .game-rules ul{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none}.hexapawn-experience .game-rules li{position:relative;padding-left:1.25rem;color:var(--hex-muted);font-size:.82rem;line-height:1.55}.hexapawn-experience .game-rules li:before{position:absolute;left:0;color:var(--hex-primary);content:">"}.hexapawn-experience .game-over{animation:hex-finish .48s ease}@keyframes hex-finish{50%{box-shadow:0 0 2.5rem #00ff4152,inset 0 0 1rem #000000bf}}@media(max-width:920px){.hexapawn-experience{grid-template-columns:1fr}}@media(max-width:620px){.hexapawn-experience{padding:.8rem}.hexapawn-experience .hexapawn-play{grid-template-columns:1fr;grid-template-areas:"info" "board" "controls"}.hexapawn-experience .stats{grid-template-columns:repeat(3,1fr)}.hexapawn-experience .stat{align-items:center;flex-direction:column;text-align:center}.hexapawn-experience .game-controls{flex-flow:row wrap}.hexapawn-experience .game-controls .btn{flex:1 1 9rem}}@media(prefers-reduced-motion:reduce){.hexapawn-experience *,.hexapawn-experience *:before,.hexapawn-experience *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.tetris-build[data-astro-cid-x6rud74x]{display:grid;grid-template-columns:minmax(17rem,.82fr) minmax(0,1.18fr);gap:clamp(1.2rem,4vw,3.5rem);align-items:center;padding:clamp(1rem,4vw,3rem);border:1px solid #184b59;border-radius:.75rem;color:#dff9ff;background:linear-gradient(rgba(34,184,207,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(34,184,207,.035) 1px,transparent 1px),#07151b;background-size:24px 24px}.tetris-board[data-astro-cid-x6rud74x]{position:relative;width:min(100%,21rem);justify-self:center;padding:1.75rem 1rem 1rem;border:2px solid #22b8cf;background:#071117;box-shadow:0 0 32px #22b8cf2e,inset 0 0 24px #0000008c}.tetris-grid[data-astro-cid-x6rud74x]{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid #17343d}.cell[data-astro-cid-x6rud74x]{aspect-ratio:1;border:1px solid rgba(34,184,207,.065)}.piece[data-astro-cid-x6rud74x]{position:absolute;display:grid;grid-template-columns:repeat(2,1.25rem)}.piece[data-astro-cid-x6rud74x] i[data-astro-cid-x6rud74x]{aspect-ratio:1;border:1px solid rgba(255,255,255,.42);box-shadow:inset 0 0 0 3px #ffffff14}.piece--cyan[data-astro-cid-x6rud74x]{right:18%;bottom:14%;transform:rotate(90deg)}.piece--cyan[data-astro-cid-x6rud74x] i[data-astro-cid-x6rud74x]{background:#22b8cf}.piece--red[data-astro-cid-x6rud74x]{left:21%;bottom:8%;transform:rotate(-90deg)}.piece--red[data-astro-cid-x6rud74x] i[data-astro-cid-x6rud74x]{background:#e5454b}.piece--yellow[data-astro-cid-x6rud74x]{left:40%;bottom:3.5%}.piece--yellow[data-astro-cid-x6rud74x] i[data-astro-cid-x6rud74x]{background:#f4c430}.tetris-board__label[data-astro-cid-x6rud74x]{position:absolute;top:.35rem;left:.55rem;color:#4c8794;font-family:var(--font-utility);font-size:.56rem;letter-spacing:.08em}.tetris-kicker[data-astro-cid-x6rud74x]{margin-bottom:.7rem;color:#22b8cf;font-family:var(--font-utility);font-size:.68rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.tetris-console[data-astro-cid-x6rud74x] h2[data-astro-cid-x6rud74x]{max-width:36rem;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.6rem);line-height:1;letter-spacing:-.045em}.tetris-console[data-astro-cid-x6rud74x]>p[data-astro-cid-x6rud74x]:not(.tetris-kicker){max-width:36rem;color:#8fb2ba}.tetris-console[data-astro-cid-x6rud74x] ol[data-astro-cid-x6rud74x]{margin:1.5rem 0;padding:0;border-block:1px solid #17343d;list-style:none}.tetris-console[data-astro-cid-x6rud74x] li[data-astro-cid-x6rud74x]{display:flex;gap:.9rem;padding:.7rem 0;color:#b9d5da;font-size:.82rem}.tetris-console[data-astro-cid-x6rud74x] li[data-astro-cid-x6rud74x]+li[data-astro-cid-x6rud74x]{border-top:1px solid #102b33}.tetris-console[data-astro-cid-x6rud74x] li[data-astro-cid-x6rud74x] span[data-astro-cid-x6rud74x]{color:#22b8cf;font-family:var(--font-utility);font-size:.7rem}@media(max-width:760px){.tetris-build[data-astro-cid-x6rud74x]{grid-template-columns:1fr}.tetris-board[data-astro-cid-x6rud74x]{width:min(78vw,19rem)}}
