:root{--ink:#182822;--muted-ink:#51635c;--cream:#fffdf2;--tile-edge:#c7b98e;--green:#14614a;--green-deep:#0c4635;--gold:#e0a82e;--red:#a33a36}.visuallyHidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.gameBoard{width:min(100%,44rem);max-width:100%;margin:0 auto}.boardHeading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:.45rem;display:flex}.boardHeading h2,.boardHeading p{margin:0}.boardHeading h2{letter-spacing:-.02em;font-size:clamp(1.15rem,2.6vw,1.6rem)}.eyebrow{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.boardCounters{color:var(--muted-ink);align-items:center;gap:.75rem;font-size:.84rem;font-weight:700;display:flex}.remainingCounter{color:var(--ink);font-size:1rem}.tileLegend{color:var(--muted-ink);flex-wrap:wrap;gap:.4rem .8rem;margin:0 0 .6rem;padding:0;font-size:.72rem;font-weight:700;list-style:none;display:flex}.tileLegend li{align-items:center;gap:.3rem;display:inline-flex}.tileLegend li:before{border:2px solid var(--tile-edge);background:var(--cream);content:"";border-radius:.2rem;width:.62rem;height:.62rem}.tileLegend [data-state=selected]:before{border-color:var(--green-deep);background:#d5f4e8}.tileLegend [data-state=hinted]:before{border-color:var(--gold);background:#fff1b8}.tileLegend [data-state=blocked]:before{background:#bdc7c3;border-color:#73827c}.boardViewport{isolation:isolate;box-sizing:border-box;overscroll-behavior:contain;scrollbar-color:#ffffff94 #05281d52;scrollbar-width:thin;touch-action:auto;-webkit-overflow-scrolling:touch;background:#15523e;border:1px solid #1345332e;border-radius:clamp(.9rem,2vw,1.5rem);width:100%;max-width:100%;height:clamp(16rem,100dvh - 13rem,40rem);scroll-padding:8px;position:relative;overflow:auto;box-shadow:inset 0 1px #ffffff2e,0 14px 30px #0d312624}.boardPlane{isolation:isolate;box-sizing:content-box;background:radial-gradient(circle at 80% 12%,#ffffff2e,#0000 22%),linear-gradient(145deg,#347a5f,#15523e 62%,#0d3b2e);width:704px;max-width:none;height:640px;padding:8px;position:relative;overflow:visible}.boardPlane:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:2.5rem 2.5rem;position:absolute;inset:0}.gameTile{z-index:calc(var(--tile-z) + 1);box-sizing:border-box;border:1px solid var(--tile-edge);width:44px;min-width:44px;height:59px;min-height:44px;color:var(--ink);box-shadow:calc(var(--tile-z) * -1px) calc(var(--tile-z) * 2px) 0 #99885e, 0 2px 3px #0b271f57;cursor:pointer;transform:translate(calc(-50% + var(--tile-x) * 50% + 50%), calc(-50% + var(--tile-y) * 47% - 165% - var(--tile-z) * 12%));touch-action:auto;-webkit-tap-highlight-color:transparent;background:linear-gradient(145deg,#fffef7 0 72%,#e8dfc6 100%);border-radius:5px;place-items:center;padding:0;scroll-margin:8px;transition:border-color .14s,box-shadow .14s,filter .14s,opacity .14s;display:grid;position:absolute;top:50%;left:50%;overflow:hidden}.gameTile:hover:not(:disabled){filter:brightness(1.035);border-color:#786b48}.gameTile:focus-visible{outline-offset:1px;outline:2px solid #fff;box-shadow:0 0 0 4px #0a2f24,0 2px 3px #0b271f57}.gameTile[data-state=blocked]{color:#4d5b55;cursor:not-allowed;filter:saturate(.4)contrast(.88);opacity:.77;background:linear-gradient(145deg,#dedfd4,#bfc4b7);border-color:#a9a88f}.gameTile[data-state=selected]{border-color:var(--green-deep);box-shadow:0 0 0 2px #e8fff5, 0 0 0 4px var(--green-deep), 0 2px 3px #0b271f57;background:linear-gradient(145deg,#fbfff8,#ccefe1)}.gameTile[data-state=hinted]{background:linear-gradient(145deg,#fffef5,#ffe79d);border-color:#7e5a00;animation:.9s ease-in-out infinite alternate hintPulse}@keyframes hintPulse{0%{box-shadow:0 0 #ffdd6f4d,0 2px 3px #0b271f57}to{box-shadow:0 0 0 4px #ffe487bf,0 2px 3px #0b271f57}}.tileFace,.tileFace svg{width:100%;height:100%;display:block}.tileFace{position:relative}.tileFace svg{overflow:visible}.markInk,.markWind{color:#183a33}.markAccent,.markDragon{color:var(--red)}.markBamboo,.markFlower,.markSeason{color:#167051}.markCharacter{color:#173f6c}.faceNumber,.faceLetter,.faceCode{fill:currentColor;font-family:ui-rounded,Arial Rounded MT Bold,system-ui,sans-serif;font-weight:900}.faceNumber,.faceLetter{font-size:34px}.faceCode{letter-spacing:1px;font-size:16px}.tileCaption{color:#173f6c;font-size:.75rem;font-weight:900;line-height:1;position:absolute;bottom:4%;right:8%}.tileStateLabel{background:var(--green-deep);color:#fff;text-overflow:clip;text-transform:uppercase;white-space:nowrap;border-radius:999px;font-size:.5rem;font-weight:900;line-height:1.35;position:absolute;bottom:2%;left:3%;right:3%;overflow:hidden}.gameControls{width:min(100%,44rem);margin:.85rem auto 0}.primaryControls{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;display:grid}.gameControl{min-width:44px;min-height:44px;color:var(--ink);font:inherit;cursor:pointer;touch-action:auto;background:#fff;border:1px solid #bac7c1;border-radius:.72rem;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .7rem;font-size:.84rem;font-weight:800;transition:border-color .14s,background-color .14s,transform .14s;display:inline-flex}.gameControl:hover:not(:disabled){border-color:var(--green);background:#f3fbf7}.gameControl:active:not(:disabled){transform:translateY(1px)}.gameControl:focus-visible{outline-offset:2px;outline:3px solid #ebb735}.gameControl:disabled{color:#738078;cursor:not-allowed;opacity:.58}.gameControlPrimary{border-color:var(--green-deep);background:var(--green-deep);color:#fff}.gameControlPrimary:hover:not(:disabled){background:#082f24;border-color:#082f24}.gameOverlay{box-sizing:border-box;background:#f3fbf7;border:1px solid #14614a40;border-radius:.9rem;justify-content:space-between;align-items:center;gap:1rem;width:min(100%,44rem);margin:.85rem auto 0;padding:1rem;display:flex;box-shadow:0 8px 20px #0d312617}.gameOverlay h2,.gameOverlay p{margin:0}.gameOverlay h2{margin-top:.12rem;font-size:1.12rem}.gameOverlay h2+p{color:var(--muted-ink);margin-top:.3rem;font-size:.88rem}.gameOverlayActions{flex-wrap:wrap;justify-content:end;gap:.5rem;display:flex}.errorRecovery{min-height:100dvh;color:var(--ink);background:#f6f3e8;place-items:center;padding:1rem;display:grid}.errorRecoveryCard{background:var(--cream);border:1px solid #14614a38;border-radius:1rem;width:min(100%,28rem);padding:clamp(1.25rem,5vw,2rem);box-shadow:0 14px 30px #0d31261f}.errorRecoveryCard h1,.errorRecoveryCard p{margin:0}.errorRecoveryCard h1{margin-top:.2rem;font-family:Georgia,Cambria,serif;font-size:clamp(1.5rem,6vw,2rem)}.errorRecoveryCard h1+p{color:var(--muted-ink);margin-top:.65rem}.errorRecoveryCard .gameControl{margin-top:1.1rem}@media (width<=599px){.gameOverlay{display:block}.gameOverlay>.gameControl,.gameOverlayActions{width:100%;margin-top:.85rem}.gameOverlayActions{justify-content:stretch}.gameOverlayActions .gameControl{flex:100%}}.secondaryCounters{color:var(--muted-ink);justify-content:center;gap:1.5rem;margin:.7rem 0 0;font-size:.74rem;display:flex}.secondaryCounters div{gap:.35rem;display:flex}.secondaryCounters dt{font-weight:700}.secondaryCounters dd{color:var(--ink);margin:0;font-weight:900}@media (width<=599px){.gameBoard,.gameControls{width:100%}.boardHeading{align-items:center;margin-bottom:.35rem}.eyebrow,.secondaryBoardCounter,.secondaryCounters,.tileLegend{display:none}.boardViewport{height:clamp(16rem,100dvh - 10.5rem,40rem)}.primaryControls{gap:.35rem}.gameControl{flex-direction:column;gap:.08rem;padding:.25rem .1rem;font-size:.68rem;line-height:1.05}}@media (height<=480px){.eyebrow,.secondaryBoardCounter,.secondaryCounters,.tileLegend{display:none}.boardHeading{align-items:center;margin-bottom:.25rem}.boardViewport{height:max(12rem,100dvh - 6.5rem)}.gameControls{margin-top:.45rem}.secondaryCounters{margin:0}}@media (prefers-reduced-motion:reduce){.gameTile,.gameControl{transition:none}.gameTile[data-state=hinted]{animation:none;box-shadow:0 0 0 3px #ffe080,0 2px 3px #0b271f57}}._app_unugi_1{box-sizing:border-box;color:#182822;background:radial-gradient(circle at 10% 0,#daf0e4b8,#0000 32rem),#f6f3e8;max-width:100%;min-height:100dvh;padding:clamp(.75rem,2.5vw,1.5rem);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:clip}body{min-width:20rem;margin:0}._header_unugi_20{align-items:center;gap:.65rem;width:min(100%,44rem);margin:0 auto clamp(.75rem,2vw,1.2rem);display:flex}._mark_unugi_28{color:#fffdf2;background:#0c4635;border-radius:.78rem .78rem 1.05rem 1.05rem;flex:0 0 2.45rem;place-items:center;width:2.45rem;height:2.45rem;font-family:Georgia,serif;font-size:1.22rem;font-weight:900;display:grid;box-shadow:inset 0 -3px #0000002e}._title_unugi_43,._subtitle_unugi_44{margin:0}._title_unugi_43{letter-spacing:-.04em;font-family:Georgia,Cambria,serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1}._subtitle_unugi_44{color:#51635c;margin-top:.18rem;font-size:.72rem}._gameShell_unugi_62{width:100%}@media (width<=599px){._app_unugi_1{padding:.65rem .55rem .9rem}._header_unugi_20{margin-bottom:.65rem}._subtitle_unugi_44{display:none}}@media (height<=480px){._app_unugi_1{min-height:100dvh;padding:.35rem .55rem}._header_unugi_20{display:none}}
