:root{--sand:#14181c;--ink:#e7e9e6;--ink-soft:#97a19a;--panel:#1e2429f0;--panel-edge:#b4c8be29;--sunken:#0a0d0f99;--north:#5aa6f5;--south:#f4708f;--gold:#f2c14a;--danger:#e0342c;--shadow:0 10px 26px #00000073;--radius:14px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background:var(--sand);height:100%;color:var(--ink);overscroll-behavior:none;margin:0;font-family:system-ui,-apple-system,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:15px;overflow:hidden}#stage{touch-action:none;width:100%;height:100%;display:block;position:fixed;inset:0}#hud{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;inset:0}#hud>.bar:last-child{margin-top:auto}#hud{z-index:2}#hud>*{pointer-events:none}.mute,.middle .row>*{pointer-events:auto}.bar{background:var(--panel);border:1px solid var(--panel-edge);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:10px;min-height:46px;padding:8px 12px;display:flex}.bar .who{flex-direction:column;min-width:0;display:flex}.bar .name{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.bar .rank{color:var(--ink-soft);font-size:12px}.pip{background:#bbb;border-radius:50%;flex:none;width:10px;height:10px}.pip.on{background:#3ec46d}.pip.north{background:var(--north)}.pip.south{background:var(--south)}.tray{flex-wrap:wrap;justify-content:flex-end;gap:4px;margin-left:auto;display:flex}.tray .took{background:var(--sunken);border:1px solid var(--panel-edge);border-radius:7px;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.tray .took svg{width:100%;height:100%;display:block}.tray .took.empty{opacity:.45;background:0 0;border-style:dashed}.middle{flex-direction:column;align-items:center;gap:8px;display:flex}.turn{background:var(--panel);border:1px solid var(--panel-edge);box-shadow:var(--shadow);border-radius:999px;padding:7px 16px;font-weight:700}.turn.mine{background:var(--north);color:#10161b;border-color:#0000}.turn.mine.south{background:var(--south)}.clock{width:180px;height:6px;box-shadow:var(--shadow);background:#ffffff29;border-radius:999px;overflow:hidden}.clock>i{background:var(--gold);height:100%;transition:width .25s linear;display:block}.clock.urgent>i{background:var(--danger)}.row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}button{font:inherit;color:var(--ink);background:var(--panel);border:1px solid var(--panel-edge);box-shadow:var(--shadow);cursor:pointer;border-radius:10px;min-height:44px;padding:10px 16px;font-weight:700}button:hover:not(:disabled){background:#3c464ef5}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--gold);color:#10161b;border-color:#d69a1c}button.danger{color:#ff9f96;background:#e0342c24;border-color:#e0342c8c}input{font:inherit;border:1px solid var(--panel-edge);background:var(--panel);text-align:center;letter-spacing:.2em;border-radius:10px;width:130px;min-height:44px;padding:10px 12px}.scrim,.veil{display:none;position:fixed;inset:0}.scrim.on,.veil.on{display:block}.scrim{z-index:1;pointer-events:auto}.veil{z-index:3;pointer-events:none;background:#0a0d108c}.sheet{z-index:4;padding:calc(max(10px, env(safe-area-inset-top)) + 62px) 16px calc(max(10px, env(safe-area-inset-bottom)) + 62px);pointer-events:none;place-items:center;display:grid;position:fixed;inset:0}.card{pointer-events:auto;background:var(--panel);border:1px solid var(--panel-edge);text-align:center;border-radius:20px;flex-direction:column;gap:14px;width:min(420px,100%);max-height:100%;padding:22px;display:flex;overflow:auto;box-shadow:0 18px 50px #321e0a59}.card h1{letter-spacing:-.02em;margin:0;font-size:30px}.card h2{margin:0;font-size:20px}.card p{color:var(--ink-soft);text-align:left;margin:0;line-height:1.55}.card .lede{text-align:center}.counts{justify-content:center;gap:10px;font-weight:700;display:flex}.counts span{background:#0000000d;border-radius:999px;padding:6px 12px}.counts span.done{background:var(--gold)}.toast{border:1px solid var(--panel-edge);color:var(--ink);pointer-events:none;opacity:0;background:#080b0df0;border-radius:999px;padding:10px 16px;font-weight:700;transition:opacity .2s;position:fixed;bottom:96px;left:50%;transform:translate(-50%)}.toast.show{opacity:1}@media (width<=480px){.bar{padding:6px 10px}.card{padding:18px}}.grid{grid-template-columns:repeat(4,1fr);gap:6px;width:min(260px,100%);margin:0 auto;display:grid}.grid .cell{aspect-ratio:1;color:#4a6b3c;background:#d7ecc9;border-color:#a9c99a;min-height:0;padding:0;font-size:17px}.grid .cell.mallet{background:var(--gold);color:#6b4a08;border-color:#d69a1c}.grid .cell.bomb{color:#fff;background:#3d372f;border-color:#241f1a}.grid .cell.mallet svg,.grid .cell.bomb svg{width:100%;height:100%;display:block}.bar .mute{min-height:34px;box-shadow:none;background:#0000000a;flex:none;padding:4px 10px;font-size:16px}.shelf{grid-template-columns:repeat(6,1fr);gap:4px;display:grid}.shelf .piece-cell{aspect-ratio:1;border:1px solid var(--panel-edge);min-height:0;box-shadow:none;background:#ffffff1a;border-radius:12px;place-items:center;padding:2px;display:grid;position:relative}.shelf .piece-cell svg{width:100%;height:100%;display:block}.shelf .piece-cell .tally{color:#10161b;background:#e6ece8e6;border-radius:6px;padding:0 3px;font-size:10px;font-weight:800;line-height:1.3;position:absolute;bottom:1px;right:2px}.shelf .piece-cell.chosen{border-color:var(--gold);background:#f2c14a33}.shelf .piece-cell.empty{opacity:.34;background:#0000000a}.card h3{color:var(--ink-soft);text-align:left;border-top:1px solid var(--panel-edge);margin:6px 0 0;padding-top:12px;font-size:15px}.rule{text-align:left;border-radius:12px;align-items:center;gap:12px;padding:8px;display:flex}.rule-art{flex:0 0 56px;width:56px;height:56px}.rule-art svg{width:100%;height:100%;display:block}.rule-text{flex-direction:column;gap:2px;min-width:0;display:flex}.rule-text b{font-size:15px}.rule-text span{color:var(--ink-soft);font-size:13px;line-height:1.5}.rule.accent{background:#f6b93b38;outline:1px solid #d69a1c80}.trouble{color:#6d2434;text-align:left;white-space:pre-wrap;word-break:break-word;-webkit-user-select:text;user-select:text;background:#f6e0e4;border:1px solid #d99aa5;border-radius:10px;margin:0;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.emblems{background:var(--sunken);border-radius:10px;grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:6px;max-height:210px;padding:4px;display:grid;overflow-y:auto}.emblems .emblem-cell{aspect-ratio:1;cursor:pointer;background:#ffffff0d;border:2px solid #0000;border-radius:9px;padding:4px}.emblems .emblem-cell svg{width:100%;height:100%;display:block}.emblems .emblem-cell:hover{background:#ffffff1f}.emblems .emblem-cell.chosen{border-color:var(--gold);background:#f2c14a29}.emblems .emblem-cell:focus-visible{outline:2px solid var(--north);outline-offset:2px}.inspect{background:var(--panel);border:1px solid var(--panel-edge);box-shadow:var(--shadow);opacity:0;visibility:hidden;border-radius:999px;align-items:center;gap:9px;padding:5px 12px 5px 5px;transition:opacity .14s;display:flex}.inspect.on{opacity:1;visibility:visible}.inspect-art{background:var(--sunken);border-radius:999px;flex:none;place-items:center;width:40px;height:40px;display:grid}.inspect-art svg{width:100%;height:100%;display:block}.inspect-name{white-space:nowrap;font-size:14px;font-weight:700}.inspect.north{border-color:var(--north)}.inspect.south{border-color:var(--south)}@media (prefers-reduced-motion:reduce){.inspect{transition:none}}.portal{opacity:.85;width:132px;margin:0 auto 10px;transition:opacity .15s;display:block}.portal svg{width:100%;height:auto;display:block}.portal:hover,.portal:focus-visible{opacity:1}.title{flex-direction:column;align-items:center;gap:4px;padding:6px 0 2px;display:flex}.title-name{letter-spacing:.08em;margin:2px 0 0;font-size:46px;line-height:1}.title-line{color:var(--ink-soft);text-align:center;max-width:22em;margin:0 0 4px}.title-hero{filter:drop-shadow(0 10px 18px #0006);width:132px;height:132px;margin:2px 0 10px;animation:4.2s ease-in-out infinite title-breathe}.title-hero svg{width:100%;height:100%;display:block}@keyframes title-breathe{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-5px)scale(1.015)}}.title button{min-width:150px}@media (prefers-reduced-motion:reduce){.title-hero{animation:none}}.sheet.bare{background:var(--sand)}.splash{cursor:pointer;place-items:center;width:100%;height:100%;display:grid}.splash-mark img{border-radius:26px;width:132px;height:132px;animation:.5s ease-out both splash-in;display:block;box-shadow:0 16px 40px #00000080}@keyframes splash-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.splash-mark img{animation:none}}
