.settings-accordion-card{overflow:hidden}.settings-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;padding:0;margin:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.settings-accordion-trigger .settings-card-title-row{flex:1;margin:0}.settings-accordion-trigger>svg{flex:0 0 auto;transition:transform .16s ease}.settings-accordion-trigger>svg.is-open{transform:rotate(180deg)}.settings-accordion-content{margin-top:14px}.settings-accordion-trigger:focus-visible{outline:2px solid currentColor;outline-offset:5px;border-radius:8px}.settings-pretty-select-search-wrap{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:8px;padding:9px 10px;border-bottom:1px solid rgba(90,108,132,.12);background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-pretty-select-search-wrap>svg{flex:0 0 auto;color:var(--muted)}.settings-pretty-select-search{min-width:0;width:100%;height:36px;box-sizing:border-box;border:1px solid rgba(90,108,132,.2);border-radius:11px;padding:0 10px;background:#f8fafcf2;color:var(--ink);font:inherit;font-size:13px;outline:none}.settings-pretty-select-search:focus{border-color:#18b7c49e;box-shadow:0 0 0 3px #18b7c41f;background:#fff}.settings-pretty-select-search::-webkit-search-cancel-button{cursor:pointer}.settings-pretty-select-empty{padding:18px 12px;color:var(--muted);font-size:13px;text-align:center}.accountability-screen{padding-bottom:32px}.accountability-screen .settings-card{margin-bottom:14px}.accountability-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.accountability-actions .habit-save-button,.accountability-actions .habit-cancel-button{width:auto;min-width:110px}.accountability-relationship{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--border, rgba(0,0,0,.08))}.accountability-relationship .habit-cancel-button{width:auto}.accountability-observer-selects{display:grid;gap:10px;margin:12px 0}.accountability-observer-add .habit-save-button{margin-top:4px}.accountability-observation-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--border, rgba(0,0,0,.08))}.accountability-observation-card>div,.accountability-policy-heading{display:grid;gap:3px;min-width:0}.accountability-observation-card small,.accountability-policy-heading small{opacity:.72}.accountability-observation-card .habit-cancel-button{width:auto;flex:0 0 auto}.accountability-policy-card{padding:14px 0;border-top:1px solid var(--border, rgba(0,0,0,.08))}.accountability-policy-card h3{margin:14px 0 6px;font-size:14px}.accountability-policy-note{margin:10px 0 0;font-size:12px;opacity:.72}.accountability-status-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.accountability-status-chip{display:inline-flex;align-items:center;width:fit-content;padding:3px 8px;border-radius:999px;background:var(--surface-soft, rgba(0,0,0,.05));font-size:11px;font-weight:600}.accountability-status-chip.is-muted{opacity:.65}.accountability-activity-list{display:grid}.accountability-activity-item{display:flex;align-items:start;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--border, rgba(0,0,0,.08))}.accountability-activity-item>div{display:grid;gap:3px;min-width:0}.accountability-activity-item small,.accountability-activity-item time{opacity:.72;font-size:12px}.accountability-activity-item time{flex:0 0 auto;text-align:right}.program-authoring-editor{position:fixed;z-index:60;inset:0;display:flex;flex-direction:column;width:100%;height:var(--program-viewport-height, 100dvh);min-height:0;background:transparent;color:var(--text, #172029);overflow:hidden;overscroll-behavior:none}body.program-authoring-mode .floating-nav,body.program-authoring-mode .program-authoring-fab{display:none!important}.program-authoring-toolbar{position:sticky;top:0;z-index:30;min-height:64px;display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:max(10px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) 10px max(14px,env(safe-area-inset-left));background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb,currentColor 10%,transparent)}.program-authoring-toolbar button{border:0;font:inherit}.program-authoring-toolbar .icon{width:42px;height:42px;border-radius:12px;background:var(--card, #fff);display:grid;place-items:center}.program-authoring-title{min-width:170px;max-width:320px;display:grid;grid-template-columns:1fr auto;text-align:left;gap:1px 8px;background:transparent}.program-authoring-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.program-authoring-title small{grid-column:1;opacity:.62}.program-authoring-title svg{grid-column:2;grid-row:1 / 3;align-self:center;opacity:.55}.program-authoring-tabs{margin-left:auto;display:flex;padding:3px;border-radius:12px;background:color-mix(in srgb,currentColor 7%,transparent)}.program-authoring-tabs button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:9px;background:transparent}.program-authoring-tabs button svg{width:17px}.program-authoring-tabs button.active{background:var(--card, #fff);box-shadow:0 1px 5px #00000014}.program-authoring-toolbar .publish{background:var(--tg-theme-button-color, #2678ff);color:var(--tg-theme-button-text-color, #fff)}.program-authoring-toolbar .publish svg{width:20px;height:20px}.program-authoring-toolbar .publish:disabled{opacity:.4}.program-authoring-banner-error{padding:8px 16px;background:color-mix(in srgb,#d33 14%,transparent);color:#a11;font-size:13px}.program-authoring-canvas-wrap{position:relative;flex:1 1 auto;min-height:0;height:auto;overflow:hidden;touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none;cursor:grab}.program-authoring-canvas-wrap:active{cursor:grabbing}.program-authoring-canvas{position:absolute;left:0;top:0;transform-origin:0 0;will-change:transform}.program-authoring-zoom{position:absolute;z-index:20;right:14px;bottom:16px;display:flex;gap:4px;padding:4px;border-radius:12px;background:var(--card, #fff);box-shadow:0 6px 20px #0000001c}.program-authoring-zoom button{border:0;min-width:38px;height:36px;border-radius:8px;background:transparent;display:grid;place-items:center}.program-authoring-zoom svg{width:18px}.program-authoring-edges{position:absolute;inset:0;overflow:visible;pointer-events:none}.program-authoring-edge{pointer-events:stroke;cursor:pointer}.program-authoring-edge path{fill:none;stroke:color-mix(in srgb,currentColor 35%,transparent);stroke-width:2.5}.program-authoring-edge:hover path{stroke:var(--tg-theme-link-color, #2678ff);stroke-width:5}.program-authoring-edge circle{fill:color-mix(in srgb,currentColor 52%,transparent)}.program-authoring-edge text{fill:currentColor;font-size:12px;font-weight:650;text-anchor:middle;paint-order:stroke;stroke:var(--bg, #eef4f8);stroke-width:5px;stroke-linejoin:round;pointer-events:none}.program-authoring-node{position:absolute;border-radius:17px;background:var(--card, #fff);border:1px solid color-mix(in srgb,currentColor 9%,transparent);box-shadow:0 8px 22px #00000014;overflow:hidden;display:grid;grid-template-rows:1fr 38px;cursor:default}.program-authoring-node.root{border-width:2px;border-color:color-mix(in srgb,var(--tg-theme-button-color, #2678ff) 42%,transparent)}.program-authoring-node .node-main{border:0;background:transparent;padding:12px 14px 8px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.program-authoring-node .node-main small{font-size:10px;letter-spacing:.05em;text-transform:uppercase;opacity:.55}.program-authoring-node .node-main strong{width:100%;margin-top:4px;font-size:15px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.program-authoring-node .node-main span{margin-top:5px;max-width:100%;font-size:12px;opacity:.65;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.program-authoring-node .node-actions{display:flex;align-items:center;gap:4px;padding:4px 7px;border-top:1px solid color-mix(in srgb,currentColor 8%,transparent)}.program-authoring-node .node-actions>button,.program-authoring-node .insert-menu button{width:30px;height:28px;border:0;border-radius:8px;background:color-mix(in srgb,currentColor 5%,transparent);display:grid;place-items:center;font-weight:750}.program-authoring-node .node-actions>button:last-child{margin-left:auto}.program-authoring-node .node-actions svg{width:15px}.program-authoring-node .insert-menu{display:flex;gap:3px;max-width:108px;overflow-x:auto}.program-authoring-sheet-backdrop{position:fixed;inset:0;z-index:80;background:#00000052;display:flex;align-items:flex-end;justify-content:center}.program-authoring-sheet{width:min(620px,100%);max-height:min(88dvh,760px);overflow-y:auto;padding:18px;border-radius:22px 22px 0 0;background:var(--card, #fff);box-shadow:0 -10px 40px #00000029;display:grid;gap:14px}.program-authoring-sheet.compact{max-width:480px}.program-authoring-sheet header{display:flex;align-items:center;gap:12px}.program-authoring-sheet header h2{margin:0;font-size:20px}.program-authoring-sheet header button{margin-left:auto;width:36px;height:36px;border:0;border-radius:10px;background:color-mix(in srgb,currentColor 6%,transparent);display:grid;place-items:center}.program-authoring-sheet label{display:grid;gap:6px;font-size:13px;font-weight:650}.program-authoring-sheet input,.program-authoring-sheet textarea{width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:11px;background:color-mix(in srgb,var(--bg, #eef4f8) 75%,transparent);color:inherit;padding:10px 11px;font:inherit;font-weight:450}.program-authoring-sheet textarea{min-height:76px;resize:vertical}.program-authoring-sheet fieldset{border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:14px;padding:12px;display:grid;gap:12px}.program-authoring-sheet legend{padding:0 5px;font-size:13px;font-weight:700}.program-authoring-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.program-authoring-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.program-authoring-segmented{display:flex;gap:3px;padding:3px;border-radius:10px;background:color-mix(in srgb,currentColor 6%,transparent)}.program-authoring-segmented button{flex:1;border:0;border-radius:8px;padding:8px;background:transparent}.program-authoring-segmented button.active{background:var(--card, #fff);box-shadow:0 1px 4px #00000014}.program-authoring-sheet footer{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.program-authoring-sheet footer button,.program-authoring-sheet .secondary,.program-authoring-resolution button{border:0;border-radius:11px;padding:10px 14px;font:inherit}.program-authoring-sheet footer .primary{display:inline-flex;align-items:center;gap:7px;background:var(--tg-theme-button-color, #2678ff);color:var(--tg-theme-button-text-color, #fff);font-weight:700}.program-authoring-sheet .danger-button{display:inline-flex;align-items:center;gap:7px;background:#c83232;color:#fff;font-weight:700}.program-authoring-resolution{display:grid;gap:8px}.program-authoring-resolution button{background:color-mix(in srgb,currentColor 6%,transparent);text-align:left}.program-authoring-error{margin:0;color:#b52727;font-size:13px}.program-authoring-muted{opacity:.65;font-size:13px}.program-authoring-calendar{flex:1 1 auto;min-height:0;height:auto;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.program-authoring-calendar-note{margin:0;padding:9px 14px;font-size:12px;opacity:.66;border-bottom:1px solid color-mix(in srgb,currentColor 8%,transparent)}.program-authoring-calendar-scroll{overflow:auto}.program-authoring-calendar table{border-collapse:separate;border-spacing:0;min-width:100%;background:var(--card, #fff);font-size:12px}.program-authoring-calendar th,.program-authoring-calendar td{min-width:42px;height:38px;padding:0 5px;text-align:center;border-right:1px solid color-mix(in srgb,currentColor 6%,transparent);border-bottom:1px solid color-mix(in srgb,currentColor 6%,transparent)}.program-authoring-calendar thead th{position:sticky;top:0;z-index:4;background:var(--card, #fff);font-weight:600}.program-authoring-calendar th:first-child{position:sticky;left:0;z-index:5;min-width:160px;max-width:220px;text-align:left;padding-left:12px;background:var(--card, #fff)}.program-authoring-calendar td span{display:inline-block;width:7px;height:7px;border-radius:50%}.program-authoring-calendar td span.planned{width:9px;height:9px;background:currentColor;opacity:.75}.program-habit-editor-overlay{position:fixed;z-index:95;inset:0;overflow:auto;background:var(--bg, #eef4f8)}.program-habit-editor-overlay .habit-settings-screen{min-height:var(--program-viewport-height, 100dvh)}.program-habit-context{display:grid;gap:12px}.program-habit-context textarea,.program-habit-context select{width:100%;min-height:46px;box-sizing:border-box;border:1px solid #dbe3ea;border-radius:14px;background:#fff;color:#101828;padding:11px 14px;font:inherit}.program-habit-context textarea{min-height:88px;resize:vertical}.program-calendar-weekday,.program-calendar-date{display:block;line-height:1.05}.program-calendar-weekday{font-size:10px;font-weight:650;text-transform:capitalize;opacity:.66}.program-calendar-date{margin-top:3px;font-size:13px}.program-authoring-calendar th.is-weekend,.program-authoring-calendar td.is-weekend{background:color-mix(in srgb,var(--card, #fff) 82%,rgba(72,113,177,.14))}.program-authoring-calendar th.is-today{box-shadow:inset 0 -3px 0 var(--accent, #34b66b)}.program-authoring-calendar td.is-today{box-shadow:inset 2px 0 color-mix(in srgb,var(--accent, #34b66b) 48%,transparent)}@media(orientation:landscape)and (max-height:600px){.program-authoring-toolbar{min-height:48px;gap:6px;padding:4px max(8px,env(safe-area-inset-right)) 4px max(8px,env(safe-area-inset-left))}.program-authoring-toolbar .icon{width:36px;height:36px;border-radius:10px}.program-authoring-title{min-width:130px;max-width:220px}.program-authoring-title small{display:none}.program-authoring-tabs button{padding:6px 9px}.program-authoring-canvas-wrap,.program-authoring-calendar{min-height:0;height:auto}.program-authoring-toolbar{padding-top:max(4px,env(safe-area-inset-top))}.program-authoring-tabs button span{display:none}.program-authoring-zoom{right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom))}.program-authoring-zoom button{min-width:42px;height:40px}.program-authoring-sheet-backdrop{align-items:center;padding:6px 12px}.program-authoring-sheet{width:min(620px,calc(100% - 24px));max-height:calc(100dvh - 12px);border-radius:18px}}@media(orientation:portrait){.program-authoring-title{max-width:190px}.program-authoring-tabs button{padding:8px}.program-authoring-tabs button{font-size:0}}@media(max-width:560px){.program-authoring-grid-3{grid-template-columns:1fr}.program-authoring-grid-2{grid-template-columns:1fr 1fr}}.program-competencies-panel{flex:1 1 auto;min-height:0;overflow:auto;padding:18px}.program-competencies-panel>header{display:flex;align-items:flex-start;gap:16px;max-width:820px;margin:0 auto 14px}.program-competencies-panel>header>div{flex:1}.program-competencies-panel>header h2{margin:0 0 4px;font-size:22px}.program-competencies-panel>header p{margin:0;opacity:.65;font-size:13px}.program-competencies-panel>header>button,.program-step-add{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:11px;padding:10px 13px;background:var(--tg-theme-button-color, #2678ff);color:var(--tg-theme-button-text-color, #fff);font:inherit;font-weight:700}.program-competency-list{display:grid;gap:9px;max-width:820px;margin:0 auto}.program-competency-list article{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:15px;background:var(--card, #fff);border:1px solid color-mix(in srgb,currentColor 8%,transparent)}.program-competency-list article.is-child{margin-left:24px}.program-competency-list article>div{display:grid;flex:1;min-width:0;gap:3px}.program-competency-list article strong{font-size:15px}.program-competency-list article small,.program-competency-list article span{font-size:12px;opacity:.6}.program-competency-list article p{margin:4px 0 0;font-size:13px;opacity:.75}.icon-button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:9px;background:color-mix(in srgb,currentColor 6%,transparent);color:inherit}.icon-button.danger{color:#b52727}.program-authoring-empty{max-width:820px;margin:18px auto;padding:18px;border-radius:14px;background:color-mix(in srgb,currentColor 5%,transparent);opacity:.7}.program-authoring-sheet select,.program-step-editor select{width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:11px;background:color-mix(in srgb,var(--bg, #eef4f8) 75%,transparent);color:inherit;padding:10px 11px;font:inherit}.steps-sheet{max-width:600px}.steps-sheet>header>div{flex:1}.steps-sheet>header p{margin:2px 0 0}.program-step-list{display:grid;gap:8px}.program-step-list article{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;border-radius:13px;background:color-mix(in srgb,currentColor 5%,transparent);overflow:hidden}.program-step-main{display:grid;gap:3px;border:0;background:transparent;color:inherit;padding:11px 12px;text-align:left;font:inherit}.program-step-main small{font-size:10px;text-transform:uppercase;opacity:.55}.program-step-main strong{font-size:14px}.program-step-main span{font-size:12px;opacity:.65}.program-step-list article>.icon-button{margin-right:8px}.program-step-editor{display:grid;gap:12px;margin:4px -4px -4px;padding:14px;border-radius:16px;background:color-mix(in srgb,var(--bg, #eef4f8) 72%,var(--card, #fff));border:1px solid color-mix(in srgb,currentColor 8%,transparent)}.program-step-editor>header{display:flex;align-items:center}.program-step-editor>header h3{margin:0;font-size:17px}.program-step-editor>header button{margin-left:auto}.program-step-editor label{display:grid;gap:6px;font-size:13px;font-weight:650}.program-step-editor input,.program-step-editor textarea{width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:11px;background:var(--card, #fff);color:inherit;padding:10px 11px;font:inherit;font-weight:450}.program-step-editor textarea{min-height:72px;resize:vertical}.program-step-editor textarea.step-content{min-height:110px}.program-step-editor footer{display:flex;justify-content:flex-end}.program-step-competencies{max-height:280px;overflow:auto}.program-step-competency-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,1fr);gap:8px;align-items:center}.program-step-competency-row>label{display:flex;align-items:center;gap:8px;font-weight:550}.program-step-competency-row>label input{width:auto}.program-authoring-check{display:flex!important;align-items:center;gap:8px!important}.program-authoring-check input{width:auto!important}@media(max-width:640px){.program-competencies-panel{padding:12px}.program-competencies-panel>header{align-items:stretch;flex-direction:column}.program-competency-list article.is-child{margin-left:14px}.program-step-competency-row{grid-template-columns:1fr}}.program-authoring-fab{position:fixed;z-index:45;right:18px;bottom:calc(82px + env(safe-area-inset-bottom,0px));display:inline-flex;align-items:center;width:56px;height:56px;justify-content:center;padding:0;border:0;border-radius:50%;background:var(--accent, #24b96f);color:var(--tg-theme-button-text-color, #fff);font:inherit;box-shadow:0 9px 28px #00000030;cursor:pointer}.program-authoring-hub{gap:18px}.program-authoring-hub header>div:first-child{min-width:0}.program-authoring-hub header p{margin:4px 0 0;font-size:13px;opacity:.62}.program-authoring-drafts,.program-authoring-create-form{display:grid;gap:10px}.program-authoring-drafts h3,.program-authoring-create-form h3{margin:0;font-size:14px}.program-authoring-draft-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid color-mix(in srgb,currentColor 9%,transparent);border-radius:13px;padding:11px 12px;background:color-mix(in srgb,currentColor 4%,transparent);color:inherit;text-align:left;font:inherit}.program-authoring-draft-card>span{display:grid;min-width:0}.program-authoring-draft-card strong,.program-authoring-draft-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.program-authoring-draft-card small{margin-top:2px;opacity:.58}.program-authoring-draft-card em{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-style:normal;opacity:.6}.program-authoring-create-form{border-top:1px solid color-mix(in srgb,currentColor 8%,transparent);padding-top:14px}.program-authoring-create-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;background:var(--tg-theme-button-color, #2678ff);color:var(--tg-theme-button-text-color, #fff);font:inherit;font-weight:750}.program-authoring-create-button:disabled{opacity:.4}@media(orientation:landscape)and (min-width:700px){.program-authoring-hub{border-radius:22px;margin-bottom:20px}}.program-portable-import{display:grid;gap:9px;padding:12px;border:1px solid color-mix(in srgb,currentColor 9%,transparent);border-radius:14px;background:color-mix(in srgb,currentColor 3%,transparent)}.program-portable-import h3,.program-portable-import p{margin:0}.program-portable-import>p{font-size:13px;opacity:.62}.program-portable-file-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:11px;background:color-mix(in srgb,currentColor 5%,transparent);color:inherit;font-weight:700;cursor:pointer}.program-portable-file-button input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.program-portable-preview{display:grid;gap:10px;padding-top:2px}.program-portable-preview-title{display:grid;gap:2px}.program-portable-preview-title span,.program-portable-modes{font-size:12px;opacity:.68}.program-portable-preview dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0}.program-portable-preview dl>div{display:grid;gap:2px;padding:8px 9px;border-radius:10px;background:color-mix(in srgb,currentColor 5%,transparent)}.program-portable-preview dt{font-size:11px;opacity:.6}.program-portable-preview dd{margin:0;font-size:16px;font-weight:750}.program-portable-warnings{display:grid;gap:5px;padding:9px;border-radius:10px;background:color-mix(in srgb,#d99b00 12%,transparent)}.program-portable-warnings>strong{display:inline-flex;align-items:center;gap:6px}.program-portable-warnings small{overflow-wrap:anywhere}.program-portable-preview-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.program-portable-cancel{min-height:42px;padding:0 14px;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:11px;background:transparent;color:inherit;font:inherit;font-weight:700}.program-authoring-draft-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;gap:7px}.program-portable-export-icon{display:grid;place-items:center;border:1px solid color-mix(in srgb,currentColor 9%,transparent);border-radius:12px;background:color-mix(in srgb,currentColor 4%,transparent);color:inherit}.program-portable-export-icon:disabled{opacity:.4}.habit-week-hour-labels>span,.schedule-load-hours>span{font-size:0!important}.habit-week-hour-labels>span:after,.schedule-load-hours>span:after{font-size:10px;line-height:1;white-space:nowrap}.habit-week-hour-labels>span:nth-child(1):after,.schedule-load-hours>span:nth-child(1):after{content:var(--habit-time-scale-1, "00:00")}.habit-week-hour-labels>span:nth-child(2):after,.schedule-load-hours>span:nth-child(2):after{content:var(--habit-time-scale-2, "6")}.habit-week-hour-labels>span:nth-child(3):after,.schedule-load-hours>span:nth-child(3):after{content:var(--habit-time-scale-3, "12:00")}.habit-week-hour-labels>span:nth-child(4):after,.schedule-load-hours>span:nth-child(4):after{content:var(--habit-time-scale-4, "18")}.habit-week-hour-labels>span:nth-child(5):after,.schedule-load-hours>span:nth-child(5):after{content:var(--habit-time-scale-5, "23")}.habit-diagram-block:before{content:none!important;display:none!important}.schedule-overload-card time{white-space:nowrap;min-width:4.75rem;flex-shrink:0}*{box-sizing:border-box}:root{--bg: #eef4f8;--card: rgba(255,255,255,.86);--text: #111827;--muted: #687386;--border: rgba(255,255,255,.72);--line: rgba(39, 53, 75, .11);--accent: #34b66b;--accent-soft: rgba(52,182,107,.14);--danger: #f08a00;--violet: #7b3df0;--radius-lg: 20px;--radius-md: 13px;--shadow-card: 0 14px 34px rgba(29, 49, 71, .11);--shadow-soft: 0 8px 22px rgba(29, 49, 71, .09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 78% 8%,rgba(189,242,255,.98),transparent 34%),linear-gradient(90deg,#7290a7,#a4dcf4);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font:inherit;-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;max-width:520px;margin:0 auto;padding:12px 18px 118px}.screen-header{position:relative;display:flex;justify-content:center;align-items:flex-start;margin:0 0 10px;padding:0 58px}.screen-title-block{text-align:center;min-width:0}.screen-title{margin:0;font-size:clamp(31px,8.2vw,42px);line-height:1;font-weight:760;letter-spacing:-.045em}.screen-subtitle{margin-top:5px;color:#111827;font-size:17px;line-height:1.16;font-weight:570;letter-spacing:-.02em}.today-menu-button{position:absolute;right:0;top:0;width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:18px;background:#ffffffe0;color:#697386;box-shadow:var(--shadow-soft);cursor:pointer}.today-menu-button span{font-size:20px;line-height:1;letter-spacing:2px;transform:translate(1px)}.progress-card{margin:0 0 16px;padding:18px 20px 16px;border-radius:var(--radius-lg);background:#ffffffc7;border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.progress-xp-line{display:flex;align-items:center;gap:10px;min-width:0;color:#586174}.progress-xp-line strong{color:var(--text);font-size:34px;line-height:.95;font-weight:780;letter-spacing:-.045em}.progress-xp-line span:last-child{font-size:18px;font-weight:610;letter-spacing:-.02em}.progress-star{font-size:31px;filter:drop-shadow(0 2px 1px rgba(179,119,0,.16))}.progress-bar{height:9px;margin-top:15px;overflow:hidden;border-radius:999px;background:#495d751f;z-index:1}.progress-fill{height:100%;min-width:4px;border-radius:inherit;background:linear-gradient(90deg,#3dbb68,#72d38d);z-index:1}.progress-caption{margin-top:11px;color:#586174;font-size:13px;line-height:1;font-weight:570;letter-spacing:-.01em}.section{margin-bottom:11px;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.72);background:#ffffff94;box-shadow:none;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.section-pora,.section-due,.section-now,.section-time_to_do{background:#ebc6bbbd}.section-soon{background:#f4e8c8b8}.section-completed,.section-done{background:#ddebddb8}.section-catch_up,.section-can_catch_up{background:#efe0cfbf}.section-later_today,.section-today_more{background:#ffffff7a}.section-header{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 18px;border:0;background:transparent;color:var(--text);text-align:left}.section-header:disabled{cursor:default}.section-title-wrap{min-width:0;display:inline-flex;align-items:center;gap:8px}.section-chevron{color:#5f6878;font-size:15px;line-height:1}.section-icon{font-size:20px;line-height:1}.section-title{font-size:19px;font-weight:690;line-height:1.1;letter-spacing:-.035em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.section-count{color:#586174;font-size:15px;font-weight:650;white-space:nowrap}.section-xp{color:#596174;font-size:15px;font-weight:620;white-space:nowrap}.section-body{padding:0 12px 12px}.today-card-shell{position:relative;margin-bottom:8px;border-radius:14px;overflow:hidden;isolation:isolate;background:transparent}.today-card-shell:last-child{margin-bottom:0}.today-card-complete-bg{position:absolute;inset:0;z-index:0;display:flex;align-items:center;padding-left:23px;border-radius:inherit;background:#34b66b2e;color:#238652;opacity:0;transition:opacity .16s ease;pointer-events:none}.today-card-shell.is-right-active .today-card-complete-bg{opacity:1}.today-card-left-actions{position:absolute;z-index:0;top:0;right:10px;bottom:0;width:98px;display:flex;align-items:center;justify-content:flex-end;gap:9px;opacity:0;pointer-events:none;transition:opacity .14s ease}.today-card-shell.is-left-active .today-card-left-actions,.today-card-shell.is-left-open .today-card-left-actions{opacity:1;pointer-events:auto}.today-card-left-action{width:39px;height:39px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#ffffffd1;color:#364052;box-shadow:0 8px 18px #212d3f1a;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.today-card-left-action:disabled{opacity:.55;cursor:default}.today-card-left-action.action-move_to_tomorrow,.today-card-left-action.action-move_tomorrow{color:#5c43c8}.today-card-left-action.action-skip{color:#c26a14}.today-card{position:relative;z-index:1;display:block;width:100%;border-radius:14px;background:#fffffff0;border:1px solid rgba(221,227,236,.88);box-shadow:0 1px #ffffffe6 inset,0 8px 18px #212d3f0a;touch-action:pan-y;transition:transform .22s cubic-bezier(.22,.75,.23,1),background .18s ease,box-shadow .18s ease;will-change:transform}.today-card.is-dragging{transition:none}.today-card-shell.is-working .today-card{pointer-events:none}.today-card-shell.is-working .today-card-check{border-color:#3386df61;background:#3386df14;color:#3386df}.today-card-working-spinner{animation:today-card-working-spin .72s linear infinite}@keyframes today-card-working-spin{to{transform:rotate(360deg)}}.today-card-tap-target{min-width:0;width:100%;min-height:76px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 13px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.today-card-check{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1.5px solid #c7d0dc;background:#fff;color:#299d60}.today-card-shell.is-completed .today-card-check{border-color:#34b66b7a;background:var(--accent-soft)}.today-card-main{min-width:0;display:grid;gap:5px}.today-card-title-row{min-width:0;display:flex;align-items:center;gap:7px}.today-card-iteration-badge{flex:0 0 auto;min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(38,112,169,.28);border-radius:999px;background:#dcf1ffeb;color:#235f8f;font-size:12px;line-height:1;font-weight:750;font-variant-numeric:tabular-nums;box-sizing:border-box}.today-card-title{min-width:0;font-size:16px;line-height:1.16;font-weight:600;letter-spacing:-.014em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.today-card-meta{display:block;min-width:0;color:#7b8595;font-size:12.5px;line-height:1.2;font-weight:430;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.today-card-meta span{overflow:hidden;text-overflow:ellipsis}.today-card-meta span+span:before{content:"•";margin-right:7px;color:#98a2b2}.today-card-xp{align-self:start;margin-top:2px;color:#596174;font-size:13px;line-height:1;font-weight:560;white-space:nowrap}.floating-nav{position:fixed;z-index:40;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom));max-width:500px;min-height:78px;margin:0 auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;padding:8px;border-radius:25px;background:#ffffffe0;border:1px solid rgba(255,255,255,.86);box-shadow:0 14px 46px #17233129;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floating-nav-item{min-width:0;min-height:62px;display:grid;place-items:center;align-content:center;gap:4px;border:0;border-radius:18px;background:transparent;color:#566174;font-size:12px;font-weight:670;cursor:pointer}.floating-nav-item.is-active{background:#34b66b24;color:#2ea85e}.floating-nav-label{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1}.toast-host{position:fixed;left:16px;right:16px;bottom:104px;display:grid;gap:8px;max-width:520px;margin:0 auto;pointer-events:none;z-index:70}.toast{pointer-events:auto;background:#171722;color:#fff;border:0;border-radius:16px;padding:12px 14px;box-shadow:var(--shadow-card)}.empty-state{color:var(--muted);padding:20px;text-align:center}.card{border-radius:var(--radius-lg);background:var(--card)}.badge,.actions-row,.today-card-more,.today-card-actions,.action-button{display:none}@media(max-width:380px){.app-shell{padding-left:14px;padding-right:14px}.screen-title{font-size:34px}.progress-card{padding:18px 18px 16px}.today-card-tap-target{grid-template-columns:34px minmax(0,1fr) auto;gap:8px;padding-left:11px;padding-right:11px}.floating-nav{left:7px;right:7px;border-radius:22px}.floating-nav-item{min-height:58px;border-radius:15px}.floating-nav-label{font-size:10px}}.section-title-icon{color:#657084;font-size:14px;line-height:1}.section-state-icon{width:20px;height:20px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1.5px solid currentColor;font-size:13px;line-height:1;box-sizing:border-box}.section-state-icon.is-empty{color:#687386;background:transparent}.section-state-icon.is-terminal{color:#fff;border-color:transparent;font-weight:800}.section-state-completed.is-terminal{background:#39b96b}.section-state-moved_tomorrow.is-terminal,.section-state-moved.is-terminal{background:#3386df}.section-state-skipped.is-terminal{background:#ea5555}.section-state-catch-up.is-empty{color:#8758e8}.section-state-later.is-empty{color:#3386df}.section-state-soon.is-empty{color:#d99a11}.today-card-check{transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.today-card-shell.is-terminal .today-card-check{width:36px;height:36px;border-width:1.6px}.today-card-shell.is-completed .today-card-check{border-color:#34b66bc7;background:#39b96b;color:#fff;box-shadow:0 6px 16px #34b66b42}.today-card-shell.is-missed .today-card-check{border-color:#ef6363;background:#ef6363;color:#fff;box-shadow:0 6px 16px #ef636333}.today-card-shell.is-cancelled .today-card-check{border-color:#7f8998;background:#7f8998;color:#fff;box-shadow:0 6px 16px #4f59682e}.today-card-shell.is-terminal .today-card-title{font-weight:590}.today-card-shell.is-terminal .today-card{border-color:#ffffffeb}.today-card-xp{color:#535f72;font-weight:600}.today-card-left-action.action-move_to_tomorrow,.today-card-left-action.action-move_tomorrow{color:#3386df}.today-card-left-action.action-skip{color:#e07b12}.debug-fab{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:calc(118px + env(safe-area-inset-bottom));z-index:90;width:44px;height:44px;border:0;border-radius:999px;background:#233044;color:#fff;font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:0 14px 30px #1219263d}.debug-fab.has-error{background:#df2f2f}.debug-panel-backdrop{position:fixed;inset:0;z-index:120;display:grid;align-items:end;background:#0a101c52}.debug-panel{max-height:min(78vh,720px);margin:0 auto;width:min(100%,560px);display:grid;grid-template-rows:auto auto auto 1fr;border-radius:22px 22px 0 0;background:#111827;color:#f9fafb;box-shadow:0 -24px 60px #0000004d;overflow:hidden}.debug-panel-header,.debug-panel-actions,.debug-panel-mode{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.debug-panel-header{justify-content:space-between}.debug-panel-header div{display:grid;gap:2px}.debug-panel-header span{color:#9ca3af;font-size:12px}.debug-panel-header button,.debug-panel-actions button,.debug-panel-mode button{border:0;border-radius:12px;background:#ffffff1a;color:#f9fafb;padding:8px 10px;font-weight:650}.debug-panel-mode button.is-active{background:#34b66b;color:#fff}.debug-panel-list{overflow:auto;padding:12px;display:grid;gap:10px}.debug-panel-empty{color:#9ca3af;padding:24px 8px;text-align:center}.debug-event{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0f;padding:10px}.debug-event.error{border-color:#f8717173}.debug-event.warn{border-color:#fbbf246b}.debug-event-title{display:flex;align-items:center;gap:8px}.debug-event-title span{text-transform:uppercase;font-size:10px;color:#9ca3af;font-weight:800}.debug-event small{display:block;color:#9ca3af;margin-top:4px}.debug-event pre{margin:10px 0 0;white-space:pre-wrap;word-break:break-word;color:#d1d5db;font-size:11px;line-height:1.35}.today-menu{position:absolute;right:0;top:0;z-index:10}.today-menu .today-menu-button{position:static}.today-menu-popover{position:absolute;right:0;top:58px;width:236px;padding:10px;border-radius:22px;background:#fffffff0;border:1px solid rgba(255,255,255,.76);box-shadow:0 22px 56px #0f172a38;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.today-menu-item{width:100%;min-height:46px;display:flex;align-items:center;gap:11px;border:0;border-radius:15px;background:transparent;color:#1f2937;font:inherit;font-size:14px;font-weight:620;letter-spacing:-.01em;text-align:left;cursor:pointer;transition:background .16s ease,transform .16s ease,opacity .16s ease}.today-menu-item:hover,.today-menu-item:active{background:#0f172a0e}.today-menu-item:active{transform:scale(.985)}.today-menu-item:disabled{opacity:.62;cursor:default}.today-menu-item span:first-child{width:28px;height:28px;flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0f172a0f;color:#4b5563;font-size:16px}.today-menu-item-primary{min-height:54px;padding:0 11px;color:#0f5132;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.85),transparent 42%),linear-gradient(135deg,#34b66b33,#34b66b14);box-shadow:inset 0 0 0 1px #34b66b26}.today-menu-item-primary:hover,.today-menu-item-primary:active{background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.95),transparent 42%),linear-gradient(135deg,#34b66b42,#34b66b1f)}.today-menu-item-primary span:first-child{background:linear-gradient(135deg,#34b66b,#23a55a);color:#fff;box-shadow:0 7px 16px #23a55a40;font-size:18px}.today-menu-separator{height:1px;margin:9px 4px;background:#0f172a14}.today-menu-status{margin:8px 7px 2px;color:#8791a1;font-size:11px;line-height:1.2;letter-spacing:-.01em}.habits-screen{min-height:100vh;max-width:520px;margin:0 auto;padding:18px 18px 116px}.habits-screen-header{position:relative;display:grid;place-items:center;margin:0 0 16px}.habits-screen-header h1{margin:0;font-size:clamp(27px,7.4vw,36px);line-height:1.04;font-weight:760;letter-spacing:-.05em;text-align:center}.habit-filter-row{display:flex;gap:8px;margin:0 0 14px;overflow-x:auto;padding:1px 1px 7px;scrollbar-width:none}.habit-filter-row::-webkit-scrollbar{display:none}.habit-filter-chip{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.78);border-radius:999px;padding:0 14px;background:#ffffff8f;color:#465267;box-shadow:0 8px 19px #1d314712;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.habit-filter-chip span{font-size:14px;font-weight:650;letter-spacing:-.018em}.habit-filter-chip strong{min-width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;padding:0 7px;background:#53607917;color:#596579;font-size:12px;line-height:1;font-weight:760}.habit-filter-chip.is-active{background:linear-gradient(135deg,#25bbe1,#2fd0ee);color:#fff;border-color:#ffffffa3;box-shadow:0 13px 30px #23b0db40}.habit-filter-chip.is-active strong{background:#ffffff3d;color:#fff}.habit-list-section{display:grid;gap:12px}.habit-list-state{margin:22px 0 0;color:#5c6879;font-size:14px;font-weight:520;text-align:center}.habit-library-swipe{position:relative;border-radius:20px;overflow:hidden;isolation:isolate}.habit-library-actions{position:absolute;z-index:0;inset:0 0 auto auto;height:78px;width:154px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;overflow:hidden;border-radius:20px;background:transparent;box-shadow:none}.habit-library-action{min-width:0;display:grid;place-items:center;align-content:center;gap:4px;border:0;color:#fff;font-size:11px;line-height:1;font-weight:760;cursor:pointer;transition:transform .18s cubic-bezier(.22,.75,.23,1),filter .18s ease}.habit-library-action:active{transform:scale(.96);filter:brightness(.96)}.habit-library-action.action-pause,.habit-library-action.action-resume{background:#f6a313}.habit-library-action.action-archive,.habit-library-action.action-restore{background:#68758c}.habit-library-card{position:relative;z-index:1;border-radius:20px;border:1px solid rgba(255,255,255,.82);background:#f7fbff;box-shadow:0 12px 30px #1d31471a;overflow:hidden}.habit-library-card.is-working{opacity:.62;pointer-events:none}.habit-library-card-top{width:100%;min-height:78px;display:grid;grid-template-columns:50px minmax(0,1fr);gap:12px;align-items:center;padding:12px 14px;border:0;background:#f7fbff;color:inherit;text-align:left;cursor:pointer;transition:transform .28s cubic-bezier(.18,.86,.26,1),background .18s ease,box-shadow .18s ease;touch-action:pan-y;will-change:transform}.habit-library-card-top:active{background:#fff}.habit-library-swipe.is-open .habit-library-card-top{background:#fff;box-shadow:10px 0 18px #21304514}.habit-library-card-details{background:#f7fbff}.habit-library-icon{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid rgba(255,255,255,.76);box-shadow:inset 0 1px #ffffffa6}.habit-library-icon.is-interval{color:#7449e8;background:linear-gradient(135deg,#7f5bee30,#7f5bee1a)}.habit-library-icon.is-fixed{color:#ee990d;background:linear-gradient(135deg,#ffb22a2e,#ffb22a14)}.habit-library-content,.habit-library-title-wrap,.habit-library-badges{min-width:0}.habit-library-title-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.habit-library-title-wrap{display:grid;gap:5px}.habit-library-title{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px;line-height:1.08;font-weight:690;letter-spacing:-.035em}.habit-library-title-wrap>span:not(.habit-library-title){color:#5c6879;font-size:13px;line-height:1.2;font-weight:510;letter-spacing:-.01em}.habit-library-badges{flex:0 0 auto;display:grid;justify-items:end;gap:6px}.habit-library-stars{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;padding:0 10px;background:#ffb72a2b;color:#9a6400;font-size:13px;line-height:1;font-weight:720;letter-spacing:-.01em;white-space:nowrap}.habit-library-status{border-radius:999px;padding:5px 8px;background:#606d821a;color:#5b6678;font-size:11px;line-height:1;font-weight:720;white-space:nowrap}.habit-library-status.is-paused{color:#b36c00;background:#ffb22a29}.habit-library-status.is-archived{color:#697386;background:#6973861f}.habit-library-card-details{display:grid;gap:12px;padding:0 14px 14px 76px;animation:habitDetailsIn .18s ease both}@keyframes habitDetailsIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.habit-diagram-block{display:grid;gap:6px}.habit-diagram-title{color:#2f3a4c;font-size:12px;line-height:1;font-weight:720;letter-spacing:-.01em}.habit-week-grid{display:grid;gap:4px;max-width:100%;overflow:hidden}.habit-week-grid.is-fact .habit-week-dot.is-on{background:#34b66bbd}.habit-week-hour-labels{display:grid;grid-template-columns:24px repeat(24,minmax(0,1fr));align-items:center;color:#5d6a7d;font-size:10px;line-height:1;font-weight:740}.habit-week-hour-labels span:nth-child(2){grid-column:2 / span 1}.habit-week-hour-labels span:nth-child(3){grid-column:8 / span 1}.habit-week-hour-labels span:nth-child(4){grid-column:14 / span 1}.habit-week-hour-labels span:nth-child(5){grid-column:20 / span 1}.habit-week-hour-labels span:nth-child(6){grid-column:25 / span 1}.habit-week-row{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:2px}.habit-week-day{color:#5d6a7d;font-size:10px;line-height:1;font-weight:760}.habit-week-dots{min-width:0;display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:3px}.habit-week-dot{aspect-ratio:1;min-width:4px;border-radius:999px;background:#7e92aa2e}.habit-week-dot.is-on{background:#2ac4e5a3}@media(max-width:380px){.habits-screen{padding-left:14px;padding-right:14px}.habit-library-card-top{grid-template-columns:46px minmax(0,1fr);gap:10px;padding:12px}.habit-library-icon{width:46px;height:46px;border-radius:15px}.habit-library-card-details{padding-left:68px;padding-right:12px}.habit-week-dots{gap:2px}.habit-filter-chip{padding:0 12px}}.habit-library-swipe{background:transparent}.habit-library-actions{height:78px;right:0;top:0;border-radius:20px}.habit-library-action:first-child{border-radius:0}.habit-library-action:last-child{border-top-right-radius:20px;border-bottom-right-radius:20px}.habit-library-card,.habit-library-card-top,.habit-library-card-details{background-color:#f7fbff}.habit-library-card{backdrop-filter:none;-webkit-backdrop-filter:none}.swipe-card-shell{position:relative;border-radius:inherit;overflow:hidden;isolation:isolate;background:transparent}.swipe-card-actions{position:absolute;z-index:0;top:0;right:0;bottom:0;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;overflow:hidden;border-top-right-radius:inherit;border-bottom-right-radius:inherit;pointer-events:none;opacity:0;transition:opacity .14s ease}.swipe-card-shell.is-open .swipe-card-actions,.swipe-card-shell.is-left-active .swipe-card-actions{opacity:1;pointer-events:auto}.swipe-card-surface{position:relative;z-index:1}.swipe-card-surface>*{transition:transform .24s cubic-bezier(.22,.75,.23,1),background .18s ease,box-shadow .18s ease;will-change:transform}.swipe-card-surface.is-dragging>*{transition:none}.swipe-card-action{min-width:0;display:grid;place-items:center;align-content:center;gap:5px;border:0;color:#fff;font-size:11px;line-height:1;font-weight:740;cursor:pointer;transition:transform .18s cubic-bezier(.22,.75,.23,1),filter .18s ease}.swipe-card-action:active{transform:scale(.96);filter:brightness(.96)}.swipe-card-action:disabled{opacity:.62;cursor:default}.swipe-card-action-icon{display:inline-flex;align-items:center;justify-content:center}.swipe-card-action.action-pause,.swipe-card-action.action-resume{background:#f6a313}.swipe-card-action.action-archive,.swipe-card-action.action-restore{background:#68758c}.habit-library-card>.habit-library-swipe{border-bottom-left-radius:0;border-bottom-right-radius:0}.habit-library-card .swipe-card-shell.is-open .habit-library-card-top,.habit-library-card .swipe-card-shell.is-left-active .habit-library-card-top{background:#fff;box-shadow:10px 0 18px #2130451a}.habit-week-grid.is-fact .habit-week-dot.is-on{background:#10b981;box-shadow:0 0 0 1px #10b98129}.habit-library-card{background:#f8fbff}.habit-library-card-top,.habit-library-card-details{position:relative;z-index:2;background:#f8fbff}.habit-library-card>.habit-library-swipe,.habit-library-card .swipe-card-shell{position:relative;z-index:1}.habit-library-card .swipe-card-actions{z-index:0;right:0;left:auto;opacity:1;pointer-events:auto}.habit-library-card .swipe-card-action:disabled{opacity:.38;filter:grayscale(.2)}.swipe-card-shell{overflow:hidden}.swipe-card-actions{z-index:1;pointer-events:none}.swipe-card-shell.is-open .swipe-card-actions,.swipe-card-shell.is-left-active .swipe-card-actions{pointer-events:auto}.swipe-card-surface{z-index:2;transition:transform .24s cubic-bezier(.22,.75,.23,1),background .18s ease,box-shadow .18s ease;will-change:transform}.swipe-card-surface.is-dragging{transition:none}.swipe-card-surface>*{transform:none!important}.swipe-card-shell.is-open .swipe-card-surface,.swipe-card-action{pointer-events:auto}.floating-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.settings-header-centered{padding:8px 4px 14px;text-align:center}.settings-header-centered h1{margin:0;color:var(--ink);font-size:clamp(28px,7vw,36px);line-height:1.04;font-weight:760;letter-spacing:-.045em}.settings-header-centered p{max-width:320px;margin:7px auto 0;color:var(--muted);font-size:13px;line-height:1.35}.settings-card{display:grid;gap:12px;margin-top:12px;padding:15px;border:1px solid rgba(255,255,255,.78);border-radius:22px;background:#ffffffad;box-shadow:0 12px 28px #1d314717;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.settings-card-hero{background:#ffffffc7}.settings-card-title-row{display:flex;align-items:center;gap:9px}.settings-card-title-row h2{margin:0;color:var(--ink);font-size:15px;line-height:1;font-weight:720;letter-spacing:-.018em}.settings-card-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#2ea85e;background:#34b66b21}.settings-toggle-row,.settings-field-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 0 0;border-top:1px solid rgba(92,108,132,.13)}.settings-card-title-row+.settings-toggle-row,.settings-card-title-row+.settings-field-row{border-top:0;padding-top:2px}.settings-toggle-row strong,.settings-field-row strong{display:block;color:var(--ink);font-size:14px;line-height:1.18;font-weight:650;letter-spacing:-.01em}.settings-toggle-row small,.settings-field-row small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35}.settings-toggle-row input[type=checkbox]{width:42px;height:24px;accent-color:#34b66b}.settings-field-row input{width:min(150px,36vw);min-height:38px;border:1px solid rgba(90,108,132,.18);border-radius:13px;padding:0 11px;background:#ffffffd1;color:var(--ink);font:inherit;font-size:13px;font-weight:560;outline:none}.settings-field-row.is-compact input{width:82px;text-align:center}.settings-time-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-top:2px}.settings-time-grid label{display:grid;gap:5px}.settings-time-grid label:nth-child(3){grid-column:1 / -1}.settings-time-grid span{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:-.01em}.settings-time-grid input{width:100%;min-height:38px;border:1px solid rgba(90,108,132,.18);border-radius:13px;padding:0 10px;background:#ffffffd1;color:var(--ink);font:inherit;font-size:13px;font-weight:560;outline:none}.settings-field-row input:disabled,.settings-time-grid input:disabled{opacity:.48}.settings-segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px;border-radius:16px;background:#ffffff9e}.settings-segmented button{border:0;border-radius:12px;padding:9px 8px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.settings-segmented button.is-active{background:#34b66b;color:#fff}.settings-card-title-row.is-subtitle{margin-top:14px;padding-top:14px;border-top:1px solid rgba(92,108,132,.13)}.settings-card-title-row.is-subtitle h3{margin:0;color:var(--ink);font-size:14px;line-height:1;font-weight:680;letter-spacing:-.012em}.settings-card-title-row.is-subtitle+.settings-toggle-row{border-top:0;padding-top:2px}.settings-subsection{display:grid;gap:10px}.settings-toggle-row.is-disabled span,.settings-toggle-row:has(input:disabled) span{opacity:.58}.settings-field-row select{width:min(190px,44vw);min-height:42px;appearance:none;-webkit-appearance:none;border:1px solid rgba(90,108,132,.22);border-radius:14px;padding:0 38px 0 12px;background-color:#fffffff0;background-image:linear-gradient(45deg,transparent 50%,rgba(55,72,92,.72) 50%),linear-gradient(135deg,rgba(55,72,92,.72) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;box-shadow:0 4px 14px #2a3d4f0f;color:var(--ink);font:inherit;font-size:13px;font-weight:600;outline:none;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.settings-field-row select:hover:not(:disabled){border-color:#416a8457;background-color:#fff}.settings-field-row select:focus-visible{border-color:#18b7c49e;box-shadow:0 0 0 3px #18b7c41f,0 5px 16px #2a3d4f14}.settings-field-row select:disabled{opacity:.48;cursor:default}.settings-field-row .settings-timezone-select{width:min(290px,55vw)}.settings-comment{margin:-2px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.habit-settings-screen{min-height:100dvh;padding:0 14px 118px;background:linear-gradient(180deg,#f1f7fafa,#f7f9fcfa);color:#101828}.habit-settings-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;min-height:64px;margin:0 -14px 10px;padding:env(safe-area-inset-top) 14px 0;background:#fffffff0;border-bottom:1px solid rgba(15,23,42,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.habit-settings-header h1{margin:0;text-align:center;font-size:21px;line-height:1.15;letter-spacing:-.02em}.habit-settings-header-button{display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:inherit}.habit-settings-header-spacer{width:40px;height:40px}.habit-settings-scroll{display:grid;gap:12px}.habit-settings-card{padding:16px;border:1px solid rgba(15,23,42,.07);border-radius:20px;background:#fffffff5;box-shadow:0 8px 24px #0f172a0e}.habit-settings-card h2{margin:0 0 14px;font-size:17px;line-height:1.25;letter-spacing:-.015em}.habit-settings-field{display:grid;gap:7px}.habit-settings-field>span,.habit-time-window label>span{color:#667085;font-size:12px;font-weight:700}.habit-settings-field input,.habit-time-window input,.habit-time-row input{width:100%;box-sizing:border-box;border:1px solid #dbe3ea;border-radius:14px;background:#fff;color:#101828;font:inherit;outline:none}.habit-settings-field input{min-height:48px;padding:0 14px}.habit-settings-field input:focus,.habit-time-window input:focus,.habit-time-row input:focus{border-color:#12b8c7;box-shadow:0 0 0 3px #12b8c71f}.habit-notification-mode{display:grid;grid-template-columns:40px 1fr;gap:10px;align-items:center;width:100%;margin-top:12px;padding:11px 12px;border:1px solid #e1e7ed;border-radius:15px;background:#f9fbfc;color:inherit;text-align:left}.habit-notification-mode>span:nth-child(2){display:grid;gap:2px}.habit-notification-mode strong{font-size:14px}.habit-notification-mode small{color:#667085;font-size:11px;line-height:1.3}.habit-notification-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e9f8f7;color:#0f9da8}.habit-notification-mode.is-muted .habit-notification-icon{background:#f2f4f7;color:#667085}.habit-schedule-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.habit-schedule-mode-grid button{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:92px;padding:14px;border:1px solid #dbe3ea;border-radius:17px;background:#fbfcfd;color:#526174;text-align:left}.habit-schedule-mode-grid button span{display:grid;gap:4px}.habit-schedule-mode-grid button strong{color:#101828;font-size:14px}.habit-schedule-mode-grid button small{font-size:11px;line-height:1.3}.habit-schedule-mode-grid button.is-selected{border-color:#13b9c8;background:linear-gradient(135deg,#12b8c71a,#fffffffa);color:#0e9daa;box-shadow:inset 0 0 0 1px #12b8c738}.habit-settings-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.habit-settings-section-heading h2{margin-bottom:0}.habit-settings-text-button{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#0f9daa;font-size:12px;font-weight:700}.habit-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:14px}.habit-weekdays button{min-width:0;height:40px;padding:0;border:1px solid #dbe3ea;border-radius:13px;background:#f8fafb;color:#667085;font-weight:750}.habit-weekdays button.is-selected{border-color:#18b7c6;background:#24bfd1;color:#fff;box-shadow:0 6px 15px #24bfd13d}.habit-fixed-times{display:grid;gap:9px}.habit-time-row{display:grid;grid-template-columns:24px 1fr 38px;gap:8px;align-items:center;padding:8px 9px 8px 12px;border:1px solid #e1e7ed;border-radius:15px;background:#fbfcfd;color:#0f9daa}.habit-time-row input{min-height:38px;padding:0 10px}.habit-time-row button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #dbe3ea;border-radius:11px;background:#fff;color:#667085}.habit-time-row button:disabled{opacity:.35}.habit-add-time{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;margin-top:10px;border:1px dashed #8ed9df;border-radius:14px;background:#f6feff;color:#0f9daa;font-weight:750}.habit-interval-stepper{display:grid;grid-template-columns:48px 1fr auto 48px;align-items:center;gap:10px}.habit-interval-stepper button{display:grid;place-items:center;width:46px;height:46px;border:1px solid #dbe3ea;border-radius:14px;background:#fff;color:#344054}.habit-interval-stepper strong{justify-self:end;font-size:40px;letter-spacing:-.04em}.habit-interval-stepper span{color:#667085;font-size:12px;font-weight:700}.habit-interval-range{width:100%;margin:14px 0 10px;accent-color:#19b8c7}.habit-interval-presets{display:flex;flex-wrap:wrap;gap:7px}.habit-interval-presets button{min-height:34px;padding:0 12px;border:1px solid #dbe3ea;border-radius:999px;background:#f8fafb;color:#667085;font-size:12px;font-weight:700}.habit-interval-presets button.is-selected{border-color:#1eb9c8;background:#25becf;color:#fff}.habit-time-window{display:grid;grid-template-columns:1fr 1fr;gap:10px}.habit-time-window label{display:grid;gap:6px}.habit-time-window input{min-height:46px;padding:0 12px}.habit-settings-summary{margin:12px 0 0;padding:11px 12px;border-radius:13px;background:#eef9fb;color:#3f5667;font-size:13px}.habit-preview-caption{margin:9px 0;color:#667085;font-size:12px}.habit-time-preview{display:flex;flex-wrap:wrap;gap:7px}.habit-time-preview span{padding:6px 9px;border:1px solid #dbe3ea;border-radius:10px;background:#fff;color:#344054;font-size:12px}.habit-settings-error{margin:0;padding:12px 14px;border-radius:14px;background:#fff1f0;color:#b42318;font-size:13px}.habit-settings-actions{position:fixed;z-index:24;left:0;right:0;bottom:0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr);gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:#fffffff0;border-top:1px solid rgba(15,23,42,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.habit-settings-actions button{min-height:50px;border-radius:16px;font-size:15px;font-weight:800}.habit-save-button{border:0;background:linear-gradient(135deg,#1db8c6,#19aebd);color:#fff;box-shadow:0 10px 22px #19aebd40}.habit-save-button:disabled{background:#d5e2e6;box-shadow:none;color:#8aa0aa}.habit-cancel-button{border:1px solid #8ed9df;background:#fff;color:#0f9daa}@media(max-width:360px){.habit-schedule-mode-grid{grid-template-columns:1fr}.habit-weekdays{gap:4px}.habit-weekdays button{height:37px;font-size:12px}}.habit-interval-result-summary{display:grid;gap:4px;padding:12px 13px;border-radius:14px;background:#eef9fb;color:#3f5667}.habit-interval-result-summary strong{color:#183344;font-size:14px}.habit-interval-result-summary span{font-size:13px}.habit-interval-result-summary small{color:#7a5860;font-size:12px;font-weight:700}.habit-interval-slot-legend{display:flex;flex-wrap:wrap;gap:14px;margin:13px 0 10px;color:#667085;font-size:12px;font-weight:700}.habit-interval-slot-legend span{display:inline-flex;align-items:center;gap:6px}.habit-interval-slot-legend i{display:inline-block;width:10px;height:10px;border:1px solid #cdd8df;border-radius:999px}.habit-interval-slot-legend i.is-active{border-color:#17b8c8;background:#25bfd0}.habit-interval-slot-legend i.is-disabled{background:#fff}.habit-interval-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.habit-interval-slot-grid button{min-width:0;min-height:38px;padding:0 7px;border-radius:12px;font-size:12px;font-weight:800;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.habit-interval-slot-grid button:active{transform:scale(.96)}.habit-interval-slot-grid button.is-active{border:1px solid #18b8c7;background:#25bfd0;color:#fff;box-shadow:0 5px 12px #25bfd038}.habit-interval-slot-grid button.is-disabled{border:1px solid #d8e1e7;background:#fff;color:#98a2b3;box-shadow:none;text-decoration:line-through;text-decoration-thickness:1px}.habit-interval-result-hint{margin:11px 0 0;color:#667085;font-size:12px;line-height:1.4}@media(max-width:360px){.habit-interval-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.habit-fixed-quick-add{display:grid;grid-template-columns:136px minmax(0,1fr);gap:10px;align-items:center}.habit-fixed-quick-add input,.habit-fixed-day-add input{width:100%;min-height:42px;padding:0 12px;border:1px solid #d7e2e8;border-radius:12px;background:#fff;color:#183344;font:inherit;font-weight:750}.habit-fixed-quick-add button,.habit-fixed-day-add button{min-height:42px;padding:0 13px;border:1px solid #b9e9ee;border-radius:12px;background:#eafafb;color:#168b98;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:7px}.habit-fixed-result-summary{display:grid;gap:4px;padding:12px 13px;margin-bottom:12px;border-radius:14px;background:#eef9fb}.habit-fixed-result-summary strong{color:#183344;font-size:14px}.habit-fixed-result-summary span{color:#667085;font-size:12px;line-height:1.4}.habit-fixed-day-list{display:grid;gap:12px}.habit-fixed-day-row{padding:12px;border:1px solid #e3eaee;border-radius:14px;background:#fff}.habit-fixed-day-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:9px}.habit-fixed-day-heading strong{color:#183344;font-size:14px}.habit-fixed-day-heading span{color:#98a2b3;font-size:11px;font-weight:700}.habit-fixed-day-times{display:flex;flex-wrap:wrap;gap:7px;min-height:32px}.habit-fixed-time-chip{display:inline-flex;align-items:stretch;border:1px solid #1eb8c7;border-radius:11px;overflow:hidden;background:#26bfce;box-shadow:0 4px 10px #26bfce2e}.habit-fixed-time-chip button{border:0;background:transparent;color:#fff}.habit-fixed-time-value{min-height:32px;padding:0 9px;font-size:12px;font-weight:850}.habit-fixed-time-remove{width:30px;min-height:32px;border-left:1px solid rgba(255,255,255,.35)!important;display:grid;place-items:center}.habit-fixed-day-add{display:grid;grid-template-columns:136px minmax(0,1fr);gap:8px;margin-top:10px}@media(max-width:380px){.habit-fixed-quick-add,.habit-fixed-day-add{grid-template-columns:136px minmax(0,1fr);gap:6px}}.habit-settings-screen{position:relative;z-index:50;min-height:100dvh;padding-bottom:calc(112px + env(safe-area-inset-bottom))}.habit-settings-scroll{padding-bottom:18px}.habit-settings-actions{z-index:70;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 14px calc(11px + env(safe-area-inset-bottom));box-shadow:0 -12px 32px #0f172a14}.habit-settings-actions .habit-save-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0}.habit-settings-actions .habit-cancel-button{min-width:104px;padding-inline:18px;background:#fffffffa}.habit-unsaved-backdrop{position:fixed;z-index:120;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:18px 12px 0;background:#0f172a57;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:habit-unsaved-fade-in .16s ease-out}.habit-unsaved-sheet{width:min(100%,520px);padding:10px 16px calc(16px + env(safe-area-inset-bottom));border:1px solid rgba(15,23,42,.08);border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -20px 50px #0f172a2e;animation:habit-unsaved-slide-up .22s cubic-bezier(.2,.8,.2,1)}.habit-unsaved-handle{display:block;width:42px;height:4px;margin:0 auto 14px;border-radius:999px;background:#d8e0e5}.habit-unsaved-sheet h2{margin:0;color:#183344;font-size:19px;line-height:1.25;letter-spacing:-.02em}.habit-unsaved-sheet p{margin:7px 0 16px;color:#667085;font-size:13px;line-height:1.45}.habit-unsaved-actions{display:grid;gap:9px}.habit-unsaved-actions button{min-height:48px;border-radius:15px;font-size:14px;font-weight:800}.habit-unsaved-save{border:0;background:linear-gradient(135deg,#1db8c6,#19aebd);color:#fff;box-shadow:0 10px 22px #19aebd38}.habit-unsaved-save:disabled{background:#d5e2e6;color:#8aa0aa;box-shadow:none}.habit-unsaved-discard{border:1px solid #f0c6c2;background:#fff8f7;color:#b42318}.habit-unsaved-continue{border:1px solid #dbe3ea;background:#fff;color:#475467}@keyframes habit-unsaved-fade-in{0%{opacity:0}to{opacity:1}}@keyframes habit-unsaved-slide-up{0%{transform:translateY(28px);opacity:.72}to{transform:translateY(0);opacity:1}}@media(max-width:360px){.habit-settings-actions{grid-template-columns:minmax(0,1fr) 94px}.habit-settings-actions .habit-cancel-button{min-width:94px;padding-inline:12px}}.habit-weekdays button:not(.is-selected){background:#fff;color:#667085;border-color:#d9e3e8;box-shadow:none}.habit-fixed-result .habit-settings-summary{margin-top:0}.habit-fixed-day-list:empty{display:none}.habit-settings-actions{background:#f8fbfcf5}.habit-settings-screen .habit-settings-header{position:sticky;top:0;z-index:80}.habit-fixed-day-add input:invalid,.habit-fixed-day-add input:placeholder-shown{color:#98a2b3}.habit-fixed-day-add button:disabled{border-color:#e2e8ec;background:#f3f6f8;color:#a4b0b7;box-shadow:none;cursor:default}.habit-fixed-day-row:has(.habit-fixed-day-times:empty) .habit-fixed-day-times:before{content:attr(data-empty-label);color:#98a2b3;font-size:12px;line-height:32px}.habit-library-swipe{display:block;border-radius:20px;overflow:hidden}.habit-library-swipe .habit-library-card{margin:0;width:100%;border-radius:20px;background:#f8fbff;touch-action:pan-y;-webkit-user-select:none;user-select:none}.habit-library-swipe .habit-library-card-top,.habit-library-swipe .habit-library-card-details{background:#f8fbff}.swipe-card-actions-left{left:0;right:auto;border-radius:inherit 0 0 inherit}.swipe-card-actions-right{right:0;left:auto;border-radius:0 inherit inherit 0}.swipe-card-shell.is-right-active .swipe-card-actions-left,.swipe-card-shell.is-left-active .swipe-card-actions-right{opacity:1;pointer-events:auto}.swipe-card-shell.is-right-active .swipe-card-actions-right,.swipe-card-shell.is-left-active .swipe-card-actions-left{opacity:0;pointer-events:none}.swipe-card-action.action-edit{background:#18b7c6}.habit-library-swipe .swipe-card-surface{position:relative;z-index:2;transition:transform .24s cubic-bezier(.22,.75,.23,1);will-change:transform}.habit-library-swipe .swipe-card-surface.is-dragging{transition:none}.habit-library-swipe.is-open .habit-library-card,.habit-library-swipe.is-left-active .habit-library-card,.habit-library-swipe.is-right-active .habit-library-card{box-shadow:0 8px 20px #2130451f}.habit-library-card-details{cursor:grab}.habit-library-swipe .habit-diagram-title{display:none}.habit-library-card-details{width:100%;padding:0;border:0;text-align:left;color:inherit;cursor:pointer}.habit-library-card-details:focus-visible,.habit-library-card-top:focus-visible{outline:2px solid rgba(25,174,189,.48);outline-offset:-2px}.habit-library-swipe .swipe-card-actions-left{pointer-events:none}.habit-library-swipe.is-right-active .swipe-card-actions-left{opacity:.72}@media(min-width:320px)and (max-width:430px){.app-shell{width:100%;max-width:none;padding-inline:12px}.habit-settings-screen{width:100%;padding-inline:8px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.habit-settings-header{grid-template-columns:36px minmax(0,1fr) 36px;min-height:56px;margin-inline:-8px;margin-bottom:8px;padding-inline:8px}.habit-settings-header h1{font-size:20px;line-height:1.1}.habit-settings-header-button,.habit-settings-header-spacer{width:36px;height:36px}.habit-settings-scroll{gap:10px;padding-bottom:12px}.habit-settings-card{padding:14px;border-radius:18px}.habit-settings-card h2{margin-bottom:12px;font-size:17px}.habit-settings-field input{min-height:46px}.habit-notification-mode{grid-template-columns:38px minmax(0,1fr);gap:9px;margin-top:10px;padding:10px}.habit-notification-icon{width:34px;height:34px}.habit-notification-mode strong{font-size:13px}.habit-notification-mode small{font-size:10px}.habit-schedule-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.habit-schedule-mode-grid button{grid-template-columns:30px minmax(0,1fr);gap:8px;min-width:0;min-height:116px;padding:12px 10px;border-radius:15px}.habit-schedule-mode-grid button svg{width:27px;height:27px}.habit-schedule-mode-grid button span{min-width:0;gap:3px}.habit-schedule-mode-grid button strong{font-size:13px;line-height:1.2;overflow-wrap:anywhere}.habit-schedule-mode-grid button small{font-size:10px;line-height:1.25;overflow-wrap:anywhere}.habit-settings-section-heading{align-items:center}.habit-settings-text-button{flex:0 0 auto;font-size:11px}.habit-weekdays{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;margin-top:12px}.habit-weekdays button{height:38px;border-radius:12px;font-size:12px}.habit-fixed-quick-add,.habit-fixed-day-add{grid-template-columns:136px minmax(0,1fr);gap:6px}.habit-fixed-quick-add input,.habit-fixed-day-add input,.habit-fixed-quick-add button,.habit-fixed-day-add button{min-height:40px}.habit-fixed-quick-add button,.habit-fixed-day-add button{padding-inline:9px;font-size:11px}.habit-time-window,.interval-dual-picker{gap:8px}.habit-interval-stepper{grid-template-columns:42px minmax(0,1fr) auto 42px;gap:8px}.habit-interval-stepper button{width:42px;height:42px}.habit-interval-stepper strong{font-size:34px}.habit-settings-actions{grid-template-columns:minmax(0,1fr) 104px;gap:9px;padding:9px 10px calc(9px + env(safe-area-inset-bottom))}.habit-settings-actions button{min-height:46px;border-radius:14px;font-size:14px}.habit-settings-actions .habit-cancel-button{min-width:104px;padding-inline:12px}.screen-title{font-size:clamp(28px,8vw,34px)}.screen-subtitle{font-size:15px}.progress-card{margin-bottom:12px;padding:15px 16px 14px}.section{margin-bottom:9px}.section-header{min-height:42px;padding:9px 14px}.section-title{font-size:17px}.section-body{padding:0 9px 9px}.today-card-tap-target{min-height:68px}}@media(min-width:320px)and (max-width:350px){.habit-settings-card{padding:12px}.habit-schedule-mode-grid{gap:6px}.habit-schedule-mode-grid button{grid-template-columns:26px minmax(0,1fr);gap:6px;min-height:112px;padding:10px 8px}.habit-schedule-mode-grid button svg{width:24px;height:24px}.habit-schedule-mode-grid button strong{font-size:12px}.habit-schedule-mode-grid button small{font-size:9px}.habit-weekdays{gap:3px}.habit-weekdays button{height:36px;font-size:11px}.habit-fixed-quick-add,.habit-fixed-day-add{grid-template-columns:minmax(84px,.7fr) minmax(0,1.3fr);gap:6px}.habit-settings-actions{grid-template-columns:minmax(0,1fr) 92px}.habit-settings-actions .habit-cancel-button{min-width:92px;padding-inline:8px}}.habit-library-card-details{padding-left:18px;padding-right:18px}.habit-week-grid.is-plan-fact{gap:5px;width:100%;overflow:visible}.habit-week-hour-labels{position:relative;display:block;height:13px;margin-left:26px;color:#5d6a7d;font-size:10px;line-height:1;font-weight:740}.habit-week-hour-labels span{position:absolute;top:0;transform:translate(-50%)}.habit-week-hour-labels span:nth-child(1){left:0%;transform:none}.habit-week-hour-labels span:nth-child(2){left:26.087%}.habit-week-hour-labels span:nth-child(3){left:52.174%}.habit-week-hour-labels span:nth-child(4){left:78.261%}.habit-week-hour-labels span:nth-child(5){left:100%;transform:translate(-100%)}.habit-week-row{grid-template-columns:22px minmax(0,1fr);gap:4px}.habit-week-dots{gap:2px}.habit-week-dot{min-width:0;background:#7e92aa29}.habit-week-dot.is-upcoming{background:#28bfd0;box-shadow:0 0 0 1px #28bfd024}.habit-week-dot.is-missed{background:#ef4f5f;box-shadow:0 0 0 1px #ef4f5f24}.habit-week-dot.is-completed{background:#18a96b;box-shadow:0 0 0 1px #18a96b24}.habit-week-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin:5px 0 0 26px;color:#607086;font-size:9px;font-weight:680}.habit-week-legend span{display:inline-flex;align-items:center;gap:4px}.habit-week-legend i{width:8px;height:8px;border-radius:999px}.habit-week-legend i.is-upcoming{background:#28bfd0}.habit-week-legend i.is-missed{background:#ef4f5f}.habit-week-legend i.is-completed{background:#18a96b}@media(max-width:380px){.habit-library-card-details{padding-left:14px;padding-right:14px}.habit-week-dots{gap:1.5px}.habit-week-legend{gap:6px 9px}}.schedule-health{margin:0 0 16px;border:1px solid rgba(91,111,138,.16);border-radius:22px;background:#fffffff0;box-shadow:0 8px 22px #304c6914;overflow:hidden}.schedule-health-summary{width:100%;min-height:86px;padding:17px 16px;border:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto 22px;align-items:center;gap:10px;color:#172236;text-align:left;cursor:pointer}.schedule-health-summary-copy{min-width:0;display:grid;gap:5px}.schedule-health-summary-copy strong{font-size:17px;line-height:1.2}.schedule-health-summary-copy span{color:#66748a;font-size:13px;line-height:1.35}.schedule-health-badge{padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.schedule-health-badge.is-warning{color:#b15a00;background:#fff0d4}.schedule-health-badge.is-ok{color:#137b5d;background:#dff7ee}.schedule-health-chevron{color:#607087;transition:transform .18s ease}.schedule-health-chevron.is-open{transform:rotate(180deg)}.schedule-health-details{padding:0 16px 18px;border-top:1px solid rgba(91,111,138,.1)}.schedule-health-metrics{padding:14px 0 12px;display:flex;flex-wrap:wrap;gap:5px 14px;color:#617087;font-size:12px}.schedule-health-metrics strong{color:#172236}.schedule-load-grid{padding:12px 8px 10px;border-radius:16px;background:#f8fafc}.schedule-load-hours{position:relative;height:18px;margin-left:24px;color:#53647b;font-size:10px;font-weight:800}.schedule-load-hours span{position:absolute;top:0;transform:translate(-50%)}.schedule-load-hours span:nth-child(1){left:0;transform:none}.schedule-load-hours span:nth-child(2){left:26.087%}.schedule-load-hours span:nth-child(3){left:52.174%}.schedule-load-hours span:nth-child(4){left:78.261%}.schedule-load-hours span:nth-child(5){left:100%;transform:translate(-100%)}.schedule-load-row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:4px;margin:3px 0}.schedule-load-day{color:#53647b;font-size:10px;font-weight:800}.schedule-load-cells{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:2px}.schedule-load-cell{aspect-ratio:1;min-width:0;border-radius:50%;background:#e8edf3}.schedule-load-cell.level-1,.schedule-load-legend i.level-1{background:#fff6dc}.schedule-load-cell.level-2,.schedule-load-legend i.level-2{background:#ffe3a3}.schedule-load-cell.level-3,.schedule-load-legend i.level-3{background:#ffc768}.schedule-load-cell.level-4,.schedule-load-legend i.level-4{background:#f5a335}.schedule-load-cell.level-5,.schedule-load-legend i.level-5{background:#e97816}.schedule-load-cell.is-overload{box-shadow:inset 0 0 0 1px #994c002e}.schedule-load-legend{margin:10px 2px 0;display:flex;align-items:center;justify-content:flex-end;gap:4px;color:#738096;font-size:10px}.schedule-load-legend i{width:10px;height:10px;border-radius:50%}.schedule-overload-list{margin-top:18px}.schedule-overload-list>h2{margin:0;color:#172236;font-size:17px}.schedule-overload-list>p{margin:4px 0 12px;color:#748197;font-size:12px}.schedule-overload-card{margin-top:10px;padding:13px;border:1px solid #e0e6ed;border-radius:16px;background:#fbfcfd}.schedule-overload-card header{display:flex;justify-content:space-between;gap:10px;color:#172236;font-size:14px}.schedule-overload-card header span{color:#c86a0a;font-size:12px;font-weight:800;white-space:nowrap}.schedule-overload-card ul{margin:9px 0 0;padding:0;list-style:none;display:grid;gap:5px}.schedule-overload-card li{display:grid;grid-template-columns:46px minmax(0,1fr);gap:8px;color:#26354a;font-size:12px}.schedule-overload-card time{color:#64738a;font-weight:800}.schedule-health-praise{margin-top:14px;padding:14px;border-radius:14px;background:#e8f8f2;color:#176c55;font-size:13px;line-height:1.45}@media(max-width:360px){.schedule-health-summary{grid-template-columns:minmax(0,1fr) 20px}.schedule-health-badge{display:none}.schedule-health-details{padding-left:12px;padding-right:12px}.schedule-load-cells{gap:1.5px}}.schedule-load-grid{padding:14px 10px 12px;background:#f8fbfdc7}.schedule-load-row{margin:4px 0}.schedule-load-cells{gap:2.5px}.schedule-load-cell{background:#eef3f7;transform:scale(.9);transform-origin:center}.schedule-load-cell.level-1,.schedule-load-legend i.level-1{background:#fff9eb}.schedule-load-cell.level-2,.schedule-load-legend i.level-2{background:#fff0cf}.schedule-load-cell.level-3,.schedule-load-legend i.level-3{background:#ffe1a4}.schedule-load-cell.level-4,.schedule-load-legend i.level-4{background:#f9ca74}.schedule-load-cell.level-5,.schedule-load-legend i.level-5{background:#efaa43}.schedule-load-cell.is-overload{box-shadow:inset 0 0 0 1px #ab69181a}.schedule-load-legend{margin-top:12px;padding-bottom:2px}.habit-library-card-details{padding-bottom:16px}.habit-week-legend{margin-top:8px;margin-bottom:4px}@media(max-width:380px){.schedule-load-cells{gap:2px}.schedule-load-cell{transform:scale(.88)}.habit-week-legend{margin-bottom:6px}}.welcome-screen,.today-empty-screen{padding-top:16px}.welcome-hero,.welcome-presets,.today-empty-card{border:1px solid rgba(255,255,255,.74);border-radius:24px;background:#ffffffe6;box-shadow:0 16px 36px #1d31471f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.welcome-hero{padding:26px 22px 22px;text-align:center}.welcome-spark,.today-empty-icon{width:58px;height:58px;margin:0 auto 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:20px;color:#08aabd;background:linear-gradient(145deg,#e7fbfd,#d4f5f8)}.welcome-hero h1,.today-empty-card h1{margin:0;font-size:clamp(27px,7.4vw,34px);line-height:1.08;letter-spacing:-.035em}.welcome-hero p,.today-empty-card p{margin:10px auto 0;max-width:340px;color:#657188;font-size:15px;line-height:1.48}.welcome-primary-button,.today-empty-primary,.today-empty-secondary{min-height:50px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:760;cursor:pointer}.welcome-primary-button{width:100%;margin-top:20px;border:0;color:#fff;background:linear-gradient(135deg,#22bfd0,#09aebf);box-shadow:0 11px 22px #08aebf3d,inset 0 1px #ffffff42}.welcome-primary-button:active,.today-empty-primary:active,.today-empty-secondary:active,.welcome-preset-card:active{transform:translateY(1px)}.welcome-presets{margin-top:14px;padding:20px 16px 16px}.welcome-section-heading{padding:0 4px 14px}.welcome-eyebrow{color:#08a8b9;font-size:11px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.welcome-section-heading h2{margin:4px 0 0;font-size:22px;line-height:1.15;letter-spacing:-.025em}.welcome-section-heading p{margin:6px 0 0;color:#68758a;font-size:13px;line-height:1.4}.welcome-preset-list{display:grid;gap:10px}.welcome-preset-card{width:100%;min-height:76px;padding:11px 12px;border:1px solid rgba(66,91,120,.12);border-radius:18px;display:grid;grid-template-columns:48px minmax(0,1fr) 32px;align-items:center;gap:12px;color:var(--text);text-align:left;background:#f9fcfef5;box-shadow:0 6px 16px #243a520e;cursor:pointer}.welcome-preset-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(145deg,#e9fbfd,#dbf5f7);font-size:24px}.welcome-preset-copy{min-width:0;display:grid;gap:4px}.welcome-preset-copy strong{overflow:hidden;color:#182235;font-size:15px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.welcome-preset-copy span{color:#69768a;font-size:12px;line-height:1.3}.welcome-preset-action{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:#0aa8ba;background:#17bccd1a}.welcome-catalog-state{min-height:72px;padding:16px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:10px;color:#68758a;text-align:center;background:#eef4f8b8}.welcome-catalog-state.is-error{flex-direction:column}.welcome-catalog-state button{min-height:38px;padding:0 14px;border:1px solid rgba(10,168,186,.24);border-radius:12px;display:inline-flex;align-items:center;gap:7px;color:#078e9d;font-weight:740;background:#fff}.today-empty-card{margin-top:28px;padding:30px 22px 24px;text-align:center}.today-empty-card.is-error{margin-top:60px}.today-empty-actions{margin-top:20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.72fr);gap:10px}.today-empty-primary{border:0;color:#fff;background:linear-gradient(135deg,#22bfd0,#09aebf);box-shadow:0 10px 20px #08aebf33}.today-empty-secondary{border:1px solid rgba(10,168,186,.3);color:#078e9d;background:#ffffffc7}.today-empty-card.is-error .today-empty-primary{width:100%;margin-top:18px}@media(max-width:380px){.welcome-screen,.today-empty-screen{padding-top:12px}.welcome-hero{padding:22px 17px 18px}.welcome-presets{padding:18px 12px 13px}.welcome-preset-card{grid-template-columns:44px minmax(0,1fr) 30px;gap:9px;padding:10px}.welcome-preset-icon{width:44px;height:44px;border-radius:14px}.today-empty-actions{grid-template-columns:1fr}}.habit-list-load-error{display:grid;gap:8px;margin:14px 10px;padding:18px;border:1px solid rgba(231,87,75,.22);border-radius:20px;background:#fff5f3f5;color:#7f2e28;text-align:center}.habit-list-load-error strong{color:#172033;font-size:16px}.habit-list-load-error span{color:#68758a;font-size:13px;line-height:1.45}.habit-list-load-error button{justify-self:center;min-width:132px;margin-top:4px;padding:10px 18px;border:1px solid rgba(10,177,195,.35);border-radius:14px;background:#fff;color:#0799ab;font:inherit;font-weight:800;cursor:pointer}.habit-preset-section{margin:28px 0 112px;padding:18px 14px 14px;border:1px solid rgba(255,255,255,.78);border-radius:22px;background:#ffffffe0;box-shadow:0 13px 30px #20354c1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.habit-preset-section-heading{padding:0 3px 13px}.habit-preset-section-heading h2{margin:0;color:#172236;font-size:18px;line-height:1.2;letter-spacing:-.018em}.habit-preset-section-heading p{margin:6px 0 0;color:#69768a;font-size:13px;line-height:1.4}.habit-preset-rows{display:grid;gap:8px}.habit-preset-row{width:100%;min-height:62px;padding:8px 10px;border:1px solid rgba(64,91,119,.11);border-radius:16px;display:grid;grid-template-columns:42px minmax(0,1fr) 30px;align-items:center;gap:10px;color:#172236;text-align:left;background:#f9fcfef5;box-shadow:0 4px 12px #2339510b;cursor:pointer}.habit-preset-row:active{transform:translateY(1px)}.habit-preset-row-icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#e8fbfd,#dff5f7);font-size:22px}.habit-preset-row-copy{min-width:0;display:grid;gap:3px}.habit-preset-row-copy strong{overflow:hidden;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.habit-preset-row-copy span{overflow:hidden;color:#6a778b;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.habit-preset-row-arrow{width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#08a3b5;background:#13b5c617}.habit-preset-show-all{width:100%;min-height:40px;margin-top:8px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#078f9f;font-weight:780;background:transparent;cursor:pointer}.habit-preset-section-state{min-height:62px;padding:13px;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:9px;color:#69768a;text-align:center;font-size:13px;background:#eff5f8c7}.habit-preset-section-state.is-error{flex-direction:column}.habit-preset-section-state button{min-height:34px;padding:0 12px;border:1px solid rgba(8,163,181,.25);border-radius:11px;display:inline-flex;align-items:center;gap:6px;color:#078f9f;font-weight:760;background:#fff}@media(max-width:360px){.habit-preset-section{margin-right:0;margin-left:0;padding:16px 11px 12px}.habit-preset-row{grid-template-columns:40px minmax(0,1fr) 28px;gap:8px;padding:8px}.habit-preset-row-icon{width:40px;height:40px}}.habit-preset-section-state.is-complete{min-height:84px;padding:16px;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;color:#496174;text-align:left;background:linear-gradient(135deg,#e8faf4f5,#eff8fcf0)}.habit-preset-section-state.is-complete strong{color:#16785f;font-size:14px;line-height:1.25}.habit-preset-section-state.is-complete span{color:#68798b;font-size:12px;line-height:1.4}.statistics-screen{position:relative;padding-top:14px;padding-bottom:calc(118px + env(safe-area-inset-bottom))}.statistics-header{display:flex;justify-content:center;margin:0 0 14px}.statistics-header h1{margin:0;font-size:clamp(29px,7.8vw,38px);line-height:1;font-weight:760;letter-spacing:-.045em}.statistics-period-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:12px;padding:4px;border:1px solid rgba(255,255,255,.68);border-radius:16px;background:#ffffff85;box-shadow:0 8px 22px #1d314712;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.statistics-period-tabs button{min-height:43px;border:0;border-radius:12px;background:transparent;color:#5f6b7b;font-weight:680;cursor:pointer}.statistics-period-tabs button.is-active{background:#fffffff0;color:#1e293b;box-shadow:0 5px 14px #2232481a}.statistics-refresh-line{height:3px;margin:-5px 16px 8px;overflow:hidden;border-radius:999px;background:#ffffff47}.statistics-refresh-line:after{content:"";display:block;width:38%;height:100%;border-radius:inherit;background:#34b66ba6;animation:statistics-loading-line 1s ease-in-out infinite alternate}@keyframes statistics-loading-line{0%{transform:translate(-12%)}to{transform:translate(178%)}}.statistics-card{margin-bottom:11px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:20px;background:#ffffffc2;box-shadow:0 14px 34px #1d31471a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.statistics-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.statistics-card-heading h2{margin:0;font-size:19px;line-height:1.15;font-weight:720;letter-spacing:-.03em}.statistics-hero-card{padding:18px 18px 17px}.statistics-hero-result-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:12px}.statistics-main-rate{font-size:clamp(49px,14vw,68px);line-height:.88;font-weight:790;letter-spacing:-.065em}.statistics-comparison{max-width:48%;padding-bottom:4px;font-size:13px;line-height:1.22;font-weight:650;text-align:right}.statistics-comparison.is-positive{color:#258a55}.statistics-comparison.is-negative{color:#bd5f42}.statistics-comparison.is-muted{color:#6c7788;font-weight:560}.statistics-hero-explanation{max-width:290px;margin:15px 0 16px;color:#4e5a6b;font-size:15px;line-height:1.35;font-weight:560}.statistics-week-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.statistics-week-day{min-width:0;display:grid;justify-items:center;gap:8px}.statistics-weekday-label{color:#687386;font-size:12px;font-weight:650}.statistics-day-dot,.statistics-legend-dot{display:inline-flex;flex:0 0 auto;border-radius:999px;background:#d6dde5}.statistics-day-dot{width:25px;height:25px;border:2px solid transparent}.statistics-day-dot.is-success,.statistics-legend-dot.is-success,.statistics-calendar-day.is-success,.statistics-habit-month-day.is-success{background:#64bf80}.statistics-day-dot.is-partial,.statistics-legend-dot.is-partial,.statistics-calendar-day.is-partial,.statistics-habit-month-day.is-partial{background:#edbd61}.statistics-day-dot.is-failed,.statistics-legend-dot.is-failed,.statistics-calendar-day.is-failed,.statistics-habit-month-day.is-failed{background:#df8067}.statistics-day-dot.is-no_plan,.statistics-legend-dot.is-no_plan,.statistics-calendar-day.is-no_plan,.statistics-habit-month-day.is-no_plan{background:#d8dee6}.statistics-day-dot.is-future,.statistics-calendar-day.is-future,.statistics-habit-month-day.is-future{border-color:#d7dee7;background:transparent}.statistics-day-dot.is-in_progress,.statistics-calendar-day.is-in_progress,.statistics-habit-month-day.is-in_progress{border-color:#2bb7bc;background:#ffffffd9;box-shadow:0 0 0 2px #2bb7bc1f}.statistics-totals-card,.statistics-insights-card,.statistics-habits-card,.statistics-calendar-card{padding:17px}.statistics-totals-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:13px}.statistics-totals-grid>div{min-width:0;display:grid;gap:4px;padding:12px 8px;border-radius:14px;background:#eff5f8c7;text-align:center}.statistics-totals-grid strong{font-size:23px;line-height:1;font-weight:760}.statistics-totals-grid span{overflow:hidden;color:#687386;font-size:11px;line-height:1.15;font-weight:620;text-overflow:ellipsis}.statistics-month-success-days{display:flex;align-items:baseline;gap:9px;margin:17px 0 0}.statistics-month-success-days strong{font-size:26px;line-height:1;font-weight:750}.statistics-month-success-days span{color:#536072;font-size:14px;line-height:1.3;font-weight:560}.statistics-rhythm-caption{margin:9px 0 0;color:#267b51;font-size:14px;font-weight:650}.statistics-calendar-heading{align-items:flex-start;flex-direction:column}.statistics-month-navigation{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;margin-top:12px}.statistics-month-navigation strong{min-width:0;font-size:16px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.statistics-month-navigation button{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(77,91,110,.1);border-radius:13px;background:#ffffffd1;color:#536072;cursor:pointer}.statistics-month-navigation button:disabled{opacity:.35;cursor:default}.statistics-calendar-weekdays,.statistics-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.statistics-calendar-weekdays{margin-top:15px;color:#7b8493;font-size:11px;font-weight:650;text-align:center}.statistics-calendar-grid{margin-top:7px}.statistics-calendar-day{aspect-ratio:1;min-width:0;display:grid;place-items:center;border:2px solid transparent;border-radius:11px;color:#243043;font-size:12px;font-weight:680}.statistics-calendar-day.is-success,.statistics-calendar-day.is-failed{color:#fff}.statistics-calendar-day.is-partial{color:#523e13}.statistics-calendar-day.is-outside{opacity:.22}.statistics-calendar-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-top:15px}.statistics-calendar-legend span{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#5e6979;font-size:11px;font-weight:600}.statistics-legend-dot{width:11px;height:11px}.statistics-insights-card ul{display:grid;gap:9px;margin:13px 0 0;padding:0;list-style:none}.statistics-insights-card li,.statistics-insights-card>p{position:relative;margin:0;padding-left:18px;color:#4e5a6b;font-size:14px;line-height:1.4;font-weight:560}.statistics-insights-card li:before,.statistics-insights-card>p:before{content:"";position:absolute;left:1px;top:.58em;width:7px;height:7px;border-radius:999px;background:#5dbb7b}.statistics-habit-list{margin:12px -17px -17px;border-top:1px solid rgba(57,72,91,.09)}.statistics-habit-row{border-bottom:1px solid rgba(57,72,91,.09);background:#ffffff47}.statistics-habit-row:last-child{border-bottom:0}.statistics-habit-row-button{width:100%;min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:10px;padding:11px 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.statistics-habit-title-wrap{min-width:0;display:grid;gap:4px}.statistics-habit-title-wrap strong{overflow:hidden;font-size:15px;line-height:1.2;font-weight:650;white-space:nowrap;text-overflow:ellipsis}.statistics-habit-title-wrap small{width:max-content;padding:3px 7px;border-radius:999px;background:#6671821a;color:#677386;font-size:10px;font-weight:650}.statistics-habit-rate{font-size:16px;font-weight:720}.statistics-habit-chevron{color:#7a8594;transition:transform .18s ease}.statistics-habit-row.is-expanded .statistics-habit-chevron{transform:rotate(180deg)}.statistics-habit-details{display:grid;gap:14px;padding:2px 16px 16px}.statistics-habit-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.statistics-habit-detail-grid>div{min-width:0;display:grid;gap:4px;padding:9px 5px;border-radius:11px;background:#ecf3f7bf;text-align:center}.statistics-habit-detail-grid strong{font-size:17px;line-height:1}.statistics-habit-detail-grid span{color:#6d7888;font-size:9px;line-height:1.15;font-weight:600}.statistics-interval-summary{display:grid;gap:6px;padding:11px 12px;border-radius:13px;background:#ffffffa3}.statistics-interval-summary p{margin:0;color:#4d596a;font-size:13px;line-height:1.35;font-weight:560}.statistics-time-bands{display:grid;gap:5px;margin-top:4px}.statistics-time-bands>div{display:flex;justify-content:space-between;gap:12px;color:#657083;font-size:12px}.statistics-time-bands strong{color:#243043}.statistics-habit-week-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.statistics-habit-week-days>div{display:grid;justify-items:center;gap:5px;color:#748091;font-size:9px;text-transform:capitalize}.statistics-habit-week-days .statistics-day-dot{width:19px;height:19px}.statistics-habit-month-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.statistics-habit-month-day{aspect-ratio:1;min-width:0;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;color:#314055;font-size:9px;font-weight:650}.statistics-habit-month-day.is-success,.statistics-habit-month-day.is-failed{color:#fff}.statistics-state-screen{display:grid;place-items:center}.statistics-state-card{display:grid;justify-items:center;gap:11px;padding:28px 20px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:#ffffffc7;box-shadow:var(--shadow-card);text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.statistics-state-icon{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#34b66b1f;color:#2e9f5d}.statistics-state-card.is-error .statistics-state-icon{background:#df806724;color:#bd5f42}.statistics-state-card h1,.statistics-state-card h2{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.03em}.statistics-state-card p{max-width:330px;margin:0;color:#5f6b7b;font-size:14px;line-height:1.45}.statistics-state-card button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;padding:0 16px;border:0;border-radius:13px;background:#34b66b;color:#fff;font-weight:680;cursor:pointer}.statistics-skeleton-line,.statistics-skeleton-card{background:linear-gradient(100deg,#ffffff73 20%,#ffffffd1,#ffffff73 64%);background-size:220% 100%;animation:statistics-skeleton 1.2s linear infinite}.statistics-skeleton-line.is-title{width:148px;height:35px;border-radius:12px}.statistics-skeleton-line.is-tabs{height:51px;margin-bottom:12px;border-radius:16px}.statistics-skeleton-card{height:220px}.statistics-skeleton-card.is-medium{height:120px}.statistics-skeleton-card.is-large{height:260px}@keyframes statistics-skeleton{to{background-position-x:-220%}}@media(max-width:359px){.statistics-screen{padding-inline:11px}.statistics-hero-card,.statistics-totals-card,.statistics-insights-card,.statistics-habits-card,.statistics-calendar-card{padding-inline:13px}.statistics-habit-list{margin-left:-13px;margin-right:-13px}.statistics-main-rate{font-size:48px}.statistics-comparison{font-size:11px}.statistics-day-dot{width:22px;height:22px}.statistics-totals-grid span{font-size:9px}.statistics-habit-row-button,.statistics-habit-details{padding-inline:12px}}@media(prefers-reduced-motion:reduce){.statistics-refresh-line:after,.statistics-skeleton-line,.statistics-skeleton-card{animation:none}}.time-input{display:block;inline-size:136px;width:136px;min-inline-size:136px;min-width:136px;max-width:136px;flex:0 0 136px;min-height:42px;box-sizing:border-box;border:1px solid #d7e2e8;border-radius:12px;padding:0 12px;background:#fff;color:#183344;font:inherit;font-weight:750;line-height:normal;color-scheme:light}.time-input:focus{border-color:#12b8c7;outline:none;box-shadow:0 0 0 3px #12b8c71f}.time-input:disabled{opacity:.48;cursor:not-allowed}.habit-time-window .time-input{min-height:46px;border-radius:14px}.habit-fixed-quick-add .time-input,.habit-fixed-day-add .time-input{inline-size:136px;width:136px;min-inline-size:136px;min-width:136px;max-width:136px;min-height:42px}.habit-fixed-quick-add button,.habit-fixed-day-add button{min-width:0;width:100%}.time-input::-webkit-calendar-picker-indicator{cursor:pointer;margin-inline-start:4px}.settings-field-row>span,.settings-toggle-row>span{min-width:0}.settings-number-stepper{width:min(168px,42vw);min-height:40px;display:grid;grid-template-columns:40px minmax(48px,1fr) 40px;align-items:stretch;overflow:hidden;border:1px solid rgba(90,108,132,.18);border-radius:13px;background:#ffffffdb}.settings-number-stepper button,.settings-number-stepper input{min-width:0;min-height:40px;border:0;border-radius:0;background:transparent;color:var(--ink);font:inherit;font-weight:700}.settings-number-stepper button{padding:0;font-size:20px;cursor:pointer}.settings-number-stepper button:disabled{opacity:.32;cursor:default}.settings-number-stepper input{width:100%;padding:0 4px;text-align:center;font-size:14px;outline:none;appearance:textfield;-moz-appearance:textfield}.settings-number-stepper input::-webkit-inner-spin-button,.settings-number-stepper input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.settings-number-stepper button:first-child{border-right:1px solid rgba(90,108,132,.13)}.settings-number-stepper button:last-child{border-left:1px solid rgba(90,108,132,.13)}.settings-time-grid .settings-number-stepper{width:100%}@media(max-width:420px){.settings-field-row{grid-template-columns:1fr;gap:9px;align-items:stretch}.settings-field-row select,.settings-field-row .settings-number-stepper{width:100%}.settings-field-row.is-compact{grid-template-columns:minmax(0,1fr) minmax(132px,168px);align-items:center}.settings-field-row.is-compact .settings-number-stepper{width:100%}}.settings-save-panel{position:sticky;z-index:35;bottom:calc(98px + env(safe-area-inset-bottom));display:grid;gap:6px;margin-top:14px;padding:10px;border:1px solid rgba(255,255,255,.86);border-radius:22px;background:#fffffff0;box-shadow:0 12px 32px #17233129;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.settings-save-button{min-height:48px;border:0;border-radius:16px;background:#18b7c4;color:#fff;font:inherit;font-weight:760;cursor:pointer}.settings-save-button:disabled{cursor:default;opacity:.48}.settings-save-panel small{color:var(--muted);text-align:center;font-size:11px}.settings-screen-v2{padding-bottom:118px}.settings-explicit-actions{z-index:30}.welcome-step{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffffb8;color:var(--text-muted, #5f6f75);font-size:12px;font-weight:750;letter-spacing:.02em}.ftue-swipe-hint{position:fixed;left:20px;right:20px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:80;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:#19262ef0;color:#fff;font-size:14px;line-height:1.35;box-shadow:0 10px 30px #00000038;pointer-events:none;animation:ftue-fade .22s ease both}.ftue-text{white-space:pre-line;line-height:1.45}.ftue-swipe-hand{font-size:22px;animation:ftue-hand 1.1s ease-in-out 2}.ftue-swipe-nudge .today-card,.ftue-swipe-nudge .swipe-card-surface{animation:ftue-card-nudge 1.1s ease-in-out 2}@keyframes ftue-card-nudge{0%,to{transform:translateZ(0)}35%{transform:translate3d(24px,0,0)}70%{transform:translate3d(-24px,0,0)}}@keyframes ftue-hand{0%,to{transform:translate(0)}35%{transform:translate(20px)}70%{transform:translate(-20px)}}@keyframes ftue-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ftue-my-habits-nudge .swipe-card-surface{animation:ftue-my-habits-card-nudge 1.2s ease-in-out 2}.ftue-my-habits-hint{bottom:calc(82px + env(safe-area-inset-bottom))}@keyframes ftue-my-habits-card-nudge{0%,to{transform:translateZ(0)}35%{transform:translate3d(24px,0,0)}70%{transform:translate3d(-24px,0,0)}}.today-card-shell.is-moved .today-card-check{border-color:#3386df;background:#3386df;color:#fff;box-shadow:0 6px 16px #3386df38}.today-card-shell.is-skipped .today-card-check,.today-card-shell.is-missed .today-card-check{border-color:#ea5555;background:#ea5555;color:#fff;box-shadow:0 6px 16px #ea555538}.today-card-shell.is-cancelled .today-card-check{border-color:#7d8796;background:#7d8796;color:#fff;box-shadow:0 6px 16px #4852602e}.habit-fixed-result{scroll-margin-top:82px}.habit-fixed-quick-add button:disabled{border-color:#d8e3e8;background:#eef3f5;color:#98a9b2;cursor:not-allowed;box-shadow:none}.habit-fixed-time-chip.is-just-added{animation:habit-fixed-slot-added 1.35s ease-out}@keyframes habit-fixed-slot-added{0%{transform:scale(1);box-shadow:0 4px 10px #26bfce2e}35%{transform:scale(1.08);box-shadow:0 0 0 5px #26bfce2e,0 9px 20px #19aebd47}to{transform:scale(1);box-shadow:0 4px 10px #26bfce2e}}@media(prefers-reduced-motion:reduce){.habit-fixed-time-chip.is-just-added{animation:none;outline:3px solid rgba(38,191,206,.22);outline-offset:2px}}.habit-fixed-bulk-card{display:grid;gap:12px}.habit-fixed-bulk-row{display:grid;grid-template-columns:minmax(0,1fr) 136px;align-items:center;gap:12px}.habit-fixed-bulk-row>div{min-width:0;display:grid;gap:4px}.habit-fixed-bulk-row strong{color:#183344;font-size:13px;line-height:1.25}.habit-fixed-bulk-row span{color:#667085;font-size:11px;line-height:1.35}.habit-fixed-day-heading{display:grid;grid-template-columns:minmax(28px,auto) 136px minmax(58px,1fr);align-items:center;gap:8px;margin-bottom:10px}.habit-fixed-day-heading>strong{justify-self:start}.habit-fixed-day-heading>.time-input{justify-self:center}.habit-fixed-day-times{min-height:0}.habit-fixed-time-value{display:inline-flex;align-items:center;justify-content:center}.habit-fixed-day-add{display:none}@media(max-width:360px){.habit-fixed-bulk-row{grid-template-columns:minmax(0,1fr) 124px;gap:8px}.habit-fixed-bulk-row .time-input,.habit-fixed-day-heading .time-input{inline-size:124px;width:124px;min-inline-size:124px;min-width:124px;max-width:124px}.habit-fixed-day-heading{grid-template-columns:minmax(24px,auto) 124px minmax(52px,1fr);gap:6px}}.empty-time-picker{position:relative;inline-size:136px;width:136px;min-inline-size:136px;min-width:136px;max-width:136px;min-height:44px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;overflow:hidden;border:1px solid #d7e2e8;border-radius:14px;background:#fff;color:#183344;font:inherit;font-weight:750;line-height:1;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.empty-time-picker:focus-within{border-color:#12b8c7;box-shadow:0 0 0 3px #12b8c71f}.empty-time-picker.is-disabled{opacity:.48;cursor:not-allowed}.empty-time-picker__value{min-width:0;letter-spacing:.02em;pointer-events:none}.empty-time-picker__icon{flex:0 0 auto;pointer-events:none}.empty-time-picker>.time-input.empty-time-picker__native{position:absolute;inset:0;z-index:2;inline-size:100%;width:100%;min-inline-size:0;min-width:0;max-width:none;min-height:100%;height:100%;margin:0;padding:0;border:0;border-radius:inherit;opacity:0;cursor:pointer}.empty-time-picker>.time-input.empty-time-picker__native:disabled{cursor:not-allowed}.habit-fixed-bulk-row>.empty-time-picker{justify-self:end}.habit-fixed-day-heading{grid-template-columns:minmax(28px,1fr) auto;margin-bottom:10px}.habit-fixed-day-heading>span{justify-self:end;text-align:right}.habit-fixed-day-times{margin-bottom:12px}.habit-fixed-day-times:empty{margin-bottom:0}.habit-fixed-day-picker{display:flex;justify-content:flex-start;margin-top:12px}@media(max-width:430px){.habit-fixed-bulk-row>.empty-time-picker,.habit-fixed-day-picker>.empty-time-picker{inline-size:124px;width:124px;min-inline-size:124px;min-width:124px;max-width:124px}}.habit-fixed-bulk-row>.empty-time-picker{display:flex;grid-template-columns:none;align-items:center;justify-content:space-between;gap:8px;padding-inline:12px}.habit-fixed-bulk-row>.empty-time-picker>.empty-time-picker__value{color:#183344;font-size:14px;font-weight:750;line-height:1}.habit-fixed-bulk-row>.empty-time-picker>.empty-time-picker__icon{inline-size:17px;width:17px;block-size:17px;height:17px}@media(max-width:430px){.habit-fixed-bulk-row>.empty-time-picker{inline-size:118px;width:118px;min-inline-size:118px;min-width:118px;max-width:118px;min-height:44px}}.habit-time-window .empty-time-picker.habit-window-time-picker,.settings-time-grid .empty-time-picker.settings-time-picker{inline-size:100%;width:100%;min-inline-size:0;min-width:0;max-width:none;box-sizing:border-box}.habit-time-window .empty-time-picker.habit-window-time-picker{min-height:48px;height:48px;border-color:#dbe3ea;border-radius:14px;padding-inline:14px;color:#101828}.settings-time-grid .empty-time-picker.settings-time-picker{min-height:38px;height:38px;border-color:#5a6c842e;border-radius:13px;padding-inline:10px;background:#ffffffd1;color:var(--ink);font-size:13px;font-weight:560}.settings-time-grid .empty-time-picker.settings-time-picker.is-disabled{opacity:.48}.habit-time-window .empty-time-picker__value,.settings-time-grid .empty-time-picker__value{white-space:nowrap}.habit-time-window .empty-time-picker__icon,.settings-time-grid .empty-time-picker__icon{flex-shrink:0}.digest-settings-section{display:grid;gap:12px}.digest-setting-card{position:relative;display:grid;gap:4px;padding:12px 12px 10px 44px;border:1px solid var(--border-soft, rgba(120,120,140,.18));border-radius:16px;background:#ffffff09}.digest-setting-card .settings-toggle-row{border:0;padding:0;min-height:44px}.digest-setting-icon{position:absolute;left:14px;top:17px;display:grid;place-items:center;opacity:.82}.digest-delivery-hint{margin:0;font-size:12px;line-height:1.45;color:var(--text-secondary, #7b7b86)}.digest-delivery-hint.is-warning{color:var(--warning-text, #9a6614)}.habit-schedule-confirmation-sheet{max-width:520px}.habit-schedule-confirmation-note{margin:-2px 0 16px;padding:12px 13px;border:1px solid rgba(25,174,189,.18);border-radius:14px;background:#e5f9fbd1;color:#365463;font-size:13px;line-height:1.45}.habit-schedule-confirmation-note strong{color:#183344}.habit-schedule-confirmation-tomorrow{border:1px solid rgba(25,174,189,.42);background:#f7feff;color:#168f9a}.habit-schedule-confirmation-tomorrow:disabled{opacity:.58}.progress-card{display:grid;grid-template-columns:minmax(0,1fr) 112px;align-items:center;column-gap:10px;min-height:122px;overflow:hidden;padding-right:12px}.progress-content{min-width:0}.progress-phoenix-zone{align-self:stretch;display:flex;align-items:center;justify-content:center;min-width:0;pointer-events:none}.progress-phoenix{position:static;display:block;width:112px;height:112px;max-width:100%;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;opacity:.97;filter:drop-shadow(0 2px 3px rgba(37,61,82,.1));transition:transform .18s ease,opacity .18s ease}.progress-phoenix--resentment,.progress-phoenix--sad{transform:translateY(1px)}.progress-phoenix--neutral{transform:translateY(0)}.progress-phoenix--energetic,.progress-phoenix--happy{transform:translateY(-1px)}.progress-phoenix--victory{transform:translateY(-2px) scale(1.04)}@media(max-width:360px){.progress-card{grid-template-columns:minmax(0,1fr) 88px;column-gap:6px;padding-right:10px}.progress-phoenix{width:88px;height:88px}}@media(prefers-reduced-motion:reduce){.progress-phoenix{transition:none}}.swipe-card-actions-background{pointer-events:none!important;z-index:1}.swipe-card-surface{z-index:2}.swipe-card-actions-overlay{pointer-events:auto!important;z-index:10}.swipe-card-actions-overlay .swipe-card-action{pointer-events:auto!important;position:relative;z-index:11;touch-action:manipulation}.swipe-card-shell.is-open .swipe-card-surface{pointer-events:none}.programs-screen{color:var(--text)}.programs-header,.program-detail-header{margin:6px 0 18px}.programs-header h1,.program-detail-header h1{margin:6px 0;font-size:30px;letter-spacing:-.04em}.programs-header p,.program-detail-header p,.program-muted{margin:5px 0;color:var(--muted)}.program-list,.program-nodes{display:grid;gap:12px}.program-card,.program-node,.program-detail-header,.program-empty,.program-completed{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.program-card{width:100%;display:grid;gap:8px;padding:16px;color:inherit;text-align:left;cursor:default}.program-card>strong{font-size:19px}.program-card>small{color:var(--muted)}.program-status{width:fit-content;padding:4px 8px;border-radius:999px;background:#68738621;color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase}.program-status.status-active,.program-status.status-completed{background:var(--accent-soft);color:#197a45}.program-status.status-paused{background:#f08a0024;color:#995900}.program-progress{position:relative;height:22px;overflow:hidden;border-radius:999px;background:#495d751c}.program-progress>span{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#3dbb68,#72d38d)}.program-progress small{position:relative;display:block;padding:3px 8px;text-align:right;font-weight:700}.program-back,.program-retry,.program-enrollment-actions button{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:12px;padding:10px 12px;background:#ffffffc7;color:inherit}.program-detail-header{padding:17px}.program-completed{display:flex;align-items:center;gap:9px;margin-bottom:12px;padding:14px;color:#197a45}.program-enrollment-actions{display:flex;gap:8px;margin:0 0 16px}.program-nodes>h2{margin:8px 2px 0;font-size:20px}.program-node{overflow:hidden}.program-node.node-locked,.program-node.node-inactive{opacity:.7}.program-node-summary{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:14px;border:0;background:transparent;color:inherit;text-align:left}.program-node-summary>span:nth-child(2){display:grid;gap:2px}.program-node-summary small,.program-node-required{color:var(--muted);font-size:12px}.program-node>.program-progress{height:7px;margin:0 14px 12px}.program-node>.program-progress small{display:none}.program-node-detail{padding:0 14px 15px}.program-node-detail>p{margin:8px 0}.program-markdown,.program-resource-markdown p{white-space:pre-wrap}.program-evidence{display:grid;gap:7px;margin:12px 0;padding:12px;border-radius:13px;background:#68738617}.program-evidence.evidence-awaiting_evidence{background:#f08a0021}.program-evidence.evidence-submitted{background:var(--accent-soft)}.program-evidence.evidence-missed{background:#be41411f}.program-evidence p{margin:0}.program-evidence-actions{display:grid;gap:8px}.program-file-button{width:fit-content;display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:11px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.program-file-button input{position:absolute;width:1px;height:1px;opacity:0}.program-link-evidence{display:flex;gap:6px}.program-link-evidence input{min-width:0;flex:1;border:1px solid var(--line);border-radius:10px;padding:9px}.program-link-evidence button{border:0;border-radius:10px;padding:8px 10px;background:#334155;color:#fff}.program-resource-section h3{display:flex;align-items:center;gap:7px;margin:13px 0 8px}.program-resources{display:grid;gap:8px}.program-resource,.program-resource-link,.program-resource-markdown{display:grid;gap:6px;padding:11px;border:1px solid var(--line);border-radius:11px;background:#ffffff9e;color:inherit;text-decoration:none}.program-resource-link{display:flex;align-items:center}.program-resource audio,.program-resource video{width:100%;max-height:220px}.program-resource.is-metadata-only small{color:var(--muted)}.program-resource-action{width:fit-content;border:0;border-radius:10px;padding:8px 11px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.program-resource-action:disabled{cursor:wait;opacity:.7}.program-resource .program-error button{border:0;padding:0;background:transparent;color:inherit;font-weight:750;text-decoration:underline}.program-error{color:#a82929}.program-empty{padding:20px;text-align:center}.program-loading{padding:30px 0;text-align:center;color:var(--muted)}@media(max-width:390px){.program-link-evidence{flex-direction:column}.program-node-summary{grid-template-columns:auto 1fr}.program-node-required{grid-column:2}}.today-program-context{width:fit-content;max-width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:4px}.today-program-marker,.today-program-evidence{width:fit-content;max-width:100%;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#6873861f;color:var(--muted);font-size:11px;font-weight:700}.today-program-marker{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.today-program-marker svg{flex:0 0 auto}.today-program-evidence.is-awaiting{background:#f08a0029;color:#8a5200}.today-program-evidence.is-submitted{background:var(--accent-soft);color:#197a45}.today-program-evidence.is-missed{background:#be41411f;color:#a82929}.program-filter-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;margin-bottom:14px}.program-filter-row .habit-filter-chip{min-width:0;padding-inline:4px!important;gap:3px!important;font-size:11px}.program-filter-row .habit-filter-chip>strong{min-width:14px;padding-inline:3px;font-size:10px}.program-list-swipe{border-radius:var(--radius-lg)}.program-list-swipe.is-working{opacity:.7}.program-list-card{width:100%;min-height:64px;display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-lg);padding:15px 16px;background:var(--card);color:inherit;box-shadow:var(--shadow-soft);text-align:left;font:inherit;cursor:pointer;touch-action:pan-y;user-select:none;-webkit-user-select:none}.program-list-card>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:17px;white-space:nowrap}.program-list-swipe .swipe-card-action.action-workflow{background:#2678ff}.program-list-swipe .swipe-card-action.action-start{background:#25a75a}.program-list-swipe .swipe-card-action.action-stop{background:#c04b4b}.program-list-swipe .swipe-card-shell.is-open .program-list-card,.program-list-swipe .swipe-card-shell.is-left-active .program-list-card,.program-list-swipe .swipe-card-shell.is-right-active .program-list-card{background:#fff;box-shadow:10px 0 18px #2130451a}.program-card-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.program-card-actions button,.program-primary-action{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:11px;padding:8px 11px;background:#ffffffd1;color:inherit;font:inherit;font-weight:700}.program-card-actions button.is-danger,.program-enrollment-actions button.is-danger{color:#a82929;background:#be41411a}.program-library-preview{display:grid;gap:8px;margin:0 0 14px}.program-library-preview h2{margin:0 0 2px;font-size:18px}.program-library-node{display:grid;gap:3px;padding:11px 12px;border:1px solid var(--line);border-radius:13px;background:var(--card)}.program-library-node small{color:var(--muted)}.program-start-date{display:grid;gap:6px;margin:12px 0;color:var(--muted);font-size:13px;font-weight:700}.program-start-date input{min-height:44px;border:1px solid var(--line);border-radius:12px;padding:8px 11px;background:var(--card);color:var(--text);font:inherit}.program-primary-action{width:100%;background:var(--accent);color:#fff}.program-runtime-card{margin:0 0 14px;padding:15px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(20,32,44,.07)}.program-runtime-card>h2,.program-runtime-card>header h2{display:flex;align-items:center;gap:7px;margin:0;font-size:18px}.program-runtime-card>header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.program-runtime-card>header h2{flex:1}.program-runtime-card>header button{border:0;border-radius:10px;padding:8px 11px;background:var(--tg-theme-button-color, #2678ff);color:var(--tg-theme-button-text-color, #fff);font:inherit;font-size:12px;font-weight:700}.program-runtime-list{display:grid;gap:7px;margin-top:10px}.program-runtime-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 10px;align-items:center;padding:9px 10px;border-radius:11px;background:#ffffffa8}.program-runtime-list article.is-child{margin-left:14px}.program-runtime-list article>div{display:grid;gap:1px;min-width:0}.program-runtime-list article>div small,.program-runtime-list article>small{color:var(--muted);font-size:11px}.program-runtime-list article>span{font-weight:750;font-variant-numeric:tabular-nums}.program-runtime-list article>small{grid-column:1 / -1}.program-checkpoint-list{display:grid;gap:6px}.program-checkpoint-list>button{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px;border:0;border-radius:11px;padding:9px 10px;background:#ffffffa3;color:inherit;font:inherit;text-align:left}.program-checkpoint-list>button.active{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--tg-theme-button-color, #2678ff) 45%,transparent)}.program-checkpoint-list>button>span:first-child{display:grid;gap:2px}.program-checkpoint-list>button small{color:var(--muted);font-size:11px}.program-checkpoint-detail{display:grid;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(20,32,44,.08)}.program-checkpoint-detail p{margin:0;color:var(--muted);font-size:12px}.program-checkpoint-attempts,.program-attempt-results{display:grid;gap:6px;margin-top:8px}.program-checkpoint-attempts h3,.program-attempt-results h3{margin:0;font-size:14px}.program-checkpoint-attempts article,.program-attempt-results article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;padding:8px 9px;border-radius:10px;background:#ffffff9e}.program-checkpoint-attempts article>div,.program-attempt-results article>div{display:grid;gap:1px}.program-checkpoint-attempts small,.program-attempt-results small{color:var(--muted);font-size:11px}.program-checkpoint-attempts code,.program-attempt-results code{grid-column:1 / -1;display:block;overflow-x:auto;padding:6px;border-radius:8px;background:#14202c0d;font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere}.habit-library-stars{display:none!important}.today-settings-entry{position:fixed;top:10px;right:12px;z-index:45;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:14px;background:#ffffffb8;color:#506072;box-shadow:0 5px 18px #243f531a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.today-settings-entry:active{transform:scale(.96)}.today-settings-entry:focus-visible{outline:2px solid #27b879;outline-offset:2px}.floating-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch}.floating-nav-item{width:100%!important;min-width:0!important;justify-self:stretch}.floating-nav-label{width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.settings-screen .settings-field-row>.settings-pretty-select{width:100%;min-width:0;position:relative}.settings-pretty-select-trigger{width:100%;min-height:46px;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:8px;border:1px solid rgba(61,83,104,.16);border-radius:15px;padding:0 13px 0 15px;background:#fffffff5;color:#172236;font:inherit;font-weight:600;text-align:left;box-shadow:0 4px 14px #1e32460d;cursor:pointer}.settings-pretty-select-trigger>span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.settings-pretty-select-trigger svg{color:#637388;transition:transform .15s ease}.settings-pretty-select.is-open .settings-pretty-select-trigger{border-color:#27b8799e;box-shadow:0 0 0 3px #27b8791f,0 8px 24px #1e324614}.settings-pretty-select.is-open .settings-pretty-select-trigger svg{transform:rotate(180deg)}.settings-pretty-select-trigger:disabled{opacity:.6;cursor:not-allowed}.settings-pretty-select-menu{position:absolute;z-index:120;top:calc(100% + 7px);left:0;right:0;max-height:min(310px,46vh);overflow-y:auto;overscroll-behavior:contain;padding:7px;border:1px solid rgba(65,85,105,.14);border-radius:16px;background:#fffffffb;box-shadow:0 16px 38px #1a31442e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.settings-pretty-select-menu-portal{position:fixed!important;right:auto!important;z-index:10000!important;box-sizing:border-box}.settings-pretty-select-group+.settings-pretty-select-group{margin-top:5px;padding-top:5px;border-top:1px solid rgba(80,100,120,.08)}.settings-pretty-select-group-label{position:sticky;top:-7px;z-index:1;margin:0 -1px 4px;padding:7px 9px 5px;background:#fffffff7;color:#8a96a5;font-size:10px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.settings-pretty-select-option{width:100%;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:8px;border:0;border-radius:11px;padding:8px 10px;background:transparent;color:#26354a;font:inherit;font-size:13px;text-align:left;cursor:pointer}.settings-pretty-select-option>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.settings-pretty-select-option:active,.settings-pretty-select-option.is-selected{background:#27b8791c;color:#167b51}.settings-pretty-select-option.is-selected{font-weight:750}.settings-pretty-select-option svg{justify-self:end}.settings-screen .settings-timezone-select{width:100%!important;max-width:none!important}.add-habit-bank{margin:10px 12px 4px}.add-habit-bank-trigger{width:100%;min-height:48px;display:grid;grid-template-columns:34px 1fr 22px;align-items:center;gap:8px;border:1px solid rgba(52,78,98,.12);border-radius:16px;padding:7px 12px;background:#ffffffc7;color:inherit;font:inherit;font-weight:700;text-align:left;box-shadow:0 6px 18px #2544590f;cursor:pointer}.add-habit-bank-trigger-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:#27b8791f;color:#18965e}.add-habit-bank-content{margin-top:8px}.add-habit-bank-content .habit-preset-section{margin-top:0}.today-card-shell.is-terminal .today-card-complete-bg{color:#647386!important;background:#65768824!important}.today-card-shell.is-terminal .today-card-complete-bg svg{display:none!important}.today-card-shell.is-terminal .today-card-complete-bg:before{content:"";width:23px;height:23px;display:block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 14 4 9l5-5M4 9h9a7 7 0 1 1 0 14h-2' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 14 4 9l5-5M4 9h9a7 7 0 1 1 0 14h-2' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.today-card-left-action{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:3px 1px!important}.today-card-left-action svg{width:24px!important;height:24px!important;stroke-width:2.35}.today-card-left-action:after{display:block;max-width:55px;overflow:hidden;font-size:9px;line-height:1.05;font-weight:750;text-align:center;white-space:nowrap;text-overflow:ellipsis}.today-card-left-action.action-skip:after{content:var(--today-swipe-skip-label, "")}.today-card-left-action.action-move_to_tomorrow:after{content:var(--today-swipe-move-label, "")}.habit-filter-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%}.habit-filter-chip{min-width:0!important;width:100%!important;padding-left:9px!important;padding-right:9px!important;gap:5px!important}.habit-filter-chip>span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.habit-filter-chip>strong{flex:0 0 auto}.habit-library-swipe .action-archive svg,.floating-nav-item[data-tab=archive] svg{display:none}.habit-library-swipe .action-archive:before,.floating-nav-item[data-tab=archive] .floating-nav-icon:before{content:"";width:20px;height:20px;display:block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M8 6V4h8v2m-9 0 1 14h8l1-14M10 10v6m4-6v6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M8 6V4h8v2m-9 0 1 14h8l1-14M10 10v6m4-6v6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.today-card-left-actions{right:0!important;width:112px!important;gap:0!important;align-items:stretch!important;border-radius:14px;overflow:hidden}.today-card-left-action{flex:1 1 0;width:56px!important;height:100%!important;min-width:0;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#ffffffc7!important}.today-card-left-action+.today-card-left-action{border-left:1px solid rgba(77,96,116,.1)!important}.today-card-left-action:after{max-width:52px;font-size:10px;line-height:1.1}.habit-library-swipe .swipe-card-actions-left,.habit-library-swipe .swipe-card-actions-right{border-radius:inherit!important;overflow:hidden}.habit-library-card-top{position:relative;padding-right:46px!important}.habit-library-card-top:after{content:"";position:absolute;top:50%;right:16px;width:20px;height:20px;background:#65758a;transform:translateY(-50%);transition:transform .16s ease;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.habit-library-card.is-expanded .habit-library-card-top:after{transform:translateY(-50%) rotate(180deg)}.habit-diagram-block:before{content:var(--habit-week-matrix-label, "");display:block;margin:0 0 8px;color:#65758a;font-size:12px;line-height:1.2;font-weight:650;text-align:left}.habits-screen-header{grid-template-columns:92px minmax(0,1fr) 92px;align-items:center;min-height:42px}.habits-screen-header h1{grid-column:2;font-size:clamp(23px,6vw,36px);white-space:nowrap}.habits-header-balance{grid-column:1}.habits-header-actions{grid-column:3;display:flex;justify-content:flex-end;gap:8px}.habits-share-entry,.habits-settings-entry{position:static;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:0;background:#ffffffb8;color:#506072;box-shadow:0 5px 18px #243f531a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.habits-share-entry span,.habits-settings-entry span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.habits-share-entry:active,.habits-settings-entry:active{transform:scale(.96)}.sharing-screen{min-height:100vh;max-width:520px;margin:0 auto;padding:18px 18px 116px;color:#182236}.sharing-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;margin-bottom:22px}.sharing-header h1{grid-column:2;margin:0;text-align:center;font-size:clamp(21px,6vw,25px);line-height:1.1;letter-spacing:-.035em;white-space:nowrap}.sharing-header button{grid-column:1;width:40px;height:40px;border:0;border-radius:999px;background:#ffffffb8;display:grid;place-items:center;color:#536176;cursor:pointer}.sharing-field{display:grid;gap:8px;margin-bottom:24px}.sharing-field>span,.sharing-subtitle{font-size:13px;color:#68758a;font-weight:750}.sharing-field .settings-pretty-select{width:100%}.sharing-subtitle{margin:0 0 10px}.sharing-mode-grid{display:grid;gap:10px}.sharing-mode-option{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;text-align:left;border:1px solid rgba(117,132,158,.14);border-radius:19px;padding:14px 15px;background:#ffffffd1;box-shadow:0 9px 24px #1d31470f;cursor:pointer;color:inherit;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.sharing-mode-option:active{transform:scale(.99)}.sharing-mode-option:disabled{opacity:.55;cursor:default}.sharing-mode-option--selected{border-color:#25bbe18a;background:#eaf7fbf5;box-shadow:0 10px 26px #168aa91f}.sharing-mode-option--selected .sharing-mode-icon{background:#d8f3fb;color:#147f9f}.sharing-mode-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eaf7fb;color:#168aa9}.sharing-mode-copy{display:grid;gap:4px;min-width:0}.sharing-mode-copy strong{font-size:16px;line-height:1.2}.sharing-mode-copy>span{font-size:13px;line-height:1.35;color:#68758a}.sharing-link-card,.sharing-join-card{margin-top:8px;border:1px solid rgba(117,132,158,.14);border-radius:22px;padding:20px;background:#ffffffd6;box-shadow:0 12px 30px #1d314714}.sharing-link-card{display:grid;gap:10px;text-align:center}.sharing-ready-icon,.sharing-hero-icon{width:58px;height:58px;margin:0 auto 2px;border-radius:18px;display:grid;place-items:center;background:#eaf7fb;color:#168aa9}.sharing-ready-copy{display:grid;justify-items:center;gap:7px}.sharing-ready-copy>strong{font-size:20px;line-height:1.25}.sharing-ready-copy p{margin:2px 0 8px;color:#68758a;font-size:14px;line-height:1.4}.sharing-primary,.sharing-secondary{width:100%;min-height:48px;border:0;border-radius:14px;padding:10px 14px;font-weight:780;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.sharing-primary{background:linear-gradient(135deg,#25bbe1,#2fd0ee);color:#fff}.sharing-secondary{background:#eef7fa;color:#147f9f}.sharing-primary:disabled,.sharing-secondary:disabled{opacity:.55;cursor:default}.sharing-join-card{text-align:center}.sharing-join-card h2{margin:12px 0 5px;font-size:22px}.sharing-join-card p{margin:0;color:#68758a;line-height:1.4}.sharing-join-mode{margin:12px 0 0;color:#28758b;font-size:13px;font-weight:780}.sharing-join-card .sharing-primary{margin-top:16px}.sharing-state{text-align:center;color:#778398;padding:42px 0}
