.lightup-board{display:grid;gap:0;width:fit-content;border-radius:18px;overflow:hidden;border:3px solid rgba(27,35,48,.2)}.lightup-cell{width:48px;height:48px;border:1px solid rgba(27,35,48,.15);display:grid;place-items:center;font-weight:700;-webkit-user-select:none;user-select:none;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.lightup-cell.is-wall{background:linear-gradient(180deg,#2a3038f7,#14181ff7);color:#f8f1dceb}.lightup-cell.is-room{background:linear-gradient(180deg,#fcf6e1f2,#eee3c0ed);color:#5f522d}.lightup-cell.is-room.is-lit{box-shadow:inset 0 0 0 1px #f6c7489e,0 0 12px #f8d2601f}.lightup-cell.is-room.is-lit:not(.is-lamp):not(.is-cross){background:linear-gradient(180deg,#fff9c3fa,#f6e288f2);color:#6d5315}.lightup-cell.is-room.is-lamp{background:linear-gradient(180deg,#fff3a5fa,#f4ce54f2);color:#7d4a00}.lightup-cell.is-room.is-cross{background:linear-gradient(180deg,#f4efdff5,#e4dbbff2);color:#7a6e47}.lightup-cell.is-room.is-lit.is-cross{background:linear-gradient(180deg,#fbf4d6fa,#eee1a7f5);color:#735f28}.lightup-cell.edge-top{border-top-width:3px}.lightup-cell.edge-bottom{border-bottom-width:3px}.lightup-cell.edge-left{border-left-width:3px}.lightup-cell.edge-right{border-right-width:3px}.lightup-cell.hint-focus{box-shadow:inset 0 0 0 3px #409cb3e0}.lightup-cell.hint-target-lamp{box-shadow:inset 0 0 0 3px #152131eb,0 0 0 1px #ffffff73}.lightup-cell.hint-target-cross{box-shadow:inset 0 0 0 3px #ceb14ff2,0 0 0 1px #1521312e}.lightup-cell.hint-reveal{box-shadow:inset 0 0 0 3px gold,0 0 14px #ffd7003d}@media (max-width: 960px){.lightup-cell{width:42px;height:42px}}.hidato-board{display:block;overflow:visible}.hidato-edge{stroke-linecap:round;stroke-linejoin:round;fill:none}.hidato-edge.committed{stroke:#1d6b46e6;stroke-width:8px}.hidato-edge.preview{stroke:#af4b2de0;stroke-width:8px;stroke-dasharray:10 7}.hidato-cell{cursor:pointer;-webkit-user-select:none;user-select:none}.hidato-cell polygon{fill:#fffc;stroke:#1b23302e;stroke-width:1.5px;transition:fill .12s ease,stroke .12s ease,filter .12s ease}.hidato-cell:hover polygon{filter:brightness(.97)}.hidato-cell.revealed polygon{fill:#f7e5d2e6}.hidato-cell.given polygon{fill:#243d5629;stroke:#243d566b;stroke-width:2px}.hidato-cell.preview polygon,.hidato-cell.preview-end polygon,.hidato-cell.drag-start polygon{stroke:#af4b2de6;stroke-width:3px}.hidato-cell.hint-focus polygon{fill:#e0ebfff5;stroke:#2f5ca8eb;stroke-width:3px}.hidato-cell.hint-target polygon{fill:#fff0d8fa;stroke:#be7529f0;stroke-width:3px}.hidato-cell.preview polygon{fill:#ffe6d8f2}.hidato-cell.drag-start polygon{fill:#ffeedffa}.hidato-cell-value,.hidato-cell-preview-value{font-family:Georgia,Times New Roman,serif;dominant-baseline:middle;pointer-events:none}.hidato-cell-value{fill:var(--ink);font-size:17px;font-weight:700}.hidato-cell.given .hidato-cell-value{fill:#17324d}.hidato-cell-preview-value{fill:#af4b2dc2;font-size:15px;font-weight:700}.tool-button:disabled{opacity:.45;cursor:not-allowed}.hidato-toast{position:fixed;top:18px;right:18px;z-index:30;max-width:min(420px,calc(100vw - 32px));padding:12px 16px;border-radius:16px;border:1px solid var(--line);box-shadow:0 18px 40px #1b23302e;background:#fff9f2f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hidato-toast.error{color:var(--bad);border-color:#9b22263d}.hidato-toast.success{color:var(--good);border-color:#1d6b463d}.hidato-toast.warning{color:var(--warn);border-color:#9d5c103d}.hidato-hint-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.hidato-hint-meta{margin-bottom:8px}@media (max-width: 640px){.hidato-toast{top:12px;right:12px;left:12px;max-width:none}}.aquarium-board-layout{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto;gap:8px;align-items:center}.aquarium-counter-strip{display:grid;gap:4px}.aquarium-counter-strip.horizontal{align-items:center}.aquarium-counter-strip.vertical{align-items:stretch}.aquarium-counter{display:grid;place-items:center;min-width:52px;min-height:52px;border-radius:10px;border:1px solid rgba(23,55,88,.22);background:linear-gradient(180deg,#f8fcffeb,#e7f1fadb);color:#2f4f69;font-weight:600}.aquarium-counter.is-complete{border-color:#208e5873;box-shadow:inset 0 0 0 1px #299e6842}.aquarium-counter.is-overflow{border-color:#c9373770;box-shadow:inset 0 0 0 1px #db3b3b47}.counter-value-wrap{display:inline-flex;align-items:baseline;gap:2px;font-size:15px;line-height:1}.counter-numerator{color:#2e5069}.counter-numerator.is-overflow{color:#cf3434}.counter-delta{color:#1f7fd8;font-weight:700}.counter-target{color:#4f6b84}.aquarium-projection-line{min-height:22px;opacity:0;transition:opacity .12s ease}.aquarium-projection-line.is-active{opacity:1}.aquarium-board{display:grid;width:fit-content;border-radius:16px;overflow:hidden;border:3px solid rgba(23,55,88,.32);background:linear-gradient(180deg,#e3f0fce0,#c7ddeeeb)}.aquarium-cell{position:relative;width:52px;height:52px;border:1px solid rgba(30,61,94,.18);background:linear-gradient(180deg,#f6fafff2,#e8f0f7f2);cursor:pointer;-webkit-user-select:none;user-select:none;overflow:hidden;transition:box-shadow .12s ease,background-color .12s ease,border-color .12s ease}.aquarium-cell.tank-boundary-top{border-top-color:#0f487b73;border-top-width:2px}.aquarium-cell.tank-boundary-bottom{border-bottom-color:#0f487b73;border-bottom-width:2px}.aquarium-cell.tank-boundary-left{border-left-color:#0f487b73;border-left-width:2px}.aquarium-cell.tank-boundary-right{border-right-color:#0f487b73;border-right-width:2px}.aquarium-cell.is-air{background:linear-gradient(180deg,#f6fafff5,#e1ecf7f5)}.aquarium-cell.is-water{background:linear-gradient(180deg,#e2f3fff0,#c5e0f6f0)}.water-layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:linear-gradient(180deg,#74bef666,#2e91e5e0);transition:opacity .14s ease}.aquarium-cell.is-water .water-layer{opacity:1}.aquarium-cell.is-surface .water-layer:after{content:"";position:absolute;left:-20%;right:-20%;top:0;height:7px;background:radial-gradient(circle at 16% 100%,rgba(255,255,255,.85) 0 23%,transparent 24%),radial-gradient(circle at 42% 0%,rgba(225,245,255,.72) 0 20%,transparent 21%),radial-gradient(circle at 74% 100%,rgba(255,255,255,.82) 0 22%,transparent 23%);animation:water-wave 2.8s ease-in-out infinite}.aquarium-cell.is-projected-waterline:before{content:"";position:absolute;left:0;right:0;top:0;border-top:2px dashed rgba(35,131,229,.95);z-index:4;pointer-events:none}.aquarium-cell.is-tank-highlight{box-shadow:inset 0 0 0 2px #2689df73}.aquarium-cell.is-hint-highlight{box-shadow:inset 0 0 0 2px #cd8b2a85}.aquarium-cell.is-marked .mark-label{color:#fffffff5;text-shadow:0 1px 1px rgba(14,43,69,.55)}.mark-label{position:relative;z-index:5;font-size:20px;font-weight:800;color:#2d5370d1}.conflict-corner{position:absolute;right:0;top:0;width:0;height:0;border-left:16px solid transparent;border-top:16px solid #dd3d3d;z-index:6}.conflict-corner:after{content:"!";position:absolute;right:2px;top:-15px;color:#fff;font-size:10px;font-weight:800}.aquarium-cell.anim-fill-rise .water-layer{animation:fill-rise .34s ease-out}.aquarium-cell.anim-drain-drop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#4aa4f28c,#3487d82e);animation:drain-drop .3s ease-in forwards;pointer-events:none;z-index:3}.counter-delta-pulse{animation:counter-delta-pulse .24s ease-out}@keyframes water-wave{0%,to{transform:translate(0);opacity:.8}50%{transform:translate(8%);opacity:1}}@keyframes fill-rise{0%{transform:translateY(70%);opacity:.2}55%{transform:translateY(-8%);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes drain-drop{0%{transform:translateY(0);opacity:.7}to{transform:translateY(78%);opacity:0}}@keyframes counter-delta-pulse{0%{transform:scale(.86);opacity:.65}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.aquarium-cell,.water-layer,.counter-delta,.aquarium-cell:after,.aquarium-cell:before{transition:none!important;animation:none!important}}@media (max-width: 960px){.aquarium-counter{min-width:44px;min-height:44px;font-size:12px}.aquarium-cell{width:44px;height:44px}}:root{color-scheme:light;--bg: #f5efe3;--bg-accent: radial-gradient(circle at top left, rgba(214, 121, 78, .22), transparent 32%), radial-gradient(circle at top right, rgba(24, 72, 121, .16), transparent 30%), linear-gradient(145deg, #f5efe3 0%, #efe2cc 52%, #ead7bc 100%);--surface: rgba(255, 250, 243, .8);--surface-strong: rgba(255, 248, 236, .95);--ink: #1b2330;--ink-soft: #495264;--line: rgba(27, 35, 48, .12);--accent: #af4b2d;--accent-soft: #db8d57;--good: #1d6b46;--warn: #9d5c10;--bad: #9b2226;font-family:Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-accent);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.app-shell{max-width:1400px;margin:0 auto;padding:32px 24px 56px}.masthead{display:flex;gap:16px;align-items:end;justify-content:space-between;margin-bottom:24px}.eyebrow,.section-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:12px}.masthead h1,.card h2{margin:0;font-family:Georgia,Times New Roman,serif}.nav-strip{display:flex;gap:8px;padding:6px;background:#ffffff59;border:1px solid var(--line);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-strip a{padding:10px 16px;border-radius:999px;color:var(--ink-soft)}.nav-strip a.active{background:var(--ink);color:#fff}.page-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.card{grid-column:span 4;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 50px #1b233014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card.spotlight{grid-column:span 8;background:linear-gradient(135deg,#fff9f0f2,#fae6d4eb)}.full-span{grid-column:1 / -1}.control-row{display:flex;gap:12px;align-items:end;margin-top:16px;flex-wrap:wrap}.control-row label{display:flex;flex-direction:column;gap:6px;color:var(--ink-soft)}.control-row input,.control-row button,.code-editor{border:1px solid var(--line);border-radius:14px;background:var(--surface-strong)}.control-row input{min-width:140px;padding:10px 12px}.control-row button{padding:12px 18px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-soft));cursor:pointer}.status-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.tab-strip{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tab-strip a{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#ffffff80;color:var(--ink-soft)}.tab-strip a.active{background:var(--ink);color:#fff}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#ffffffa6;border:1px solid var(--line)}.pill.pass{color:var(--good)}.pill.warn{color:var(--warn)}.pill.fail{color:var(--bad)}.code-editor{width:100%;min-height:380px;padding:16px;resize:vertical}.curve{width:100%;height:180px;color:var(--accent);background:linear-gradient(180deg,#ffffffb3,#f7e5d2a6);border-radius:18px}.curve-caption{margin-top:10px;color:var(--ink-soft)}.phaser-stage{width:100%;min-height:220px;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#152033}.flat-list{margin:0;padding-left:18px}.flat-list.compact li{margin-bottom:6px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.metrics-grid div{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:16px;background:#ffffff94}.metrics-grid strong{font-size:26px;font-family:Georgia,Times New Roman,serif}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--ink-soft);font-weight:600}.warning{color:var(--warn)}.error{color:var(--bad)}.success{color:#23754b}.muted{color:var(--ink-soft)}.catalog-card{display:flex;flex-direction:column;gap:18px}.catalog-card footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.catalog-card .link-button,.inline-button,.ghost-button{border:1px solid var(--line);border-radius:999px;padding:10px 16px;cursor:pointer;background:#fff9}.catalog-card .link-button,.inline-button{background:linear-gradient(135deg,var(--accent),var(--accent-soft));color:#fff;border-color:transparent}.ghost-button{color:var(--ink)}.slot-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(78px,1fr));gap:8px}.slot-button{border:1px solid var(--line);border-radius:16px;background:#ffffff8c;padding:10px 8px;cursor:pointer;text-align:left}.slot-button strong,.slot-button span{display:block}.slot-button em{display:block;margin-top:4px;font-style:normal;font-size:12px;color:var(--ink-soft)}.slot-button.active{border-color:#1b23304d;box-shadow:inset 0 0 0 1px #1b23302e}.slot-button.locked{opacity:.55}.slot-button.solved{background:#1d6b4624}.board-shell{display:flex;flex-direction:column;gap:14px}.board-toolbar{display:grid;gap:10px}.tool-group{display:flex;gap:8px;flex-wrap:wrap}.tool-button{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#ffffffa6;cursor:pointer}.tool-button.active{background:var(--ink);color:#fff}.board-frame{overflow:auto;padding:8px;border-radius:18px;background:#ffffff7a;border:1px solid var(--line)}.star-board{display:grid;gap:0;width:fit-content}.cell-button{position:relative;width:40px;height:40px;border:1px solid rgba(27,35,48,.18);background:#ffffffc2;padding:0;cursor:pointer;transition:filter .12s ease,transform .12s ease}.cell-button:hover{filter:brightness(.97)}.cell-button.is-star:before{content:"★";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--accent);font-size:20px}.cell-button.is-block:before{content:"×";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#255779;font-size:20px}.cell-button.hint-focus{box-shadow:inset 0 0 0 3px #ffa028f2}.cell-button.hint-eliminate{box-shadow:inset 0 0 0 3px #dc3c3ce0}.cell-button.hint-correction{box-shadow:inset 0 0 0 3px #46afc8eb}.cell-button.hint-reveal{box-shadow:inset 0 0 0 3px gold}.cell-button.top-border{border-top-width:4px}.cell-button.bottom-border{border-bottom-width:4px}.cell-button.left-border{border-left-width:4px}.cell-button.right-border{border-right-width:4px}.play-controls,.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.detail-list{display:grid;gap:10px}.detail-list div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px dashed var(--line);padding-bottom:8px}.technique-list{display:flex;flex-wrap:wrap;gap:8px}.technique-list span{border-radius:999px;padding:6px 10px;background:#243d561f;color:#255779}.level-sample-list{display:grid;gap:8px}.level-sample-button{width:100%;text-align:left;border:1px solid var(--line);background:#ffffff85;border-radius:16px;padding:12px 14px;cursor:pointer}.level-sample-button.active{border-color:#1b23304d;box-shadow:inset 0 0 0 1px #1b23302e}.planner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.planner-grid label,.planner-section label{display:flex;flex-direction:column;gap:6px;color:var(--ink-soft)}.planner-grid input,.planner-grid select,.planner-section input,.planner-section select{min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-strong)}.planner-section{margin-top:20px}.planner-section-head,.planner-item-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.planner-list{display:grid;gap:12px}.planner-item-card,.planner-row-card,.assistant-panel{padding:16px;border-radius:18px;border:1px solid var(--line);background:#ffffff8f}.planner-row-card{display:grid;grid-template-columns:minmax(90px,120px) minmax(0,1fr) auto;gap:12px;align-items:end}.planner-row-card .wide{min-width:0}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin-top:12px}.checkbox-row{display:flex;flex-direction:row;align-items:center;gap:8px;color:var(--ink)}.sequence-snapshot{display:flex;align-items:end;gap:6px;min-height:180px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffffc7,#f7e5d2a8)}.snapshot-bar{width:14px;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#af4b2d,#db8d57)}.assistant-panel h3{margin-top:0}.assistant-panel.success-panel{border-color:#23754b38;background:linear-gradient(180deg,#f2fdf5e0,#e4f6e9d1)}.assistant-panel.error-panel{border-color:#b1393938;background:linear-gradient(180deg,#fff4f4e6,#fce8e8d6)}.hint-step-meta{margin:0 0 8px;font-size:.9rem;letter-spacing:.04em}.hint-color-legend{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 10px}.hint-color-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid transparent;padding:4px 10px;font-size:.82rem;line-height:1.2}.hint-color-dot{width:10px;height:10px;border-radius:999px;border:2px solid currentColor;background:#ffffffd9}.hint-color-chip.focus{color:#8a4d00;border-color:#ffa02873;background:#ffa02829}.hint-color-chip.eliminate{color:#8b1111;border-color:#dc3c3c73;background:#dc3c3c24}.hint-color-chip.correction{color:#0f6072;border-color:#46afc875;background:#46afc824}.hint-color-chip.reveal{color:#9d6a00;border-color:#ffd70080;background:#ffd7002e}.hint-color-chip.target-black{color:#0d2337;border-color:#1f364f6b;background:#1f364f1f}.hint-color-chip.target-white{color:#5f5d40;border-color:#c4b57a7a;background:#e6dca93d}.unruly-board-layout{display:grid;grid-template-columns:72px auto 72px;grid-template-rows:40px auto 40px;gap:8px;align-items:center;justify-items:center;width:fit-content;min-width:max-content}.board-corner{width:72px;height:40px}.unruly-counter-strip.horizontal,.unruly-counter-strip.vertical{display:grid;gap:0}.unruly-counter-strip.horizontal{width:fit-content}.unruly-counter-strip.vertical{width:72px}.unruly-counter{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:2px;width:100%;height:100%;overflow:hidden;border-radius:14px;font-size:12px;font-weight:700;border:1px solid rgba(27,35,48,.12);isolation:isolate;background:#fff6;box-shadow:0 4px 10px #1b23301f}.unruly-counter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--unruly-counter-black-url);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:0}.unruly-counter>*{position:relative;z-index:1}.unruly-counter em{font-style:normal;opacity:.75}.unruly-counter.counter-black{color:#3e2d16}.unruly-counter.counter-black span,.unruly-counter.counter-black em{color:#3e2d16;text-shadow:0 1px 0 rgba(255,250,241,.92),0 0 6px rgba(255,250,241,.72)}.unruly-counter.counter-black em{opacity:.88}.unruly-counter.counter-white{color:#4f4322}.unruly-counter.counter-white:before{background-image:var(--unruly-counter-white-url)}.unruly-counter.counter-white span,.unruly-counter.counter-white em{color:#4f4322}.unruly-counter.status-complete{box-shadow:inset 0 0 0 2px #3eaa5cb3}.unruly-counter.status-filled{box-shadow:inset 0 0 0 2px #e48f37a6}.unruly-counter.status-overflow{box-shadow:inset 0 0 0 2px #d23e3ed1}.unruly-board{display:grid;gap:0;width:fit-content;border-radius:18px;overflow:hidden;border:3px solid rgba(27,35,48,.2);background:#9d6c471f}.unruly-cell{position:relative;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(27,35,48,.15);overflow:hidden;background:#fbf6e3bf;color:transparent;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;isolation:isolate;box-shadow:inset 0 1px #fff6}.unruly-cell:hover{filter:brightness(.97)}.unruly-cell-base,.unruly-cell-occupant,.unruly-cell-badge{position:absolute;pointer-events:none}.unruly-cell-base{top:0;right:0;bottom:0;left:0;background-image:var(--unruly-tile-empty-url);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:0}.unruly-cell-occupant{top:4px;right:4px;bottom:4px;left:4px;background-repeat:no-repeat;background-position:center bottom;background-size:contain;z-index:1}.unruly-cell-occupant.occupant-black{background-image:var(--unruly-student-black-url)}.unruly-cell-occupant.occupant-white{background-image:var(--unruly-student-white-url)}.unruly-cell-badge{top:2px;right:2px;width:16px;height:16px;background-image:var(--unruly-badge-given-url);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:2}.unruly-cell.is-given{box-shadow:inset 0 0 0 1px #b0392e3d,0 1px #ffffff73}.unruly-cell.edge-top{border-top-width:3px}.unruly-cell.edge-bottom{border-bottom-width:3px}.unruly-cell.edge-left{border-left-width:3px}.unruly-cell.edge-right{border-right-width:3px}.unruly-cell.hint-focus{box-shadow:inset 0 0 0 3px #409cb3e0,0 0 0 1px #ffffff80}.unruly-cell.hint-target-black{box-shadow:inset 0 0 0 3px #152131eb,0 0 0 1px #ffffff73,0 0 14px #15213129}.unruly-cell.hint-target-white{box-shadow:inset 0 0 0 3px #ceb14ff2,0 0 0 1px #1521312e,0 0 14px #ceb14f2e}.unruly-cell.hint-reveal{box-shadow:inset 0 0 0 3px gold,0 0 14px #ffd7003d,0 0 0 1px #fff6}.level-browser-list{display:grid;gap:8px;max-height:620px;overflow:auto;padding-right:4px}@media (max-width: 960px){.masthead{flex-direction:column;align-items:stretch}.card,.card.spotlight{grid-column:1 / -1}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.planner-row-card{grid-template-columns:1fr}.unruly-board-layout{grid-template-columns:58px auto 58px;grid-template-rows:34px auto 34px}.board-corner,.unruly-counter-strip.vertical{width:58px}.unruly-cell{width:42px;height:42px}}@media (max-width: 640px){.app-shell{padding:20px 14px 40px}.control-row{flex-direction:column;align-items:stretch}.metrics-grid{grid-template-columns:1fr}}
