.loader-container.svelte-14enbvb{position:relative;width:300px;height:60px;display:flex;justify-content:center;align-items:center}.dots-container.svelte-14enbvb{position:relative;width:250px;height:50px;filter:url(#goo)}.dot.svelte-14enbvb{position:absolute;width:20px;height:20px;border-radius:50%;background:var(--text-primary);top:50%;transform:translateY(-50%)}.dot1.svelte-14enbvb{left:0;animation:svelte-14enbvb-shift 2s ease-in-out infinite}.dot2.svelte-14enbvb{left:50px;animation:svelte-14enbvb-shift 2s ease-in-out infinite .1s}.dot3.svelte-14enbvb{left:100px;animation:svelte-14enbvb-shift 2s ease-in-out infinite .1s}.dot4.svelte-14enbvb{left:150px;animation:svelte-14enbvb-shift 2s ease-in-out infinite .1s}.intersector.svelte-14enbvb{position:absolute;width:20px;height:20px;border-radius:50%;background:var(--text-primary);top:50%;transform:translateY(-50%);animation:svelte-14enbvb-intersect 2s ease-in-out infinite;z-index:10}@keyframes svelte-14enbvb-shift{0%{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(50px)}to{transform:translateY(-50%) translate(0)}}@keyframes svelte-14enbvb-intersect{0%{right:0}50%{right:250px}to{right:0}}@keyframes svelte-14enbvb-pulse{0%,to{opacity:.6}50%{opacity:1}}svg.svelte-14enbvb{position:absolute;width:0;height:0}.timeblock-bar.svelte-c4wlt5{width:100%;height:28px;background:var(--bg-primary);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;border:1px solid var(--border-color);transition:background .2s;box-shadow:0 2px 8px #00000014}.timeblock-bar.svelte-c4wlt5:hover{background:var(--bg-darker)}.timeblock-calendar.svelte-c4wlt5{background:var(--bg-primary);border-radius:16px;box-shadow:0 2px 16px #00000012;border:1px solid var(--border-color);margin-top:12px;padding:0 0 16px;overflow:hidden;min-width:320px;max-width:100%}.timeblock-header.svelte-c4wlt5{display:flex;align-items:center;justify-content:space-between;padding:4px 12px}.timeblock-controls.svelte-c4wlt5{display:flex;align-items:center;gap:4px}.timeblock-controls.svelte-c4wlt5 select:where(.svelte-c4wlt5){font-weight:500;text-align:center;color:var(--text-secondary)}.timeblock-controls.svelte-c4wlt5 button:where(.svelte-c4wlt5){font-weight:500;text-align:center;color:var(--text-secondary)}.timeblock-days.svelte-c4wlt5{display:flex;gap:0px;margin-left:32px}.timeblock-day.svelte-c4wlt5{flex:1;text-align:left;padding:2px 4px;font-size:.7rem;color:var(--empty-text-primary);font-weight:450;display:flex;gap:4px}.timeblock-day.today.svelte-c4wlt5{background:var(--error);color:#fff;font-weight:600;border-radius:2px}.day-number.svelte-c4wlt5{font-size:.7rem;font-weight:600}.timeblock-grid.svelte-c4wlt5{position:relative;height:672px;background:var(--bg-off);border-radius:0 0 16px 16px;overflow:visible}.timeblock-hours.svelte-c4wlt5{position:absolute;left:0;top:32px;width:32px;z-index:2}.timeblock-hour-label.svelte-c4wlt5{height:40px;font-size:.55rem;font-weight:500;color:var(--empty-text-primary);display:flex;align-items:flex-start;justify-content:flex-end;padding-right:4px}.timeblock-cells.svelte-c4wlt5{display:flex;position:absolute;left:32px;top:32px;width:calc(100% - 32px);height:640px;z-index:1}.timeblock-col.svelte-c4wlt5{flex:1;display:flex;flex-direction:column}.timeblock-cell.svelte-c4wlt5{flex:1;border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);cursor:pointer;transition:background .1s}.timeblock-cell.svelte-c4wlt5:last-child{border-bottom:none}.timeblock-col.svelte-c4wlt5:last-child .timeblock-cell:where(.svelte-c4wlt5){border-right:none}.timeblock-cell.selected.svelte-c4wlt5{background:#00aaff30!important;border:1px solid rgba(0,132,255,.1)!important}.timeblock-cell.hovered.svelte-c4wlt5{background:var(--brand-accent)99!important}.timeblock-block.svelte-c4wlt5{position:absolute;z-index:10;border-radius:8px;box-shadow:0 2px 8px #00000012;color:var(--text-primary);padding:1px 2px 1px 4px;font-size:.58rem;min-height:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;justify-content:flex-start;transition:box-shadow .15s}.timeblock-block.svelte-c4wlt5:hover{box-shadow:0 4px 16px #00000021}.timeblock-block.svelte-c4wlt5 .block-title:where(.svelte-c4wlt5){font-size:.62rem;font-weight:500;margin-bottom:0;line-height:1.05}.timeblock-block.svelte-c4wlt5 .block-meta:where(.svelte-c4wlt5){font-size:.48rem;flex-direction:column;gap:0px;line-height:1.05}.timeblock-block.svelte-c4wlt5 .block-priority-status:where(.svelte-c4wlt5){display:flex;flex-direction:row;gap:2px;font-size:.48rem;margin-top:1px}.timeblock-block.svelte-c4wlt5 .resize-handle:where(.svelte-c4wlt5){width:70%;height:2px;border-radius:3px;background:var(--empty-text-primary);position:absolute;left:20%;bottom:3px;z-index:20;opacity:.95;margin:0 auto;transition:background .15s;box-shadow:0 1px 2px #00000012;cursor:ns-resize;border:none;display:block}.timeblock-block.svelte-c4wlt5 .resize-handle:where(.svelte-c4wlt5):hover{background:var(--accent)}.timeblock-block[data-priority=high].svelte-c4wlt5{background:var(--error)}.timeblock-block[data-priority=medium].svelte-c4wlt5{background:var(--warning)}.timeblock-block[data-priority=low].svelte-c4wlt5{background:var(--success)}.timeblock-block.mobile-drag-mode.svelte-c4wlt5{box-shadow:0 0 0 3px var(--brand-accent);transform:scale(1.02);z-index:20}.timeblock-modal-bg.svelte-c4wlt5{position:fixed;left:0;top:0;right:0;bottom:0;background:#0000002e;z-index:1000;display:flex;align-items:center;justify-content:center}.timeblock-modal.svelte-c4wlt5{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 16px #00000021;padding:24px 32px 20px;min-width:280px;max-width:90vw;color:var(--text-primary);display:flex;flex-direction:column;gap:16px}.timeblock-modal.svelte-c4wlt5 input:where(.svelte-c4wlt5),.timeblock-modal.svelte-c4wlt5 select:where(.svelte-c4wlt5){background:var(--bg-off);border:1px solid var(--border-color);border-radius:6px;padding:6px 10px;font-size:1rem;color:var(--text-primary)}.timeblock-modal.svelte-c4wlt5 .modal-actions:where(.svelte-c4wlt5){display:flex;gap:12px;justify-content:flex-end;margin-top:8px}@media (max-width: 600px){.timeblock-calendar.svelte-c4wlt5{padding:0 0 8px}.timeblock-header.svelte-c4wlt5{padding:10px 8px 0}.timeblock-modal.svelte-c4wlt5{padding:16px 8px}}:root{--priority-bg-high: #ff4d4f;--priority-bg-medium: #ffb020;--priority-bg-low: #4caf50}.current-time-indicator.svelte-c4wlt5{position:absolute;left:32px;right:0;height:2px;background:var(--error);z-index:15;pointer-events:none}.current-time-indicator.svelte-c4wlt5:before{content:"";position:absolute;left:-8px;top:-3px;width:8px;height:8px;background:var(--error);border-radius:50%}main.svelte-k1nscr{background-color:var(--bg-off)}input.my-checkbox[type=checkbox].svelte-k1nscr{accent-color:var(--accent);border-radius:5px;background:var(--accent);cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}@keyframes svelte-k1nscr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
