:root{--font-display: "Space Grotesk", system-ui, sans-serif;--font-sans: "Plus Jakarta Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--color-text-primary: #111827;--color-text-secondary: #4b5563;--color-text-tertiary: #9ca3af;--color-bg-primary: #fdfbf9;--color-bg-secondary: #fdf6f3;--color-bg-tertiary: #f5f1ed;--color-bg-quaternary: #fef9f5;--color-border: #e8ddd5;--color-border-light: #f0e7df;--color-border-focus: #d1d5db;--color-primary: #ea580c;--color-primary-light: #fb923c;--color-primary-dark: #c2410c;--color-primary-bg: #fff7ed;--color-secondary: #f97316;--color-secondary-light: #fdba74;--color-secondary-bg: #ffedd5;--color-q1: #ea580c;--color-q1-light: #fb923c;--color-q1-dark: #9a3412;--color-q1-bg: #fff7ed;--color-q2: #059669;--color-q2-light: #34d399;--color-q2-dark: #065f46;--color-q2-bg: #ecfdf5;--color-q3: #0891b2;--color-q3-light: #22d3ee;--color-q3-dark: #155e75;--color-q3-bg: #ecfeff;--color-q4: #7c3aed;--color-q4-light: #a78bfa;--color-q4-dark: #5b21b6;--color-q4-bg: #f5f3ff;--color-success: #059669;--color-success-bg: #ecfdf5;--color-info: #0284c7;--color-info-bg: #f0f9ff;--color-warning: #d97706;--color-warning-bg: #fffbeb;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-light: #fca5a5;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--shadow-glow: 0 0 15px rgba(234, 88, 12, .15);--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.34, 1.56, .64, 1)}:root{font-family:var(--font-sans);line-height:1.6;font-weight:400;color:var(--color-text-primary);background-color:var(--color-bg-secondary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-bg-tertiary);color:var(--color-text-primary)}#app{max-width:1200px;margin:0 auto;padding:var(--space-2xl) var(--space-lg) 4rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin:0;color:var(--color-text-primary);letter-spacing:-.02em}h1{font-size:2.5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em}h2{font-size:1.75rem;font-weight:600;line-height:1.25}h3{font-size:1.25rem;font-weight:600;line-height:1.4}p{margin:0;line-height:1.6;color:var(--color-text-secondary)}strong{font-weight:600;color:var(--color-text-primary)}button,input{font-family:inherit}@media(max-width:768px){#app{padding:var(--space-lg) var(--space-md) var(--space-2xl)}h1{font-size:2rem}h2{font-size:1.5rem}}@media(max-width:640px){h1{font-size:1.75rem}}:root{color:var(--color-text-primary)}button{font-family:var(--font-sans);border-radius:var(--radius-lg);border:1px solid transparent;padding:.625rem 1.25rem;background:var(--color-text-primary);color:var(--color-bg-primary);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-sm);position:relative;overflow:hidden;letter-spacing:-.01em}button:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg);background:var(--color-primary);color:#fff;border-color:var(--color-primary)}button:active{transform:translateY(0);box-shadow:var(--shadow-sm);background:var(--color-primary-dark)}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button.secondary{background:var(--color-bg-primary);color:var(--color-text-primary);border:1px solid var(--color-border-focus);box-shadow:var(--shadow-sm)}button.secondary:hover{background:var(--color-bg-secondary);border-color:var(--color-text-secondary);color:var(--color-text-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}button.icon{background:transparent;color:var(--color-text-secondary);border:1px solid transparent;padding:.375rem;box-shadow:none;border-radius:var(--radius-md);min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}button.icon:hover{color:var(--color-danger);background:var(--color-danger-bg);border-color:var(--color-danger-light);box-shadow:none;transform:scale(1.05)}button.icon:active{transform:scale(.95)}input[type=text],input[type=date],input[type=checkbox]{font-family:inherit}input[type=text],input[type=date]{border-radius:var(--radius-lg);border:1px solid var(--color-border-focus);padding:.625rem .875rem;width:100%;background:var(--color-bg-primary);color:var(--color-text-primary);font-size:.9375rem;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}input[type=text]:hover,input[type=date]:hover{border-color:var(--color-text-secondary)}input[type=text]:focus,input[type=date]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg)}input[type=text]::placeholder{color:var(--color-text-tertiary)}input[type=checkbox]{width:1.25rem;height:1.25rem;border-radius:var(--radius-sm);border:2px solid var(--color-border-focus);cursor:pointer;transition:all var(--transition-base);appearance:none;background:var(--color-bg-primary);position:relative}input[type=checkbox]:hover{border-color:var(--color-primary)}input[type=checkbox]:checked{background:var(--color-primary);border-color:var(--color-primary)}input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.875rem;font-weight:800}input[type=checkbox]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}label{display:grid;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.card{background:var(--color-bg-primary);border-radius:var(--radius-2xl);padding:var(--space-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);transition:all var(--transition-base);position:relative;overflow:hidden;animation:fadeIn .4s ease-out}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 100%);opacity:0;transition:opacity var(--transition-base)}.card:hover:before{opacity:1}.empty{color:var(--color-text-secondary);font-size:.9375rem;text-align:center;padding:var(--space-xl);background:var(--color-bg-tertiary);border-radius:var(--radius-xl);border:2px dashed var(--color-border-focus);line-height:1.6}.empty:before{content:"📭";display:block;font-size:3rem;margin-bottom:var(--space-md);opacity:.8;filter:grayscale(.5)}@media(max-width:640px){button,input[type=text],input[type=date]{min-height:44px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.analog-clock.svelte-1jqzkve{position:relative;display:grid;place-items:center;filter:drop-shadow(0 8px 24px rgba(198,93,59,.12))}.clock-face.svelte-1jqzkve{position:relative}.quarter-arc.svelte-1jqzkve{fill:none;opacity:1}.quarter-separator.svelte-1jqzkve{stroke:var(--color-primary-dark);stroke-width:1.5;opacity:1}.month-tick.svelte-1jqzkve{stroke:var(--color-primary-dark);stroke-width:2.5;opacity:.5}.month-marker.svelte-1jqzkve{fill:var(--color-text-primary);font-size:14px;font-weight:700;text-anchor:middle}.year-hand.svelte-1jqzkve{stroke:var(--color-primary-dark);stroke-width:6;stroke-linecap:round;filter:drop-shadow(0 3px 10px rgba(198,93,59,.5));transition:all 1s cubic-bezier(.65,0,.35,1)}.month-hand.svelte-1jqzkve{stroke:var(--color-primary);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 2px 6px rgba(198,93,59,.4));transition:all 1s cubic-bezier(.65,0,.35,1)}.clock-center.svelte-1jqzkve{fill:var(--color-primary)}.clock-quarters.svelte-1vh2cj9{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-lg)}.quarter-card.svelte-1vh2cj9{border-radius:var(--radius-xl);border:1px solid var(--color-border-light);padding:var(--space-lg);display:grid;gap:var(--space-md);place-items:center;background:linear-gradient(145deg,#ffffff 0%,var(--quarter-color-bg, var(--color-bg-secondary)) 100%);transition:all var(--transition-slow);cursor:pointer;position:relative;overflow:hidden;box-shadow:var(--shadow-md)}.quarter-card.svelte-1vh2cj9:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(0,0,0,.03) 0%,transparent 65%);opacity:.5;transition:opacity var(--transition-base)}.quarter-card.svelte-1vh2cj9:after{content:"";position:absolute;left:var(--space-lg);right:var(--space-lg);top:0;height:4px;background:linear-gradient(90deg,transparent 0%,var(--quarter-color, var(--color-primary)) 50%,transparent 100%);opacity:0;transition:opacity var(--transition-base)}.quarter-card.svelte-1vh2cj9:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl);border-color:var(--quarter-color, var(--color-primary-light))}.quarter-card.svelte-1vh2cj9:hover:after{opacity:.7}.quarter-card.active.svelte-1vh2cj9{border-color:var(--quarter-color, var(--color-primary));background:linear-gradient(150deg,#fffdfb 0%,var(--quarter-color-bg, var(--color-primary-bg)) 100%);box-shadow:0 12px 28px #0000001f,0 0 0 1px #c65d3b1a;transform:translateY(-2px) scale(1.02)}.quarter-card.active.svelte-1vh2cj9:after{opacity:1}.quarter-title.svelte-1vh2cj9{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;font-weight:700;color:var(--quarter-color, var(--color-primary))}.mini-ring.svelte-1vh2cj9{position:relative;display:grid;place-items:center}.ring-base.svelte-1vh2cj9{fill:none;stroke:var(--color-border-light);stroke-width:10;opacity:.3}.ring-progress.svelte-1vh2cj9{fill:none;stroke-width:10;stroke-linecap:round;stroke:var(--quarter-color, var(--color-primary));transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .8s cubic-bezier(.34,1.56,.64,1),stroke-width .3s ease}.quarter-card.svelte-1vh2cj9:hover .ring-progress:where(.svelte-1vh2cj9){stroke-width:12}.quarter-card.active.svelte-1vh2cj9 .ring-progress:where(.svelte-1vh2cj9){stroke-width:12}.ring-label.svelte-1vh2cj9{position:absolute;display:grid;gap:.25rem;text-align:center;color:var(--color-text-primary)}.ring-label.svelte-1vh2cj9 strong:where(.svelte-1vh2cj9){font-size:1.8rem;font-weight:700;color:var(--quarter-color, var(--color-primary));line-height:1}.ring-label.svelte-1vh2cj9 span:where(.svelte-1vh2cj9){font-size:.75rem;color:var(--color-text-tertiary);font-weight:600;text-transform:uppercase;letter-spacing:.08em;line-height:1}.quarter-card.svelte-1vh2cj9:hover .ring-label:where(.svelte-1vh2cj9) strong:where(.svelte-1vh2cj9){transform:scale(1.08)}.quarter-card.active.svelte-1vh2cj9 .ring-label:where(.svelte-1vh2cj9) strong:where(.svelte-1vh2cj9){transform:scale(1.12)}.quarter-meta.svelte-1vh2cj9{display:grid;gap:.25rem;font-size:.8rem;color:var(--color-text-secondary);font-weight:500;width:100%;justify-items:center}.quarter-meta.svelte-1vh2cj9 span:where(.svelte-1vh2cj9){display:flex;align-items:baseline;gap:.35rem}.quarter-meta.svelte-1vh2cj9 strong:where(.svelte-1vh2cj9){font-size:1rem;color:var(--color-text-primary)}@media(max-width:640px){.clock-quarters.svelte-1vh2cj9{grid-template-columns:repeat(2,1fr)}}.form-column.svelte-1v8pr1h{display:grid;gap:var(--space-lg)}.quarter-buttons.svelte-1v8pr1h{display:flex;gap:var(--space-xs);flex-wrap:wrap}.quarter-btn.svelte-1v8pr1h{padding:.5rem .875rem;border-radius:var(--radius-md);border:2px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-secondary);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-base);min-width:48px}.quarter-btn.svelte-1v8pr1h:hover{border-color:var(--color-primary-light);background:var(--color-primary-bg);color:var(--color-primary);transform:translateY(-1px)}.quarter-btn.active.svelte-1v8pr1h{border-color:var(--color-primary);background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.date-row.svelte-1v8pr1h{display:grid;gap:var(--space-sm);align-items:start}.date-row.svelte-1v8pr1h .field-label:where(.svelte-1v8pr1h){font-size:.875rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:var(--space-xs)}.project-list.svelte-1v8pr1h{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-md)}.project-list.svelte-1v8pr1h li:where(.svelte-1v8pr1h){display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--space-md);position:relative}.project-item.svelte-1v8pr1h{display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);border:2px solid var(--color-border);background:var(--color-bg-primary);transition:all var(--transition-base);position:relative;overflow:hidden;text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit}.project-item.svelte-1v8pr1h:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;transition:all var(--transition-base)}.project-item.svelte-1v8pr1h:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.project-item.svelte-1v8pr1h:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.project-item.selected.svelte-1v8pr1h{border-color:var(--color-primary);background:var(--color-primary-bg);box-shadow:var(--shadow-lg)}.project-item.selected.svelte-1v8pr1h:before{background:linear-gradient(180deg,var(--color-primary) 0%,var(--color-secondary) 100%)}.project-content.svelte-1v8pr1h{display:flex;flex-direction:column;gap:var(--space-xs)}.project-content.svelte-1v8pr1h h3:where(.svelte-1v8pr1h){margin:0;font-size:1.0625rem;font-weight:600;color:var(--color-text-primary)}.project-meta.svelte-1v8pr1h{display:flex;align-items:center;gap:var(--space-md)}.project-item.svelte-1v8pr1h .badge:where(.svelte-1v8pr1h){align-self:flex-end;margin-bottom:var(--space-xs);justify-self:end}.meta.svelte-1v8pr1h{margin:0;color:var(--color-text-secondary);font-size:.875rem;line-height:1.5}.delete-btn.svelte-1v8pr1h{opacity:.5;transition:opacity var(--transition-base)}.project-list.svelte-1v8pr1h li:where(.svelte-1v8pr1h):hover .delete-btn:where(.svelte-1v8pr1h){opacity:1}.badge.svelte-1v8pr1h{padding:.375rem .75rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;text-transform:capitalize;background:var(--color-border);color:var(--color-text-primary);letter-spacing:.025em;white-space:nowrap;flex-shrink:0;pointer-events:none}.badge.ahead.svelte-1v8pr1h{background:var(--color-success-bg);color:var(--color-success)}.badge.on_track.svelte-1v8pr1h{background:var(--color-info-bg);color:var(--color-info)}.badge.behind.svelte-1v8pr1h{background:var(--color-danger-bg);color:var(--color-danger)}@media(max-width:640px){.project-meta.svelte-1v8pr1h{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}.project-list.svelte-1v8pr1h li:where(.svelte-1v8pr1h){padding:var(--space-md)}}.form-row.svelte-1l873if{display:grid;grid-template-columns:1fr auto auto;gap:var(--space-sm);margin:var(--space-md) 0;align-items:start}.form-column.svelte-1l873if{display:grid;gap:var(--space-lg)}.quarter-buttons.svelte-1l873if{display:flex;gap:var(--space-xs);flex-wrap:wrap}.quarter-btn.svelte-1l873if{padding:.5rem .875rem;border-radius:var(--radius-md);border:2px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-secondary);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-base);min-width:48px}.quarter-btn.svelte-1l873if:hover{border-color:var(--color-primary-light);background:var(--color-primary-bg);color:var(--color-primary);transform:translateY(-1px)}.quarter-btn.active.svelte-1l873if{border-color:var(--color-primary);background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.stats.svelte-1l873if{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-lg);padding:var(--space-md);background:var(--color-bg-secondary);border-radius:var(--radius-xl);border:1px solid var(--color-border)}.stats.svelte-1l873if>div:where(.svelte-1l873if){display:flex;flex-direction:column;gap:.375rem}.stats.svelte-1l873if .label:where(.svelte-1l873if){display:block;font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stats.svelte-1l873if strong:where(.svelte-1l873if){font-size:1.5rem;font-weight:700;color:var(--color-primary)}.subtasks.svelte-1l873if{margin-top:var(--space-lg)}.subtasks.svelte-1l873if h3:where(.svelte-1l873if){margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:2px solid var(--color-border)}.subtasks.svelte-1l873if ul:where(.svelte-1l873if){list-style:none;padding:0;margin:0;display:grid;gap:var(--space-sm)}.subtask.svelte-1l873if{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-md);padding:var(--space-sm);border-radius:var(--radius-lg);background:var(--color-bg-secondary);transition:all var(--transition-base)}.subtask.svelte-1l873if:hover{background:var(--color-bg-primary);box-shadow:var(--shadow-sm)}.subtask.svelte-1l873if input[type=text]:where(.svelte-1l873if){background:transparent;border:none;padding:.375rem .5rem}.subtask.svelte-1l873if input[type=text]:where(.svelte-1l873if):focus{background:var(--color-bg-primary);border:2px solid var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg)}@media(max-width:640px){.form-row.svelte-1l873if{grid-template-columns:1fr}}main.svelte-1n46o8q{display:flex;flex-direction:column;gap:var(--space-2xl);max-width:1200px;margin:0 auto}.header.svelte-1n46o8q{display:flex;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap;padding:var(--space-lg);background:linear-gradient(135deg,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border-light)}.subtitle.svelte-1n46o8q{margin:.5rem 0 0;color:var(--color-text-secondary);font-size:1rem;line-height:1.5}.header-actions.svelte-1n46o8q{display:flex;gap:var(--space-sm);flex-wrap:wrap;align-items:center}.file-input.svelte-1n46o8q{border-radius:var(--radius-lg);border:2px dashed var(--color-border);padding:.625rem 1.125rem;font-size:.9375rem;font-weight:500;cursor:pointer;color:var(--color-text-primary);background:var(--color-bg-primary);transition:all var(--transition-base)}.file-input.svelte-1n46o8q:hover{border-color:var(--color-primary);background:var(--color-primary-bg);transform:translateY(-1px)}.file-input.svelte-1n46o8q input:where(.svelte-1n46o8q){display:none}.clock-card.svelte-1n46o8q{display:grid;gap:var(--space-xl);background:linear-gradient(135deg,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%)}.clock-main.svelte-1n46o8q{display:flex;flex-direction:column;gap:var(--space-xl);align-items:center;justify-content:center}.year-progress-header.svelte-1n46o8q{width:100%;display:flex;flex-direction:column;gap:var(--space-md);align-items:center;text-align:center}.year-badge.svelte-1n46o8q{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:linear-gradient(135deg,var(--color-q1) 0%,var(--color-q2) 50%,var(--color-q4) 100%);color:#fff;font-size:1rem;font-weight:700;border-radius:var(--radius-full);box-shadow:0 4px 12px #c65d3b4d;letter-spacing:.05em}.year-progress-stats.svelte-1n46o8q{display:flex;gap:var(--space-lg);align-items:center;background:var(--color-bg-secondary);padding:var(--space-md) var(--space-xl);border-radius:var(--radius-xl);border:1px solid var(--color-border)}.stat-item.svelte-1n46o8q{display:flex;flex-direction:column;gap:.25rem;align-items:center}.stat-value.svelte-1n46o8q{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--color-primary);line-height:1;letter-spacing:-.03em}.stat-label.svelte-1n46o8q{font-size:.75rem;color:var(--color-text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-divider.svelte-1n46o8q{width:1px;height:2.5rem;background:var(--color-border)}.grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-xl)}.quarter-summary.svelte-1n46o8q{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap}.progress.svelte-1n46o8q{display:grid;gap:var(--space-sm);min-width:240px}.progress-bar.svelte-1n46o8q{width:100%;height:10px;border-radius:var(--radius-full);background:var(--color-border);overflow:hidden;box-shadow:var(--shadow-inner)}.progress-fill.svelte-1n46o8q{height:100%;background:linear-gradient(90deg,var(--color-secondary) 0%,var(--color-primary) 100%);transition:width .6s cubic-bezier(.65,0,.35,1);border-radius:var(--radius-full);box-shadow:0 0 10px #2563eb80}.credit-footer.svelte-1n46o8q{margin-top:var(--space-xl);padding:var(--space-lg) 0 var(--space-lg);border-top:1px solid var(--color-border-light)}.credit-content.svelte-1n46o8q{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:space-between;align-items:center;font-size:.875rem;color:var(--color-text-tertiary)}.credit-identity.svelte-1n46o8q{display:flex;gap:.4rem;align-items:center}.credit-identity.svelte-1n46o8q a:where(.svelte-1n46o8q){color:var(--color-text-primary);font-weight:600;text-decoration:none}.credit-links.svelte-1n46o8q{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.credit-links.svelte-1n46o8q a:where(.svelte-1n46o8q){display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:var(--radius-full);border:1px solid transparent;text-decoration:none;font-weight:600;color:var(--color-text-secondary);background:var(--color-bg-secondary);transition:all var(--transition-base)}.credit-links.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:var(--color-primary);border-color:var(--color-border);background:var(--color-bg-primary);transform:translateY(-1px)}.credit-icon.svelte-1n46o8q{display:inline-flex;width:1rem;height:1rem;color:currentColor}.credit-icon.svelte-1n46o8q svg:where(.svelte-1n46o8q){width:100%;height:100%;fill:currentColor}@media(max-width:768px){.header.svelte-1n46o8q{padding:var(--space-md)}.clock-main.svelte-1n46o8q{justify-content:center}.grid.svelte-1n46o8q{grid-template-columns:1fr}}@media(max-width:640px){.quarter-summary.svelte-1n46o8q{flex-direction:column;align-items:flex-start}.progress.svelte-1n46o8q{width:100%;min-width:unset}.file-input.svelte-1n46o8q{min-height:44px}.credit-content.svelte-1n46o8q{flex-direction:column;align-items:flex-start}.credit-links.svelte-1n46o8q{width:100%}}
