:root{font-family:Trebuchet MS,Avenir Next,sans-serif;color:#f6f3ea;background:radial-gradient(circle at top,rgba(245,164,99,.18),transparent 28%),linear-gradient(160deg,#101a22,#11202b 52%,#1a2e29);line-height:1.4;font-weight:400;color-scheme:dark;--panel: rgba(8, 15, 20, .76);--border: rgba(255, 255, 255, .1);--low: #cfe7ff;--medium: #8a96a3;--high: #ffd2d2;--low-piece: #0f3d91;--high-piece: #b11f2f}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit}#root{min-height:100vh}.shell{padding:24px;display:grid;gap:20px}.layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:20px}.side{display:grid;gap:20px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:24px;padding:20px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 60px #00000040}.hero{display:flex;justify-content:space-between;align-items:end;gap:16px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#f5a463;margin:0 0 8px;font-size:.78rem}.hero h1,.section-head h2,.panel h2{margin:0}.lede,.subtle{color:#f6f3eac2}.lede{max-width:58ch;margin:12px 0 0}.subtle{margin:6px 0 0}.meta{display:grid;gap:6px;text-align:right;color:#f6f3eabd}.section-head{display:flex;justify-content:space-between;align-items:start;gap:12px;margin-bottom:16px}.section-head button,.panel button{border:0;border-radius:999px;padding:10px 14px;background:linear-gradient(135deg,#f5a463,#d96f44);color:#1a1310;cursor:pointer}.board-shell{overflow-x:auto;padding-bottom:8px}.board{min-width:620px;display:grid;gap:0;justify-content:center;padding:22px 0 12px}.hex-row{display:flex;justify-content:center;gap:4px;margin-top:-24px}.hex-row:first-child{margin-top:0}.hex{width:94px;height:104px;border:1px solid rgba(255,255,255,.08);clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);display:grid;align-content:space-between;padding:18px 10px;text-align:center;cursor:pointer;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease;transform:rotate(30deg)}.hex:hover{transform:rotate(30deg) translateY(-2px)}.hex>*{transform:rotate(-30deg)}.elevation-low{background:linear-gradient(180deg,#cfe7fffa,#96c4f5f0);color:#13335f}.elevation-medium{background:linear-gradient(180deg,#758796e0,#4a5b68f0)}.elevation-high{background:linear-gradient(180deg,#ffd2d2fa,#f19d9df0);color:#661e28}.is-playable{box-shadow:0 0 0 3px #fff3}.is-source-candidate{box-shadow:0 0 0 3px #fff4da24}.is-target-candidate{box-shadow:0 0 0 3px #6bc3ff2e}.is-selected-source{box-shadow:0 0 0 4px #fff4da70,0 0 24px #ffd49c4d}.is-piece-candidate{box-shadow:0 0 0 3px #a2f29238}.is-move-target{box-shadow:0 0 0 3px #5eadff3d}.is-selected-piece{box-shadow:0 0 0 4px #a2f29261,0 0 24px #a2f2922e}.occupied-low{box-shadow:inset 0 0 0 4px #0f3d9166}.occupied-high{box-shadow:inset 0 0 0 4px #b11f2f61}.hex-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.hex-coord{font-size:.75rem;opacity:.72}.hex-piece{min-height:1.2rem;font-weight:700}.occupied-low .hex-piece{color:var(--low-piece);text-shadow:0 1px 0 rgba(255,255,255,.2)}.occupied-high .hex-piece{color:var(--high-piece);text-shadow:0 1px 0 rgba(255,255,255,.14)}.list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:10px}.list li{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;background:#ffffff0a}@media (max-width: 960px){.layout{grid-template-columns:1fr}.hero{flex-direction:column;align-items:start}.meta{text-align:left}.board{min-width:540px}.hex{width:82px;height:92px}.hex-row{gap:2px;margin-top:-21px}}
