*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font:inherit}:root{--bg:#fafafa;--fg:#1a1a1a;--muted:#666;--border:#e0e0e0;--accent:#2563eb;--accent-fg:white;--success:#16a34a;--error:#c75050;--slot-empty:#e5e7eb;--slot-used:#9ca3af;--surface:#fff;--morning-bg:#fef9c3;--afternoon-bg:#fafafa;--evening-bg:#fef3c7;--night-bg:#1e293b;--night-fg:#f1f5f9;--task-radius:.5rem;--task-background:var(--surface);--panel-radius:.5rem;--panel-background:var(--surface);--title-background:none;--title-text-fill:var(--fg);--game-area-floor:#e8e4d9;--game-area-wall:#d4cfc4;--game-area-highlight:#5e6ad226;--game-area-highlight-border:#5e6ad266;--btn-radius:.25rem;--btn-background:var(--surface);--btn-color:var(--fg);--btn-border:1px solid var(--border);--btn-hover-background:var(--surface);--btn-hover-border:1px solid var(--accent);--btn-active-background:var(--accent);--btn-active-color:var(--accent-fg);--btn-active-border:1px solid var(--accent);--attempt-btn-background:var(--accent);--attempt-btn-color:var(--accent-fg);--attempt-btn-radius:var(--btn-radius);--attempt-btn-border:none;--attempt-btn-shadow:none;--attempt-btn-hover-background:var(--accent);--attempt-btn-hover-color:var(--attempt-btn-color);--attempt-btn-hover-border:none;--attempt-btn-hover-opacity:.9;--attempt-btn-active-background:var(--accent);--attempt-btn-active-border:none;--attempt-btn-active-transform:scale(.98);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5}body{background:var(--bg);color:var(--fg);min-height:100vh}#app{display:flex;flex-direction:column;max-width:600px;min-height:100vh;margin:0 auto;padding:1rem}@media (min-width:1024px){#app{max-width:1100px}}body:has(#app[data-time=morning]){background:color-mix(in oklch,var(--bg)92%,oklch(.95 .08 90));filter:brightness(1.02)}body:has(#app[data-time=afternoon]){background:color-mix(in oklch,var(--bg)94%,oklch(.9 .02 90));filter:brightness(1.01)}body:has(#app[data-time=evening]){background:color-mix(in oklch,var(--bg)90%,oklch(.8 .08 55));filter:brightness(.98)}body:has(#app[data-time=night]){background:color-mix(in oklch,var(--bg)85%,oklch(.2 .04 260));filter:brightness(.95)saturate(.95)}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn{cursor:pointer;border-radius:var(--btn-radius);transition:opacity .15s,transform .1s,border-color .15s,color .15s,background-color .15s}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-primary{background:var(--attempt-btn-background);color:var(--attempt-btn-color);border:var(--attempt-btn-border);border-radius:var(--attempt-btn-radius);box-shadow:var(--attempt-btn-shadow)}.btn-primary:hover{background:var(--attempt-btn-hover-background);color:var(--attempt-btn-hover-color);border:var(--attempt-btn-hover-border);opacity:var(--attempt-btn-hover-opacity)}.btn-primary:active{background:var(--attempt-btn-active-background);border:var(--attempt-btn-active-border);transform:var(--attempt-btn-active-transform)}.btn-secondary{background:var(--btn-background);color:var(--btn-color);border:var(--btn-border)}.btn-secondary:hover{background:var(--btn-hover-background);border:var(--btn-hover-border);color:var(--accent)}.btn-secondary:active{background:var(--btn-active-background);border:var(--btn-active-border);color:var(--btn-active-color)}.btn-ghost{color:var(--muted);background:0 0;border:none}.btn-ghost:hover{color:var(--fg)}.tooltip{position:fixed;inset:unset;background:var(--surface);color:var(--fg);border:1px solid var(--border);pointer-events:auto;border-radius:.25rem;max-width:200px;margin:0;padding:.375rem .625rem;font-size:.8125rem;line-height:1.4;box-shadow:0 2px 8px #00000026}.tooltip::backdrop{display:none}@keyframes phoneDotAppear{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes phoneDotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}@keyframes phoneDotUrgent{0%,to{transform:scale(1);background:var(--accent)}50%{transform:scale(1.25);background:var(--error)}}[data-theme=hacker]{--bg:#0a0a0a;--fg:#0f0;--muted:#0a0;--border:#030;--accent:#0f0;--accent-fg:#0a0a0a;--success:#0f0;--error:red;--slot-empty:#010;--slot-used:#0f0;--surface:#0a0a0a;--morning-bg:#0a0a0a;--afternoon-bg:#0a0a0a;--evening-bg:#0a0a0a;--night-bg:#000;--night-fg:#0f0;--game-area-floor:#0a0f0a;--game-area-wall:#050805;--game-area-highlight:#00ff001f;--game-area-highlight-border:#00ff0080;--attempt-btn-background:#030;--attempt-btn-color:#0f0;--attempt-btn-border:1px solid #0f0;--attempt-btn-hover-background:#0f0;--attempt-btn-hover-color:#0a0a0a;--attempt-btn-hover-border:1px solid #0f0;--attempt-btn-hover-opacity:1;font-family:Courier New,monospace}[data-theme=cozy]{--bg:#fdf4e3;--fg:#5c4033;--muted:#8b7355;--border:#d4a574;--accent:#c67c4e;--success:#7d9d6a;--slot-empty:#f5e6d3;--slot-used:#d4a574;--surface:#fff8eb;--morning-bg:#fff8eb;--afternoon-bg:#fdf4e3;--evening-bg:#f5e6d3;--night-bg:#3d2914;--night-fg:#fdf4e3;--game-area-floor:#f5e6d3;--game-area-wall:#e8d9c5;--game-area-highlight:#c67c4e2e;--game-area-highlight-border:#c67c4e80;--task-radius:1rem;--panel-radius:1rem;--attempt-btn-background:#c67c4e;--attempt-btn-radius:1rem;font-family:Georgia,serif}[data-theme=vapor]{--bg:#1a1a2e;--fg:#ff71ce;--muted:#01cdfe;--border:#b967ff;--accent:#05ffa1;--accent-fg:#1a1a2e;--success:#05ffa1;--slot-empty:#2d2d44;--slot-used:#ff71ce;--surface:#16213e;--morning-bg:#1a1a2e;--afternoon-bg:#1a1a2e;--evening-bg:#16213e;--night-bg:#0f0f1a;--night-fg:#fffb96;--game-area-floor:#1a1a2e;--game-area-wall:#12121f;--game-area-highlight:#ff71ce26;--game-area-highlight-border:#ff71ce80;--task-background:linear-gradient(135deg,#1a1a2e,#16213e);--panel-background:linear-gradient(135deg,#1a1a2e,#16213e);--attempt-btn-background:linear-gradient(90deg,#ff71ce,#01cdfe);--attempt-btn-color:#1a1a2e;--attempt-btn-hover-background:linear-gradient(90deg,#ff71ce,#01cdfe);--title-background:linear-gradient(90deg,#ff71ce,#01cdfe,#05ffa1);--title-text-fill:transparent;--btn-active-color:#1a1a2e;font-family:Arial Black,sans-serif}[data-theme=notion]{--bg:#fff;--fg:#37352f;--muted:#9b9a97;--border:#e9e9e7;--accent:#2eaadc;--success:#6acc93;--slot-empty:#f7f6f3;--slot-used:#37352f;--surface:#fff;--morning-bg:#fff;--afternoon-bg:#fbfbfa;--evening-bg:#f7f6f3;--night-bg:#191919;--night-fg:#e6e6e4;--game-area-floor:#f7f6f3;--game-area-wall:#ededec;--game-area-highlight:#2eaadc1f;--game-area-highlight-border:#2eaadc66;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=todoist]{--bg:#fafafa;--fg:#202020;--muted:gray;--border:#f0f0f0;--accent:#db4035;--accent-fg:#fff;--success:#058527;--error:#b8860b;--slot-empty:#f0f0f0;--slot-used:#db4035;--surface:#fff;--morning-bg:#fff;--afternoon-bg:#fafafa;--evening-bg:#f5f5f5;--night-bg:#1f1f1f;--night-fg:#fafafa;--game-area-floor:#f5f5f5;--game-area-wall:#ebebeb;--game-area-highlight:#db40351f;--game-area-highlight-border:#db403566;--attempt-btn-background:#db4035;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=things]{--bg:#fff;--fg:#1c1c1e;--muted:#8e8e93;--border:#e5e5ea;--accent:#007aff;--success:#34c759;--slot-empty:#f2f2f7;--slot-used:#007aff;--surface:#f2f2f7;--morning-bg:#fff;--afternoon-bg:#f9f9f9;--evening-bg:#f2f2f7;--night-bg:#1c1c1e;--night-fg:#fff;--game-area-floor:#f2f2f7;--game-area-wall:#e5e5ea;--game-area-highlight:#007aff1f;--game-area-highlight-border:#007aff66;--task-radius:.75rem;--panel-radius:.75rem;--attempt-btn-background:#007aff;--attempt-btn-radius:.75rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro,sans-serif}[data-theme=linear]{--bg:#0f0f10;--fg:#f5f5f5;--muted:#6b6f76;--border:#26282d;--accent:#5e6ad2;--success:#3fb950;--slot-empty:#1a1a1c;--slot-used:#5e6ad2;--surface:#1a1a1c;--morning-bg:#141415;--afternoon-bg:#0f0f10;--evening-bg:#141415;--night-bg:#0a0a0b;--night-fg:#f5f5f5;--game-area-floor:#18181a;--game-area-wall:#111113;--game-area-highlight:#5e6ad22e;--game-area-highlight-border:#5e6ad280;--task-radius:.5rem;--panel-radius:.5rem;--attempt-btn-background:#5e6ad2;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}[data-theme=paper]{--bg:#fffef5;--fg:#2c3e50;--muted:#7f8c8d;--border:#d4d4c8;--accent:#c0392b;--accent-fg:#fff;--success:#27ae60;--error:#8e44ad;--slot-empty:#f5f4eb;--slot-used:#2c3e50;--surface:#fffef5;--morning-bg:#fffef5;--afternoon-bg:#fdfcf3;--evening-bg:#f5f4eb;--night-bg:#2c3e50;--night-fg:#fffef5;--game-area-floor:#f5f4eb;--game-area-wall:#e8e7dc;--game-area-highlight:#c0392b1f;--game-area-highlight-border:#c0392b66;--task-radius:0;--panel-radius:0;--attempt-btn-background:#c0392b;--attempt-btn-radius:0;font-family:Comic Sans MS,Marker Felt,cursive}[data-theme=win95]{--bg:silver;--fg:#000;--muted:#4a4a4a;--border:gray;--accent:navy;--accent-fg:#fff;--success:green;--error:maroon;--slot-empty:#fff;--slot-used:navy;--surface:silver;--morning-bg:silver;--afternoon-bg:silver;--evening-bg:#a0a0a0;--night-bg:teal;--night-fg:#fff;--game-area-floor:silver;--game-area-wall:#a8a8a8;--game-area-highlight:#00008026;--game-area-highlight-border:#00008080;--task-radius:0;--panel-radius:0;--btn-radius:0;--btn-background:silver;--btn-color:#000;--btn-border:2px outset #dfdfdf;--btn-hover-background:#d4d4d4;--btn-hover-border:2px outset #efefef;--btn-active-background:#a0a0a0;--btn-active-color:#000;--btn-active-border:2px inset gray;--attempt-btn-background:silver;--attempt-btn-color:#000;--attempt-btn-radius:0;--attempt-btn-border:2px outset #dfdfdf;--attempt-btn-shadow:0 0 0 1px #000;--attempt-btn-hover-background:#d4d4d4;--attempt-btn-hover-border:2px outset #efefef;--attempt-btn-hover-opacity:1;--attempt-btn-active-background:#a0a0a0;--attempt-btn-active-border:2px inset gray;--attempt-btn-active-transform:none;font-family:MS Sans Serif,Segoe UI,Tahoma,sans-serif}.header_TXTyiQ{display:flex;border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:1rem;padding:1rem 0}.title_TXTyiQ{text-transform:capitalize;background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:600}.timeBlock_TXTyiQ{color:var(--muted);text-transform:capitalize}.main_TXTyiQ{display:grid;grid-template-columns:1fr;flex:1;gap:1.5rem}@media (min-width:1024px){.main_TXTyiQ{grid-template-columns:auto 1fr 280px;grid-template-rows:1fr;align-items: start}.gameArea_TXTyiQ,.taskListContainer_TXTyiQ{grid-row:1}}.gameArea_TXTyiQ{justify-self:center}.taskListContainer_TXTyiQ{display:flex;flex-direction:column;gap:1rem}.slots_TXTyiQ{display:flex;gap:.5rem}.slot_TXTyiQ{background:var(--slot-empty);border:2px solid var(--border);border-radius:50%;width:1rem;height:1rem}.slotUsed_TXTyiQ{background:var(--slot-used)}.taskList_TXTyiQ{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer_TXTyiQ{display:flex;border-top:1px solid var(--border);flex-wrap:wrap;align-items:stretch;gap:.5rem;margin-top:1rem;padding:1rem 0}.skipBtn_TXTyiQ{color:var(--muted);padding:.5rem 1rem}.skipBtn_TXTyiQ:hover{color:var(--fg)}.phoneBtn_TXTyiQ{position:relative;color:var(--muted);padding:.5rem}.phoneBtn_TXTyiQ:hover{color:var(--fg)}.phoneIcon_TXTyiQ{display:block;width:1.25rem;height:1.25rem}.phoneDot_TXTyiQ{position:absolute;background:var(--accent);opacity:0;border-radius:50%;width:.5rem;height:.5rem;transition:opacity .15s ease-out,transform .15s ease-out;top:.25rem;right:.25rem;transform:scale(0)}.phoneDotVisible_TXTyiQ{opacity:1;animation:phoneDotAppear .3s ease-out;transform:scale(1)}.phoneDotPulse_TXTyiQ{animation:phoneDotPulse 2s ease-in-out infinite}.phoneDotUrgent_TXTyiQ{animation:phoneDotUrgent 1s ease-in-out infinite}.points_TXTyiQ{color:var(--muted);font-size:.875rem}.lateNight_TXTyiQ{color:var(--muted);font-size:.875rem;font-style:italic}.notification_TXTyiQ{color:var(--muted);opacity:0;min-height:1.5rem;padding:.5rem 0;transition:opacity .3s ease-out;font-size:.875rem;font-style:italic}.notificationVisible_TXTyiQ{opacity:1}.menuBtn_TXTyiQ{color:var(--muted);margin-left:auto;padding:.5rem 1rem}.menuBtn_TXTyiQ:hover{color:var(--fg)}.summary_8UNeMw{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;gap:1rem;min-height:60vh}.day_8UNeMw{background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:600}.stats_8UNeMw{color:var(--muted);font-size:1rem}.narrative_8UNeMw{max-width:400px;font-size:1.125rem;line-height:1.6}.dogNote_8UNeMw{color:var(--muted);max-width:400px;font-size:.9375rem;font-style:italic;line-height:1.5}.continueBtn_8UNeMw{margin-top:1rem;padding:.75rem 2rem;font-size:1rem}.rescue_Y2BocQ{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;gap:1rem;min-height:60vh}.message_Y2BocQ{max-width:400px;font-size:1.25rem;font-style:italic;line-height:1.6}.activities_Y2BocQ{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px;margin-top:1rem}.activity_Y2BocQ{text-align:left;padding:.75rem 1.5rem;font-size:1rem}.activityName_Y2BocQ{font-weight:600}.activityDesc_Y2BocQ{opacity:.8;margin-top:.25rem;font-size:.875rem}.declineBtn_Y2BocQ{margin-top:.5rem;padding:.75rem 2rem;font-size:1rem}.hint_Y2BocQ{color:var(--muted);max-width:350px;margin-top:1rem;font-size:.875rem;line-height:1.5}.cost_Y2BocQ{color:var(--muted);font-size:.875rem}.gameArea_dPSoPA{display:block;border:2px solid var(--border);border-radius:var(--panel-radius,8px);background:var(--surface);cursor:default;user-select:none;pointer-events:none;margin:0 auto}@media (prefers-reduced-motion:reduce){.gameArea_dPSoPA{opacity:.8}}.intro_kABybw{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;gap:2rem;min-height:80vh}.title_kABybw{background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:600}.description_kABybw{color:var(--text-muted,#666);max-width:320px;font-size:1.125rem;line-height:1.6}.startBtn_kABybw{padding:.875rem 2.5rem;font-size:1.125rem}.dialog_BF7toA{border:1px solid var(--border);background:var(--surface);color:var(--fg);position:fixed;border-radius:.5rem;width:90vw;max-width:44rem;margin:0;padding:0;top:50%;left:50%;transform:translate(-50%,-50%)}.dialog_BF7toA::backdrop{background:#00000080}.header_BF7toA{display:flex;border-bottom:1px solid var(--border);justify-content:space-between;align-items: center;padding:1rem}.title_BF7toA{margin:0;font-size:1.25rem;font-weight:600}.closeBtn_BF7toA{padding:.25rem .5rem;font-size:1.5rem;line-height:1}.content_BF7toA{padding:1rem}.section_BF7toA{margin-bottom:1.25rem}.section_BF7toA:last-of-type{margin-bottom:.5rem}.sectionTitle_BF7toA{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.row_BF7toA{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.25rem 0}.label_BF7toA{color:var(--fg)}.value_BF7toA{color:var(--muted);text-align:right;font-size:.875rem}.supported_BF7toA{color:var(--success)}.keys_BF7toA{display:flex;flex-direction:column;gap:.25rem}.key_BF7toA{color:var(--fg);font-size:.875rem}.key_BF7toA kbd{display:inline-block;background:var(--bg);border:1px solid var(--border);border-radius:.25rem;padding:.125rem .375rem;font-family:inherit;font-size:.75rem}.note_BF7toA{color:var(--muted);border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem;font-size:.875rem}.note_BF7toA a{color:var(--accent)}.menu_VM3Z9w{display:flex;flex-direction:column;justify-content:center;align-items: center;gap:2rem;min-height:80vh;padding:1rem}.title_VM3Z9w{background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:700}.actions_VM3Z9w{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:280px}.continueBtn_VM3Z9w{display:flex;flex-direction:column;align-items: center;gap:.25rem;width:100%;padding:.875rem 1.5rem;font-size:1.125rem}.btnLabel_VM3Z9w{font-weight:500}.btnSubtext_VM3Z9w{opacity:.85;font-size:.8rem}.newGameBtn_VM3Z9w{width:100%;padding:.75rem 1.5rem;font-size:1rem}.seedBtn_VM3Z9w{white-space:nowrap;padding:.5rem .75rem;font-size:.9rem}.seededContinueBtn_VM3Z9w{padding:.375rem .75rem;font-size:.85rem}.seedSection_VM3Z9w{display:flex;border-top:1px solid var(--border);flex-direction:column;gap:.5rem;width:100%;max-width:280px;margin-top:.5rem;padding-top:1.5rem}.seedLabel_VM3Z9w{color:var(--muted);font-size:.9rem}.seedRow_VM3Z9w{display:flex;gap:.5rem}.seedInput_VM3Z9w{background:var(--surface);border:1px solid var(--border);color:var(--fg);border-radius:.25rem;flex:1;padding:.5rem .75rem;font-size:.9rem}.seedInput_VM3Z9w::placeholder{color:var(--muted)}.seedInput_VM3Z9w:focus{outline:2px solid var(--accent);outline-offset:-1px}.seededNotice_VM3Z9w{color:var(--muted);text-align:center;display:flex;flex-direction:column;align-items: center;gap:.5rem;margin:0;font-size:.85rem}.secondaryActions_VM3Z9w{display:flex;gap:.75rem}.patternsBtn_VM3Z9w,.settingsBtn_VM3Z9w{padding:.5rem 1rem;font-size:.9rem}.dialog_iI2Dww{border:1px solid var(--border);background:var(--surface);color:var(--fg);position:fixed;border-radius:.5rem;width:90vw;max-width:24rem;margin:0;padding:0;top:50%;left:50%;transform:translate(-50%,-50%)}.dialog_iI2Dww::backdrop{background:#00000080}.header_iI2Dww{display:flex;border-bottom:1px solid var(--border);justify-content:space-between;align-items: center;padding:1rem}.title_iI2Dww{margin:0;font-size:1.25rem;font-weight:600}.closeBtn_iI2Dww{padding:.25rem .5rem;font-size:1.5rem;line-height:1}.content_iI2Dww{display:flex;flex-direction:column;gap:1rem;padding:1rem}.row_iI2Dww{display:flex;justify-content:space-between;align-items: center;gap:1rem}.label_iI2Dww{color:var(--fg)}.langButtons_iI2Dww{display:flex;gap:.5rem}.langBtn_iI2Dww{padding:.375rem .75rem;font-size:.875rem}.langBtnActive_iI2Dww,.langBtnActive_iI2Dww:hover{background:var(--btn-active-background);color:var(--btn-active-color);border:var(--btn-active-border)}.langBtnActive_iI2Dww:hover{opacity:.9}.a11yBtn_iI2Dww{text-align:left;color:var(--muted);width:100%;padding:.5rem .75rem;font-size:.875rem}.a11yBtn_iI2Dww:hover{color:var(--fg)}.themeButtons_JOR6RA{display:flex;flex-wrap:wrap;gap:.25rem;max-width:12rem}.btn_JOR6RA{cursor:pointer;border:2px solid #0000;border-radius:.25rem;width:1.5rem;height:1.5rem;transition:border-color .15s}.btn_JOR6RA:hover{border-color:var(--fg)}.btn_JOR6RA:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.active_JOR6RA{border-color:var(--accent)}.hacker_JOR6RA{background:linear-gradient(135deg,#0a0a0a 50%,#0f0 50%)}.cozy_JOR6RA{background:linear-gradient(135deg,#fdf4e3 50%,#d4a574 50%)}.vapor_JOR6RA{background:linear-gradient(135deg,#ff71ce 50%,#01cdfe 50%)}.notion_JOR6RA{background:linear-gradient(135deg,#fff 50%,#37352f 50%)}.todoist_JOR6RA{background:linear-gradient(135deg,#fafafa 50%,#db4035 50%)}.things_JOR6RA{background:linear-gradient(135deg,#fff 50%,#007aff 50%)}.linear_JOR6RA{background:linear-gradient(135deg,#0f0f10 50%,#5e6ad2 50%)}.paper_JOR6RA{background:linear-gradient(135deg,#fffef5 50%,#c0392b 50%)}.win95_JOR6RA{background:linear-gradient(135deg,silver 50%,navy 50%)}.choice_1u9zgA{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;gap:1rem;min-height:60vh}.title_1u9zgA{background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:600}.prompt_1u9zgA{max-width:400px;font-size:1.125rem;line-height:1.6}.info_1u9zgA{color:var(--muted);font-size:1rem}.buttons_1u9zgA{display:flex;gap:1rem;margin-top:1rem}.sleepBtn_1u9zgA,.pushThroughBtn_1u9zgA{padding:.75rem 2rem;font-size:1rem}.panel_jaKoQA{background:var(--panel-background);color:var(--fg);border:1px solid var(--border);border-radius:var(--panel-radius);align-self: start;padding:1rem}.empty_jaKoQA{color:var(--muted);font-style:italic}.taskName_jaKoQA{margin-bottom:.5rem;font-weight:600}.stats_jaKoQA,.doneText_jaKoQA{color:var(--muted);margin-bottom:.5rem;font-size:.875rem}.cost_jaKoQA{color:var(--accent,var(--muted));margin-bottom:1rem;font-size:.875rem}.urgency_jaKoQA{margin-bottom:.5rem;font-size:.875rem}.urgency_jaKoQA[data-urgency=waiting]{color:var(--warning,#b5890a)}.urgency_jaKoQA[data-urgency=urgent]{color:var(--warning,#b5890a);font-weight:500}.urgency_jaKoQA[data-urgency=critical]{color:var(--error);font-weight:600}.attemptBtn_jaKoQA{font-size:1rem;font-weight:inherit;width:100%;padding:.5rem 1rem}.attemptBtn_jaKoQA:disabled{background:var(--muted);cursor:not-allowed}.variantBtn_jaKoQA{color:var(--muted);border:1px dashed var(--border);background:0 0;width:100%;margin-top:.5rem;padding:.5rem 1rem;font-size:.875rem}.variantBtn_jaKoQA:hover{color:var(--fg);border-color:var(--fg)}.continueBtn_jaKoQA{width:100%;margin-top:1rem;padding:.5rem 1rem;font-size:1rem}.attemptFailed_jaKoQA{animation:attemptShake .4s ease-out}@keyframes attemptShake_i8D0wA{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-2px)}80%{transform:translate(2px)}}.container_lXdePQ{display:flex;flex-direction:column;justify-content:center;align-items: center;gap:2rem;min-height:100vh;padding:2rem}.header_lXdePQ{text-align:center}.title_lXdePQ{color:var(--fg);margin:0;font-size:1.5rem;font-weight:600}.content_lXdePQ{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:400px}.stats_lXdePQ{display:flex;justify-content:center;gap:3rem}.stat_lXdePQ{display:flex;flex-direction:column;align-items: center;gap:.25rem}.statValue_lXdePQ{color:var(--accent);font-size:2rem;font-weight:700}.statLabel_lXdePQ{color:var(--muted);font-size:.875rem}.timeBlocks_lXdePQ{display:flex;justify-content:center;gap:2rem}.timeBlock_lXdePQ{display:flex;flex-direction:column;align-items: center;gap:.25rem}.timeLabel_lXdePQ{color:var(--muted);font-size:.875rem}.timeValue_lXdePQ{color:var(--fg);font-size:1.125rem;font-weight:500}.extras_lXdePQ{display:flex;text-align:center;color:var(--muted);flex-direction:column;gap:.5rem;font-size:.875rem}.extras_lXdePQ p{margin:0}.personalities_lXdePQ{display:flex;text-align:center;color:var(--muted);flex-direction:column;gap:.25rem;font-size:.8rem}.personalityRow_lXdePQ{margin:0}.footer_lXdePQ{display:flex;justify-content:center}.backBtn_lXdePQ{min-width:120px}.splash_O4CjeA{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;gap:1.5rem;min-height:80vh}.title_O4CjeA{letter-spacing:.1em;background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:700}.text_O4CjeA{color:var(--muted);max-width:400px;margin:0;font-size:1.1rem;font-style:italic}.startBtn_O4CjeA{margin-top:1.5rem;padding:1rem 3rem;font-size:1.25rem;font-weight:500}.task_REQ6FQ{background:var(--task-background);color:var(--fg);border:1px solid var(--border);border-radius:var(--task-radius);text-align:left;cursor:pointer;width:100%;padding:.75rem 1rem;transition:border-color .15s,transform .1s;font-size:1rem}.task_REQ6FQ:hover{border-color:var(--accent)}.task_REQ6FQ:active{transform:scale(.98)}.selected_REQ6FQ{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent)20%,transparent)}.succeeded_REQ6FQ{opacity:.5;text-decoration:line-through}.failing_REQ6FQ{animation:almost .3s ease-out}@keyframes almost_xAaEFQ{0%{transform:scale(1)}30%{transform:scale(.97)}to{transform:scale(1)}}.summary_qYAElg{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;gap:1rem;min-height:60vh}.title_qYAElg{background:var(--title-background);-webkit-text-fill-color:var(--title-text-fill);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:600}.story_qYAElg{text-align:left;max-width:500px}.narrative_qYAElg{margin-bottom:1rem;font-size:1rem;line-height:1.7}.narrative_qYAElg:last-child{margin-bottom:0}.actions_qYAElg{display:flex;gap:1rem;margin-top:1rem}.restartBtn_qYAElg{padding:.75rem 2rem;font-size:1rem}.menuBtn_qYAElg{padding:.75rem 1.5rem;font-size:1rem}.patterns_qYAElg{background:var(--card-background,#0000001a);text-align:left;border-radius:.5rem;width:100%;max-width:400px;margin-top:1.5rem;padding:1.5rem}.patternsTitle_qYAElg{text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.patternList_qYAElg{display:flex;flex-direction:column;gap:.5rem;margin:0}.patternItem_qYAElg{display:flex;border-bottom:1px solid var(--border-color,#80808033);justify-content:space-between;align-items:baseline;padding:.25rem 0}.patternItem_qYAElg:last-child{border-bottom:none}.patternItem_qYAElg dt{color:var(--text-muted,#666);font-weight:500}.patternItem_qYAElg dd{margin:0;font-weight:600}.personality_qYAElg{color:var(--accent-color,#4a9eff)}.seed_qYAElg{opacity:.7;font-family:monospace;font-size:.875rem}.container_jqNuNQ{position:fixed;background:var(--surface);color:var(--fg);border:1px solid var(--border);border-radius:var(--btn-radius);z-index:1000;overflow:hidden;display:flex;flex-direction:column;width:280px;max-height:400px;font-family:Courier New,monospace;font-size:11px;bottom:1rem;right:1rem;box-shadow:0 4px 12px #0000004d}.collapsed_jqNuNQ{max-height:1.75rem}.header_jqNuNQ{display:flex;background:var(--bg);border-bottom:1px solid var(--border);cursor:move;user-select:none;justify-content:space-between;align-items: center;padding:.35rem .75rem}.headerRight_jqNuNQ{display:flex;align-items: center;gap:.5rem}.title_jqNuNQ{color:var(--accent);font-weight:700}.toggle_jqNuNQ{border:1px solid var(--border);border-radius:var(--btn-radius);color:var(--muted);cursor:pointer;background:0 0;padding:0 .35rem;font-size:12px;line-height:1.2}.toggle_jqNuNQ:hover{background:var(--bg);color:var(--fg)}.content_jqNuNQ{overflow-y:auto;flex:1;padding:.75rem}.collapsed_jqNuNQ .content_jqNuNQ{display:none}.section_jqNuNQ{margin-bottom:1rem}.section_jqNuNQ h4{color:var(--muted);text-transform:uppercase;margin-bottom:.5rem;font-size:11px}.row_jqNuNQ{display:flex;gap:1rem;margin-bottom:.25rem}.key_jqNuNQ{color:var(--accent);min-width:100px}.value_jqNuNQ{color:var(--fg)}.valueNumber_jqNuNQ{color:var(--success)}.valueHidden_jqNuNQ{color:var(--accent);font-style:italic}.valueModifier_jqNuNQ{color:var(--fg)}.valueModifier_jqNuNQ[data-positive=true]{color:var(--success)}.valueModifier_jqNuNQ[data-positive=false]{color:var(--error)}.valueNote_jqNuNQ{color:var(--muted);font-style:italic}.valueLarge_jqNuNQ{font-size:13px;font-weight:700}.rowTotal_jqNuNQ{border-top:1px dashed var(--border);margin-top:.25rem;padding-top:.25rem}.controls_jqNuNQ{display:flex;border-top:1px solid var(--border);flex-wrap:wrap;gap:.35rem;margin-top:.75rem;padding-top:.75rem}.btn_jqNuNQ{background:var(--accent);color:var(--accent-fg);border:var(--attempt-btn-border);border-radius:var(--btn-radius);cursor:pointer;padding:.25rem .5rem;font-size:11px}.btn_jqNuNQ:hover{opacity:var(--attempt-btn-hover-opacity)}.btnDanger_jqNuNQ{background:var(--error)}.btnDanger_jqNuNQ:hover{opacity:.8}
