:root{color-scheme:light;--color-background: #eee8dc;--color-surface: #f8f4eb;--color-surface-strong: #fffdf8;--color-surface-muted: #e9e1d3;--color-text: #2f2a24;--color-muted: #7d7469;--color-faint: #aaa093;--color-border: rgba(63, 54, 43, .14);--color-border-strong: rgba(63, 54, 43, .24);--color-accent: #78634b;--color-accent-dark: #5e4c39;--color-danger: #9a5348;--font-family-base: "Manrope", "Segoe UI", sans-serif;--font-display: clamp(4rem, 9vw, 7.5rem);--font-page-title: clamp(2.3rem, 5vw, 4.4rem);--font-section-title: clamp(1.55rem, 3vw, 2.3rem);--font-card-title: clamp(1.55rem, 3.5vw, 2.65rem);--font-account-title: clamp(2rem, 7vw, 3.5rem);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--page-gutter: 24px;--home-max-width: 1120px;--tracker-max-width: 1440px;--account-max-width: 650px;--control-height: 44px;--control-height-compact: 34px;--form-control-height: 47px;--radius-sm: 10px;--radius-md: 13px;--radius-lg: 18px;--radius-xl: 26px;--radius-pill: 999px;--border-width: 1px;--focus-ring-width: 3px;--shadow-control: 0 7px 16px rgba(47, 42, 36, .12);--shadow-card: 0 1px 0 rgba(255, 255, 255, .72) inset, 0 16px 45px rgba(72, 58, 41, .045);--shadow-dialog: 0 30px 90px rgba(47, 42, 36, .27);--scrollbar-desktop-size: 8px;--scrollbar-track: transparent;--scrollbar-thumb: rgba(125, 116, 105, .46);--scrollbar-thumb-hover: rgba(125, 116, 105, .62);--scrollbar-thumb-active: rgba(94, 76, 57, .76);--calendar-height: clamp(560px, 72vh, 720px);--calendar-all-day-max-height: 120px}*{box-sizing:border-box}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--focus-ring-width) solid rgba(120,99,75,.38);outline-offset:3px}@media(hover:hover)and (pointer:fine){@supports not selector(::-webkit-scrollbar){*{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}}*::-webkit-scrollbar{width:var(--scrollbar-desktop-size);height:var(--scrollbar-desktop-size)}*::-webkit-scrollbar-track,*::-webkit-scrollbar-corner{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{min-width:24px;min-height:24px;border:1px solid transparent;border-radius:var(--radius-pill);background:var(--scrollbar-thumb);background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}*::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:padding-box}*::-webkit-scrollbar-button{width:0;height:0;display:none}}@media(forced-colors:active){*{scrollbar-color:auto;scrollbar-width:auto}*::-webkit-scrollbar,*::-webkit-scrollbar-track,*::-webkit-scrollbar-thumb,*::-webkit-scrollbar-button,*::-webkit-scrollbar-corner{all:revert}}.site-page{--background: var(--color-background);--surface: var(--color-surface);--surface-strong: var(--color-surface-strong);--surface-hover: var(--color-surface-strong);--surface-muted: var(--color-surface-muted);--text: var(--color-text);--muted: var(--color-muted);--faint: var(--color-faint);--border: var(--color-border);--border-strong: var(--color-border-strong);--accent: var(--color-accent);--accent-dark: var(--color-accent-dark);--danger: var(--color-danger);font-family:var(--font-family-base)}.page-shell{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)),var(--page-max-width));margin-inline:auto}.page-shell--home{--page-max-width: var(--home-max-width)}.page-shell--tracker{--page-max-width: var(--tracker-max-width)}.page-shell--account{--page-max-width: var(--account-max-width)}.surface-card{border:var(--border-width) solid var(--border);border-radius:var(--surface-radius, var(--radius-xl));background:var(--surface-background, rgba(248, 244, 235, .8));box-shadow:var(--surface-shadow, var(--shadow-card))}.button,.icon-button,.segmented button,.status-action,.tracker-footer button,.label-editor button,.menu-button{border:0;cursor:pointer}.button{min-height:var(--control-height);padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:var(--radius-md);font-size:.79rem;font-weight:700;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.button--primary{background:var(--text);color:#fffdf8;box-shadow:var(--shadow-control)}.button--quiet{border:var(--border-width) solid var(--border);background:#fffdf88f;color:var(--text)}.button--danger{border:var(--border-width) solid rgba(154,83,72,.22);background:#9a534814;color:var(--danger)}.button--compact{min-height:var(--control-height-compact);padding:0 12px;border-radius:var(--radius-sm);font-size:.72rem}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.icon-button{width:var(--control-height);height:var(--control-height);padding:0;display:grid;place-items:center;border:var(--border-width) solid var(--border);border-radius:var(--radius-md);background:#fffdf88f;font-size:1.4rem}.icon-button--compact{width:var(--control-height-compact);height:var(--control-height-compact);border-radius:var(--radius-sm);font-size:1.05rem}.segmented{padding:3px;display:flex;border:var(--border-width) solid var(--border);border-radius:12px;background:var(--surface-muted)}.segmented button{min-height:28px;padding:0 11px;border-radius:8px;background:transparent;color:var(--muted);font-size:.69rem;font-weight:700}.segmented button[aria-pressed=true]{background:var(--surface-strong);color:var(--text);box-shadow:0 1px 4px #2f2a241c}.form-control{width:100%;min-height:var(--form-control-height);border:var(--border-width) solid var(--border);border-radius:12px;background:#fffdf8ab;color:var(--text)}.status-control{min-height:var(--control-height);border:var(--border-width) solid var(--border);border-radius:var(--radius-md);background:#fffdf88f}.modal{border:var(--border-width) solid var(--border-strong);border-radius:24px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-dialog)}@media(hover:hover)and (pointer:fine){.button:hover,.icon-button:hover{transform:translateY(-1px)}.button--primary:hover{background:var(--accent-dark);box-shadow:0 10px 22px #2f2a242b}.button--quiet:hover,.icon-button:hover{border-color:var(--border-strong);background:var(--surface-strong)}}.home{margin:0;min-width:320px;min-height:100vh;min-height:100svh;background:radial-gradient(circle at 85% 8%,rgba(255,253,246,.62),transparent 28rem),var(--background);color:var(--text);font-family:var(--font-family-base);font-synthesis:none;-webkit-font-smoothing:antialiased}.home a{color:inherit}.home__shell{min-height:100vh;min-height:100svh;display:grid;grid-template-rows:1fr auto}.directory-card:focus-visible{outline:3px solid rgba(120,99,75,.42);outline-offset:4px}.home__main{align-self:center;padding:56px 0 80px}.home__hero{margin-bottom:clamp(36px,5vw,56px);display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.home__hero h1{margin:0;display:inline-flex;align-items:flex-end;font-size:clamp(4rem,9vw,7.5rem);font-weight:500;line-height:.88;letter-spacing:-.075em}.home__hero h1:after{width:clamp(8px,.85vw,11px);height:clamp(8px,.85vw,11px);margin:0 0 .1em .11em;flex:0 0 auto;border-radius:50%;background:var(--accent);content:""}.home:not([data-auth-ready=true]) .home__hero h1,.home:not([data-auth-ready=true]) .home-account{visibility:hidden}.home__hero[aria-busy=true]:before{width:min(54vw,390px);height:clamp(3.5rem,8vw,6.5rem);border-radius:18px;background:#f8f4eb94;content:""}.home[data-auth-ready=true] .home__hero:before{display:none}.home-account{min-height:42px;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.home-account__link{min-height:40px;padding:0 15px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:999px;background:#f8f4ebb8;color:var(--text);cursor:pointer;font:inherit;font-size:.73rem;font-weight:700;text-decoration:none}.home-account__link--primary{border-color:var(--accent);background:var(--accent);color:#fffdf8}.home-account__message{width:100%;max-width:320px;color:var(--muted);font-size:.67rem;line-height:1.4;text-align:right}.directory{display:grid;gap:14px}.directory-card{--surface-radius: 22px;--surface-background: rgba(248, 244, 235, .78);--surface-shadow: 0 1px 0 rgba(255, 255, 255, .65) inset;min-height:116px;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;text-decoration:none;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.directory-card__identity{min-width:0;display:flex;align-items:center;gap:clamp(18px,3vw,30px)}.directory-card__icon{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border);border-radius:16px;background:#eee8dcb8;color:var(--accent);transition:background-color .22s ease}.directory-card__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.directory-card__title{overflow-wrap:anywhere;font-size:clamp(1.55rem,3.5vw,2.65rem);font-weight:500;line-height:1.1;letter-spacing:-.045em}.directory-card__arrow{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:var(--muted);transition:color .22s ease,transform .22s ease}.directory-card__arrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}@media(hover:hover)and (pointer:fine){.directory-card:hover{transform:translateY(-3px);border-color:#3f362b38;background:var(--surface-hover);box-shadow:0 14px 34px #45392b14}.directory-card:hover .directory-card__icon{background:var(--background)}.directory-card:hover .directory-card__arrow{transform:translate(4px);color:var(--text)}}.home__footer{padding:22px 0 32px;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.home__footer p{margin:0}.js .home .reveal{opacity:0;transform:translateY(12px)}.js .home.is-ready .reveal{opacity:1;transform:translateY(0);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--reveal-order, 0) * 70ms)}@media(max-width:640px){.home__shell{--page-gutter: 16px}.home__main{padding:40px 0 56px}.home__hero{margin-bottom:32px;align-items:flex-start;flex-direction:column}.home__hero h1{font-size:clamp(3.5rem,18vw,5rem)}.home-account{justify-content:flex-start}.home-account__link{min-height:var(--control-height)}.home-account__message{text-align:left}.directory{gap:10px}.directory-card{min-height:94px;padding:17px 16px;border-radius:18px}.directory-card__identity{gap:15px}.directory-card__icon{width:46px;height:46px;border-radius:14px}.directory-card__icon svg{width:22px;height:22px}.directory-card__title{font-size:clamp(1.35rem,7vw,2rem)}.directory-card__arrow{width:34px;height:34px}.directory-card__arrow svg{width:20px;height:20px}}.account-page{opacity:0;transition:opacity .22s ease}.account-page.is-ready{opacity:1}.account-shell{--page-gutter: 16px;min-height:100vh;padding:clamp(28px,7vw,72px) 0;display:grid;align-content:center;gap:18px}.account-back{width:max-content;color:var(--muted);font-size:.75rem;font-weight:700;text-decoration:none}.account-card{--surface-radius: 26px;--surface-background: rgba(248, 244, 235, .84);--surface-shadow: 0 18px 50px rgba(69, 57, 43, .08);padding:clamp(24px,5vw,42px)}.account-kicker{margin:0 0 8px;color:var(--accent);font-size:.67rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.account-card h1{margin:0;font-size:clamp(2rem,7vw,3.5rem);font-weight:500;letter-spacing:-.055em}.account-intro{margin:12px 0 24px;color:var(--muted);font-size:.82rem;line-height:1.65}.account-tabs{margin-bottom:20px;padding:4px;display:grid;grid-template-columns:1fr 1fr;border-radius:14px;background:#eee8dcb8}.account-tabs button{min-height:39px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:.74rem;font-weight:700}.account-tabs button[aria-pressed=true]{background:var(--surface-hover);color:var(--text);box-shadow:0 1px 5px #45392b1a}.account-form,.account-field{display:grid}.account-form{gap:15px}.account-field{gap:7px;color:var(--muted);font-size:.68rem;font-weight:700}.account-field input{width:100%;min-height:47px;padding:0 13px;border:1px solid var(--border);border-radius:12px;outline:0;background:#fffdf8b8;color:var(--text);font:inherit;font-size:.8rem}.account-field input:focus{border-color:#78634b7a;box-shadow:0 0 0 3px #78634b1a}.account-password-hint,.account-login-help{margin:-4px 0 0;color:var(--muted);font-size:.66rem;line-height:1.55}.account-text-action{width:fit-content;padding:0;border:0;background:transparent;color:var(--accent);font:inherit;font-size:.69rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.account-message{min-height:20px;margin:0;color:var(--accent);font-size:.72rem;font-weight:600;line-height:1.5}.account-message[data-tone=error]{color:#8d463d}.account-submit{min-height:47px;border:0;border-radius:12px;background:var(--text);color:#fffdf8;cursor:pointer;font:inherit;font-size:.76rem;font-weight:700}.account-submit:is(a){display:grid;place-items:center;text-decoration:none}.account-submit:disabled{cursor:wait;opacity:.58}.account-settings{display:grid;gap:20px}.account-settings__section{padding:20px;display:grid;gap:15px;border:1px solid var(--border);border-radius:18px;background:#fffdf875}.account-settings__section h2{margin:0;font-size:1rem}.account-settings__section h2+p{margin:7px 0 0;color:var(--muted);font-size:.7rem;line-height:1.55}.account-settings__section--quiet{background:transparent}.account-profile-actions,.account-legacy>div{display:flex;gap:9px;flex-wrap:wrap}.account-profile-actions button,.account-legacy button{min-height:39px;padding:0 13px;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:.69rem;font-weight:700}.account-profile-actions .account-danger{color:#8d463d}.account-legacy{margin-top:0}.account-legacy h2{margin:0;font-size:.86rem}.account-legacy p{margin:7px 0 0;color:var(--muted);font-size:.7rem;line-height:1.55}.account-recovery-success{padding:20px;display:grid;gap:17px;border:1px solid var(--border);border-radius:18px;background:#fffdf875}.account-recovery-success p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.65}@media(min-width:1024px){:root{--font-display: clamp(3.2rem, 9vw, 6rem);--font-page-title: clamp(1.84rem, 5vw, 3.52rem);--font-section-title: clamp(1.24rem, 3vw, 1.84rem);--font-card-title: clamp(1.24rem, 3.5vw, 2.12rem);--font-account-title: clamp(1.6rem, 7vw, 2.8rem);--space-1: 3px;--space-2: 6px;--space-3: 10px;--space-4: 13px;--space-5: 19px;--space-6: 26px;--space-7: 38px;--space-8: 51px;--page-gutter: 19px;--home-max-width: 896px;--tracker-max-width: 1152px;--account-max-width: 520px;--control-height: 34px;--control-height-compact: 28px;--form-control-height: 38px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 21px;--shadow-control: 0 6px 13px rgba(47, 42, 36, .12);--shadow-card: 0 1px 0 rgba(255, 255, 255, .72) inset, 0 13px 36px rgba(72, 58, 41, .045);--shadow-dialog: 0 24px 72px rgba(47, 42, 36, .27);--calendar-height: clamp(448px, 72vh, 576px);--calendar-all-day-max-height: 96px}.button{padding-inline:14px;gap:6px;font-size:.69rem}.button--compact{padding-inline:10px;font-size:.63rem}.icon-button{font-size:1.12rem}.icon-button--compact{font-size:.9rem}.segmented{padding:2px;border-radius:10px}.segmented button{min-height:23px;padding-inline:9px;border-radius:6px;font-size:.61rem}.modal{border-radius:19px}.home__main{padding:45px 0 64px}.home__hero{margin-bottom:clamp(29px,5vw,45px);gap:19px}.home__hero h1{font-size:var(--font-display)}.home__hero h1:after{width:clamp(6px,.85vw,9px);height:clamp(6px,.85vw,9px)}.home__hero[aria-busy=true]:before{width:min(54vw,312px);height:clamp(2.8rem,8vw,5.2rem);border-radius:14px}.home-account{min-height:34px;gap:6px}.home-account__link{min-height:32px;padding-inline:12px;font-size:.64rem}.home-account__message{max-width:256px;font-size:.58rem}.directory{gap:11px}.directory-card{--surface-radius: 18px;min-height:93px;padding:19px 21px;gap:19px}.directory-card__identity{gap:clamp(14px,3vw,24px)}.directory-card__icon{width:43px;height:43px;border-radius:13px}.directory-card__icon svg{width:20px;height:20px}.directory-card__title{font-size:var(--font-card-title)}.directory-card__arrow{width:34px;height:34px}.directory-card__arrow svg{width:18px;height:18px}.home__footer{padding:18px 0 26px;font-size:.62rem}.js .home .reveal{transform:translateY(10px)}.account-shell{--page-gutter: 13px;padding:clamp(22px,7vw,58px) 0;gap:14px}.account-back{font-size:.66rem}.account-card{--surface-radius: 21px;--surface-shadow: 0 14px 40px rgba(69, 57, 43, .08);padding:clamp(19px,5vw,34px)}.account-kicker{margin-bottom:6px;font-size:.58rem}.account-card h1{font-size:var(--font-account-title)}.account-intro{margin:10px 0 19px;font-size:.7rem}.account-tabs{margin-bottom:16px;padding:3px;border-radius:11px}.account-tabs button{min-height:31px;border-radius:8px;font-size:.64rem}.account-form{gap:12px}.account-field{gap:6px;font-size:.59rem}.account-field input{min-height:var(--form-control-height);padding-inline:10px;border-radius:10px;font-size:.7rem}.account-password-hint,.account-login-help{font-size:.58rem}.account-text-action{font-size:.61rem}.account-message{min-height:16px;font-size:.63rem}.account-submit{min-height:var(--form-control-height);border-radius:10px;font-size:.66rem}.account-settings{gap:16px}.account-settings__section{padding:16px;gap:12px;border-radius:14px}.account-settings__section h2{font-size:.86rem}.account-settings__section h2+p,.account-legacy p{font-size:.61rem}.account-profile-actions,.account-legacy>div{gap:7px}.account-profile-actions button,.account-legacy button{min-height:32px;padding-inline:10px;border-radius:8px;font-size:.61rem}.account-legacy h2{font-size:.75rem}.account-recovery-success{padding:16px;gap:14px;border-radius:14px}.account-recovery-success p{font-size:.66rem}}@media(max-width:640px){.account-tabs button,.account-profile-actions button,.account-legacy button{min-height:var(--control-height)}}@media(prefers-reduced-motion:reduce){.home *,.home *:before,.home *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.js .home .reveal,.js .home.is-ready .reveal{opacity:1;transform:none}}
