header.svelte-kkab11{padding:2rem 0;text-align:center}.page-title.svelte-kkab11{font-size:2.2rem;font-weight:700;color:var(--text-primary);letter-spacing:-.025em;margin:0;position:relative;display:inline-block;transition:transform .3s ease,color .3s ease;cursor:pointer}.page-title.svelte-kkab11:hover{color:var(--primary);transform:translateY(-2px)}.page-title.svelte-kkab11:after{content:"";position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:var(--primary);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease}.page-title.svelte-kkab11:hover:after{transform:scaleX(1);transform-origin:bottom left}.header-link.svelte-kkab11{text-decoration:none}.categories-section.svelte-1n5rzny{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 12px #00000014;animation:fadeIn .5s ease-out}.section-header.svelte-1n5rzny{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}h2.svelte-1n5rzny{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.subtitle.svelte-1n5rzny{font-size:.9rem;color:var(--text-secondary);margin:0}.category-count.svelte-1n5rzny{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--primary-light);padding:.75rem 1.25rem;border-radius:var(--radius-md)}.count-number.svelte-1n5rzny{font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1}.count-label.svelte-1n5rzny{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.category-input-card.svelte-1n5rzny{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:2rem}.category-input-card.svelte-1n5rzny h3:where(.svelte-1n5rzny){font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.category-input.svelte-1n5rzny{display:grid;grid-template-columns:1fr auto;gap:1rem;margin-bottom:1.25rem}input[type=text].svelte-1n5rzny{min-width:0}.color-section.svelte-1n5rzny{display:flex;flex-direction:column;gap:.75rem}.color-label.svelte-1n5rzny{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.color-palette.svelte-1n5rzny{display:flex;gap:.5rem;flex-wrap:wrap}.color-option.svelte-1n5rzny{width:2.5rem;height:2.5rem;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);border:3px solid transparent;padding:0;box-shadow:0 2px 4px #0000001a}.color-option.svelte-1n5rzny:hover{transform:scale(1.15);box-shadow:0 3px 8px #0003}.color-option.selected.svelte-1n5rzny{border:3px solid var(--text-primary);transform:scale(1.15);box-shadow:0 3px 8px #0003}.categories-display.svelte-1n5rzny{min-height:200px}.empty-state.svelte-1n5rzny{text-align:center;padding:4rem 2rem}.empty-icon.svelte-1n5rzny{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.empty-state.svelte-1n5rzny h3:where(.svelte-1n5rzny){font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.empty-state.svelte-1n5rzny p:where(.svelte-1n5rzny){color:var(--text-tertiary);font-style:italic}.categories-grid.svelte-1n5rzny{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.category-card.svelte-1n5rzny{background:var(--surface-hover);border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius-md);padding:1.25rem;transition:all .3s ease}.category-card.svelte-1n5rzny:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.category-card-header.svelte-1n5rzny{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.category-color-dot.svelte-1n5rzny{width:16px;height:16px;border-radius:50%;flex-shrink:0}.category-name.svelte-1n5rzny{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0;flex:1}.category-card-body.svelte-1n5rzny{display:flex;justify-content:space-between;align-items:center;gap:1rem}.category-stats.svelte-1n5rzny{display:flex;align-items:center;gap:.5rem;background:var(--surface);padding:.5rem .75rem;border-radius:var(--radius-md)}.stat-icon.svelte-1n5rzny{font-size:1rem}.stat-text.svelte-1n5rzny{font-size:.85rem;color:var(--text-secondary);font-weight:500}.delete-btn.svelte-1n5rzny{font-size:.85rem;padding:.5rem 1rem;background:transparent;color:var(--text-tertiary);border:1px solid var(--border);height:auto}.delete-btn.svelte-1n5rzny:hover{background:#fee2e2;color:#ef4444;border-color:#fecaca;transform:translateY(0)}@media (max-width: 768px){.section-header.svelte-1n5rzny{flex-direction:column;gap:1rem}.category-count.svelte-1n5rzny{align-self:flex-start}.category-input.svelte-1n5rzny,.categories-grid.svelte-1n5rzny{grid-template-columns:1fr}}.tasks-section.svelte-axkvof{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 12px #00000014;animation:fadeIn .5s ease-out}.section-header.svelte-axkvof{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}h2.svelte-axkvof{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.subtitle.svelte-axkvof{font-size:.9rem;color:var(--text-secondary);margin:0}.task-count.svelte-axkvof{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--primary-light);padding:.75rem 1.25rem;border-radius:var(--radius-md)}.count-number.svelte-axkvof{font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1}.count-label.svelte-axkvof{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.task-input-card.svelte-axkvof{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:2rem}.task-input-card.svelte-axkvof h3:where(.svelte-axkvof){font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.task-input.svelte-axkvof{display:grid;grid-template-columns:2fr 1fr auto;gap:1rem}input[type=text].svelte-axkvof{min-width:0}select.svelte-axkvof{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.tasks-display.svelte-axkvof{min-height:200px}.empty-state.svelte-axkvof{text-align:center;padding:4rem 2rem}.empty-icon.svelte-axkvof{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.empty-state.svelte-axkvof h3:where(.svelte-axkvof){font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.empty-state.svelte-axkvof p:where(.svelte-axkvof){color:var(--text-tertiary);font-style:italic}.tasks-grid.svelte-axkvof{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.category-group.svelte-axkvof{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.category-group-header.svelte-axkvof{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--surface);border-left:4px solid;border-bottom:1px solid var(--border)}.category-dot.svelte-axkvof{width:12px;height:12px;border-radius:50%;flex-shrink:0}.category-group-header.svelte-axkvof h3:where(.svelte-axkvof){flex:1;font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.category-count.svelte-axkvof{background:var(--border);color:var(--text-secondary);font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:12px}.task-list.svelte-axkvof{list-style:none;padding:0;margin:0}.task-list.svelte-axkvof li:where(.svelte-axkvof){display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;border-bottom:1px solid var(--border);transition:background .2s ease}.task-list.svelte-axkvof li:where(.svelte-axkvof):last-child{border-bottom:none}.task-list.svelte-axkvof li:where(.svelte-axkvof):hover{background:var(--surface)}.task-name.svelte-axkvof{flex:1;word-break:break-word;color:var(--text-primary)}.delete-btn.svelte-axkvof{width:28px;height:28px;padding:0;background:transparent;color:var(--text-tertiary);border:1px solid var(--border);border-radius:4px;font-size:1.2rem;margin-left:1rem;flex-shrink:0}.delete-btn.svelte-axkvof:hover{background:#fee2e2;color:#ef4444;border-color:#fecaca;transform:translateY(0)}@media (max-width: 768px){.section-header.svelte-axkvof{flex-direction:column;gap:1rem}.task-count.svelte-axkvof{align-self:flex-start}.task-input.svelte-axkvof,.tasks-grid.svelte-axkvof{grid-template-columns:1fr}}.popup.svelte-1llu3pp{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;animation:svelte-1llu3pp-fadeIn .2s ease-out}@keyframes svelte-1llu3pp-fadeIn{0%{opacity:0}to{opacity:1}}.popup-content.svelte-1llu3pp{background:var(--surface);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:450px;width:90%;position:relative;animation:svelte-1llu3pp-slideUp .3s ease-out}@keyframes svelte-1llu3pp-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}h2.svelte-1llu3pp{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:left;color:var(--text-primary)}.settings-group.svelte-1llu3pp{margin-bottom:1.5rem;text-align:left}.settings-group.svelte-1llu3pp label:where(.svelte-1llu3pp){display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}.font-buttons.svelte-1llu3pp{display:flex;gap:.5rem;flex-wrap:wrap}.font-btn.svelte-1llu3pp{flex:1;min-width:110px;padding:.5rem 1rem;color:var(--text-primary);background:var(--surface-hover);border:1px solid var(--border);height:auto}.font-btn.svelte-1llu3pp:hover{background:var(--primary-light);color:var(--primary);transform:translateY(0)}.font-btn.active.svelte-1llu3pp{background:var(--primary);color:#fff;border-color:var(--primary)}.save-btn.svelte-1llu3pp{width:100%;margin-top:.5rem}.user-info.svelte-1dx2yfm{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--surface);border-radius:var(--radius-md);margin-bottom:2rem;justify-content:space-between}.user-email.svelte-1dx2yfm{color:var(--text-secondary);font-size:.9rem}.sign-out-btn.svelte-1dx2yfm{padding:.5rem 1rem;height:auto;font-size:.9rem;background:var(--surface-hover);color:var(--text-primary);border:1px solid var(--border)}.sign-out-btn.svelte-1dx2yfm:hover{background:#fee2e2;color:#ef4444;border-color:#fecaca}.auth-container.svelte-1dx2yfm{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000}.auth-box.svelte-1dx2yfm{background:var(--surface);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:400px;width:90%;animation:svelte-1dx2yfm-slideUp .3s ease-out}@keyframes svelte-1dx2yfm-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}h2.svelte-1dx2yfm{margin-bottom:1.5rem;color:var(--text-primary);text-align:center;font-size:1.5rem}form.svelte-1dx2yfm{display:flex;flex-direction:column;gap:1rem}input.svelte-1dx2yfm{width:100%}button[type=submit].svelte-1dx2yfm{width:100%;margin-top:.5rem}.error-message.svelte-1dx2yfm{background:#fee2e2;color:#ef4444;padding:.75rem;border-radius:var(--radius-md);font-size:.9rem;margin-bottom:1rem}.divider.svelte-1dx2yfm{text-align:center;margin:1.5rem 0;color:var(--text-tertiary);position:relative}.divider.svelte-1dx2yfm:before,.divider.svelte-1dx2yfm:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--border)}.divider.svelte-1dx2yfm:before{left:0}.divider.svelte-1dx2yfm:after{right:0}.google-btn.svelte-1dx2yfm{width:100%;background:#fff;color:#333;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:500}.google-btn.svelte-1dx2yfm:hover{background:#f8f9fa;box-shadow:0 2px 8px #0000001a}.toggle-mode.svelte-1dx2yfm{text-align:center;margin-top:1.5rem;color:var(--text-secondary);font-size:.9rem}.link-btn.svelte-1dx2yfm{background:none;border:none;color:var(--primary);padding:0;height:auto;font-weight:500;text-decoration:underline;cursor:pointer;box-shadow:none}.link-btn.svelte-1dx2yfm:hover{color:var(--primary-hover);transform:none}footer.svelte-1biw0t8{text-align:center;padding:2rem 0;color:var(--text-secondary);font-size:.9rem}footer.svelte-1biw0t8 a:where(.svelte-1biw0t8){color:var(--primary);text-decoration:none;font-weight:500}footer.svelte-1biw0t8 a:where(.svelte-1biw0t8):hover{text-decoration:underline}.deadline-section.svelte-1jq3vat{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 12px #00000014;animation:fadeIn .5s ease-out}h2.svelte-1jq3vat{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);position:relative;padding-bottom:.5rem}h2.svelte-1jq3vat:after{content:"";position:absolute;bottom:0;left:0;width:2.5rem;height:2px;background:var(--primary);border-radius:2px}.add-deadline-form.svelte-1jq3vat{display:grid;gap:1rem;margin-bottom:2rem;grid-template-columns:repeat(2,1fr)}.full-width.svelte-1jq3vat{grid-column:1 / -1}.number-input-group.svelte-1jq3vat{display:flex;flex-direction:column}.number-input-group.svelte-1jq3vat label:where(.svelte-1jq3vat){display:flex;flex-direction:column;gap:.5rem}.number-input-group.svelte-1jq3vat span:where(.svelte-1jq3vat){font-size:.85rem;color:var(--text-secondary);font-weight:500}.number-input-group.svelte-1jq3vat input[type=number]:where(.svelte-1jq3vat){height:50px}.slider-group.svelte-1jq3vat{display:flex;flex-direction:column;gap:.5rem}.slider-group.svelte-1jq3vat label:where(.svelte-1jq3vat){display:flex;flex-direction:column;gap:.5rem}.slider-group.svelte-1jq3vat span:where(.svelte-1jq3vat){font-size:.85rem;color:var(--text-secondary);font-weight:500}.slider-group.svelte-1jq3vat input[type=range]:where(.svelte-1jq3vat){height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#10b981,#f59e0b,#dc2626);border-radius:5px;outline:none}.slider-group.svelte-1jq3vat input[type=range]:where(.svelte-1jq3vat)::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 2px 6px #0000004d;border:2px solid var(--primary)}.slider-group.svelte-1jq3vat input[type=range]:where(.svelte-1jq3vat)::-moz-range-thumb{width:22px;height:22px;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 2px 6px #0000004d;border:2px solid var(--primary)}.weight-labels.svelte-1jq3vat{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-tertiary);margin-top:.25rem}.add-btn.svelte-1jq3vat{grid-column:1 / -1}.deadlines-list.svelte-1jq3vat{margin-bottom:1.5rem}.deadlines-list.svelte-1jq3vat h3:where(.svelte-1jq3vat){font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-secondary)}.deadlines-list.svelte-1jq3vat ul:where(.svelte-1jq3vat){display:flex;flex-direction:column;gap:.75rem}.deadlines-list.svelte-1jq3vat li:where(.svelte-1jq3vat){position:relative;padding:1rem 3rem 1rem 1rem;border-radius:var(--radius-md);background:var(--surface-hover);border:1px solid var(--border);transition:all .3s ease}.deadlines-list.svelte-1jq3vat li:where(.svelte-1jq3vat):hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.deadlines-list.svelte-1jq3vat li.completed:where(.svelte-1jq3vat){opacity:.5}.deadline-header.svelte-1jq3vat{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.deadline-header.svelte-1jq3vat input[type=checkbox]:where(.svelte-1jq3vat){width:20px;height:20px;cursor:pointer}.deadline-icon.svelte-1jq3vat{font-size:1.25rem}.deadline-name.svelte-1jq3vat{flex:1;font-weight:600;color:var(--text-primary)}.weight-badge.svelte-1jq3vat{font-size:.7rem;padding:.25rem .6rem;border-radius:12px;font-weight:700}.deadline-details.svelte-1jq3vat{display:flex;flex-wrap:wrap;gap:1rem;padding-left:2.5rem;font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.detail.svelte-1jq3vat{display:flex;align-items:center;gap:.25rem}.weight-adjuster.svelte-1jq3vat{padding-left:2.5rem;margin-top:.5rem}.weight-adjuster.svelte-1jq3vat label:where(.svelte-1jq3vat){display:flex;flex-direction:column;gap:.5rem}.weight-adjuster.svelte-1jq3vat span:where(.svelte-1jq3vat){font-size:.8rem;color:var(--text-tertiary);font-weight:500}.weight-adjuster.svelte-1jq3vat input[type=range]:where(.svelte-1jq3vat){height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#10b981,#f59e0b,#dc2626);border-radius:3px;outline:none}.weight-adjuster.svelte-1jq3vat input[type=range]:where(.svelte-1jq3vat)::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 1px 4px #0000004d;border:2px solid var(--primary)}.weight-adjuster.svelte-1jq3vat input[type=range]:where(.svelte-1jq3vat)::-moz-range-thumb{width:16px;height:16px;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 1px 4px #0000004d;border:2px solid var(--primary)}.delete-btn.svelte-1jq3vat{position:absolute;top:1rem;right:1rem;width:28px;height:28px;padding:0;background:transparent;color:var(--text-tertiary);border:1px solid var(--border);border-radius:4px;font-size:1.2rem}.delete-btn.svelte-1jq3vat:hover{background:#fee2e2;color:#ef4444;border-color:#fecaca;transform:translateY(0)}.optimize-btn.svelte-1jq3vat{width:100%;background:var(--primary);font-size:1.1rem;height:56px}.optimize-btn.svelte-1jq3vat:hover{background:var(--primary-hover);transform:translateY(-2px)}.empty-message.svelte-1jq3vat{color:var(--text-tertiary);text-align:center;padding:2rem 0;font-style:italic}.optimizer-popup.svelte-1jq3vat{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:center;padding:2rem;animation:fadeIn .2s ease-out}.optimizer-content.svelte-1jq3vat{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:900px;width:100%;max-height:85vh;overflow-y:auto;animation:svelte-1jq3vat-slideUp .3s ease-out}@keyframes svelte-1jq3vat-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-header.svelte-1jq3vat{position:sticky;top:0;background:var(--surface);padding:2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;z-index:10}.popup-header.svelte-1jq3vat h2:where(.svelte-1jq3vat){margin:0;padding:0}.popup-header.svelte-1jq3vat h2:where(.svelte-1jq3vat):after{display:none}.close-btn.svelte-1jq3vat{width:36px;height:36px;padding:0;background:var(--surface-hover);color:var(--text-primary);border:1px solid var(--border);border-radius:50%;font-size:1.5rem}.close-btn.svelte-1jq3vat:hover{background:#fee2e2;color:#ef4444;transform:rotate(90deg)}.daily-plan.svelte-1jq3vat{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.day-card.svelte-1jq3vat{background:var(--surface-hover);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--border)}.day-header.svelte-1jq3vat{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.day-header.svelte-1jq3vat h3:where(.svelte-1jq3vat){font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.total-hours.svelte-1jq3vat{font-size:.95rem;font-weight:600;color:var(--primary);background:var(--primary-light);padding:.35rem .75rem;border-radius:20px}.allocations.svelte-1jq3vat{display:flex;flex-direction:column;gap:.75rem}.allocations.svelte-1jq3vat li:where(.svelte-1jq3vat){background:var(--surface);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border)}.allocation-header.svelte-1jq3vat{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.allocation-icon.svelte-1jq3vat{font-size:1.1rem}.allocation-name.svelte-1jq3vat{flex:1;font-weight:600;color:var(--text-primary)}.weight-badge-small.svelte-1jq3vat{font-size:.65rem;padding:.2rem .5rem;border-radius:10px;font-weight:700}.allocation-time.svelte-1jq3vat{display:flex;align-items:center;justify-content:space-between;padding-left:1.6rem;font-size:.85rem}.time-badge.svelte-1jq3vat{background:linear-gradient(135deg,var(--primary),#8b5cf6);color:#fff;padding:.3rem .7rem;border-radius:12px;font-weight:600;font-size:.8rem}.due-info.svelte-1jq3vat{color:var(--text-tertiary)}@media (max-width: 768px){.add-deadline-form.svelte-1jq3vat{grid-template-columns:1fr}.optimizer-popup.svelte-1jq3vat{padding:1rem}.popup-header.svelte-1jq3vat,.daily-plan.svelte-1jq3vat{padding:1.5rem}}.tab-navigation.svelte-19ip2vy{max-width:1200px;margin:0 auto 2rem;padding:0 2rem;display:flex;gap:1rem;border-bottom:2px solid var(--border)}.tab-btn.svelte-19ip2vy{background:transparent;border:none;border-bottom:3px solid transparent;padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-weight:500;transition:all .2s ease;cursor:pointer;border-radius:0;box-shadow:none;height:auto;margin-bottom:-2px}.tab-btn.svelte-19ip2vy:hover{background:var(--surface-hover);color:var(--text-primary);transform:none;box-shadow:none}.tab-btn.active.svelte-19ip2vy{color:var(--primary);border-bottom-color:var(--primary);background:transparent}.tab-icon.svelte-19ip2vy{font-size:1.2rem}.tab-label.svelte-19ip2vy{font-size:.95rem}.container.svelte-19ip2vy{max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.full-width-content.svelte-19ip2vy{animation:svelte-19ip2vy-fadeIn .3s ease-out}@keyframes svelte-19ip2vy-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.settings-button.svelte-19ip2vy{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--primary);color:#fff;font-size:1.2rem;box-shadow:0 4px 15px #2563eb4d;padding:0;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.settings-button.svelte-19ip2vy:hover{transform:scale(1.1) rotate(30deg);box-shadow:0 6px 20px #2563eb66}@media (max-width: 768px){.tab-navigation.svelte-19ip2vy{padding:0 1rem;gap:.5rem;overflow-x:auto}.tab-btn.svelte-19ip2vy{padding:.75rem 1rem;white-space:nowrap}.tab-label.svelte-19ip2vy{font-size:.85rem}.container.svelte-19ip2vy{padding:0 1rem}.settings-button.svelte-19ip2vy{bottom:1.5rem;right:1.5rem;width:3rem;height:3rem}}
