.routine-view{--routine-accent:var(--accent);--routine-accent-soft:var(--accent-soft);--routine-ink:var(--text);--routine-subtle:var(--muted);--routine-line:var(--line);--routine-success:var(--green);--routine-success-soft:var(--green-soft);--routine-warning:var(--orange);--routine-warning-soft:var(--orange-soft);--routine-danger:var(--red);--routine-danger-soft:var(--red-soft);gap:16px}.routine-view button{-webkit-tap-highlight-color:transparent}.routine-view button:disabled{cursor:not-allowed;opacity:.55}.routine-day-picker{border:0;min-width:0;margin:0;padding:0}.routine-day-picker legend{color:var(--routine-subtle);margin-bottom:7px;font-size:.78rem;font-weight:750}.routine-day-picker>div{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;display:grid}.routine-day-picker button{border:1px solid var(--routine-line);background:var(--surface-soft);min-width:0;min-height:38px;color:var(--routine-subtle);border-radius:10px;padding:6px 4px;font-size:.72rem;font-weight:800}.routine-day-picker button.is-active{border-color:var(--routine-accent);background:var(--routine-accent-soft);color:var(--routine-accent)}.routine-habit-form .routine-day-picker,.routine-inline-editor .routine-day-picker-edit{grid-column:1/-1}.routine-habit-item.is-off-day{opacity:.72;border-style:dashed}.routine-habit-item.is-off-day .routine-check-control{background:var(--surface-soft);color:var(--routine-subtle)}.routine-hero{border:1px solid color-mix(in srgb, var(--routine-accent) 24%, var(--routine-line));border-radius:var(--radius);background:radial-gradient(circle at 92% 6%, color-mix(in srgb, var(--routine-accent) 18%, transparent) 0, transparent 36%), linear-gradient(135deg, var(--surface) 28%, color-mix(in srgb, var(--routine-accent-soft) 65%, var(--surface)));box-shadow:var(--shadow);grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:24px;padding:28px;display:grid;position:relative;overflow:hidden}.routine-hero:after{border:26px solid color-mix(in srgb, var(--routine-accent) 8%, transparent);content:"";pointer-events:none;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-120px;right:-90px}.routine-hero-copy{z-index:1;align-content:center;justify-items:start;gap:10px;min-width:0;display:grid;position:relative}.routine-kicker{color:var(--routine-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:850}.routine-hero-copy h2{letter-spacing:-.045em;max-width:21ch;font-size:clamp(1.65rem,4vw,2.25rem);line-height:1.06}.routine-hero-copy>p:last-of-type{max-width:57ch;color:var(--routine-subtle);font-size:.95rem;line-height:1.55}.routine-hero-button{background:var(--routine-accent);color:#fff;border-radius:12px;align-items:center;gap:8px;min-height:44px;margin-top:4px;padding:10px 15px;font-weight:800;display:inline-flex}.routine-progress-card{z-index:1;border:1px solid color-mix(in srgb, var(--routine-accent) 17%, var(--routine-line));background:color-mix(in srgb, var(--surface) 91%, transparent);min-width:0;box-shadow:0 12px 30px color-mix(in srgb, var(--routine-accent) 9%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;align-content:center;gap:14px;padding:19px;display:grid;position:relative}.routine-progress-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.routine-progress-heading>div{gap:3px;display:grid}.routine-progress-heading span{color:var(--routine-subtle);font-size:.78rem;font-weight:700}.routine-progress-heading strong{font-size:1.02rem}.routine-progress-heading b{color:var(--routine-accent);letter-spacing:-.04em;font-size:1.45rem}.routine-progress-track{background:color-mix(in srgb, var(--routine-accent) 10%, var(--surface-soft));border-radius:99px;height:11px;overflow:hidden}.routine-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--routine-accent), var(--routine-success));width:0;height:100%;box-shadow:0 0 16px color-mix(in srgb, var(--routine-accent) 28%, transparent);transition:width .3s;display:block}.routine-progress-foot{color:var(--routine-subtle);flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.78rem;font-weight:750;display:flex}.routine-progress-foot span{align-items:center;gap:6px;display:inline-flex}.routine-progress-foot span:first-child svg{color:var(--routine-success)}.routine-summary-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));align-self:stretch;gap:9px;display:grid;position:relative}.routine-summary-card{border:1px solid color-mix(in srgb, var(--routine-accent) 15%, var(--routine-line));background:color-mix(in srgb, var(--surface) 91%, transparent);min-width:0;min-height:128px;color:var(--routine-ink);text-align:left;border-radius:15px;align-content:center;justify-items:start;gap:4px;padding:15px;transition:transform .15s,border-color .15s;display:grid}.routine-summary-card:hover,.routine-summary-card.is-active{border-color:var(--routine-accent);transform:translateY(-2px)}.routine-summary-card:focus-visible{outline:3px solid color-mix(in srgb, var(--routine-accent) 30%, transparent);outline-offset:2px}.routine-summary-card svg{color:var(--routine-accent);margin-bottom:5px}.routine-summary-card.overdue svg{color:var(--routine-danger)}.routine-summary-card.completed svg{color:var(--routine-success)}.routine-summary-card strong{font-size:1.45rem;line-height:1}.routine-summary-card span{overflow-wrap:anywhere;color:var(--routine-subtle);font-size:.73rem;font-weight:750}.routine-alert{border:1px solid color-mix(in srgb, var(--routine-danger) 28%, var(--routine-line));background:var(--routine-danger-soft);color:var(--routine-danger);border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;font-size:.9rem;font-weight:700;display:grid}.routine-alert button{width:34px;height:34px;color:inherit;background:0 0;border-radius:9px;place-items:center;display:grid}.routine-next-card{border:1px solid color-mix(in srgb, var(--routine-accent) 23%, var(--routine-line));background:linear-gradient(100deg, var(--surface), color-mix(in srgb, var(--routine-accent-soft) 70%, var(--surface)));min-width:0;box-shadow:0 9px 24px color-mix(in srgb, var(--routine-accent) 6%, transparent);border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 17px;display:grid}.routine-next-card.is-complete{border-color:color-mix(in srgb, var(--routine-success) 30%, var(--routine-line));background:linear-gradient(100deg, var(--surface), var(--routine-success-soft))}.routine-next-card.is-overdue{border-color:color-mix(in srgb, var(--routine-danger) 30%, var(--routine-line));background:linear-gradient(100deg, var(--surface), var(--routine-danger-soft))}.routine-next-icon{background:var(--routine-accent-soft);width:46px;height:46px;color:var(--routine-accent);border-radius:14px;flex:none;place-items:center;display:grid}.routine-next-card.is-complete .routine-next-icon{background:var(--routine-success-soft);color:var(--routine-success)}.routine-next-card.is-overdue .routine-next-icon{background:var(--routine-danger-soft);color:var(--routine-danger)}.routine-next-card>div:nth-child(2){gap:3px;min-width:0;display:grid}.routine-next-card>div:nth-child(2)>span{color:var(--routine-accent);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:850}.routine-next-card.is-complete>div:nth-child(2)>span{color:var(--routine-success)}.routine-next-card.is-overdue>div:nth-child(2)>span{color:var(--routine-danger)}.routine-next-card strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.routine-next-card small{color:var(--routine-subtle);font-size:.8rem}.routine-next-action{background:var(--routine-accent);color:#fff;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:10px 14px;font-weight:800;display:inline-flex}.routine-next-card.is-overdue .routine-next-action{background:var(--routine-danger)}.routine-workout-entry{border:1px solid color-mix(in srgb, var(--routine-success) 28%, var(--routine-line));background:linear-gradient(105deg, var(--routine-success-soft), var(--surface) 70%);box-shadow:0 9px 24px color-mix(in srgb, var(--routine-success) 6%, transparent);border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 17px;display:grid}.routine-workout-entry-icon{background:var(--routine-success);color:#fff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.routine-workout-entry>div{gap:3px;min-width:0;display:grid}.routine-workout-entry strong{overflow-wrap:anywhere;font-size:.95rem}.routine-workout-entry small{color:var(--routine-subtle);font-size:.78rem;line-height:1.4}.routine-workout-entry button{background:var(--routine-success);color:#fff;white-space:nowrap;border-radius:11px;min-height:43px;padding:10px 14px;font-weight:800}.routine-panel{border-radius:var(--radius);gap:17px;padding:21px}.routine-create-panel{border-top:3px solid color-mix(in srgb, var(--routine-accent) 70%, var(--surface))}.routine-section-head{border-bottom:1px solid var(--routine-line);justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.routine-section-head>div:first-child{gap:4px;min-width:0;display:grid}.routine-section-head h2{letter-spacing:-.025em}.routine-section-head p:last-child:not(.routine-kicker){color:var(--routine-subtle);font-size:.84rem;line-height:1.45}.routine-head-icon,.routine-count{background:var(--routine-accent-soft);width:40px;height:40px;color:var(--routine-accent);border-radius:12px;flex:none;place-items:center;font-weight:850;display:grid}.routine-close-button{border:1px solid var(--routine-line);background:var(--surface-soft);width:42px;height:42px;color:var(--routine-subtle);border-radius:12px;flex:none;place-items:center;display:grid}.routine-create-form{align-items:end;gap:12px;display:grid}.routine-habit-form{grid-template-columns:minmax(0,1fr) minmax(130px,.28fr) auto}.routine-task-form{grid-template-columns:repeat(2,minmax(0,1fr))}.routine-task-form .routine-task-name-field,.routine-task-form .routine-date-schedule{grid-column:1/-1}.routine-task-name-field{gap:7px;min-width:0;display:grid}.routine-create-form label,.routine-inline-editor label{min-width:0;color:var(--routine-ink);gap:7px;font-size:.8rem;font-weight:800;display:grid}.routine-create-form input,.routine-inline-editor input,.routine-create-form select,.routine-inline-editor select{border-radius:12px;width:100%;min-width:0;max-width:100%;min-height:44px}.routine-time-field{min-width:0;max-width:100%}.routine-time-control{border:1px solid var(--routine-line);background:var(--control);width:100%;min-width:0;min-height:46px;color:var(--routine-subtle);border-radius:12px;align-items:center;gap:9px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.routine-time-control:focus-within{border-color:var(--routine-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--routine-accent) 14%, transparent)}.routine-time-control>svg{color:var(--routine-accent);pointer-events:none;flex:none}.routine-time-field input[type=time]{width:auto;min-width:0;max-width:100%;min-height:44px;color:var(--routine-ink);background:0 0;border:0;border-radius:0;outline:0;flex:auto;padding:0;font-weight:800;display:block;position:relative}.routine-time-field input[type=time]::-webkit-date-and-time-value{text-align:left;min-width:0}.routine-time-field input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.routine-create-form input:focus,.routine-inline-editor input:focus,.routine-create-form select:focus,.routine-inline-editor select:focus{border-color:var(--routine-accent)}.routine-submit,.routine-create-actions .primary-button{justify-content:center;align-items:center;gap:8px;min-height:44px;display:inline-flex}.routine-date-schedule{border:0;grid-column:1/-1;gap:8px;min-width:0;margin:0;padding:0;display:grid}.routine-date-schedule legend{color:var(--routine-subtle);margin-bottom:7px;font-size:.78rem;font-weight:750}.routine-date-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.routine-date-options>label{cursor:pointer;min-width:0;position:relative}.routine-date-options input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.routine-date-options label>span{border:1px solid var(--routine-line);background:var(--control);min-height:58px;color:var(--routine-ink);text-align:center;border-radius:12px;align-content:center;gap:2px;padding:8px 10px;transition:border-color .15s,background .15s,color .15s;display:grid}.routine-date-options label:hover>span{border-color:color-mix(in srgb, var(--routine-accent) 38%, var(--routine-line))}.routine-date-options label.is-selected>span{border-color:color-mix(in srgb, var(--routine-accent) 52%, var(--routine-line));background:var(--routine-accent-soft);color:var(--routine-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--routine-accent) 18%, transparent)}.routine-date-options input:focus-visible+span{outline:3px solid color-mix(in srgb, var(--routine-accent) 32%, transparent);outline-offset:2px}.routine-date-options strong{overflow-wrap:anywhere;font-size:.78rem;font-weight:800}.routine-date-options small{color:var(--routine-subtle);font-size:.68rem;font-weight:650}.routine-date-options label.is-selected small{color:inherit;opacity:.78}.routine-custom-date{border:1px solid color-mix(in srgb, var(--routine-accent) 18%, var(--routine-line));background:var(--surface-soft);border-radius:12px;padding:10px}.routine-create-actions{grid-column:1/-1;justify-content:flex-end}.routine-add-compact{flex:none;align-items:center;gap:7px;min-height:42px;display:inline-flex}.routine-loading{min-height:154px;color:var(--routine-subtle);justify-content:center;align-items:center;gap:9px;font-size:.9rem;font-weight:700;display:flex}.routine-spin{animation:.8s linear infinite routine-spin}@keyframes routine-spin{to{transform:rotate(360deg)}}.routine-empty-state{border:1px dashed color-mix(in srgb, var(--routine-accent) 24%, var(--routine-line));background:color-mix(in srgb, var(--routine-accent-soft) 35%, var(--surface));border-radius:14px;justify-content:center;align-items:center;gap:13px;min-height:120px;padding:20px;display:flex}.routine-empty-state>span{background:var(--surface);width:46px;height:46px;color:var(--routine-accent);border-radius:14px;flex:none;place-items:center;display:grid}.routine-empty-state>div{gap:4px;display:grid}.routine-empty-state p{color:var(--routine-subtle);font-size:.84rem;line-height:1.45}.routine-list{gap:9px;display:grid}.routine-item{border:1px solid var(--routine-line);background:var(--surface);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;min-height:78px;padding:13px;transition:border-color .15s,transform .15s,background .15s;display:grid}.routine-item:hover{border-color:color-mix(in srgb, var(--routine-accent) 35%, var(--routine-line));transform:translateY(-1px)}.routine-habit-item.is-done,.routine-task-item.is-completed{border-color:color-mix(in srgb, var(--routine-success) 22%, var(--routine-line));background:color-mix(in srgb, var(--routine-success-soft) 48%, var(--surface))}.routine-task-item.is-overdue{border-left:3px solid var(--routine-danger)}.routine-check-control{border:2px solid color-mix(in srgb, var(--routine-accent) 31%, var(--routine-line));background:var(--surface-soft);width:46px;height:46px;color:var(--routine-accent);border-radius:14px;flex:none;place-items:center;font-size:.76rem;font-weight:850;display:grid}.routine-check-control:hover{border-color:var(--routine-accent);background:var(--routine-accent-soft)}.routine-check-control.is-done{border-color:var(--routine-success);background:var(--routine-success);color:#fff}.routine-item-main{gap:6px;min-width:0;display:grid}.routine-item-title{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.routine-item-title strong{overflow-wrap:anywhere;min-width:0;font-size:.96rem}.routine-item-main small{color:var(--routine-subtle);flex-wrap:wrap;align-items:center;gap:5px;font-size:.79rem;display:flex}.routine-item-main small svg{flex:none}.routine-habit-schedule{min-width:0;max-width:100%;overflow:hidden}.routine-habit-time,.routine-habit-days{align-items:center;gap:5px;min-width:0;display:inline-flex}.routine-habit-time{white-space:nowrap;flex:none}.routine-habit-days{overflow-wrap:anywhere;flex:120px}.routine-schedule-separator{flex:none}.routine-status{background:var(--routine-accent-soft);width:fit-content;color:var(--routine-accent);border-radius:99px;align-items:center;padding:4px 7px;font-size:.68rem;font-weight:800;display:inline-flex}.routine-status.done,.routine-status.completed{background:var(--routine-success-soft);color:var(--routine-success)}.routine-status.overdue{background:var(--routine-danger-soft);color:var(--routine-danger)}.routine-streak-count,.routine-streak-badge{border-radius:99px;align-items:center;width:fit-content;font-size:.68rem;font-weight:800;display:inline-flex}.routine-streak-count{color:var(--routine-subtle)}.routine-streak-badge{color:#9a5a00;background:#f59e0b29;gap:4px;padding:4px 7px}.routine-streak-badge.is-steady{color:#18723a;background:#22c55e29}.routine-streak-badge.is-century{color:#6d28d9;background:#7c3aed24}.routine-streak-badge.is-legacy{color:#0f766e;background:#0f766e29}.routine-task-item.is-completed .routine-item-title strong{color:var(--routine-subtle);text-decoration:line-through}.routine-item-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;max-width:100%;display:flex}.routine-special-action,.routine-task-complete{border-radius:11px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:9px 11px;font-size:.8rem;font-weight:800;display:inline-flex}.routine-special-action.focus{background:var(--routine-warning-soft);color:var(--routine-warning)}.routine-special-action.workout{background:var(--routine-success-soft);color:var(--routine-success)}.routine-task-complete{background:var(--routine-accent-soft);color:var(--routine-accent)}.routine-task-complete.is-reopen{background:var(--surface-soft);color:var(--routine-subtle)}.routine-more-actions{gap:5px;display:flex}.routine-more-actions button{border:1px solid var(--routine-line);background:var(--surface);width:40px;height:40px;color:var(--routine-subtle);border-radius:11px;place-items:center;display:grid}.routine-more-actions button:hover{border-color:var(--routine-accent);color:var(--routine-accent)}.routine-more-actions button.danger:hover{border-color:var(--routine-danger);background:var(--routine-danger-soft);color:var(--routine-danger)}.routine-delete-confirm{border:1px solid color-mix(in srgb, var(--routine-danger) 24%, var(--routine-line));background:var(--routine-danger-soft);border-radius:10px;align-items:center;gap:5px;padding:4px;display:flex}.routine-delete-confirm span{color:var(--routine-danger);padding-left:5px;font-size:.72rem;font-weight:800}.routine-delete-confirm button{background:var(--surface);min-height:34px;color:var(--routine-subtle);border-radius:7px;padding:6px 8px;font-size:.74rem;font-weight:800}.routine-delete-confirm .routine-confirm-delete{background:var(--routine-danger);color:#fff}.routine-inline-editor{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(135px,.28fr) auto;align-items:end;gap:10px;width:100%;min-width:0;display:grid}.routine-task-editor{grid-template-columns:minmax(0,1.2fr) minmax(140px,.36fr) minmax(120px,.32fr) minmax(140px,.36fr) auto}.routine-editor-actions{align-items:center;gap:7px;display:flex}.routine-editor-actions button{min-height:42px}.routine-filters{scrollbar-width:none;gap:6px;max-width:100%;padding:2px 1px 7px;display:flex;overflow-x:auto}.routine-filters::-webkit-scrollbar{display:none}.routine-filters button{border:1px solid var(--routine-line);background:var(--surface);min-height:40px;color:var(--routine-subtle);border-radius:11px;flex:none;align-items:center;gap:7px;padding:8px 11px;font-size:.79rem;font-weight:800;display:inline-flex}.routine-filters button b{background:var(--surface-soft);min-width:21px;height:21px;color:inherit;border-radius:99px;place-items:center;padding:0 5px;font-size:.69rem;display:grid}.routine-filters button.is-active{border-color:var(--routine-accent);background:var(--routine-accent-soft);color:var(--routine-accent)}.routine-filters button.is-active b{background:var(--surface)}.routine-task-groups{gap:22px;display:grid}.routine-task-group{gap:10px;min-width:0;display:grid}.routine-group-heading{justify-content:space-between;align-items:center;gap:12px;padding:0 2px;display:flex}.routine-group-heading>div{gap:2px;display:grid}.routine-group-heading h3{font-size:.92rem}.routine-group-heading p{color:var(--routine-subtle);font-size:.76rem}.routine-group-heading>span{background:var(--routine-accent-soft);min-width:28px;height:28px;color:var(--routine-accent);border-radius:9px;place-items:center;padding:0 7px;font-size:.75rem;font-weight:850;display:grid}.group-overdue .routine-group-heading h3,.group-overdue .routine-group-heading>span{color:var(--routine-danger)}.group-overdue .routine-group-heading>span{background:var(--routine-danger-soft)}.group-completed .routine-group-heading h3,.group-completed .routine-group-heading>span{color:var(--routine-success)}.group-completed .routine-group-heading>span{background:var(--routine-success-soft)}@media (width<=900px){.routine-hero{grid-template-columns:minmax(0,1fr) minmax(290px,.8fr);padding:23px}.routine-task-editor{grid-template-columns:1fr 1fr}.routine-task-editor .routine-task-name-field,.routine-task-editor .routine-editor-actions{grid-column:1/-1}}@media (width<=760px){.routine-view{gap:13px}.routine-hero{grid-template-columns:1fr;gap:18px;padding:20px}.routine-hero-copy h2{max-width:none}.routine-hero-copy>p:last-of-type{font-size:.9rem}.routine-summary-card{min-height:104px;padding:12px}.routine-summary-card strong{font-size:1.3rem}.routine-panel{padding:16px}.routine-habit-form,.routine-task-form{grid-template-columns:1fr 1fr}.routine-habit-form label:first-child,.routine-habit-form .routine-submit,.routine-task-form .routine-task-name-field,.routine-task-form .routine-date-schedule,.routine-task-form .routine-create-actions{grid-column:1/-1}.routine-submit{width:100%}.routine-item{grid-template-columns:auto minmax(0,1fr);align-items:start;padding:13px 12px}.routine-check-control{width:44px;height:44px}.routine-item-main{align-content:center;min-height:44px}.routine-item-actions{border-top:1px solid var(--routine-line);grid-column:1/-1;justify-content:flex-end;width:100%;padding-top:9px}.routine-special-action,.routine-task-complete{min-height:42px}.routine-inline-editor,.routine-task-editor{grid-template-columns:1fr 1fr}.routine-inline-editor>label:first-child,.routine-inline-editor .routine-editor-actions,.routine-task-editor .routine-task-name-field{grid-column:1/-1}}@media (width<=540px){.routine-hero{border-radius:16px;padding:18px 16px}.routine-hero-copy h2{font-size:1.7rem}.routine-progress-card{padding:16px}.routine-summary-grid{gap:6px}.routine-summary-card{border-radius:12px;min-height:96px;padding:10px}.routine-summary-card svg{width:18px;height:18px}.routine-summary-card span{font-size:.66rem}.routine-next-card{grid-template-columns:auto minmax(0,1fr);padding:13px}.routine-next-action{grid-column:1/-1;width:100%}.routine-workout-entry{grid-template-columns:auto minmax(0,1fr);padding:13px}.routine-workout-entry button{grid-column:1/-1;width:100%}.routine-panel{border-radius:16px;gap:14px;padding:14px}.routine-section-head{padding-bottom:12px}.routine-task-list-head{align-items:center}.routine-add-compact{justify-content:center;width:42px;padding:0}.routine-add-compact span{display:none}.routine-habit-form,.routine-task-form,.routine-inline-editor,.routine-task-editor{grid-template-columns:1fr}.routine-habit-form>*,.routine-task-form>*,.routine-inline-editor>*,.routine-task-editor>*{grid-column:1!important}.routine-editor-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.routine-create-actions{justify-content:stretch}.routine-create-actions button{width:100%}.routine-date-options{gap:5px}.routine-date-options label>span{min-height:60px;padding:7px 5px}.routine-date-options strong{font-size:.72rem}.routine-item-actions{justify-content:stretch}.routine-special-action,.routine-task-complete{flex:auto}.routine-more-actions{margin-left:auto}.routine-delete-confirm{justify-content:flex-end;width:100%}.routine-delete-confirm span{margin-right:auto}.routine-group-heading p{display:none}}@media (prefers-reduced-motion:reduce){.routine-progress-track span,.routine-item,.routine-summary-card{transition:none}.routine-spin{animation-duration:1.6s}}.shopping-finance-snapshot{z-index:1;gap:10px;min-width:0;display:grid;position:relative}.shopping-balance-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.shopping-balance-row>span{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff21;border-radius:14px;gap:3px;padding:12px 14px;font-size:.72rem;font-weight:750;display:grid}.shopping-balance-row strong{color:#fff;font-size:1.02rem}.shopping-balance-row .is-negative strong{color:#ffb4b4}.shopping-success{border:1px solid color-mix(in srgb, var(--green) 28%, var(--line));background:var(--green-soft);color:var(--green);border-radius:13px;align-items:center;gap:9px;padding:12px 14px;font-size:.84rem;font-weight:750;display:flex}.shopping-success button{color:inherit;margin-left:auto;font-size:.76rem;font-weight:800}.shopping-create-form{grid-template-columns:repeat(3,minmax(0,1fr))}.shopping-create-panel{scroll-margin-top:calc(env(safe-area-inset-top,0px) + 82px)}.shopping-create-panel:focus{outline:3px solid color-mix(in srgb, var(--accent) 34%, transparent);outline-offset:3px}.shopping-create-name{align-self:start}.shopping-date-schedule{border:0;grid-column:span 2;gap:8px;min-width:0;margin:0;padding:0;display:grid}.shopping-date-schedule legend{color:var(--muted);margin-bottom:7px;font-size:.78rem;font-weight:750}.shopping-date-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.shopping-date-options>label{cursor:pointer;min-width:0;position:relative}.shopping-date-options input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.shopping-date-options label>span{border:1px solid var(--line);background:var(--control);min-height:58px;color:var(--text);text-align:center;border-radius:12px;align-content:center;gap:2px;padding:8px 10px;transition:border-color .15s,background .15s,color .15s;display:grid}.shopping-date-options label:hover>span{border-color:color-mix(in srgb, var(--accent) 38%, var(--line))}.shopping-date-options label.is-selected>span{border-color:color-mix(in srgb, var(--accent) 52%, var(--line));background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.shopping-date-options input:focus-visible+span{outline:3px solid color-mix(in srgb, var(--accent) 32%, transparent);outline-offset:2px}.shopping-date-options strong{overflow-wrap:anywhere;font-size:.78rem}.shopping-date-options small{color:var(--muted);font-size:.68rem;font-weight:650}.shopping-date-options label.is-selected small{color:inherit;opacity:.78}.shopping-custom-date{border:1px solid color-mix(in srgb, var(--accent) 18%, var(--line));background:var(--surface-soft);border-radius:12px;gap:6px;padding:10px;display:grid}.shopping-money-field{border:1px solid var(--line);background:var(--control);border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid;overflow:hidden}.shopping-money-field>span{color:var(--muted);padding-left:12px;font-size:.84rem;font-weight:850}.shopping-money-field input{background:0 0;border:0;border-radius:0;min-width:0;padding-left:7px;font-weight:800}.shopping-repeat-toggle{border:1px solid color-mix(in srgb, var(--accent) 20%, var(--line));background:var(--accent-soft);cursor:pointer;border-radius:13px;grid-column:1/-1;align-items:flex-start;gap:11px;padding:13px;display:flex}.shopping-repeat-toggle>input{width:18px;height:18px;accent-color:var(--accent);flex:none;margin-top:2px}.shopping-repeat-toggle>span{gap:3px;display:grid}.shopping-repeat-toggle strong{color:var(--text);font-size:.84rem}.shopping-repeat-toggle small{color:var(--muted);font-size:.74rem;font-weight:550;line-height:1.4}.shopping-plan-select small+small{color:var(--accent);font-weight:750}.shopping-session-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.shopping-category-chip,.shopping-repeat-chip{border-radius:999px;align-items:center;gap:5px;width:fit-content;padding:5px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.shopping-category-chip{background:var(--surface-soft);color:var(--muted)}.shopping-repeat-chip{background:var(--green-soft);color:var(--green)}.shopping-list-budget{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.shopping-list-budget>div{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;gap:4px;padding:11px 12px;display:grid}.shopping-list-budget span{color:var(--muted);font-size:.7rem;font-weight:700}.shopping-list-budget strong{overflow-wrap:anywhere;font-size:.94rem}.shopping-list-budget .is-negative{border-color:color-mix(in srgb, var(--red) 30%, var(--line));background:var(--red-soft)}.shopping-list-budget .is-negative strong{color:var(--red)}.shopping-add-item{grid-template-columns:minmax(0,1fr) 104px auto}.shopping-share-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.shopping-share-icon{background:var(--accent-soft);width:44px;height:44px;color:var(--accent);border-radius:13px;place-items:center;display:grid}.shopping-share-copy{min-width:0}.shopping-share-copy h2{margin:2px 0 5px;font-size:1.05rem}.shopping-share-copy>p:last-child{color:var(--muted);margin:0;font-size:.83rem;line-height:1.45}.shopping-share-loading{color:var(--muted);align-items:center;gap:7px;display:inline-flex}.shopping-share-loading svg{animation:1s linear infinite shopping-spin}@keyframes shopping-spin{to{transform:rotate(360deg)}}.shopping-share-actions{align-items:end;gap:10px;display:flex}.shopping-share-redeem{gap:5px;display:grid}.shopping-share-redeem label{color:var(--muted);font-size:.72rem}.shopping-share-redeem>div{gap:7px;display:flex}.shopping-share-redeem input{text-transform:uppercase;letter-spacing:.08em;width:124px;min-height:40px;font-weight:800}.shopping-share-redeem button{align-items:center;gap:6px;display:inline-flex}.shopping-invite-ready{justify-items:end;gap:5px;display:grid}.shopping-invite-ready span{color:var(--muted);font-size:.72rem}.shopping-invite-ready strong{color:var(--accent);letter-spacing:.1em;font-size:1.2rem}.shopping-share-error{color:var(--red);grid-column:2/-1;margin:0;font-size:.8rem}@media (prefers-reduced-motion:reduce){.shopping-share-loading svg{animation:none}}.shopping-quantity-field input{text-align:center;font-weight:800}.shopping-price-form{grid-template-columns:90px minmax(150px,1fr) auto auto}.shopping-price-quantity input{text-align:center;font-weight:800}.shopping-price-history{border:1px solid color-mix(in srgb, var(--accent) 23%, var(--line));background:var(--accent-soft);color:var(--accent);border-radius:14px;align-items:center;gap:9px;padding:13px;font-size:.82rem;font-weight:750;display:flex}section.shopping-price-history{color:var(--text);display:grid}.shopping-price-history header{justify-content:space-between;align-items:center;gap:12px;display:flex}.shopping-price-history header>div{gap:2px;display:grid}.shopping-price-history header span{color:var(--muted);font-size:.7rem}.shopping-price-history header button{color:var(--accent);font-size:.74rem;font-weight:850}.shopping-price-history>p{color:var(--muted);font-size:.8rem}.shopping-price-history>div{gap:6px;display:grid}.shopping-price-history article{border-top:1px solid color-mix(in srgb, var(--accent) 16%, var(--line));justify-content:space-between;align-items:center;gap:10px;padding-top:7px;display:flex}.shopping-price-history article span{color:var(--muted);font-size:.74rem}.shopping-price-history article strong{white-space:nowrap;color:var(--accent);font-size:.78rem}.shopping-confirm-repeat{background:var(--green-soft);color:var(--green);border-radius:11px;align-items:center;gap:8px;padding:10px;font-size:.77rem;font-weight:700;line-height:1.4;display:flex}.shopping-history-controls{justify-content:flex-end;align-items:end;gap:9px;display:flex}.shopping-history-controls .ghost-button{justify-content:center;align-items:center;gap:7px;min-height:43px;display:inline-flex}.shopping-budget-panel{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.shopping-budget-panel>div{align-items:center;gap:12px;display:flex}.shopping-budget-panel>div>div{gap:3px;display:grid}.shopping-budget-panel h3{font-size:1rem}.shopping-budget-panel p:last-child{color:var(--muted);font-size:.76rem}.shopping-budget-icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent);border-radius:13px;flex:none;place-items:center;display:grid}.shopping-budget-panel form{grid-template-columns:minmax(160px,220px) auto;align-items:end;gap:8px;display:grid}.shopping-budget-panel form>button{justify-content:center;align-items:center;gap:7px;min-height:43px;display:inline-flex}.shopping-history-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.shopping-history-summary article:first-child{background:var(--accent-soft);color:var(--text)}.shopping-history-summary article:first-child span{color:var(--muted)}.shopping-history-summary article.is-positive strong,.shopping-history-summary article.is-positive small{color:var(--green)}.shopping-history-summary article.is-negative strong,.shopping-history-summary article.is-negative small{color:var(--red)}.shopping-history-summary small{color:var(--muted);align-items:center;gap:4px;font-size:.68rem;font-weight:750;display:inline-flex}.shopping-category-summary{gap:13px;display:grid}.shopping-category-summary>div:first-child{gap:3px;display:grid}.shopping-category-summary>div:last-child{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;display:grid}.shopping-category-summary article{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;justify-content:space-between;align-items:center;gap:8px;padding:10px 11px;display:flex}.shopping-category-summary article span{color:var(--muted);font-size:.76rem}.shopping-category-summary article strong{font-size:.84rem}.shopping-receipt>div>span{gap:2px;display:grid}.shopping-receipt>div small{color:var(--muted);font-size:.68rem}@media (width<=900px){.shopping-history-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.shopping-budget-panel{grid-template-columns:1fr}.shopping-budget-panel form{grid-template-columns:minmax(0,1fr) auto}}@media (width<=720px){.shopping-create-form{grid-template-columns:1fr 1fr}.shopping-add-item{grid-template-columns:minmax(0,1fr) 92px}.shopping-share-card{grid-template-columns:auto minmax(0,1fr);align-items:start}.shopping-share-actions,.shopping-invite-ready,.shopping-share-disconnect,.shopping-share-loading{grid-column:1/-1;width:100%}.shopping-share-actions{display:grid}.shopping-share-actions>button{width:100%}.shopping-share-redeem>div{grid-template-columns:minmax(0,1fr) auto;display:grid}.shopping-share-redeem input{width:100%}.shopping-invite-ready{text-align:center;justify-items:stretch}.shopping-share-error,.shopping-add-item>button{grid-column:1/-1}.shopping-price-form{grid-template-columns:82px minmax(0,1fr)}.shopping-price-form>button{width:100%}.shopping-price-form>small{grid-column:1/-1}.shopping-history-head{align-items:stretch}.shopping-history-controls{justify-content:stretch}.shopping-history-controls label{flex:1}.shopping-history-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.shopping-history-summary article:first-child{grid-column:auto}}@media (width<=480px){.shopping-balance-row,.shopping-list-budget{grid-template-columns:1fr}.shopping-balance-row>span{grid-template-columns:1fr auto;align-items:center}.shopping-create-form{grid-template-columns:1fr}.shopping-date-schedule{grid-column:auto}.shopping-date-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.shopping-date-options label>span{min-height:60px;padding:7px 5px}.shopping-date-options strong{font-size:.72rem}.shopping-repeat-toggle{grid-column:auto}.shopping-history-controls{grid-template-columns:1fr;display:grid}.shopping-history-controls .ghost-button{width:100%}.shopping-budget-panel>div{align-items:flex-start}.shopping-budget-panel form{grid-template-columns:1fr}.shopping-budget-panel form>button{width:100%}.shopping-price-history article{flex-direction:column;align-items:flex-start;gap:3px}.shopping-price-history article strong{white-space:normal}}.focus-reading-view{gap:20px}.focus-hero,.reading-panel{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px}.focus-hero{--focus-timer-accent:#ffca72;color:#fff;background:radial-gradient(circle at 8% 15%,#8499ff42,#0000 31%),radial-gradient(circle at 88% 82%,#ffbb5d24,#0000 34%),linear-gradient(142deg,#15213e 0%,#27386e 54%,#1b2850 100%);grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:28px;padding:clamp(24px,4vw,42px);display:grid;overflow:hidden}.focus-hero.is-break{--focus-timer-accent:#62dfad;background:radial-gradient(circle at 12% 10%,#62dfad33,#0000 31%),linear-gradient(142deg,#12362f 0%,#1c5548 54%,#143c35 100%)}.focus-hero-copy{align-content:center;gap:15px;display:grid}.focus-kicker{color:#dce5ff;letter-spacing:.04em;text-transform:uppercase;background:#ffffff17;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:7px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.focus-kicker svg{width:15px;height:15px}.focus-hero-copy h2{letter-spacing:-.045em;max-width:14ch;font-size:clamp(2rem,4vw,3.25rem);line-height:1.02}.focus-hero-copy>p{color:#c8d3ee;max-width:54ch;font-size:.98rem;line-height:1.65}.focus-habit-selector{color:#e8edff;max-width:390px;margin-top:4px}.focus-habit-selector select{color:#fff;background:#ffffff1a;border-color:#ffffff2e}.focus-habit-selector option{color:#fff;background:#1d2b52}.focus-habit-invite{background:#ffffff14;border:1px solid #ffffff29;border-radius:14px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;max-width:430px;margin-top:4px;padding:12px;display:grid}.focus-habit-invite>svg{background:#ffffff1a;border-radius:11px;width:38px;height:38px;padding:9px}.focus-habit-invite div{gap:3px;display:grid}.focus-habit-invite span{color:#c8d3ee;font-size:.8rem;line-height:1.4}.focus-timer-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080e204a;border:1px solid #ffffff24;border-radius:22px;align-content:center;justify-items:center;gap:17px;min-width:0;padding:20px;display:grid;box-shadow:0 20px 42px #04081433}.focus-phase-row{color:#bdc9e7;justify-content:space-between;align-items:center;gap:12px;width:100%;font-size:.76rem;font-weight:700;display:flex}.focus-phase-badge{color:#fff;background:#ffffff1c;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;display:inline-flex}.focus-phase-badge svg{width:15px;height:15px;color:var(--focus-timer-accent)}.focus-timer-ring{aspect-ratio:1;background:conic-gradient(var(--focus-timer-accent) var(--focus-timer-progress), #ffffff1f 0);border-radius:50%;place-items:center;width:clamp(190px,24vw,234px);padding:9px;display:grid;box-shadow:0 0 0 1px #ffffff14,0 18px 38px #05091747}.focus-timer-face{background:#172442;border-radius:50%;align-content:center;justify-items:center;width:100%;height:100%;display:grid;box-shadow:inset 0 0 32px #ffffff09}.is-break .focus-timer-face{background:#173c35}.focus-timer-value{font-variant-numeric:tabular-nums;letter-spacing:-.055em;font-size:clamp(2.45rem,6vw,3.8rem);font-weight:850}.focus-timer-face small{color:#aebbd9;letter-spacing:.06em;text-transform:uppercase;margin-top:3px;font-size:.75rem;font-weight:700}.focus-timer-actions{justify-content:center;align-items:center;gap:9px;width:100%;display:flex}.focus-reset-button,.focus-main-action{border-radius:13px;justify-content:center;align-items:center;min-height:46px;font-weight:800;display:inline-flex}.focus-reset-button{color:#fff;background:#ffffff1a;width:46px;padding:0}.focus-main-action{background:var(--focus-timer-accent);color:#172033;gap:8px;min-width:160px;padding:11px 18px}.focus-main-action:disabled{cursor:not-allowed;opacity:.46}.focus-reset-button svg,.focus-main-action svg{width:18px;height:18px}.focus-disabled-note{color:#aebbd9;text-align:center;max-width:30ch}.reading-panel{background:var(--surface);gap:20px;padding:clamp(18px,3vw,28px);display:grid}.reading-panel-head{border-bottom:1px solid var(--line);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding-bottom:18px;display:grid}.reading-heading-icon{background:linear-gradient(145deg, var(--accent), var(--accent-strong));color:#fff;border-radius:15px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 24px #5267f738}.reading-heading-icon svg{width:23px;height:23px}.reading-panel-head>div:nth-child(2){gap:4px;display:grid}.reading-panel-head>div:nth-child(2)>span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:.73rem;font-weight:800}.reading-panel-head h2{letter-spacing:-.025em;font-size:1.35rem}.reading-status{background:var(--accent-soft);color:var(--accent);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.reading-status.complete{background:var(--green-soft);color:var(--green)}.reading-status svg{width:15px;height:15px}.reading-loading{min-height:180px;color:var(--muted);place-items:center;display:grid}.reading-form{gap:18px;display:grid}.reading-progress-card{background:radial-gradient(circle at 100% 0%, #5267f71f, transparent 36%), var(--accent-soft);border:1px solid #cfd7ff;border-radius:18px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:17px;padding:18px;display:grid;overflow:hidden}html[data-theme=dark] .reading-progress-card{border-color:#405886}.reading-book-mark{background:linear-gradient(145deg, var(--accent), var(--accent-strong));color:#fff;border-radius:8px 14px 14px 8px;place-items:center;width:76px;height:92px;display:grid;transform:rotate(-2deg);box-shadow:inset 7px 0 #ffffff1f,0 12px 26px #354bd83d}.reading-book-mark svg{width:29px;height:29px}.reading-progress-copy{gap:7px;min-width:0;display:grid}.reading-progress-copy>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.83rem;font-weight:700;overflow:hidden}.reading-progress-copy>strong{letter-spacing:-.035em;font-size:clamp(1.4rem,3vw,2rem)}.reading-progress-copy>small{color:var(--muted);font-size:.8rem;font-weight:700}.reading-progress-track{background:#5267f726;border-radius:999px;height:11px;overflow:hidden}.reading-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--accent), #8d6cf4);height:100%;transition:width .22s;display:block}.reading-fields{grid-template-columns:minmax(0,2fr) minmax(130px,.6fr) minmax(130px,.6fr);gap:12px;display:grid}.reading-form input,.reading-form textarea{border-radius:12px;min-height:46px}.reading-form input:focus,.reading-form textarea:focus,.focus-habit-selector select:focus{border-color:var(--accent);outline:3px solid #5267f729}.reading-notes-field>span{justify-content:space-between;align-items:center;gap:12px;display:flex}.reading-notes-field>span small{color:var(--muted);font-size:.72rem;font-weight:600}.reading-notes-field textarea{min-height:138px;line-height:1.55}.reading-actions{flex-wrap:wrap;gap:9px;display:flex}.reading-save-button,.reading-page-button,.reading-delete-button,.reading-cancel-delete,.reading-confirm-delete{border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:10px 14px;font-weight:800;display:inline-flex}.reading-save-button{background:var(--accent);color:#fff}.reading-page-button{background:var(--green-soft);color:var(--green)}.reading-delete-button{background:var(--red-soft);color:var(--red);margin-left:auto}.reading-actions svg{width:17px;height:17px}.reading-actions button:disabled,.reading-delete-confirm button:disabled{cursor:not-allowed;opacity:.55}.reading-feedback{border-radius:11px;padding:11px 13px;font-size:.86rem;font-weight:700}.reading-feedback.error{background:var(--red-soft);color:var(--red)}.reading-feedback.success{background:var(--green-soft);color:var(--green)}.reading-delete-confirm{background:var(--red-soft);color:var(--red);border:1px solid #efb5b1;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:13px;font-size:.86rem;font-weight:700;display:flex}.reading-delete-confirm>div{gap:7px;display:flex}.reading-cancel-delete{background:var(--control);color:var(--text)}.reading-confirm-delete{background:var(--red);color:#fff}@media (prefers-reduced-motion:reduce){.reading-progress-track span{transition:none}}@media (width<=820px){.focus-hero{grid-template-columns:1fr}.focus-hero-copy h2{max-width:18ch}.focus-timer-card{justify-self:center;width:min(100%,460px)}.reading-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.reading-title-field{grid-column:1/-1}}@media (width<=560px){.focus-reading-view{gap:14px}.focus-hero,.reading-panel{border-radius:20px}.focus-hero{gap:21px;padding:21px 17px}.focus-hero-copy{gap:12px}.focus-hero-copy h2{max-width:15ch;font-size:clamp(1.9rem,9vw,2.35rem)}.focus-hero-copy>p{font-size:.9rem}.focus-timer-card{gap:14px;padding:15px 12px}.focus-phase-row{font-size:.7rem}.focus-timer-ring{width:188px}.focus-timer-value{font-size:2.65rem}.focus-main-action{min-width:154px}.reading-panel{gap:16px;padding:17px 14px}.reading-panel-head{grid-template-columns:42px minmax(0,1fr);gap:10px;padding-bottom:15px}.reading-heading-icon{border-radius:13px;width:42px;height:42px}.reading-panel-head h2{font-size:1.15rem}.reading-status{grid-column:1/-1;width:fit-content}.reading-progress-card{grid-template-columns:56px minmax(0,1fr);gap:13px;padding:14px}.reading-book-mark{width:56px;height:72px}.reading-book-mark svg{width:23px;height:23px}.reading-progress-copy>strong{font-size:1.35rem}.reading-fields{grid-template-columns:1fr 1fr;gap:10px}.reading-title-field{grid-column:1/-1}.reading-actions{grid-template-columns:1fr 1fr;display:grid}.reading-save-button{grid-column:1/-1}.reading-delete-button{margin-left:0}.reading-delete-confirm{flex-direction:column;align-items:stretch}.reading-delete-confirm>div{grid-template-columns:1fr 1fr;display:grid}}@media (width<=370px){.focus-phase-row{flex-direction:column;align-items:flex-start}.reading-fields,.reading-actions{grid-template-columns:1fr}.reading-title-field,.reading-save-button{grid-column:auto}}.focus-active-reading{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;max-width:440px;padding:11px 12px;display:grid}.focus-active-reading>svg{background:#ffffff1a;border-radius:11px;width:38px;height:38px;padding:9px}.focus-active-reading>div{gap:2px;min-width:0;display:grid}.focus-active-reading small{color:#c8d3ee;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:750}.focus-active-reading strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.focus-active-reading>span{color:var(--focus-timer-accent);font-size:.84rem;font-weight:850}.reading-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.reading-overview article{border:1px solid var(--line);background:var(--surface);border-radius:17px;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid;box-shadow:0 9px 26px #2d221c0d}.reading-overview svg{background:var(--accent-soft);width:43px;height:43px;color:var(--accent);border-radius:13px;padding:11px}.reading-overview article:nth-child(2) svg{background:var(--green-soft);color:var(--green)}.reading-overview article:nth-child(3) svg{background:color-mix(in srgb, var(--identity-black,#111) 8%, var(--surface));color:var(--identity-black,var(--text))}html[data-theme=dark] .reading-overview article:nth-child(3) svg{color:var(--identity-white,var(--text))}.reading-overview div{gap:3px;min-width:0;display:grid}.reading-overview span{color:var(--muted);font-size:.72rem;font-weight:750}.reading-overview strong{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:1.08rem;overflow:hidden}.reading-new-button{background:var(--identity-black,#111);min-height:42px;color:var(--identity-white,#fff);border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;font-weight:800;display:inline-flex}.reading-new-button svg{width:17px;height:17px}.reading-library-filters{scrollbar-width:none;gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.reading-library-filters::-webkit-scrollbar{display:none}.reading-library-filters button{border:1px solid var(--line);background:var(--surface-soft);min-height:38px;color:var(--muted);border-radius:999px;flex:none;padding:8px 13px;font-size:.78rem;font-weight:800}.reading-library-filters button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.reading-library-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.reading-library-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;display:grid;position:relative;overflow:hidden}.reading-library-card.selected{border-color:color-mix(in srgb, var(--accent) 58%, var(--line));box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 10%, transparent)}.reading-library-card.active-book:before{z-index:1;background:var(--accent);content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.reading-library-select{width:100%;min-width:0;color:var(--text);text-align:left;background:0 0;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;display:grid}.reading-library-cover{background:linear-gradient(145deg, var(--identity-black,#151515), #3c302b);width:48px;height:62px;color:var(--identity-white,#fff);border-radius:6px 10px 10px 6px;place-items:center;display:grid;box-shadow:inset 5px 0 #ffffff1f}.reading-library-cover svg{width:21px;height:21px}.reading-library-copy{gap:3px;min-width:0;display:grid}.reading-library-copy small{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;font-size:.66rem;font-weight:850}.reading-library-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.reading-library-copy>span:not(.reading-mini-progress){color:var(--muted);font-size:.72rem;font-weight:650}.reading-mini-progress{background:color-mix(in srgb, var(--accent) 13%, var(--surface));border-radius:999px;height:5px;margin-top:3px;display:block;overflow:hidden}.reading-mini-progress i{border-radius:inherit;background:var(--accent);height:100%;display:block}.reading-library-percent{color:var(--muted);align-items:center;gap:2px;font-size:.73rem;font-weight:800;display:inline-flex}.reading-library-percent svg{width:15px;height:15px}.reading-activate-button{background:var(--accent-soft);min-height:34px;color:var(--accent);border-radius:9px;margin:0 12px 11px 71px;font-size:.73rem;font-weight:800}.reading-empty-library{border:1px dashed color-mix(in srgb, var(--accent) 35%, var(--line));background:var(--surface-soft);text-align:center;border-radius:18px;align-content:center;place-items:center;gap:8px;min-height:245px;padding:28px;display:grid}.reading-empty-library>svg{background:var(--accent-soft);width:52px;height:52px;color:var(--accent);border-radius:16px;padding:13px}.reading-empty-library h3{margin-top:4px}.reading-empty-library p{max-width:40ch;color:var(--muted);line-height:1.5}.reading-empty-library button{background:var(--accent);color:#fff;border-radius:11px;align-items:center;gap:7px;min-height:42px;margin-top:5px;padding:9px 13px;font-weight:800;display:inline-flex}.reading-empty-library button svg{width:17px;height:17px}.reading-workspace{gap:16px;padding-top:4px;display:grid}.reading-workspace>.reading-form{border:1px solid var(--line);background:var(--surface-soft);border-radius:18px;padding:18px}.reading-form-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.reading-form-title>div{gap:3px;display:grid}.reading-form-title>div>span,.reading-log-card header span,.reading-notes-list header span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:850}.reading-form-title h3{letter-spacing:-.02em;font-size:1.14rem}.reading-form input,.reading-form textarea,.reading-form select,.reading-log-card input,.reading-log-card textarea{border-radius:11px;width:100%;min-width:0;min-height:44px}.reading-fields{grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(105px,.5fr))}.reading-active-choice{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.reading-active-choice input{width:19px;min-height:19px;accent-color:var(--accent);flex:none}.reading-active-choice span{gap:2px;display:grid}.reading-active-choice small{color:var(--muted);font-size:.73rem;font-weight:600}.reading-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.reading-log-card,.reading-notes-list,.reading-history-panel{border:1px solid var(--line);background:var(--surface);border-radius:18px}.reading-log-card{align-content:start;gap:14px;padding:16px;display:grid}.reading-log-card header,.reading-notes-list>header{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;display:grid}.reading-log-card header>svg,.reading-notes-list>header>svg{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:11px;padding:9px}.reading-log-card header>div,.reading-notes-list header>div{gap:2px;min-width:0;display:grid}.reading-log-card h3{font-size:1rem}.reading-log-card form{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.reading-log-card form label{min-width:0}.reading-log-card form button{background:var(--identity-black,#111);min-height:42px;color:var(--identity-white,#fff);border-radius:11px;grid-column:1/-1;justify-content:center;align-items:center;gap:7px;font-weight:800;display:inline-flex}.reading-log-card form button svg{width:16px;height:16px}.reading-note-content{grid-column:1/-1}.reading-note-content textarea{resize:vertical;line-height:1.45}.reading-notes-list{gap:12px;padding:16px;display:grid}.reading-notes-list>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.reading-notes-list article{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;gap:7px;padding:13px 42px 13px 13px;display:grid;position:relative}.reading-notes-list article>span{color:var(--accent);align-items:center;gap:5px;font-size:.7rem;font-weight:800;display:inline-flex}.reading-notes-list article>span svg{width:13px;height:13px}.reading-notes-list article p{color:var(--text);white-space:pre-wrap;font-size:.84rem;line-height:1.5}.reading-notes-list article button{background:var(--red-soft);width:30px;height:30px;color:var(--red);border-radius:8px;place-items:center;display:grid;position:absolute;top:10px;right:10px}.reading-notes-list article button svg{width:14px;height:14px}.reading-history-panel{border-top:4px solid var(--identity-red,var(--accent));box-shadow:var(--shadow);gap:19px;padding:clamp(18px,3vw,26px);display:grid}.reading-history-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.reading-history-head>div{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;display:grid}.reading-history-head>div>svg{background:var(--green-soft);width:42px;height:42px;color:var(--green);border-radius:13px;padding:10px}.reading-history-head>div>span{gap:2px;display:grid}.reading-history-head small,.reading-history-head>span{color:var(--muted);font-size:.72rem;font-weight:750}.reading-history-head strong{font-size:1.12rem}.reading-week-chart{border:1px solid var(--line);background:linear-gradient(to top, var(--line) 1px, transparent 1px) 0 75% / 100% 25%, var(--surface-soft);border-radius:14px;grid-template-columns:repeat(8,minmax(30px,1fr));align-items:end;gap:8px;min-height:172px;padding:14px 14px 10px;display:grid;overflow-x:auto}.reading-week-chart>div{grid-template-rows:20px 1fr 18px;justify-items:center;gap:4px;min-width:34px;height:142px;display:grid}.reading-week-value{color:var(--muted);font-size:.68rem;font-weight:800}.reading-week-bar{background:color-mix(in srgb, var(--accent) 8%, var(--surface));border-radius:7px 7px 3px 3px;align-items:flex-end;width:min(70%,32px);height:100%;display:flex;position:relative;overflow:hidden}.reading-week-bar i{border-radius:inherit;background:linear-gradient(180deg, var(--accent), var(--accent-strong));width:100%;min-height:4px;display:block}.reading-week-chart small{color:var(--muted);white-space:nowrap;font-size:.62rem;font-weight:700}.reading-week-chart>p{color:var(--muted);text-align:center;grid-column:1/-1;align-self:center}.reading-session-history{gap:8px;display:grid}.reading-session-history h3{margin-bottom:3px;font-size:.98rem}.reading-session-history article{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 12px;display:grid}.reading-session-date{color:var(--muted);align-items:center;gap:5px;font-size:.75rem;font-weight:750;display:inline-flex}.reading-session-date svg{width:14px;height:14px}.reading-session-history article>div{gap:2px;min-width:0;display:grid}.reading-session-history article strong{text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;overflow:hidden}.reading-session-history article small{color:var(--muted);font-size:.7rem}.reading-session-pages{color:var(--accent);white-space:nowrap;font-size:.76rem;font-weight:850}.reading-history-empty{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:12px;padding:20px}@media (width<=900px){.reading-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.reading-title-field{grid-column:1/-1}}@media (width<=760px){.reading-library-list,.reading-journal-grid,.reading-notes-list>div{grid-template-columns:1fr}}@media (width<=560px){.reading-overview{grid-template-columns:1fr;gap:8px}.reading-overview article{grid-template-columns:39px minmax(0,1fr);padding:12px}.reading-overview svg{width:39px;height:39px;padding:10px}.reading-panel-head .reading-new-button{grid-column:1/-1;width:100%}.reading-library-select{grid-template-columns:42px minmax(0,1fr) auto;padding:11px}.reading-library-cover{width:42px;height:56px}.reading-activate-button{margin-left:64px}.reading-workspace>.reading-form{padding:14px}.reading-form-title{flex-direction:column;align-items:flex-start}.reading-fields{grid-template-columns:1fr 1fr}.reading-fields label:last-child{grid-column:1/-1}.reading-log-card form{grid-template-columns:1fr 1fr}.reading-history-head{flex-direction:column;align-items:flex-start}.reading-session-history article{grid-template-columns:1fr auto}.reading-session-date{grid-column:1/-1}}@media (width<=370px){.focus-active-reading{grid-template-columns:34px minmax(0,1fr)}.focus-active-reading>span{grid-column:2}.reading-library-percent{display:none}.reading-library-select{grid-template-columns:40px minmax(0,1fr)}.reading-fields,.reading-log-card form{grid-template-columns:1fr}.reading-fields label:last-child,.reading-note-content,.reading-log-card form button{grid-column:auto}.reading-session-history article{grid-template-columns:1fr}}.guided-workout-panel{gap:18px;position:relative;overflow:hidden}.guided-workout-panel button:disabled{cursor:not-allowed;opacity:.55}.guided-workout-head h2{line-height:1.2}.workout-session-alert{border:1px solid color-mix(in srgb, var(--red) 28%, var(--line));background:var(--red-soft);color:var(--red);border-radius:11px;padding:11px 13px;font-size:.88rem;font-weight:700}.workout-session-loading{min-height:180px;color:var(--muted);text-align:center;place-content:center}.home-workout-callout{background:radial-gradient(circle at 92% 5%, #5267f72e, transparent 33%), linear-gradient(135deg, var(--surface-soft), var(--accent-soft));border:1px solid #c8d7ff;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px;display:grid;overflow:hidden}.home-workout-icon{background:var(--control);width:46px;height:46px;color:var(--accent);border-radius:14px;place-items:center;display:grid;box-shadow:0 8px 22px #354bd824}.home-workout-callout>div{gap:5px;display:grid}.home-workout-callout>div>p:last-child{max-width:620px;color:var(--muted);font-size:.88rem;line-height:1.45}.home-workout-callout>button,.guided-start-button{background:var(--accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:10px 14px;font-size:.86rem;font-weight:800;display:inline-flex}.guided-template-card{border-radius:14px;min-height:250px;transition:border-color .16s,transform .16s}.guided-template-card:hover{border-color:#b6c5f3;transform:translateY(-1px)}.guided-template-card.today-workout{background:linear-gradient(180deg, color-mix(in srgb, var(--green-soft) 78%, var(--control)), var(--control));border-color:#78cca3}.guided-template-card .exercise-summary{background:color-mix(in srgb, var(--surface-soft) 78%, transparent);border-radius:10px;padding:10px}.guided-template-card .exercise-summary p+p{border-top:1px solid var(--line);padding-top:7px}.guided-template-card .workout-note{min-height:2.4em}.guided-start-button{background:var(--green);width:100%;margin-top:auto}.guided-start-button:hover{filter:brightness(.96)}.guided-workout-editor{border-top:0;gap:12px;padding-top:0}.guided-workout-editor .editor-actions{align-items:center}.guided-session{gap:14px;display:grid}.guided-session-hero{color:#fff;background:radial-gradient(circle at 82% 12%,#70ecad38,#0000 32%),linear-gradient(135deg,#15223a,#233b4a);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:156px;padding:22px;display:grid;overflow:hidden;box-shadow:0 18px 34px #0f1f322e}.guided-session-hero>div:first-child{gap:6px;display:grid}.guided-session-hero p{color:#b8c9d4;text-transform:uppercase;font-size:.8rem;font-weight:800}.guided-session-hero h3{max-width:520px;font-size:clamp(1.35rem,3vw,2rem);line-height:1.12}.guided-live-chip{color:#a3f0c9;letter-spacing:.08em;background:#ffffff14;border:1px solid #ffffff29;border-radius:99px;align-items:center;gap:7px;width:fit-content;margin-bottom:6px;padding:5px 8px;font-size:.68rem;font-weight:900;display:inline-flex}.guided-live-chip>span{background:#62dc9d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #62dc9d1f}.guided-main-timer{justify-items:end;gap:3px;min-width:150px;display:grid}.guided-main-timer svg{color:#a3f0c9;margin-bottom:2px}.guided-main-timer span{color:#b8c9d4;font-size:.76rem;font-weight:700}.guided-main-timer strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;font-size:clamp(1.7rem,5vw,2.45rem)}.guided-stale-session{border:1px solid color-mix(in srgb, var(--orange) 42%, var(--line));background:color-mix(in srgb, var(--orange-soft) 72%, var(--surface));border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 15px;display:grid}.guided-stale-session>div{gap:3px;display:grid}.guided-stale-session strong{color:var(--text);font-size:.88rem}.guided-stale-session p{color:var(--muted);font-size:.8rem;line-height:1.45}.guided-stale-session button,.workout-danger-button{background:var(--red);color:#fff;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:10px 13px;font-size:.82rem;font-weight:900;display:inline-flex}.guided-progress-row{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;grid-template-columns:auto minmax(120px,1fr);align-items:center;gap:16px;padding:13px 15px;display:grid}.guided-progress-row>div:first-child{white-space:nowrap;align-items:baseline;gap:8px;display:flex}.guided-progress-row span{color:var(--muted);font-size:.8rem}.guided-progress-row strong{font-size:.92rem}.guided-progress-track{background:var(--line);border-radius:99px;height:9px;overflow:hidden}.guided-progress-track>span{border-radius:inherit;background:linear-gradient(90deg, var(--green), #55cc91);height:100%;transition:width .24s;display:block}.guided-rest-card{border:1px solid color-mix(in srgb, var(--orange) 30%, var(--line));background:linear-gradient(120deg, var(--orange-soft), color-mix(in srgb, var(--orange-soft) 55%, var(--surface)));border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.guided-rest-clock{color:var(--orange);align-items:center;gap:11px;display:flex}.guided-rest-clock>div{gap:1px;display:grid}.guided-rest-clock span{text-transform:uppercase;font-size:.73rem;font-weight:800}.guided-rest-clock strong{font-variant-numeric:tabular-nums;font-size:1.55rem}.guided-rest-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.guided-rest-actions button{border:1px solid color-mix(in srgb, var(--orange) 22%, var(--line));background:var(--control);min-height:38px;color:var(--orange);border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.guided-exercise-list{gap:12px;display:grid}.guided-exercise-card{border:1px solid var(--line);background:var(--control);border-radius:15px;padding:15px}.guided-exercise-card.is-complete{border-color:color-mix(in srgb, var(--green) 38%, var(--line));background:color-mix(in srgb, var(--green-soft) 30%, var(--control))}.guided-exercise-head{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding-bottom:12px;display:grid}.guided-exercise-head>span{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:10px;place-items:center;font-size:.75rem;font-weight:900;display:grid}.guided-exercise-head>div{gap:3px;display:grid}.guided-exercise-head h4{overflow-wrap:anywhere;margin:0;font-size:.96rem}.guided-exercise-head p{color:var(--muted);font-size:.78rem}.guided-exercise-head>svg{color:var(--green)}.guided-exercise-insights{border:1px solid color-mix(in srgb, var(--accent) 18%, var(--line));background:color-mix(in srgb, var(--accent-soft) 34%, var(--surface-soft));border-radius:12px;gap:10px;margin-top:12px;padding:12px;display:grid}.guided-exercise-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.guided-exercise-metrics>span{background:var(--control);border-radius:10px;grid-template-columns:auto minmax(0,1fr);gap:2px 7px;padding:9px;display:grid}.guided-exercise-metrics svg{color:var(--accent);grid-row:1/3;align-self:center}.guided-exercise-metrics small{color:var(--muted);font-size:.68rem;font-weight:700}.guided-exercise-metrics strong{overflow-wrap:anywhere;font-size:.8rem}.guided-progression-hint{background:var(--surface);color:var(--muted);border-radius:10px;align-items:flex-start;gap:8px;padding:9px 10px;font-size:.78rem;font-weight:700;line-height:1.4;display:flex}.guided-progression-hint svg{flex:none;margin-top:1px}.guided-progression-hint.is-increase{background:var(--green-soft);color:var(--green)}.guided-progression-hint.is-maintain{background:var(--orange-soft);color:var(--orange)}.guided-exercise-preferences{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:8px;display:grid}.guided-exercise-preferences label{color:var(--muted);gap:4px;font-size:.68rem;font-weight:800;display:grid}.guided-exercise-preferences select{border:1px solid var(--line);background:var(--control);min-width:0;height:38px;color:var(--text);border-radius:9px;padding:7px 30px 7px 9px;font-size:.8rem;font-weight:700}.guided-exercise-preferences>small{color:var(--muted);align-self:center;font-size:.7rem}.guided-progression-disclaimer{color:var(--muted);font-size:.68rem;line-height:1.35}.guided-set-list{gap:7px;padding-top:10px;display:grid}.guided-set-labels,.guided-set-row{grid-template-columns:42px minmax(112px,.75fr) minmax(62px,.35fr) minmax(80px,auto);align-items:center;gap:9px;display:grid}.guided-set-labels{color:var(--muted);text-transform:uppercase;padding:0 7px;font-size:.68rem;font-weight:800}.guided-set-row{background:var(--surface-soft);border-radius:11px;min-height:52px;padding:6px 7px}.guided-set-row.is-complete{background:var(--green-soft)}.guided-set-row>strong{background:var(--control);width:30px;height:30px;color:var(--muted);border-radius:9px;place-items:center;font-size:.8rem;display:grid}.guided-set-row.is-complete>strong{color:var(--green)}.guided-set-row label{display:block;position:relative}.guided-set-row input{font-variant-numeric:tabular-nums;border-radius:9px;min-width:0;height:39px;padding:8px 29px 8px 10px;font-size:.86rem}.guided-set-row label small{color:var(--muted);pointer-events:none;font-size:.7rem;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.guided-set-row .guided-reps-input{text-align:center;padding-right:10px}.guided-set-complete,.guided-set-undo{border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:38px;padding:8px 10px;font-size:.76rem;font-weight:900;display:inline-flex}.guided-set-complete{background:var(--green);color:#fff}.guided-set-undo{background:var(--control);color:var(--green)}.guided-finish-bar{z-index:4;border:1px solid color-mix(in srgb, var(--green) 30%, var(--line));background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid;position:sticky;bottom:12px;box-shadow:0 14px 34px #162d2329}.guided-finish-bar>div{gap:2px;display:grid}.guided-finish-bar span{color:var(--muted);font-size:.74rem;font-weight:700}.guided-finish-bar strong{font-size:.86rem}.guided-finish-bar>button{background:var(--green);color:#fff;border-radius:11px;align-items:center;gap:7px;min-height:43px;padding:10px 14px;font-size:.84rem;font-weight:900;display:inline-flex}.guided-timeline{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.guided-timeline li{min-width:0;color:var(--muted);text-align:center;justify-items:center;gap:6px;display:grid;position:relative}.guided-timeline li:not(:last-child):after{z-index:0;background:var(--line);content:"";width:calc(100% - 34px);height:2px;position:absolute;top:15px;left:calc(50% + 17px)}.guided-timeline li.is-done:not(:last-child):after{background:var(--green)}.guided-timeline li>span{z-index:1;border:2px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--muted);border-radius:50%;place-items:center;font-size:.76rem;font-weight:900;display:grid;position:relative}.guided-timeline li.is-current>span{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 0 0 5px color-mix(in srgb, var(--accent) 12%, transparent)}.guided-timeline li.is-done>span{border-color:var(--green);background:var(--green);color:#fff}.guided-timeline small{overflow-wrap:anywhere;font-size:.7rem;font-weight:800}.guided-timeline li.is-current small,.guided-timeline li.is-done small{color:var(--text)}.guided-step-card{border:1px solid color-mix(in srgb, var(--accent) 20%, var(--line));background:var(--control);border-radius:18px;min-width:0;overflow:hidden;box-shadow:0 12px 30px #15253d14}.guided-step-card.is-rest{border-color:color-mix(in srgb, var(--orange) 35%, var(--line))}.guided-step-card.is-complete{border-color:color-mix(in srgb, var(--green) 40%, var(--line))}.guided-step-head{border-bottom:1px solid var(--line);background:var(--surface-soft);gap:4px;padding:14px 17px;display:grid}.guided-step-head>span{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:900}.guided-step-head h4{overflow-wrap:anywhere;margin:0;font-size:1rem}.guided-step-head p{color:var(--muted);font-size:.78rem}.guided-video-trigger{border:1px solid color-mix(in srgb, var(--accent) 28%, var(--line));background:var(--accent-soft);width:fit-content;min-height:42px;color:var(--accent);border-radius:11px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:9px 13px;font-size:.82rem;font-weight:900;display:inline-flex}.guided-video-preview{color:#fff;background:radial-gradient(circle at 90% 0,#e03a3438,#0000 38%),#120f0e;border-bottom:1px solid #ffffff1f;gap:12px;padding:16px;display:grid}.guided-video-preview-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.guided-video-preview-head>div{gap:2px;min-width:0;display:grid}.guided-video-preview-head span{color:#ffffffa6;letter-spacing:.07em;text-transform:uppercase;font-size:.66rem;font-weight:900}.guided-video-preview-head strong{overflow-wrap:anywhere;font-size:.95rem}.guided-video-preview-head button{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.guided-video-preview video{aspect-ratio:16/9;object-fit:contain;background:#090706;border:1px solid #ffffff1f;border-radius:14px;width:100%;display:block}.guided-video-preview p{color:#ffffffeb;font-size:.86rem;font-weight:750;line-height:1.45}.guided-video-preview small{color:#ffffff9e;font-size:.72rem;line-height:1.4}.guided-step-content{gap:16px;padding:20px;display:grid}.guided-step-content h3{margin-top:3px;font-size:clamp(1.16rem,4vw,1.45rem)}.guided-step-content>div>p:last-child{color:var(--muted);margin-top:5px;font-size:.86rem;line-height:1.45}.guided-weight-fields{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:10px;display:grid}.guided-weight-fields>label{min-width:0;color:var(--muted);gap:6px;font-size:.74rem;font-weight:850;display:grid}.guided-weight-fields>label>span{display:block;position:relative}.guided-weight-fields input{font-variant-numeric:tabular-nums;width:100%;min-width:0;height:48px;padding:11px 12px;font-size:1rem;font-weight:800}.guided-weight-fields>label>span input{padding-right:42px}.guided-weight-fields>label>span small{color:var(--muted);pointer-events:none;font-size:.75rem;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.guided-primary-actions{justify-content:flex-end;gap:8px;display:flex}.guided-primary-actions button{justify-content:center;align-items:center;gap:7px;min-height:45px;padding-inline:17px;display:inline-flex}.guided-step-icon{background:var(--accent-soft);width:52px;height:52px;color:var(--accent);border-radius:16px;place-items:center;display:grid}.guided-step-icon.is-rest{background:var(--orange-soft);color:var(--orange)}.guided-step-icon.is-complete{background:var(--green-soft);color:var(--green);margin-inline:auto}.guided-ready-content,.guided-complete-content{text-align:center;justify-items:center}.guided-ready-content>div{justify-items:center;display:grid}.guided-no-save-note{background:var(--surface-soft);width:100%;color:var(--muted);border-radius:10px;padding:10px 12px;font-size:.78rem;font-weight:700;line-height:1.4}.guided-ready-content .guided-primary-actions{width:100%}.guided-series-content{text-align:center;justify-items:center}.guided-series-timer,.guided-rest-timer{color:var(--accent);font-variant-numeric:tabular-nums;letter-spacing:-.06em;font-size:clamp(2.8rem,13vw,4.7rem);line-height:1}.guided-rest-timer{color:var(--orange)}.guided-series-summary{flex-wrap:wrap;justify-content:center;gap:7px;display:flex}.guided-series-summary span{background:var(--surface-soft);color:var(--text);border-radius:99px;align-items:center;gap:6px;padding:7px 10px;font-size:.8rem;font-weight:800;display:inline-flex}.guided-finished-question{gap:2px;display:grid}.guided-finished-question small{color:var(--muted);font-size:.74rem}.guided-done-button{background:var(--green);color:#fff;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:min(100%,360px);min-height:50px;padding:12px 18px;font-size:.9rem;font-weight:900;display:inline-flex}.guided-rest-content{text-align:center;background:linear-gradient(150deg, transparent, color-mix(in srgb, var(--orange-soft) 50%, transparent));justify-items:center}.guided-rest-content .guided-rest-actions{justify-content:center;width:min(100%,430px)}.guided-rest-content .guided-rest-actions button{min-height:44px}.guided-rest-content .guided-rest-actions .primary-button{border-color:var(--orange);background:var(--orange);color:#fff}.guided-complete-content>p:last-of-type{color:var(--muted);font-size:.86rem}.guided-complete-content>button{min-height:48px;padding-inline:18px}.guided-details{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;min-width:0;overflow:hidden}.guided-details>summary{cursor:pointer;color:var(--muted);padding:12px 14px;font-size:.78rem;font-weight:800}.guided-details[open]>summary{border-bottom:1px solid var(--line);color:var(--text)}.guided-details .guided-exercise-insights{border:0;border-radius:0;margin:0}.guided-session-outline{gap:12px;padding:13px;display:grid}.guided-session-outline section{gap:7px;min-width:0;display:grid}.guided-session-outline section>strong{overflow-wrap:anywhere;font-size:.82rem}.guided-session-outline section>div{flex-wrap:wrap;gap:6px;display:flex}.guided-session-outline section span{background:var(--control);color:var(--muted);border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:.72rem;font-weight:750;display:inline-flex}.guided-session-outline section span.is-complete{background:var(--green-soft);color:var(--green)}.guided-session-outline button{width:25px;height:25px;color:inherit;border-radius:7px;place-items:center;margin:-4px -5px -4px 0;display:inline-grid}.workout-history-section{border-top:1px solid var(--line);gap:12px;padding-top:18px;display:grid}.workout-history-head{justify-content:space-between;align-items:center;display:flex}.workout-history-head>div{gap:4px;display:grid}.workout-history-head>svg{color:var(--muted)}.workout-history-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.workout-history-summary span{background:var(--surface-soft);color:var(--muted);text-align:center;border-radius:11px;padding:11px;font-size:.78rem}.workout-history-summary strong{color:var(--text);margin-bottom:2px;font-size:1rem;display:block}.workout-history-list{gap:8px;display:grid}.workout-share-area{gap:12px;margin:6px 0;display:grid}.workout-share-card{border:1px solid color-mix(in srgb, var(--accent) 32%, transparent);color:#fffaf2;background:radial-gradient(circle at 100% 0,#c925203d,#0000 42%),linear-gradient(145deg,#191714,#0d0c0b);border-radius:22px;padding:22px;overflow:hidden}.workout-share-card header,.workout-share-records span,.workout-share-metrics span{align-items:center;display:flex}.workout-share-card header{gap:11px}.workout-share-card header>span{background:var(--accent);border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.workout-share-card header div{gap:2px;display:grid}.workout-share-card header small,.workout-share-card footer,.workout-share-period,.workout-share-metrics small,.workout-share-records small{color:#fffaf2ad}.workout-share-period{margin:15px 0}.workout-share-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.workout-share-metrics span{text-align:center;background:#ffffff12;border-radius:14px;flex-direction:column;gap:3px;min-width:0;padding:12px 7px}.workout-share-metrics strong{font-size:1.3rem}.workout-share-metrics small{font-size:.67rem}.workout-share-records{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.workout-share-records span{border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:auto 1fr;gap:2px 8px;padding:12px;display:grid}.workout-share-records svg{grid-row:1/3}.workout-share-card footer{text-align:right;margin-top:16px;font-size:.75rem}.workout-share-actions{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:10px;display:flex}.workout-share-actions label{color:var(--muted);gap:5px;font-size:.75rem;font-weight:700;display:grid}.workout-share-actions select,.workout-share-actions button{min-height:42px}.workout-share-actions button{align-items:center;gap:7px;display:inline-flex}.workout-share-message{color:var(--muted);margin:0;font-size:.8rem}.workout-history-list article{border:1px solid var(--line);border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;display:grid}.workout-history-date{width:48px;color:var(--muted);text-align:center;text-transform:uppercase;font-size:.72rem;font-weight:800}.workout-history-list article>div{gap:3px;display:grid}.workout-history-list article small{color:var(--muted);font-size:.76rem}.workout-history-weight{color:var(--accent);white-space:nowrap;align-items:center;gap:5px;font-size:.8rem;font-weight:800;display:inline-flex}.template-exercise-progress{color:var(--accent);margin-top:3px;font-size:.7rem;font-weight:800;display:block}.workout-exercise-progress-section{border-top:1px solid var(--line);gap:12px;padding-top:18px;display:grid}.workout-exercise-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.workout-exercise-progress-grid>article{border:1px solid var(--line);background:var(--control);border-radius:13px;gap:10px;min-width:0;padding:13px;display:grid}.workout-progress-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.workout-progress-card-head>div{gap:3px;min-width:0;display:grid}.workout-progress-card-head strong{overflow-wrap:anywhere;font-size:.87rem}.workout-progress-card-head small{color:var(--muted);font-size:.72rem}.workout-progress-card-head>span{background:var(--orange-soft);color:var(--orange);border-radius:8px;flex:none;align-items:center;gap:4px;padding:5px 7px;font-size:.72rem;font-weight:900;display:inline-flex}.workout-evolution-chart{border-bottom:1px solid var(--line);background:linear-gradient(to top, var(--line) 1px, transparent 1px) 0 50% / 100% 50%;align-items:flex-end;gap:5px;height:68px;padding:8px 7px 0;display:flex}.workout-evolution-chart>span{background:linear-gradient(180deg, var(--accent), var(--green));border-radius:5px 5px 1px 1px;flex:1 1 0;min-width:5px;max-width:22px}.workout-progress-next{color:var(--muted);font-size:.74rem;font-weight:700;line-height:1.4}.workout-progress-next.is-increase{color:var(--green)}.workout-progress-next.is-maintain{color:var(--orange)}.workout-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a1221a3;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.workout-confirm-dialog{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:11px;width:min(430px,100%);padding:22px;display:grid;box-shadow:0 26px 80px #060d194d}.workout-dialog-icon{background:var(--green-soft);width:45px;height:45px;color:var(--green);border-radius:14px;place-items:center;display:grid}.workout-dialog-icon.danger{background:var(--red-soft);color:var(--red)}.workout-confirm-dialog h3{font-size:1.14rem}.workout-confirm-dialog>p{color:var(--muted);font-size:.89rem;line-height:1.5}.workout-confirm-dialog>div{grid-template-columns:1fr 1fr;gap:8px;padding-top:4px;display:grid}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=760px){.home-workout-callout{grid-template-columns:auto minmax(0,1fr)}.guided-stale-session{grid-template-columns:1fr}.guided-stale-session button{width:100%}.home-workout-callout>button{grid-column:1/-1;width:100%}.guided-session-hero{grid-template-columns:minmax(0,1fr) auto;min-height:138px;padding:18px}.guided-main-timer{min-width:118px}.guided-rest-card{grid-template-columns:1fr}.guided-rest-actions{justify-content:stretch}.guided-rest-actions button{flex:1 1 0;justify-content:center}.guided-set-labels,.guided-set-row{grid-template-columns:36px minmax(92px,1fr) 58px 66px;gap:6px}.guided-set-complete span{display:none}.guided-finish-bar{bottom:84px}}@media (width<=540px){.guided-workout-panel{gap:14px}.home-workout-callout{padding:14px}.home-workout-icon{width:40px;height:40px}.guided-session-hero{grid-template-columns:1fr;gap:14px}.guided-main-timer{grid-template-columns:auto auto;justify-content:start;justify-items:start;column-gap:7px}.guided-main-timer svg{grid-row:1/3;align-self:center;margin:0}.guided-main-timer strong{font-size:1.8rem}.guided-timeline{margin-inline:-2px}.guided-timeline li:not(:last-child):after{width:calc(100% - 30px);left:calc(50% + 15px)}.guided-timeline li>span{width:30px;height:30px}.guided-timeline small{font-size:.63rem}.guided-progress-row{grid-template-columns:1fr;gap:9px}.guided-step-head{padding:13px 14px}.guided-video-trigger{width:100%}.guided-video-preview{gap:10px;padding:12px}.guided-step-content{gap:14px;padding:16px 14px}.guided-weight-fields{grid-template-columns:1fr}.guided-primary-actions,.guided-ready-content .guided-primary-actions{grid-template-columns:1fr;width:100%;display:grid}.guided-primary-actions button{width:100%}.guided-series-timer,.guided-rest-timer{font-size:clamp(2.8rem,18vw,4rem)}.guided-rest-content .guided-rest-actions{grid-template-columns:1fr;display:grid}.guided-rest-content .guided-rest-actions button{width:100%}.guided-exercise-card{padding:12px}.guided-exercise-metrics{grid-template-columns:1fr}.guided-exercise-preferences{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-exercise-preferences>small{grid-column:1/-1}.guided-set-labels{display:none}.guided-set-row{grid-template-columns:32px minmax(82px,1fr) 52px 48px;padding-inline:5px}.guided-set-row input{padding-left:8px}.guided-set-complete,.guided-set-undo{justify-self:end;width:40px;padding:0}.guided-finish-bar{grid-template-columns:1fr}.guided-finish-bar>button{justify-content:center;width:100%}.workout-history-summary{gap:5px}.workout-history-summary span{padding-inline:6px}.workout-share-card{padding:16px}.workout-share-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.workout-share-records{grid-template-columns:1fr}.workout-share-actions,.workout-share-actions button,.workout-share-actions label,.workout-share-actions select{width:100%}.workout-share-actions button{justify-content:center}.workout-history-list article{grid-template-columns:42px minmax(0,1fr)}.workout-history-weight{grid-column:2}.workout-exercise-progress-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.guided-template-card,.guided-progress-track>span{transition:none}}.anahi-view{gap:16px}.anahi-hero{color:#fff;background-color:#1c1411;background-image:url(/anahi-foto.jpeg);background-position:0 27%;background-repeat:no-repeat;background-size:105%;border:1px solid #ffffff1f;border-radius:24px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;min-height:180px;padding:28px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 52px #38110e3d}.anahi-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#080605f0 0%,#130b09d1 38%,#180d0a85 64%,#0c08072e 100%);position:absolute;inset:0}.anahi-hero>*{z-index:1;position:relative}.anahi-hero-mark{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:22px;place-items:center;width:72px;height:72px;display:grid;box-shadow:inset 0 0 0 1px #0003}.anahi-hero-mark svg{color:#ff766d;width:32px;height:32px}.anahi-hero>div:last-child{text-shadow:0 2px 14px #00000080;gap:7px;display:grid}.anahi-hero .section-label{color:#ffffffb3}.anahi-hero h2{color:#fff;letter-spacing:.08em;font-size:clamp(2rem,6vw,3.3rem);line-height:1}.anahi-hero p:last-child{color:#ffffffd1;max-width:43ch;line-height:1.55}.anahi-chat{gap:0;padding:0;display:grid;overflow:hidden}.anahi-chat-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding:12px 16px;display:flex}.anahi-chat-head>div,.anahi-clear-button,.anahi-composer-note span{align-items:center;gap:7px;display:inline-flex}.anahi-presence-copy{gap:1px;line-height:1.1;display:inline-grid}.anahi-presence-copy strong{color:var(--text);font-size:.9rem}.anahi-presence-copy small{color:#2f9b65;font-size:.68rem;font-weight:750}.anahi-online-dot{background:#2f9b65;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #2f9b6524}.anahi-clear-button{min-height:38px;color:var(--muted);background:0 0;border-radius:10px;padding:7px 10px;font-size:.78rem;font-weight:750}.anahi-clear-button:hover{background:var(--surface-soft);color:var(--text)}.anahi-clear-button svg{width:16px;height:16px}.anahi-conversation{background:radial-gradient(circle at 92% 4%, color-mix(in srgb, var(--identity-red) 8%, transparent), transparent 31%), var(--surface-soft);align-content:start;gap:15px;min-height:310px;max-height:min(54vh,560px);padding:18px;display:grid;overflow-y:auto}.anahi-turn{gap:12px;display:grid}.anahi-message{border:1px solid var(--line);background:var(--surface);border-radius:17px 17px 17px 5px;grid-template-columns:auto minmax(0,1fr);gap:10px;width:min(88%,680px);padding:13px 14px;display:grid;box-shadow:0 5px 18px #140d0a0d}.anahi-message>div{gap:4px;min-width:0;display:grid}.anahi-message strong{color:var(--identity-red);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}.anahi-message p{color:var(--text);overflow-wrap:anywhere;white-space:pre-wrap;font-size:.91rem;line-height:1.55}.anahi-context-meta{color:var(--muted);margin-top:5px;font-size:.68rem;line-height:1.45;display:block}.anahi-message-user{border-color:color-mix(in srgb, var(--identity-red) 22%, var(--line));background:var(--identity-red-soft);border-radius:17px 17px 5px;grid-template-columns:minmax(0,1fr);justify-self:end;width:min(82%,620px)}.anahi-message-user strong{color:var(--muted)}.anahi-avatar{background:var(--identity-red-soft);width:34px;height:34px;color:var(--identity-red);border-radius:11px;place-items:center;display:grid}.anahi-avatar svg{width:17px;height:17px}.anahi-suggestions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:2px;display:grid}.anahi-suggestions button{border:1px solid var(--line);background:var(--surface);min-height:64px;color:var(--text);text-align:left;border-radius:13px;align-items:flex-start;gap:8px;padding:11px;font-size:.77rem;font-weight:700;line-height:1.35;display:flex}.anahi-suggestions button:hover{border-color:color-mix(in srgb, var(--identity-red) 35%, var(--line));color:var(--identity-red)}.anahi-suggestions svg{flex:none;width:16px;height:16px}.anahi-thinking{border:1px solid var(--line);background:var(--surface);width:fit-content;color:var(--muted);border-radius:15px;align-items:center;gap:5px;padding:11px 13px;display:flex}.anahi-thinking span{background:var(--identity-red);border-radius:50%;width:6px;height:6px;animation:1.15s ease-in-out infinite anahi-pulse}.anahi-thinking span:nth-child(2){animation-delay:.14s}.anahi-thinking span:nth-child(3){animation-delay:.28s}.anahi-thinking p{margin-left:4px;font-size:.78rem}.anahi-error{border:1px solid color-mix(in srgb, var(--red) 28%, var(--line));background:var(--red-soft);color:var(--red);border-radius:12px;padding:11px 12px;font-size:.84rem;font-weight:700}.anahi-composer{border-top:1px solid var(--line);background:var(--surface);gap:7px;padding:14px 16px 15px;display:grid}.anahi-composer>label{font-size:.78rem}.anahi-input-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;display:grid}.anahi-input-row textarea{resize:none;min-height:52px;max-height:132px}.anahi-input-row button{background:var(--identity-red);color:#fff;width:48px;height:48px;box-shadow:0 8px 18px color-mix(in srgb, var(--identity-red) 24%, transparent);border-radius:15px;place-items:center;display:grid}.anahi-input-row button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.anahi-input-row button svg{width:21px;height:21px}.anahi-composer-note{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:.7rem;display:flex}.anahi-composer-note svg{width:14px;height:14px}@keyframes anahi-pulse{0%,80%,to{opacity:.42;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (width<=760px){.anahi-hero{background-position:88px 27%;background-size:108%;border-radius:21px;gap:14px;min-height:190px;padding:21px 18px}.anahi-hero>div:last-child{max-width:68%}.anahi-hero-mark{border-radius:18px;width:58px;height:58px}.anahi-hero h2{font-size:2.15rem}.anahi-conversation{min-height:300px;max-height:none;padding:14px}.anahi-suggestions{grid-template-columns:1fr}.anahi-suggestions button{align-items:center;min-height:48px}.anahi-message,.anahi-message-user{width:94%}}@media (width<=390px){.anahi-hero{grid-template-columns:1fr}.anahi-hero-mark{display:none}.anahi-chat-head,.anahi-composer{padding-inline:13px}.anahi-composer-note span:first-child{max-width:22ch}}@media (prefers-reduced-motion:reduce){.anahi-thinking span{animation:none}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f5fa;--surface:#fff;--surface-soft:#f7f8fc;--control:#fff;--nav:#ffffffdb;--text:#172033;--muted:#697386;--line:#e2e6ef;--accent:#5267f7;--accent-strong:#354bd8;--accent-soft:#ebeeff;--green:#0f9f61;--green-soft:#e4f6ed;--orange:#c65b08;--orange-soft:#fff0df;--red:#c4322a;--red-soft:#fdebea;--shadow:0 16px 44px #1f2a4412;--radius:18px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111927;--surface:#182333;--surface-soft:#202d3f;--control:#182333;--nav:#182333eb;--text:#f4f7fb;--muted:#adb8c9;--line:#35435a;--accent:#82a7ff;--accent-strong:#668ff4;--accent-soft:#2a3d64;--green:#52d69a;--green-soft:#183f31;--orange:#ffb568;--orange-soft:#492f17;--red:#ff9288;--red-soft:#4b2729;--shadow:0 12px 36px #00000040}*{box-sizing:border-box}[hidden]{display:none!important}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}html{background:var(--bg);overflow-x:hidden}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;padding:28px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}input,select,textarea{border:1px solid var(--line);background:var(--control);width:100%;color:var(--text);border-radius:12px;padding:11px 12px}textarea{resize:vertical}h1,h2,h3,p{margin:0}h1{font-size:1.45rem;line-height:1}h2{font-size:1.22rem}h3{font-size:1rem}.app-shell{min-width:0;max-width:1160px;margin:0 auto}.topbar,.panel,.hero{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.topbar{border-radius:var(--radius);justify-content:space-between;align-items:center;gap:16px;min-height:78px;padding:16px 20px;display:flex}.brand{align-items:center;gap:11px;min-width:0;display:flex}.brand>div{gap:5px;display:grid}.brand-mark{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:12px;place-items:center;display:grid}.brand-mark svg{stroke-width:2.4px;width:21px;height:21px}.profile-button{border:1px solid var(--line);background:var(--surface-soft);min-height:42px;color:var(--text);border-radius:13px;flex:none;align-items:center;gap:9px;min-height:44px;padding:6px 12px 6px 7px;font-size:.94rem;font-weight:700;display:inline-flex}.profile-button svg{width:17px;height:17px;color:var(--muted)}.profile-avatar{background:var(--accent);color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:.82rem;font-weight:800;display:inline-grid}.eyebrow,.section-label,.tiny-note{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:700}.tiny-note{text-transform:none;letter-spacing:0;font-weight:600}.view-nav{border:1px solid var(--line);background:var(--nav);border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;margin:14px 0 18px;padding:6px;display:grid;box-shadow:0 4px 15px #1721360a}.view-nav a{min-width:0;min-height:44px;color:var(--muted);background:0 0;border-radius:11px;justify-content:center;align-items:center;gap:8px;font-size:.88rem;font-weight:700;text-decoration:none;display:flex}.view-nav a.active{background:var(--accent-soft);color:var(--accent)}.view-nav a:hover{background:var(--surface-soft);color:var(--text)}.view-nav a.active:hover{background:var(--accent-soft);color:var(--accent)}.view-nav svg{stroke-width:2.2px;width:18px;height:18px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.view-nav a:focus-visible{outline-offset:2px;outline:3px solid #2f6bff47}main,.view,.panel,.hero,.content-grid,.evolution-grid{min-width:0}main,.view{gap:18px;display:grid}.hero{border-radius:var(--radius);border-top:3px solid var(--accent);grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr);gap:18px;padding:26px;display:grid}.hero-copy{align-content:center;gap:10px;display:grid}.hero-copy h2{max-width:19ch;font-size:1.85rem;line-height:1.08}.hero-copy p:last-child{color:var(--muted);max-width:55ch}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.metric{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;align-content:space-between;gap:16px;min-height:116px;padding:15px;display:grid}.metric span{color:var(--muted);font-size:.85rem}.metric strong{font-size:1.55rem}.metric:first-child{border-color:var(--accent);background:var(--accent);color:#fff}.metric:first-child span{color:#ffffffc2}.today-hero{isolation:isolate;color:#fff;background:linear-gradient(135deg,#1623792e,#0000 55%),linear-gradient(135deg,#3047ca 0%,#4e63e8 56%,#6550d6 100%);border:0;border-radius:24px;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:30px;min-height:340px;padding:32px;position:relative;overflow:hidden;box-shadow:0 24px 64px #3e4ebc45}.today-hero:before,.today-hero:after{z-index:-1;content:"";background:#ffffff14;border-radius:50%;position:absolute}.today-hero:before{width:290px;height:290px;top:-160px;right:20%}.today-hero:after{width:210px;height:210px;bottom:-90px;right:-75px}.today-hero .hero-copy{gap:12px;position:relative}.today-hero .hero-copy h2{color:#fff;letter-spacing:-.045em;max-width:13ch;font-size:clamp(2.05rem,4vw,3rem);line-height:1.02}.today-hero .hero-copy>p:not(.today-date):not(.section-label){color:#ffffffc9;max-width:50ch;font-size:1rem;line-height:1.55}.today-hero .section-label{color:#ffffffd6}.today-date{color:#fff;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:7px 10px;font-size:.82rem;font-weight:650;display:inline-flex}.today-quick-actions{flex-wrap:wrap;gap:9px;margin-top:8px;display:flex}.quick-action{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:10px 14px;font-size:.88rem;font-weight:750;text-decoration:none;transition:transform .16s,background .16s,box-shadow .16s;display:inline-flex}.quick-action:hover{transform:translateY(-1px)}.quick-action-primary{color:#344bcf;background:#fff;box-shadow:0 9px 24px #121c642e}.quick-action-secondary{color:#fff;background:#ffffff1c;border-color:#ffffff3b}.quick-action-secondary:hover{background:#ffffff2b}.quick-action:focus-visible{outline-offset:3px;outline:3px solid #ffffff70}.hero-overview{align-content:center;gap:10px;display:grid;position:relative}.today-progress-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff30;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:17px;padding:18px;display:grid;box-shadow:inset 0 1px #ffffff14}.progress-ring{border-radius:50%;flex:none;place-items:center;width:118px;height:118px;padding:9px;display:grid}.progress-ring-center{background:linear-gradient(145deg,#4d63e4,#3f52cb);border-radius:50%;align-content:center;place-items:center;width:100%;height:100%;display:grid;box-shadow:inset 0 0 0 1px #ffffff24}.progress-ring-center strong{font-size:1.48rem;line-height:1}.progress-ring-center span{color:#ffffffe0;letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:.68rem;font-weight:700}.today-progress-card>div:last-child{gap:5px;display:grid}.today-progress-card>div:last-child>span{color:#ffffffdb;letter-spacing:.03em;text-transform:uppercase;font-size:.78rem;font-weight:700}.today-progress-card>div:last-child>strong{color:#fff;letter-spacing:-.03em;font-size:1.65rem}.today-progress-card>div:last-child>small{color:#ffffffe0;line-height:1.35}.hero-mini-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.hero-mini-metrics article{background:#ffffff17;border:1px solid #ffffff26;border-radius:15px;align-items:center;gap:10px;min-width:0;padding:13px 14px;display:flex}.hero-mini-metrics article>div{gap:2px;min-width:0;display:grid}.hero-mini-metrics small{color:#ffffffe0;font-size:.72rem}.hero-mini-metrics strong{overflow-wrap:anywhere;color:#fff;font-size:1.02rem}.hero-metric-icon{color:#fff;background:#ffffff21;border-radius:11px;flex:none;place-items:center;width:35px;height:35px;display:grid}.today-assistant{gap:12px;display:grid}.assistant-next-card{border:1px solid color-mix(in srgb, var(--identity-red,var(--accent)) 23%, var(--line));background:linear-gradient(100deg, color-mix(in srgb, var(--accent-soft) 72%, var(--surface)), var(--surface) 58%);min-width:0;box-shadow:var(--shadow);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:19px 20px;display:grid;position:relative;overflow:hidden}.assistant-next-card:after{background:var(--identity-red,var(--accent));content:"";width:5px;height:100%;position:absolute;top:0;right:0}.assistant-icon{background:var(--identity-black,var(--text));width:48px;height:48px;color:var(--identity-white,#fff);box-shadow:0 9px 20px color-mix(in srgb, var(--identity-black,var(--text)) 18%, transparent);border-radius:15px;flex:none;place-items:center;display:grid}.assistant-next-copy{gap:4px;min-width:0;display:grid}.assistant-next-copy h2{overflow-wrap:anywhere;letter-spacing:-.02em;font-size:1.12rem}.assistant-next-copy>p:last-child{color:var(--muted);font-size:.84rem;line-height:1.45}.assistant-primary-action{background:var(--identity-red,var(--accent));color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:10px 13px;font-size:.82rem;font-weight:750;text-decoration:none;display:inline-flex}.assistant-primary-action:hover{background:var(--accent-strong)}.assistant-primary-action:focus-visible,.assistant-secondary-action:focus-visible,.assistant-timeline-item:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 28%, transparent);outline-offset:3px}.assistant-quick-actions{gap:7px;min-width:154px;display:grid}.assistant-quick-actions .assistant-primary-action{width:100%}.assistant-secondary-action{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:.73rem;font-weight:750;display:inline-flex}.assistant-secondary-action:hover{border-color:color-mix(in srgb, var(--accent) 32%, var(--line));color:var(--text)}.assistant-primary-action:disabled,.assistant-secondary-action:disabled{cursor:wait;opacity:.64}.assistant-trail{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface));border-radius:17px;gap:10px;padding:15px;display:grid}.assistant-trail-head{justify-content:space-between;align-items:end;gap:12px;display:flex}.assistant-trail-head>div{gap:3px;display:grid}.assistant-trail-head h2{letter-spacing:-.02em;font-size:1rem}.assistant-trail-head>span{background:var(--control);color:var(--muted);border-radius:999px;padding:5px 8px;font-size:.7rem;font-weight:800}.assistant-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.assistant-timeline-item{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:72px;color:var(--text);border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;text-decoration:none;transition:border-color .16s,transform .16s;display:grid;box-shadow:0 8px 24px #1f2a440b}.assistant-timeline-item:hover{border-color:color-mix(in srgb, var(--accent) 34%, var(--line));transform:translateY(-1px)}.assistant-timeline-item>span:nth-child(2){gap:3px;min-width:0;display:grid}.assistant-timeline-item small{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;font-size:.68rem;font-weight:700}.assistant-timeline-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:.79rem;line-height:1.3;overflow:hidden}.assistant-timeline-item em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-style:normal;line-height:1.35;display:block;overflow:hidden}.assistant-timeline-item>svg{color:var(--muted)}.assistant-timeline-icon{border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.assistant-timeline-icon.task{background:var(--accent-soft);color:var(--accent)}.assistant-timeline-icon.shopping{background:var(--orange-soft);color:var(--orange)}.assistant-timeline-icon.workout{background:var(--green-soft);color:var(--green)}.assistant-timeline-icon.reading{background:var(--red-soft);color:var(--red)}.assistant-timeline-icon.plan{background:var(--accent-soft);color:var(--accent)}.content-grid{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.evolution-grid{grid-template-columns:1.25fr .75fr}.panel{border-radius:var(--radius);gap:14px;padding:20px;display:grid}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.panel-head>div{gap:4px;display:grid}.today-content-grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:18px}.today-checkin-section,.today-agenda-section{min-width:0}.today-panel{border-color:var(--line);align-content:start;gap:15px;padding:22px}.today-panel .panel-head{padding-bottom:14px}.today-panel .panel-head h2{letter-spacing:-.02em;font-size:1.3rem}.panel-link{color:var(--accent);align-items:center;gap:5px;font-size:.82rem;font-weight:750;text-decoration:none;display:inline-flex}.panel-link:hover{color:var(--accent-strong)}.panel-link:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 28%, transparent);outline-offset:3px;border-radius:5px}.today-panel-summary{border:1px solid color-mix(in srgb, var(--accent) 13%, var(--line));background:linear-gradient(90deg, var(--accent-soft), var(--surface-soft));color:var(--accent);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.today-panel-summary span{align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:inline-flex}.today-panel-summary strong{font-size:.88rem}.today-habit-list,.today-tasks{gap:9px}.today-routine-item{border:1px solid var(--line);background:var(--control);border-radius:15px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:11px;min-height:78px;padding:13px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.today-routine-item:hover{border-color:color-mix(in srgb, var(--accent) 38%, var(--line));transform:translateY(-1px);box-shadow:0 9px 24px #26325312}.today-routine-item.is-done{border-color:color-mix(in srgb, var(--green) 30%, var(--line));background:linear-gradient(90deg, var(--green-soft), var(--control) 68%)}.today-time-chip{background:var(--surface-soft);color:var(--muted);white-space:nowrap;border-radius:9px;align-items:center;gap:5px;padding:7px 9px;font-size:.78rem;font-weight:650;display:inline-flex}.today-check-action,.today-task-action{background:var(--accent-soft);min-height:40px;color:var(--accent);border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:9px 11px;font-size:.8rem;font-weight:750;display:inline-flex}.today-check-action:hover,.today-task-action:hover{background:color-mix(in srgb, var(--accent) 17%, var(--surface))}.today-check-action.done{background:var(--green-soft);color:var(--green)}.today-check-action:focus-visible,.today-task-action:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 30%, transparent);outline-offset:2px}.agenda-panel{min-width:0}.today-agenda-item{border:1px solid var(--line);background:var(--control);border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:13px;display:grid}.today-agenda-item>div{min-width:0}.today-agenda-item strong{overflow-wrap:anywhere;display:block}.today-agenda-item small{color:var(--muted);align-items:center;gap:5px;margin-top:5px;font-size:.78rem;display:flex}.today-task-action{background:var(--surface-soft);color:var(--text)}.today-empty-state{border-radius:14px;align-items:center;gap:11px;min-height:78px;display:flex}.today-empty-state>svg{color:var(--accent);flex:none}.today-empty-state>div{gap:3px;display:grid}.today-empty-state strong{color:var(--text);font-size:.9rem}.today-empty-state span{font-size:.8rem}.shopping-view{gap:18px}.shopping-hero{color:#fff;background:radial-gradient(circle at 80% 10%,#ffffff26,#0000 30%),linear-gradient(135deg,#075f5a 0%,#0b8178 54%,#16968a 100%);border-radius:24px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:28px;min-width:0;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #0a726940}.shopping-hero:after{content:"";background:#ffffff14;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-150px;right:-80px}.shopping-hero-copy{z-index:1;align-content:center;gap:11px;display:grid;position:relative}.shopping-hero-copy .section-label{color:#ffffffc7}.shopping-hero-copy h2{color:#fff;letter-spacing:-.04em;max-width:16ch;font-size:clamp(2rem,4vw,2.75rem);line-height:1.03}.shopping-hero-copy>p:not(.section-label){color:#ffffffd6;max-width:58ch;line-height:1.55}.shopping-hero-action{color:#076c65;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:fit-content;min-height:44px;margin-top:6px;padding:10px 15px;font-weight:800;display:inline-flex;box-shadow:0 10px 26px #03454033}.shopping-month-total{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff21;border:1px solid #fff3;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:15px;padding:20px;display:grid;position:relative}.shopping-month-icon{background:#ffffff29;border-radius:15px;place-items:center;width:50px;height:50px;display:grid}.shopping-month-total>div{gap:5px;min-width:0;display:grid}.shopping-month-total small,.shopping-month-total span{color:#ffffffd1}.shopping-month-total small{font-weight:700}.shopping-month-total strong{overflow-wrap:anywhere;letter-spacing:-.04em;font-size:clamp(1.85rem,4vw,2.65rem);line-height:1}.shopping-month-total span{font-size:.8rem}.shopping-view-switch{border:1px solid var(--line);background:var(--surface);border-radius:15px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,480px);padding:5px;display:grid;box-shadow:0 7px 22px #1f2a440d}.shopping-view-switch button{min-height:44px;color:var(--muted);background:0 0;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;font-weight:750;display:inline-flex}.shopping-view-switch button>span{background:var(--surface-soft);border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:.72rem;display:inline-grid}.shopping-view-switch button.active{background:var(--accent-soft);color:var(--accent)}.shopping-view-switch button.active>span{background:var(--surface)}.shopping-error{border:1px solid color-mix(in srgb, var(--red) 30%, var(--line));background:var(--red-soft);color:var(--red);border-radius:13px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:.88rem;font-weight:650;display:flex}.shopping-error button{background:color-mix(in srgb, var(--red) 10%, var(--surface));color:var(--red);border-radius:8px;padding:6px 9px;font-weight:750}.shopping-confirm-backdrop{z-index:50;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0e16268a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.shopping-confirm-dialog{border:1px solid var(--line);background:var(--surface);width:min(100%,460px);color:var(--text);border-radius:20px;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:22px;display:grid;box-shadow:0 28px 80px #0b14264d}.shopping-confirm-icon{background:var(--green-soft);width:48px;height:48px;color:var(--green);border-radius:15px;place-items:center;display:grid}.shopping-confirm-dialog>div:nth-child(2){gap:5px;display:grid}.shopping-confirm-dialog>div:nth-child(2)>p:last-child{color:var(--muted);font-size:.84rem;line-height:1.4}.shopping-confirm-total{background:linear-gradient(135deg, var(--green-soft), var(--surface-soft));border-radius:14px;grid-column:1/-1;gap:6px;padding:15px;display:grid}.shopping-confirm-total span{color:var(--muted);font-size:.78rem}.shopping-confirm-total strong{color:var(--green);letter-spacing:-.035em;font-size:1.8rem}.shopping-confirm-error{border:1px solid color-mix(in srgb, var(--red) 28%, var(--line));background:var(--red-soft);color:var(--red);border-radius:11px;grid-column:1/-1;padding:10px 12px;font-size:.82rem;font-weight:700}.shopping-confirm-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.shopping-create-panel{gap:16px}.shopping-create-form{grid-template-columns:minmax(0,1.8fr) minmax(170px,.8fr) minmax(150px,.7fr);align-items:end;gap:12px;display:grid}.shopping-form-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.shopping-layout{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:start;gap:18px;min-width:0;display:grid}.shopping-plans-panel{align-content:start}.shopping-plan-list{gap:9px;display:grid}.shopping-plan-card{border:1px solid var(--line);background:var(--control);border-radius:14px;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:7px;transition:border-color .16s,box-shadow .16s;display:grid;overflow:hidden}.shopping-plan-card:hover{border-color:color-mix(in srgb, var(--accent) 32%, var(--line))}.shopping-plan-card.active{border-color:color-mix(in srgb, var(--accent) 56%, var(--line));background:linear-gradient(90deg, var(--accent-soft), var(--control));box-shadow:0 8px 22px #2e3e6812}.shopping-plan-select{min-width:0;color:var(--text);text-align:left;background:0 0;gap:5px;padding:13px 8px 13px 13px;display:grid}.shopping-plan-select strong{overflow-wrap:anywhere;font-size:.94rem}.shopping-plan-select small{color:var(--muted);font-size:.76rem}.shopping-plan-date{width:fit-content;color:var(--accent);align-items:center;gap:5px;font-size:.73rem;font-weight:750;display:inline-flex}.shopping-plan-delete{width:34px;height:34px;color:var(--muted);background:0 0;border-radius:9px;place-items:center;display:grid}.shopping-plan-delete:hover{background:var(--red-soft);color:var(--red)}.shopping-empty{border:1px dashed var(--line);min-height:170px;color:var(--muted);text-align:center;border-radius:15px;align-content:center;justify-items:center;gap:7px;padding:24px;display:grid}.shopping-empty>svg{color:var(--accent)}.shopping-empty strong{color:var(--text)}.shopping-empty span{max-width:34ch;font-size:.84rem;line-height:1.45}.shopping-empty button{background:var(--accent-soft);min-height:40px;color:var(--accent);border-radius:10px;margin-top:5px;padding:9px 13px;font-weight:750}.shopping-session-panel{align-content:start;gap:16px;min-height:440px;position:relative}.shopping-session-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:15px;display:flex}.shopping-session-head>div:first-child{gap:6px;min-width:0;display:grid}.shopping-session-head h2{overflow-wrap:anywhere;letter-spacing:-.025em;font-size:1.4rem}.shopping-session-head p{color:var(--muted);align-items:center;gap:6px;font-size:.82rem;display:inline-flex}.shopping-kind-chip{background:var(--accent-soft);width:fit-content;color:var(--accent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:800;display:inline-flex}.shopping-session-progress{background:var(--surface-soft);border-radius:13px;justify-items:center;gap:2px;min-width:82px;padding:10px;display:grid}.shopping-session-progress strong{color:var(--accent);font-size:1.25rem}.shopping-session-progress span{color:var(--muted);font-size:.68rem}.shopping-add-item{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:13px;display:grid}.shopping-add-item button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.shopping-items{gap:9px;display:grid}.shopping-items-empty{min-height:140px}.shopping-item{border:1px solid var(--line);background:var(--control);border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:72px;padding:11px 12px;display:grid}.shopping-item.is-checked{border-color:color-mix(in srgb, var(--green) 30%, var(--line));background:linear-gradient(90deg, var(--green-soft), var(--control) 72%)}.shopping-item-check{background:var(--surface-soft);width:38px;height:38px;color:var(--muted);border-radius:12px;place-items:center;display:grid}.shopping-item.is-checked .shopping-item-check{background:var(--green-soft);color:var(--green)}.shopping-item-copy{gap:4px;min-width:0;display:grid}.shopping-item-copy strong{overflow-wrap:anywhere}.shopping-item-copy span{color:var(--muted);font-size:.78rem}.shopping-item.is-checked .shopping-item-copy span{color:var(--green);font-weight:750}.shopping-item-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex}.shopping-grab-button{background:var(--accent-soft);min-height:40px;color:var(--accent);border-radius:11px;justify-content:center;align-items:center;gap:6px;padding:9px 11px;font-size:.8rem;font-weight:800;display:inline-flex}.shopping-mini-action{background:var(--surface-soft);width:38px;height:38px;color:var(--muted);border-radius:10px;place-items:center;display:grid}.shopping-mini-action:hover{color:var(--accent)}.shopping-price-form{border-top:1px solid var(--line);grid-column:2/-1;grid-template-columns:minmax(160px,1fr) auto auto;align-items:end;gap:8px;width:100%;padding-top:9px;display:grid}.shopping-price-form label{color:var(--muted);font-size:.75rem}.shopping-price-input{border:1px solid var(--line);background:var(--control);border-radius:11px;grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid;overflow:hidden}.shopping-price-input>span{color:var(--muted);padding-left:11px;font-weight:800}.shopping-price-input input{border:0;border-radius:0;padding-left:7px;font-weight:800}.shopping-price-form>small{color:var(--red);grid-column:1/-1}.shopping-total-bar{z-index:8;border:1px solid color-mix(in srgb, var(--accent) 22%, var(--line));background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:15px;padding:13px 14px;display:grid;position:sticky;bottom:12px;box-shadow:0 14px 35px #1a264529}.shopping-total-bar>div{gap:2px;display:grid}.shopping-total-bar span{color:var(--muted);font-size:.75rem}.shopping-total-bar strong{letter-spacing:-.03em;font-size:1.4rem}.shopping-total-bar>button{background:var(--green);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:10px 14px;font-weight:800;display:inline-flex}.shopping-total-bar>button:disabled{opacity:.46;cursor:not-allowed}.shopping-session-empty{min-height:390px}.shopping-history{gap:16px;display:grid}.shopping-history-head{grid-template-columns:minmax(0,1fr) minmax(180px,230px);align-items:end}.shopping-history-head>div{gap:5px;display:grid}.shopping-history-head>div>p:last-child{color:var(--muted);font-size:.86rem}.shopping-history-summary{grid-template-columns:1.25fr repeat(2,minmax(0,.75fr));gap:12px;display:grid}.shopping-history-summary article{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;gap:9px;padding:18px;display:grid}.shopping-history-summary article:first-child{border-color:color-mix(in srgb, var(--green) 26%, var(--line));background:linear-gradient(135deg, var(--green-soft), var(--surface))}.shopping-history-summary span{color:var(--muted);font-size:.8rem}.shopping-history-summary strong{overflow-wrap:anywhere;letter-spacing:-.03em;font-size:1.55rem}.shopping-history-list{gap:10px;display:grid}.shopping-history-card{padding:0;overflow:hidden}.shopping-history-card summary{cursor:pointer;grid-template-columns:42px minmax(0,1fr) auto 20px;align-items:center;gap:11px;padding:16px;list-style:none;display:grid}.shopping-history-card summary::-webkit-details-marker{display:none}.shopping-history-card summary>span:nth-child(2){gap:4px;min-width:0;display:grid}.shopping-history-card summary>span:nth-child(2) strong{overflow-wrap:anywhere}.shopping-history-card summary small{color:var(--muted);font-size:.78rem;font-weight:500}.shopping-history-card summary>strong{color:var(--green);font-size:1.05rem}.shopping-history-card summary>svg{color:var(--muted);transition:transform .16s}.shopping-history-card[open] summary>svg{transform:rotate(180deg)}.shopping-history-card summary:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 28%, transparent);outline-offset:-3px}.shopping-history-icon{background:var(--green-soft);width:42px;height:42px;color:var(--green);border-radius:12px;place-items:center;display:grid}.shopping-receipt{gap:8px;padding:0 16px 16px 69px;display:grid}.shopping-receipt>div,.shopping-receipt footer{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:9px 0;font-size:.84rem;display:flex}.shopping-receipt>div span{overflow-wrap:anywhere}.shopping-receipt>div strong{white-space:nowrap}.shopping-receipt>div.skipped{color:var(--muted);opacity:.72}.shopping-receipt footer{border-bottom:0;padding-top:12px;font-size:.95rem}.shopping-receipt footer strong{color:var(--green);font-size:1.08rem}.shopping-reopen-button{background:var(--accent-soft);min-height:42px;color:var(--accent);border-radius:11px;justify-content:center;justify-self:end;align-items:center;gap:7px;padding:9px 12px;font-weight:800;display:inline-flex}.view[data-view=shopping] button:disabled{cursor:not-allowed;opacity:.52}.shopping-loading{min-height:280px;color:var(--muted);place-content:center;justify-items:center}.shopping-loading svg{color:var(--accent)}.primary-button,.ghost-button,.check-button,.focus-button,.workout-button,.add-exercise-button{border-radius:11px;min-height:40px;padding:10px 13px;font-weight:700}.primary-button{background:var(--accent);color:#fff}.ghost-button{background:var(--surface-soft);color:var(--text)}.compact-button{align-items:center;gap:7px;min-height:38px;display:inline-flex}.compact-button svg,.add-exercise-button svg{width:17px;height:17px}.icon-button{border:1px solid var(--line);background:var(--control);width:40px;height:40px;color:var(--muted);border-radius:11px;place-items:center;padding:0;display:grid}.icon-button svg{width:18px;height:18px}.small-icon{width:32px;height:32px}.danger-button{color:var(--red)}.voice-input-field{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.voice-input-button{border:1px solid var(--line);background:var(--control);width:44px;height:44px;color:var(--accent);border-radius:12px;place-items:center;padding:0;display:grid}.voice-input-button.is-listening{border-color:var(--red);background:color-mix(in srgb, var(--red) 12%, var(--control));color:var(--red)}.voice-input-button:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.shopping-new-item-field{gap:7px;min-width:0;display:grid}.entry-form{gap:13px;display:grid}.entry-type,.task-filters{flex-wrap:wrap;gap:4px;display:flex}.entry-type{background:var(--accent-soft);border-radius:9px;width:fit-content;padding:4px}.entry-type button,.task-filters button{color:var(--muted);background:0 0;border-radius:7px;padding:8px 11px;font-size:.86rem;font-weight:700}.entry-type button.active,.task-filters button.active{background:var(--control);color:var(--accent);box-shadow:0 1px 3px #1721361f}.task-filters{border-bottom:1px solid var(--line);padding-bottom:5px}.entry-fields{grid-template-columns:2fr 1fr 1fr auto;gap:12px;display:grid}label{color:var(--text);gap:7px;font-size:.88rem;font-weight:600;display:grid}.task-create-form{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;grid-template-columns:minmax(0,2fr) minmax(140px,1fr) minmax(120px,.8fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.habit-list,.task-list,.today-tasks{gap:10px;display:grid}.habit-item,.task-item,.today-task{border:1px solid var(--line);background:var(--control);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:14px;display:grid}.habit-item:hover,.task-item:hover,.today-task:hover{border-color:#aec2ff}.habit-details,.task-details{min-width:0}.habit-details strong,.task-details strong{overflow-wrap:anywhere;display:block}.habit-details small,.task-details small,.today-task small{color:var(--muted);margin-top:4px;display:block}.item-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.check-button{background:var(--accent-soft);color:var(--accent)}.check-button.done{background:var(--green-soft);color:var(--green)}.focus-button{background:var(--orange-soft);color:var(--orange)}.workout-button{background:var(--green-soft);color:var(--green)}.task-heading{align-items:center;gap:8px;display:flex}.status-chip{border-radius:99px;align-items:center;width:fit-content;padding:4px 7px;font-size:.73rem;font-weight:700;display:inline-flex}.status-chip.pending{background:var(--accent-soft);color:var(--accent)}.status-chip.overdue{background:var(--red-soft);color:var(--red)}.status-chip.completed{background:var(--green-soft);color:var(--green)}.task-overdue{border-color:#efb5b1}.task-completed{opacity:.72}.inline-editor,.workout-editor{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) 160px auto;gap:10px;width:100%;padding-top:14px;display:grid}.task-editor{grid-template-columns:minmax(0,1fr) 150px 130px auto}.editor-actions{align-items:end;gap:8px;display:flex}.editor-actions .primary-button,.editor-actions .ghost-button{min-height:40px}.workout-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.workout-day{border:1px solid var(--line);background:var(--control);border-radius:10px;align-content:start;gap:12px;min-height:210px;padding:15px;display:grid}.today-workout{background:var(--green-soft);border-color:#89d4ad}.workout-card-head{justify-content:space-between;align-items:center;display:flex}.workout-card-head>span{background:var(--accent-soft);color:var(--accent);border-radius:6px;padding:4px 7px;font-size:.75rem;font-weight:700}.exercise-summary{gap:7px;display:grid}.exercise-summary p{justify-content:space-between;align-items:baseline;gap:10px;font-size:.88rem;display:flex}.exercise-summary small{color:var(--muted);white-space:nowrap}.workout-note{color:var(--muted);font-size:.85rem;line-height:1.4}.workout-editor{grid-template-columns:1fr}.exercise-editor-list{gap:7px;display:grid}.exercise-editor-row{grid-template-columns:minmax(0,1fr) 76px 76px 32px;gap:7px;display:grid}.exercise-editor-row input{min-width:0;padding:9px 10px}.add-exercise-button{background:var(--accent-soft);width:fit-content;color:var(--accent);justify-content:center;align-items:center;gap:6px;display:inline-flex}.focus-panel{max-width:720px;margin:0 auto}.focus-selector{max-width:350px}.pomodoro-content{grid-template-columns:180px 1fr;align-items:center;gap:28px;padding-top:8px;display:grid}.pomodoro-clock{background:var(--orange-soft);min-width:180px;min-height:180px;color:var(--orange);border:10px solid #ffd8b2;border-radius:50%;place-items:center;font-size:2.3rem;font-weight:800;display:grid}.pomodoro-content h2{margin-top:5px}.pomodoro-copy{color:var(--muted);margin-top:9px}.pomodoro-content .tiny-note{margin-top:10px;display:block}.pomodoro-actions{gap:9px;margin-top:18px;display:flex}.empty-state{border:1px dashed var(--line);color:var(--muted);border-radius:8px;padding:13px;font-size:.92rem}.chart{gap:13px;display:grid}.bar-row{grid-template-columns:42px 1fr 46px;align-items:center;gap:10px;display:grid}.bar-track{background:var(--surface-soft);border-radius:99px;height:10px;overflow:hidden}.bar-fill{border-radius:inherit;background:var(--accent);height:100%}.week-history{grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;display:grid}.day-history{border:1px solid var(--line);text-align:center;border-radius:8px;gap:5px;padding:10px 6px;display:grid}.day-history span,.day-history small{color:var(--muted);font-size:.74rem}.history{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.history-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;padding:15px}.history-card strong{margin-top:8px;font-size:1.5rem;display:block}.insights-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.insight-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;padding:16px}.insight-card h3{margin:0 0 8px;font-size:1rem}.insight-card p{color:var(--text);margin:0;line-height:1.55}.insight-card small{color:var(--muted);margin-top:12px;display:block}.settings-panel{width:100%;max-width:760px;margin:0 auto}.profile-cards{gap:10px;display:grid}.profile-card{border:1px solid var(--line);background:var(--control);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.profile-card strong,.profile-card small{display:block}.profile-card small{min-height:1.1em;color:var(--muted);margin-top:3px;font-size:.82rem}.active-profile{background:var(--accent-soft);border-color:#9ab6ff}.profile-switch-button,.profile-current-button{border-radius:8px;min-height:38px;padding:9px 12px;font-weight:700}.profile-switch-button{background:var(--accent);color:#fff}.profile-current-button{background:var(--green-soft);color:var(--green);cursor:default}.data-panel{width:100%;max-width:760px;margin:0 auto}.danger-action{background:var(--control);width:fit-content;min-height:42px;color:var(--red);border:1px solid #efb5b1;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 13px;font-weight:700;display:inline-flex}.danger-action svg{width:17px;height:17px}.settings-copy{color:var(--muted);line-height:1.5}.settings-action{justify-content:center;align-items:center;gap:8px;width:fit-content;display:inline-flex}.settings-install-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;display:grid}.settings-install-icon{background:var(--accent-soft);width:44px;height:44px;color:var(--accent);border-radius:13px;place-items:center;display:grid}.settings-install-card>div{gap:4px;display:grid}.settings-install-card p{color:var(--muted);font-size:.86rem;line-height:1.45}.settings-install-action{justify-content:center;align-items:center;gap:7px;min-height:42px;display:inline-flex}.settings-ios-hint{color:var(--accent);grid-column:2/-1;align-items:center;gap:6px;font-size:.8rem;font-weight:750;display:inline-flex}.settings-android-hint,.settings-install-status{grid-column:2/-1;align-items:center;gap:6px;font-size:.8rem;font-weight:750;line-height:1.4;display:inline-flex}.settings-android-hint{color:var(--accent)}.settings-install-status{color:var(--green)}.settings-backup-card{border:1px solid color-mix(in srgb, var(--green) 22%, var(--line));background:linear-gradient(105deg, var(--green-soft), var(--surface-soft));border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:15px;display:grid}.settings-backup-icon{background:var(--green);color:#fff;border-radius:13px;place-items:center;width:45px;height:45px;display:grid}.settings-backup-card>div{gap:4px;display:grid}.settings-backup-card p{color:var(--muted);font-size:.84rem;line-height:1.45}.settings-backup-actions{flex-wrap:wrap;gap:9px;display:flex}.settings-backup-actions button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.settings-backup-actions button:disabled{cursor:wait;opacity:.58}.settings-backup-note,.settings-backup-status{color:var(--muted);align-items:flex-start;gap:7px;font-size:.78rem;line-height:1.45;display:flex}.settings-backup-note svg{flex:none;margin-top:1px}.settings-backup-status{background:var(--accent-soft);color:var(--accent);border-radius:10px;padding:10px 12px;font-weight:650}.settings-notification-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.settings-notification-card>div{gap:3px;display:grid}.settings-notification-card strong{font-size:.9rem}.settings-notification-card span{color:var(--muted);font-size:.8rem;line-height:1.4}.settings-notification-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.settings-notification-actions button{white-space:nowrap}.settings-briefing-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:end;gap:12px;margin-top:12px;padding:14px;display:grid}.settings-briefing-card>div,.settings-briefing-card>label{gap:5px;display:grid}.settings-briefing-card span,.settings-briefing-card label{color:var(--muted);font-size:.78rem}.settings-briefing-card input[type=time]{min-height:40px}.settings-briefing-toggle{grid-template-columns:auto 1fr;align-self:center;align-items:center}.settings-briefing-toggle input{width:18px;height:18px}.settings-notification-error,.settings-notification-hint{background:var(--red-soft);color:var(--red);border-radius:9px;padding:9px 11px;font-size:.8rem;line-height:1.4}.settings-notification-hint{background:var(--accent-soft);color:var(--accent)}.theme-switch{background:var(--surface-soft);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px;padding:4px;display:grid}.theme-switch button{min-height:42px;color:var(--muted);background:0 0;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.theme-switch button.active{background:var(--control);color:var(--accent);box-shadow:0 1px 3px #0000002e}.theme-switch svg{width:18px;height:18px}.loading{min-height:100vh;color:var(--muted);justify-content:center;align-items:center;display:flex}.access-shell,.state-shell{place-items:center;min-height:calc(100vh - 56px);display:grid}.access-panel,.state-panel{width:min(100%,460px);padding:28px}.access-mark{width:46px;height:46px}.access-copy{gap:8px;display:grid}.access-copy h1,.state-panel h1{font-size:1.55rem;line-height:1.15}.access-copy p:last-child,.state-panel p{color:var(--muted);line-height:1.5}.access-submit{justify-content:center;align-items:center;gap:8px;display:inline-flex}.state-panel{gap:16px}.state-panel .primary-button{width:fit-content}.form-error{background:var(--red-soft);color:var(--red);border-radius:8px;padding:10px 12px;font-size:.88rem}.inline-edit-form{border-top:1px solid var(--line);grid-template-columns:1fr auto auto;gap:10px;margin-top:14px;padding-top:14px;display:grid}.inline-edit-form.task-edit{grid-template-columns:1fr 150px 130px auto}@media (width<=900px){.shopping-layout{grid-template-columns:1fr}.shopping-plan-list,.assistant-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.quick-action,.today-routine-item,.shopping-plan-card,.shopping-history-card summary>svg{transition:none}}@media (width<=760px){body{padding:14px 14px 108px;padding-top:max(20px, calc(env(safe-area-inset-top,0px) + 14px))}.topbar{gap:10px;min-height:70px;padding:14px}.brand>div{min-width:0}.brand .eyebrow{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brand-mark{width:36px;height:36px}.brand h1{font-size:1.28rem}.profile-button{min-height:40px;padding-right:8px}.hero,.content-grid,.evolution-grid,.entry-fields,.task-create-form,.pomodoro-content,.insights-grid{grid-template-columns:1fr}.hero-metrics,.metric{min-width:0}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{padding:20px}.hero-copy h2{max-width:none;font-size:1.5rem}.today-hero{border-radius:22px;grid-template-columns:1fr;gap:23px;min-height:0;padding:24px}.today-hero .hero-copy h2{max-width:15ch;font-size:2.15rem}.today-hero .hero-copy>p:not(.today-date):not(.section-label){font-size:.94rem}.hero-overview{grid-template-columns:minmax(0,1fr)}.today-progress-card{min-height:142px}.assistant-next-card{grid-template-columns:auto minmax(0,1fr)}.assistant-primary-action,.assistant-quick-actions{grid-column:1/-1;width:100%}.today-content-grid{grid-template-columns:1fr}.shopping-hero{grid-template-columns:1fr;gap:20px;padding:24px}.shopping-hero-copy h2{max-width:17ch;font-size:2.15rem}.shopping-month-total{padding:16px}.shopping-create-form{grid-template-columns:1fr}.shopping-form-actions{grid-column:auto;justify-content:stretch}.shopping-form-actions button{flex:1}.shopping-plan-list{grid-template-columns:1fr}.shopping-plan-delete,.shopping-mini-action{width:44px;height:44px}.shopping-grab-button{min-height:44px}.shopping-price-input input{font-size:1rem}.shopping-history-head{grid-template-columns:1fr}.shopping-history-head label{max-width:260px}.shopping-total-bar{margin-top:89px;bottom:86px}.metric{min-height:90px;padding:12px}.metric strong{font-size:1.22rem}.panel{padding:16px}.habit-item,.task-item,.today-task{grid-template-columns:1fr;padding:15px}.item-actions{justify-content:flex-start}.inline-editor,.task-editor{grid-template-columns:1fr}.editor-actions{justify-content:flex-end}.workout-list{grid-template-columns:1fr}.workout-day{min-height:0}.history{grid-template-columns:1fr}.pomodoro-clock{min-width:150px;min-height:150px;margin:0 auto}.pomodoro-actions .primary-button{width:auto}.task-heading{flex-direction:column;align-items:flex-start;gap:5px}.view-nav{z-index:20;right:12px;bottom:max(10px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;margin:0;padding:6px 7px;position:fixed;left:12px;box-shadow:0 10px 32px #17213633}.view-nav a{gap:3px;min-height:54px;padding:4px 2px;font-size:.64rem;display:grid;overflow:hidden}.view-nav a span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.view-nav svg{width:19px;height:19px}}@media (width<=540px){.settings-install-card{grid-template-columns:auto minmax(0,1fr)}.settings-install-action{grid-column:1/-1;width:100%}.settings-ios-hint,.settings-android-hint,.settings-install-status{grid-column:1/-1}.settings-backup-actions{grid-template-columns:1fr;display:grid}.settings-backup-actions button{width:100%}.settings-notification-card{grid-template-columns:auto minmax(0,1fr)}.settings-notification-card button{grid-column:1/-1;width:100%}.settings-notification-actions{grid-column:1/-1;width:100%;display:grid}.settings-briefing-card{grid-template-columns:1fr;align-items:stretch}.settings-briefing-card button,.settings-briefing-card input[type=time]{width:100%}.profile-button{justify-content:center;width:40px;padding:5px}.profile-button .profile-name,.profile-button>svg:last-child{display:none}.hero{gap:16px;padding:18px}.today-hero{gap:21px;padding:21px 18px}.today-hero .hero-copy{gap:10px}.today-hero .hero-copy h2{max-width:16ch;font-size:clamp(1.9rem,9vw,2.25rem)}.today-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.quick-action{min-width:0;padding:10px 8px}.today-progress-card{gap:13px;padding:14px}.progress-ring{width:104px;height:104px;padding:8px}.progress-ring-center strong{font-size:1.3rem}.today-progress-card>div:last-child>strong{font-size:1.42rem}.hero-mini-metrics article{padding:11px}.hero-metric-icon{width:32px;height:32px}.today-panel{padding:16px}.assistant-next-card{gap:12px;padding:15px}.assistant-icon{border-radius:13px;width:43px;height:43px}.assistant-timeline{grid-template-columns:1fr;gap:8px}.assistant-timeline-item{min-height:64px;padding:10px 11px}.assistant-timeline-item strong{font-size:.82rem}.today-routine-item{grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;padding:12px}.today-time-chip{grid-column:1;width:fit-content}.today-check-action{grid-area:1/2/span 2;width:42px;min-height:42px;padding:0}.today-check-action span{display:none}.shopping-hero{gap:18px;padding:21px 18px}.shopping-hero-copy h2{font-size:clamp(1.9rem,9vw,2.25rem)}.shopping-hero-action{width:100%}.shopping-month-total{grid-template-columns:42px minmax(0,1fr);gap:12px}.shopping-month-icon{border-radius:12px;width:42px;height:42px}.shopping-month-total strong{font-size:1.8rem}.shopping-view-switch{width:100%}.shopping-session-head{gap:10px}.shopping-session-head h2{font-size:1.25rem}.shopping-session-progress{min-width:72px;padding:9px 7px}.shopping-add-item{grid-template-columns:1fr}.shopping-add-item button{width:100%}.shopping-item{grid-template-columns:36px minmax(0,1fr) auto;gap:8px;padding:10px}.shopping-item-check{width:36px;height:36px}.shopping-grab-button{min-width:68px;padding:0 9px;font-size:.72rem}.shopping-grab-button svg{width:17px;height:17px}.shopping-price-form{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.shopping-price-form label,.shopping-price-form>small{grid-column:1/-1}.shopping-total-bar{grid-template-columns:minmax(0,.72fr) minmax(150px,1.28fr);gap:8px;padding:11px}.shopping-total-bar strong{font-size:1.2rem}.shopping-total-bar>button{padding:9px 10px;font-size:.82rem}.shopping-history-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.shopping-history-summary article:first-child{grid-column:1/-1}.shopping-history-summary article{padding:15px}.shopping-history-summary strong{font-size:1.25rem}.shopping-history-card summary{grid-template-columns:38px minmax(0,1fr) 18px;gap:9px;padding:13px}.shopping-history-card summary>strong{grid-area:2/2}.shopping-history-card summary>svg{grid-area:1/3/span 2}.shopping-history-icon{width:38px;height:38px}.shopping-receipt{padding:0 13px 13px}.shopping-confirm-dialog{padding:18px}.shopping-confirm-actions{grid-template-columns:1fr}.shopping-confirm-actions .primary-button{grid-row:1}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metric:nth-child(3){grid-column:1/-1;min-height:76px}}@media (width<=390px){.shopping-session-panel,.shopping-plans-panel{padding:14px}.shopping-item-actions{gap:3px}.shopping-total-bar>button svg{display:none}.today-progress-card{grid-template-columns:96px minmax(0,1fr)}.progress-ring{width:96px;height:96px}.today-progress-card>div:last-child>span{font-size:.68rem}.today-progress-card>div:last-child>strong{font-size:1.3rem}.hero-mini-metrics{gap:7px}.hero-mini-metrics article{gap:7px;padding:10px 8px}.hero-mini-metrics strong{font-size:.9rem}.today-agenda-item{grid-template-columns:minmax(0,1fr) 40px}.today-task-action{width:40px;min-height:40px;padding:0}.today-task-action span{display:none}.hero-metrics{gap:6px}.metric{padding:10px}.metric span{font-size:.76rem}.metric strong{font-size:1.08rem}.week-history{grid-template-columns:repeat(4,minmax(0,1fr))}.view-nav a{font-size:.56rem}.profile-card{grid-template-columns:auto 1fr}.profile-card button{grid-column:1/-1;width:100%}}:root{--identity-black:#090807;--identity-red:#c92520;--identity-white:#fffdf8;--bg:#f2efe9;--surface:#fffdf9;--surface-soft:#f8f4ee;--control:#fffefa;--nav:#fffdf9e6;--text:#211e1b;--muted:#736b63;--line:#ddd5ca;--accent:#c42b25;--accent-strong:#9e211d;--accent-soft:#fae7e3;--red:#bc2c27;--red-soft:#fbe9e6;--shadow:0 16px 44px #2d221c14}html[data-theme=dark]{--identity-black:#050504;--identity-red:#e3483f;--identity-white:#fffaf1;--bg:#151311;--surface:#211e1b;--surface-soft:#2a2622;--control:#211e1b;--nav:#211e1bed;--text:#fffaf2;--muted:#c1b6ab;--line:#443d37;--accent:#ef6258;--accent-strong:#ff7a70;--accent-soft:#4a2925;--red:#ff8178;--red-soft:#4c2927;--shadow:0 14px 38px #0000004d}body{background:radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--identity-red) 7%, transparent), transparent 28rem), linear-gradient(180deg, color-mix(in srgb, var(--surface) 44%, var(--bg)), var(--bg) 22rem)}.topbar{z-index:5;border-color:color-mix(in srgb, var(--identity-black) 18%, var(--line));border-top:4px solid var(--identity-black);position:relative;overflow:visible}.topbar:after{background:var(--identity-red);content:"";width:5px;height:100%;position:absolute;top:0;right:0}.topbar-greeting{flex:auto;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.topbar-greeting h1{letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:clamp(1.25rem,3vw,1.55rem);line-height:1.15;overflow:hidden}.topbar-greeting h1 span{color:var(--identity-red)}.topbar-greeting-emoji{flex:none;font-size:clamp(1.2rem,3vw,1.5rem);line-height:1;transform:translateY(-1px)}.topbar-actions{flex:none;align-items:center;gap:8px;display:flex}.topbar-theme-switch{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;align-items:center;gap:2px;padding:3px;display:inline-flex}.topbar-theme-switch button{width:36px;height:36px;color:var(--muted);background:0 0;border-radius:9px;place-items:center;display:inline-grid}.topbar-theme-switch button:hover{color:var(--identity-red)}.topbar-theme-switch button.is-active{background:var(--surface);color:var(--identity-red);box-shadow:0 3px 10px #281b151a}.topbar-menu-button{border:1px solid var(--line);background:var(--surface-soft);width:44px;height:44px;color:var(--text);border-radius:50%;flex:none;place-items:center;display:inline-grid}.topbar-menu-button:hover{border-color:color-mix(in srgb, var(--identity-red) 35%, var(--line));color:var(--identity-red)}.topbar-menu-button[aria-expanded=true]{border-color:color-mix(in srgb, var(--identity-red) 46%, var(--line));background:var(--identity-red-soft);color:var(--identity-red)}.topbar-menu{flex:none;display:flex;position:relative}.topbar-menu-popover{z-index:20;border:1px solid color-mix(in srgb, var(--identity-black) 22%, var(--line));background:var(--surface);border-radius:15px;gap:4px;width:min(210px,100vw - 28px);padding:7px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 32px #140d0a33}.topbar-menu-popover button{width:100%;min-height:46px;color:var(--text);text-align:left;background:0 0;border-radius:10px;align-items:center;gap:10px;padding:10px 11px;font-size:.88rem;font-weight:800;display:flex}.topbar-menu-popover button:hover,.topbar-menu-popover button:focus-visible{background:var(--identity-red-soft);color:var(--identity-red)}.profile-avatar{background:var(--identity-red)}.identity-band{border:1px solid var(--identity-black);background:var(--identity-black);border-radius:16px;height:82px;margin:10px 0 12px;position:relative;overflow:hidden;box-shadow:0 12px 30px #140d0a24}.identity-band img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.identity-band:after{border-radius:inherit;content:"";pointer-events:none;border:1px solid #ffffff24;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #00000047}.identity-band+.view-nav{margin-top:0}.view-nav a.active{box-shadow:inset 0 -2px 0 var(--identity-red)}.today-hero{background:radial-gradient(circle at 76% 18%,#c925204d,#0000 29%),linear-gradient(135deg,#080706 0%,#17100e 57%,#4e1512 100%);box-shadow:0 24px 64px #4d171342}.today-hero:before{background:#c9252033}.today-hero:after{z-index:-1;opacity:.2;background:url(/grafismo-indigena-ritmo.png) 50%/cover no-repeat;border-radius:0;width:44%;height:auto;top:0;bottom:0;right:0}.quick-action-primary{color:var(--identity-red);box-shadow:0 9px 24px #5c181338}.progress-ring-center{background:linear-gradient(145deg,#d64238,#9e211d)}.routine-task-hero{--routine-accent:#b52f29;--routine-accent-soft:color-mix(in srgb, #b52f29 12%, var(--surface))}html[data-theme=dark] .routine-task-hero{--routine-accent:#f06a60;--routine-accent-soft:color-mix(in srgb, #b52f29 23%, var(--surface))}.routine-hero{border-top:4px solid var(--routine-accent)}.shopping-hero,.focus-hero,.reading-panel{border-top:4px solid var(--identity-red)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.view-nav a:focus-visible{outline-color:color-mix(in srgb, var(--identity-red) 38%, transparent)}@media (width<=760px){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}body:has(input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,select:focus,textarea:focus) .view-nav{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(calc(100% + 32px))}.identity-band{border-radius:13px;height:58px;margin:8px 0 12px}.topbar-menu-button{width:40px;height:40px}.topbar-theme-switch button{width:33px;height:33px}.today-hero:after{opacity:.14;width:64%}}@media (width<=390px){.topbar{padding-inline:12px}.topbar-greeting,.topbar-actions{gap:5px}.identity-band{height:52px}}
