:root{color:#17201c;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f4f2ed;--surface:#ffffffd1;--surface-solid:#fff;--surface-soft:#ebe8e0;--text:#17201c;--muted:#66716b;--line:#17201c1c;--primary:#315f4e;--primary-strong:#234739;--primary-soft:#dce9e2;--accent:#c9985b;--danger:#9d3c3c;--shadow:0 18px 54px #262d2817;--radius:24px;background:#f4f2ed;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--bg:#101412;--surface:#1d2320e6;--surface-solid:#1d2320;--surface-soft:#252d29;--text:#edf2ef;--muted:#a2ada7;--line:#ffffff1a;--primary:#89b9a3;--primary-strong:#a9d0be;--primary-soft:#253d33;--accent:#ddb47d;--danger:#f08d8d;--shadow:0 20px 60px #00000047}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#101412;--surface:#1d2320e6;--surface-solid:#1d2320;--surface-soft:#252d29;--text:#edf2ef;--muted:#a2ada7;--line:#ffffff1a;--primary:#89b9a3;--primary-strong:#a9d0be;--primary-soft:#253d33;--accent:#ddb47d;--danger:#f08d8d;--shadow:0 20px 60px #00000047}}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth;min-height:100%}body{min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at top right, #c9985b17, transparent 30%), var(--bg);margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}input,textarea,select{width:100%;color:var(--text);background:var(--surface-solid);border:1px solid var(--line);border-radius:14px;outline:none;padding:13px 14px;transition:border-color .2s,box-shadow .2s}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent)}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.035em}h1{margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.25rem,4.4vw,4.6rem);line-height:.98}h2{margin-bottom:10px;font-size:clamp(1.3rem,2.2vw,1.9rem)}h3{margin-bottom:7px}p{color:var(--muted);line-height:1.65}small{color:var(--muted)}.skip-link{z-index:1000;background:var(--text);color:var(--bg);border-radius:10px;padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:10px;font-size:.72rem;font-weight:700}.brand{align-items:center;gap:13px;display:flex}.brand>span:last-child{flex-direction:column;display:flex}.brand strong{font-family:Playfair Display,Georgia,serif;font-size:1.18rem}.brand small{font-size:.67rem}.brand-mark{background:var(--text);border-radius:13px;flex:0 0 38px;width:38px;height:38px;display:inline-flex;position:relative;overflow:hidden}.brand-mark i,.brand-mark b{background:var(--bg);transform-origin:bottom;border-radius:8px 8px 2px 2px;width:8px;position:absolute;bottom:7px}.brand-mark i{height:21px;left:10px;transform:rotate(-11deg)}.brand-mark b{height:27px;right:10px;transform:rotate(11deg)}.brand--compact .brand-mark{width:34px;height:34px}.button{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:45px;padding:11px 17px;font-weight:700;transition:transform .16s,background .2s,opacity .2s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:var(--primary);color:#fff;box-shadow:0 10px 26px color-mix(in srgb, var(--primary) 25%, transparent)}.button--primary:hover:not(:disabled){background:var(--primary-strong)}.button--secondary{background:var(--primary-soft);color:var(--primary-strong)}.button--ghost{color:var(--primary);background:0 0}.button--danger{background:color-mix(in srgb, var(--danger) 13%, transparent);color:var(--danger)}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:38px;height:38px;font-size:1.45rem}.icon-button:hover{background:var(--surface-soft)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:24px}.app-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:color-mix(in srgb, var(--bg) 86%, transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:20;flex-direction:column;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.sidebar nav{gap:6px;margin:52px 0 auto;display:grid}.sidebar nav button{width:100%;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:13px;padding:12px 14px;font-weight:600;display:flex}.sidebar nav button span{text-align:center;width:24px;font-size:1.15rem}.sidebar nav button.active{background:var(--primary-soft);color:var(--primary-strong)}.sidebar-profile{border-top:1px solid var(--line);align-items:center;gap:10px;padding-top:20px;display:flex}.sidebar-profile>div:last-child{flex-direction:column;min-width:0;display:flex}.sidebar-profile strong,.sidebar-profile span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-profile span{color:var(--muted);margin-top:3px;font-size:.73rem}.avatar{background:var(--text);width:38px;height:38px;color:var(--bg);border-radius:13px;flex:0 0 38px;place-items:center;font-size:.78rem;font-weight:700;display:grid}.content{min-width:0}.page{width:min(1460px,100%);margin:0 auto;padding:48px clamp(24px,4vw,70px) 90px}.page-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:34px;display:flex}.page-header>div{max-width:800px}.page-header h1{margin-bottom:12px}.page-header p:last-child{margin-bottom:0}.bottom-nav{display:none}.offline-banner{color:#fff;text-align:center;background:#8b642c;padding:10px 18px;font-size:.85rem}.hero-grid{grid-template-columns:minmax(380px,2.4fr) repeat(3,minmax(145px,1fr));gap:16px;margin-bottom:42px;display:grid}.daily-score{background:linear-gradient(145deg, color-mix(in srgb, var(--primary-soft) 72%, var(--surface)), var(--surface));justify-content:space-between;align-items:center;gap:24px;display:flex}.daily-score p:last-child{margin-bottom:0}.stat-card{flex-direction:column;justify-content:flex-end;min-height:165px;display:flex}.stat-card>span{color:var(--accent);margin-bottom:auto;font-size:1.2rem}.stat-card strong{margin-bottom:7px;font-size:2.05rem;line-height:1}.progress-ring{background:conic-gradient(var(--primary) var(--progress), var(--surface-soft) 0);border-radius:50%;flex:0 0 126px;place-items:center;width:126px;height:126px;display:grid}.progress-ring:before{content:"";background:var(--surface-solid);border-radius:50%;grid-area:1/1;width:98px;height:98px}.progress-ring>div{flex-direction:column;grid-area:1/1;align-items:center;display:flex;position:relative}.progress-ring strong{font-size:1.35rem}.progress-ring span{color:var(--muted);font-size:.72rem}.section-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:38px;display:grid}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin:0 0 15px;display:flex}.section-heading h2,.section-heading p{margin-bottom:0}.task-list,.goal-mini-list{gap:11px;display:grid}.task-item{box-shadow:none;align-items:center;gap:14px;padding:17px 19px;display:flex}.task-item>div{flex-direction:column;gap:5px;display:flex}.task-item span{color:var(--muted);font-size:.78rem}.task-check{border:2px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;flex:0 0 34px;width:34px;height:34px}.task-check:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft)}.task-complete{opacity:.68}.task-complete strong{text-decoration:line-through}.task-complete .task-check{border-color:var(--primary);background:var(--primary);color:#fff}.goal-mini-list .card{box-shadow:none;padding:17px 19px}.goal-top,.goal-progress-row,.goal-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.goal-top span{color:var(--primary);font-size:.8rem;font-weight:700}.linear-progress{background:var(--surface-soft);border-radius:20px;height:7px;margin:12px 0;overflow:hidden}.linear-progress span{border-radius:inherit;background:var(--primary);height:100%;display:block}.reward-callout{background:linear-gradient(120deg, color-mix(in srgb, var(--accent) 18%, var(--surface)), var(--surface));justify-content:space-between;align-items:center;gap:30px;margin-top:42px;display:flex}.reward-callout p:last-child{margin-bottom:0}.empty-state{border:1px dashed var(--line);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:30px;display:flex}.empty-state p{max-width:420px}.empty-orbit{background:var(--primary-soft);width:52px;height:52px;color:var(--primary);border-radius:50%;place-items:center;margin-bottom:18px;display:grid}.form-error,.success-banner{border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin:0 0 22px;padding:13px 16px;font-size:.9rem;display:flex}.form-error{background:color-mix(in srgb, var(--danger) 12%, var(--surface-solid));color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 25%, transparent)}.success-banner{background:var(--primary-soft);color:var(--primary-strong)}.success-banner button{cursor:pointer;color:inherit;background:0 0;border:0}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070c0994;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:var(--surface-solid);border-radius:28px;width:min(580px,100%);max-height:min(820px,92vh);padding:26px;overflow:auto;box-shadow:0 30px 100px #00000047}.modal>header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.modal>header h2{margin:0}.field{color:var(--text);gap:8px;margin-bottom:17px;font-size:.84rem;font-weight:700;display:grid}.field small{font-weight:400;line-height:1.5}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-actions,.split-actions,.card-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:22px;display:flex}.split-actions{justify-content:space-between}.check-field{color:var(--muted);align-items:center;gap:10px;margin:8px 0 12px;font-size:.85rem;display:flex}.check-field input{width:auto}.completion-summary{background:var(--surface-soft);border-radius:15px;flex-direction:column;gap:5px;margin-bottom:20px;padding:15px;display:flex}.completion-summary span{color:var(--muted);font-size:.82rem}.auth-page{grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:#17201c;flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(34px,6vw,78px);display:flex;position:relative;overflow:hidden}.auth-story:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:600px;height:600px;position:absolute;top:-190px;right:-230px;box-shadow:0 0 0 80px #ffffff08,0 0 0 160px #ffffff05}.auth-story .brand{position:relative}.auth-story .brand-mark{background:#fff}.auth-story .brand-mark i,.auth-story .brand-mark b{background:#17201c}.auth-story .brand small,.auth-story p{color:#ffffffa8}.auth-story>div{max-width:700px;position:relative}.auth-story h1{font-size:clamp(3.1rem,6vw,6.7rem)}.auth-story blockquote{color:#ffffffc7;margin:0;font-size:.9rem}.auth-panel{background:var(--bg);place-items:center;padding:42px;display:grid}.auth-form{width:min(420px,100%)}.auth-form h2{font-family:Playfair Display,Georgia,serif;font-size:2.35rem}.auth-form form{margin:28px 0}.auth-form form .button{width:100%;margin-top:8px}.security-note{text-align:center;line-height:1.6;display:block}.loading-screen,.fatal-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;padding:30px;display:flex}.loading-bar{background:var(--surface-soft);border-radius:9px;width:min(260px,70vw);height:4px;overflow:hidden}.loading-bar span{border-radius:inherit;background:var(--primary);width:45%;height:100%;animation:1.25s ease-in-out infinite load;display:block}@keyframes load{0%{transform:translate(-110%)}to{transform:translate(230%)}}.page-loading{min-height:50vh;color:var(--muted);place-items:center;display:grid}.onboarding{background:radial-gradient(circle at top right, var(--primary-soft), transparent 36%), var(--bg);min-height:100vh;padding:32px clamp(20px,6vw,80px)}.onboarding>header{justify-content:space-between;align-items:center;max-width:1060px;margin:0 auto;display:flex}.onboarding>header>span{color:var(--muted);font-size:.8rem}.onboarding-progress{background:var(--surface-soft);border-radius:8px;max-width:1060px;height:4px;margin:24px auto}.onboarding-progress span{border-radius:inherit;background:var(--primary);height:100%;transition:width .3s;display:block}.onboarding-card{width:min(680px,100%);margin:clamp(50px,9vh,110px) auto}.onboarding-card h1{font-size:clamp(2.5rem,6vw,4.8rem)}.onboarding-card>.button{margin-top:12px}.choice-grid{gap:10px;margin:25px 0;display:grid}.choice-grid button{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:17px;flex-direction:column;gap:5px;padding:17px;display:flex}.choice-grid button span{color:var(--muted);font-size:.82rem}.choice-grid button.selected{border-color:var(--primary);background:var(--primary-soft)}.segmented{background:var(--surface-soft);border-radius:14px;gap:4px;margin-bottom:24px;padding:4px;display:inline-flex}.segmented button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:11px;padding:8px 14px}.segmented button.active{background:var(--surface-solid);color:var(--text);box-shadow:0 4px 12px #0000000f}.goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.goal-card{flex-direction:column;min-height:330px;display:flex}.goal-card h2{margin-top:22px}.goal-card p{flex:1}.goal-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.category-pill,.visibility-badge{text-transform:capitalize;border-radius:999px;align-items:center;padding:5px 9px;font-size:.66rem;font-weight:700;display:inline-flex}.category-pill{background:var(--surface-soft);color:var(--muted)}.visibility-badge{background:var(--primary-soft);color:var(--primary-strong)}.visibility-private{background:var(--surface-soft);color:var(--muted)}.visibility-partner{background:color-mix(in srgb, var(--accent) 20%, var(--surface));color:var(--accent)}.goal-progress-row{margin-top:auto}.goal-progress-row strong{font-size:1.45rem}.goal-progress-row span{color:var(--muted);text-transform:capitalize;font-size:.75rem}.goal-meta{color:var(--muted);font-size:.72rem}.card-actions{justify-content:flex-start;margin-top:20px}.card-actions .button{min-height:39px;padding:8px 12px;font-size:.78rem}.field input[type=range]{box-shadow:none;accent-color:var(--primary);border:0;padding:0}.field output{color:var(--primary);font-size:1.1rem}.shared-welcome{text-align:center;width:min(680px,100%);margin:50px auto}.shared-symbol{background:var(--primary-soft);width:76px;height:76px;color:var(--primary);border-radius:26px;place-items:center;margin:0 auto 20px;font-size:2.4rem;display:grid}.shared-welcome .split-actions{justify-content:center}.copy-code{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;display:inline}.shared-summary-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:38px;display:grid}.shared-summary-grid .card{flex-direction:column;min-height:150px;display:flex}.shared-summary-grid strong{margin-top:auto;font-size:2.3rem}.shared-summary-grid span{color:var(--muted);font-size:.8rem}.shared-layout{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:start;gap:28px;display:grid}.shared-main{gap:16px;display:grid}.reward-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.reward-card{min-height:180px;box-shadow:none}.reward-card>span{color:var(--accent)}.reward-card small{color:var(--primary);margin-top:8px;font-weight:700;display:inline-block}.chat-panel{padding:0;position:sticky;top:24px;overflow:hidden}.chat-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px;display:flex}.chat-panel h2,.chat-panel header p{margin-bottom:0}.live-dot{color:var(--primary);align-items:center;gap:6px;font-size:.72rem;font-weight:700;display:flex}.live-dot:before{content:"";background:var(--primary);border-radius:50%;width:7px;height:7px}.messages{flex-direction:column;gap:11px;height:430px;padding:18px;display:flex;overflow-y:auto}.message{background:var(--surface-soft);border-radius:4px 16px 16px;align-self:flex-start;max-width:84%;padding:11px 13px}.message-own{background:var(--primary-soft);border-radius:16px 4px 16px 16px;align-self:flex-end}.message strong{color:var(--primary);font-size:.68rem}.message p{color:var(--text);white-space:pre-wrap;margin:3px 0;font-size:.86rem;line-height:1.5}.message time{color:var(--muted);font-size:.62rem}.chat-empty{text-align:center;color:var(--muted);margin:auto}.chat-empty span{color:var(--primary);font-size:2rem}.chat-form{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:8px;padding:14px;display:grid}.chat-form .button{width:45px;padding:0}.memory-grid{columns:3 300px;column-gap:16px}.memory-card{break-inside:avoid;width:100%;margin:0 0 16px;padding:0;display:inline-block;overflow:hidden}.memory-media{background:var(--surface-soft);min-height:210px;position:relative}.memory-media img,.memory-media video{object-fit:cover;width:100%;max-height:470px;display:block}.memory-media .visibility-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;top:13px;right:13px}.memory-placeholder{min-height:210px;color:var(--primary);place-items:center;font-size:2.3rem;display:grid}.memory-copy{padding:20px}.memory-copy time{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700}.memory-copy h2{margin:8px 0}.memory-copy p{margin-bottom:8px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.settings-heading{align-items:flex-start;gap:15px;margin-bottom:25px;display:flex}.settings-heading>span{background:var(--primary-soft);width:35px;height:35px;color:var(--primary);border-radius:12px;flex:0 0 35px;place-items:center;font-size:.7rem;font-weight:700;display:grid}.settings-heading h2,.settings-heading p{margin-bottom:3px}.privacy-card ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.privacy-card li{background:var(--surface-soft);border-radius:13px;flex-direction:column;gap:2px;padding:11px 13px;display:flex}.privacy-card li span{color:var(--muted);font-size:.78rem}.account-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.account-card p:last-child{margin-bottom:0}.update-toast{z-index:200;border:1px solid var(--line);background:var(--surface-solid);max-width:520px;box-shadow:var(--shadow);border-radius:18px;align-items:center;gap:14px;padding:15px;display:flex;position:fixed;bottom:24px;right:24px}.update-toast>div{flex-direction:column;display:flex}.update-toast span{color:var(--muted);font-size:.75rem}@media (width<=1180px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.hero-grid{grid-template-columns:repeat(3,1fr)}.daily-score{grid-column:1/-1}.goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shared-layout{grid-template-columns:1fr}.chat-panel{position:static}}@media (width<=820px){.app-shell{padding-bottom:74px;display:block}.sidebar{display:none}.bottom-nav{z-index:40;left:10px;right:10px;bottom:max(10px, env(safe-area-inset-bottom));border:1px solid var(--line);background:color-mix(in srgb, var(--surface-solid) 90%, transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;grid-template-columns:repeat(5,1fr);padding:6px;display:grid;position:fixed}.bottom-nav button{color:var(--muted);background:0 0;border:0;border-radius:14px;flex-direction:column;align-items:center;gap:2px;padding:7px 3px;display:flex}.bottom-nav button.active{background:var(--primary-soft);color:var(--primary-strong)}.bottom-nav span{font-size:1rem}.bottom-nav small{font-size:.61rem}.page{padding:30px 18px 60px}.page-header{flex-direction:column;align-items:flex-start;margin-bottom:26px}.page-header .button{width:100%}.hero-grid{grid-template-columns:repeat(3,1fr)}.daily-score{grid-column:1/-1}.section-grid,.goal-grid{grid-template-columns:1fr}.shared-summary-grid{grid-template-columns:repeat(3,1fr)}.settings-grid,.auth-page{grid-template-columns:1fr}.auth-story{min-height:46vh;padding:30px 24px}.auth-story h1{margin-top:55px;font-size:clamp(2.8rem,12vw,4.5rem)}.auth-panel{padding:46px 22px}}@media (width<=560px){h1{font-size:2.45rem}.card{border-radius:20px;padding:19px}.hero-grid{grid-template-columns:repeat(3,1fr);gap:9px}.daily-score{align-items:flex-start}.progress-ring{flex-basis:96px;width:96px;height:96px}.progress-ring:before{width:75px;height:75px}.stat-card{min-height:126px;padding:14px}.stat-card strong{font-size:1.35rem}.stat-card small{font-size:.66rem}.reward-callout,.account-card{flex-direction:column;align-items:stretch}.form-grid{grid-template-columns:1fr;gap:0}.modal{border-radius:22px;padding:20px}.shared-summary-grid{gap:8px}.shared-summary-grid .card{min-height:125px;padding:14px}.shared-summary-grid strong{font-size:1.7rem}.shared-summary-grid span{font-size:.66rem}.reward-grid{grid-template-columns:1fr}.memory-grid{columns:1}.update-toast{flex-wrap:wrap;bottom:90px;left:12px;right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--text-scale:1}body{font-size:calc(16px * var(--text-scale))}:root[data-high-contrast=true]{--line:color-mix(in srgb, var(--text) 34%, transparent);--muted:color-mix(in srgb, var(--text) 78%, var(--bg));--shadow:0 18px 52px color-mix(in srgb, var(--text) 18%, transparent)}:root[data-high-contrast=true] .card,:root[data-high-contrast=true] input,:root[data-high-contrast=true] textarea,:root[data-high-contrast=true] select{border-width:2px}:root[data-reduced-motion=true] *,:root[data-reduced-motion=true] :before,:root[data-reduced-motion=true] :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.sidebar-brand-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-trigger,.mobile-notification-trigger{border:1px solid var(--line);background:var(--surface);color:var(--primary);cursor:pointer;box-shadow:var(--shadow);font-size:1.35rem}.notification-trigger{border-radius:14px;width:40px;height:40px}.mobile-notification-trigger{z-index:50;border-radius:50%;width:48px;height:48px;display:none;position:fixed;bottom:86px;right:18px}.notification-backdrop{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080c0a7a;justify-content:flex-end;display:flex;position:fixed;inset:0}.notification-drawer{background:var(--surface-solid);width:min(480px,100%);height:100%;padding:26px;overflow:auto;box-shadow:-24px 0 80px #0000003d}.notification-drawer>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;display:flex}.notification-drawer>header h2{margin-bottom:4px}.notification-drawer>header span{color:var(--muted);font-size:.82rem}.notification-drawer>footer{justify-content:flex-end;padding-top:18px;display:flex}.notification-system-warning{border:1px solid color-mix(in srgb, var(--accent) 40%, var(--line));background:color-mix(in srgb, var(--accent) 12%, var(--surface));border-radius:17px;margin:18px 0;padding:16px}.notification-system-warning p{margin:6px 0 10px}.notification-system-warning button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.notification-list{gap:11px;margin-top:18px;display:grid}.notification-item{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden}.notification-unread{border-color:color-mix(in srgb, var(--primary) 42%, var(--line));background:color-mix(in srgb, var(--primary-soft) 44%, var(--surface))}.notification-main{text-align:left;cursor:pointer;background:0 0;border:0;gap:6px;width:100%;padding:17px;display:grid}.notification-main p{margin:0}.notification-main time{color:var(--muted);font-size:.72rem}.notification-category{background:var(--surface-soft);width:fit-content;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:4px 8px;font-size:.65rem;font-weight:800}.notification-actions{gap:14px;padding:0 17px 14px;display:flex}.notification-actions button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:.76rem;font-weight:700}.template-strip{margin-bottom:26px}.template-strip>.section-heading>span{color:var(--muted);font-size:.78rem}.template-carousel{scrollbar-width:thin;grid-auto-columns:minmax(135px,175px);grid-auto-flow:column;gap:11px;padding:2px 2px 14px;display:grid;overflow-x:auto}.goal-template-card{border:1px solid var(--line);background:linear-gradient(150deg, color-mix(in srgb, var(--template-colour) 14%, var(--surface)), var(--surface));text-align:left;cursor:pointer;min-height:145px;box-shadow:0 9px 30px color-mix(in srgb, var(--template-colour) 10%, transparent);border-radius:20px;gap:8px;padding:16px;display:grid}.goal-template-card>span{background:color-mix(in srgb, var(--template-colour) 20%, var(--surface-solid));width:39px;height:39px;color:var(--template-colour);border-radius:13px;place-items:center;font-size:1.25rem;display:grid}.goal-template-card strong{align-self:end}.goal-template-card small{color:var(--muted)}.template-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;align-items:flex-start;gap:13px;margin:0 0 17px;padding:14px;display:flex}.template-preview>span{border-radius:14px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.template-preview p{margin:4px 0 0;font-size:.82rem}.goal-card-clickable{border-top:5px solid var(--goal-colour)}.goal-card-clickable blockquote{color:var(--primary);margin:10px 0;font-family:Georgia,serif;font-style:italic}.category-pill b{margin-right:4px}.back-link{color:var(--primary);cursor:pointer;background:0 0;border:0;margin-bottom:23px;padding:0;font-weight:800}.goal-detail-hero{border:1px solid var(--line);border-top:7px solid var(--goal-colour);background:linear-gradient(145deg, color-mix(in srgb, var(--goal-colour) 11%, var(--surface)), var(--surface));box-shadow:var(--shadow);border-radius:30px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:24px;padding:clamp(24px,4vw,44px);display:grid}.goal-detail-icon{background:color-mix(in srgb, var(--goal-colour) 18%, var(--surface-solid));width:74px;height:74px;color:var(--goal-colour);border-radius:23px;place-items:center;font-size:2rem;display:grid}.goal-detail-hero h1{font-size:clamp(2.3rem,4vw,4.4rem)}.goal-detail-hero blockquote{color:var(--goal-colour);margin:0 0 10px;font-family:Georgia,serif;font-size:1.05rem;font-style:italic}.goal-detail-hero p{margin-bottom:0}.goal-detail-score{text-align:right;gap:6px;min-width:145px;display:grid}.goal-detail-score strong{color:var(--goal-colour);font-size:2.7rem;line-height:1}.goal-detail-score span,.goal-detail-score small{color:var(--muted)}.goal-workspace-actions{flex-wrap:wrap;gap:9px;margin-bottom:30px;display:flex}.goal-detail-grid{grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);align-items:start;gap:30px;display:grid}.goal-detail-main,.goal-detail-side{gap:18px;display:grid}.goal-detail-side{position:sticky;top:22px}.goal-detail-task>div{flex:1;min-width:0}.goal-detail-task .button{margin-left:auto}.goal-section-gap{margin-top:24px}.activity-timeline{gap:10px;display:grid}.activity-entry{box-shadow:none;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:17px;display:grid}.activity-entry p{margin:4px 0}.activity-entry time{color:var(--muted);font-size:.72rem}.activity-type{background:var(--primary-soft);color:var(--primary-strong);text-transform:uppercase;border-radius:999px;align-self:start;padding:6px 9px;font-size:.66rem;font-weight:800}.metric-list{gap:9px;display:grid}.metric-list>p{margin-bottom:0}.metric-card{border:1px solid var(--line);background:var(--surface-soft);text-align:left;cursor:pointer;border-radius:15px;gap:4px;width:100%;padding:14px;display:grid}.metric-card>span,.metric-card small{color:var(--muted)}.metric-card strong{font-size:1.25rem}.progress-history-list{gap:10px;display:grid}.progress-history-list>div{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;gap:3px 10px;padding-bottom:10px;display:grid}.progress-history-list strong{color:var(--primary)}.progress-history-list span{text-transform:capitalize;font-size:.78rem}.progress-history-list small{grid-column:1/-1}.progress-history-list p{grid-column:1/-1;margin:3px 0 0;font-size:.82rem}.preference-checks{gap:9px;margin-bottom:17px;display:grid}.settings-fieldset{border:1px solid var(--line);border-radius:16px;gap:8px;margin:0;padding:16px;display:grid}.settings-fieldset legend{padding:0 7px;font-size:.84rem;font-weight:800}.settings-meta{font-size:.78rem}.safety-card{border-left:5px solid var(--accent)}.safety-healthy{border-left-color:var(--primary)}.safety-warning,.safety-unknown{border-left-color:var(--accent)}.safety-failed{border-left-color:var(--danger)}.safety-status{background:var(--surface-soft);border-radius:15px;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:12px;padding:13px;display:flex}.safety-status span{color:var(--muted);text-transform:capitalize;font-size:.78rem}.safety-details{gap:8px;margin:0;display:grid}.safety-details>div{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding-top:8px;display:flex}.safety-details dt{color:var(--muted)}.safety-details dd{text-align:right;margin:0}.feature-flag-list{gap:11px;display:grid}.feature-flag-list>div{border:1px solid var(--line);border-radius:15px;grid-template-columns:auto 1fr;gap:5px 10px;padding:13px;display:grid}.feature-flag-list strong{text-transform:capitalize}.feature-flag-list p{grid-column:1/-1;margin:0;font-size:.82rem}.feature-state{text-transform:uppercase;border-radius:999px;align-self:start;padding:4px 7px;font-size:.62rem;font-weight:800}.state-credential_required{background:color-mix(in srgb, var(--accent) 18%, var(--surface));color:#80602e}.state-approval_required{background:color-mix(in srgb, var(--danger) 11%, var(--surface));color:var(--danger)}.state-available{background:var(--primary-soft);color:var(--primary-strong)}@media (width<=980px){.goal-detail-hero{grid-template-columns:auto minmax(0,1fr)}.goal-detail-score{text-align:left;grid-column:1/-1;justify-content:space-between;align-items:baseline;display:flex}.goal-detail-grid{grid-template-columns:1fr}.goal-detail-side{grid-template-columns:repeat(2,minmax(0,1fr));position:static}}@media (width<=760px){.mobile-notification-trigger{place-items:center;display:grid}.notification-trigger{display:none}.notification-drawer{padding:20px 16px 100px}.goal-detail-hero{grid-template-columns:1fr;align-items:start}.goal-detail-icon{width:58px;height:58px}.goal-detail-score{display:grid}.goal-detail-side{grid-template-columns:1fr}.goal-workspace-actions{grid-template-columns:1fr 1fr;display:grid}.goal-workspace-actions .button{width:100%}.goal-detail-task{flex-wrap:wrap;align-items:flex-start}.goal-detail-task .button{margin-left:48px}.template-strip>.section-heading>span{display:none}}.sidebar-tools{border-top:1px solid var(--line);gap:5px;margin:18px 0;padding-top:16px;display:grid}.sidebar-tools>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;padding:0 10px 5px;font-size:.62rem;font-weight:800}.sidebar-tools button{min-height:40px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:8px 11px;font-weight:700;display:flex}.sidebar-tools button b{width:22px;color:var(--primary);text-align:center;font-size:1rem}.sidebar-tools button.active,.sidebar-tools button:hover{background:var(--primary-soft);color:var(--primary-strong)}.mobile-tool-stack{display:none}.routine-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:34px;display:grid}.routine-summary-grid .card{min-height:135px;box-shadow:none;display:grid}.routine-summary-grid strong{align-self:end;font-size:2.35rem;line-height:1}.routine-summary-grid span{color:var(--muted);font-size:.8rem}.routine-layout{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:start;gap:30px;display:grid}.occurrence-list{gap:10px;display:grid}.occurrence-card{box-shadow:none;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:18px;display:grid}.occurrence-partial{border-left:5px solid var(--accent)}.occurrence-main{gap:4px;min-width:0;display:grid}.occurrence-main span,.occurrence-main small{color:var(--muted)}.occurrence-main span{font-size:.8rem}.occurrence-main small{font-size:.72rem}.occurrence-actions{flex-wrap:wrap;grid-column:2;gap:8px;display:flex}.occurrence-actions button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:.72rem;font-weight:800}.occurrence-actions button:not(:last-child):after{content:"·";color:var(--muted);margin-left:8px}.routine-section-gap{margin-top:38px}.routine-history{gap:9px;display:grid}.routine-history .card{box-shadow:none;align-items:center;gap:13px;padding:15px 17px;display:flex}.routine-history .card>div{min-width:0}.routine-history p{margin:4px 0 0;font-size:.76rem}.routine-state{background:var(--surface-soft);min-width:78px;color:var(--muted);text-align:center;text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:.65rem;font-weight:800}.routine-state.state-completed{background:var(--primary-soft);color:var(--primary-strong)}.routine-state.state-skipped,.routine-state.state-cancelled{background:color-mix(in srgb, var(--muted) 12%, var(--surface))}.routine-state.state-deferred{background:color-mix(in srgb, var(--accent) 16%, var(--surface));color:#80602e}.routine-schedules{gap:10px;display:grid;position:sticky;top:22px}.routine-schedules>.section-heading{margin-bottom:5px}.routine-schedules .card{box-shadow:none;gap:12px;padding:18px;display:grid}.routine-schedules p{margin:5px 0}.routine-schedules .button{justify-self:start;padding-left:0}.routine-days{border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(7,1fr);gap:6px;margin:0 0 17px;padding:13px;display:grid}.routine-days legend{padding:0 6px;font-size:.8rem;font-weight:800}.routine-days label{background:var(--surface-soft);cursor:pointer;border-radius:12px;place-items:center;gap:5px;padding:8px 3px;font-size:.68rem;display:grid}.routine-days input{width:auto;margin:0}.location-proof{flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:12px;display:flex}.location-proof small{max-width:420px}.proof-tabs{width:fit-content;margin-bottom:26px}.proof-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.proof-review-card{padding:0;overflow:hidden}.proof-status-pending{border-top:5px solid var(--accent)}.proof-status-revision_requested{border-top:5px solid #c27649}.proof-status-disputed{border-top:5px solid var(--danger)}.proof-media-frame{background:#0d120f;place-items:center;min-height:280px;max-height:440px;display:grid;overflow:hidden}.proof-media-frame img,.proof-media-frame video{object-fit:contain;width:100%;height:100%;max-height:440px}.proof-media-unavailable{color:#fff;text-align:center;padding:30px}.proof-review-body{padding:22px}.proof-review-body h2{margin-top:14px}.proof-review-body blockquote{border-left:3px solid var(--primary);background:var(--surface-soft);color:var(--muted);margin:13px 0;padding:12px 14px}.proof-status{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:.65rem;font-weight:800}.status-pending{background:color-mix(in srgb, var(--accent) 18%, var(--surface));color:#80602e}.status-accepted{background:var(--primary-soft);color:var(--primary-strong)}.status-rejected,.status-disputed{background:color-mix(in srgb, var(--danger) 13%, var(--surface));color:var(--danger)}.status-revision_requested{background:color-mix(in srgb, #c27649 14%, var(--surface));color:#934c26}.proof-metadata{gap:8px;margin:16px 0;display:grid}.proof-metadata>div{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding-top:8px;display:flex}.proof-metadata dt{color:var(--muted)}.proof-metadata dd{text-align:right;margin:0}.proof-decision-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.proof-decision-actions .button{min-height:40px;padding:8px 12px}@media (width<=1100px){.routine-layout{grid-template-columns:1fr}.routine-schedules{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.routine-schedules>.section-heading{grid-column:1/-1}.proof-review-grid{grid-template-columns:1fr}}@media (width<=760px){.sidebar-tools{display:none}.mobile-tool-stack{z-index:55;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:84px;right:14px}.mobile-tool-stack button{border:1px solid var(--line);background:var(--surface-solid);width:44px;height:44px;color:var(--primary);box-shadow:var(--shadow);cursor:pointer;border-radius:50%;place-items:center;font-weight:900;display:grid}.mobile-tool-stack button.active{background:var(--primary);color:#fff}.routine-summary-grid{grid-template-columns:repeat(3,1fr);gap:7px}.routine-summary-grid .card{min-height:110px;padding:13px}.routine-summary-grid strong{font-size:1.7rem}.routine-summary-grid span{font-size:.64rem}.occurrence-card{align-items:flex-start}.occurrence-actions{grid-column:1/-1;padding-left:48px}.routine-schedules{grid-template-columns:1fr}.routine-schedules>.section-heading{grid-column:auto}.routine-days{grid-template-columns:repeat(4,1fr)}.proof-tabs{width:100%}.proof-tabs button{flex:1}.proof-media-frame{min-height:220px}.proof-review-body{padding:18px}.proof-decision-actions{grid-template-columns:1fr 1fr;display:grid}.proof-decision-actions .button{width:100%}}
