[data-game-id=kenken] .game-hero-title{background:linear-gradient(135deg,#77ffe0,#7a7aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] [data-game-id=kenken] .game-hero-title{background:linear-gradient(135deg,#06c,#4a4aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kenken-timer-panel[data-astro-cid-z5dgilbe],.kenken-size-panel[data-astro-cid-z5dgilbe]{padding:22px}.kenken-size-value[data-astro-cid-z5dgilbe]{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#77ffe0,#7a7aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#77ffe0;font-variant-numeric:lining-nums tabular-nums}[data-theme=light] .kenken-size-value[data-astro-cid-z5dgilbe]{background:linear-gradient(135deg,#06c,#4a4aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#06c}.kenken-statistics-panel[data-astro-cid-z5dgilbe]{padding:22px}.kenken-stat-list[data-astro-cid-z5dgilbe]{display:flex;flex-direction:column;gap:8px}.kenken-stat-item[data-astro-cid-z5dgilbe]{display:flex;justify-content:space-between;align-items:center}.kenken-stat-label[data-astro-cid-z5dgilbe]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.kenken-stat-value-sm[data-astro-cid-z5dgilbe]{font-size:.88rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.kenken-difficulty-panel[data-astro-cid-z5dgilbe]{padding:22px}.kenken-difficulty-buttons[data-astro-cid-z5dgilbe]{display:flex;flex-direction:column;gap:8px}.diff-btn[data-astro-cid-z5dgilbe]{padding:10px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:var(--text-secondary);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .2s ease}.diff-btn[data-astro-cid-z5dgilbe]:hover{background:#ffffff14;color:var(--text-primary)}.diff-btn[data-astro-cid-z5dgilbe].active{background:#77ffe01f;border-color:#77ffe04d;color:#77ffe0}[data-theme=light] .diff-btn[data-astro-cid-z5dgilbe]{background:#00000008;border-color:#00000014}[data-theme=light] .diff-btn[data-astro-cid-z5dgilbe]:hover{background:#0000000f}[data-theme=light] .diff-btn[data-astro-cid-z5dgilbe].active{background:#0066cc1a;border-color:#0066cc40;color:#06c}.kenken-board-container[data-astro-cid-z5dgilbe]{position:relative;padding:20px;background:#ffffff05;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.06);box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff08;box-sizing:border-box}[data-theme=light] .kenken-board-container[data-astro-cid-z5dgilbe]{background:#00000005;border:1px solid rgba(0,0,0,.06);box-shadow:0 20px 60px #00000026,inset 0 1px #fffc}.kenken-grid[data-astro-cid-z5dgilbe]{display:grid;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2.5px solid var(--text-primary);box-sizing:border-box;user-select:none;-webkit-user-select:none}.kenken-cell{position:relative;display:flex;align-items:center;justify-content:center;border:.5px solid rgba(128,128,128,.25);cursor:pointer;font-size:clamp(18px,3.5vw,26px);font-weight:700;color:var(--text-primary);transition:background-color .12s ease;box-sizing:border-box;min-height:0}.kenken-cell.cage-border-top{border-top:2.5px solid var(--text-primary)}.kenken-cell.cage-border-bottom{border-bottom:2.5px solid var(--text-primary)}.kenken-cell.cage-border-left{border-left:2.5px solid var(--text-primary)}.kenken-cell.cage-border-right{border-right:2.5px solid var(--text-primary)}.kenken-cell.selected{background:#77ffe02e}[data-theme=light] .kenken-cell.selected{background:#0066cc26}.kenken-cell.same-row,.kenken-cell.same-col{background:#77ffe00f}[data-theme=light] .kenken-cell.same-row,[data-theme=light] .kenken-cell.same-col{background:#0066cc0d}.kenken-cell.same-cage{background:#77ffe01a}[data-theme=light] .kenken-cell.same-cage{background:#0066cc14}.kenken-cell.error{background:#ff50502e}[data-theme=light] .kenken-cell.error{background:#dc26261f}.kenken-cell:hover{background:#77ffe01a}[data-theme=light] .kenken-cell:hover{background:#0066cc14}.kenken-cell.selected:hover{background:#77ffe038}[data-theme=light] .kenken-cell.selected:hover{background:#0066cc2e}.cage-label{position:absolute;top:2px;left:4px;font-size:clamp(10px,2vw,14px);font-weight:700;line-height:1;color:var(--text-secondary);pointer-events:none;z-index:1}.cell-value{z-index:1;line-height:1}.pencil-marks{display:grid;grid-template-columns:repeat(3,1fr);width:80%;height:80%;align-items:center;justify-items:center;z-index:1}.pencil-mark{font-size:clamp(7px,1.2vw,10px);font-weight:500;line-height:1;color:var(--text-secondary);opacity:.7}.kenken-numpad[data-astro-cid-z5dgilbe]{display:none;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px}.numpad-btn{width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text-primary);font-size:18px;font-weight:700;cursor:pointer;transition:background .12s ease,transform .1s ease;touch-action:manipulation}[data-theme=light] .numpad-btn{border-color:#00000014;background:#00000008}.numpad-btn:active{transform:scale(.94);background:#ffffff14}@media(hover:none)and (pointer:coarse){.kenken-numpad[data-astro-cid-z5dgilbe]{display:flex}}.game-overlay[data-astro-cid-z5dgilbe]{position:absolute;inset:0;background:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;border-radius:24px;z-index:10}[data-theme=light] .game-overlay[data-astro-cid-z5dgilbe]{background:#ffffffd9}.overlay-content[data-astro-cid-z5dgilbe]{background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:48px 32px;text-align:center;box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff1a}[data-theme=light] .overlay-content[data-astro-cid-z5dgilbe]{background:#faf8f6f2;border:1px solid rgba(0,0,0,.1);box-shadow:0 20px 60px #00000026,inset 0 1px #ffffffe6}.overlay-title[data-astro-cid-z5dgilbe]{margin:0 0 16px;font-size:clamp(28px,6vw,48px);font-weight:900;letter-spacing:2px;background:linear-gradient(135deg,#77ffe0,#7a7aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase}[data-theme=light] .overlay-title[data-astro-cid-z5dgilbe]{background:linear-gradient(135deg,#06c,#4a4aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.overlay-message[data-astro-cid-z5dgilbe]{margin:0 0 32px;font-size:1.1rem;color:var(--text-secondary)}.overlay-actions[data-astro-cid-z5dgilbe]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.kenken-btn[data-astro-cid-z5dgilbe]{padding:12px 24px;font-weight:700;font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;border-radius:8px;cursor:pointer;transition:all .15s ease;border:none;text-align:center;touch-action:manipulation}.kenken-btn[data-astro-cid-z5dgilbe]:active{transform:translateY(2px)}.kenken-btn--primary[data-astro-cid-z5dgilbe]{background:#8f7a66;color:#f9f6f2;box-shadow:0 6px #6b5b51,0 6px 8px #00000026,0 10px 20px #0000001a}.kenken-btn--primary[data-astro-cid-z5dgilbe]:hover{background:#9f8a76;box-shadow:0 7px #6b5b51,0 7px 10px #0000002e,0 12px 24px #0000001f}.kenken-btn--primary[data-astro-cid-z5dgilbe]:active{box-shadow:0 3px #6b5b51,0 3px 4px #00000026,0 6px 10px #0000001a}.kenken-btn--secondary[data-astro-cid-z5dgilbe]{background:#8f7a66b3;color:#f9f6f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px #6b5b51b3,0 4px 6px #0000001f,0 8px 16px #00000014}.kenken-btn--secondary[data-astro-cid-z5dgilbe]:hover{background:#9f8a76cc;box-shadow:0 5px #6b5b51b3,0 5px 8px #00000026,0 10px 20px #0000001a}.kenken-btn--secondary[data-astro-cid-z5dgilbe]:active{box-shadow:0 2px #6b5b51b3,0 2px 3px #0000001f,0 4px 8px #00000014}.kenken-btn[data-astro-cid-z5dgilbe]:disabled{opacity:.4;cursor:default;pointer-events:none}.kenken-full-width[data-astro-cid-z5dgilbe]{width:100%}.kenken-controls-panel[data-astro-cid-z5dgilbe]{padding:22px}.kenken-control-list[data-astro-cid-z5dgilbe]{display:flex;flex-direction:column;gap:10px}.kenken-actions-panel[data-astro-cid-z5dgilbe]{padding:22px;display:flex;flex-direction:column;gap:12px}.kenken-button-row[data-astro-cid-z5dgilbe]{display:flex;gap:12px;flex-wrap:wrap}.kenken-button-row[data-astro-cid-z5dgilbe] .kenken-btn[data-astro-cid-z5dgilbe]{flex:1;min-width:100px}.kenken-toggle-row[data-astro-cid-z5dgilbe]{display:flex;gap:12px}.toggle-btn[data-astro-cid-z5dgilbe]{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;cursor:pointer;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);transition:all .2s ease}[data-theme=light] .toggle-btn[data-astro-cid-z5dgilbe]{border-color:#00000014;background:#00000008}.toggle-icon[data-astro-cid-z5dgilbe]{font-size:16px}.toggle-btn[data-astro-cid-z5dgilbe]:hover{background:#ffffff14;color:var(--text-primary)}[data-theme=light] .toggle-btn[data-astro-cid-z5dgilbe]:hover{background:#0000000f}.toggle-btn[data-astro-cid-z5dgilbe].active{background:#77ffe01f;border-color:#77ffe04d;color:#77ffe0}[data-theme=light] .toggle-btn[data-astro-cid-z5dgilbe].active{background:#0066cc1a;border-color:#0066cc40;color:#06c}@media(max-width:620px){.kenken-board-container[data-astro-cid-z5dgilbe]{padding:16px}.overlay-content[data-astro-cid-z5dgilbe]{padding:32px 20px}.kenken-btn[data-astro-cid-z5dgilbe]{padding:14px 20px;font-size:.82rem;min-height:48px}}@media(prefers-reduced-motion:reduce){.kenken-btn[data-astro-cid-z5dgilbe],.toggle-btn[data-astro-cid-z5dgilbe],.kenken-cell{transition:none}}@media(hover:none)and (pointer:coarse){.kenken-btn[data-astro-cid-z5dgilbe]:active{transform:translateY(2px)}.diff-btn[data-astro-cid-z5dgilbe]:active{transform:scale(.98)}}
