:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--system-blue: #007AFF;--system-gray: #8E8E93;--system-gray2: #636366;--system-gray3: #48484A;--system-gray4: #3A3A3C;--system-gray5: #2C2C2E;--system-gray6: #1C1C1E;--system-background: #000000;--system-background-secondary: #1C1C1E;--system-label: #FFFFFF;--system-label-secondary: #EBEBF5;--system-label-tertiary: #EBEBF5;--system-label-quaternary: #EBEBF5;--system-fill: #787880;--system-fill-secondary: #636366;--system-fill-tertiary: #48484A;--system-fill-quaternary: #3A3A3C;--system-separator: #38383A;--system-opaque-separator: #38383A;--system-grouped-background: #000000;--system-grouped-background-secondary: #1C1C1E;--system-grouped-background-tertiary: #2C2C2E;--system-grouped-background-quaternary: #3A3A3C}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.card{padding:2em}#app{max-width:1280px;margin:0 auto;//padding: 2rem;text-align:center}button{border-radius:12px;border:none;padding:12px 24px;font-size:17px;font-weight:500;font-family:inherit;background-color:var(--system-blue);color:#fff;cursor:pointer;transition:opacity .2s;min-width:44px;min-height:44px}button:hover{opacity:.9}button:active{opacity:.8}button:focus,button:focus-visible{outline:none;box-shadow:0 0 0 2px #007aff4d}@media (prefers-color-scheme: light){:root{color:#000;background-color:#fff;--system-blue: #007AFF;--system-gray: #8E8E93;--system-gray2: #AEAEB2;--system-gray3: #C7C7CC;--system-gray4: #D1D1D6;--system-gray5: #E5E5EA;--system-gray6: #F2F2F7;--system-background: #FFFFFF;--system-background-secondary: #F2F2F7;--system-label: #000000;--system-label-secondary: #3C3C43;--system-label-tertiary: #3C3C43;--system-label-quaternary: #3C3C43;--system-fill: #787880;--system-fill-secondary: #636366;--system-fill-tertiary: #48484A;--system-fill-quaternary: #3A3A3C;--system-separator: #C6C6C8;--system-opaque-separator: #C6C6C8;--system-grouped-background: #F2F2F7;--system-grouped-background-secondary: #FFFFFF;--system-grouped-background-tertiary: #F2F2F7;--system-grouped-background-quaternary: #FFFFFF}button{background-color:var(--system-blue);color:#fff}}@media (min-width: 1024px){body{padding:20px}button:hover{opacity:.9}#app{max-width:800px;margin:0 auto}.status-bar{max-width:800px;margin:0 auto;left:50%;transform:translate(-50%);border-radius:12px;bottom:20px;box-shadow:0 4px 20px #0000001a}}body.hide-chrome{-webkit-app-region:drag}body.hide-chrome::-webkit-scrollbar{display:none}body.hide-chrome header,body.hide-chrome footer{display:none}@media (max-width: 991px){*{-webkit-tap-highlight-color:transparent}*:not(input):not(textarea):not([contenteditable]){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*{-webkit-touch-callout:none}*{-webkit-overflow-scrolling:auto}*::-webkit-scrollbar{width:0px;height:0px}}.modal-backdrop.svelte-o68j4b{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s ease;z-index:2000}@media (min-width: 769px){.modal-backdrop.svelte-o68j4b{display:flex;align-items:center;justify-content:center}}@media (max-width: 768px){.modal-backdrop.svelte-o68j4b{display:flex;align-items:flex-end;justify-content:center;padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}}.modal-content.svelte-o68j4b{background:var(--system-background-secondary);width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 30px #0000004d;color:var(--system-label);border:1px solid var(--system-separator);border-radius:12px;transform:translateY(0);transition:transform .3s ease,border-radius .3s ease}@media (min-width: 769px){.modal-content.svelte-o68j4b{max-width:90vw;width:auto}}@media (max-width: 768px){.modal-content.svelte-o68j4b{min-height:200px;max-height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 20px);border-radius:12px 12px 0 0;width:100vw;max-width:100vw;margin:0}.modal-backdrop.svelte-o68j4b:has(.modal-content:where(.svelte-o68j4b)){animation:svelte-o68j4b-fadeIn .3s ease}.modal-backdrop.svelte-o68j4b:has(.modal-content.closing:where(.svelte-o68j4b)){animation:svelte-o68j4b-fadeOut .3s ease}.modal-content.closing.svelte-o68j4b{animation:svelte-o68j4b-slideDown .3s ease forwards}.modal-content.slide-up.svelte-o68j4b{animation:svelte-o68j4b-slideUp .3s ease forwards}}@keyframes svelte-o68j4b-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-o68j4b-slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes svelte-o68j4b-fadeIn{0%{background:#0000}to{background:#00000080}}@keyframes svelte-o68j4b-fadeOut{0%{background:#00000080}to{background:#0000}}.button.svelte-1dixdph{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:var(--padding);height:var(--height);min-width:var(--min-width);border:2px solid var(--border-color);border-radius:var(--border-radius);background:var(--bg-color);color:var(--text-color);font-size:var(--font-size);font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;box-sizing:border-box;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.button.svelte-1dixdph:not(.disabled):not(.loading){box-shadow:var(--shadow)}.button.svelte-1dixdph:not(.disabled):not(.loading):hover{background:var(--hover-bg-color);border-color:var(--hover-border-color);transform:translateY(-1px);box-shadow:var(--hover-shadow)}.button.svelte-1dixdph:not(.disabled):not(.loading):active{background:var(--active-bg-color);transform:translateY(0)}.button.svelte-1dixdph:focus-visible{outline:2px solid var(--system-blue);outline-offset:2px}.button.disabled.svelte-1dixdph,.button.loading.svelte-1dixdph{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button.full-width.svelte-1dixdph{width:100%}.button.icon-only.svelte-1dixdph{padding:0;aspect-ratio:1}.icon-container.svelte-1dixdph{display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-container.left.svelte-1dixdph{margin-right:4px}.icon-container.right.svelte-1dixdph{margin-left:4px}.icon-container.svelte-1dixdph svg{width:20px;height:20px;fill:currentColor}.button-text.svelte-1dixdph{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loading-spinner.svelte-1dixdph{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:svelte-1dixdph-spin 1s linear infinite}@keyframes svelte-1dixdph-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.button.svelte-1dixdph{font-size:calc(var(--font-size) * .9)}.icon-container.svelte-1dixdph svg{width:18px;height:18px}}.modal-actions.svelte-3zb7a8{display:flex;gap:.75em;justify-content:center;align-items:center}@media (max-width: 480px){.modal-actions.svelte-3zb7a8{flex-direction:column-reverse;gap:.5em}.modal-actions button{width:100%;min-width:auto}}.modal-title.svelte-18xz62i{display:flex;align-items:center;gap:.75em}.modal-title.svelte-18xz62i h2:where(.svelte-18xz62i){margin:0;font-size:1.25em;font-weight:600}.session-tag.svelte-18xz62i{background:var(--system-blue);color:#fff;padding:.25em .5em;border-radius:4px;font-size:.8em;font-weight:500}.modal-content.svelte-18xz62i{padding:1.5em}.time-row.svelte-18xz62i{display:flex;align-items:center;justify-content:center;gap:1em;margin-bottom:2em;flex-wrap:wrap}.time-section.svelte-18xz62i{display:flex;align-items:center;background:var(--system-grouped-background-tertiary);border-radius:12px;padding:.75em;border:2px solid var(--system-separator);transition:border-color .2s ease;flex:1;min-width:280px}.time-section.svelte-18xz62i:hover{border-color:var(--system-blue)}.time-inputs.svelte-18xz62i{display:flex;align-items:center;gap:.25em}.spinner-container.svelte-18xz62i{display:flex;flex-direction:column;align-items:center;gap:.125em;min-width:45px}.range-separator.svelte-18xz62i{font-size:1.5em;font-weight:700;color:var(--system-label-secondary);margin:0 .5em}.ampm-toggle.svelte-18xz62i{display:flex;flex-direction:row;gap:2px;margin-left:.25em}.ampm-button.svelte-18xz62i{background:var(--system-background-secondary);border:1px solid var(--system-separator);border-radius:4px;padding:.125em .375em;font-size:.7em;font-weight:600;color:var(--system-label-secondary);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;min-width:28px;height:24px;display:flex;align-items:center;justify-content:center}.ampm-button.svelte-18xz62i:hover{background:var(--system-background-tertiary);border-color:var(--system-blue)}.ampm-button.active.svelte-18xz62i{background:var(--system-blue);color:#fff;border-color:var(--system-blue)}.spinner.svelte-18xz62i{position:relative;width:45px;height:35px;background:var(--system-background-secondary);border:2px solid var(--system-separator);border-radius:6px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;transition:border-color .2s ease}.spinner.svelte-18xz62i:hover{border-color:var(--system-blue)}.spinner-input.svelte-18xz62i{width:100%;height:100%;border:none;background:transparent;text-align:center;font-size:1em;font-weight:600;color:var(--system-label);outline:none;padding:0;margin:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.spinner-input.svelte-18xz62i::-webkit-outer-spin-button,.spinner-input.svelte-18xz62i::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.spinner-input.svelte-18xz62i:focus{background:#007aff0d}.time-separator.svelte-18xz62i{font-size:1.5em;font-weight:700;color:var(--system-label);margin:0 .25em}.total-section.svelte-18xz62i{background:var(--system-grouped-background-tertiary);border-radius:12px;padding:1.5em;margin-bottom:1.5em;text-align:center;border:2px solid var(--system-blue)}.total-section.svelte-18xz62i h3:where(.svelte-18xz62i){margin:0 0 .5em;color:var(--system-label);font-size:1.1em;font-weight:600}.total-display.svelte-18xz62i{font-size:2em;font-weight:800;color:var(--system-blue);letter-spacing:.5px}@media (max-width: 768px){.time-row.svelte-18xz62i{flex-direction:row;gap:.75em}.range-separator.svelte-18xz62i{display:none}.time-section.svelte-18xz62i{flex:1;min-width:260px;max-width:50%;justify-content:center}.time-inputs.svelte-18xz62i{justify-content:center}.ampm-toggle.svelte-18xz62i{margin-left:.125em}}@media (max-width: 480px){.modal-content.svelte-18xz62i{padding:1em}.total-display.svelte-18xz62i{font-size:1.5em}}.spinner-input.svelte-18xz62i{transition:transform .1s ease}.timeline-section.svelte-18xz62i{background:var(--system-grouped-background-tertiary);border-radius:12px;padding:1.5em;margin-bottom:1.5em;border:1px solid var(--system-separator)}.timeline-header.svelte-18xz62i{font-size:1.1em;font-weight:600;color:var(--system-label);margin-bottom:1em;text-align:center}.timeline-container.svelte-18xz62i{position:relative;height:60px;width:100%;background:var(--system-background-secondary);border-radius:8px;border:1px solid var(--system-separator);overflow:hidden}.time-rule.svelte-18xz62i{position:absolute;top:0;bottom:0;width:1px;background:var(--system-separator);z-index:1}.time-rule.svelte-18xz62i:nth-child(4n+1){background:var(--system-label-tertiary);width:2px}.time-label.svelte-18xz62i{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:.7em;color:var(--system-label-tertiary);font-weight:500;white-space:nowrap}.session-bar.svelte-18xz62i{position:absolute;top:20px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.7em;font-weight:500;color:#fff;z-index:2;cursor:pointer;transition:opacity .2s ease}.session-bar.previous.svelte-18xz62i{background:var(--system-label-tertiary);opacity:.8}.session-bar.next.svelte-18xz62i{background:var(--system-label-secondary);opacity:.8}.session-bar.current.svelte-18xz62i{background:var(--system-blue);border:2px solid var(--system-blue);box-shadow:0 2px 8px #007aff4d}.session-tag-label.svelte-18xz62i{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px}.date-display.svelte-18xz62i{text-align:center;font-size:.75em;color:var(--system-label-tertiary);margin-top:.5em;font-weight:500}.modal-content.svelte-1p1gapo{padding:0}.title-section.svelte-1p1gapo{display:flex;align-items:center;gap:.75em;width:100%}.project-title.svelte-1p1gapo{margin:0;font-size:1.25em;font-weight:600;color:var(--system-label);flex:1;min-width:0}.project-header.svelte-1p1gapo{padding:1em 0;border-bottom:1px solid var(--system-separator);margin-bottom:1.5em}.workspace-subtitle.svelte-1p1gapo{font-size:.9em;color:var(--system-label-secondary);margin-bottom:.5em;font-weight:500}.project-meta.svelte-1p1gapo{display:flex;gap:1em;flex-wrap:wrap}.meta-item.svelte-1p1gapo{font-size:.85em;color:var(--system-label-tertiary);background:var(--system-background-tertiary);padding:.25em .5em;border-radius:4px}.sessions-section.svelte-1p1gapo{margin-bottom:1.5em}.sessions-section.svelte-1p1gapo h4:where(.svelte-1p1gapo){color:var(--system-label);font-size:1.1em;margin:0 0 1em;font-weight:600}.sessions-list.svelte-1p1gapo{display:flex;flex-direction:column;gap:.75em}.session-item.svelte-1p1gapo{background:var(--system-grouped-background-tertiary);border-radius:6px;padding:.375em .5em;border:1px solid var(--system-separator);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5em;font-size:.85em;line-height:1.2}.tag.svelte-1p1gapo{background:var(--system-blue);color:#fff;padding:.2em .4em;border-radius:3px;font-size:.75em;font-weight:500;flex-shrink:0}.session-duration.svelte-1p1gapo{color:var(--system-label-secondary);font-weight:500;flex-shrink:0}.session-times.svelte-1p1gapo{display:flex;align-items:center;justify-content:center;gap:.25em;color:var(--system-label-tertiary);flex-shrink:0}.clickable-time.svelte-1p1gapo{cursor:pointer;padding:.1em .2em;border-radius:3px;transition:all .2s;-webkit-user-select:none;user-select:none;text-decoration:underline;text-decoration-color:var(--system-blue);text-underline-offset:2px;color:var(--system-blue);border:1px solid transparent;position:relative}.clickable-time.svelte-1p1gapo:hover,.clickable-time.svelte-1p1gapo:active{background:var(--system-background-tertiary);border-color:var(--system-separator);text-decoration-thickness:2px}.start-time.svelte-1p1gapo,.end-time.svelte-1p1gapo{font-size:.8em}.time-separator.svelte-1p1gapo{color:var(--system-label-tertiary);font-size:.8em}.modal-actions.svelte-1p1gapo{display:flex;gap:.75em;justify-content:flex-end;padding-top:1em;border-top:1px solid var(--system-separator)}@media (max-width: 480px){.modal-actions.svelte-1p1gapo{flex-direction:column}}.project-card.svelte-19e94mm{background:var(--system-background-secondary);border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden;margin-bottom:1em;max-width:100%}.card-row-1.svelte-19e94mm{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75em;padding:.75em 0 .75em 1em;background:var(--system-background-secondary)}.project-info.svelte-19e94mm{min-width:0}.project-info.svelte-19e94mm h3:where(.svelte-19e94mm){margin:0;font-size:1em;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-name.svelte-19e94mm{color:var(--system-label-secondary);font-size:.75em;margin:0 0 .15em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time-display.svelte-19e94mm{padding:0 .75em;display:flex;align-items:center}.total-time.svelte-19e94mm{color:var(--system-label-secondary);font-size:.85em;font-weight:500;white-space:nowrap}.details-button-container.svelte-19e94mm{width:3em;height:100%;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--system-separator)}.card-row-2.svelte-19e94mm{background:var(--system-grouped-background-tertiary);padding:.5em 0;box-shadow:inset 0 2px 4px #00000026;border-top:1px solid var(--system-separator)}.tag-buttons.svelte-19e94mm{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5em;padding:0 1em;margin:0;-webkit-overflow-scrolling:touch;max-width:100%;box-sizing:border-box}.tag-buttons.svelte-19e94mm::-webkit-scrollbar{display:none}.active-timer.svelte-19e94mm{display:flex;align-items:center;gap:.5em;background:var(--system-blue);color:#fff;border-radius:16px;padding:.4em 1em;font-size:.85em;box-shadow:0 1px 3px #0003}.home-view.svelte-1figosd{width:100%;padding:1em;flex:1;overflow-y:auto;box-sizing:border-box}.project-list.svelte-1figosd{display:grid;gap:1em;margin-top:1em}.project-wrapper.svelte-1figosd{width:80vw;max-width:100%;margin:0 auto;box-sizing:border-box}.empty-state.svelte-1figosd{text-align:center;padding:2em;color:#7f8c8d}@media (max-width: 768px){.home-view.svelte-1figosd{padding:.75em}.project-list.svelte-1figosd{gap:.75em}}.tags-management.svelte-hxnenp{margin-top:.5em}.add-tag.svelte-hxnenp{display:flex;gap:.5em;margin:.5em 0;align-items:center}input.svelte-hxnenp{flex:1;padding:6px 8px;border:1px solid var(--system-separator);border-radius:6px;font-size:14px;background:var(--system-background);color:var(--system-label)}.tags-list.svelte-hxnenp{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5em;margin-top:.5em;padding:0;-webkit-overflow-scrolling:touch}.tags-list.svelte-hxnenp::-webkit-scrollbar{display:none}.tag-item.svelte-hxnenp{display:flex;justify-content:space-between;align-items:center;padding:.6em 1em;background:linear-gradient(135deg,var(--system-blue) 0%,var(--system-blue-secondary, #0066cc) 100%);color:#fff;border-radius:16px;font-size:.8em;white-space:nowrap;box-shadow:0 1px 3px #0003;flex-shrink:0;min-height:auto;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;cursor:default}.tag-item.svelte-hxnenp:hover{transform:scale(1.02);box-shadow:0 2px 8px #0000004d;background:linear-gradient(135deg,var(--system-blue-secondary, #0066cc) 0%,var(--system-blue) 100%)}.tag-item.svelte-hxnenp:active{transform:scale(.98);box-shadow:0 1px 3px #0003}.tag-text.svelte-hxnenp{margin-right:.5em;-webkit-user-select:none;user-select:none}.form-group.svelte-1fd2yum{margin-bottom:1em}label.svelte-1fd2yum{display:block;margin-bottom:.5em;font-weight:700}input.svelte-1fd2yum{width:100%;padding:.5em;border:1px solid #ddd;border-radius:4px;font-size:1em}button.svelte-1fd2yum{background:#3498db;color:#fff;border:none;border-radius:4px;padding:.5em 1em;font-size:1em;cursor:pointer;width:100%}button.svelte-1fd2yum:disabled{background:#bdc3c7;cursor:not-allowed}.error-message.svelte-1fd2yum{color:#e74c3c;margin-bottom:1em;padding:.5em;background:#f8d7da;border-radius:4px}.modal-header.svelte-2jp2ge{display:flex;justify-content:space-between;align-items:center;padding:1em;border-bottom:1px solid #eee}.modal-body.svelte-2jp2ge{padding:1em}.form-group.svelte-2jp2ge{margin-bottom:1em}label.svelte-2jp2ge{display:block;margin-bottom:.5em;font-weight:700}input[type=text].svelte-2jp2ge{width:100%;padding:.5em;border:1px solid #ddd;border-radius:4px;font-size:1em}.permission-option.svelte-2jp2ge{display:flex;align-items:center;margin:.5em 0}.permission-option.svelte-2jp2ge input:where(.svelte-2jp2ge){margin-right:.5em}.error-message.svelte-2jp2ge{color:#e74c3c;margin-bottom:1em;padding:.5em;background:#f8d7da;border-radius:4px}.shared-users.svelte-1kzyr7y{margin-top:1em}h4.svelte-1kzyr7y{margin-bottom:.5em}.user-list.svelte-1kzyr7y{margin:.5em 0}.user-item.svelte-1kzyr7y{display:flex;align-items:center;justify-content:space-between;padding:.5em;margin:.5em 0;background:#f5f5f5;border-radius:4px}.username.svelte-1kzyr7y{font-weight:700}.permissions.svelte-1kzyr7y{color:#666;font-size:.9em}.remove-btn.svelte-1kzyr7y{background:#e74c3c;color:#fff;border:none;border-radius:4px;padding:.3em .7em;font-size:.8em;cursor:pointer}.remove-btn.svelte-1kzyr7y:disabled{background:#bdc3c7;cursor:not-allowed}.no-users.svelte-1kzyr7y{color:#666;font-style:italic;margin:.5em 0}.add-btn.svelte-1kzyr7y{background:#2ecc71;color:#fff;border:none;border-radius:4px;padding:.5em 1em;font-size:.9em;cursor:pointer;width:100%}.add-btn.svelte-1kzyr7y:disabled{background:#bdc3c7;cursor:not-allowed}.error-message.svelte-1kzyr7y{color:#e74c3c;margin-bottom:1em;padding:.5em;background:#f8d7da;border-radius:4px}h3.svelte-erjift{color:var(--system-label);font-size:16px;font-weight:600;margin:0 0 8px}.settings-section.svelte-erjift{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--system-separator)}.user-section.svelte-erjift{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--system-separator);display:flex;justify-content:space-between;align-items:center}.username.svelte-erjift{margin:0;font-size:15px;color:var(--system-label)}.create-btn.svelte-erjift{background:var(--system-blue);min-width:44px;min-height:36px;padding:8px 12px;font-size:14px;transition:opacity .2s}.create-btn.svelte-erjift:active{opacity:.8}.modal-body.svelte-erjift{padding:16px;overflow-y:auto;max-height:calc(80vh - 60px)}button.svelte-erjift{background:var(--system-blue);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-size:15px;min-width:44px;min-height:44px;transition:opacity .2s}button.svelte-erjift:active{opacity:.8}.logout-btn.svelte-erjift{background:var(--system-red, #ff3b30);min-width:60px;min-height:32px;padding:6px 12px;font-size:14px;border-radius:8px}.install-overlay.svelte-133hxt9{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff5;z-index:9999;display:flex;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.install-card.svelte-133hxt9{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 16px #0003;text-align:center;max-width:22rem;width:85vw}.app-icon.svelte-133hxt9{width:72px;height:72px;border-radius:16px;box-shadow:0 2px 6px #00000026;margin-bottom:1rem}.app-title.svelte-133hxt9{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.app-description.svelte-133hxt9{font-size:.95rem;color:#374151;margin-bottom:1rem}.instruction.svelte-133hxt9{font-size:.85rem;color:#4b5563}.ios-share-icon.svelte-133hxt9{display:inline-block;margin-left:.5rem;vertical-align:middle}.ios-share-icon.svelte-133hxt9 svg:where(.svelte-133hxt9){width:20px;height:20px}.update-notification.svelte-1hknmc0,.offline-notification.svelte-1hknmc0,.install-notification.svelte-1hknmc0{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;min-width:320px;max-width:500px}.notification-content.svelte-1hknmc0{background:var(--system-background);border:1px solid var(--system-separator);border-radius:12px;box-shadow:0 4px 12px #00000026;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;gap:12px;padding:16px;animation:svelte-1hknmc0-slideDown .3s ease-out}@keyframes svelte-1hknmc0-slideDown{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.notification-icon.svelte-1hknmc0{flex-shrink:0;color:var(--system-blue)}.update-notification.svelte-1hknmc0 .notification-icon:where(.svelte-1hknmc0){color:#28a745}.offline-notification.svelte-1hknmc0 .notification-icon:where(.svelte-1hknmc0){color:#17a2b8}.install-notification.svelte-1hknmc0 .notification-icon:where(.svelte-1hknmc0){color:#007bff}.notification-text.svelte-1hknmc0{flex:1;min-width:0}.notification-text.svelte-1hknmc0 h3:where(.svelte-1hknmc0){margin:0 0 4px;font-size:16px;font-weight:600;color:var(--system-label)}.notification-text.svelte-1hknmc0 p:where(.svelte-1hknmc0){margin:0;font-size:14px;color:var(--system-label-secondary);line-height:1.4}.notification-actions.svelte-1hknmc0{flex-shrink:0;display:flex;gap:8px}@media (max-width: 480px){.update-notification.svelte-1hknmc0,.offline-notification.svelte-1hknmc0,.install-notification.svelte-1hknmc0{left:16px;right:16px;transform:none;min-width:auto;max-width:none}.notification-content.svelte-1hknmc0{padding:12px;gap:8px}.notification-text.svelte-1hknmc0 h3:where(.svelte-1hknmc0){font-size:15px}.notification-text.svelte-1hknmc0 p:where(.svelte-1hknmc0){font-size:13px}.notification-actions.svelte-1hknmc0{flex-direction:column;gap:6px}}.form-group.svelte-1clr88r{margin-bottom:1em}label.svelte-1clr88r{display:block;margin-bottom:.5em;font-weight:700}input.svelte-1clr88r,select.svelte-1clr88r{width:100%;max-width:100%;padding:.5em;border:1px solid #ddd;border-radius:4px;font-size:1em;box-sizing:border-box}.modal.svelte-10uxy65{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.content.svelte-10uxy65{background:#fff;padding:2rem;border-radius:.5rem;max-width:400px;width:100%;text-align:center}.error.svelte-10uxy65{color:red;margin:1rem 0}button.svelte-10uxy65{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.25rem;cursor:pointer;font-size:1rem;transition:opacity .2s}button.svelte-10uxy65:hover{opacity:.9}button.svelte-10uxy65:disabled{opacity:.7;cursor:not-allowed}.sr-only.svelte-ybwrfo{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.time-selector.svelte-14yitcg{display:flex;flex-direction:column;gap:12px;padding:12px 0}.minute-control.svelte-14yitcg{display:flex;align-items:center;justify-content:center;gap:8px}.minute-input.svelte-14yitcg{width:60px;text-align:center;font-size:18px;padding:6px;border:1px solid var(--system-separator);border-radius:6px}.preset-buttons.svelte-14yitcg{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}main.svelte-lg690q{display:flex;flex-direction:column;padding-bottom:96px;min-height:100vh}.status-bar.svelte-lg690q{position:fixed;bottom:0;left:0;right:0;height:80px;background:var(--system-background-secondary);color:var(--system-label);display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-top:1px solid var(--system-separator);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.status-content.svelte-lg690q{flex:1;min-width:0}.actions.svelte-lg690q{flex-shrink:0}.tracking-info.svelte-lg690q,.idle-info.svelte-lg690q{display:flex;flex-direction:column;gap:4px;font-size:15px;color:var(--system-label-secondary)}.actions.svelte-lg690q{display:flex;flex-direction:row;gap:12px;align-items:center}.loading-overlay.svelte-lg690q,.error-overlay.svelte-lg690q{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000c;z-index:1000;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.spinner.svelte-lg690q{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:svelte-lg690q-spin 1s linear infinite;margin-bottom:1em}@keyframes svelte-lg690q-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-overlay.svelte-lg690q button:where(.svelte-lg690q){margin-top:1em;padding:.5em 1em;background:#e74c3c;color:#fff;border:none;border-radius:4px}.header.svelte-lg690q{position:fixed;top:20px;right:20px;z-index:100}.settings-button.svelte-lg690q{background:transparent;border:none;padding:8px;border-radius:50%;transition:background-color .2s;z-index:999}.settings-button.svelte-lg690q:hover{background-color:#ffffff1a}.settings-button.svelte-lg690q:active{background-color:#fff3}.offline-indicator.svelte-lg690q{display:flex;align-items:center;gap:6px;background:#ff6b35;color:#fff;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500;margin-right:12px}.offline-indicator.svelte-lg690q svg:where(.svelte-lg690q){flex-shrink:0}
