:root{--color-background: #faf9f7;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-border: #e5e1db;--color-text: #202124;--color-text-muted: #6b7280;--color-text-inverse: #faf9f7;--color-accent-primary: #3d6b54;--color-accent-primary-surface: #e3f1e6;--color-danger: #c0392b;--color-danger-surface: #fbe7e4;--color-success: #2f8f5b;--color-warning: #92660a;--color-overlay: rgba(32, 33, 36, .45);--color-routine-surface: #dcf3f3;--color-routine-accent: #14707a;--color-groceries-surface: #fbe4ed;--color-groceries-accent: #b0335a;--color-budget-surface: #fff2d4;--color-budget-accent: #92660a;--color-reminders-surface: #efe5fa;--color-reminders-accent: #6647a6;--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 20px;--space-xl: 24px;--space-2xl: 32px;--space-3xl: 40px;--space-4xl: 48px;--space-5xl: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 24px;--radius-pill: 999px;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--duration-fast: .12s;--duration-base: .2s;--duration-slow: .32s;--easing-standard: cubic-bezier(.2, 0, 0, 1);color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-background: #17181a;--color-surface: #1f2023;--color-surface-raised: #25272b;--color-border: #2d2f33;--color-text: #f3f1ec;--color-text-muted: #a6abb3;--color-text-inverse: #17181a;--color-accent-primary: #8fd4b0;--color-accent-primary-surface: #1f3a2c;--color-danger: #f2867a;--color-danger-surface: #3a2422;--color-success: #7fd9a8;--color-warning: #f0c766;--color-overlay: rgba(0, 0, 0, .6);--color-routine-surface: #1c3a3c;--color-routine-accent: #7fd6de;--color-groceries-surface: #3a2430;--color-groceries-accent: #f4a5c4;--color-budget-surface: #3a3220;--color-budget-accent: #f0c766;--color-reminders-surface: #2e2740;--color-reminders-accent: #c7aef0;color-scheme:dark}}:root[data-theme=dark]{--color-background: #17181a;--color-surface: #1f2023;--color-surface-raised: #25272b;--color-border: #2d2f33;--color-text: #f3f1ec;--color-text-muted: #a6abb3;--color-text-inverse: #17181a;--color-accent-primary: #8fd4b0;--color-accent-primary-surface: #1f3a2c;--color-danger: #f2867a;--color-danger-surface: #3a2422;--color-success: #7fd9a8;--color-warning: #f0c766;--color-overlay: rgba(0, 0, 0, .6);--color-routine-surface: #1c3a3c;--color-routine-accent: #7fd6de;--color-groceries-surface: #3a2430;--color-groceries-accent: #f4a5c4;--color-budget-surface: #3a3220;--color-budget-accent: #f0c766;--color-reminders-surface: #2e2740;--color-reminders-accent: #c7aef0;color-scheme:dark}@media(prefers-reduced-motion:reduce){:root{--duration-fast: 0ms;--duration-base: 0ms;--duration-slow: 0ms}}[data-reduced-motion=true]{--duration-fast: 0ms;--duration-base: 0ms;--duration-slow: 0ms}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html{overflow-x:hidden}body{margin:0;min-height:100dvh;background:var(--color-background);color:var(--color-text);font-family:var(--font-family);font-size:1rem;line-height:1.4;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px;border-radius:var(--radius-sm)}@keyframes piccola-fade-in{0%{opacity:0}to{opacity:1}}@keyframes piccola-fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes piccola-sheet-in{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes piccola-toast-in{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.app-shell{display:flex;min-height:100dvh}.app-shell__sidebar{display:none}.app-shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.page{width:100%;max-width:720px;margin:0 auto;padding:var(--space-lg) var(--space-lg) calc(112px + env(safe-area-inset-bottom,0px))}@media(min-width:900px){.page{padding-bottom:var(--space-5xl)}}.page--wide{max-width:1040px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:calc(var(--space-lg) + env(safe-area-inset-top,0px)) 0 var(--space-md);flex-wrap:wrap;position:sticky;top:0;z-index:30;background:var(--color-background)}.page-header>div:first-child{min-width:0;flex:1 1 auto}.page-header h1{font-size:var(--space-xl);font-weight:700;letter-spacing:-.01em;overflow-wrap:break-word}.page-header__subtitle{color:var(--color-text-muted);font-size:.9rem;margin-top:2px}.two-col{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:900px){.app-shell__sidebar{display:flex}.two-col{grid-template-columns:1.4fr 1fr;align-items:start}}.sidebar{width:232px;flex-shrink:0;border-right:1px solid var(--color-border);padding:var(--space-lg) var(--space-sm);flex-direction:column;gap:var(--space-lg);position:sticky;top:0;height:100dvh}.sidebar__brand{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--space-lg);font-weight:700;padding:0 var(--space-sm)}.sidebar__brand-logo{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar__nav{display:flex;flex-direction:column;gap:2px}.sidebar__link{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm);border-radius:var(--radius-md);text-decoration:none;color:var(--color-text-muted);font-weight:500;transition:background-color var(--duration-fast) var(--easing-standard)}.sidebar__link:hover{background:var(--color-surface)}.sidebar__link[aria-current=page]{background:var(--nav-active-surface, var(--color-accent-primary-surface));color:var(--nav-active-accent, var(--color-accent-primary))}.sidebar__link .nav-icon{width:20px;height:20px}.sidebar__footer{margin-top:auto}.tab-bar{position:fixed;left:var(--space-md);right:var(--space-md);bottom:calc(var(--space-sm) + env(safe-area-inset-bottom,0px));display:flex;justify-content:space-around;align-items:center;padding:6px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 78%,transparent);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);box-shadow:0 8px 24px #00000014;z-index:40}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.tab-bar{background:var(--color-surface)}}@media(prefers-contrast:more),(forced-colors:active){.tab-bar{background:var(--color-surface);backdrop-filter:none;-webkit-backdrop-filter:none}}.tab-bar__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;padding:8px 4px;border-radius:var(--radius-pill);text-decoration:none;color:var(--color-text-muted);min-height:44px;justify-content:center;transition:color var(--duration-fast) var(--easing-standard)}.tab-bar__item[aria-current=page]{color:var(--nav-active-accent, var(--color-accent-primary))}.tab-bar__indicator{position:absolute;inset:2px 4px;border-radius:var(--radius-pill);background:var(--nav-active-surface, var(--color-accent-primary-surface));z-index:-1;opacity:0;transform:scale(.9);transition:opacity var(--duration-base) var(--easing-standard),transform var(--duration-base) var(--easing-standard)}.tab-bar__item[aria-current=page] .tab-bar__indicator{opacity:1;transform:scale(1)}.tab-bar__icon{width:22px;height:22px}.tab-bar__label{font-size:11px;font-weight:600}@media(min-width:900px){.tab-bar{display:none}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-lg);animation:piccola-fade-in-up var(--duration-slow) var(--easing-standard) both}.card--flush{padding:0;overflow:hidden}.module-card{border-radius:var(--radius-xl);padding:var(--space-lg);border:1px solid transparent;text-decoration:none;color:var(--color-text);display:flex;flex-direction:column;gap:var(--space-xs);min-height:108px;min-width:0;transition:transform var(--duration-fast) var(--easing-standard);animation:piccola-fade-in-up var(--duration-slow) var(--easing-standard) both}.module-card__title,.module-card__metric,.module-card__caption{overflow-wrap:break-word}.module-card:hover{transform:translateY(-2px)}.module-card__title{font-weight:600;display:flex;align-items:center;gap:var(--space-xs)}.module-card__metric{font-size:var(--space-xl);font-weight:700}.module-card__caption{font-size:.85rem;color:var(--color-text)}.module-card--routine{background:var(--color-routine-surface);color:var(--color-text)}.module-card--routine .module-card__title svg{color:var(--color-routine-accent)}.module-card--groceries{background:var(--color-groceries-surface);color:var(--color-text)}.module-card--groceries .module-card__title svg{color:var(--color-groceries-accent)}.module-card--budget{background:var(--color-budget-surface);color:var(--color-text)}.module-card--budget .module-card__title svg{color:var(--color-budget-accent)}.module-card--reminders{background:var(--color-reminders-surface);color:var(--color-text)}.module-card--reminders .module-card__title svg{color:var(--color-reminders-accent)}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}@media(min-width:560px){.module-grid{grid-template-columns:repeat(4,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);min-height:44px;padding:0 var(--space-lg);border-radius:var(--radius-pill);border:1px solid transparent;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color var(--duration-fast) var(--easing-standard),opacity var(--duration-fast) var(--easing-standard);background:var(--nav-active-accent, var(--color-accent-primary));color:var(--color-text-inverse)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn--ghost{background:transparent;color:var(--nav-active-accent, var(--color-accent-primary));border-color:transparent;padding:0 var(--space-sm)}.btn--danger{background:var(--color-danger);color:#fff}.btn--sm{min-height:36px;padding:0 var(--space-md);font-size:.85rem}.btn--icon{min-height:40px;min-width:40px;padding:0;border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn--block{width:100%}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--space-md)}.field label{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),select,textarea{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:10px var(--space-sm);min-height:44px;min-width:0;font-size:1rem;color:var(--color-text);width:100%;transition:border-color var(--duration-fast) var(--easing-standard),box-shadow var(--duration-fast) var(--easing-standard)}textarea{min-height:88px;resize:vertical}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;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='currentColor' stroke-opacity='0.6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--color-accent-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent-primary) 25%,transparent)}input:disabled,select:disabled,textarea:disabled{opacity:.6;cursor:not-allowed}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}.field__error{color:var(--color-danger);font-size:.8rem}.field__hint{color:var(--color-text-muted);font-size:.8rem}.checkbox-row{display:flex;align-items:center;gap:var(--space-sm)}.checkbox-row input[type=checkbox]{width:20px;height:20px}.segmented{display:inline-flex;padding:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);gap:2px}.segmented__item{border:none;background:transparent;padding:8px var(--space-md);border-radius:var(--radius-pill);font-weight:600;font-size:.85rem;color:var(--color-text-muted);cursor:pointer;min-height:36px}.segmented__item[aria-pressed=true]{background:var(--nav-active-surface, var(--color-accent-primary-surface));color:var(--nav-active-accent, var(--color-accent-primary))}.state-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm);padding:var(--space-2xl) var(--space-lg);color:var(--color-text-muted)}.state-block__icon{width:40px;height:40px;opacity:.6}.state-block__title{font-weight:600;color:var(--color-text)}.state-block--celebrate{background:linear-gradient(135deg,var(--color-routine-surface),var(--color-groceries-surface));border-radius:var(--radius-xl);padding:var(--space-xl) var(--space-lg)}.state-block--celebrate .state-block__icon{opacity:1;color:var(--color-routine-accent);animation:celebrate-pop .5s cubic-bezier(.34,1.56,.64,1)}.state-block--celebrate .state-block__title{font-size:1.05rem}.state-block--celebrate p{color:var(--color-text-muted)}@keyframes celebrate-pop{0%{transform:scale(.5) rotate(-15deg);opacity:0}60%{transform:scale(1.15) rotate(8deg);opacity:1}to{transform:scale(1) rotate(0)}}.spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid var(--color-border);border-top-color:var(--color-accent-primary);animation:spin .7s linear infinite}[data-reduced-motion=true] .spinner,[data-reduced-motion=true] *{animation-duration:.001ms!important}@keyframes spin{to{transform:rotate(360deg)}}.spin-icon{animation:spin 1s linear infinite}.skeleton{background:linear-gradient(90deg,var(--color-border) 25%,var(--color-surface-raised) 37%,var(--color-border) 63%);background-size:400% 100%;animation:skeleton 1.4s ease infinite;border-radius:var(--radius-md)}@keyframes skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.list-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border);animation:piccola-fade-in-up var(--duration-base) var(--easing-standard) both}.list-row>div,.list-row>span,.list-row>button.list-row--button{min-width:0}.list-row__title,.list-row__meta{overflow-wrap:break-word}.list-row:last-child{border-bottom:none}.list-row--tinted{--tint-amount: 18%;background:color-mix(in srgb,var(--row-tint, var(--color-routine-accent)) var(--tint-amount),var(--color-surface));border-bottom:none;border-radius:var(--radius-md);padding:var(--space-sm) var(--space-sm);margin-bottom:var(--space-xs)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .list-row--tinted{--tint-amount: 32%}}:root[data-theme=dark] .list-row--tinted{--tint-amount: 32%}.list-row--tinted:last-child{margin-bottom:0}:root .list-row--tinted.list-row--done{--tint-amount: 7%}.completion-cell{--completion-tint: 30%;background:color-mix(in srgb,color-mix(in srgb,var(--color-routine-accent) var(--completion-done, 0%),var(--color-groceries-accent)) var(--completion-tint),var(--color-surface));color:var(--color-text)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .completion-cell{--completion-tint: 100%}}:root[data-theme=dark] .completion-cell{--completion-tint: 100%}.list-row--button{width:100%;text-align:left;background:none;border:none;cursor:pointer;border-radius:var(--radius-md)}.category-bars{display:flex;flex-direction:column;gap:var(--space-sm)}.category-bar__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:6px}.category-bar__name{display:flex;align-items:center;gap:8px;min-width:0;font-weight:600;overflow-wrap:break-word}.category-bar__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.category-bar__amount{font-weight:700;white-space:nowrap}.category-bar__track{height:10px;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--color-text) 8%,var(--color-surface));overflow:hidden}.category-bar__fill{height:100%;border-radius:var(--radius-pill);transition:width .4s ease}.checkbox-control{width:26px;height:26px;border-radius:50%;border:2px solid var(--color-border);background:var(--color-surface);flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.checkbox-control[aria-checked=true]{background:var(--color-accent-primary);border-color:var(--color-accent-primary);color:var(--color-text-inverse)}.list-row--done .list-row__title{text-decoration:line-through;color:var(--color-text-muted)}.list-row__title{font-weight:500}.list-row__meta{font-size:.8rem;color:var(--color-text-muted)}.list-row__spacer{flex:1}.pill{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;background:var(--color-border)}.badge-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.sheet-overlay{position:fixed;inset:0;background:var(--color-overlay);display:flex;align-items:flex-end;justify-content:center;z-index:100;padding:0;animation:piccola-fade-in var(--duration-fast) var(--easing-standard) both}@media(min-width:640px){.sheet-overlay{align-items:center;padding:var(--space-lg)}}.sheet{background:var(--color-surface);width:100%;max-width:560px;max-height:calc(100% - 32px);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:var(--space-lg);padding-bottom:calc(var(--space-lg) + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;min-height:0;animation:piccola-sheet-in var(--duration-base) var(--easing-standard) both}@media(min-width:640px){.sheet{border-radius:var(--radius-xl)}}.sheet__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md);flex:0 0 auto}.sheet__title{font-size:1.1rem;font-weight:700}.sheet__body{overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;padding:4px 0;margin:-4px 0}.sheet__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-lg);flex:0 0 auto;background:var(--color-surface);padding-top:var(--space-sm)}.toast-region{position:fixed;top:calc(var(--space-md) + env(safe-area-inset-top,0px));left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:var(--space-xs);z-index:200;width:min(92vw,420px)}.toast{background:var(--color-text);color:var(--color-background);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);box-shadow:0 8px 20px #00000026;animation:piccola-toast-in var(--duration-base) var(--easing-standard) both}.toast--danger{background:var(--color-danger);color:#fff}.toast__action{background:none;border:none;color:inherit;font-weight:700;cursor:pointer;text-decoration:underline;min-height:32px}.text-muted{color:var(--color-text-muted)}.stack{display:flex;flex-direction:column;gap:var(--space-sm)}.row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm)}.row--between{justify-content:space-between}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;background:var(--color-accent-primary);color:var(--color-text-inverse);padding:var(--space-sm) var(--space-md);z-index:300;border-radius:var(--radius-md)}.skip-link:focus{left:var(--space-sm);top:var(--space-sm)}.auth-shell{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xl);padding:var(--space-lg);background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--color-routine-surface) 65%,transparent) 0%,transparent 42%),radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--color-reminders-surface) 65%,transparent) 0%,transparent 42%),radial-gradient(circle at 18% 88%,color-mix(in srgb,var(--color-budget-surface) 55%,transparent) 0%,transparent 42%),radial-gradient(circle at 90% 92%,color-mix(in srgb,var(--color-groceries-surface) 55%,transparent) 0%,transparent 42%),var(--color-background)}.auth-card{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.auth-card__brand{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);text-align:center}.auth-card__logo-badge{width:60px;height:60px;border-radius:50%;background:var(--color-accent-primary-surface);display:flex;align-items:center;justify-content:center;padding:8px}.auth-card__brand-name{font-weight:700;font-size:1.05rem}.auth-card .card{width:100%;border-color:transparent;box-shadow:0 24px 48px -24px color-mix(in srgb,var(--color-text) 20%,transparent)}.auth-footer{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);text-align:center;font-size:.8rem;color:var(--color-text-muted)}.auth-footer__links{display:flex;gap:var(--space-sm)}.auth-footer__links a{color:inherit;text-decoration:underline;text-underline-offset:2px}.auth-footer__links a:hover{color:var(--color-text)}.auth-consent{margin-top:var(--space-sm);font-size:.8rem;line-height:1.45;text-align:center;color:var(--color-text-muted)}.auth-consent a{color:var(--color-text);text-decoration:underline;text-underline-offset:2px}.social-signin{margin-top:var(--space-md)}.auth-divider{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:.8rem;color:var(--color-text-muted)}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.settings-footer{text-align:center;font-size:.8rem;color:var(--color-text-muted);margin-top:var(--space-2xl);padding-bottom:var(--space-lg)}.progress-ring-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.progress-ring-value{position:absolute;text-align:center;font-weight:700}.month-grid{display:flex;flex-direction:column;gap:4px}.month-grid__week{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.month-day{width:100%;height:44px;border:none;border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;font-weight:700;transition:transform .15s ease}.month-day:hover{transform:scale(1.06)}.month-day:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.month-day__number{font-size:.75rem}.month-day__ratio{font-size:.5rem;font-weight:600;opacity:.9;margin-top:1px}.heatmap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(22px,1fr));gap:4px}.heatmap-cell{aspect-ratio:1;border-radius:4px;border:none;cursor:pointer;min-width:18px}.heatmap-cell:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:1px}.landing-page{display:flex;flex-direction:column;min-height:100dvh}.landing-page>main{flex:1}.landing-container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:var(--space-lg)}.landing-section{padding-block:var(--space-3xl)}@media(min-width:900px){.landing-section{padding-block:var(--space-5xl)}}.landing-section[id],#top{scroll-margin-top:80px}.landing-section--band{background:var(--color-surface);border-block:1px solid var(--color-border)}.landing-section__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm);max-width:640px;margin:0 auto var(--space-2xl)}.landing-section__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--radius-pill);background:var(--section-tint, var(--color-accent-primary-surface));color:var(--color-text);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-section__title{font-size:clamp(1.6rem,1rem + 2.4vw,2.25rem);font-weight:700;line-height:1.15;letter-spacing:-.01em;text-wrap:balance}.landing-section__subtitle{color:var(--color-text-muted);font-size:1.05rem;line-height:1.5}.landing-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--color-background) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.landing-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:64px}.landing-header__brand{display:inline-flex;align-items:center;gap:var(--space-xs);font-weight:700;font-size:1.05rem;color:var(--color-text);text-decoration:none;flex-shrink:0}.landing-header__logo{width:36px;height:36px;border-radius:50%;background:var(--color-accent-primary-surface);display:grid;place-items:center}.landing-header__logo img{width:28px;height:28px;border-radius:50%;object-fit:cover}.landing-header__nav{display:none;gap:var(--space-lg)}.landing-header__nav a{color:var(--color-text-muted);text-decoration:none;font-weight:600;font-size:.9rem}.landing-header__nav a:hover{color:var(--color-text)}@media(min-width:900px){.landing-header__nav{display:flex}}.landing-header__actions{display:flex;align-items:center;gap:var(--space-xs);flex-shrink:0}.landing-header__lang-select{width:auto;min-width:0;min-height:36px;padding:0 32px 0 var(--space-sm);background-position:right 10px center;font-size:.85rem}@media(max-width:559px){.landing-header__brand-name,.landing-header__login{display:none}}@media(max-width:399px){.landing-header__theme{display:none}}.landing-hero{position:relative;overflow:hidden;padding:var(--space-3xl) 0 var(--space-2xl);background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--color-routine-surface) 65%,transparent) 0%,transparent 42%),radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--color-reminders-surface) 65%,transparent) 0%,transparent 42%),radial-gradient(circle at 18% 88%,color-mix(in srgb,var(--color-budget-surface) 55%,transparent) 0%,transparent 42%),radial-gradient(circle at 90% 92%,color-mix(in srgb,var(--color-groceries-surface) 55%,transparent) 0%,transparent 42%),var(--color-background)}@media(min-width:900px){.landing-hero{padding:var(--space-5xl) 0 var(--space-3xl)}}.landing-hero__inner{position:relative;max-width:720px;margin-inline:auto;padding-inline:var(--space-lg);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-md)}.landing-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-accent-primary);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-hero__headline{font-size:clamp(2.2rem,1.2rem + 4vw,3.5rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.landing-hero__subtitle{font-size:1.15rem;line-height:1.5;color:var(--color-text-muted);max-width:560px}.landing-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xs)}.landing-hero__actions .btn,.landing-final-cta .btn{min-height:50px;padding-inline:var(--space-xl);font-size:1rem}.landing-hero__disclaimer{font-size:.85rem;color:var(--color-text-muted);max-width:560px}.landing-hero__decoration{position:absolute;inset:0;pointer-events:none}@media(max-width:1023px){.landing-hero__decoration{display:none}}.landing-hero__decoration-icon{position:absolute;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;rotate:var(--rot, 0deg);box-shadow:0 12px 24px -14px color-mix(in srgb,var(--color-text) 25%,transparent)}.landing-hero__decoration-icon--routine{background:var(--color-routine-surface);color:var(--color-routine-accent)}.landing-hero__decoration-icon--groceries{background:var(--color-groceries-surface);color:var(--color-groceries-accent)}.landing-hero__decoration-icon--budget{background:var(--color-budget-surface);color:var(--color-budget-accent)}.landing-hero__decoration-icon--reminders{background:var(--color-reminders-surface);color:var(--color-reminders-accent)}.landing-hero__decoration-icon--primary{background:var(--color-accent-primary-surface);color:var(--color-accent-primary)}@keyframes landing-float{0%,to{translate:0 0}50%{translate:0 -10px}}@media(prefers-reduced-motion:no-preference){.landing-hero__decoration-icon{animation:landing-float 6s ease-in-out infinite;animation-delay:var(--delay, 0s)}}@media(prefers-reduced-motion:no-preference)and (min-width:1200px){.landing-preview__chip{animation:landing-float 7s ease-in-out infinite;animation-delay:var(--delay, 0s)}}[data-reduced-motion=true] .landing-hero__decoration-icon,[data-reduced-motion=true] .landing-preview__chip{animation:none}.landing-preview{display:grid;grid-template-columns:minmax(0,1fr);row-gap:var(--space-md);max-width:1320px;margin:var(--space-2xl) auto var(--space-4xl);padding-inline:var(--space-lg)}.landing-preview__frame{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 24px 48px -24px color-mix(in srgb,var(--color-text) 20%,transparent);overflow:hidden;max-width:720px;width:100%;justify-self:center}.landing-preview__titlebar{display:flex;gap:6px;padding:10px 14px;border-bottom:1px solid var(--color-border);background:var(--color-background)}.landing-preview__titlebar span{width:10px;height:10px;border-radius:50%;background:var(--color-border)}.landing-preview__titlebar span:nth-child(1){background:var(--color-groceries-accent)}.landing-preview__titlebar span:nth-child(2){background:var(--color-budget-accent)}.landing-preview__titlebar span:nth-child(3){background:var(--color-routine-accent)}.landing-preview__screen{padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md);pointer-events:none}@media(min-width:640px){.landing-preview__screen{padding:var(--space-lg)}}.landing-preview__header{display:flex;align-items:center;gap:var(--space-sm)}.landing-preview__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.landing-preview__greeting{font-weight:700;font-size:1.15rem}.landing-preview__date{font-size:.85rem;color:var(--color-text-muted)}.landing-preview__date:first-letter{text-transform:uppercase}.landing-preview .module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}.landing-preview .module-card{min-height:0;padding:var(--space-md);animation:none}.landing-preview .module-card:hover{transform:none}.landing-preview .module-card__metric{font-size:1.35rem}.landing-preview__agenda{padding:var(--space-md);animation:none}.landing-preview__agenda h3{font-weight:700;margin-bottom:var(--space-xs)}.landing-preview .list-row{animation:none}.landing-preview__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xs);margin:0;padding:0;list-style:none}.landing-preview__chip{display:inline-flex;align-items:center;gap:var(--space-xs);padding:8px 14px;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;color:var(--color-text);max-width:100%;min-width:0;box-shadow:0 12px 24px -16px color-mix(in srgb,var(--color-text) 30%,transparent)}.landing-preview__chip svg{flex-shrink:0}.landing-preview__chip--routine{background:var(--color-routine-surface)}.landing-preview__chip--routine svg{color:var(--color-routine-accent)}.landing-preview__chip--groceries{background:var(--color-groceries-surface)}.landing-preview__chip--groceries svg{color:var(--color-groceries-accent)}.landing-preview__chip--budget{background:var(--color-budget-surface)}.landing-preview__chip--budget svg{color:var(--color-budget-accent)}.landing-preview__chip--reminders{background:var(--color-reminders-surface)}.landing-preview__chip--reminders svg{color:var(--color-reminders-accent)}@media(min-width:1200px){.landing-preview{grid-template-columns:minmax(0,1fr) minmax(0,720px) minmax(0,1fr);grid-template-areas:"left frame right";column-gap:var(--space-xl);align-items:stretch}.landing-preview__frame{grid-area:frame}.landing-preview__chips{display:contents}.landing-preview__chip{max-width:220px;padding:10px 14px;border-radius:var(--radius-lg);rotate:var(--rot, 0deg)}.landing-preview__chip:nth-child(1){grid-area:left;justify-self:end;align-self:start;margin-top:56px;--rot: -3deg;--delay: 0s}.landing-preview__chip:nth-child(2){grid-area:right;justify-self:start;align-self:start;margin-top:120px;--rot: 3deg;--delay: 1s}.landing-preview__chip:nth-child(3){grid-area:left;justify-self:end;align-self:end;margin-bottom:96px;--rot: 2deg;--delay: 2s}.landing-preview__chip:nth-child(4){grid-area:right;justify-self:start;align-self:end;margin-bottom:48px;--rot: -2deg;--delay: 3s}}.landing-feature-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:700px){.landing-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-feature-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:var(--space-sm);min-width:0;padding:var(--space-xl);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:transform var(--duration-base) var(--easing-standard),box-shadow var(--duration-base) var(--easing-standard)}.landing-feature-card:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:var(--feature-accent)}.landing-feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px -24px color-mix(in srgb,var(--color-text) 35%,transparent)}.landing-feature-card--routine{--feature-accent: var(--color-routine-accent);--feature-surface: var(--color-routine-surface)}.landing-feature-card--groceries{--feature-accent: var(--color-groceries-accent);--feature-surface: var(--color-groceries-surface)}.landing-feature-card--budget{--feature-accent: var(--color-budget-accent);--feature-surface: var(--color-budget-surface)}.landing-feature-card--reminders{--feature-accent: var(--color-reminders-accent);--feature-surface: var(--color-reminders-surface)}.landing-feature-card__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--feature-surface);color:var(--feature-accent)}.landing-feature-card__title{font-size:1.25rem;font-weight:700}.landing-feature-card__tagline{font-weight:500;line-height:1.45}.landing-feature-card__list{display:flex;flex-direction:column;gap:var(--space-xs);margin-top:var(--space-2xs)}.landing-feature-card__list li{display:flex;gap:var(--space-xs);align-items:flex-start;font-size:.92rem;line-height:1.45;color:var(--color-text)}.landing-feature-card__check{width:20px;height:20px;border-radius:50%;flex-shrink:0;margin-top:2px;display:inline-grid;place-items:center;background:var(--feature-surface);color:var(--feature-accent)}.landing-persona-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:640px){.landing-persona-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-persona-card:last-child:nth-child(odd){grid-column:1 / -1}}@media(min-width:900px){.landing-persona-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-persona-card:last-child:nth-child(odd){grid-column:auto}}.landing-persona-card{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-xl);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);min-width:0}.landing-persona-card--routine{--persona-surface: var(--color-routine-surface);--persona-accent: var(--color-routine-accent)}.landing-persona-card--budget{--persona-surface: var(--color-budget-surface);--persona-accent: var(--color-budget-accent)}.landing-persona-card--reminders{--persona-surface: var(--color-reminders-surface);--persona-accent: var(--color-reminders-accent)}.landing-persona-card__icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--persona-surface);color:var(--persona-accent)}.landing-persona-card__badge{align-self:flex-start;padding:3px 10px;border-radius:var(--radius-pill);background:var(--persona-surface);color:var(--color-text);font-size:.75rem;font-weight:700}.landing-persona-card__title{font-size:1.15rem;font-weight:700}.landing-persona-card p{color:var(--color-text-muted);line-height:1.5}.landing-trust-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.landing-trust-card{display:flex;gap:var(--space-md);align-items:flex-start;padding:var(--space-lg);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl);min-width:0}@media(min-width:900px){.landing-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-lg)}.landing-trust-card{flex-direction:column;padding:var(--space-xl)}}.landing-trust-card--primary{--trust-surface: var(--color-accent-primary-surface);--trust-accent: var(--color-accent-primary)}.landing-trust-card--routine{--trust-surface: var(--color-routine-surface);--trust-accent: var(--color-routine-accent)}.landing-trust-card--reminders{--trust-surface: var(--color-reminders-surface);--trust-accent: var(--color-reminders-accent)}.landing-trust-card__icon{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:var(--trust-surface);color:var(--trust-accent)}.landing-trust-card__body{display:flex;flex-direction:column;gap:var(--space-xs);min-width:0;flex:1}.landing-trust-card__title{font-weight:700;font-size:1.05rem}.landing-trust-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.landing-trust-card__link{color:var(--color-accent-primary);font-weight:600;text-decoration:underline;text-underline-offset:2px;margin-top:auto}.landing-final-cta{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-md);padding:var(--space-4xl) var(--space-lg);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--color-accent-primary-surface),var(--color-reminders-surface))}.landing-final-cta h2{font-size:clamp(1.5rem,1rem + 2vw,2rem);font-weight:700;text-wrap:balance}.landing-final-cta p{color:var(--color-text-muted);max-width:520px}.landing-final-cta__deco{position:absolute;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--color-surface);color:var(--color-accent-primary);rotate:var(--rot, 0deg)}.landing-final-cta__deco--tl{top:16px;left:16px;--rot: -10deg}.landing-final-cta__deco--br{right:16px;bottom:16px;--rot: 8deg}@media(max-width:639px){.landing-final-cta__deco{display:none}}.landing-footer{border-top:1px solid var(--color-border);padding-block:var(--space-2xl);font-size:.85rem;color:var(--color-text-muted)}.landing-footer__top{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap}.landing-footer__brand{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;color:var(--color-text);font-weight:700}.landing-footer__brand img{width:28px;height:28px;border-radius:50%}.landing-footer__tagline{color:var(--color-text-muted);font-weight:400}.landing-footer__links{display:flex;gap:var(--space-md);flex-wrap:wrap}.landing-footer__links a{color:var(--color-text-muted);text-decoration:underline;text-underline-offset:2px}.landing-footer__links a:hover{color:var(--color-text)}.landing-footer__bottom{display:flex;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border)}@media(max-width:639px){.landing-footer__top,.landing-footer__bottom,.landing-footer__brand,.landing-footer__links{justify-content:center;text-align:center}}.legal-page{padding-block:var(--space-2xl) var(--space-5xl)}.legal-page__inner{max-width:760px;margin-inline:auto;padding-inline:var(--space-lg)}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:var(--color-text-muted);text-decoration:none;margin-bottom:var(--space-lg)}.legal-back:hover{color:var(--color-text)}.legal-notice{background:var(--color-budget-surface);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);font-size:.9rem;margin-bottom:var(--space-lg)}.legal-doc{line-height:1.6}.legal-doc h1{font-size:clamp(1.9rem,1.2rem + 3vw,2.5rem);font-weight:700;letter-spacing:-.01em;margin-bottom:var(--space-xs)}.legal-doc__meta{color:var(--color-text-muted);font-size:.9rem;margin-bottom:var(--space-xl)}.legal-doc h2{font-size:1.35rem;font-weight:700;margin:var(--space-2xl) 0 var(--space-sm);scroll-margin-top:88px}.legal-doc p{margin:0 0 var(--space-md)}.legal-doc ul{list-style:disc;padding-left:1.4rem;margin:0 0 var(--space-md);display:flex;flex-direction:column;gap:var(--space-2xs)}.legal-doc a{color:var(--color-accent-primary);text-decoration:underline;text-underline-offset:2px}.legal-toc{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md) var(--space-lg);margin-bottom:var(--space-xl)}.legal-toc__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:var(--space-xs)}.legal-toc ol{list-style:decimal;padding-left:1.4rem;display:flex;flex-direction:column;gap:var(--space-2xs)}@media(min-width:640px){.legal-toc ol{display:block;columns:2;column-gap:var(--space-lg)}.legal-toc li{break-inside:avoid;margin-bottom:var(--space-2xs)}}.legal-toc a{color:var(--color-text);text-decoration:none}.legal-toc a:hover{text-decoration:underline}
