*,*:before,*:after{box-sizing:border-box}.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}@property --theme-mix{syntax: "<percentage>"; inherits: true; initial-value: 0%;}:root{--bg: color-mix(in srgb, #fffbf5 var(--theme-mix), #1a1a2e);--surface: color-mix(in srgb, #fdebd0 var(--theme-mix), #16213e);--surface-alt: color-mix(in srgb, #fdebd0 var(--theme-mix), #0f3460);--accent-in: color-mix(in srgb, #16a34a var(--theme-mix), #4ade80);--accent-out: color-mix(in srgb, #dc2626 var(--theme-mix), #f87171);--accent-partial: color-mix(in srgb, #d97706 var(--theme-mix), #fbbf24);--brand-gradient: linear-gradient(135deg, #4ade80, #2dd4bf);--text: color-mix(in srgb, #1c1917 var(--theme-mix), #e2e8f0);--text-muted: color-mix(in srgb, #78716c var(--theme-mix), #94a3b8);--radius: 12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}[data-theme=light]{--theme-mix: 100%}html{transition:--theme-mix .35s ease}html.theme-dragging{transition:none}body{margin:0;min-height:100dvh;background:var(--bg);color:var(--text)}.app{max-width:480px;margin:0 auto;padding:0 1rem 5rem}.app-header{position:relative;text-align:center;padding:2rem 0 1.5rem}.app-about-btn{position:absolute;top:2rem;right:0;width:1.5rem;height:1.5rem;border-radius:50%;border:1.5px solid currentColor;background:transparent;color:var(--text-muted);font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .15s}.app-about-btn:hover{opacity:1}.app-title{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.app-date{margin:.25rem 0 0;font-size:.9rem;color:var(--text-muted)}.app-main{display:flex;flex-direction:column;align-items:center;gap:2rem}.action-section{display:flex;flex-direction:column;align-items:center;gap:.75rem}.action-btn-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}@keyframes runner-run{0%{transform:translateY(0) rotate(-5deg)}to{transform:translateY(-8px) rotate(5deg)}}@keyframes resting-breathe{0%{transform:translateY(0) scale(1)}to{transform:translateY(-4px) scale(1.05)}}.last-action{margin:0;font-size:.85rem;color:var(--text-muted)}.slide-toggle{position:relative;display:flex;align-items:center;width:280px;height:72px;border-radius:999px;background:var(--surface);border:2px solid var(--surface-alt);cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;touch-action:none;box-shadow:0 4px 20px #00000040;transition:border-color .35s ease,box-shadow .35s ease}.slide-toggle:focus-visible{box-shadow:0 0 0 3px var(--accent-in)}.slide-toggle--disabled{opacity:.45;cursor:not-allowed}.slide-toggle__label{flex:1;text-align:center;font-size:.85rem;font-weight:600;letter-spacing:.03em;color:var(--text-muted);transition:color .35s ease,opacity .35s ease;z-index:1}.slide-toggle--resting .slide-toggle__label--working,.slide-toggle--working .slide-toggle__label--resting{opacity:.4}.slide-toggle--resting .slide-toggle__label--resting{color:var(--accent-out)}.slide-toggle--working .slide-toggle__label--working{color:var(--accent-in)}.slide-toggle__knob{position:absolute;top:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:999px;display:flex;align-items:center;justify-content:center;transition:left .35s cubic-bezier(.34,1.56,.64,1),background-color .35s ease,box-shadow .35s ease;z-index:2}.slide-toggle--resting .slide-toggle__knob{left:4px;background:var(--accent-out);box-shadow:0 0 20px #f8717166}.slide-toggle--working .slide-toggle__knob{left:50%;background:var(--accent-in);box-shadow:0 0 20px #4ade8066}.slide-toggle__emoji{font-size:1.6rem;line-height:1;transition:transform .2s ease}.slide-toggle:not(.slide-toggle--disabled):hover .slide-toggle__emoji{transform:scale(1.15)}.slide-toggle--working .slide-toggle__emoji{animation:runner-run .5s ease-in-out infinite alternate}.slide-toggle--resting .slide-toggle__emoji{animation:resting-breathe 3s ease-in-out infinite alternate}.live-timer{display:flex;align-items:center;gap:.5rem;background:var(--surface);border-radius:var(--radius);padding:.75rem 1.25rem}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-in);animation:pulse 1.4s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.live-duration{font-size:1.4rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.05em}.live-label{font-size:.8rem;color:var(--text-muted)}.today-summary{text-align:center;background:var(--surface);border-radius:var(--radius);padding:1.25rem 2rem;width:100%}.today-total{font-size:3rem;font-weight:800;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.today-label{margin-top:.25rem;font-size:.85rem;color:var(--text-muted)}.format-toggle{margin-top:.75rem;padding:.2rem .65rem;font-size:.75rem;font-family:inherit;background:var(--surface-2, #2a2a2a);color:var(--text-muted);border:1px solid var(--border, #444);border-radius:999px;cursor:pointer;letter-spacing:.02em}.format-toggle:hover{color:var(--text);border-color:var(--text-muted)}.week-remaining{margin-top:.75rem;text-align:center}.week-remaining--with-separator{padding-top:.75rem;border-top:1px solid rgba(128,128,128,.15)}.week-remaining__label{font-size:.85rem;color:var(--text-muted)}.week-remaining__label strong{color:var(--text);font-weight:700}.week-remaining__done{font-size:.85rem;font-weight:700;color:var(--accent-in)}.week-bar-track{width:100%;height:4px;background:#80808026;border-radius:2px;margin-top:.5rem;overflow:hidden}.week-bar-fill{height:100%;border-radius:2px;background:var(--accent-in);transition:width 1s ease}.week-bar-fill--done{background:var(--accent-in)}.week-overtime{margin-top:.35rem;font-size:.75rem;color:var(--text-muted)}.week-overtime--ahead{color:var(--accent-in)}.week-overtime__label{color:var(--text-muted);font-size:.7rem}.history-section{width:100%}.history-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .75rem}.history-weeks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.history-week{background:var(--surface);border-radius:var(--radius);overflow:hidden}.history-week-header{width:100%;display:flex;align-items:center;padding:.9rem 1rem;background:none;border:none;color:var(--text);cursor:pointer;font-family:inherit;font-size:.95rem;gap:.5rem;text-align:left}.history-week-header:hover{background:#ffffff0a}.history-week-label{flex:1;font-weight:600}.history-week-status{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:.75rem;font-weight:700;line-height:1;color:#fff;flex-shrink:0}.history-week-status--success{background:var(--accent-in)}.history-week-status--partial{background:var(--accent-partial)}.history-week-status--fail{background:var(--accent-out)}.history-week--success{box-shadow:inset 3px 0 0 var(--accent-in)}.history-week--partial{box-shadow:inset 3px 0 0 var(--accent-partial)}.history-week--fail{box-shadow:inset 3px 0 0 var(--accent-out)}.history-days{list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:column;gap:.375rem;border-top:1px solid rgba(255,255,255,.06)}.history-days .history-day{background:#ffffff08;border-radius:calc(var(--radius) - 2px)}.history-days .history-day-header{padding:.65rem .875rem;font-size:.9rem}.history-day{background:var(--surface);border-radius:var(--radius);overflow:hidden}.history-day-header{width:100%;display:flex;align-items:center;padding:.9rem 1rem;background:none;border:none;color:var(--text);cursor:pointer;font-family:inherit;font-size:.95rem;gap:.5rem;text-align:left}.history-day-header:hover{background:#ffffff0a}.history-date{flex:1;font-weight:500}.history-total{font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}.history-chevron{font-size:.65rem;color:var(--text-muted);margin-left:.5rem}.history-sessions{list-style:none;margin:0;padding:.6rem 1rem .75rem;display:flex;flex-direction:column;gap:.4rem;border-top:1px solid rgba(255,255,255,.06)}.history-session{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.session-arrow{color:var(--text-muted);opacity:.5}.session-live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent-in);margin-left:.4rem;vertical-align:middle;animation:pulse 1.2s ease-in-out infinite alternate}.history-session--active{color:var(--text)}.auto-checkout-badge{display:inline-block;margin-left:.4rem;padding:.05rem .35rem;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#b45309;background:color-mix(in srgb,transparent,#fbbf24 30%);border:1px solid color-mix(in srgb,transparent,#fbbf24 60%);border-radius:4px;vertical-align:middle}.session-auto-flag{color:#b45309;margin-left:.25rem}.history-session--auto{color:color-mix(in srgb,var(--text),#b45309 25%)}.tab-bar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--surface-alt);border-top:1px solid color-mix(in srgb,transparent,var(--text-muted) 40%);padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom));z-index:100}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.75rem;padding:.4rem 0;transition:color .15s ease}.tab-btn--active{color:var(--accent-in)}.tab-icon{font-size:1.3rem;line-height:1}.tab-label{font-size:.7rem;font-weight:500;letter-spacing:.04em}.cal-container{width:100%}.cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cal-month-label{font-size:1rem;font-weight:700;letter-spacing:-.01em}.cal-nav-btn{background:var(--surface);border:none;color:var(--text);font-size:1.4rem;line-height:1;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.cal-nav-btn:hover{background:var(--surface-alt)}.cal-nav-group{display:flex;align-items:center;gap:.5rem}.cal-nav-actions{display:flex;align-items:center;gap:.4rem}.cal-nav-export{background:var(--surface);border:none;color:var(--text);font-size:.8rem;font-weight:600;padding:.4rem .75rem;border-radius:999px;cursor:pointer;transition:background .15s ease}.cal-nav-export:hover:not(:disabled){background:var(--surface-alt)}.cal-nav-export:disabled{opacity:.4;cursor:not-allowed}.cal-nav-export--active{background:var(--accent-in);color:#000}.cal-nav-export--active:hover:not(:disabled){background:var(--accent-in);opacity:.9}.cal-grid{display:flex;flex-direction:column;gap:2px}.cal-header-row{display:grid;grid-template-columns:repeat(7,1fr) 4.5rem;gap:2px;margin-bottom:4px}.cal-header-cell{text-align:center;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);padding:.2rem 0}.cal-week-header{color:var(--text-muted)}.cal-row{display:grid;grid-template-columns:repeat(7,1fr) 4.5rem;gap:2px}.cal-day{position:relative;min-height:48px;width:100%;background:var(--surface);border:none;border-radius:6px;display:flex;flex-direction:column;align-items:center;padding:.4rem 0 0;gap:3px;cursor:pointer;transition:background .12s ease;font:inherit;color:inherit;text-align:inherit}.cal-day:hover{background:var(--surface-alt)}.cal-day--other-month .cal-day-num{opacity:.3}.cal-day--today{outline:2px solid var(--accent-in);outline-offset:-2px}.cal-day-num{font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1}.cal-day-dot{width:5px;height:5px;border-radius:50%;background:var(--accent-in);flex-shrink:0}.cal-day--other-month .cal-day-dot{opacity:.4}.cal-day--day-off{opacity:.6}.cal-day-off-badge{font-size:.6rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.cal-day-off-badge--emoji{font-size:.95rem;text-transform:none;letter-spacing:0;line-height:1}.cal-day--day-off .cal-day-off-badge--emoji{opacity:1}.cal-day-warn{position:absolute;top:2px;right:3px;font-size:.7rem;color:#b45309;line-height:1}.cal-day--auto-checkout{box-shadow:inset 0 0 0 1px color-mix(in srgb,transparent,#fbbf24 55%)}.cal-day--selected{outline:2px solid var(--accent-in);outline-offset:-2px;background:color-mix(in srgb,var(--surface),var(--accent-in) 22%)}.cal-day--selected:hover{background:color-mix(in srgb,var(--surface-alt),var(--accent-in) 22%)}.cal-day--unselectable{opacity:.35;cursor:not-allowed}.cal-day--unselectable:hover{background:var(--surface)}.cal-day-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--surface-alt);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:.3rem .5rem;font-size:.72rem;white-space:nowrap;z-index:50;pointer-events:none;color:var(--text)}.cal-day-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--surface-alt)}.cal-week-summary{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:.3rem .4rem;background:var(--surface);border-radius:6px;gap:2px}.cal-week-total{font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}.cal-week-sub{font-size:.6rem;color:var(--text-muted);line-height:1}.cal-week-bar-track{width:100%;height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:2px}.cal-week-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.cal-week-empty{font-size:.75rem;color:var(--text-muted);opacity:.4}.cal-bulk-bar{position:fixed;left:50%;transform:translate(-50%);bottom:calc(4.5rem + env(safe-area-inset-bottom));width:min(440px,calc(100% - 2rem));background:var(--surface-alt);border:1px solid color-mix(in srgb,transparent,var(--text-muted) 40%);border-radius:var(--radius);padding:.6rem .75rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 8px 30px #0000004d;z-index:90}.cal-bulk-count{font-size:.78rem;font-weight:600;color:var(--text-muted);text-align:center;letter-spacing:.02em}.cal-bulk-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.4rem;row-gap:.4rem}.cal-bulk-btn{flex:1;background:var(--surface);border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text);font-family:inherit;font-size:.8rem;font-weight:600;padding:.5rem .4rem;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease,opacity .12s ease}.cal-bulk-btn:hover:not(:disabled){background:var(--bg)}.cal-bulk-btn:disabled{opacity:.4;cursor:not-allowed}.cal-bulk-btn--clear:hover:not(:disabled){border-color:var(--accent-out);color:var(--accent-out)}.cal-bulk-actions .dayoff-picker{flex:1 1 auto;margin-bottom:0}.cal-bulk-actions .cal-bulk-btn--clear{flex:0 1 auto;min-width:5.5rem}.cal-bulk-actions .dayoff-seg{flex:1 1 auto}.modal-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center}.modal-backdrop__scrim{position:absolute;inset:0;background:#0009;border:none;margin:0;padding:0;cursor:default}.modal{position:relative;background:var(--surface);border-radius:var(--radius);padding:1.5rem;max-width:360px;width:90%;display:flex;flex-direction:column;gap:1rem}.modal-header{display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:.95rem;font-weight:700;color:var(--text)}.modal-close-btn{background:none;border:none;color:var(--text-muted);font-size:1.4rem;line-height:1;cursor:pointer;padding:0 .2rem;font-family:inherit}.modal-close-btn:hover{color:var(--text)}.modal-sessions{display:flex;flex-direction:column;gap:.5rem}.modal-empty{margin:0;font-size:.85rem;color:var(--text-muted);text-align:center;padding:.5rem 0}.modal-session-row{display:flex;align-items:center;gap:.5rem}.modal-sep{color:var(--text-muted);font-size:.85rem;flex-shrink:0}.modal-delete-btn{background:none;border:none;color:var(--accent-out);font-size:1.2rem;line-height:1;cursor:pointer;padding:0 .2rem;font-family:inherit;flex-shrink:0}.modal-delete-btn:hover{opacity:.75}input[type=time]{flex:1;background:var(--bg);border:1px solid rgba(255,255,255,.12);border-radius:6px;color:var(--text);font-family:inherit;font-size:.9rem;padding:.35rem .5rem;min-width:0;color-scheme:dark}input[type=time]:focus{outline:2px solid var(--accent-in);outline-offset:-2px;border-color:transparent}.modal-day-off-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.modal-day-off-btn{background:none;border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text-muted);font-family:inherit;font-size:.85rem;padding:.4rem .9rem;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.modal-day-off-btn:hover{background:#ffffff0d;color:var(--text)}.modal-day-off-btn--active{border-color:var(--accent-in);color:var(--accent-in)}.dayoff-picker{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.dayoff-picker__segments{display:flex;flex-wrap:wrap;gap:.4rem;border:none;margin:0;padding:0;min-width:0}.dayoff-seg{background:none;border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text-muted);font-family:inherit;font-size:.85rem;padding:.4rem .8rem;display:flex;align-items:center;gap:.35rem;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.dayoff-seg:hover:not(:disabled){background:#ffffff0d;color:var(--text)}.dayoff-seg:disabled{opacity:.4;cursor:not-allowed}.dayoff-seg--active{border-color:var(--seg-accent, var(--accent-in));color:var(--seg-accent, var(--accent-in))}.dayoff-half-toggle{background:none;border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text-muted);font-family:inherit;font-size:.8rem;font-weight:600;padding:.4rem .7rem;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease,opacity .12s ease}.dayoff-half-toggle:hover:not(:disabled){background:#ffffff0d;color:var(--text)}.dayoff-half-toggle--active{border-color:var(--seg-accent, var(--accent-partial));color:var(--seg-accent, var(--accent-partial));background:color-mix(in srgb,transparent,var(--seg-accent, var(--accent-partial)) 12%)}.dayoff-half-toggle:disabled{opacity:.35;cursor:not-allowed}.modal-sessions--dimmed{opacity:.4;pointer-events:none}.modal-add-btn{background:none;border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text-muted);font-family:inherit;font-size:.85rem;padding:.5rem;cursor:pointer;transition:background .12s ease,color .12s ease}.modal-add-btn:hover:not(:disabled){background:#ffffff0d;color:var(--text)}.modal-add-btn:disabled{opacity:.3;cursor:not-allowed}.modal-actions{display:flex;justify-content:flex-end}.modal-save-btn{background:var(--accent-in);border:none;border-radius:6px;color:#000;font-family:inherit;font-size:.9rem;font-weight:700;padding:.5rem 1.5rem;cursor:pointer;transition:opacity .12s ease}.modal-save-btn:hover{opacity:.85}.celebration-overlay{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;pointer-events:none;animation:celebration-fade 3s ease forwards}@keyframes celebration-fade{0%{opacity:0}15%{opacity:1}70%{opacity:1}to{opacity:0}}.celebration-card{background:var(--surface);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:2rem 2.5rem;text-align:center;box-shadow:0 8px 40px #00000080;max-width:320px;width:90%}.celebration-icon{font-size:3rem;line-height:1;margin-bottom:.75rem}.celebration-title{margin:0 0 .4rem;font-size:1.3rem;font-weight:800;letter-spacing:-.02em;color:var(--accent-in)}.celebration-sub{margin:0;font-size:.9rem;color:var(--text-muted)}.stats-empty{text-align:center;color:var(--text-muted)}.stats-empty__icon{font-size:3rem;line-height:1;margin-bottom:.75rem;opacity:.7}.stats-empty__title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;color:var(--text)}.stats-empty__sub{margin:0;font-size:.9rem}.holiday-page,.health-page{width:100%;display:flex;flex-direction:column;gap:1.25rem}.health-page--empty{align-items:center;justify-content:center;min-height:60vh}.health-status-card{background:var(--surface-alt);border-radius:var(--radius);border:2px solid transparent;padding:1.75rem 1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.health-status-card--neutral{border-color:var(--text-muted)}.health-status-card--ok{border-color:var(--accent-in)}.health-status-card--warn{border-color:#f59e0b}.health-status-card--danger{border-color:var(--accent-out)}.health-status-card__icon{font-size:3.5rem;line-height:1}.health-status-card__message{margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.health-status-card__sub{margin:0;font-size:.8rem;color:var(--text-muted)}.health-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.health-metric{background:var(--surface);border-radius:var(--radius);padding:1.4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}.health-metric__value{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.health-metric__value--positive{color:var(--accent-in)}.health-metric__value--negative{color:var(--accent-out)}.health-metric__label{font-size:.72rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.health-metric__sub{font-size:.67rem;color:var(--text-muted);opacity:.7}.health-metric__updated{font-size:.6rem;color:var(--text-muted);opacity:.5;margin-top:-.1rem}.health-guide-btn{margin-top:.25rem;width:1.5rem;height:1.5rem;border-radius:50%;border:1.5px solid currentColor;background:transparent;color:var(--text-muted);font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .15s}.health-guide-btn:hover{opacity:1}.health-guide-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.health-guide-overlay__scrim{position:absolute;inset:0;background:#00000073;border:none;margin:0;padding:0;cursor:default}.health-guide-popover{position:relative;background:var(--surface-alt);border-radius:var(--radius);padding:1.25rem 1.1rem;width:min(420px,calc(100% - 2rem));box-shadow:0 8px 32px #00000059}.health-guide-popover__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.health-guide-popover__title{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.health-guide-popover__close{background:transparent;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;line-height:1;padding:.2rem .4rem;border-radius:4px}.health-guide-popover__close:hover{color:var(--text)}.holiday-card{background:var(--surface-alt);border-radius:var(--radius);border:2px solid transparent;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.6rem}.holiday-card--over{border-color:var(--accent-out)}.holiday-card__header{display:flex;justify-content:space-between;align-items:baseline}.holiday-card__title{font-size:.85rem;font-weight:700;letter-spacing:.02em;color:var(--text)}.holiday-card__year{font-size:.75rem;color:var(--text-muted)}.holiday-card__numbers{display:flex;align-items:baseline;gap:.4rem}.holiday-card__used{font-size:2rem;font-weight:800;letter-spacing:-.02em;color:var(--text);line-height:1}.holiday-card__sep{font-size:1.25rem;color:var(--text-muted)}.holiday-card__allowance-wrap{display:inline-flex;align-items:baseline;gap:.3rem}.holiday-card__allowance-input{width:3rem;background:var(--surface);border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text);font-family:inherit;font-size:1.15rem;font-weight:700;padding:.15rem .4rem;text-align:center}.holiday-card__allowance-input:focus{outline:none;border-color:var(--accent-in)}.holiday-card__allowance-suffix{font-size:.8rem;color:var(--text-muted)}.holiday-card__bar-track{width:100%;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.holiday-card__bar-fill{height:100%;background:var(--accent-in);transition:width .2s ease}.holiday-card--over .holiday-card__bar-fill{background:var(--accent-out)}.holiday-card__sub{margin:0;font-size:.8rem;color:var(--text-muted)}.holiday-card__allowance-display{font-size:1.15rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.holiday-card__edit-toggle{align-self:flex-end;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.75rem;padding:.2rem .6rem}.holiday-card__edit-toggle:hover{color:var(--text);border-color:#ffffff52}.holiday-card__settings{display:flex;flex-direction:column;gap:.5rem;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.08)}.holiday-card__field{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.holiday-card__field-label{font-size:.78rem;color:var(--text-muted)}.holiday-card__field-control{display:inline-flex;align-items:baseline;gap:.3rem}.holiday-card__field-input{background:var(--surface);border:1px solid rgba(255,255,255,.18);border-radius:6px;color:var(--text);font-family:inherit;font-size:.9rem;font-weight:600;padding:.25rem .5rem;text-align:center;width:4rem}.holiday-card__field-input--date{width:auto;min-width:8rem;text-align:left}.holiday-card__field-input:focus{outline:none;border-color:var(--accent-in)}.holiday-card__field-suffix{font-size:.75rem;color:var(--text-muted)}.holiday-card__mode-toggle{display:inline-flex;gap:2px;padding:2px;background:var(--surface);border:1px solid rgba(255,255,255,.18);border-radius:8px}.holiday-card__mode-btn{font-family:inherit;font-size:.75rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;border-radius:6px;padding:.3rem .55rem;cursor:pointer}.holiday-card__mode-btn--active{background:var(--accent-in);color:var(--bg)}.holiday-card__note{margin:0;font-size:.72rem;color:var(--text-muted);font-style:italic}.holiday-card__projection{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.2rem}.holiday-card__projection-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.holiday-card__projection-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.holiday-card__projection-badge{font-size:.75rem;font-weight:700}.holiday-card__projection-badge--ok{color:var(--accent-in)}.holiday-card__projection-badge--over{color:var(--accent-out)}.holiday-chart{width:100%;display:block;overflow:visible}.holiday-chart__grid{stroke:#ffffff0f;stroke-width:1;fill:none}.holiday-chart__earned{stroke:var(--accent-in);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.holiday-chart__earned--future{stroke-dasharray:5 3;opacity:.45}.holiday-chart__used-line{stroke:var(--accent-out);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.holiday-chart__used-line--future{stroke-dasharray:5 3;opacity:.45}.holiday-chart__today-line{stroke:var(--text-muted);stroke-width:1;stroke-dasharray:3 2}.holiday-chart__axis-label{font-size:6.5px;fill:var(--text-muted);font-family:inherit}.holiday-chart__month-label{font-size:7px;fill:var(--text-muted);font-family:inherit}.holiday-chart__month-label--current{fill:var(--text);font-weight:700}.holiday-chart__legend-earned{fill:var(--accent-in)}.holiday-chart__legend-used{fill:var(--accent-out)}.overtime-chart-card{background:var(--surface);border-radius:var(--radius);padding:1rem 1.1rem}.overtime-chart-card__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.6rem}.overtime-chart-card__title{margin:0;font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.overtime-chart-card__updated{font-size:.62rem;color:var(--text-muted);opacity:.55}.overtime-chart{width:100%;display:block;overflow:visible}.overtime-chart__grid{stroke:#ffffff0f;stroke-width:1;fill:none}.overtime-chart__zero-line{stroke:var(--text-muted);stroke-width:1;stroke-dasharray:4 3;opacity:.5}.overtime-chart__line{stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.overtime-chart__line--positive{stroke:var(--accent-in)}.overtime-chart__line--negative{stroke:var(--accent-out)}.overtime-chart__today-line{stroke:var(--text-muted);stroke-width:1;stroke-dasharray:3 2}.overtime-chart__axis-label{font-size:6.5px;fill:var(--text-muted);font-family:inherit}.overtime-chart__week-label{font-size:7px;fill:var(--text-muted);font-family:inherit}.health-guide__title{margin:0 0 .6rem;font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.health-guide__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.health-guide__item{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;line-height:1.4}.health-guide__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;margin-top:.35em}.health-guide__item--ok .health-guide__dot{background:var(--accent-in)}.health-guide__item--warn .health-guide__dot{background:#f59e0b}.health-guide__item--danger .health-guide__dot{background:var(--accent-out)}.week-breakdown{background:var(--surface);border-radius:var(--radius);padding:1rem}.week-breakdown__title{margin:0 0 .6rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.week-breakdown__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.week-breakdown__row{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.week-breakdown__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.week-breakdown__row--ok .week-breakdown__dot{background:var(--accent-in)}.week-breakdown__row--warn .week-breakdown__dot{background:#f59e0b}.week-breakdown__date{flex:1;color:var(--text-muted)}.week-breakdown__hours{font-variant-numeric:tabular-nums}.week-breakdown__row--ok .week-breakdown__hours{color:var(--accent-in)}.week-breakdown__row--warn .week-breakdown__hours{color:#f59e0b}.week-breakdown__sep{color:var(--text-muted)}.week-breakdown__target{font-variant-numeric:tabular-nums;color:var(--text-muted)}.week-breakdown__note{font-size:.75rem}.landing{position:fixed;inset:0;z-index:400;overflow-y:auto;overscroll-behavior:contain;background:var(--bg);color:var(--text);padding:2rem 1rem calc(2.5rem + env(safe-area-inset-bottom));outline:none}.landing__content{position:relative;max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.landing__close{position:absolute;top:0;right:0;background:transparent;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;line-height:1;padding:.2rem .4rem;opacity:.6;transition:opacity .15s}.landing__close:hover{opacity:1}.landing__logo{width:72px;height:72px;margin-top:1rem;border-radius:20px;filter:drop-shadow(0 0 24px color-mix(in srgb,#2dd4bf 35%,transparent))}.landing__eyebrow{margin:0;font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.landing__title{margin:0;font-size:clamp(1.75rem,6vw,2.4rem);font-weight:700;letter-spacing:-.02em;color:var(--text)}.landing__lede{margin:0;font-size:1rem;line-height:1.6;color:var(--text-muted)}.landing__cta{margin-top:1rem;padding:.85rem 2rem;border:2px solid transparent;border-radius:999px;background:var(--brand-gradient);color:var(--bg);font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;outline:none;transition:transform .15s ease,box-shadow .35s ease}.landing__cta:hover{transform:translateY(-1px)}.landing__cta:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,#2dd4bf 60%,#4ade80)}.landing__cta--secondary{background:transparent;border-color:var(--text-muted);color:var(--text)}.landing__cta-note{margin:0;font-size:.8rem;color:var(--text-muted)}.landing__section{width:100%;margin-top:1.25rem;padding:1rem 1.1rem;background:var(--surface-alt);border-radius:var(--radius);text-align:left}.landing__section-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.landing__text{margin:0;font-size:.9rem;line-height:1.65;color:var(--text-muted)}.landing__footer{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}
