.pomodoro-backdrop.svelte-m6b9uh{position:fixed;inset:0;width:100vw;height:100dvh;background:#000c;z-index:9999;display:grid;place-items:center;padding:clamp(12px,3vmin,24px);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:svelte-m6b9uh-fadeIn .2s ease-out}.pomodoro-backdrop.keyboard-open.svelte-m6b9uh{align-items:flex-end;justify-items:center;padding-bottom:calc(var(--keyboard-height, 0px) + 12px + env(safe-area-inset-bottom,0px))}@keyframes svelte-m6b9uh-fadeIn{0%{opacity:0}to{opacity:1}}.pomodoro-modal.svelte-m6b9uh{background:var(--bg-modal, rgba(43, 43, 43, .98));border:2px solid var(--accent-turquoise, #60c9be);border-radius:16px;box-shadow:0 8px 32px #000000b3,0 0 20px #60c9be26;width:100%;max-width:400px;overflow:hidden;animation:svelte-m6b9uh-slideIn .3s ease-out}@keyframes svelte-m6b9uh-slideIn{0%{transform:scale(.9) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-header.svelte-m6b9uh{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid var(--border-color, #383838);background:var(--bg-panel, rgba(61, 61, 61, .5))}.tabs.svelte-m6b9uh{display:flex;gap:4px;flex:1}.tab.svelte-m6b9uh{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:transparent;border:none;border-radius:8px;color:var(--text-secondary, #b0b0b0);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.tab.svelte-m6b9uh:hover{background:#ffffff0d;color:var(--text-primary, #e0e0e0)}.tab.active.svelte-m6b9uh{background:#60c9be26;color:var(--accent-turquoise, #60c9be)}.tab-icon.svelte-m6b9uh{font-size:1.1rem}.close-btn.svelte-m6b9uh{background:none;border:none;color:var(--text-primary, #e0e0e0);font-size:1.5rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;line-height:1}.close-btn.svelte-m6b9uh:hover{background:#ff6b6b33;color:#ff6b6b}.modal-body.svelte-m6b9uh{padding:24px;display:flex;flex-direction:column;gap:20px}.mode-content.svelte-m6b9uh{display:flex;flex-direction:column}.form-group.svelte-m6b9uh{display:flex;flex-direction:column;gap:8px}.form-group.svelte-m6b9uh label:where(.svelte-m6b9uh){color:var(--text-secondary, #b0b0b0);font-size:.875rem;font-weight:500}.duration-row.svelte-m6b9uh{display:flex;align-items:center;gap:8px}.duration-input.svelte-m6b9uh{width:100px;padding:12px 16px;font-size:1.5rem;font-weight:600;text-align:center;background:var(--bg-input, rgba(30, 30, 30, .8));border:2px solid var(--border-color, #383838);border-radius:8px;color:var(--text-primary, #e0e0e0);transition:border-color .2s ease}.duration-input.svelte-m6b9uh:focus{outline:none;border-color:var(--accent-turquoise, #60c9be)}.duration-input.svelte-m6b9uh::-webkit-outer-spin-button,.duration-input.svelte-m6b9uh::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.duration-input[type=number].svelte-m6b9uh{-moz-appearance:textfield}.unit.svelte-m6b9uh{color:var(--text-secondary, #b0b0b0);font-size:1rem}.presets.svelte-m6b9uh{display:flex;gap:8px;margin-top:8px}.preset-btn.svelte-m6b9uh{flex:1;padding:8px 12px;background:var(--bg-input, rgba(30, 30, 30, .6));border:1px solid var(--border-color, #383838);border-radius:6px;color:var(--text-secondary, #b0b0b0);font-size:.875rem;cursor:pointer;transition:all .2s ease}.preset-btn.svelte-m6b9uh:hover{background:#60c9be1a;border-color:var(--accent-turquoise, #60c9be);color:var(--text-primary, #e0e0e0)}.preset-btn.active.svelte-m6b9uh{background:#60c9be33;border-color:var(--accent-turquoise, #60c9be);color:var(--accent-turquoise, #60c9be)}.emoji-inline-btn.svelte-m6b9uh{margin-left:auto;width:48px;height:48px;background:var(--bg-input, rgba(30, 30, 30, .6));border:2px solid var(--border-color, #383838);border-radius:10px;font-size:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.emoji-inline-btn.svelte-m6b9uh:hover{border-color:var(--accent-turquoise, #60c9be);background:#60c9be1a;transform:scale(1.05)}.stopwatch-info.svelte-m6b9uh{display:flex;flex-direction:column;align-items:center;gap:10px;padding:8px 0}.stopwatch-icon-large.svelte-m6b9uh{font-size:2.17rem;line-height:1}.stopwatch-description.svelte-m6b9uh{color:var(--text-secondary, #b0b0b0);font-size:.85rem;text-align:center;margin:0;max-width:280px}.stopwatch-emoji.svelte-m6b9uh{margin-top:15px;margin-bottom:15px}.title-input.svelte-m6b9uh{width:100%;padding:12px 16px;font-size:1rem;background:var(--bg-input, rgba(30, 30, 30, .8));border:2px solid var(--border-color, #383838);border-radius:8px;color:var(--text-primary, #e0e0e0);transition:border-color .2s ease}.title-input.svelte-m6b9uh:focus{outline:none;border-color:var(--accent-turquoise, #60c9be)}.title-input.svelte-m6b9uh::placeholder{color:var(--text-muted, #666)}.modal-footer.svelte-m6b9uh{display:flex;gap:12px;padding:16px 24px;border-top:1px solid var(--border-color, #383838);background:var(--bg-panel, rgba(61, 61, 61, .3))}.btn-cancel.svelte-m6b9uh,.btn-start.svelte-m6b9uh{flex:1;padding:12px 20px;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-cancel.svelte-m6b9uh{background:transparent;border:1px solid var(--border-color, #383838);color:var(--text-secondary, #b0b0b0)}.btn-cancel.svelte-m6b9uh:hover{background:#ffffff0d;border-color:var(--text-secondary, #b0b0b0)}.btn-start.svelte-m6b9uh{background:var(--accent-turquoise, #60c9be);border:none;color:#1a1a1a;font-weight:600}.btn-start.svelte-m6b9uh:hover{background:var(--accent-mint, #4df0a9);transform:translateY(-1px);box-shadow:0 4px 12px #60c9be4d}[data-theme=bright] .pomodoro-modal.svelte-m6b9uh{background:var(--bg-modal, rgba(250, 252, 254, .98));border-color:var(--accent-turquoise, #00b8d4)}[data-theme=bright] .modal-header.svelte-m6b9uh{background:#f8fafccc;border-bottom-color:var(--border-color, rgba(0, 0, 0, .1))}[data-theme=bright] .close-btn.svelte-m6b9uh{color:var(--text-primary, #1a1a1a)}[data-theme=bright] .duration-input.svelte-m6b9uh,[data-theme=bright] .title-input.svelte-m6b9uh{background:var(--bg-input, #fff);border-color:var(--border-color, rgba(0, 0, 0, .15));color:var(--text-primary, #1a1a1a)}[data-theme=bright] .preset-btn.svelte-m6b9uh{background:var(--bg-input, #f8f9fa);border-color:var(--border-color, rgba(0, 0, 0, .1));color:var(--text-secondary, #666)}[data-theme=bright] .modal-footer.svelte-m6b9uh{background:#f8fafc80;border-top-color:var(--border-color, rgba(0, 0, 0, .1))}@media (max-width: 480px){.pomodoro-backdrop.svelte-m6b9uh{padding:10px}.pomodoro-modal.svelte-m6b9uh{max-width:none}.modal-header.svelte-m6b9uh{padding:16px 20px}.modal-body.svelte-m6b9uh{padding:20px}.modal-footer.svelte-m6b9uh{padding:12px 20px}.duration-input.svelte-m6b9uh{width:80px;font-size:1.25rem}}
