*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}select{font:inherit}img,svg{display:block;max-width:100%}:root{--bg: #f7f7f9;--bg-elevated: #ffffff;--border: #d8d8dd;--text: #1a1a1e;--text-muted: #6b6b74;--accent: #3a5edb;--accent-text: #ffffff;--cell-bg: #ffffff;--cell-border: #cfcfd6;--cell-start: #3a5edb;--cell-start-text: #ffffff;--cell-end: #7c3aed;--cell-end-text: #ffffff;--cell-blocked-bg: #e3e3e8;--cell-blocked-fg: #9a9aa4;--cell-waypoint-ring: #d99a2b;--cell-path-bg: #dde4fb;--cell-path-border: #3a5edb;--green: #3f7a3f;--green-text: #ffffff;--yellow: #c9a227;--yellow-text: #1a1a1e;--grey: #6b6f72;--grey-text: #ffffff;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(20, 20, 30, .08);--shadow-md: 0 4px 16px rgba(20, 20, 30, .12);color-scheme:light}:root[data-theme=dark]{--bg: #16161a;--bg-elevated: #1e1e24;--border: #33333c;--text: #eeeef2;--text-muted: #9a9aa6;--accent: #7089f0;--accent-text: #10101a;--cell-bg: #24242c;--cell-border: #3a3a45;--cell-start: #7089f0;--cell-start-text: #10101a;--cell-end: #a78bfa;--cell-end-text: #10101a;--cell-blocked-bg: #2a2a32;--cell-blocked-fg: #5c5c68;--cell-waypoint-ring: #e8b558;--cell-path-bg: #2b3363;--cell-path-border: #7089f0;--green: #63a85e;--green-text: #0a1a10;--yellow: #d1af4a;--yellow-text: #1a1408;--grey: #54575a;--grey-text: #eeeef2;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .45);color-scheme:dark}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #16161a;--bg-elevated: #1e1e24;--border: #33333c;--text: #eeeef2;--text-muted: #9a9aa6;--accent: #7089f0;--accent-text: #10101a;--cell-bg: #24242c;--cell-border: #3a3a45;--cell-start: #7089f0;--cell-start-text: #10101a;--cell-end: #a78bfa;--cell-end-text: #10101a;--cell-blocked-bg: #2a2a32;--cell-blocked-fg: #5c5c68;--cell-waypoint-ring: #e8b558;--cell-path-bg: #2b3363;--cell-path-border: #7089f0;--green: #63a85e;--green-text: #0a1a10;--yellow: #d1af4a;--yellow-text: #1a1408;--grey: #54575a;--grey-text: #eeeef2;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .45);color-scheme:dark}}:root[data-colorblind=true]{--green: #f5793a;--green-text: #1a1a1e;--yellow: #85c0f9;--yellow-text: #1a1a1e}@media (prefers-color-scheme: dark){:root[data-colorblind=true]:not([data-theme=light]){--green: #f5793a;--green-text: #1a1a1e;--yellow: #85c0f9;--yellow-text: #1a1a1e}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}#app{display:flex;justify-content:center}.app-shell{width:100%;max-width:460px;padding:20px 16px 48px;display:flex;flex-direction:column;gap:16px}.app-header{display:flex;flex-direction:column;gap:10px}.app-footer{text-align:center;font-size:.75rem;color:var(--text-muted)}.app-footer a{color:var(--text-muted);text-decoration:underline}.app-footer a:hover{color:var(--accent)}.app-header__title-row{display:flex;align-items:center;gap:12px}.app-title{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.app-header__icons{display:flex;align-items:center;gap:4px;margin-left:auto}.icon-btn{width:36px;height:36px;border-radius:999px;font-size:1.05rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.icon-btn:hover{background:var(--bg-elevated);color:var(--text)}.icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.picker__back{font-size:.8rem;white-space:nowrap}.calendar-card{max-width:340px}.calendar-nav{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-right:28px}.calendar-nav__arrow{width:30px;height:30px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-size:1rem;line-height:1}.calendar-nav__arrow:hover:not(:disabled){border-color:var(--accent)}.calendar-nav__arrow:disabled{opacity:.35;cursor:default}.calendar-nav__label{font-weight:700;font-size:.95rem}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-top:10px}.calendar-weekdays span{text-align:center;font-size:.7rem;font-weight:700;color:var(--text-muted)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:4px}.calendar-day{position:relative;aspect-ratio:1;border-radius:var(--radius-sm);border:1px solid transparent;background:var(--bg-elevated);color:var(--text);font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center}.calendar-day:hover:not(:disabled){border-color:var(--accent)}.calendar-day:disabled{color:var(--text-muted);opacity:.35;cursor:default}.calendar-day--outside{opacity:.25}.calendar-day--today{border-color:var(--accent)}.calendar-day--selected{outline:2px solid var(--accent);outline-offset:1px}.calendar-day--won{background:var(--green);color:var(--green-text);font-size:.95rem}.calendar-day--lost{background:var(--grey);color:var(--grey-text);font-size:.9rem}.calendar-legend{display:flex;gap:16px;margin-top:4px;font-size:.75rem;color:var(--text-muted)}.calendar-legend span{display:inline-flex;align-items:center;gap:5px}.calendar-legend__swatch{width:10px;height:10px;border-radius:3px}.calendar-legend__swatch--won{background:var(--green)}.calendar-legend__swatch--lost{background:var(--grey)}.btn--link{background:none;border:none;color:var(--accent);font-size:.85rem;text-decoration:underline;padding:4px 0}.rules-bar{display:flex;flex-direction:column;gap:8px}.rules-bar__top{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.rules-bar__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.pill{font-size:.8rem;font-weight:600;color:var(--text-muted);background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;padding:4px 10px}.pill--puzzle{color:var(--accent-text);background:var(--accent);border-color:var(--accent);font-weight:700}.rules-bar__attempts{font-size:.8rem;font-weight:700;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;padding:4px 12px;white-space:nowrap}.rules-bar__attempts:hover{border-color:var(--accent);color:var(--accent)}.grid-slot{display:flex;justify-content:center}.grid{--grid-size: 4;display:grid;grid-template-columns:repeat(var(--grid-size),1fr);gap:6px;width:min(100%,420px);aspect-ratio:1;touch-action:none}.grid--locked{opacity:.85}.cell{position:relative;aspect-ratio:1;min-width:44px;min-height:44px;border-radius:var(--radius-md);border:1px solid var(--cell-border);background:var(--cell-bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--text);box-shadow:var(--shadow-sm);transition:transform .08s ease,background-color .15s ease,border-color .15s ease;user-select:none;-webkit-user-select:none}.cell[aria-disabled=true]{cursor:default}.cell:active{transform:scale(.94)}.cell:focus-visible{outline:3px solid var(--accent);outline-offset:2px;z-index:1}.cell--start{background:var(--cell-start);color:var(--cell-start-text);border-color:var(--cell-start)}.cell--end{background:var(--cell-end);color:var(--cell-end-text);border-color:var(--cell-end)}.cell--blocked{background:var(--cell-blocked-bg);color:var(--cell-blocked-fg)}.cell--waypoint{box-shadow:inset 0 0 0 3px var(--cell-waypoint-ring),var(--shadow-sm);color:var(--cell-waypoint-ring)}.cell--in-path:not(.cell--start):not(.cell--end){background:var(--cell-path-bg);border-color:var(--cell-path-border)}.cell__glyph{pointer-events:none}.cell__coord{position:absolute;bottom:3px;left:4px;font-size:.55rem;font-weight:600;color:var(--text-muted);opacity:.6;pointer-events:none}.cell--start .cell__coord,.cell--end .cell__coord{color:inherit;opacity:.75}.cell__badge{position:absolute;bottom:3px;right:4px;font-size:.65rem;font-weight:700;color:var(--text-muted);background:var(--bg-elevated);border-radius:999px;min-width:15px;height:15px;line-height:15px;text-align:center;padding:0 3px;pointer-events:none}.cell--start .cell__badge,.cell--end .cell__badge{background:#ffffff59;color:inherit}.cell--reject{animation:cell-reject .3s ease}@keyframes cell-reject{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.cell--true-path{outline:2px dashed var(--accent);outline-offset:-2px}.cell__reveal-badge{position:absolute;top:3px;right:4px;font-size:.65rem;font-weight:700;color:var(--accent);pointer-events:none}.controls__row{display:flex;gap:10px}.controls__result{display:block;width:100%}.btn{flex:1;padding:12px 16px;border-radius:var(--radius-md);font-weight:700;font-size:.95rem;text-align:center;transition:background-color .15s ease,opacity .15s ease}.btn--secondary{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text)}.btn--secondary:disabled{opacity:.5;cursor:default}.btn--primary{background:var(--accent);color:var(--accent-text);flex:2}.btn--primary:disabled{opacity:.4;cursor:default}.btn--primary:not(:disabled):hover,.btn--secondary:not(:disabled):hover{filter:brightness(1.05)}.attempt-tabs{display:flex;flex-direction:column;gap:10px}.attempt-tabs__bar{display:flex;flex-wrap:wrap;gap:6px}.attempt-tabs__tab{min-width:34px;height:34px;padding:0 8px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);font-weight:700;font-size:.85rem}.attempt-tabs__tab:hover{border-color:var(--accent)}.attempt-tabs__tab--active{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.attempt-tabs__content{display:flex;justify-content:center}.attempt-tabs__placeholder{margin:0;font-size:.85rem;color:var(--text-muted)}.attempt-grid{--grid-size: 4;display:grid;grid-template-columns:repeat(var(--grid-size),1fr);gap:6px;width:min(100%,420px);aspect-ratio:1}.attempt-grid__cell{position:relative;aspect-ratio:1;border-radius:var(--radius-md);background:var(--cell-bg);border:1px solid var(--cell-border);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.attempt-grid__cell--empty{opacity:.5}.attempt-grid__cell--start{background:var(--cell-start);color:var(--cell-start-text);border-color:var(--cell-start)}.attempt-grid__cell--end{background:var(--cell-end);color:var(--cell-end-text);border-color:var(--cell-end)}.attempt-grid__cell--green{background:var(--green);color:var(--green-text);border-color:var(--green)}.attempt-grid__cell--yellow{background:var(--yellow);color:var(--yellow-text);border-color:var(--yellow)}.attempt-grid__cell--grey{background:var(--grey);color:var(--grey-text);border-color:var(--grey)}.attempt-grid__badge{position:absolute;bottom:4px;right:5px;font-size:.65rem;font-weight:700;color:inherit;background:#00000038;border-radius:999px;min-width:16px;padding:1px 4px;line-height:1.4}.cell__dots{position:absolute;top:3px;left:4px;display:flex;flex-wrap:wrap;gap:2px;max-width:60%;pointer-events:none}.cell__dot{width:7px;height:7px;border-radius:50%}.cell__dot--green{background:var(--green)}.cell__dot--yellow{background:var(--yellow)}.cell__dot--grey{background:var(--grey)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a1080;display:flex;align-items:center;justify-content:center;padding:16px;z-index:100}.modal-card{position:relative;width:100%;max-width:380px;max-height:90vh;overflow-y:auto;background:var(--bg-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:28px 22px 22px;display:flex;flex-direction:column;gap:14px}.modal-card__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:999px;color:var(--text-muted);font-size:.9rem}.modal-card__close:hover{background:var(--bg)}.modal-card__heading{margin:0;font-size:1.3rem;font-weight:800}.modal-card__sub{margin:0;color:var(--text-muted);font-size:.9rem}.modal-card__note{margin:0;font-size:.8rem;color:var(--text-muted);background:var(--bg);border-radius:var(--radius-sm);padding:8px 10px}.modal-card__share{width:100%}.modal-card__countdown{text-align:center;font-size:.85rem;color:var(--text-muted);margin:0}.modal-card__countdown-time{font-variant-numeric:tabular-nums;font-weight:700;color:var(--text)}.stats-summary{display:flex;justify-content:space-between;gap:6px}.stats-summary__item{text-align:center;flex:1}.stats-summary__value{font-size:1.3rem;font-weight:800}.stats-summary__label{font-size:.7rem;color:var(--text-muted)}.win-distribution{display:flex;flex-direction:column;gap:4px}.win-distribution__row{display:flex;align-items:center;gap:8px;font-size:.8rem}.win-distribution__label{width:12px;color:var(--text-muted);font-weight:700}.win-distribution__track{flex:1;background:var(--bg);border-radius:4px;overflow:hidden}.win-distribution__bar{display:block;min-width:20px;background:var(--accent);color:var(--accent-text);font-size:.7rem;font-weight:700;text-align:right;padding:2px 6px;border-radius:4px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,12px);background:var(--text);color:var(--bg);padding:10px 18px;border-radius:999px;font-size:.85rem;font-weight:600;opacity:0;transition:opacity .2s ease,transform .2s ease;z-index:200;box-shadow:var(--shadow-md)}.toast--visible{opacity:1;transform:translate(-50%)}.modal-card__content{display:flex;flex-direction:column;gap:14px}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.9rem}.settings-row input[type=checkbox]{width:18px;height:18px}.settings-theme-select{padding:6px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text)}.help-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:10px;font-size:.9rem;line-height:1.4}
