.quest-item.svelte-9u602p{background:var(--bg-card,#1a1a2e);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;transition:opacity .2s;display:flex}.quest-item.completed.svelte-9u602p{opacity:.55}.quest-item.expired.svelte-9u602p{border-left:3px solid var(--urgent,#ef4444)}.quest-left.svelte-9u602p{flex:1;align-items:center;gap:.875rem;min-width:0;display:flex}.check-btn.svelte-9u602p{border:2px solid var(--border,#3a3a5c);cursor:pointer;color:#fff;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.check-btn.svelte-9u602p:hover{border-color:var(--accent,#6366f1);background:var(--accent,#6366f1)}.check-btn.checked.svelte-9u602p{background:var(--accent,#6366f1);border-color:var(--accent,#6366f1)}.quest-info.svelte-9u602p{flex-direction:column;gap:.25rem;min-width:0;display:flex}.quest-title.svelte-9u602p{color:var(--text,#eee);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:500;overflow:hidden}.quest-title.done.svelte-9u602p{color:var(--text-secondary,#888);text-decoration:line-through}.quest-meta.svelte-9u602p{color:var(--text-secondary,#888);align-items:center;gap:.375rem;font-size:.78rem;display:flex}.dot.svelte-9u602p{opacity:.5}.quest-right.svelte-9u602p{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.timer.svelte-9u602p{color:var(--text-secondary,#888);font-variant-numeric:tabular-nums;font-size:.8rem}.timer.urgent.svelte-9u602p{color:var(--urgent,#ef4444);font-weight:600}.completed-label.svelte-9u602p{color:var(--accent,#6366f1);font-size:.8rem;font-weight:500}.actions.svelte-9u602p{gap:.25rem;display:flex}.action-btn.svelte-9u602p{width:28px;height:28px;color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.action-btn.svelte-9u602p:hover{background:var(--bg-hover,#2a2a3e)}.action-btn.delete.svelte-9u602p:hover{color:var(--urgent,#ef4444)}.schedule-picker.svelte-1e8c4d9{flex-direction:column;gap:1rem;display:flex}.section.svelte-1e8c4d9{flex-direction:column;gap:.5rem;display:flex}.section-label.svelte-1e8c4d9{color:var(--text-secondary,#888);font-size:.875rem;font-weight:500}.presets.svelte-1e8c4d9{flex-wrap:wrap;gap:.5rem;display:flex}.preset-btn.svelte-1e8c4d9{border:1px solid var(--border,#333);background:var(--bg-secondary,#1e1e2e);color:var(--text,#eee);cursor:pointer;border-radius:6px;padding:.4rem .75rem;font-size:.8rem;transition:all .15s}.preset-btn.svelte-1e8c4d9:hover{background:var(--bg-hover,#2a2a3e)}.preset-btn.active.svelte-1e8c4d9{background:var(--accent,#6366f1);border-color:var(--accent,#6366f1);color:#fff}.custom-section.svelte-1e8c4d9{align-items:center;gap:.5rem;display:flex}.cron-input.svelte-1e8c4d9{border:1px solid var(--border,#333);background:var(--bg-secondary,#1e1e2e);color:var(--text,#eee);border-radius:6px;flex:1;padding:.5rem;font-family:monospace;font-size:.9rem}.apply-btn.svelte-1e8c4d9{background:var(--accent,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem}.tz-select.svelte-1e8c4d9{border:1px solid var(--border,#333);background:var(--bg-secondary,#1e1e2e);color:var(--text,#eee);cursor:pointer;border-radius:6px;padding:.5rem;font-size:.9rem}.modal-backdrop.svelte-qa6ehx{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal.svelte-qa6ehx{background:var(--bg-card,#1a1a2e);border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:480px;padding:1.5rem;display:flex}.modal-header.svelte-qa6ehx{justify-content:space-between;align-items:center;display:flex}h2.svelte-qa6ehx{color:var(--text,#eee);margin:0;font-size:1.25rem;font-weight:600}.close-btn.svelte-qa6ehx{width:32px;height:32px;color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.close-btn.svelte-qa6ehx:hover{background:var(--bg-hover,#2a2a3e);color:var(--text,#eee)}.form.svelte-qa6ehx{flex-direction:column;gap:1rem;display:flex}.field.svelte-qa6ehx{flex-direction:column;gap:.5rem;display:flex}label.svelte-qa6ehx{color:var(--text-secondary,#888);font-size:.875rem;font-weight:500}.input.svelte-qa6ehx{border:1px solid var(--border,#333);background:var(--bg-secondary,#1e1e2e);color:var(--text,#eee);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .15s}.input.svelte-qa6ehx:focus{border-color:var(--accent,#6366f1);outline:none}.input.svelte-qa6ehx::placeholder{color:var(--text-secondary,#888)}.modal-footer.svelte-qa6ehx{justify-content:flex-end;gap:.75rem;display:flex}.btn.svelte-qa6ehx{cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .15s}.btn.cancel.svelte-qa6ehx{background:var(--bg-secondary,#1e1e2e);color:var(--text-secondary,#888)}.btn.cancel.svelte-qa6ehx:hover{background:var(--bg-hover,#2a2a3e);color:var(--text,#eee)}.btn.save.svelte-qa6ehx{background:var(--accent,#6366f1);color:#fff}.btn.save.svelte-qa6ehx:hover{filter:brightness(1.1)}.btn.save.svelte-qa6ehx:disabled{opacity:.4;cursor:not-allowed}*{box-sizing:border-box;margin:0;padding:0}body{color:#eee;background:#0f0f1a;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app.svelte-1uha8ag{flex-direction:column;max-width:600px;min-height:100dvh;margin:0 auto;padding:1.5rem;display:flex}.header.svelte-1uha8ag{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.header-left.svelte-1uha8ag{flex-direction:column;gap:.75rem;display:flex}.title.svelte-1uha8ag{color:#fff;font-size:1.75rem;font-weight:700}.progress-bar.svelte-1uha8ag{background:#2a2a3e;border-radius:3px;width:160px;height:6px;overflow:hidden}.progress-fill.svelte-1uha8ag{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:3px;height:100%;transition:width .3s}.progress-text.svelte-1uha8ag{color:#888;font-size:.78rem}.header-right.svelte-1uha8ag{align-items:center;gap:1rem;display:flex}.clock.svelte-1uha8ag{align-items:baseline;gap:.25rem;display:flex}.time.svelte-1uha8ag{font-variant-numeric:tabular-nums;color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.ampm.svelte-1uha8ag{color:#888;font-size:.75rem;font-weight:500}.date.svelte-1uha8ag{flex-direction:column;align-items:flex-end;gap:.1rem;display:flex}.day.svelte-1uha8ag{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.md.svelte-1uha8ag{color:#888;font-size:.78rem}.main.svelte-1uha8ag{flex:1}.empty.svelte-1uha8ag{color:#888;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.empty.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#aaa;margin-top:.5rem;font-size:1.1rem;font-weight:500}.empty.svelte-1uha8ag span:where(.svelte-1uha8ag){color:#666;font-size:.875rem}.quest-list.svelte-1uha8ag{flex-direction:column;gap:.75rem;display:flex}.fab.svelte-1uha8ag{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #6366f166}.fab.svelte-1uha8ag:hover{transform:scale(1.05);box-shadow:0 6px 28px #6366f180}.fab.svelte-1uha8ag:active{transform:scale(.95)}@media (width<=480px){.app.svelte-1uha8ag{padding:1rem}.header.svelte-1uha8ag{flex-direction:column;align-items:stretch}.header-right.svelte-1uha8ag{justify-content:space-between}.progress-bar.svelte-1uha8ag{width:100%}.fab.svelte-1uha8ag{bottom:1.5rem;right:1.5rem}}
