:root{--black:#151515;--charcoal:#1b1b1a;--ink:#211e1a;--muted:#746c64;--line:#e6ded4;--paper:#fbf8f3;--card:#fffdf9;--taupe:#9b8d7b;--brown:#76583c;--tan:#cfb493;--soft:#f2ece4;--shadow:0 10px 30px #2921180b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Commuter Sans,Avenir Next,Segoe UI,Arial,sans-serif}a{color:var(--brown);text-decoration:none}button,input{font:inherit}.login-help-link{text-align:center;margin-top:16px;font-size:13px;display:block}.auth-status{color:#46603d;background:#f0f6eb;border:1px solid #c9d8bd;border-radius:10px;padding:12px 14px}.portal-body{background:linear-gradient(145deg,#fbf8f3,#eee3d6);min-height:100vh}.portal-header{border-bottom:1px solid var(--line);background:#fffdf9eb;justify-content:space-between;align-items:center;height:84px;padding:12px clamp(20px,5vw,64px);display:flex}.portal-header img{object-fit:contain;width:180px;height:58px}.portal-logout{border:1px solid var(--line);background:var(--card);color:var(--brown);cursor:pointer;border-radius:10px;padding:10px 16px}.portal-shell{width:min(1120px,100% - 40px);margin:0 auto;padding:clamp(54px,8vw,90px) 0}.portal-welcome{max-width:760px}.portal-welcome>p:not(.eyebrow){color:var(--muted);font-size:17px}.portal-status{color:#4f7046;text-transform:capitalize;background:#e7eee1;border-radius:999px;margin-top:14px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.portal-card-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.portal-card{border:1px solid var(--line);min-height:180px;box-shadow:var(--shadow);background:#fffdf9f0;border-radius:18px;padding:26px}.portal-card h2{margin:12px 0 0;font:400 25px Georgia,serif}@media (width<=760px){.portal-card-grid{grid-template-columns:1fr}.portal-header img{width:140px}}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;z-index:10;background:linear-gradient(160deg,#121212 0%,#20201f 100%);flex-direction:column;height:100vh;padding:26px 18px 24px;display:flex;position:sticky;top:0}.brand{justify-content:center;align-items:center;height:94px;padding:6px 10px 20px;display:flex}.brand img{object-fit:contain;width:100%;max-width:190px;height:68px;display:block}.primary-nav,.secondary-nav{gap:6px;display:grid}.secondary-nav{border-top:1px solid #fff3;margin-top:20px;padding-top:20px}.nav-item{color:#f4f0ea;border-radius:9px;align-items:center;gap:14px;padding:13px 14px;display:flex}.nav-item span{text-align:center;width:20px;font-size:20px;font-weight:400}.nav-item strong{font-size:15px;font-weight:500}.nav-item.active{background:linear-gradient(90deg,#8a735e,#5f5247)}.quick-links{border-top:1px solid #ffffff24;gap:3px;margin-top:22px;padding:18px 10px 0;display:grid}.quick-links h2{color:#bda993;letter-spacing:.14em;text-transform:uppercase;margin:0 4px 7px;font-size:10px;font-weight:700}.quick-link{color:#e8e0d7;border-radius:6px;align-items:flex-start;gap:8px;padding:8px 4px;display:flex}.quick-link-copy{gap:2px;min-width:0;display:grid}.quick-link strong{font-size:12px;font-weight:600}.quick-link small{color:#a99f95;font-size:10px;line-height:1.35}.quick-link-external{color:#c3a06e;margin-left:auto;font-size:13px;line-height:1}.quick-link:hover{color:#fff;background:#ffffff0f}.quick-link:hover small{color:#d2c9c0}.quick-link:focus-visible{outline-offset:2px;outline:2px solid #c3a06e}.brand-note{color:#f7f1e9;margin-top:auto;padding:26px 10px 0}.quote-mark{color:#b99670;font-family:Georgia,serif;font-size:58px;line-height:.7}.brand-note p{text-transform:uppercase;letter-spacing:.08em;font-family:Georgia,serif;font-size:12px;line-height:1.9}.signature{color:#c3a06e;margin-top:18px;font-family:Segoe Script,cursive;font-size:24px}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#fffdf9e6;justify-content:flex-end;align-items:center;height:72px;padding:0 32px;display:flex;position:sticky;top:0}.menu-button{background:0 0;border:0;margin-right:auto;font-size:24px;display:none}.topbar-actions{align-items:center;gap:24px;display:flex}.action-center{position:relative}.notification{width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;place-items:center;transition:background .18s,border-color .18s,color .18s;display:grid;position:relative}.notification:hover,.notification[aria-expanded=true]{border-color:var(--line);background:var(--soft)}.notification:focus-visible{outline-offset:2px;outline:3px solid #cfb49380}.notification-empty{color:var(--taupe)}.notification-diamond{font-size:28px;line-height:1}.notification-badge{border:2px solid var(--card);color:#fff;background:#b98548;border-radius:99px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;transition:transform .18s;display:grid;position:absolute;top:-3px;right:-3px}.notification:hover .notification-badge{transform:scale(1.06)}.action-center-popover{border:1px solid var(--line);background:var(--card);transform-origin:100% 0;z-index:20;border-radius:18px;width:min(430px,100vw - 32px);animation:.18s both action-center-enter;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 22px 55px #2d22182e}.action-center-popover[hidden]{display:none}@keyframes action-center-enter{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.action-center-popover-header{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fffdf9,#f6eee3);padding:20px 22px 16px}.action-center-popover-header h2{color:var(--charcoal);margin:0 0 4px;font:400 23px Georgia,serif}.action-center-popover-header p{color:var(--muted);margin:0;font-size:12px}.action-center-popover-body{max-height:min(520px,100vh - 190px);overflow-y:auto}.action-center-item{border-bottom:1px solid var(--line);grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 18px;display:grid}.action-center-item .client-avatar{width:44px;height:44px}.action-center-item-copy{min-width:0}.action-center-item-copy strong{color:var(--charcoal);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.action-center-item-copy h3{color:var(--ink);margin:3px 0;font-size:13px;line-height:1.3}.action-center-item-copy small{color:var(--muted);font-size:11px;display:block}.action-center-item-cta{white-space:nowrap}.action-center-view-all:focus-visible{outline-offset:-2px;outline:3px solid #cfb4938c}.action-center-popover-empty{text-align:center;padding:36px 24px}.action-center-popover-empty>span{width:44px;height:44px;color:var(--brown);background:#f0e3d2;border-radius:50%;place-items:center;margin:0 auto 12px;font-size:20px;font-weight:800;display:grid}.action-center-popover-empty h3{margin:0 0 6px;font:400 20px Georgia,serif}.action-center-popover-empty p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.action-center-view-all{border-top:1px solid var(--line);color:var(--brown);background:#fbf6ef;justify-content:center;gap:7px;padding:14px 18px;font-size:12px;font-weight:800;display:flex}.profile{align-items:center;gap:11px;display:flex}.profile small{color:var(--muted);margin-top:2px;display:block}.avatar,.client-avatar{color:#fff;background:linear-gradient(135deg,#c8ad8e,#7e6751);border-radius:50%;place-items:center;font-weight:700;display:grid}.client-avatar{position:relative;overflow:hidden}.client-avatar-image,.client-avatar-fallback{width:100%;height:100%}.client-avatar-image{object-fit:cover;object-position:center;border-radius:inherit;display:block}.app-shell .client-avatar-image{object-position:center 40%}.client-avatar-fallback{justify-content:center;align-items:center;display:flex}.client-avatar-fallback[hidden]{display:none}.avatar{width:42px;height:42px}.content{max-width:1450px;margin:auto;padding:28px 32px 44px}.hero{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:24px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--taupe);margin:0 0 8px;font-size:11px;font-weight:700}h1{color:#171511;margin:0 0 9px;font:400 clamp(36px,4vw,58px)/1.05 Georgia,Times New Roman,serif}.hero p{color:var(--muted);margin:6px 0;font-size:16px}.hero .attention{color:var(--brown)}blockquote{text-align:center;min-width:280px;margin:8px 18px 0;font:italic 22px/1.35 Georgia,serif}.hero>blockquote>span{background:var(--tan);width:86px;height:2px;margin:18px auto 0;display:block}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:18px;display:grid}.stat-card,.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdf9f0;border-radius:12px}.stat-card{align-items:flex-start;gap:18px;min-height:175px;padding:20px;display:flex}.stat-icon{background:var(--soft);border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:28px;display:grid}.stat-value{margin-bottom:8px;font:400 42px/1 Georgia,serif;display:block}.stat-card h2,.panel h2{margin:0 0 6px;font-size:16px}.stat-card p{color:var(--muted);margin:0 0 20px;font-size:13px}.stat-card a{font-size:13px}.dashboard-grid{grid-template-columns:1.45fr .95fr .95fr;gap:18px;display:grid}.panel{padding:0 16px;overflow:hidden}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;min-height:52px;display:flex}.panel-header h2{margin:0;font-size:17px}.panel-header a{font-size:12px}.count{background:var(--soft);border-radius:999px;margin-left:6px;padding:4px 8px;font-size:12px}.client-row{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr 130px;align-items:center;gap:12px;padding:15px 0;display:grid}.client-row:last-child{border-bottom:0}.client-avatar{width:48px;height:48px}.client-main strong,.client-main small{display:block}.client-main small,.client-action small,.schedule-row small{color:var(--muted);margin-top:4px;font-size:12px}.milestones{gap:12px;margin-top:11px;font-size:11px;display:flex}.milestones span{white-space:nowrap}.client-action{text-align:right}.client-action small{display:block}.badge{background:#efe2ce;border-radius:5px;padding:6px 10px;font-size:11px;display:inline-block}.badge.soft{background:var(--soft)}.client-action button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#654,#3e352e);border:0;border-radius:5px;margin-top:7px;padding:7px 16px}.progress{background:var(--soft);border-radius:9px;height:5px;margin-top:14px;overflow:hidden}.progress i{background:var(--tan);height:100%;display:block}.schedule-row{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr 38px;align-items:center;gap:12px;padding:12px 0;display:grid}.schedule-row time{background:var(--soft);text-align:center;border-radius:6px;padding:8px 3px;font-weight:700}.schedule-row time small,.schedule-row div small{font-weight:400;display:block}.schedule-row>span{border:1px solid var(--line);border-radius:6px;place-items:center;width:36px;height:36px;display:grid}.panel-footer-link{text-align:center;padding:12px;font-size:12px;display:block}.pipeline-row{grid-template-columns:125px 1fr 22px;align-items:center;gap:10px;padding:10px 0;font-size:13px;display:grid}.pipeline-row i{background:var(--soft);border-radius:9px;height:5px;overflow:hidden}.pipeline-row b{background:linear-gradient(90deg,var(--tan),var(--brown));border-radius:9px;height:100%;display:block}.pipeline-total{border-top:1px solid var(--line);justify-content:space-between;padding:14px 0;display:flex}.activity-panel{grid-column:1/2}.focus-panel{grid-column:2/4}.activity-row{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.activity-row:last-child{border-bottom:0}.activity-row>span{background:var(--soft);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.activity-row p{margin:0;font-size:13px}.activity-row time{color:var(--muted);font-size:11px}.focus-content{grid-template-columns:1fr 150px;gap:18px;padding:15px 0;display:grid}.task-list{gap:12px;display:grid}.task-list label{align-items:center;gap:9px;font-size:13px;display:flex}.task-list input{width:18px;height:18px;accent-color:var(--brown)}.task-list label span{background:#f0e4d5;border-radius:5px;margin-left:auto;padding:5px 9px;font-size:10px}.completion{text-align:center}.ring{--progress:0deg;background:conic-gradient(var(--brown) var(--progress),var(--soft) 0);border-radius:50%;place-items:center;width:92px;height:92px;margin:0 auto 8px;display:grid;position:relative}.ring:before{content:"";background:var(--card);border-radius:50%;position:absolute;inset:8px}.ring strong{font:400 20px Georgia,serif;position:relative}.completion p{margin:0;font-size:12px;line-height:1.6}.completion span{color:var(--muted)}@media (width<=1150px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr 1fr}.waiting-panel{grid-column:1/3}.pipeline-panel{grid-column:1/2}.activity-panel{grid-column:2/3}.focus-panel{grid-column:1/3}}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{width:250px;transition:all .25s;position:fixed;left:-270px}.sidebar.open{left:0}.topbar{padding:0 18px}.menu-button{display:block}.profile>div:nth-child(2){display:none}.topbar-actions{gap:12px}.action-center-popover{width:calc(100vw - 24px);position:fixed;top:64px;right:12px}.action-center-item{grid-template-columns:40px minmax(0,1fr);padding:14px}.action-center-item .client-avatar{width:40px;height:40px}.action-center-item-cta{grid-column:2;justify-self:start}.content{padding:22px 16px 35px}.hero{display:block}blockquote{display:none}.stats-grid,.dashboard-grid{grid-template-columns:1fr}.waiting-panel,.pipeline-panel,.activity-panel,.focus-panel{grid-column:auto}.client-row{grid-template-columns:45px 1fr}.client-action{text-align:left;grid-column:2}.focus-content{grid-template-columns:1fr}}.profile-content{max-width:1450px}.back-link{align-items:center;margin-bottom:18px;font-size:13px;display:inline-flex}.client-file-header{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(115deg,#fffdf9fa,#f4ede4f2);border-radius:14px;justify-content:space-between;align-items:center;gap:28px;padding:28px 30px;display:flex}.client-identity{align-items:center;gap:22px;min-width:0;display:flex}.client-avatar-large{border:4px solid #fffc;flex:0 0 86px;width:86px;height:86px;font:400 28px Georgia,serif}.client-file-header h1{margin:8px 0 6px;font-size:48px}.client-file-header p{color:var(--muted);margin:0}.status-line{color:var(--muted);align-items:center;gap:12px;font-size:12px;display:flex}.status-pill{color:#4f7046;background:#e7eee1;border-radius:99px;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.header-actions,.form-actions{align-items:center;gap:10px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:7px;padding:11px 17px;font-size:13px;font-weight:600}.button-primary{color:#fff;background:linear-gradient(90deg,#806348,#5a4736)}.button-secondary{background:var(--card);color:var(--brown);border-color:var(--line)}.full-width{width:100%}.profile-tabs{border-bottom:1px solid var(--line);background:#fffdf9c7;gap:3px;margin:18px 0;padding:0 8px;display:flex;overflow-x:auto}.profile-tab{white-space:nowrap;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:16px 17px 14px;font-size:13px;font-weight:600}.profile-tab.active{color:var(--brown);border-bottom-color:var(--brown)}.profile-section{display:none}.profile-section.active{display:block}.client-profile-sections{flex-direction:column;gap:24px;display:flex}.profile-grid{grid-template-columns:1.55fr .75fr;gap:18px;display:grid}.profile-panel{padding:0 20px}.profile-summary{grid-column:1/2}.contact-panel,.next-action-panel{grid-column:2/3}.recent-notes-panel{grid-column:1/2}.recent-activity-panel{grid-column:2/3}.communication-history-panel{grid-column:1/-1}.completion-label{color:#4f7046;background:#e7eee1;border-radius:99px;padding:5px 10px;font-size:11px}.detail-grid{grid-template-columns:repeat(2,1fr);margin:0;padding:4px 0 14px;display:grid}.detail-grid>div{border-bottom:1px solid var(--line);padding:18px 14px 18px 0}dt{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:7px;font-size:10px;font-weight:700}dd{margin:0;font-size:15px;line-height:1.45}.stacked-details{margin:0;padding:8px 0 14px}.stacked-details>div{border-bottom:1px solid var(--line);padding:13px 0}.stacked-details>div:last-child{border-bottom:0}.next-action-body{padding:18px 0 20px}.next-action-body h3{margin:14px 0 8px;font:400 23px Georgia,serif}.next-action-body p{color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.55}.text-button{color:var(--brown);cursor:pointer;background:0 0;border:0;font-size:12px}.note-preview{border-bottom:1px solid var(--line);padding:16px 0}.note-preview:last-child{border-bottom:0}.note-preview time,.full-note time{color:var(--muted);font-size:11px}.note-preview p{margin:6px 0 0;font-size:13px;line-height:1.55}.section-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin:8px 0 18px;display:flex}.section-heading h2{margin:0 0 7px;font:400 34px Georgia,serif}.section-heading p:not(.eyebrow){color:var(--muted);max-width:720px;margin:0;line-height:1.5}.intake-list{gap:12px;display:grid}.intake-group{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px}.intake-group summary{cursor:pointer;justify-content:space-between;align-items:center;padding:18px 20px;font-weight:700;list-style:none;display:flex}.intake-group summary::-webkit-details-marker{display:none}.intake-group summary small{color:var(--muted);font-weight:400}.intake-group[open] summary{border-bottom:1px solid var(--line)}.response-grid{grid-template-columns:repeat(2,1fr);gap:0;padding:4px 20px 16px;display:grid}.response-grid>div{border-bottom:1px solid var(--line);padding:17px 20px 17px 0}.table-panel{padding:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:15px 18px}th{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:10px}td{font-size:13px}.photo-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.photo-placeholder{border:1px solid var(--line);color:#4c3c2e;background:linear-gradient(145deg,#ece3d8,#d5c0a8);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:330px;display:flex}.photo-placeholder span{font:400 28px Georgia,serif}.photo-placeholder div{font-size:13px}.photo-placeholder button{cursor:pointer;background:#ffffffa6;border:1px solid #4c3c2e59;border-radius:6px;padding:9px 14px}.document-list{padding:0 18px}.document-row{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr auto 55px;align-items:center;gap:14px;padding:17px 0;display:grid}.document-row:last-child{border-bottom:0}.document-icon{background:var(--soft);width:42px;height:42px;color:var(--brown);border-radius:7px;place-items:center;font-size:10px;font-weight:700;display:grid}.document-row strong,.document-row small{display:block}.document-row small{color:var(--muted);margin-top:4px;font-size:11px}.notes-layout{grid-template-columns:.8fr 1.2fr;gap:18px;display:grid}.note-form{height:max-content;padding:20px}.note-form label{margin-bottom:10px;font-weight:700;display:block}.note-form textarea{resize:vertical;border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;padding:13px;line-height:1.5}.form-actions{justify-content:flex-end;margin-top:12px}.notes-feed{gap:12px;display:grid}.full-note{padding:18px}.full-note header{align-items:center;gap:11px;display:flex}.avatar-small{width:36px;height:36px;font-size:11px}.full-note header strong,.full-note header time{display:block}.full-note p{margin:14px 0 0;font-size:14px;line-height:1.6}@media (width<=1000px){.profile-grid,.notes-layout{grid-template-columns:1fr}.profile-summary,.contact-panel,.next-action-panel,.recent-notes-panel,.recent-activity-panel,.communication-history-panel{grid-area:auto}.photo-grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.client-file-header{align-items:flex-start;padding:22px;display:block}.client-identity{align-items:flex-start}.client-avatar-large{flex-basis:64px;width:64px;height:64px}.client-file-header h1{font-size:34px}.header-actions{margin-top:20px}.profile-tabs{margin-left:-16px;margin-right:-16px}.detail-grid,.response-grid,.photo-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading .button{margin-top:15px}.document-row{grid-template-columns:42px 1fr auto}.document-row .status-pill{display:none}}.program-description-grid,.program-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:32px;display:grid}.program-description-card{background:#fffdfa;border:1px solid #dfd1c4;border-radius:18px;padding:26px}.program-description-card header{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.program-description-card h2{color:#30251f;max-width:430px;margin:3px 0 0;font:700 clamp(1.25rem,2vw,1.55rem)/1.25 Georgia,serif}.program-card-kicker{color:#8a654c;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.program-price{color:#563e2e;white-space:nowrap;margin:0;font-size:1.25rem;font-weight:800}.program-price span{font-size:.82rem}.program-best-for{color:#493a31;margin:18px 0 0;font-weight:700;line-height:1.55}.program-description{color:#69574b;line-height:1.65}.program-includes{border-top:1px solid #eadfd5;margin-top:22px;padding-top:18px}.program-includes h3{color:#493a31;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem}.program-includes ul{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.program-includes li{color:#563e2e;background:#f2e8de;border-radius:999px;padding:7px 10px;font-size:.84rem;font-weight:700}.program-actions{border-top:1px solid #e4d7ca;flex-wrap:wrap;justify-content:space-between;gap:14px;margin-top:30px;padding-top:24px;display:flex}.selection-fieldset,.in-person-options{border:0;margin:30px 0 0;padding:0}.program-choice{cursor:pointer;display:block;position:relative}.program-choice input{accent-color:#654936;width:20px;height:20px;position:absolute;top:20px;right:20px}.program-choice-body{background:#fffdfa;border:1px solid #dfd1c4;border-radius:18px;flex-direction:column;min-height:190px;padding:24px;transition:all .16s;display:flex}.program-choice input:checked+.program-choice-body{background:#f4e9df;border:2px solid #6d4d37;box-shadow:0 0 0 3px #6d4d371f}.program-choice input:focus-visible+.program-choice-body{outline-offset:3px;outline:3px solid #9b7558}.program-choice-title{color:#30251f;padding-right:32px;font-size:1.08rem;font-weight:800;line-height:1.35}.program-choice-summary{color:#69574b;margin:9px 0 20px;line-height:1.5}.program-choice strong{color:#30251f;margin-top:auto;font-size:1.35rem}.program-choice strong small{font-size:.8rem}.program-choice-state{color:#6d4d37;text-transform:uppercase;margin-top:16px;font-size:.82rem;font-weight:800}.program-choice-state span{color:#0000;border:1px solid #8b6b54;border-radius:50%;place-items:center;width:20px;height:20px;margin-right:5px;display:inline-grid}.program-choice input:checked+.program-choice-body .program-choice-state span{color:#fff;background:#6d4d37}.optional-services{background:#faf6f1;border:1px solid #e2d5c8;border-radius:20px;margin-top:38px;padding:26px}.optional-services h2{color:#30251f;margin:0;font-size:1.5rem}.optional-choice{cursor:pointer;background:#fff;border:1px solid #e0d4c8;border-radius:14px;gap:14px;margin-top:18px;padding:18px;display:flex}.optional-choice input{accent-color:#654936;flex:none;width:19px;height:19px}.optional-choice>span{color:#69574b;flex:1;gap:5px;line-height:1.5;display:grid}.optional-choice strong{color:#493a31}.optional-choice b{color:#563e2e;font-size:.9rem}.optional-choice small{margin-top:5px}.optional-choice:has(input:checked){background:#f7efe8;border-color:#6d4d37}.in-person-options legend{color:#493a31;font-size:1.1rem;font-weight:800}.in-person-options>p{color:#69574b}.optional-choice.compact{margin-top:10px}.selection-summary{background:#fffdfa;border:1px solid #d9c8b8;border-radius:18px;margin-top:26px;padding:24px}.selection-summary [data-summary-program]{gap:4px;display:grid}.selection-summary [data-summary-addons] h3{text-transform:uppercase;margin:20px 0 8px;font-size:.85rem}.selection-summary [data-summary-addons] p{flex-wrap:wrap;justify-content:space-between;gap:8px;margin:7px 0;display:flex}.selection-total{border-top:1px solid #dfd1c4;justify-content:space-between;gap:16px;margin:22px 0 8px;padding-top:18px;font-weight:800;display:flex}.selection-summary small{color:#756357}@media (width<=760px){.program-description-grid,.program-selection-grid{grid-template-columns:1fr}.program-description-card,.optional-services{padding:20px}.program-actions .button{text-align:center;width:100%}.selection-total{display:grid}.program-price{white-space:normal}}:root{--radius-control:14px;--radius-button:13px;--radius-card:18px;--control-bg:#fffdfa;--control-bg-hover:#fff;--control-border:#d8c9b7;--control-border-hover:#c5ad92;--control-focus:#76583c;--control-placeholder:#a3988d;--focus-ring:0 0 0 4px #76583c1a;--component-shadow:0 12px 34px #2921180e;--control-shadow:0 1px 2px #29211806;--transition-fast:.18s ease}.stat-card,.panel,.client-file-header,.intake-group{border-radius:var(--radius-card);box-shadow:var(--component-shadow)}.panel,.stat-card,.client-file-header,.intake-group{border-color:#cfb49385}.button{border-radius:var(--radius-button);min-height:44px;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:650;line-height:1.2;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:focus-visible{box-shadow:var(--focus-ring);outline:none}.button-primary{background:linear-gradient(135deg,#806348 0%,#604a38 100%);box-shadow:0 7px 18px #604a3829}.button-primary:hover{background:linear-gradient(135deg,#76583c 0%,#514031 100%);box-shadow:0 10px 22px #604a3838}.button-secondary{border-color:var(--control-border);background:#fffdf9f0}.button-secondary:hover{border-color:var(--control-border-hover);background:#fff}.button-pill{border-radius:999px;height:44px;min-height:44px;padding:0 22px}.button-icon{fill:currentColor;flex:0 0 17px;width:17px;height:17px}.profile-content .client-profile-hero .header-actions .button,.profile-content .form-actions .button,.profile-content .section-heading .button{border-width:1px;border-radius:999px;height:44px;min-height:44px;padding:0 22px;font-size:14px;font-weight:600;line-height:1.2;box-shadow:0 6px 16px #4e39282e}.profile-content .client-profile-hero .header-actions .button-secondary,.profile-content .form-actions .button-secondary,.profile-content .section-heading .button-secondary{color:#4b3528;background:#fffdf9f0;border-color:#8e6b496b}.profile-content .client-profile-hero .header-actions .button-secondary:hover,.profile-content .form-actions .button-secondary:hover,.profile-content .section-heading .button-secondary:hover{color:#3f2d22;background:#fff;border-color:#76583c9e;box-shadow:0 8px 20px #4e392838}.profile-content .client-profile-hero .header-actions .button-secondary:active,.profile-content .form-actions .button-secondary:active,.profile-content .section-heading .button-secondary:active{background:#fffdf9f0;box-shadow:0 2px 6px #4e39281f}.profile-content .client-profile-hero .header-actions .button-primary,.profile-content .form-actions .button-primary,.profile-content .section-heading .button-primary{color:#fffaf2;background:linear-gradient(135deg,#806348 0%,#604a38 100%);border-color:#5f4733}.profile-content .client-profile-hero .header-actions .button-primary:hover,.profile-content .form-actions .button-primary:hover,.profile-content .section-heading .button-primary:hover{background:linear-gradient(135deg,#76583c 0%,#514031 100%);border-color:#4e3928;box-shadow:0 10px 24px #4e392847}.profile-content .client-profile-hero .header-actions .button-primary:active,.profile-content .form-actions .button-primary:active,.profile-content .section-heading .button-primary:active{background:#4e3928;box-shadow:0 2px 6px #4e392824}.profile-content .client-profile-hero .header-actions .button:focus-visible,.profile-content .form-actions .button:focus-visible,.profile-content .section-heading .button:focus-visible{box-shadow:var(--focus-ring),0 6px 16px #4e39282e;border-color:#76583c;outline:none}.profile-content .client-profile-hero .header-actions{gap:12px}.form-group{margin-bottom:26px}.form-label,form label[for]{color:var(--ink);margin-bottom:9px;font-size:14px;font-weight:700;line-height:1.35;display:block}.form-help,.field-help{color:var(--muted);margin:-2px 0 10px;font-size:12px;line-height:1.55;display:block}.form-control,form input[type=text],form input[type=email],form input[type=tel],form input[type=number],form input[type=date],form input[type=password],form input[type=url],form select,form textarea{appearance:none;border:1px solid var(--control-border);border-radius:var(--radius-control);background:var(--control-bg);width:100%;min-height:50px;color:var(--ink);font:inherit;box-shadow:var(--control-shadow);transition:border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);padding:14px 16px;line-height:1.45}.form-control:hover,form input[type=text]:hover,form input[type=email]:hover,form input[type=tel]:hover,form input[type=number]:hover,form input[type=date]:hover,form input[type=password]:hover,form input[type=url]:hover,form select:hover,form textarea:hover{background:var(--control-bg-hover);border-color:var(--control-border-hover)}.form-control:focus,form input[type=text]:focus,form input[type=email]:focus,form input[type=tel]:focus,form input[type=number]:focus,form input[type=date]:focus,form input[type=password]:focus,form input[type=url]:focus,form select:focus,form textarea:focus{border-color:var(--control-focus);box-shadow:var(--focus-ring);background:#fff;outline:none}.form-control::placeholder,form input::placeholder,form textarea::placeholder{color:var(--control-placeholder);opacity:1}form textarea,textarea.form-control{resize:vertical;min-height:140px}form select,select.form-control{cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--brown) 50%), linear-gradient(135deg,var(--brown) 50%,transparent 50%);background-position:calc(100% - 21px) 21px,calc(100% - 15px) 21px;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:46px}form input[type=checkbox],form input[type=radio]{width:19px;height:19px;accent-color:var(--brown);cursor:pointer;flex:0 0 19px}form label[for] span[aria-label=Required]{color:var(--brown);margin-left:3px}.form-control[aria-invalid=true],form input.is-invalid,form select.is-invalid,form textarea.is-invalid{border-color:#a85f52;box-shadow:0 0 0 4px #a85f5217}.form-error,.invalid-feedback{color:#925247;margin-top:8px;font-size:12px;line-height:1.45;display:block}.intake-group{overflow:hidden}.intake-group summary{padding:20px 22px}.intake-group>div{background:#ffffff47}@media (prefers-reduced-motion:reduce){.button,.form-control,form input,form select,form textarea{transition:none}.button:hover{transform:none}}.client-dashboard{max-width:1450px}.dashboard-hero{padding-bottom:6px}.client-stats-grid .stat-card{min-height:165px}.roster-panel{padding:0;overflow:hidden}.roster-header{border-bottom:1px solid var(--line);background:linear-gradient(115deg,#fffdf9fa,#f4ede4c7);justify-content:space-between;align-items:flex-end;gap:32px;padding:26px 28px;display:flex}.roster-header h2{align-items:center;gap:8px;margin:0 0 7px;font:400 32px/1.1 Georgia,Times New Roman,serif;display:flex}.roster-header p:not(.eyebrow){max-width:620px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.client-search-wrap{flex:0 0 min(420px,100%);width:min(420px,100%)}.client-search-wrap label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.client-search-wrap input{border:1px solid var(--control-border);width:100%;min-height:48px;color:var(--ink);box-shadow:var(--control-shadow);background:#fffdf9f5;border-radius:14px;padding:12px 16px}.client-search-wrap input:focus{border-color:var(--control-focus);box-shadow:var(--focus-ring);outline:none}.roster-table-wrap{width:100%}.client-roster-table{table-layout:fixed;width:100%}.roster-client-column{width:31%}.roster-status-column{width:14%}.roster-phase-column{width:22%}.roster-updated-column{width:13%}.roster-action-column{width:220px}.client-roster-table th,.client-roster-table td{white-space:normal}.client-roster-table th{background:#f2ece47a;padding:14px 20px}.roster-sort-link{color:inherit;white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.roster-sort-link:hover{color:var(--brown)}.roster-sort-link:focus-visible{outline:2px solid var(--control-focus);outline-offset:3px;border-radius:2px}.roster-sort-indicator{color:var(--brown);font-size:.9em;line-height:1}.client-roster-table td{vertical-align:middle;padding:18px 20px}.client-roster-row{transition:background-color .18s}.client-roster-row:hover{background:#f2ece457}.roster-client{align-items:center;gap:14px;min-width:0;display:flex}.roster-client>div{min-width:0}.roster-avatar{object-fit:cover;border:2px solid #ffffffe6;flex:0 0 50px;width:50px;height:50px;box-shadow:0 5px 16px #29211817}.roster-client-name{color:var(--ink);margin-bottom:5px;font-size:14px;font-weight:750;display:block}.roster-client-name:hover{color:var(--brown)}.roster-client small{color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:11px;display:block}.roster-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:6px 10px;font-size:10px;font-weight:750;display:inline-flex}.status-active{color:#496a43;background:#e4eee1}.status-review{color:#76583c;background:#efe2ce}.status-onboarding{color:#536273;background:#e5e9ef}.status-inactive{color:#746c64;background:#ece9e5}.status-neutral{background:var(--soft);color:var(--muted)}.roster-phase{overflow-wrap:anywhere;font-size:13px;line-height:1.4;display:block}.roster-subtext{color:var(--muted);margin-top:5px;font-size:11px;display:block}.roster-action-cell{text-align:right}.roster-open-button{white-space:nowrap;justify-content:center;width:220px;height:42px;min-height:42px;padding:0 18px;font-size:12px;line-height:1.2;overflow:visible}.empty-client-state,.client-search-empty{text-align:center;padding:70px 28px}.empty-client-icon{background:var(--soft);width:72px;height:72px;color:var(--brown);border-radius:50%;place-items:center;margin:0 auto 18px;font-size:32px;display:grid}.empty-client-state h3,.client-search-empty h3{margin:0 0 8px;font:400 25px Georgia,serif}.empty-client-state p,.client-search-empty p{color:var(--muted);margin:0;font-size:13px}@media (width<=1000px){.roster-header{flex-direction:column;align-items:flex-start}.client-search-wrap{flex-basis:auto;width:100%}}@media (width<=1300px) and (width>=761px){.client-roster-table th,.client-roster-table td{padding-left:12px;padding-right:12px}.roster-client{gap:10px}.client-dashboard .roster-open-button{padding-left:16px;padding-right:16px}}@media (width<=760px){.roster-header{gap:22px;padding:22px 18px}.roster-header h2{font-size:28px}.client-stats-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.client-stats-grid{grid-template-columns:1fr}}.roster-tools{justify-items:end;gap:14px;width:min(460px,100%);display:grid}.roster-tools .client-search-wrap{flex-basis:auto;width:100%}.add-client-button{width:max-content}.command-center .command-actions>.button-primary,.client-dashboard .add-client-button,.client-dashboard .roster-open-button,.command-center .client-action>.button-primary,.action-center-item-cta{color:#fffaf2;white-space:nowrap;background:linear-gradient(135deg,#806348 0%,#604a38 100%);border-width:1px;border-color:#5f4733;border-radius:999px;height:44px;min-height:44px;padding:0 22px;font-size:14px;font-weight:600;line-height:1.2;box-shadow:0 6px 16px #4e39282e}.command-center .command-actions>.button-primary:hover,.client-dashboard .add-client-button:hover,.client-dashboard .roster-open-button:hover,.command-center .client-action>.button-primary:hover,.action-center-item-cta:hover{color:#fffaf2;background:linear-gradient(135deg,#76583c 0%,#514031 100%);border-color:#4e3928;box-shadow:0 10px 24px #4e392847}.command-center .command-actions>.button-primary:active,.client-dashboard .add-client-button:active,.client-dashboard .roster-open-button:active,.command-center .client-action>.button-primary:active,.action-center-item-cta:active{background:#4e3928;box-shadow:0 2px 6px #4e392824}.command-center .command-actions>.button-primary:focus-visible,.client-dashboard .add-client-button:focus-visible,.client-dashboard .roster-open-button:focus-visible,.command-center .client-action>.button-primary:focus-visible,.action-center-item-cta:focus-visible{box-shadow:var(--focus-ring),0 6px 16px #4e39282e;border-color:#76583c;outline:none}.client-create-content{max-width:1050px}.client-form-header{margin-bottom:24px}.client-form-header h1{margin-bottom:12px}.client-form-header p:not(.eyebrow){max-width:680px;color:var(--muted);margin:0;line-height:1.6}.client-create-panel{padding:30px}.client-form-grid{grid-template-columns:1fr 1fr;gap:0 24px;display:grid}.client-goal-field{grid-column:1/3}.client-form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:12px;padding-top:24px;display:flex}.client-created-content{max-width:940px}.client-created-card{text-align:center;padding:52px}.created-checkmark{color:#496a43;background:#e4eee1;border-radius:50%;place-items:center;width:76px;height:76px;margin:0 auto 22px;font-size:34px;font-weight:700;display:grid}.client-created-card h1{margin-bottom:14px}.created-intro{max-width:630px;color:var(--muted);margin:0 auto 22px;font-size:15px;line-height:1.65}.created-primary-action{justify-items:center;gap:9px;margin:0 auto 32px;display:grid}.created-primary-action .button{min-width:240px}.created-primary-action p{color:var(--muted);margin:0;font-size:12px}.onboarding-link-box{border:1px solid var(--line);background:var(--soft);text-align:left;border-radius:16px;padding:24px}.onboarding-link-box label{color:var(--ink);margin-bottom:10px;font-size:12px;font-weight:700;display:block}.onboarding-link-control{grid-template-columns:1fr auto;gap:10px;display:grid}.onboarding-link-control input{min-width:0}.copy-confirmation{color:#496a43;min-height:18px;margin:9px 0 0;font-size:12px}.created-client-details{border:1px solid var(--line);background:var(--line);text-align:left;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;margin:28px 0;display:grid;overflow:hidden}.created-client-details div{background:var(--card);padding:18px}.created-client-details span,.created-client-details strong{display:block}.created-client-details span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:700}.created-client-details strong{overflow-wrap:anywhere;font-size:13px}.created-actions{justify-content:center;gap:12px;display:flex}@media (width<=760px){.roster-tools{justify-items:stretch}.add-client-button{width:100%}.client-form-grid{grid-template-columns:1fr}.client-goal-field{grid-column:auto}.client-create-panel,.client-created-card{padding:24px 18px}.client-form-actions,.created-actions{flex-direction:column-reverse}.client-form-actions .button,.created-actions .button,.created-primary-action .button{width:100%}.onboarding-link-control,.created-client-details{grid-template-columns:1fr}}.onboarding-link-panel{align-self:start}.onboarding-link-description{color:var(--muted);margin:0 0 16px;font-size:13px;line-height:1.55}.profile-onboarding-link{gap:10px;margin-bottom:8px;display:grid}.profile-onboarding-link input{border:1px solid var(--control-border);background:var(--soft);width:100%;min-width:0;color:var(--ink);border-radius:12px;padding:12px 14px;font-size:12px}.onboarding-link-panel .copy-confirmation{min-height:18px;margin:4px 0 8px}.client-profile-hero{display:block;overflow:hidden}.client-profile-hero-main{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.client-profile-avatar{flex-shrink:0;overflow:hidden}.client-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.client-profile-avatar span{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.client-profile-heading h1{margin-bottom:.35rem}.client-profile-heading>p{margin:0}.client-start-date{opacity:.72;font-size:.86rem;margin-top:.4rem!important}.program-week-summary{font-size:.82rem;font-weight:700}.client-profile-meta{flex-wrap:wrap;gap:10px;margin:12px 0 0;padding:0;display:flex}.client-profile-meta-item{min-height:30px;color:var(--muted);background:#fffdf9c2;border:1px solid #cfb4938c;border-radius:999px;align-items:center;gap:7px;padding:6px 11px;font-size:11px;display:inline-flex}.client-profile-meta-item dt{text-transform:uppercase;letter-spacing:.06em;margin:0;font-weight:800}.client-profile-meta-item dd{color:var(--ink);margin:0;font-weight:750}.client-profile-package{color:#76583c;background:#f3e4d0}.program-journey{border-top:1px solid #5c402e24;margin-top:1.75rem;padding-top:1.5rem}.program-journey-header,.program-journey-footer{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.program-journey-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#9b6b45;margin-bottom:.25rem;font-size:.68rem;font-weight:800;display:block}.program-journey-header h2{margin:0;font-size:1rem}.program-journey-summary{align-items:baseline;gap:.35rem;display:flex}.program-journey-summary strong{color:#8c5c39;font-size:1.4rem}.program-journey-summary span{opacity:.7;font-size:.76rem}.program-week-track{grid-template-columns:repeat(8,minmax(0,1fr));margin:1.5rem 0;display:grid}.program-week{text-align:center;min-width:0;position:relative}.program-week:before,.program-week:after{content:"";background:#e7ddd3;width:50%;height:3px;position:absolute;top:17px}.program-week:before{left:0}.program-week:after{right:0}.program-week:first-child:before,.program-week:last-child:after{display:none}.program-week-complete:before,.program-week-complete:after,.program-week-complete+.program-week-current:before{background:#8f9d78}.program-week-marker{z-index:2;color:#a79a8e;background:#fffaf5;border:3px solid #e7ddd3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto .55rem;font-size:.72rem;font-weight:800;display:flex;position:relative}.program-week-complete .program-week-marker{color:#fff;background:#8f9d78;border-color:#8f9d78}.program-week-current .program-week-marker{color:#744628;background:#f2d6bf;border-color:#b8794d;box-shadow:0 0 0 5px #b8794d21}.program-week-label{color:#95887c;font-size:.66rem;font-weight:700;display:block}.program-week-complete .program-week-label,.program-week-current .program-week-label{color:#5c4030}.program-journey-footer{align-items:center}.program-journey-footer>div:first-child{flex-direction:column;gap:.2rem;display:flex}.program-journey-footer strong{font-size:.85rem}.program-journey-footer span{opacity:.7;font-size:.76rem}.next-check-in{background:#b8794d1a;border-radius:999px;align-items:baseline;gap:.55rem;padding:.6rem .85rem;display:flex}.next-check-in span{letter-spacing:.08em;text-transform:uppercase;color:#875838;opacity:1;font-size:.68rem;font-weight:800}.next-check-in strong{color:#6f452b}.photo-collection-section{background:#fffcf7c2;border:1px solid #5c402e1f;border-radius:20px;margin-top:1.5rem;padding:1.5rem}.baseline-photo-section{background:linear-gradient(135deg,#eadac98a,#fffcf7f0)}.photo-collection-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.photo-collection-header h3{margin:.45rem 0 .25rem}.photo-collection-header p{max-width:680px;margin:0}.photo-collection-header time,.checkin-count{white-space:nowrap;color:#8b7767;font-size:.75rem;font-weight:700}.photo-collection-badge{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#b8794d;border-radius:999px;padding:.34rem .62rem;font-size:.64rem;font-weight:800;display:inline-flex}.photo-collection-badge-checkin{background:#8f9d78}.progress-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.progress-photo-card{background:#fff;border:1px solid #5c402e1f;border-radius:14px;overflow:hidden}.progress-photo-image{aspect-ratio:3/4;background:#eee6de;overflow:hidden}.progress-photo-image img{object-fit:cover;width:100%;height:100%;display:block}.progress-photo-missing{background:linear-gradient(135deg,#e7ddd3b3,#f8f3ede6);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.progress-photo-missing span{color:#9d8f83;font-size:.75rem;font-weight:700}.progress-photo-card-footer{justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem;display:flex}.progress-photo-card-footer>div{flex-direction:column;gap:.1rem;min-width:0;display:flex}.progress-photo-card-footer strong{font-size:.78rem}.progress-photo-card-footer span{color:#94867a;font-size:.67rem}.checkin-photo-group{border-top:1px solid #5c402e1f;margin-top:1rem;padding-top:1rem}.checkin-photo-group>header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.checkin-photo-group h4{margin:.2rem 0 0}.checkin-week-label{letter-spacing:.08em;text-transform:uppercase;color:#8f9d78;font-size:.67rem;font-weight:800}.photo-empty-state{background:#ffffff80;border:1px dashed #5c402e38;border-radius:14px;align-items:center;gap:1rem;min-height:130px;padding:1.25rem;display:flex}.photo-empty-icon{color:#7e5133;letter-spacing:.06em;background:#eadac9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:.7rem;font-weight:900;display:flex}.photo-empty-state h4{margin:0 0 .25rem}.photo-empty-state p{margin:0}@media (width<=980px){.client-profile-hero-main{flex-direction:column}.progress-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.client-identity,.program-journey-header,.program-journey-footer,.photo-collection-header{flex-direction:column;align-items:flex-start}.program-week-track{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:1.25rem}.program-week:nth-child(4):after,.program-week:nth-child(5):before{display:none}.progress-photo-grid{grid-template-columns:1fr}.header-actions{width:100%}.header-actions .button{flex:1}}.login-shell{background:radial-gradient(circle at 0 0,#f4ece1 0,#fbf8f3 42%,#efe5d8 100%);place-items:center;min-height:100vh;padding:28px;display:grid}.login-card{width:min(100%,460px);box-shadow:none;background:0 0;border:0;border-radius:0;padding:36px}.login-logo{background:0 0;border-radius:0;width:260px;max-width:80%;height:auto;margin:0 auto 28px;padding:0;display:block}.login-card h1{text-align:center;margin-bottom:10px;font-size:44px}.login-card .eyebrow{text-align:center}.login-intro{color:var(--muted);text-align:center;margin:0 0 28px;line-height:1.5}.login-form{gap:18px;display:grid}.form-field{gap:7px;display:grid}.form-field label{color:var(--ink);font-size:13px;font-weight:700}.form-field input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;padding:12px 13px}.form-field input:focus{border-color:var(--brown);outline:2px solid #76583c38}.password-input{position:relative}.password-input input{padding-right:48px}.password-toggle{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.password-toggle:hover{background:var(--soft);color:var(--brown)}.password-toggle:focus-visible{outline:2px solid var(--brown);outline-offset:1px}.password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.password-toggle svg[hidden]{display:none}.field-error{color:#9f2f22;margin:0;font-size:13px}.remember-option{color:var(--muted);align-items:center;gap:9px;font-size:14px;display:flex}.remember-option input{accent-color:var(--brown)}.primary-button,.logout-button{cursor:pointer;border:0;border-radius:8px}.primary-button{color:#fff;background:linear-gradient(90deg,#654,#3e352e);padding:13px 18px;font-weight:700}.logout-button{background:var(--soft);color:var(--brown);padding:7px 10px;font-size:12px;font-weight:700}.login-form .primary-button{color:#fffaf2;min-height:44px;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);background:linear-gradient(135deg,#806348 0%,#604a38 100%);border:1px solid #5f4733;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:600;line-height:1.2;display:inline-flex;box-shadow:0 6px 16px #4e39282e}.login-form .primary-button:hover{color:#fffaf2;background:linear-gradient(135deg,#76583c 0%,#514031 100%);border-color:#4e3928;transform:translateY(-1px);box-shadow:0 10px 24px #4e392847}.login-form .primary-button:active{background:#4e3928;transform:translateY(0);box-shadow:0 2px 6px #4e392824}.login-form .primary-button:focus-visible{box-shadow:var(--focus-ring),0 6px 16px #4e39282e;border-color:#76583c;outline:none}.topbar .logout-button{color:#4b3528;min-height:32px;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);background:#fffdf9b8;border:1px solid #8e6b4952;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:600;line-height:1.2;display:inline-flex;box-shadow:0 4px 10px #4e39281a}.topbar .logout-button:hover{color:#3f2d22;background:#fff;border-color:#76583c7a;transform:translateY(-1px);box-shadow:0 6px 14px #4e392824}.topbar .logout-button:active{background:#fffdf9f0;transform:translateY(0);box-shadow:0 2px 6px #4e39281a}.topbar .logout-button:focus-visible{box-shadow:var(--focus-ring),0 4px 10px #4e39281a;border-color:#76583c;outline:none}.command-hero{align-items:center}.command-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;min-width:300px;display:flex}.command-grid{grid-template-columns:1fr 1fr;align-items:start}.command-queue .panel-header p:not(.eyebrow){color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.5}.migration-intake-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem;display:grid}.migration-intake-card{border:1px solid var(--color-border,#d9ded8);background:var(--color-surface,#fff);border-radius:1rem;padding:1rem}.migration-intake-card header{justify-content:space-between;align-items:start;gap:.75rem;display:flex}.migration-intake-card header h4{margin:0}.migration-intake-card details{margin-top:.75rem}.migration-intake-card code{overflow-wrap:anywhere}.intake-review-row{color:inherit;margin:0 -10px;padding:15px 10px;text-decoration:none;transition:background-color .18s,transform .18s}.intake-review-row:hover,.intake-review-row:focus-visible{cursor:pointer;background:#efe2ce57}.intake-review-row:focus-visible{outline-offset:-2px;outline:2px solid #7e675173}.intake-review-status{justify-content:flex-end;align-items:center;gap:10px;display:flex}.intake-status-badge{color:#6b5847;background:#efe2ce9e;padding:4px 8px;font-size:10px}.intake-row-arrow{color:var(--taupe);font-size:15px;transition:transform .18s}.intake-review-row:hover .intake-row-arrow,.intake-review-row:focus-visible .intake-row-arrow{transform:translate(2px)}.compact-empty{padding:28px 10px}.compact-empty h3{margin-bottom:7px}@media (width<=1150px){.command-grid{grid-template-columns:1fr}}@media (width<=760px){.command-actions{justify-content:flex-start;min-width:0;margin-top:18px}}.next-action-workspace{color:#fffaf2;background:radial-gradient(circle at 0 0,#f4e3c438,#0000 34%),linear-gradient(135deg,#6b5644 0%,#3f342d 100%);border:1px solid #fffdf938;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;width:100%;margin:22px 0 24px;padding:30px;display:grid;box-shadow:0 22px 48px #3f342d3d}.next-action-workspace-icon{color:#4b3a30;background:#f8eddd;border-radius:999px;place-items:center;width:54px;height:54px;font-weight:800;display:grid;box-shadow:inset 0 0 0 1px #4b3a3014}.next-action-workspace-eyebrow{color:#f3dcc0;letter-spacing:.16em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.next-action-workspace h2{color:#fffaf2;margin:0 0 9px;font:400 31px Georgia,serif}.next-action-workspace-copy p:last-child{color:#fffaf2db;max-width:760px;margin:0;line-height:1.65}.next-action-workspace-cta{justify-content:flex-end;display:flex}.next-action-workspace-button{color:#46372e;white-space:nowrap;background:#fff8ed;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:13px 24px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #1a14102e}.queue-actions{justify-content:flex-end;margin:0 0 12px;display:flex}@media (width<=760px){.next-action-workspace{grid-template-columns:1fr;padding:24px}.next-action-workspace-cta,.next-action-workspace-button{width:100%}}.sidebar-overlay{z-index:9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#18141185;position:fixed;inset:0}body.sidebar-open{overflow:hidden}.intake-review-workspace{grid-template-columns:1fr 1fr;gap:18px;display:grid}.intake-summary-card p{color:var(--muted);margin:18px 0 20px;line-height:1.6}.intake-review-list .intake-group{scroll-margin-top:90px}.intake-review-group summary{transition:background var(--transition-fast);grid-template-columns:minmax(0,1fr) 112px auto;column-gap:16px;display:grid}.intake-review-response-count{text-align:left;justify-self:center;width:112px}.intake-review-group summary:after{content:"⌄";color:var(--brown);transition:transform var(--transition-fast);justify-self:end;font-size:18px}.intake-review-group[open] summary:after{transform:rotate(180deg)}.intake-review-photo-panel{padding:20px}.intake-review-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.intake-review-photo-card{min-width:0}.intake-review-photo-heading{margin-bottom:10px}.intake-review-photo-card .progress-photo-image{border:1px solid #5c402e24;border-radius:16px;max-height:360px;box-shadow:0 12px 30px #29211814}.intake-review-photo-action{margin-top:10px;padding:0;text-decoration:none;display:inline-flex}.intake-review-notes-actions{margin-top:24px;padding-bottom:8px}.intake-start-workspace .next-action-workspace-button{cursor:pointer;font:inherit;border:0}@media (width<=760px){.sidebar-overlay[hidden]{display:none}.sidebar{z-index:10}.intake-review-workspace,.intake-review-photo-grid{grid-template-columns:1fr}.intake-review-photo-card .progress-photo-image{max-height:320px}}.action-center-dashboard{max-width:1180px}.action-workspace{color:#fffaf2;background:linear-gradient(135deg,#705039 0%,#4d382b 58%,#362a23 100%);border:1px solid #fff8ee26;border-radius:24px;margin:0 0 24px;padding:clamp(18px,2.7vw,30px);box-shadow:0 22px 52px #3f2b1e33}.action-workspace-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.next-actions-eyebrow{color:#e0c5a7;letter-spacing:.16em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:800}.action-workspace-header h2{color:#fffaf2;margin:0 0 5px;font:400 clamp(28px,3.5vw,38px)/1 Georgia,serif}.action-workspace-header>div>p:last-child{color:#eadfd5;margin:0;line-height:1.5}.next-actions-total{color:#fffaf2;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;flex:none;padding:8px 13px;font-size:12px;font-weight:800}.workflow-module{background:#fffaf211;border:1px solid #ffffff24;border-radius:18px;margin-top:14px;overflow:hidden;box-shadow:0 12px 30px #2519121a}.workflow-module-header{border-bottom:1px solid #ffffff1f;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 18px;display:grid}.workflow-module-icon{color:#f4e5d3;background:#ffffff1a;border:1px solid #ffffff29;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.workflow-module-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.workflow-module-header h3{color:#fffaf2;margin:0 0 3px;font:400 22px/1.15 Georgia,serif}.workflow-module-header p{color:#d9cbc0;margin:0;font-size:12px;line-height:1.4}.workflow-module-count{color:#493326;background:#f4e5d3;border-radius:999px;place-items:center;min-width:30px;height:30px;padding:0 7px;font-size:13px;font-weight:850;display:grid}.workflow-task{border-bottom:1px solid #ffffff1a;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 18px;display:grid}.workflow-task:last-child{border-bottom:0}.workflow-task .client-avatar{color:#523c2e;background:#f0decb;width:44px;height:44px}.workflow-task-copy h4{color:#fffaf2;margin:0 0 2px;font-size:15px}.workflow-task-copy p{color:#eadfd5;margin:0;font-size:13px}.workflow-task-copy small{color:#cbb8a8;margin-top:3px;font-size:11px;display:block}.workflow-task-action{color:#493326;background:#f4e5d3;border:1px solid #ead4ba;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:9px 14px;font-size:12px;font-weight:850;transition:transform .18s,background .18s;display:inline-flex}.workflow-task-action:hover{background:#fff5e9;transform:translateY(-1px)}.workflow-task-action:focus-visible{outline-offset:3px;outline:3px solid #f1d2aa}.action-workspace-empty{background:#fffaf20f;border:1px solid #ffffff21;border-radius:18px;align-items:center;gap:18px;padding:clamp(24px,4vw,38px);display:flex}.action-workspace-empty>span{color:#493326;background:#f4e5d3;border-radius:50%;place-items:center;width:48px;height:48px;font-size:22px;font-weight:900;display:grid}.action-workspace-empty h3{color:#fffaf2;margin:0 0 5px;font:400 25px Georgia,serif}.action-workspace-empty p{color:#eadfd5;margin:0 0 3px}.action-workspace-empty small{color:#cbb8a8}@media (width<=760px){.action-workspace-header{gap:12px;display:grid}.next-actions-total{justify-self:start}.workflow-module-header{grid-template-columns:38px minmax(0,1fr) auto;padding:14px}.workflow-module-icon{width:38px;height:38px}.workflow-task{grid-template-columns:40px minmax(0,1fr);padding:14px}.workflow-task .client-avatar{width:40px;height:40px}.workflow-task-action{grid-column:2;justify-self:start}.action-workspace-empty{align-items:flex-start}}.action-center-hero{align-items:flex-start;margin-bottom:22px}.action-center-hero h1{max-width:760px}.action-center-panel{margin-bottom:18px;padding:0}.action-center-panel-header{border-bottom:1px solid var(--line);background:linear-gradient(115deg,#fffdf9fa,#f4ede49e);justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px;display:flex}.action-center-panel-header.compact{padding-bottom:16px}.action-center-panel-header h2{margin:0 0 7px;font:400 32px/1.1 Georgia,Times New Roman,serif}.action-center-panel-header p:not(.eyebrow){max-width:620px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.action-center-link{color:var(--brown);white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:700;display:inline-flex}.action-center-list{padding:0 28px}.action-center-row{border-bottom:1px solid var(--line);grid-template-columns:52px 1fr auto;align-items:center;gap:16px;padding:18px 0;display:grid}.action-center-row:last-child{border-bottom:0}.action-center-row-main h3{margin:0 0 5px;font-size:15px}.action-center-row-main p{color:var(--ink);margin:0;font-size:13px;line-height:1.45}.action-center-row-main small{color:var(--muted);margin-top:5px;font-size:12px;display:block}.action-center-row-action{color:var(--brown);white-space:nowrap;font-size:13px;font-weight:800}.action-center-empty{padding:48px 24px}.action-center-empty .action-center-link,.action-center-empty .button{margin-top:18px}.quick-actions-panel{background:#fffdf9d1}.quick-actions-row{flex-wrap:wrap;gap:10px;padding:22px 28px 24px;display:flex}.action-center-dashboard .quick-actions-row .button,.action-center-dashboard .action-center-empty .button-primary{border-radius:999px;align-items:center;min-height:42px;padding:0 18px;display:inline-flex}.newest-clients-panel{margin-bottom:0}.compact-list .action-center-row{padding:16px 0}@media (width<=760px){.action-center-panel-header{flex-direction:column;gap:14px;padding:22px 18px}.action-center-panel-header h2{font-size:28px}.action-center-list,.quick-actions-row{padding-left:18px;padding-right:18px}.action-center-row{grid-template-columns:46px 1fr;align-items:start}.action-center-row-action{grid-column:2}}.photo-guide{background:linear-gradient(135deg,#fffdf9,#faf3ec);border:1px solid #dfd1c4;border-radius:22px;margin:28px 0 30px;padding:clamp(22px,4vw,32px);box-shadow:0 18px 40px #46302214}.photo-guide h2{color:#30251f;letter-spacing:-.035em;margin:0;font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.12}.photo-guide__intro{color:#69574b;max-width:780px;margin:12px 0 0;line-height:1.7}.photo-guide__tips{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:20px 0 0;padding:0;list-style:none;display:grid}.photo-guide__tips li{color:#5f5046;padding-left:24px;line-height:1.5;position:relative}.photo-guide__tips li:before{content:"✓";color:#7b563f;font-weight:900;position:absolute;top:0;left:0}.photo-guide__examples{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.photo-guide__card{background:#fff;border:1px solid #e4d7ca;border-radius:18px;margin:0;overflow:hidden;box-shadow:0 10px 24px #46302212}.photo-guide__card img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.photo-guide__card figcaption{color:#30251f;text-align:center;padding:12px 14px;font-weight:800}.photo-guide__note{color:#5f5046;background:#f7eee6;border-left:4px solid #8a654c;border-radius:12px;margin:20px 0 0;padding:14px 16px;line-height:1.55}.photo-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.photo-action{color:#5f5046;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8c9bc;border-radius:999px;padding:7px 10px;font-size:.82rem}.photo-action:focus-visible,.button:focus-visible,label.button:focus-visible{outline-offset:3px;outline:3px solid #7b563f59}@media (width<=760px){.photo-guide__tips,.photo-guide__examples{grid-template-columns:1fr}.photo-guide{margin-left:-4px;margin-right:-4px}}.profile-crop-modal{z-index:1000;background:#201814b8;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.profile-crop-modal[aria-hidden=false]{display:flex}.profile-crop-dialog{background:#fffdf9;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(720px,100%);height:min(760px,100dvh - 40px);padding:22px;display:grid;overflow:hidden;box-shadow:0 28px 70px #00000040}.profile-crop-header h2{margin:0 0 8px}.profile-crop-header p{color:#756357;margin:0 0 14px}.profile-crop-frame{background:#f4eee8;min-width:0;min-height:0;overflow:hidden}.profile-crop-frame img{max-width:100%;display:block}.profile-crop-frame .cropper-container{width:100%!important;height:100%!important}.profile-crop-footer{flex:none;justify-content:space-between;align-items:center;gap:10px;padding-top:16px;display:flex}.profile-crop-footer .photo-actions,.profile-crop-actions{margin-top:0}.profile-crop-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:10px;display:flex}.avatar-square-preview{border-radius:18px!important}@media (width<=560px){.profile-crop-modal{padding:10px}.profile-crop-dialog{height:calc(100dvh - 20px);padding:18px}.profile-crop-footer{grid-template-columns:1fr;gap:10px;display:grid}.profile-crop-footer>.photo-actions,.profile-crop-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.profile-crop-actions .button{width:100%}}.macro-target-grid{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:22px;margin:24px 0;display:grid}.macro-target-grid-compact{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:14px;margin:16px 0}.macro-target-metric{text-align:center;justify-items:center;gap:10px;display:grid}.macro-target-circle{color:#30251f;background:radial-gradient(circle at 35% 28%,#fffdf9f5,#f7ede2b8 42%,#dfcab5e0 100%);border:1px solid #7e583d47;border-radius:999px;justify-content:center;align-items:center;width:132px;min-width:132px;height:132px;display:flex;box-shadow:inset 0 1px #ffffffe0,0 16px 34px #48312324}.macro-target-grid-compact .macro-target-circle{width:92px;min-width:92px;height:92px}.macro-target-number{justify-content:center;align-items:baseline;gap:3px;line-height:1;display:flex}.macro-target-value{letter-spacing:-.06em;font-size:clamp(2rem,4vw,2.65rem);font-weight:700}.macro-target-grid-compact .macro-target-value{font-size:1.45rem}.macro-target-unit{color:#6e5d51;font-size:.95rem;font-weight:800}.macro-target-label{color:#76563f;letter-spacing:.13em;font-size:.78rem;font-weight:900}.macro-empty{color:#6e5d51;background:#fbf7f2;border:1px dashed #cdb8a2;border-radius:18px;gap:4px;padding:22px;display:grid}.start-program-modal{overscroll-behavior:contain;overflow-y:auto}.start-program-dialog{overscroll-behavior:contain;max-height:calc(100dvh - 48px);overflow-y:auto}@media (width<=760px){.start-program-dialog{max-height:calc(100dvh - 32px)}}.rating-control{margin:0 0 24px}.field-label{color:#30251f;margin-bottom:8px;font-weight:800;display:block}.rating-anchors{color:#7a695d;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:.85rem;display:flex}.rating-pills{grid-template-columns:repeat(auto-fit,minmax(44px,1fr));gap:8px;display:grid}.rating-pill input{opacity:0;position:absolute}.rating-pill span{color:#4d4038;cursor:pointer;background:#fff;border:1px solid #d8c9bc;border-radius:999px;justify-content:center;align-items:center;min-height:44px;font-weight:800;display:flex}.rating-pill input:checked+span{color:#fff;background:#6b4a32;border-color:#6b4a32}.rating-pill input:focus-visible+span{outline-offset:2px;outline:3px solid #b99472}.field-error{color:#8f2f22;margin-top:8px;font-weight:700}.checkin-section{background:#faf6f1;border:1px solid #dfd1c4;border-radius:20px;margin-bottom:28px;padding:clamp(20px,4vw,30px)}.checkin-section h2{color:#30251f;margin:0 0 16px}.checkin-field{margin-bottom:22px}.checkin-input,.checkin-textarea,.checkin-section select{color:#30251f;width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d8c9bc;border-radius:12px;padding:14px 16px}.checkin-section select{appearance:none;cursor:pointer;background-color:#fffdf9;background-image:linear-gradient(45deg,#0000 50%,#76583c 50%),linear-gradient(135deg,#76583c 50%,#0000 50%);background-position:calc(100% - 25px),calc(100% - 18px);background-repeat:no-repeat;background-size:7px 7px,7px 7px;min-height:48px;padding:12px 52px 12px 16px;line-height:1.35}.checkin-section select:focus{border-color:#76583c;outline:none;box-shadow:0 0 0 4px #76583c1f}.checkin-section select:disabled{cursor:not-allowed;color:#8a7d73;opacity:1;background-color:#f3ece4}.checkin-help{color:#7a695d;margin:7px 0 0;font-size:.9rem;line-height:1.5}.nutrition-snapshot-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.nutrition-snapshot-group{gap:12px;display:grid}.nutrition-snapshot-card{background:#fff;border:1px solid #e0d1c3;border-radius:16px;padding:16px}.nutrition-snapshot-card h3{color:#7a5b42;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.85rem}.inline-form-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;display:grid}.review-answer-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.review-answer-card{background:#fff;border:1px solid #e0d1c3;border-radius:16px;padding:16px}.review-answer-card dt{color:#30251f;font-weight:800}.review-answer-card dd{color:#6e5d51;white-space:pre-wrap;margin:6px 0 0}.macro-timeline{gap:18px;display:grid}.macro-history-panel-header{border-bottom:0}.macro-adjust-target-actions{margin-bottom:14px}.macro-adjust-target-form{margin-top:18px}.macro-adjust-target-grid{align-items:end}.macro-calorie-preview-field{flex-direction:column;justify-content:flex-end;align-items:center;gap:7px;display:flex}.macro-calorie-preview-field .macro-calorie-preview-circle{order:1}.macro-calorie-preview-field label{text-align:center;order:2;margin:0}.macro-timeline-entry{background:#fff;border:1px solid #e0d1c3;border-radius:20px;padding:22px;position:relative;box-shadow:0 10px 24px #4630220f}.macro-timeline-entry-current{background:linear-gradient(135deg,#fffdf9,#fbf4ed);border-color:#6b4a328c}.macro-timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.macro-change-list{gap:10px;display:grid}.macro-change-row{border-top:1px solid #eee1d5;grid-template-columns:minmax(90px,.65fr) 1fr;align-items:center;gap:16px;padding:10px 0;display:grid}.macro-change-values{color:#6e5d51;flex-wrap:wrap;align-items:baseline;gap:8px;font-weight:700;display:flex}.macro-change-new.changed{color:#30251f;font-size:1.08rem;font-weight:900}.macro-adjustment-status{color:#6b4a32;background:#f3ebe3;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.82rem;font-weight:900;display:inline-flex}@media (width<=640px){.macro-target-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.macro-change-row{grid-template-columns:1fr;gap:6px}}[data-calorie-preview]{color:#30251f;background:#f7f0e9;border:1px solid #d8c9bc;border-radius:12px;align-items:center;min-height:44px;padding:0 14px;font-weight:800;display:inline-flex}.macro-calorie-preview-circle[data-calorie-preview]{letter-spacing:-.06em;background:radial-gradient(circle at 35% 28%,#fffdf9f5,#f7ede2b8 42%,#dfcab5e0 100%);border:1px solid #7e583d47;border-radius:999px;justify-content:center;width:76px;min-width:76px;height:76px;min-height:76px;padding:0;font-size:1.35rem;line-height:1;box-shadow:inset 0 1px #ffffffe0,0 16px 34px #48312324}.review-hero{background:linear-gradient(135deg,#fffaf4,#f2e4d7);border:1px solid #dfd1c4;border-radius:24px;margin:0 0 22px;padding:clamp(22px,4vw,34px);box-shadow:0 18px 45px #4630221a}.review-hero h2{letter-spacing:-.04em;color:#30251f;margin:4px 0 8px;font-size:clamp(2rem,4vw,3rem)}.review-hero p{color:#6a594c;margin:0}.review-hero-metrics{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px;margin:24px 0 0;display:grid}.review-hero-metrics div,.key-signal{background:#ffffffb8;border:1px solid #795b442e;border-radius:16px;padding:14px 16px}.review-hero-metrics dt,.key-signal span{color:#78675b;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800;display:block}.review-hero-metrics dd,.key-signal strong{color:#30251f;margin:5px 0 0;font-size:1.05rem;font-weight:900;display:block}.key-signals{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:0 0 24px;display:grid}.review-layout{grid-template-columns:minmax(0,1.75fr) minmax(280px,.85fr);align-items:start;gap:24px;display:grid}.review-main,.review-support{gap:24px;display:grid}.review-answer-card-wide{grid-column:1/-1}.review-answer-card-wide dd{white-space:pre-line;line-height:1.65}.coach-action-panel{background:linear-gradient(135deg,#fffdf9,#f6ece3);border-color:#b99478;position:sticky;top:20px}.coach-action-panel .button{justify-content:center;width:100%;margin-top:12px}@media (width<=1000px){.review-layout{grid-template-columns:1fr}.coach-action-panel{position:static}}.developer-test-mode-banner{color:#fff;box-shadow:var(--shadow);background:#7f1d1d;border:2px solid #b91c1c;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:18px 0;padding:14px 18px;display:flex}.developer-test-mode-banner .button{color:#7f1d1d;background:#fff;border-color:#fff;flex:none}.developer-toolkit{background:linear-gradient(135deg,#fffaf0,#fff);border:2px solid #d9a441;margin:24px 0;padding:24px}.developer-toolkit-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.developer-toolkit-eyebrow{color:#9a6a00;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:.78rem;font-weight:800}.developer-toolkit-header h2{margin:0}.developer-toolkit-header p{color:var(--muted);margin:6px 0 0}.developer-test-mode{color:#fff;box-shadow:var(--shadow);background:#7f1d1d;border-radius:16px;gap:4px;min-width:240px;padding:14px 18px;display:grid}.developer-test-mode strong{font-size:1.05rem}.developer-test-mode span{font-size:.9rem}.developer-toolkit-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px;display:grid}.developer-tool{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:0;overflow:hidden}.developer-tool summary{cursor:pointer;background:#fbf4ea;padding:16px 18px;font-weight:800}.developer-tool-body,.developer-status-list{gap:12px;padding:18px;display:grid}.developer-tool-actions,.developer-copy-row,.developer-quick-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.developer-copy-row .checkin-input{flex:260px;min-width:0}.developer-status-list{margin:0}.developer-status-list div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding-bottom:10px;display:flex}.developer-status-list dt{color:var(--muted);font-weight:700}.developer-status-list dd{text-align:right;margin:0;font-weight:700}@media (width<=760px){.developer-test-mode-banner{display:grid}.developer-test-mode-banner .button{justify-content:center;width:100%}.developer-toolkit{padding:16px}.developer-toolkit-header,.developer-status-list div{display:grid}.developer-status-list dd{text-align:left}.developer-copy-row>*{justify-content:center;width:100%}}.developer-instructions{color:#5f5046;background:#fff8e8;border:1px dashed #d9a441;border-radius:14px;padding:14px 16px}.developer-instructions strong{color:#30251f;margin-bottom:8px;display:block}.developer-instructions ol{margin:0;padding-left:20px;line-height:1.6}.client-portal-body{color:#302820;background:radial-gradient(circle at 85% 0,#eadfce 0,#0000 35%),#f8f4ed;min-height:100vh}.client-portal-header{z-index:20;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fbf8f3f0;border-bottom:1px solid #76583c24;grid-template-columns:250px 1fr 100px;align-items:center;gap:24px;min-height:84px;padding:10px clamp(22px,5vw,72px);display:grid;position:sticky;top:0}.client-portal-brand img{object-fit:contain;object-position:left center;width:250px;height:64px;display:block}.client-portal-nav{justify-content:center;gap:8px;display:flex}.client-portal-nav a{color:#75675c;border-radius:999px;padding:10px 15px;font-size:14px;font-weight:650}.client-portal-nav a.active{color:#4b382a;background:#e8ddd0}.client-portal-logout{color:#76583c;cursor:pointer;background:0 0;border:0;font-weight:650}.client-portal-main{width:min(1120px,100% - 40px);margin:auto;padding:clamp(42px,6vw,76px) 0 80px}.portal-flash,.portal-errors{color:#425739;background:#eef5e8;border:1px solid #b8c9ab;border-radius:14px;margin-bottom:20px;padding:14px 17px}.portal-errors{color:#7a392a;background:#fff2eb;border-color:#d8b9a8}.portal-errors ul{margin:8px 0 0;padding-left:20px}.portal-page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px;display:flex}.portal-page-heading h1{font-size:clamp(42px,6vw,66px)}.portal-page-heading>div>p:not(.eyebrow){color:#756b62;font-size:17px}.portal-phase{border-left:2px solid #af8d6c;min-width:190px;padding:18px 22px}.portal-phase span,.portal-phase strong{display:block}.portal-phase span{text-transform:uppercase;letter-spacing:.1em;color:#8a796b;font-size:10px;font-weight:800}.portal-phase strong{margin-top:7px;font:400 26px Georgia,serif}.portal-surface{background:#fffdf9e6;border:1px solid #a68b7047;border-radius:22px;box-shadow:0 18px 55px #3d2d1f12}.portal-surface h2{margin:5px 0 10px;font:400 27px Georgia,serif}.portal-dashboard-grid{grid-template-columns:1.35fr .85fr;gap:22px;display:grid}.portal-program-card{grid-row:span 2;padding:30px}.portal-program-card header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.portal-program-card header a{font-size:13px;font-weight:700}.portal-macro-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px;display:grid}.portal-macro-grid>div{background:#f2ebe2;border-radius:17px;padding:20px}.portal-macro-grid span,.portal-macro-grid strong,.portal-macro-grid small{display:block}.portal-macro-grid span{text-transform:uppercase;letter-spacing:.08em;color:#7e7064;font-size:10px;font-weight:800}.portal-macro-grid strong{margin:8px 0 3px;font:400 34px Georgia,serif}.portal-macro-grid small{color:#8a7d73}.portal-goals-row{grid-template-columns:1fr 1fr;gap:16px;margin:24px 0 0;display:grid}.portal-goals-row div{border-top:1px solid #e2d7ca;padding-top:18px}.portal-goals-row dd{color:#685b50}.portal-checkin-card,.portal-feedback-card{padding:28px}.portal-checkin-card>p:not(.eyebrow),.portal-empty-copy{color:#786d64;line-height:1.6}.portal-primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#806348,#574233);border:0;border-radius:14px;justify-content:center;width:100%;margin-top:14px;padding:14px 20px;font-weight:750;display:inline-flex;box-shadow:0 10px 25px #57423333}.portal-feedback-card blockquote{text-align:left;min-width:0;margin:18px 0;font-size:20px}.portal-feedback-card time{color:#8a7d73;font-size:12px}.portal-program-page{padding:32px}.portal-macro-grid-large{grid-template-columns:repeat(4,1fr);margin-top:0}.portal-program-details{background:#e3d7ca;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:28px;display:grid}.portal-program-details article{background:#fffdf9;min-height:190px;padding:28px}.portal-program-details article p:last-child{color:#756a61;line-height:1.65}.portal-coach-note{grid-column:1/-1}.portal-checkin-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:start;gap:22px;display:grid}.portal-checkin-form-card,.portal-history,.portal-profile-card,.portal-password-card{padding:30px}.portal-form{gap:19px;margin-top:24px;display:grid}.portal-form label{color:#493a2f;gap:8px;font-size:13px;font-weight:750;display:grid}.portal-form label span{color:#897b70;font-weight:500}.portal-form input,.portal-form textarea{color:#302820;background:#fff;border:1px solid #d8c9b7;border-radius:13px;outline:none;width:100%;padding:13px 14px}.portal-form input:focus,.portal-form textarea:focus{border-color:#76583c;box-shadow:0 0 0 4px #76583c1a}.portal-rating-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.portal-photo-placeholder{background:#f8f2eb;border:1px dashed #c8b29b;border-radius:16px;flex-direction:column;gap:6px;padding:22px;display:flex}.portal-photo-placeholder span{color:#817267;font-size:13px}.portal-history>div{border-bottom:1px solid #e7ddd2;gap:5px;padding:16px 0;display:grid}.portal-history>div span,.portal-history>p{color:#81766d;font-size:13px}.portal-empty-state{text-align:center;padding:45px 20px}.portal-empty-state>span{color:#496141;background:#e5eee0;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 24px;font-size:24px;display:grid}.portal-empty-state>p:last-child{color:#786d64;max-width:480px;margin:10px auto;line-height:1.6}.portal-profile-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:22px;display:grid}.portal-profile-card dl{margin-top:28px}.portal-profile-card dl div{border-bottom:1px solid #e6ddd3;padding:17px 0}.portal-profile-card dd{font-size:16px}.portal-login-body{background:linear-gradient(120deg,#29241f 0 48%,#f3ebe1 48%);min-height:100vh}.portal-login-shell{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,9vw,140px);width:min(1120px,100% - 40px);min-height:100vh;margin:auto;display:grid}.portal-login-welcome{color:#f9f4ed}.portal-login-welcome img{filter:brightness(0)invert();width:220px;margin-bottom:55px}.portal-login-welcome h1{color:#fff}.portal-login-welcome>p:last-child{color:#d7ccc2;max-width:470px;font-size:17px;line-height:1.7}.portal-login-card{background:#fffdf9;border:1px solid #ded0c1;border-radius:24px;padding:clamp(28px,5vw,48px);box-shadow:0 30px 70px #221b1526}.portal-login-card h2{margin:6px 0 28px;font:400 36px Georgia,serif}.portal-login-card form{gap:18px;display:grid}.portal-login-card label{gap:8px;font-size:13px;font-weight:700;display:grid}.portal-login-card input{background:#fff;border:1px solid #d8c9b7;border-radius:13px;padding:14px}.portal-login-card .portal-checkbox{align-items:center;gap:9px;font-weight:500;display:flex}.portal-checkbox input{width:auto}.portal-error{color:#9b4130;margin:0;font-size:13px}.portal-forgot{text-align:center;font-size:13px}@media (width<=850px){.client-portal-header{grid-template-columns:1fr auto}.client-portal-nav{grid-area:2/1/auto/-1;justify-content:flex-start;overflow:auto}.client-portal-brand img{width:210px;height:60px}.portal-dashboard-grid,.portal-checkin-layout,.portal-profile-grid{grid-template-columns:1fr}.portal-program-card{grid-row:auto}.portal-macro-grid-large{grid-template-columns:repeat(2,1fr)}.portal-login-body{background:#f3ebe1}.portal-login-shell{grid-template-columns:1fr;padding:45px 0}.portal-login-welcome{color:#302820}.portal-login-welcome img{filter:none;margin-bottom:25px}.portal-login-welcome h1{color:#171511}.portal-login-welcome>p:last-child{color:#756b62}}@media (width<=580px){.client-portal-main{width:min(100% - 28px,1120px);padding-top:32px}.client-portal-header{padding:8px 14px}.client-portal-nav a{padding:9px 11px;font-size:12px}.portal-page-heading{display:block}.portal-phase{margin-top:22px}.portal-macro-grid,.portal-macro-grid-large,.portal-program-details,.portal-goals-row,.portal-rating-grid{grid-template-columns:1fr 1fr}.portal-program-details article{min-height:0}.portal-coach-note{grid-column:1/-1}.portal-rating-grid{grid-template-columns:repeat(2,1fr)}.portal-program-card,.portal-checkin-card,.portal-feedback-card,.portal-program-page,.portal-checkin-form-card,.portal-history,.portal-profile-card,.portal-password-card{padding:22px}}.my-plan-stack{gap:24px;display:grid}.my-plan-section>header,.my-plan-training>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.my-plan-section h2,.my-plan-training h2{margin:4px 0;font:400 clamp(28px,4vw,40px) Georgia,serif}.my-plan-date{color:var(--muted);font-size:12px}.my-plan-guidance{border-left:3px solid var(--tan);background:#f7f1e9;margin-top:24px;padding:20px}.my-plan-guidance p{color:var(--muted);margin:8px 0 0;line-height:1.65}.my-plan-training{color:#fff;background:linear-gradient(145deg,#25211e,#43382f);border-color:#7f6854;position:relative;overflow:hidden;box-shadow:0 22px 55px #362a2033}.my-plan-training h2{color:#fff}.my-plan-training .eyebrow{color:#cfb493}.training-glow{color:#ffffff09;pointer-events:none;font:700 150px Georgia,serif;position:absolute;bottom:-34px;right:-20px}.training-status{color:#39543a;text-transform:uppercase;letter-spacing:.08em;background:#dfead8;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:800}.training-progress{align-items:center;gap:20px;margin-top:25px;display:flex}.training-progress strong{font-size:18px}.training-progress span{color:#cfc3b7;font-size:12px}.training-note{background:#ffffff0f;border:1px solid #ffffff21;border-radius:15px;margin:25px 0;padding:20px;position:relative}.training-note span{color:#cfb493;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800}.training-note p{margin:9px 0 0;line-height:1.65}.training-plan-cta{color:#372b23;background:#f2e4d3;border-radius:14px;justify-content:space-between;align-items:center;width:min(100%,480px);min-height:58px;padding:16px 20px;font-weight:800;display:flex;position:relative;box-shadow:0 12px 30px #0003}.training-plan-cta span{font-size:22px}.training-external-note{color:#bfb2a6;font-size:11px}.training-empty{max-width:640px;padding:25px 0;position:relative}.training-empty>p:last-child{color:#d2c7bd;line-height:1.7}.resource-empty{padding-bottom:20px}.coach-plan-summary,.coach-training-manager,.coach-program-card,.resources-panel{margin-top:24px}.training-program-form{gap:18px;padding:22px 0;display:grid}.training-program-form label{margin-bottom:7px;font-size:12px;font-weight:700;display:block}.training-program-form input,.training-program-form select,.training-program-form textarea{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;padding:11px 12px}.program-status-actions{align-items:center;gap:14px;padding:0 0 20px;display:flex}.program-status-actions form{margin:0}.plan-muted{color:var(--muted);line-height:1.6}.coach-program-card small{color:var(--muted)}@media (width<=580px){.portal-macro-grid-large{grid-template-columns:1fr 1fr}.my-plan-section,.my-plan-training{padding:22px}.my-plan-section>header,.my-plan-training>header{display:block}.my-plan-date,.training-status{margin-top:10px;display:inline-block}.training-progress{flex-direction:column;align-items:flex-start;gap:5px}.training-plan-cta{min-height:64px}.training-glow{font-size:95px}.program-status-actions{flex-direction:column;align-items:stretch}.program-status-actions .button{width:100%}}.my-plan-resource-list{margin-top:22px}.my-plan-resource-row{border-top:1px solid var(--line);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 0;display:grid}.my-plan-resource-icon{background:var(--soft);width:46px;height:46px;color:var(--brown);border-radius:10px;place-items:center;font-size:10px;font-weight:800;display:grid}.my-plan-resource-row h3{margin:0 0 5px}.my-plan-resource-row p{color:var(--muted);margin:0;font-size:12px}.agreement-resource-page{max-width:1000px}.agreement-resource{max-width:900px;margin:24px auto;padding:clamp(24px,5vw,48px)}.agreement-resource>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.agreement-resource>header h1{font-size:clamp(32px,5vw,52px)}.agreement-resource>header p:last-child{color:var(--muted)}.agreement-resource-meta{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin:28px 0;display:grid}.agreement-resource-meta div{background:var(--soft);padding:16px}.agreement-resource-meta dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.agreement-resource-meta dd{margin:6px 0 0}.agreement-resource-text{border:1px solid var(--line);white-space:normal;background:#fff;border-radius:14px;padding:clamp(20px,4vw,36px);line-height:1.75}@media (width<=580px){.my-plan-resource-row{grid-template-columns:44px minmax(0,1fr)}.my-plan-resource-row .button{grid-column:1/-1;min-height:48px}.agreement-resource>header{display:block}.agreement-resource-meta{grid-template-columns:1fr}.agreement-resource{padding:22px}}.my-plan-stack{gap:clamp(30px,4vw,44px)}.my-plan-section,.my-plan-training{padding:clamp(30px,5vw,52px)}.my-plan-section-header{align-items:center}.my-plan-section-header .eyebrow{margin-bottom:10px}.my-plan-section-header h2{margin:0}.my-plan-subheading{color:#7b6d62;margin:14px 0 0;font-size:15px;line-height:1.55}.my-plan-target-meta{flex-direction:column;align-items:flex-end;gap:9px;display:flex}.my-plan-personalized{color:#705b49;white-space:nowrap;background:#f4eee6;border:1px solid #8f75571a;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:10px;font-weight:650;display:inline-flex}.my-plan-personalized>span{background:#e4d5c4;border-radius:50%;place-items:center;width:17px;height:17px;font-size:10px;display:grid}.my-plan-nutrition .portal-macro-grid-large{gap:18px;margin-top:40px}.my-plan-nutrition .macro-stat-card{--macro-color:#b9753e;text-align:center;background:#fbf2e8;border:1px solid #77543814;border-radius:20px;flex-direction:column;align-items:center;min-width:0;min-height:330px;padding:30px 15px 25px;display:flex;position:relative;box-shadow:0 12px 30px #4936270f}.my-plan-nutrition .macro-stat-card--protein{--macro-color:#70856b;background:#f0f4ec}.my-plan-nutrition .macro-stat-card--carbohydrates{--macro-color:#667f91;background:#edf3f5}.my-plan-nutrition .macro-stat-card--fat{--macro-color:#81718c;background:#f2eef4}.macro-stat-icon{background:color-mix(in srgb,var(--macro-color) 14%,white);width:60px;height:60px;color:var(--macro-color);border-radius:50%;flex:none;place-items:center;margin:0 auto 27px;display:grid}.macro-stat-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:29px;height:29px}.macro-stat-card--calories .macro-stat-icon svg{fill:currentColor;stroke:none}.my-plan-nutrition .macro-stat-label{color:var(--macro-color);letter-spacing:.13em;font-size:11px;font-weight:850}.my-plan-nutrition .macro-stat-card strong{color:#332820;margin:15px 0 0;font-size:clamp(42px,4.5vw,50px);line-height:.95}.my-plan-nutrition .macro-stat-card small{color:#83766d;margin-top:3px;font-size:12px}.macro-stat-accent{background:#5c483917;border-radius:99px;width:calc(100% - 6px);height:3px;margin:27px auto 0;overflow:hidden}.macro-stat-accent span{border-radius:inherit;background:var(--macro-color);width:68%;height:100%;display:block}.macro-stat-card p{color:#786b62;text-align:center;margin:15px 0 0;font-size:11px;font-weight:450;line-height:1.4}.my-plan-guidance{border-radius:0 14px 14px 0;margin-top:32px}.my-plan-training{border-radius:24px;padding:clamp(34px,5vw,56px)}.my-plan-training>header{position:relative}.my-plan-training h2{margin-top:11px}.my-plan-training .eyebrow{letter-spacing:.15em}.training-status{color:#3f5940;background:#dce9d8;align-items:center;gap:6px;margin:-2px 3px 0 0;padding:8px 13px;display:inline-flex}.training-status>span{font-size:12px}.training-progress{flex-wrap:wrap;margin-top:36px;position:relative}.training-progress strong{align-items:center;gap:8px;display:inline-flex}.training-progress strong>span{color:#cfb493;font-size:13px}.training-description{color:#d8cec5;max-width:510px;margin:22px 0 0;font-size:14px;line-height:1.65;position:relative}.training-note{margin:34px 0}.training-plan-cta{background:#f5eadc;border-radius:16px;min-height:62px;margin-top:36px;padding:18px 28px;transition:transform .2s,background .2s;box-shadow:0 14px 34px #0000003d}.training-plan-cta:hover{background:#fff4e7;transform:translateY(-1px)}.training-external-note{color:#c5b9ae;align-items:center;gap:7px;margin:12px 0 0;display:flex}.training-external-note>span{font-size:9px}.training-glow{color:#0000;width:330px;height:330px;font-size:0;bottom:-115px;right:-55px}.training-glow span{border:1px solid #ffffff0e;border-radius:50%;position:absolute;inset:0}.training-glow span:nth-child(2){inset:55px}.training-glow span:nth-child(3){inset:110px}@media (width<=850px){.my-plan-nutrition .portal-macro-grid-large{gap:15px}}@media (width<=580px){.my-plan-stack{gap:26px}.my-plan-section,.my-plan-training{padding:26px 22px}.my-plan-target-meta{align-items:flex-start;margin-top:18px}.my-plan-personalized{white-space:normal}.my-plan-nutrition .portal-macro-grid-large{grid-template-columns:1fr 1fr;gap:12px;margin-top:27px}.my-plan-nutrition .macro-stat-card{min-height:285px;padding:23px 12px 20px}.macro-stat-icon{width:50px;height:50px;margin-bottom:21px}.macro-stat-icon svg{width:24px;height:24px}.my-plan-nutrition .macro-stat-card strong{font-size:38px}.macro-stat-accent{margin-top:20px}.training-progress{margin-top:26px}.training-plan-cta{margin-top:27px}}.mobile-topbar-brand,.client-card-list{display:none}@media (width>=768px) and (width<=1023px){.app-shell{grid-template-columns:1fr}.sidebar{width:250px;transition:left .25s;position:fixed;left:-270px}.sidebar.open{left:0}.menu-button{display:block}.topbar{padding:0 24px}.content{padding-left:24px;padding-right:24px}.client-roster-table th,.client-roster-table td{padding-left:10px;padding-right:10px}.roster-avatar{flex-basis:42px;width:42px;height:42px}.roster-client-column{width:28%}.roster-status-column{width:13%}.roster-phase-column{width:19%}.roster-updated-column{width:10%}.roster-action-column{width:210px}.client-dashboard .roster-open-button{width:210px;padding-left:14px;padding-right:14px;font-size:11px}}@media (width<=767px){html,body,.app-shell,.main{max-width:100%;overflow-x:hidden}.app-shell{grid-template-columns:1fr}.sidebar{width:250px;transition:left .25s;position:fixed;left:-270px}.sidebar.open{left:0}.menu-button{cursor:pointer;flex:0 0 44px;place-items:center;width:44px;height:44px;margin:0;padding:0;display:grid}.mobile-topbar-brand{min-width:0;margin-right:auto;display:block}.mobile-topbar-brand img{object-fit:contain;width:92px;height:42px;display:block}.topbar{gap:6px;height:64px;padding:0 12px}.topbar-actions{gap:6px;min-width:0}.notification{width:44px;height:44px}.profile{gap:6px}.profile .avatar{flex:0 0 36px;width:36px;height:36px;font-size:11px}.profile>div:nth-child(2){display:none}.topbar .logout-button{white-space:nowrap;min-height:44px;padding-left:10px;padding-right:10px;font-size:11px}.action-center-popover{width:calc(100vw - 16px);max-height:calc(100dvh - 72px);top:64px;right:8px}.action-center-popover-header{padding:17px 18px 14px}.action-center-popover-body{max-height:calc(100dvh - 205px)}.action-center-item{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:14px}.action-center-item-cta{grid-column:1/-1;justify-content:center;width:100%;min-height:44px}.action-center-view-all{align-items:center;min-height:44px}.content{padding:20px 14px 36px}.hero h1{font-size:clamp(34px,10vw,44px)}.panel{max-width:100%}.roster-panel{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.roster-header{gap:20px;padding:20px 0}.roster-tools{width:100%}.add-client-button{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}.client-search-wrap input{width:100%;min-height:44px}.roster-table-wrap{display:none}.client-card-list{gap:14px;display:grid}.client-roster-card{border:1px solid var(--line);background:var(--card);border-radius:18px;min-width:0;padding:20px;box-shadow:0 10px 26px #29211812}.client-card-header{align-items:center;gap:13px;min-width:0;margin-bottom:14px;display:flex}.client-card-identity{min-width:0}.client-card-identity .roster-client-name{margin-bottom:4px;font-size:16px}.client-card-email{max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.client-roster-card .roster-status{margin-bottom:18px}.client-card-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;margin:0 0 18px;padding:17px 0;display:grid}.client-card-details div:last-child{grid-column:1/-1}.client-card-details dt{margin-bottom:6px}.client-card-details dd{overflow-wrap:anywhere;font-size:14px;font-weight:700}.client-card-action{justify-content:center;align-items:center;width:100%;height:42px;min-height:42px;display:flex}.client-search-empty{padding:44px 20px}.profile-content{min-width:0}.client-file-header,.client-profile-hero-main{padding:20px;display:block}.client-identity{min-width:0}.client-file-header h1{overflow-wrap:anywhere;font-size:34px}.header-actions,.form-actions,.profile-onboarding-link,.onboarding-link-control{grid-template-columns:1fr;width:100%;display:grid}.header-actions .button,.form-actions .button,.section-heading .button,.profile-panel form .button{justify-content:center;width:100%;min-height:44px}.profile-grid,.notes-layout,.detail-grid,.response-grid{grid-template-columns:minmax(0,1fr)}.profile-panel{padding-left:16px;padding-right:16px}.profile-tabs-shell{z-index:4;background:var(--paper);max-width:100%;margin:18px 0;position:sticky;top:64px}.profile-tabs-shell:before,.profile-tabs-shell:after{z-index:1;pointer-events:none;content:"";opacity:0;width:22px;transition:opacity .18s;position:absolute;top:0;bottom:1px}.profile-tabs-shell:before{background:linear-gradient(90deg,var(--paper),#fbf8f300);left:0}.profile-tabs-shell:after{background:linear-gradient(270deg,var(--paper),#fbf8f300);right:0}.profile-tabs-shell.has-scroll-left:before,.profile-tabs-shell.has-scroll-right:after{opacity:1}.profile-tabs{scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;flex-wrap:nowrap;max-width:100%;margin:0;padding:0 8px;overflow:auto hidden}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{flex:none;min-height:44px}.stacked-details dd,.stacked-details a{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}input,select,textarea{max-width:100%}.client-form-actions,.created-actions{width:100%}}@media (width<=380px){.mobile-topbar-brand{display:none}.topbar .logout-button{padding-left:8px;padding-right:8px}}.portal-history>a{color:inherit;border-bottom:1px solid #e7ddd2;gap:5px;padding:16px 0;display:grid}.portal-history>a:hover strong{color:#76583c}.portal-history>a span,.portal-checkin-meta,.portal-form-section>p{color:#81766d;font-size:13px}.portal-form-section{border-top:1px solid #e7ddd2;gap:16px;padding-top:24px;display:grid}.portal-form-section:first-of-type{border-top:0;padding-top:0}.portal-form-section h3,.portal-answer-section h3{margin:0;font:400 21px Georgia,serif}.portal-form-section h3 span{color:#81766d;font:500 12px sans-serif}.portal-form fieldset{border:0;margin:0;padding:0}.portal-form legend{color:#493a2f;margin-bottom:9px;font-size:13px;font-weight:750}.portal-radio-row{gap:22px;display:flex}.portal-radio-row label{grid-template-columns:auto 1fr;align-items:center;display:flex}.portal-radio-row input{width:auto}.portal-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.portal-photo-grid img{aspect-ratio:3/4;object-fit:cover;border-radius:14px;width:100%}.portal-photo-grid figure{margin:0}.portal-photo-grid figcaption{color:#81766d;text-align:center;margin-top:6px;font-size:12px}.portal-photo-grid input[type=file]{padding:10px;font-size:12px}.portal-answer-section{border-top:1px solid #e7ddd2;margin-top:26px;padding-top:22px}.portal-answer-section dl div{grid-template-columns:minmax(120px,.4fr) 1fr;gap:20px;padding:11px 0;display:grid}.portal-answer-section dt{color:#81766d;font-size:12px;font-weight:700}.portal-answer-section dd{white-space:pre-line}.portal-coach-feedback{background:#f2ebe2;border-radius:16px;margin-top:26px;padding:20px}.portal-back-link{margin-bottom:20px;font-size:13px;font-weight:700;display:inline-block}@media (width<=580px){.portal-photo-grid{grid-template-columns:1fr}.portal-answer-section dl div{grid-template-columns:1fr;gap:4px}}.checkin-intro{padding-bottom:24px}.checkin-intro>p:last-child{color:#786d64;max-width:620px;line-height:1.65}.premium-checkin .portal-form-section{background:linear-gradient(145deg,#fdf9f3,#faf3ea);border:1px solid #a68b7038;border-radius:20px;gap:20px;padding:clamp(22px,4vw,34px);box-shadow:0 10px 28px #44301f0b}.premium-checkin .portal-form-section>header{border-bottom:1px solid #a68b702e;justify-content:space-between;align-items:center;gap:14px;padding-bottom:16px;display:flex}.premium-checkin .portal-form-section>header>div{align-items:center;gap:11px;display:flex}.premium-checkin .section-number{color:#76583c;background:#eee2d5;border-radius:50%;place-items:center;width:30px;height:30px;font-size:10px;font-weight:850;display:grid}.premium-checkin .portal-form-section h3{font-size:24px}.section-complete{opacity:0;color:#55704e;letter-spacing:.04em;font-size:11px;font-weight:800;transition:opacity .2s}.portal-form-section.is-complete .section-complete{opacity:1}.portal-form-section.is-complete .section-number{color:#496141;background:#e2ecdd}.field-guidance{color:#81766d;margin:-12px 0 0;font-size:12px;line-height:1.55}.weight-field>label{color:#493a2f;margin-bottom:10px;font-size:13px;font-weight:750;display:block}.weight-field>div{align-items:center;gap:11px;display:flex}.premium-checkin .weight-field input{text-align:center;width:132px;padding:10px 12px;font-size:27px;font-weight:850}.weight-field strong{color:#6e5d51;font-size:15px}.weight-field p{color:#81766d;margin:9px 0 0;font-size:12px}.measurement-grid{grid-template-columns:repeat(5,minmax(90px,1fr));gap:12px;display:grid}.measurement-grid input{text-align:center;padding:11px 10px;font-weight:750}.premium-checkin select{appearance:none;color:#302820;width:100%;min-width:0;min-height:48px;font:inherit;box-sizing:border-box;cursor:pointer;background-color:#fffdf9;background-image:linear-gradient(45deg,#0000 50%,#76583c 50%),linear-gradient(135deg,#76583c 50%,#0000 50%);background-position:calc(100% - 25px),calc(100% - 18px);background-repeat:no-repeat;background-size:7px 7px,7px 7px;border:1px solid #d8c9b7;border-radius:13px;padding:12px 54px 12px 16px;line-height:1.35;transition:border-color .18s,box-shadow .18s,background-color .18s;box-shadow:0 8px 18px #44301f09}.count-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.premium-checkin .count-field{align-content:start}.premium-checkin .rating-control{margin:0}.premium-checkin .rating-pills{grid-template-columns:repeat(10,minmax(38px,1fr));gap:7px}.premium-checkin .rating-pill{display:block}.premium-checkin .rating-pill span{min-height:42px;transition:border-color .18s,background .18s,transform .18s}.premium-checkin .rating-pill:hover span{background:#f3e9df;border-color:#8a6849;transform:translateY(-1px)}.premium-checkin .rating-pill input:checked+span{color:#fff;background:#76583c;border-color:#76583c;box-shadow:0 5px 13px #5b402b33}.premium-checkin .portal-radio-row label{background:#fff;border:1px solid #d8c9b7;border-radius:999px;padding:10px 16px;display:flex}.premium-checkin .portal-radio-row input{accent-color:#76583c}.photo-guidance{color:#625246;background:#f2e8dc;border-left:3px solid #a8815d;border-radius:0 14px 14px 0;padding:20px 22px}.photo-guidance strong{color:#493a2f}.photo-guidance ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px;margin:14px 0;padding-left:19px;font-size:13px;line-height:1.45;display:grid}.photo-guidance p{margin:13px 0 0;font-size:12px;font-weight:700}.photo-guidance>strong+p{font-weight:400;line-height:1.55}.photo-upload-card{text-align:center;background:#fff;border:1px solid #dfd1c4;border-radius:17px;min-width:0;padding:18px;transition:border-color .2s,box-shadow .2s}.photo-upload-card h4{margin:0 0 12px;font:400 20px Georgia,serif}.photo-silhouette{background:linear-gradient(#f3ece4,#eee2d6);border-radius:12px;place-items:center;min-height:190px;display:grid}.photo-silhouette svg{fill:#bda791;width:78px;height:150px}.photo-silhouette{overflow:hidden}.photo-silhouette>img{object-fit:contain;width:100%;height:190px;display:block}.photo-upload-card>p{color:#81766d;min-height:35px;font-size:11px;line-height:1.45}.photo-upload-card>img{aspect-ratio:3/4;object-fit:contain;background:#f4eee8;border-radius:12px;width:100%;display:none}.photo-choose{cursor:pointer;background:#76583c;border-radius:11px;color:#fff!important;padding:11px!important;display:block!important}.photo-choose input{opacity:0;height:1px;position:absolute;width:1px!important}.photo-actions{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:10px;display:flex}.photo-action{color:#625246;cursor:pointer;background:#fff;border:1px solid #d8c9b7;border-radius:8px;padding:6px 8px;font-size:10px}.upload-note{text-align:center;margin:0}.premium-checkin>.portal-primary-button{min-height:54px;font-size:15px}.premium-checkin>.portal-primary-button span{margin-left:8px;font-size:18px}@media (width<=850px){.measurement-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-checkin .rating-pills{grid-template-columns:repeat(5,minmax(44px,1fr))}}@media (width<=580px){.portal-checkin-form-card{padding:18px}.premium-checkin .portal-form-section{padding:22px 17px}.premium-checkin .portal-form-section>header,.premium-checkin .portal-form-section>header>div{align-items:flex-start}.premium-checkin .portal-form-section h3{font-size:21px}.section-complete{white-space:nowrap;padding-top:7px}.measurement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.count-grid,.photo-guidance ul{grid-template-columns:1fr}.premium-checkin .rating-anchors{grid-template-columns:1fr;display:grid}.premium-checkin .rating-anchors span:last-child{text-align:right}.premium-checkin .rating-pills{grid-template-columns:repeat(5,minmax(42px,1fr));gap:8px}.premium-checkin .rating-pill span{min-height:46px}.premium-checkin select{width:100%}.photo-guidance{padding:18px}.photo-upload-card{padding:16px}.photo-silhouette{min-height:170px}.photo-silhouette>img{height:170px}}.portal-checkin-layout{display:block}.portal-checkin-form-card{width:100%}.checkin-hero{background:radial-gradient(circle at 88% 12%,#c2a58933,#0000 32%),linear-gradient(145deg,#fffdf9,#f5ece1);border:1px solid #a68b703d;border-radius:28px;align-items:center;margin-bottom:18px;padding:clamp(28px,5vw,48px);position:relative;overflow:hidden;box-shadow:0 24px 60px #3d2d1f14}.checkin-hero h1{letter-spacing:-.055em;margin:.12em 0;font-size:clamp(44px,6vw,68px)}.checkin-hero>div>p:last-child{color:#75675c;max-width:650px;margin:0;line-height:1.7}.checkin-hero-mark{color:#fff;background:#76583c;border-radius:24px;flex:0 0 76px;place-items:center;width:76px;height:76px;display:grid;transform:rotate(-3deg);box-shadow:0 14px 30px #5b402b3d}.checkin-hero-mark svg,.history-icon svg,.section-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.history-accordion{margin-bottom:22px;overflow:hidden}.history-accordion summary,.premium-checkin .portal-form-section>summary{cursor:pointer;list-style:none}.history-accordion summary::-webkit-details-marker{display:none}.premium-checkin .portal-form-section>summary::-webkit-details-marker{display:none}.history-accordion>summary{justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.history-accordion>summary>span:first-child{align-items:center;gap:14px;display:flex}.history-accordion strong,.history-accordion small{display:block}.history-accordion strong{font:400 20px Georgia,serif}.history-accordion small{color:#8a7d73;margin-top:3px;font-size:11px}.history-icon{color:#76583c;background:#f0e5d9;border-radius:13px;place-items:center;width:40px;height:40px;display:grid}.accordion-chevron,.section-chevron{font-size:22px;transition:transform .18s}.history-accordion[open] .accordion-chevron,.portal-form-section[open] .section-chevron{transform:rotate(180deg)}.history-timeline{padding:0 24px 18px}.history-timeline a{color:inherit;border-top:1px solid #eee4da;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:13px 0;display:grid}.history-timeline a>span:nth-child(2)>*{display:block}.history-timeline small{color:#81766d;margin-top:3px}.timeline-dot{color:#496141;background:#e3ecdf;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;font-weight:900;display:grid}.premium-checkin{gap:18px}.premium-checkin .portal-form-section{background:#fffdf9;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;display:block;overflow:hidden}.premium-checkin .portal-form-section:hover{border-color:#76583c59;transform:translateY(-1px);box-shadow:0 14px 34px #44301f12}.premium-checkin .portal-form-section>summary{justify-content:space-between;align-items:center;gap:16px;padding:22px clamp(20px,4vw,30px);display:flex}.premium-checkin .portal-form-section>summary>div{align-items:center;gap:13px;min-width:0;display:flex}.premium-checkin .portal-form-section h3{letter-spacing:-.025em;font-size:clamp(21px,3vw,27px)}.section-icon{color:#806348;background:#f4ece3;border-radius:12px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.section-icon svg{width:20px;height:20px}.premium-checkin .section-number{flex:0 0 34px;width:34px;height:34px}.section-state{align-items:center;gap:12px;display:flex}.section-content{border-top:1px solid #a68b7024;gap:26px;padding:4px clamp(20px,4vw,30px) 30px;animation:.18s ease-out checkinReveal;display:grid}.section-content>p:first-child{margin:24px 0 0}.portal-form-section.is-complete{background:linear-gradient(145deg,#fffdf9,#f5faf2);border-color:#5d7d504d}.portal-form-section.is-complete .section-icon{color:#496141;background:#e9f1e5}.portal-form-section.is-complete .section-complete{animation:.18s ease-out checkinFade}@keyframes checkinReveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes checkinFade{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}.premium-checkin .rating-control{gap:12px;margin:0;display:grid}.premium-checkin .rating-control>.field-label{font-size:14px;line-height:1.55}.premium-checkin .rating-pills{flex-wrap:wrap;gap:10px;display:flex}.premium-checkin .rating-pill{flex:0 0 44px}.premium-checkin .rating-pill span{box-sizing:border-box;border-color:#a8876b;border-radius:50%;width:44px;height:44px;min-height:44px;padding:0}.premium-checkin .rating-pill:hover span{transform:translateY(-2px)scale(1.03)}.premium-checkin .rating-pill input:checked+span{transform:scale(1.04)}.premium-checkin .portal-form label{gap:10px;font-size:14px;line-height:1.5}.premium-checkin .portal-form input,.premium-checkin .portal-form textarea{transition:border-color .18s,box-shadow .18s,background .18s}.premium-checkin select:focus{border-color:#76583c;outline:none;box-shadow:0 0 0 4px #76583c1f}.premium-checkin select:disabled{cursor:not-allowed;color:#8a7d73;opacity:1;background-color:#f3ece4}.weight-field{grid-template-columns:auto minmax(240px,1fr);align-items:end;column-gap:28px;display:grid}.weight-field>label,.weight-field>div{grid-column:1}.weight-field>p{grid-area:1/2/3;align-self:center;max-width:430px;line-height:1.6}.photo-guidance strong{font:400 22px Georgia,serif}.photo-upload-card:hover{border-color:#a8876b;box-shadow:0 12px 28px #44301f14}.photo-upload-card>img{animation:.18s ease-out checkinFade}.photo-silhouette svg{fill:#bda791;stroke:none}@media (width<=580px){.checkin-hero{padding:26px 22px}.checkin-hero-mark{display:none}.history-accordion>summary{padding:16px 18px}.history-timeline{padding:0 18px 14px}.premium-checkin .portal-form-section>summary{padding:18px 16px}.premium-checkin .portal-form-section>summary>div{gap:9px}.section-content{padding:4px 16px 24px}.section-icon{flex-basis:34px;width:34px;height:34px}.premium-checkin .section-number{flex-basis:30px;width:30px;height:30px}.section-complete{font-size:0}.section-complete:after{content:"✓";background:#e2ecdd;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.weight-field{display:block}.weight-field>p{margin-top:12px}.premium-checkin .rating-pills{gap:9px}.measurement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.premium-checkin *,.history-accordion *{transition:none!important;animation:none!important}}.mobile-dashboard-hero{display:none}.dashboard-hero{color:#fff;background:radial-gradient(circle at 83% 20%,#d1b49538,#0000 30%),linear-gradient(140deg,#27231f,#493b31);border-radius:32px;justify-content:space-between;align-items:center;gap:32px;min-height:340px;margin-bottom:20px;padding:clamp(34px,6vw,64px);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #31261d33}.dashboard-hero:after{content:"";border:1px solid #ffffff17;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-190px;right:-100px}.dashboard-hero-content{z-index:1;min-width:0;max-width:780px;position:relative}.dashboard-hero .eyebrow{color:#d4b697}.dashboard-hero h1{color:#fff;letter-spacing:-.055em;overflow-wrap:anywhere;margin:8px 0 12px;font-size:clamp(40px,5.5vw,72px)}.dashboard-motivation{color:#ddd2c9;margin:0;font:400 clamp(18px,2vw,22px) Georgia,serif}.dashboard-program-meta{flex-wrap:wrap;gap:0;margin-top:42px;display:flex}.dashboard-program-meta>span{border-left:1px solid #ffffff29;min-width:130px;padding:0 28px}.dashboard-program-meta>span:first-child{border-left:0;padding-left:0}.dashboard-program-meta small,.dashboard-program-meta strong{display:block}.dashboard-program-meta small{color:#bfb1a5;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800}.dashboard-program-meta strong{color:#fff;max-width:220px;font-size:15px}.dashboard-greeting-with-photo{align-items:center;gap:24px;display:flex}.dashboard-profile-photo{object-fit:cover;border:2px solid #d4b697b8;border-radius:50%;flex:0 0 108px;width:108px;height:108px}.dashboard-setup-note{color:#40563b;background:#f1f7ed;border:1px solid #cbd9c3;border-radius:17px;align-items:center;gap:15px;margin:0 0 20px;padding:16px 20px;display:flex}.dashboard-setup-note>span{background:#dcebd5;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.dashboard-setup-note strong,.dashboard-setup-note p{margin:0;display:block}.dashboard-setup-note p{color:#66745f;margin-top:3px;font-size:13px}.dashboard-next-action{background:linear-gradient(115deg,#fffdf9,#f4e9dc);border-color:#7d5b406b;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;margin-bottom:22px;padding:clamp(24px,4vw,34px);transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 20px 48px #402e211a}.dashboard-next-action:hover{transform:translateY(-2px);box-shadow:0 25px 58px #402e2124}.dashboard-action-icon{color:#fff;background:#76583c;border-radius:17px;place-items:center;width:54px;height:54px;font-size:23px;display:grid;box-shadow:0 12px 25px #5a402b33}.dashboard-action-copy h2{margin:3px 0 5px;font-size:clamp(27px,4vw,38px)}.dashboard-action-copy>p:last-child{color:#75675c;margin:0;line-height:1.55}.dashboard-action-button{gap:16px;width:auto;min-width:245px;margin:0;padding:17px 22px;transition:transform .18s,box-shadow .18s,filter .18s}.dashboard-action-button:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 15px 30px #57423347}.dashboard-action-status{color:#496141;background:#e4edde;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:800;display:flex}.premium-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr);align-items:start;gap:22px;display:grid}.dashboard-main-column,.dashboard-side-column{gap:22px;display:grid}.dashboard-nutrition-card,.dashboard-program-card,.dashboard-feedback-card,.dashboard-progress-card{padding:clamp(24px,4vw,34px);transition:transform .18s,border-color .18s,box-shadow .18s}.dashboard-nutrition-card:hover,.dashboard-program-card:hover,.dashboard-feedback-card:hover,.dashboard-progress-card:hover{border-color:#76583c59;transform:translateY(-2px);box-shadow:0 24px 60px #3d2d1f1a}.dashboard-nutrition-card>header,.dashboard-program-card>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dashboard-nutrition-card h2,.dashboard-program-card h2{font-size:clamp(28px,3vw,36px)}.dashboard-text-link{color:#76583c;font-size:13px;font-weight:800;transition:color .18s,transform .18s}.dashboard-text-link:hover{color:#3f2e22;transform:translate(2px)}.dashboard-calorie-feature{background:linear-gradient(135deg,#efe3d5,#f8f2eb);border-radius:23px;align-items:center;gap:28px;margin-top:22px;padding:28px;display:flex}.dashboard-calorie-ring{background:#fffdf9;border:1px solid #76583c38;border-radius:50%;flex:0 0 178px;place-items:center;width:178px;height:178px;display:grid;box-shadow:inset 0 0 0 10px #decdba40,0 16px 35px #4934251a}.dashboard-calorie-ring span{color:#826f60;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:850}.dashboard-calorie-ring strong{color:#302820;letter-spacing:-.04em;margin:-15px 0;font:400 44px Georgia,serif}.dashboard-calorie-ring small{color:#8a7d73;font-size:11px}.dashboard-calorie-feature>p{color:#6e6157;max-width:260px;line-height:1.65}.dashboard-macro-companions{border:1px solid #e7ddd2;border-radius:18px;grid-template-columns:repeat(3,1fr);margin-top:18px;display:grid;overflow:hidden}.dashboard-macro-companions>div{border-left:1px solid #e7ddd2;padding:20px 22px}.dashboard-macro-companions>div:first-child{border-left:0}.dashboard-macro-companions span,.dashboard-macro-companions strong{display:block}.dashboard-macro-companions span{color:#827367;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.dashboard-macro-companions strong{margin-top:7px;font:400 27px Georgia,serif}.dashboard-macro-companions strong small{color:#8a7d73;margin-left:3px;font:500 11px sans-serif}.dashboard-support-targets{grid-template-columns:1fr 1fr;gap:15px;margin:20px 0 0;display:grid}.dashboard-support-targets>div{background:#f8f4ee;border-radius:15px;padding:17px}.dashboard-support-targets dt{color:#493a2f;font-size:12px;font-weight:800}.dashboard-support-targets dd{color:#82766c;margin:5px 0 0;font-size:12px}.dashboard-program-icon,.dashboard-card-icon{color:#76583c;background:#efe5da;border-radius:14px;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.dashboard-program-stats{background:#e5dacf;grid-template-columns:repeat(3,1fr);gap:1px;margin:24px 0;display:grid}.dashboard-program-stats>div{background:#fffdf9;padding:20px}.dashboard-program-stats span,.dashboard-program-stats strong{display:block}.dashboard-program-stats span{color:#87786c;letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:800}.dashboard-program-stats strong{margin-top:8px;font:400 21px Georgia,serif}.dashboard-feedback-card{position:relative;overflow:hidden}.dashboard-feedback-card .dashboard-card-icon{position:absolute;top:28px;right:28px}.dashboard-feedback-card h2,.dashboard-progress-card h2{margin-top:8px;font-size:28px}.dashboard-feedback-date{color:#8a7d73;font-size:11px}.dashboard-feedback-card blockquote{color:#504238;text-align:left;margin:22px 0;font:400 19px/1.55 Georgia,serif}.dashboard-secondary-button{color:#5d4431;border:1px solid #d5c2b0;border-radius:13px;justify-content:space-between;align-items:center;margin-top:22px;padding:13px 16px;font-size:13px;font-weight:800;transition:background .18s,transform .18s;display:flex}.dashboard-secondary-button:hover{background:#f4ebe2;transform:translateY(-1px)}.dashboard-progress-list{gap:0;margin:20px 0 0;padding:0;list-style:none;display:grid}.dashboard-progress-list li{border-top:1px solid #eee4da;align-items:center;gap:13px;padding:14px 0;display:flex}.dashboard-progress-list li>span{color:#aa9b8f;border:1px solid #d9cbbf;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.dashboard-progress-list li.is-complete>span{color:#496141;background:#e4efdf;border-color:#c5d8bc}.dashboard-progress-list strong,.dashboard-progress-list small{display:block}.dashboard-progress-list strong{font-size:13px}.dashboard-progress-list small{color:#8a7d73;margin-top:3px;font-size:10px}.dashboard-hero-aside{z-index:1;flex:0 360px;width:min(34vw,360px);position:relative}.dashboard-hero-quote{color:#f5ede5;text-align:center;opacity:.93;min-height:128px;margin:0;font:italic 400 clamp(20px,2.2vw,28px)/1.4 Georgia,Times New Roman,serif;transition:opacity .5s;display:block}.dashboard-hero-quote:before{content:"“";color:#d4b697}.dashboard-hero-quote:after{content:"”";color:#d4b697}.dashboard-hero-quote>span{display:inline}.dashboard-hero-quote>i{background:#d4b697;width:86px;height:2px;margin:20px auto 0;display:block}.dashboard-hero-quote.is-fading{opacity:0}.dashboard-week-progress-detail{text-align:center;width:min(220px,100%);margin:18px auto 0}.dashboard-week-progress-detail strong{color:#eee6de;font-size:11px;font-weight:750}.dashboard-week-progress-track{background:#ffffff29;border-radius:999px;height:5px;margin-top:8px;overflow:hidden}.dashboard-week-progress-track span{border-radius:inherit;background:#d4b697;height:100%;display:block}@media (width<=900px){.dashboard-hero{gap:24px}.dashboard-hero h1{font-size:clamp(38px,6vw,58px)}.premium-dashboard-grid{grid-template-columns:1fr}.dashboard-side-column{grid-template-columns:1fr 1fr}.dashboard-next-action{grid-template-columns:auto 1fr}.dashboard-action-button,.dashboard-action-status{grid-column:2;justify-self:start}}@media (width<=620px){.dashboard-hero{align-items:flex-end;min-height:0;padding:32px 24px}.dashboard-hero h1{font-size:clamp(38px,11vw,52px)}.dashboard-program-meta{grid-template-columns:1fr 1fr;gap:20px;margin-top:30px;display:grid}.dashboard-program-meta>span{border:0;min-width:0;padding:0}.dashboard-program-meta>span:nth-child(2){grid-area:2/1/auto/-1}.dashboard-next-action{grid-template-columns:1fr;padding:24px}.dashboard-action-icon{width:44px;height:44px}.dashboard-action-button,.dashboard-action-status{grid-column:1;justify-self:stretch;width:100%}.dashboard-side-column{grid-template-columns:1fr}.dashboard-calorie-feature{text-align:center;justify-items:center;padding:24px 18px;display:grid}.dashboard-calorie-feature>p{margin:0}.dashboard-calorie-ring{flex-basis:164px;width:164px;height:164px}.dashboard-macro-companions{grid-template-columns:repeat(3,1fr)}.dashboard-macro-companions>div{padding:17px 11px}.dashboard-support-targets,.dashboard-program-stats{grid-template-columns:1fr}.dashboard-program-stats>div{padding:15px}.dashboard-program-card>header,.dashboard-nutrition-card>header{align-items:center}}@media (width<=430px){.dashboard-hero{grid-template-columns:minmax(0,1fr) auto;display:grid}.dashboard-hero-content{display:contents}.dashboard-hero .eyebrow,.dashboard-hero h1,.dashboard-motivation,.dashboard-program-meta{grid-column:1/-1}.dashboard-program-meta{grid-row:4}}@media (prefers-reduced-motion:reduce){.dashboard-next-action,.dashboard-action-button,.dashboard-text-link,.dashboard-nutrition-card,.dashboard-program-card,.dashboard-feedback-card,.dashboard-progress-card,.dashboard-secondary-button{transition:none!important}}@media (width<=768px){.desktop-dashboard-hero,.desktop-dashboard-setup-note{display:none}.mobile-dashboard-hero{color:#fffaf4;background:radial-gradient(circle at 104% 16%,#b2866038,#0000 40%),linear-gradient(145deg,#2b211b 0%,#3a2a21 58%,#493429 100%);border-radius:28px;min-width:0;margin-bottom:20px;display:block;position:relative;overflow:hidden;box-shadow:0 22px 50px #31261d33}.mobile-dashboard-hero-copy{z-index:1;padding:31px 24px 27px;position:relative}.mobile-dashboard-eyebrow{color:#d3ad88;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:10px;font-weight:800;display:flex}.mobile-dashboard-eyebrow:after{content:"";background:#d3ad88b8;width:35px;height:1px}.mobile-dashboard-hero h1{color:#fffaf4;letter-spacing:-.045em;overflow-wrap:anywhere;max-width:78%;margin:14px 0 13px;font:400 clamp(37px,10vw,50px)/.98 Georgia,serif}.mobile-dashboard-greeting-with-photo{align-items:center;gap:16px;margin:14px 0 13px;display:flex}.mobile-dashboard-greeting-with-photo h1{max-width:none;margin:0}.mobile-dashboard-profile-photo{object-fit:cover;border:2px solid #d3ad88b8;border-radius:50%;flex:0 0 72px;width:72px;height:72px}.mobile-dashboard-support{color:#e4d8ce;max-width:68%;min-height:72px;margin:0;font-size:14px;line-height:1.58}.mobile-dashboard-actions{flex-wrap:wrap;gap:10px;margin-top:23px;display:flex}.mobile-dashboard-primary{color:#fffaf4;background:#b88d66;border:1px solid #b88d66;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 19px;font-size:13px;font-weight:800;transition:background .18s,border-color .18s,transform .18s;display:inline-flex;box-shadow:0 10px 24px #130c082e}.mobile-dashboard-primary:hover{background:#c69b74;border-color:#c69b74;transform:translateY(-1px)}.mobile-dashboard-primary:focus-visible{outline-offset:3px;outline:3px solid #fffaf4}.mobile-dashboard-primary svg{stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px;width:18px;height:18px}.mobile-dashboard-hero-art{z-index:0;stroke:#d0a77f;stroke-width:1px;opacity:.27;pointer-events:none;width:260px;height:260px;position:absolute;top:24px;right:-81px}.mobile-dashboard-barbell{stroke-width:2px;stroke-linecap:round}.mobile-dashboard-hero .dashboard-hero-quote{z-index:1;color:#f5ede5;text-align:left;min-height:92px;margin:0;padding:0 24px 24px;font-size:18px;position:relative}.mobile-dashboard-hero .dashboard-hero-quote>i{width:58px;margin:15px 0 0}.mobile-dashboard-status{z-index:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#120c094d;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:17px 12px 18px;display:grid;position:relative}.mobile-dashboard-status>div{border-left:1px solid #dcbea22e;min-width:0;padding:0 11px}.mobile-dashboard-status>div:first-child{border-left:0}.mobile-dashboard-status dt{color:#c6a27f;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:5px;margin:0;font-size:8px;font-weight:850;display:flex}.mobile-dashboard-status dt svg{stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 14px;width:14px;height:14px}.mobile-dashboard-status dd{color:#fffaf4;overflow-wrap:anywhere;margin:7px 0 0;font-size:11px;font-weight:750;line-height:1.3}}@media (width<=374px){.mobile-dashboard-hero-copy{padding:28px 20px 24px}.mobile-dashboard-hero h1{max-width:82%;font-size:36px}.mobile-dashboard-greeting-with-photo{flex-direction:column;align-items:flex-start;gap:12px}.mobile-dashboard-profile-photo{flex-basis:64px;width:64px;height:64px}.mobile-dashboard-support{max-width:72%;font-size:13px}.mobile-dashboard-status{padding-left:6px;padding-right:6px}.mobile-dashboard-status>div{padding-left:8px;padding-right:8px}.mobile-dashboard-status dt{letter-spacing:.08em;gap:3px;font-size:7px}.mobile-dashboard-status dd{font-size:10px}}@media (prefers-reduced-motion:reduce){.mobile-dashboard-primary,.dashboard-hero-quote{transition:none!important}}.dashboard-macro-focals{justify-content:center;align-items:center;gap:clamp(14px,2.4vw,24px);margin:30px 0 0;display:flex}.dashboard-macro-focal{text-align:center;background:#fbf5eb;border:1px solid #8b6c513b;border-radius:50%;flex:0 174px;width:clamp(142px,15vw,174px);height:clamp(142px,15vw,174px);display:block;position:relative;box-shadow:inset 0 0 0 9px #dccab42e,0 13px 30px #49342513}.dashboard-macro-focal dt{color:#765f4d;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:850;position:absolute;top:31%;left:50%;transform:translate(-50%)}.dashboard-macro-value{color:#302820;justify-content:center;align-items:baseline;margin:0;line-height:1;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-macro-value span{letter-spacing:-.045em;font:400 clamp(36px,4vw,46px)/1 Georgia,serif}.dashboard-macro-value small{color:#897b70;margin-left:4px;font-size:11px;line-height:1}.dashboard-calorie-summary{text-align:center;border-top:1px solid #a68b7040;margin:28px auto 0;padding-top:22px}.dashboard-calorie-summary span,.dashboard-calorie-summary strong{display:block}.dashboard-calorie-summary span{color:#837467;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.dashboard-calorie-summary strong{color:#493a2f;margin-top:7px;font:400 21px Georgia,serif}.dashboard-support-targets{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:22px}.dashboard-support-targets>div{background:#f8f4eeb3;border:1px solid #a68b701f;min-width:0;padding:17px 19px}.dashboard-support-targets dd{color:#5d4c3f;overflow-wrap:anywhere;margin:7px 0 3px;font:400 19px Georgia,serif}.dashboard-support-targets small{color:#94877c;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}@media (width<=720px){.dashboard-macro-focals{gap:12px}.dashboard-macro-focal{flex-basis:150px;width:clamp(118px,25vw,150px);height:clamp(118px,25vw,150px)}}@media (width<=520px){.dashboard-macro-focals{gap:7px;margin-top:25px}.dashboard-macro-focal{flex-basis:min(28vw,112px);gap:6px;width:min(28vw,112px);height:min(28vw,112px);box-shadow:inset 0 0 0 6px #dccab42e,0 9px 20px #4934250f}.dashboard-macro-focal dd span{font-size:clamp(27px,8vw,34px)}.dashboard-macro-focal dt{letter-spacing:.1em;font-size:8px}.dashboard-macro-focal dd small{font-size:9px}.dashboard-calorie-summary{margin-top:22px;padding-top:18px}.dashboard-support-targets{grid-template-columns:1fr}.dashboard-support-targets>div{padding:15px 17px}}.profile-content .profile-utility-card{flex-direction:column;height:100%;display:flex}.profile-content .profile-utility-card>.portal-form{flex-direction:column;flex:1;display:flex}.profile-content .profile-utility-card .profile-utility-card__actions{width:100%;margin-top:auto;padding-top:24px;padding-bottom:24px}.profile-content .profile-utility-card .profile-utility-card__actions .button{color:#fffaf2;background:linear-gradient(135deg,#806348 0%,#604a38 100%);border:1px solid #5f4733;border-radius:999px;justify-content:center;align-items:center;width:100%;min-width:0;height:44px;min-height:44px;padding:0 22px;font-size:14px;font-weight:600;line-height:1.2;display:inline-flex;box-shadow:0 6px 16px #4e39282e}.profile-content .profile-utility-card .profile-utility-card__actions .button:hover{background:linear-gradient(135deg,#76583c 0%,#514031 100%);border-color:#4e3928;box-shadow:0 10px 24px #4e392847}.profile-content .profile-utility-card .profile-utility-card__actions .button:active{background:#4e3928;box-shadow:0 2px 6px #4e392824}.profile-content .profile-utility-card .profile-utility-card__actions .button:focus-visible{box-shadow:var(--focus-ring),0 6px 16px #4e39282e;border-color:#76583c;outline:none}.pwa-launch-splash-complete .pwa-splash{display:none}.pwa-splash{z-index:10000;box-sizing:border-box;min-height:100dvh;padding:max(24px,env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));opacity:1;visibility:visible;background:#faf7f2;place-items:center;transition:opacity .45s,visibility 0s linear .45s;animation:0s 4.6s forwards pwa-splash-safety;display:grid;position:fixed;inset:0;overflow:hidden}.pwa-splash:before{content:"";opacity:0;background:radial-gradient(circle at 86% 10%,#e9d7bfe6 0,#e9d7bf00 34%),radial-gradient(circle at 10% 88%,#c7a9883d 0,#c7a98800 35%),radial-gradient(circle at 50% 48%,#ffffffb8 0,#faf7f242 45%,#f2ece4a8 100%);animation:.4s forwards pwa-splash-reveal;position:absolute;inset:0}.pwa-splash__content{z-index:2;flex-direction:column;align-items:center;width:min(40vw,300px);display:flex;position:relative;transform:translateY(-2vh)}.pwa-splash__logo{opacity:0;filter:blur(5px);width:100%;height:auto;animation:.7s cubic-bezier(.22,.61,.36,1) .4s forwards pwa-splash-logo;display:block;transform:scale(.98)}.pwa-splash__loading{opacity:0;background:#3a2f2829;border-radius:999px;width:120px;height:2px;margin-top:34px;animation:.35s .7s forwards pwa-splash-reveal;display:block;overflow:hidden}.pwa-splash__loading span{border-radius:inherit;transform-origin:0;background:#c28d51;width:100%;height:100%;animation:1.2s ease-in-out .7s forwards pwa-splash-loading;display:block;transform:scaleX(0)}.pwa-splash__message{color:#3a2f28;text-align:center;opacity:0;min-height:2.8em;margin-top:27px;font-size:clamp(11px,2.8vw,13px);font-weight:400;line-height:1.4;transition:opacity .3s;animation:.45s 1s forwards pwa-splash-reveal}.pwa-splash__message--changing{opacity:0!important}.pwa-splash__circles{z-index:1;opacity:0;animation:.7s .2s forwards pwa-splash-reveal;position:absolute;inset:0}.pwa-splash__circles span{border:1px solid #7a5b3814;border-radius:50%;display:block;position:absolute}.pwa-splash__circles span:first-child{aspect-ratio:1;width:62vw;max-width:560px;top:-18vw;right:-22vw}.pwa-splash__circles span:nth-child(2){aspect-ratio:1;width:min(78vw,540px);top:20%;left:50%;transform:translate(-50%,-8%)}.pwa-splash__circles span:nth-child(3){aspect-ratio:1;width:min(78vw - 36px,504px);top:calc(20% + 18px);left:50%;transform:translate(-50%,-8%)}.pwa-splash__barbell{z-index:1;opacity:.07;pointer-events:none;width:min(58vw,420px);height:auto;display:block;position:absolute;bottom:2%;right:-15%;transform:rotate(-12deg)}.pwa-splash--dismissed{pointer-events:none;opacity:0}@keyframes pwa-splash-logo{to{opacity:1;filter:blur();transform:scale(1)}}@keyframes pwa-splash-reveal{to{opacity:1}}@keyframes pwa-splash-loading{to{transform:scaleX(1)}}@keyframes pwa-splash-safety{to{pointer-events:none;opacity:0;visibility:hidden}}@media (width>=768px){.pwa-splash__content{width:min(32vw,320px)}.pwa-splash__circles span:first-child{top:-260px;right:-220px}.pwa-splash__barbell{width:min(34vw,460px);bottom:3%;right:-70px}}@media (width<=420px){.pwa-splash__content{width:40vw}.pwa-splash__loading{margin-top:28px}.pwa-splash__barbell{width:70vw;bottom:4%;right:-22%}}@media (prefers-reduced-motion:reduce){.pwa-splash{transition-duration:.2s}.pwa-splash:before,.pwa-splash__circles,.pwa-splash__logo,.pwa-splash__loading,.pwa-splash__message{animation:.2s forwards pwa-splash-reveal}.pwa-splash__logo{filter:none;transform:none}.pwa-splash__loading span{animation:none;transform:scaleX(1)}.pwa-splash__message{transition-duration:.2s}.pwa-splash--dismissed{visibility:hidden}}.pwa-install{z-index:1000;border:1px solid var(--line);background:var(--card);border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:13px;width:min(440px,100vw - 32px);padding:17px 44px 17px 18px;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 18px 50px #29211833}.pwa-install[hidden]{display:none}.pwa-install img{border-radius:12px}.pwa-install__copy strong{display:block}.pwa-install__copy p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.pwa-install__actions{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.pwa-install__action,.pwa-install__not-now{cursor:pointer;border-radius:999px;min-height:44px;padding:10px 15px;font-weight:800}.pwa-install__action{background:var(--brown);color:#fff;border:0}.pwa-install__not-now{border:1px solid var(--line);color:var(--brown);background:0 0}.pwa-install__never{min-height:44px;color:var(--muted);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;grid-column:1/-1;text-decoration:underline}.pwa-install__dismiss{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;font-size:22px;display:grid;position:absolute;top:0;right:0}.pwa-install button:focus-visible,.portal-app-preferences button:focus-visible{outline:3px solid var(--tan);outline-offset:2px}.portal-app-preferences{margin-top:22px}.portal-app-preferences>p:not(.eyebrow){color:#756b62;line-height:1.55}.portal-app-preferences__status:empty{display:none}.portal-app-preferences__install{background:var(--brown);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:44px;margin-top:12px;padding:11px 18px;font-weight:800}.portal-app-preferences__reset{min-height:44px;color:var(--brown);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:8px 0;font-weight:700;text-decoration:underline;display:block}.portal-app-preferences__reset[hidden]{display:none}@media (width<=520px){.pwa-install__actions{grid-template-columns:1fr}.pwa-install__never{grid-column:auto}.pwa-install__action,.pwa-install__not-now{width:100%}}.pwa-install__ios-steps[hidden]{display:none}.pwa-install--ios{right:50%;bottom:max(16px,env(safe-area-inset-bottom));width:min(470px,100vw - 24px);padding:22px 22px calc(18px + env(safe-area-inset-bottom));background:linear-gradient(155deg,#fffdf9 0%,#f7efe5 100%);border:1px solid #76583c2e;border-radius:26px 26px 20px 20px;grid-template-columns:52px minmax(0,1fr);display:grid;transform:translate(50%);box-shadow:0 24px 70px #211e1a47}.pwa-install--ios>img{background:#fff;border:1px solid #76583c1f;border-radius:15px;width:52px;height:52px;padding:8px;box-shadow:0 8px 22px #4b37261f}.pwa-install--ios .pwa-install__copy{padding:3px 24px 0 0}.pwa-install--ios .pwa-install__copy strong{color:var(--charcoal);font:400 21px/1.15 Georgia,serif}.pwa-install--ios .pwa-install__copy p{margin-top:6px;font-size:12px}.pwa-install__ios-steps{background:#ffffffb8;border:1px solid #76583c24;border-radius:16px;grid-column:1/-1;gap:0;margin:4px 0 0;padding:0;list-style:none;display:grid;overflow:hidden}.pwa-install__ios-steps li{border-bottom:1px solid #76583c1f;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:68px;padding:11px 13px;display:grid}.pwa-install__ios-steps li:last-child{border-bottom:0}.pwa-install__step-number{background:var(--brown);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.pwa-install__ios-steps strong,.pwa-install__ios-steps small{display:block}.pwa-install__ios-steps strong{color:var(--ink);font-size:13px}.pwa-install__ios-steps small{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.35}.pwa-install__ios-steps svg{fill:none;width:25px;height:25px;stroke:var(--brown);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.pwa-install__add-preview{color:#1768b0;background:#edf3fb;border-radius:7px;padding:5px 9px;font-size:11px;font-weight:800}.pwa-install--ios .pwa-install__actions{grid-template-columns:1fr}.pwa-install--ios .pwa-install__not-now{background:#fffdf9}.pwa-install--ios .pwa-install__never{grid-column:auto}.client-portal-body .pwa-install--ios{bottom:max(16px,env(safe-area-inset-bottom))}@media (width<=520px){.pwa-install--ios{width:calc(100vw - 24px);right:12px;transform:none}.client-portal-body .pwa-install--ios{width:calc(100vw - 24px);right:12px}}.client-mobile-header,.client-mobile-nav,.portal-mobile-session{display:none}.coach-flash{border:1px solid;border-radius:14px;width:min(1180px,100% - 48px);margin:22px auto 0;padding:14px 18px;font-weight:700}.coach-flash--success{color:#425739;background:#eef5e8;border-color:#b7c9aa}.coach-flash--error{color:#7a392a;background:#fff2eb;border-color:#d8b9a8}.welcome-email-action{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.welcome-email-action p{color:var(--muted);margin:0 0 14px;line-height:1.55}.welcome-email-action--unavailable{border:1px solid var(--line);background:#f7f1e9;border-radius:14px;padding:18px}.welcome-email-action--unavailable p+p{font-size:13px}.welcome-email-action button:disabled{cursor:not-allowed;opacity:.58}.email-review-content{width:min(1220px,100% - 48px);margin:0 auto;padding:34px 0 70px}.email-review-heading{margin:26px 0}.email-review-heading h1{margin:5px 0 8px}.email-review-heading p:last-child{color:var(--muted)}.email-review-layout{grid-template-columns:minmax(260px,.55fr) minmax(500px,1.45fr);align-items:start;gap:22px;display:grid}.email-review-details,.email-preview-panel{padding:28px}.email-review-details h2,.email-preview-panel h2{margin-top:0}.email-review-details dl{margin:22px 0}.email-review-details dl div{border-bottom:1px solid var(--line);padding:15px 0}.email-review-details dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:11px;font-weight:800}.email-review-details dd{margin:0;line-height:1.5}.email-review-details dd span{color:var(--muted)}.email-review-details form{flex-wrap:wrap;gap:10px;display:flex}.email-review-details form .button.button-pill{border-width:1px;border-radius:999px;height:44px;min-height:44px;padding:0 22px;font-size:14px;font-weight:600;line-height:1.2;box-shadow:0 6px 16px #4e39282e}.email-preview-panel iframe{border:1px solid var(--line);background:#f3ece2;border-radius:14px;width:100%;height:760px;display:block}.communication-history-list{display:grid}.communication-history-item{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:15px 0;display:grid}.communication-history-item:last-child{border-bottom:0}.communication-history-item>div{gap:4px;display:grid}.communication-history-item>div:last-child{text-align:right}.communication-history-item span,.communication-history-item time,.communication-history-item small,.communication-history-empty{color:var(--muted);font-size:12px}.communication-status{text-transform:uppercase;letter-spacing:.06em;font-weight:850}@media (width<=900px){.email-review-layout{grid-template-columns:1fr}.email-preview-panel iframe{height:680px}}@media (width<=600px){.coach-flash,.email-review-content{width:calc(100% - 28px)}.email-review-details,.email-preview-panel{padding:20px}.communication-history-item{grid-template-columns:1fr}.communication-history-item>div:last-child{text-align:left}}.welcome-email-card{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px;display:grid}.welcome-email-card__icon{background:var(--soft);width:48px;height:48px;color:var(--brown);border-radius:50%;place-items:center;display:grid}.welcome-email-card__icon svg{fill:currentColor;width:23px;height:23px}.welcome-email-card__heading{align-items:center;gap:12px;display:flex}.welcome-email-card h2{margin:0;font:400 24px Georgia,serif}.welcome-email-card__copy>p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.5}.welcome-email-card__copy>.form-error{color:#9b4130}.welcome-email-card__unavailable{font-size:12px!important}.welcome-email-card form{margin:0}.welcome-email-card .button{white-space:nowrap}.welcome-email-card .button:disabled{cursor:not-allowed;opacity:.58}@media (width<=760px){.welcome-email-card{grid-template-columns:auto minmax(0,1fr);padding:20px}.welcome-email-card>form,.welcome-email-card>button{grid-column:1/-1;width:100%}.welcome-email-card__heading{flex-direction:column;align-items:flex-start;gap:7px}}.communications-header{justify-content:space-between;align-items:end;gap:24px;margin:26px 0;display:flex}.communications-header h1{margin:4px 0}.communications-header p:last-child{color:var(--muted)}.communications-quick-start,.communications-timeline,.email-composer{margin-bottom:22px;padding:28px}.communications-template-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.communications-template-grid a{border:1px solid var(--line);background:var(--paper);color:var(--brown);border-radius:14px;gap:6px;padding:18px;text-decoration:none;display:grid}.communications-template-grid span{color:var(--muted);font-size:12px}.communications-empty{text-align:center;color:var(--muted);padding:46px 20px}.communications-empty h3{color:var(--brown)}.email-composer{gap:18px;max-width:760px;display:grid}.email-composer label{gap:7px;font-weight:750;display:grid}.email-composer input,.email-composer textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:13px}.email-composer input[readonly]{color:var(--muted);background:#f4eee6}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.form-help{color:var(--muted);margin:0;font-size:13px}@media (width<=600px){.communications-header{display:block}.communications-header .button{margin-top:14px}.communications-quick-start,.communications-timeline,.email-composer{padding:20px}}.communications-toolbar{align-items:center;gap:20px;margin-bottom:16px;padding:14px 16px;display:flex}.communications-segments{border:1px solid var(--line);background:var(--soft);border-radius:999px;flex:none;padding:3px;display:flex}.communications-segments a{min-height:38px;color:var(--muted);border-radius:999px;place-items:center;padding:0 15px;font-size:13px;font-weight:750;text-decoration:none;display:grid}.communications-segments a.is-active{background:var(--card);color:var(--ink);box-shadow:0 2px 8px #29211814}.communications-filter-form{flex:1;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.communications-search{width:min(420px,100%)}.communications-search input,.communications-advanced select,.email-composer select{box-sizing:border-box;border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);font:inherit;background:#fffdf9;border-radius:10px;padding:10px 13px}.communications-search input:focus,.communications-advanced select:focus,.email-composer select:focus,.email-composer input:focus,.email-composer textarea:focus{border-color:var(--brown);outline-offset:1px;outline:3px solid #cfb49359}.communications-search-submit{min-height:42px;color:var(--brown);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 14px;font-size:13px;font-weight:800}.communications-advanced{flex:none;position:relative}.communications-advanced summary{border:1px solid var(--line);background:var(--card);min-height:42px;color:var(--brown);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:800;list-style:none;display:flex}.communications-advanced summary::-webkit-details-marker{display:none}.communications-advanced summary:after{content:"+";font-size:16px;font-weight:500}.communications-advanced[open] summary:after{content:"−"}.communications-advanced summary span{background:var(--brown);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.communications-advanced-panel{z-index:10;border:1px solid var(--line);background:var(--card);border-radius:16px;gap:13px;width:360px;padding:18px;display:grid;position:absolute;top:calc(100% + 9px);right:0;box-shadow:0 18px 45px #4e392829}.communications-advanced-panel label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;gap:6px;font-size:11px;font-weight:800;display:grid}.communications-advanced-actions{justify-content:space-between;align-items:center;gap:12px;padding-top:3px;display:flex}.communications-advanced-actions a{color:var(--brown);font-size:12px;font-weight:750}.communications-timeline{padding:0;overflow:hidden}.communications-history-list{display:grid}.communications-history-item{border-bottom:1px solid var(--line);grid-template-columns:minmax(190px,.8fr) minmax(280px,1.5fr) minmax(130px,.45fr);align-items:center;gap:22px;padding:17px 22px;display:grid}.communications-history-item:last-child{border-bottom:0}.communications-recipient,.communications-message-summary{min-width:0}.communications-recipient>div{align-items:center;gap:8px;display:flex}.communications-recipient strong{min-width:0;color:var(--ink);font-size:14px}.communications-recipient small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;display:block;overflow:hidden}.relationship-badge{color:#634b38;letter-spacing:.08em;text-transform:uppercase;background:#f1e7db;border:1px solid #cdbda9;border-radius:999px;flex:none;align-items:center;min-height:21px;padding:0 8px;font-size:9px;font-style:normal;font-weight:850;display:inline-flex}.relationship-badge--lead{color:#76583c;background:0 0}.communications-message-summary h2{color:var(--ink);overflow-wrap:anywhere;margin:0;font:700 14px/1.4 inherit}.communications-message-summary p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.4}.communications-row-actions{justify-content:flex-end;align-items:center;gap:18px;display:flex}.communications-row-actions>a{color:var(--brown);white-space:nowrap;font-size:12px;font-weight:850}.communication-status{letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:850}.communication-status--sent{color:#526448!important}.communication-status--failed{color:#9f4937!important}.communication-status--pending{color:#856a40!important}.communications-pagination{border-top:1px solid var(--line);background:#faf6f0;grid-template-columns:1fr auto 1fr;align-items:center;padding:15px 22px;font-size:12px;display:grid}.communications-pagination a,.communications-pagination>span:first-child,.communications-pagination>span:last-child{align-items:center;min-height:40px;font-weight:800;display:inline-flex}.communications-pagination a{color:var(--brown)}.communications-pagination>a:last-child,.communications-pagination>span:last-child{justify-self:end}.communications-pagination [aria-disabled=true]{color:#a99f95}.communications-pagination>span:nth-child(2){color:var(--muted);text-align:center}.communications-empty h2{color:var(--ink);margin:0 0 8px;font-size:20px}.communications-empty p{margin:0 auto 18px}.compose-recipient-summary{border:1px solid var(--line);background:var(--soft);border-radius:12px;padding:13px 15px}.compose-recipient-summary>div{align-items:center;gap:8px;display:flex}.compose-recipient-summary small{color:var(--muted);margin-top:4px;display:block}.communication-detail-heading{margin:26px 0 20px}.communication-detail-heading h1{overflow-wrap:anywhere;margin:5px 0}.communication-record-summary{grid-template-columns:minmax(220px,1fr) minmax(360px,1.6fr);gap:30px;margin-bottom:16px;padding:24px;display:grid}.communication-record-label,.communication-record-summary dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:850}.communication-record-recipient>div{align-items:center;gap:8px;display:flex}.communication-record-recipient small{color:var(--muted);margin-top:5px;display:block}.communication-record-summary dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;display:grid}.communication-record-summary dd{margin:0;line-height:1.45}.communication-message-panel{padding:26px}.communication-message-panel .communication-detail{width:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;line-height:1.7;position:static}.communication-message-panel .communication-record-label{border-bottom:1px solid var(--line);padding-bottom:12px}@media (width<=900px){.communications-toolbar{flex-direction:column;align-items:stretch}.communications-filter-form{justify-content:stretch}.communications-search{flex:1}.communications-history-item{grid-template-columns:minmax(170px,.75fr) minmax(240px,1.25fr)}.communications-row-actions{grid-column:2;justify-content:flex-start}.communication-record-summary{grid-template-columns:1fr}.communication-record-summary dl{border-top:1px solid var(--line);padding-top:18px}}@media (width<=600px){.communications-toolbar{padding:13px}.communications-segments{box-sizing:border-box;width:100%}.communications-segments a{flex:1}.communications-filter-form{flex-wrap:wrap;align-items:stretch}.communications-search{flex-basis:100%;width:100%}.communications-search-submit{order:2}.communications-advanced{order:3;margin-left:auto}.communications-advanced-panel{width:auto;position:fixed;top:auto;left:14px;right:14px}.communications-history-item{grid-template-columns:1fr;gap:11px;padding:17px}.communications-row-actions{grid-column:auto;justify-content:space-between;padding-top:2px}.communications-recipient small{white-space:normal;overflow-wrap:anywhere}.communications-pagination{padding:12px 16px}.communication-record-summary{padding:20px}.communication-record-summary dl{grid-template-columns:1fr;gap:14px}.communication-message-panel{padding:20px}}.communications-index-page{display:grid}.communications-page-header{justify-content:space-between;align-items:center;gap:24px;margin:0 0 30px;display:flex}.communications-page-header h1{margin:0 0 8px}.communications-page-header p{color:var(--muted);margin:0}.communications-page-header .button{flex:none}.communications-index-page .communications-toolbar{box-shadow:none;background:#fffdf99e;border-color:#76583c2e;margin:0 0 22px;padding:17px 20px}.communications-index-page .communications-filter-form{gap:12px}.communications-index-page .communications-search{flex:1;width:auto;max-width:520px;display:block;position:relative}.communications-index-page .communications-search input{padding-right:48px}.communications-index-page .communications-search-submit{width:42px;height:42px;color:var(--brown);cursor:pointer;background:0 0;border:0;border-radius:0 9px 9px 0;place-items:center;padding:0;display:grid;position:absolute;top:1px;right:1px}.communications-index-page .communications-search-submit svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:17px;height:17px}.communications-index-page .communications-search-submit:focus-visible{outline:3px solid var(--tan);outline-offset:1px}.communications-index-page .communications-advanced summary{min-height:44px}.communications-index-page .communications-history-item{padding:17px 24px}.communications-index-page .communications-pagination{margin-top:0;padding:16px 24px}.communications-empty{padding:56px 24px}.communication-compose-page .back-link,.communication-detail-page .back-link{margin-bottom:24px}.communication-compose-heading{margin-bottom:26px}.communication-compose-heading h1{margin:5px 0 8px}.communication-compose-heading p:last-child{color:var(--muted);margin-bottom:0}.communication-compose-page .email-composer{gap:22px}.communication-compose-page .compose-recipient-summary{padding:16px 18px}.lead-follow-up-panel{border:1px solid var(--line);background:#faf6f0;border-radius:14px;gap:10px;padding:16px 18px;display:grid}.lead-follow-up-panel[hidden]{display:none}.lead-follow-up-panel p{margin:0}.lead-follow-up-option{align-items:flex-start;grid-template-columns:none!important;gap:11px!important;display:flex!important}.lead-follow-up-option input{accent-color:var(--brown);margin-top:3px;width:auto!important}.lead-follow-up-option span{gap:3px;display:grid}.lead-follow-up-option small,.lead-follow-up-action{color:var(--muted);font-size:12px}.lead-follow-up-action strong{color:var(--brown)}.communication-compose-page .form-actions{margin-top:2px;padding-top:2px}.communication-detail-page .communication-detail-heading{margin:0 0 24px}.communication-detail-page .communication-record-summary{margin-bottom:20px;padding:28px}.communication-detail-page .communication-message-panel{padding:28px}.communication-detail-page .communication-message-panel .communication-record-label{margin-bottom:18px;padding-bottom:14px}@media (width<=900px){.communications-index-page .communications-toolbar{gap:16px}.communications-index-page .communications-filter-form{gap:12px}.communications-index-page .communications-search{max-width:none}}@media (width<=760px){.communications-page-header{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}}@media (width<=600px){.communications-page-header .button{width:100%}.communications-index-page .communications-toolbar{gap:14px;padding:16px}.communications-index-page .communications-filter-form{row-gap:12px}.communications-index-page .communications-search{order:1}.communications-index-page .communications-advanced{order:2;margin-left:0}.communications-index-page .communications-history-item{gap:12px;padding:16px 18px}.communications-index-page .communications-pagination{padding:14px 18px}.communications-empty{padding:48px 20px}.communication-compose-page .back-link,.communication-detail-page .back-link{margin-bottom:20px}.communication-compose-heading{margin-bottom:24px}.communication-compose-page .email-composer{gap:20px;padding:22px 18px}.communication-compose-page .compose-recipient-summary{padding:15px 16px}.communication-detail-page .communication-detail-heading{margin-bottom:22px}.communication-detail-page .communication-record-summary,.communication-detail-page .communication-message-panel{padding:22px 18px}}@media (width<=850px){.client-portal-header{display:none}.client-mobile-header{z-index:30;height:calc(64px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;background:#fbf8f3f7;border-bottom:1px solid #76583c29;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 4px 14px #3d2d1f0b}.client-mobile-brand,.client-mobile-profile{border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.client-mobile-brand img{width:42px;height:42px;display:block}.client-mobile-profile .client-avatar{color:#4b382a;background:#e8ddd0;border:1px solid #76583c33;width:38px;height:38px;font-size:13px}.client-mobile-brand:focus-visible,.client-mobile-profile:focus-visible,.client-mobile-nav__item:focus-visible,.portal-mobile-logout:focus-visible{outline-offset:2px;outline:3px solid #7b563f66}.client-mobile-profile[aria-current=page]{background:#eee3d6}.client-mobile-nav{z-index:40;min-height:calc(66px + env(safe-area-inset-bottom));padding:5px max(6px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(6px,env(safe-area-inset-left));background:#fbf8f3fa;border-top:1px solid #76583c29;grid-template-columns:repeat(6,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.client-mobile-nav__item{color:#75675c;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;min-height:56px;font-size:11px;font-weight:700;line-height:1.15;display:flex;position:relative}.client-mobile-nav__item.active{color:#4b382a;font-weight:850}.client-mobile-nav__item.active:before{content:"";background:#e2d3c2;border-radius:999px;width:38px;height:30px;position:absolute;top:3px;left:50%;transform:translate(-50%)}.client-mobile-nav__icon{z-index:1;place-items:center;width:27px;height:27px;display:grid;position:relative}.client-mobile-nav__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.client-portal-main{padding-bottom:calc(94px + env(safe-area-inset-bottom))}.portal-mobile-session{justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding:22px 24px;display:flex}.portal-mobile-session h2{margin:4px 0 0;font-size:22px}.portal-mobile-logout{color:#654b38;min-height:48px;font:inherit;cursor:pointer;white-space:nowrap;background:#fffdf9;border:1px solid #cdb8a2;border-radius:999px;padding:0 17px;font-size:13px;font-weight:800}.client-portal-body .pwa-install{bottom:calc(76px + env(safe-area-inset-bottom))}}@media (width<=520px){.portal-mobile-session{flex-direction:column;align-items:flex-start}.portal-mobile-session form,.portal-mobile-logout{width:100%}.client-portal-body .pwa-install{width:calc(100vw - 20px);right:10px}}.program-builder{--pb-espresso:#30231a;--pb-brown:#76523b;--pb-paper:#fcf8f2;--pb-ink:#2a211b;--pb-muted:#71665d;max-width:1540px;padding:28px 24px 72px}.program-builder-back{color:#694e39;gap:8px;margin-bottom:20px;font-size:12px;font-weight:750;display:inline-flex}.program-builder-hero{background:var(--pb-espresso);color:#fffaf3;border-radius:20px 20px 0 0;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:64px;padding:46px 50px;display:grid;position:relative;overflow:hidden}.program-builder-hero:after{content:"";border:1px solid #e0c1a326;border-radius:50%;width:340px;height:340px;position:absolute;top:-140px;right:-80px}.program-builder-eyebrow,.program-builder-card-label{color:#a77f60;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:10px;font-weight:850}.program-builder-hero .program-builder-eyebrow,.program-readiness-closing .program-builder-eyebrow{color:#d2ad8f}.program-builder-hero h1{color:#fffaf3;letter-spacing:-.035em;margin:12px 0 14px;font:400 clamp(42px,4.2vw,64px)/1.02 Georgia,serif}.program-builder-hero-copy>p:last-child{color:#d9ccc1;max-width:720px;margin:0;font-size:13px;line-height:1.65}.program-builder-client{z-index:1;background:#ffffff14;border:1px solid #ffffff1f;border-radius:15px;padding:20px;position:relative}.program-builder-identity{align-items:center;gap:12px;display:flex}.program-builder-identity .client-avatar{flex-basis:42px;width:42px;height:42px}.program-builder-identity strong,.program-builder-identity span{display:block}.program-builder-identity strong{color:#fffaf3;font-size:12px}.program-builder-identity span{color:#d8c9bd;margin-top:3px;font-size:10px}.program-builder-client dl{border-top:1px solid #ffffff1f;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 0;padding-top:15px;display:grid}.program-builder-client dt{color:#bca99a;letter-spacing:.14em;text-transform:uppercase;font-size:8px;font-weight:800}.program-builder-client dd{color:#fffaf3;margin:5px 0 0;font-size:11px}.program-builder-message,.program-builder-errors{color:#583f2e;background:#fffaf3;border:1px solid #d9c2ab;border-radius:10px;margin:14px 0;padding:14px 18px}.program-builder-form{background:var(--pb-paper)}.program-builder-section{border-bottom:1px solid #e5d8ca;grid-template-columns:minmax(210px,250px) minmax(0,1fr);gap:44px;padding:44px 50px;display:grid}.program-builder-editorial h2{color:var(--pb-ink);margin:8px 0 10px;font:400 32px/1.04 Georgia,serif}.program-builder-editorial>p:last-child{color:var(--pb-muted);margin:0;font-size:12px;line-height:1.55}.program-builder-workarea{min-width:0}.program-framework-primary{grid-template-columns:1fr 1fr;gap:14px;display:grid}.program-field,.program-upload-field{min-width:0}.program-field label,.program-field-label{color:#51443a;letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.program-field label span,.program-field-label span{color:#84766b;text-transform:none;font-weight:600}.program-field input,.program-field select,.program-field textarea{box-sizing:border-box;color:#2b2520;width:100%;min-height:44px;font:inherit;background:#fffdf9;border:1px solid #ddcfc1;border-radius:9px;outline:none;padding:10px 12px;font-size:12px;display:block}.program-field textarea{resize:vertical}.program-field input:focus,.program-field select:focus,.program-field textarea:focus{border-color:#8b6244;box-shadow:0 0 0 3px #8b624424}.program-field>small,.program-upload-help{color:#786d64;margin-top:6px;font-size:9px;display:block}.program-macro-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.program-metric{background:#eee2d4;border:1px solid #e0d1c1;border-radius:13px;padding:13px}.program-metric input{min-height:40px}.program-calorie-field{background:var(--pb-brown);border-radius:13px;padding:13px}.program-builder-form .program-calorie-field label[for],.program-builder-form .program-calorie-field small{color:#e7d7ca}.program-calorie-field output{color:#fffaf3;font:400 24px/1.1 Georgia,serif;display:block}.program-materials-workarea{gap:14px;display:grid}.program-material-card{background:#fffdf9;border:1px solid #e3d5c7;border-radius:14px;padding:18px}.program-builder-card-label{margin-bottom:9px}.program-card-helper,.program-opening-helper{color:#7b6e64;margin:0 0 13px;font-size:10px}.program-optional-resource{background:#f2e8dc}.program-resource-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:15px;display:grid}.program-upload-control{align-items:center;gap:12px;min-width:0;display:flex}.program-upload-native{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.program-builder-form label.program-upload-button[for]{cursor:pointer;justify-content:center;align-items:center;min-height:32px;margin-bottom:0;padding:0 15px;font-size:13px;font-weight:650;line-height:1;display:inline-flex}.program-upload-name{color:#675a50;overflow-wrap:anywhere;min-width:0;font-size:10px}.program-upload-help{margin-left:2px}.program-current-file{border-top:1px solid #e8ddd2;justify-content:space-between;align-items:center;gap:14px;margin-top:10px;padding-top:10px;display:flex}.program-current-file a{color:#66452f;min-width:0}.program-current-file a span,.program-current-file a strong,.program-current-file a small{display:block}.program-current-file a strong{overflow-wrap:anywhere;font-size:10px}.program-current-file a small{color:#81746a;font-size:8px}.program-remove-file{color:#734b36;align-items:center;gap:5px;font-size:9px;font-weight:750;display:flex}.program-builder-opening{background:var(--pb-paper)}.program-opening-panel{background:var(--pb-espresso);color:#fffaf3;border-radius:16px;grid-template-columns:1fr 1fr;gap:20px;padding:22px;display:grid}.program-opening-panel>div{align-content:start;gap:13px;display:grid}.program-opening-panel .program-builder-card-label,.program-builder-form .program-opening-panel .program-field label[for],.program-builder-form .program-opening-panel label.program-field-label[for]{color:#d8b99f}.program-opening-panel .program-field label span,.program-opening-panel .program-field-label span{color:#d2c2b5}.program-opening-panel input{color:#fffaf3;background:#49382e;border-color:#675143}.program-opening-panel input::placeholder{color:#bfaea1}.program-weekly-education{background:#ffffff12;border:1px solid #ffffff1f;border-radius:13px;padding:15px}.program-opening-panel .program-upload-button{color:#3c2c22;background:#f2e5d8}.program-opening-panel .program-upload-name,.program-opening-panel .program-upload-help,.program-opening-panel .program-opening-helper{color:#d2c2b5}.program-opening-panel .form-error{color:#f4e8dc}.program-opening-panel .program-current-file{border-color:#ffffff24}.program-opening-panel .program-current-file a,.program-opening-panel .program-current-file a small,.program-opening-panel .program-remove-file{color:#f4e8dc}.program-schedule-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.program-launch-note{background:#f2e8dc;margin-top:14px}.program-launch-note textarea{min-height:92px}.program-readiness-closing{background:var(--pb-espresso);color:#f8eee4;border-radius:0 0 20px 20px;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:50px;padding:45px 50px;display:grid}.program-readiness-summary h2{color:#fffaf3;margin:10px 0;font:400 34px/1.08 Georgia,serif}.program-readiness-summary>p:nth-child(3){color:#d1c2b5;max-width:440px;font-size:11px;line-height:1.6}.program-readiness-count{align-items:end;gap:10px;margin-top:22px;display:flex}.program-readiness-count strong{color:#fffaf3;font:400 48px/1 Georgia,serif}.program-readiness-count span{color:#d4c4b7;padding-bottom:4px;font-size:10px}.program-setup-progress-track{background:#ffffff21;border-radius:999px;height:7px;margin-top:14px;overflow:hidden}.program-setup-progress-track span{border-radius:inherit;background:#d9b99f;height:100%;display:block}.program-readiness-detail{min-width:0}.readiness-list{grid-template-columns:1fr 1fr;gap:15px 28px;margin:0;padding:0;list-style:none;display:grid}.readiness-list li{color:#d5c7bc;align-items:center;gap:9px;font-size:10px;display:flex}.readiness-list li>span{color:#c7ac96;border:1px solid #856d5c;border-radius:50%;flex:0 0 16px;place-items:center;width:16px;height:16px;font-size:8px;display:grid}.readiness-list .is-complete{color:#f2e7dd}.readiness-list .is-complete>span{color:#37271d;background:#d5b79e;border-color:#d5b79e}.program-readiness-workflow{color:#d5c7bc;margin-top:20px;font-size:10px}.program-readiness-workflow p{margin:0 0 10px}.program-builder-actions{border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;padding-top:18px;display:flex}.program-builder-back-action{color:#dfcdbc;text-transform:uppercase;font-size:10px;font-weight:800}.program-builder-actions>div{justify-content:flex-end;align-items:center;gap:18px;display:flex}.program-builder-actions>div>span{color:#bfaea0;font-size:9px}.program-builder-actions .button-primary{color:#3b2b21;background:#f2e3d5}@media (width<=1100px){.program-builder-section{grid-template-columns:210px minmax(0,1fr);gap:28px;padding:36px 32px}.program-macro-grid{grid-template-columns:repeat(2,1fr)}.program-readiness-closing{padding:40px 32px}}@media (width<=820px){.program-builder{padding-inline:16px}.program-builder-hero{grid-template-columns:1fr;gap:28px;padding:38px 32px}.program-builder-client{max-width:360px}.program-builder-section,.program-readiness-closing{grid-template-columns:1fr}.program-builder-section{gap:24px}.program-readiness-closing{gap:32px}.program-builder-editorial>p:last-child{max-width:520px}}@media (width<=600px){.program-builder{padding:18px 10px 52px}.program-builder-hero{padding:30px 20px}.program-builder-hero h1{font-size:38px}.program-builder-section{padding:30px 18px}.program-framework-primary,.program-macro-grid,.program-resource-grid,.program-opening-panel,.program-schedule-grid,.readiness-list{grid-template-columns:1fr}.program-opening-panel{padding:17px}.program-readiness-closing{padding:32px 20px}.program-builder-actions,.program-builder-actions>div{flex-direction:column;align-items:stretch}.program-builder-actions>div{gap:10px}.program-builder-actions .button{justify-content:center;width:100%}.program-upload-control{flex-wrap:wrap;align-items:flex-start}.program-upload-name{flex-basis:100%}}.my-plan-publication{gap:22px}.my-plan-editorial-heading{margin-bottom:24px}.portal-phase small{color:#76695e;margin-top:10px;font-size:13px;display:block}.current-week-feature{background:#f8f0e6;border:1px solid #a68b7052;border-radius:22px;grid-template-columns:minmax(300px,.78fr) minmax(420px,1.22fr);min-height:370px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 55px #3d2d1f14}.current-week-feature:before{content:"";z-index:1;background:linear-gradient(90deg,#f8f0e6 0 40%,#f8f0e6f5 47%,#f8f0e69e 57%,#f8f0e62e 68%,#f8f0e600 78%);position:absolute;inset:0}.current-week-feature img{object-fit:cover;object-position:right center;grid-column:2;width:100%;height:100%;min-height:370px}.current-week-copy{z-index:2;padding:36px 0 34px 36px;position:relative}.current-week-copy h2{margin:6px 0 2px;font:400 clamp(36px,4.4vw,46px) Georgia,serif}.current-week-copy h3{margin:0 0 16px;font:400 26px Georgia,serif}.current-week-copy>p{color:#5f534b;max-width:390px;line-height:1.6}.current-week-meta{flex-wrap:wrap;gap:18px;margin:26px 0;display:flex}.current-week-meta span{color:#6a5d53;grid-template-columns:34px auto;column-gap:10px;font-size:12px;display:grid}.current-week-meta b{color:#594431;background:#d7bea0;border-radius:50%;grid-row:span 2;place-items:center;width:34px;height:34px;display:grid}.current-week-meta strong{color:#3b3129}.portal-pill{text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 24px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.portal-pill:focus-visible{outline-offset:3px;outline:3px solid #af8d6c73}.portal-pill:hover{transform:translateY(-1px)}.portal-pill-dark{color:#fff;background:#281f19;box-shadow:0 12px 24px #281f1938}.portal-pill-disabled,.portal-pill.is-disabled{color:#86786c;cursor:not-allowed;box-shadow:none;background:#e4d9cd}.portal-pill-outline.is-disabled{color:#ffffff9e;background:#ffffff14;border-color:#ffffff4d}.week-glance-panel{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1d1712e0;border-radius:16px;width:min(310px,36%);padding:22px;position:absolute;top:18px;bottom:18px;right:18px}.week-glance-panel h3{color:#fff;margin:0 0 16px;font-size:17px}.week-glance-row{grid-template-columns:34px 1fr;align-items:center;gap:11px;margin:0 0 12px;display:grid}.week-glance-row>span{color:#2e241d;background:#f3eadf;border-radius:9px;place-items:center;width:32px;height:32px;font-size:13px;display:grid}.week-glance-row p{margin:0}.week-glance-row strong,.week-glance-row small{display:block}.week-glance-row strong{font-size:12px}.week-glance-row small{color:#e4d6c7;font-size:11px}.my-plan-nutrition{padding:30px 34px}.my-plan-nutrition .portal-macro-grid-large{margin-top:26px}.my-plan-nutrition .macro-stat-card{min-height:255px;padding:22px 15px 18px}.my-plan-nutrition .macro-stat-card strong{font-size:clamp(38px,4vw,46px)}.training-feature{grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;display:grid}.training-feature>div,.training-current-panel{z-index:1;position:relative}.training-feature>div>p:not(.eyebrow){color:#efe6db;max-width:520px;line-height:1.65}.training-actions{gap:12px;max-width:500px;margin-top:26px;display:grid}.portal-pill-cream{color:#31261e;background:#f7eddf;justify-content:space-between}.portal-pill-cream small{font-size:12px;font-weight:700}.portal-pill-outline{color:#fff;background:0 0;border:1px solid #ffffff85}.training-current-panel{background:#ffffff0a;border:1px solid #ffffff24;border-radius:16px;padding:28px}.training-current-panel ul{color:#f2e8dd;margin:18px 0 0;padding-left:20px;line-height:2}.weekly-resources{padding:28px 34px}.weekly-resource-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px;display:grid}.weekly-resource-card{background:#fff8f0;border:1px solid #7754381a;border-radius:18px;min-height:230px;padding:22px 18px}.weekly-resource-card--education{background:#f4f8f0}.weekly-resource-card--checkin{background:#f0f7fa}.weekly-resource-card--photo{background:#f4f0f8}.resource-icon{color:#a8622e;background:#be885b29;border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:22px;display:grid}.weekly-resource-card h3{margin:8px 0;font:400 20px Georgia,serif}.weekly-resource-card p:not(.eyebrow){color:#6d6158;min-height:48px;font-size:13px;line-height:1.45}.resource-pill{color:#7a4a28;background:#be885b2e;width:100%;margin-top:10px}.previous-weeks{padding:0 0 6px}.previous-week-row,.previous-weeks-empty{background:#fffdf9b8;border:1px solid #a68b703d}.previous-week-row{border-bottom:0}.previous-week-row:first-of-type{border-radius:16px 16px 0 0}.previous-week-row:last-of-type{border-bottom:1px solid #a68b703d;border-radius:0 0 16px 16px}.previous-week-row summary{cursor:pointer;grid-template-columns:34px auto 1fr auto;align-items:center;gap:12px;padding:16px 22px;display:grid}.previous-week-row span{color:#547148;background:#dfe9d8;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.previous-week-row em{color:#6f6258;font-style:normal}.previous-week-row time{color:#7d7066}.previous-week-row p{color:#6f6258;margin:0;padding:0 22px 18px 68px}.previous-weeks-empty{color:#74685e;border-radius:16px;padding:22px}.my-plan-footer-note{text-align:center;color:#74685e;font-size:13px}@media (width<=1024px){.current-week-feature{grid-template-columns:1fr}.current-week-feature:before{background:linear-gradient(#f8f0e6 0 38%,#f8f0e673 62%,#f8f0e600)}.current-week-feature img{grid-area:2/1;min-height:280px}.week-glance-panel{grid-row:3;width:auto;margin:18px;position:relative;top:auto;bottom:auto;right:auto}.weekly-resource-grid{grid-template-columns:repeat(2,1fr)}.training-feature{grid-template-columns:1fr}.current-week-copy{padding-right:34px}}@media (width<=580px){.current-week-feature{min-height:0}.current-week-copy{padding:26px 22px}.current-week-feature img{min-height:220px}.current-week-meta{display:grid}.week-glance-panel{margin:14px;padding:18px}.weekly-resource-grid{grid-template-columns:1fr}.portal-pill{width:100%;padding:0 18px}.previous-week-row summary{grid-template-columns:28px 1fr;gap:8px}.previous-week-row em,.previous-week-row time{grid-column:2}.my-plan-nutrition,.weekly-resources{padding:24px 18px}}.current-week-meta svg,.week-glance-row svg,.portal-pill svg,.resource-icon svg,.previous-week-row svg,.my-plan-footer-note svg,.my-plan-personalized svg,.portal-empty-state svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1em;height:1em}.portal-pill svg{width:14px;height:14px}.week-glance-row svg,.resource-icon svg,.current-week-meta svg,.previous-week-row svg,.my-plan-footer-note svg,.my-plan-personalized svg,.portal-empty-state svg{width:16px;height:16px}.coaching-call-card{color:#3f3329;background:#f4f1e8;border:1px solid #748b6047;border-radius:20px;grid-template-columns:58px 1fr auto;align-items:center;gap:22px;padding:26px 30px;display:grid}.coaching-call-card.is-actionable{background:#edf3e8}.coaching-call-mark{color:#506246;background:#dce8d3;border-radius:50%;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.coaching-call-copy h2{margin:4px 0 8px;font:400 27px Georgia,serif}.coaching-call-copy p{color:#6e6258;margin:4px 0}.coaching-call-copy>strong,.coaching-call-copy>small,.coaching-call-copy time span,.coaching-call-copy time strong{display:block}.coaching-call-copy>small{color:#86786d;margin-top:5px}.coaching-call-copy time strong{font:400 22px Georgia,serif}.coaching-call-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;max-width:330px;display:flex}.portal-pill-soft{color:#4a3b30;background:#fffaf3;border:1px solid #b9aa9b}.coaching-call-cancel{color:#795445;cursor:pointer;background:0 0;border:0;width:100%;text-decoration:underline}.coaching-call-dialog{color:#3f3329;background:#fffaf3;border:0;border-radius:22px;width:min(820px,100% - 30px);max-height:calc(100vh - 30px);padding:34px;box-shadow:0 24px 80px #231b1559}.coaching-call-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#241c16a8}.coaching-call-dialog h2{margin:5px 0 8px;font:400 32px Georgia,serif}.dialog-close{cursor:pointer;background:#eee5da;border:0;border-radius:50%;width:44px;height:44px;font-size:25px;position:absolute;top:14px;right:18px}.current-appointment{background:#f1eadf;border-radius:12px;padding:12px 15px}.coaching-call-picker{grid-template-columns:1.15fr .85fr;gap:28px;margin-top:25px;display:grid}.coaching-call-picker h3{font-size:15px}.call-date-grid{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.call-date-grid button{color:#4a3b30;cursor:pointer;background:#fff;border:1px solid #d8cabb;border-radius:12px;place-items:center;gap:2px;min-height:75px;display:grid}.call-date-grid button[aria-pressed=true],.call-slot[aria-pressed=true]{background:#dfead8;border-color:#526b48;box-shadow:0 0 0 2px #526b48}.call-date-grid small,.call-date-grid span{font-size:10px}.call-date-grid strong{font-size:18px}.call-slots{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.call-slots p{color:#74685e;grid-column:1/-1}.call-slot{cursor:pointer;background:#fff;border:1px solid #d8cabb;border-radius:999px;min-height:46px}.call-confirm{border-top:1px solid #e3d8cc;justify-content:space-between;align-items:center;gap:18px;margin-top:25px;padding-top:20px;display:flex}.call-confirm[hidden]{display:none}.call-confirm p{font-weight:750}.call-error{color:#813d2f;background:#fff0e9;border-radius:10px;margin-top:15px;padding:11px}.cancel-dialog{width:min(560px,100% - 30px)}.cancel-dialog label{gap:8px;margin-top:20px;font-weight:700;display:grid}.cancel-dialog textarea{resize:vertical;border:1px solid #d4c5b6;border-radius:12px;min-height:110px;padding:12px}.cancel-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.dashboard-coaching-call{color:#41352c;background:#eef3e9;grid-template-columns:auto 1fr auto;align-items:center;gap:6px 14px;margin:0 0 22px;padding:18px 22px;display:grid}.dashboard-coaching-call>span{color:#59704f;grid-row:1/3;font-size:25px}.dashboard-coaching-call small{grid-column:2}.dashboard-coaching-call b{grid-area:1/3/3}@media (width<=700px){.coaching-call-card{grid-template-columns:44px 1fr;padding:22px 18px}.coaching-call-mark{width:42px;height:42px}.coaching-call-actions{grid-column:1/-1;justify-content:stretch;max-width:none}.coaching-call-actions .portal-pill{flex:1}.coaching-call-picker{grid-template-columns:1fr}.call-date-grid{grid-template-columns:repeat(4,1fr)}.coaching-call-dialog{padding:28px 18px}.call-confirm,.cancel-actions{flex-direction:column;align-items:stretch}.call-confirm .portal-pill,.cancel-actions .portal-pill{width:100%}}.coach-tools{position:relative}.coach-tools-toggle{cursor:pointer;border:0;gap:9px;min-height:42px;padding:0 16px;box-shadow:0 7px 18px #2d22182e}.coach-tools-toggle-icon{font-size:16px;line-height:1}.coach-tools-toggle-chevron{font-size:16px;line-height:1;transition:transform .16s}.coach-tools.open .coach-tools-toggle-chevron{transform:rotate(180deg)}.coach-tools-panel{z-index:30;border:1px solid var(--line);transform-origin:100% 0;background:#fffdf9;border-radius:12px;width:320px;max-height:calc(100dvh - 96px);padding:16px;animation:.15s ease-out both coach-tools-enter;position:absolute;top:calc(100% + 12px);right:0;overflow:auto;box-shadow:0 16px 40px #0000001f}.coach-tools-panel[hidden],.coach-tools-backdrop[hidden],.coach-tools-sheet-handle,.coach-tools-sheet-header{display:none}.coach-tools-sections{gap:0;display:grid}.coach-tools-section{padding:0 0 12px}.coach-tools-section+.coach-tools-section{border-top:1px solid #efe7df;padding-top:12px}.coach-tools-section h3{color:#8a7766;letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:600}.coach-tools-items{gap:2px;display:grid}.coach-tools-item{color:#1f1f1f;border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:42px;padding:0 8px;font-size:14px;font-weight:500;display:grid}.coach-tools-item:hover,.coach-tools-item:focus-visible{color:#1f1f1f;background:#f6f1ec}.coach-tools-item:focus-visible{outline-offset:1px;outline:3px solid #cfb49380}.coach-tools-item-icon{color:#6b4e3b;place-items:center;display:grid}.coach-tools-item-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.coach-tools-badge{color:#6b4e3b;background:#f8ffff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:grid;box-shadow:inset 0 0 0 1px #eadbca}@keyframes coach-tools-enter{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.coach-tools-panel,.action-center-popover{animation:none}.coach-tools-toggle-chevron,.notification-badge{transition:none}}@media (width<=768px){.coach-tools{order:2;position:static}.coach-tools-toggle{border-radius:12px;width:44px;min-width:44px;height:44px;padding:0}.coach-tools-toggle-label,.coach-tools-toggle-chevron{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.coach-tools-backdrop{z-index:25;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1f17126b;position:fixed;inset:0}.coach-tools-panel{z-index:31;width:100%;max-height:min(78dvh,680px);padding:10px 16px max(16px,env(safe-area-inset-bottom));transform-origin:bottom;border-radius:18px 18px 0 0;animation:.18s ease-out both coach-tools-sheet-enter;position:fixed;top:auto;bottom:0;right:0;box-shadow:0 -16px 40px #0000002e}.coach-tools-sheet-handle{background:#b8afa7;border-radius:999px;width:52px;height:4px;margin:0 auto 16px;display:block}.coach-tools-sheet-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.coach-tools-sheet-header h2{color:#1f1f1f;margin:0;font-size:16px;font-weight:800}.coach-tools-close{color:#1f1f1f;cursor:pointer;background:0 0;border:0;border-radius:50%;width:42px;height:42px;font-size:26px;line-height:1}.coach-tools-section{padding-bottom:14px}.coach-tools-section+.coach-tools-section{padding-top:14px}.coach-tools-item{min-height:44px}}@keyframes coach-tools-sheet-enter{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.communications-summary{grid-template-columns:minmax(240px,.8fr) minmax(0,2fr);align-items:center;gap:22px;margin-bottom:22px;padding:28px;display:grid}.communications-client-card{align-items:center;gap:18px;display:flex}.communications-avatar{color:#fff;background:#927863;border-radius:50%;place-items:center;width:70px;height:70px;font-size:24px;font-weight:850;display:grid}.communications-client-card h2{margin:0 0 6px}.communications-client-card p{color:var(--muted);margin:3px 0}.communications-summary dl{grid-template-columns:repeat(4,minmax(120px,1fr));gap:0;margin:0;display:grid}.communications-summary dl div{border-left:1px solid var(--line);padding:8px 18px}.communications-summary dt,.communications-library label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px;font-weight:850}.communications-summary dd{margin:6px 0 0;font-weight:750}.communications-summary dd span{color:#527044;margin-top:4px;font-size:12px;display:block}.communications-milestone{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;padding:32px;display:flex}.communications-milestone--available{color:#fff;background:linear-gradient(135deg,#6a4b33,#2f2017)}.communications-milestone--available .eyebrow,.communications-milestone--available p{color:#fff}.communications-milestone h2{margin:6px 0 12px}.communications-milestone p{max-width:680px}.communications-milestone--none,.communications-milestone--completed{background:#f8f1e9}.communications-direct-email,.communications-library{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:center;gap:28px;margin-bottom:22px;padding:28px;display:grid}.communications-direct-email{justify-content:space-between;display:flex}.communications-direct-email h2,.communications-library h2{font-size:18px;line-height:1.45}.communications-library-control{gap:12px;display:grid}.communications-library select{border:1px solid var(--line);width:100%;max-width:440px;font:inherit;background:#fffdf9;border-radius:10px;padding:13px}.availability{font-weight:750}.availability--available{color:#527044}.availability--unavailable{color:#7a392a}.communications-preview-panel{margin-bottom:22px;padding:24px}.communications-preview-panel iframe{border:1px solid var(--line);background:#f3ece2;border-radius:14px;width:100%;height:520px;display:block}.communications-history-table{display:grid}.communications-history-table>[role=row]{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.55fr .9fr .65fr .8fr .5fr;align-items:center;gap:14px;padding:14px 0;display:grid}.communications-history-table>[role=row]:first-child{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px;font-weight:850}.communications-history-table small{color:var(--muted);margin-top:4px;display:block}.communications-history-table details{position:relative}.communications-history-table summary{cursor:pointer;list-style:none}.communication-detail{z-index:5;border:1px solid var(--line);background:#fffdf9;border-radius:16px;width:min(420px,88vw);padding:18px;position:absolute;right:0;box-shadow:0 18px 45px #4e392833}.communication-detail div{white-space:pre-wrap;color:var(--muted)}@media (width<=900px){.communications-summary,.communications-direct-email,.communications-library{grid-template-columns:1fr}.communications-summary dl{grid-template-columns:repeat(2,minmax(120px,1fr))}.communications-history-table>[role=row]{grid-template-columns:1fr 1fr}.communications-history-table>[role=row]:first-child{display:none}.communications-preview-panel iframe{height:70vh}}@media (width<=600px){.communications-summary dl{grid-template-columns:1fr}.communications-summary dl div{border-left:0;border-top:1px solid var(--line);padding-left:0}.communications-milestone,.communications-direct-email{display:grid}.communications-milestone .button,.communications-direct-email .button{justify-content:center;width:100%}.email-review-content{width:min(100% - 28px,1220px)}}.email-composer--workspace{max-width:980px}.email-composer-alert{margin-bottom:20px;padding:24px}.composer-recipient{border:1px solid var(--line);background:#f8f1e9;border-radius:16px;align-items:center;gap:14px;padding:16px;display:flex}.composer-recipient div:last-child{gap:3px;display:grid}.composer-recipient span,.composer-recipient small{color:var(--muted)}.message-source{border:1px solid var(--line);border-radius:16px;gap:12px;padding:16px;display:grid}.message-source legend{font-weight:850}.template-picker select{border:1px solid var(--line);background:#fffdf9;border-radius:10px;width:100%;padding:13px}.rich-toolbar{border:1px solid var(--line);background:#f7f1e9;border-bottom:0;border-radius:14px 14px 0 0;flex-wrap:wrap;gap:8px;padding:10px;display:flex}.rich-toolbar button,.composer-mode button{border:1px solid var(--line);color:var(--brown);background:#fffdf9;border-radius:999px;padding:8px 12px;font-weight:750}.rich-editor{border:1px solid var(--line);background:#fff;border-radius:0 0 14px 14px;min-height:240px;padding:18px;line-height:1.7}.attachments-panel{border:1px dashed var(--line);background:#fffdf9;border-radius:16px;padding:16px}.attachments-panel ul{margin:10px 0 0;padding-left:20px}.composer-mode{gap:8px;display:flex}.composer-mode .is-active,.composer-mode button:focus{background:var(--brown);color:#fff}.composer-preview iframe{border:1px solid var(--line);background:#f3ece2;border-radius:16px;width:100%;height:720px;display:block}@media (width<=600px){.composer-recipient{align-items:flex-start}.rich-toolbar button,.composer-mode button{flex:1}.composer-preview iframe{height:75vh}.form-actions .button{justify-content:center;width:100%}}.email-composer.is-previewing>:not(.composer-mode):not(.composer-preview):not(.preview-error){display:none}.preview-error{color:#7a392a;background:#fff2eb;border:1px solid #d8b9a8;border-radius:12px;padding:12px 14px;font-weight:700}.attachments-panel li{word-break:break-word;justify-content:space-between;align-items:center;gap:12px;display:flex}.attachment-remove{border:1px solid var(--line);color:var(--brown);cursor:pointer;background:#fffdf9;border-radius:999px;padding:6px 10px;font-weight:750}.photo-choose{font-weight:850;box-shadow:0 10px 20px #5b402b29;color:#fff!important;border-radius:999px!important}.photo-choose,.photo-choose span,.photo-choose svg,.photo-choose i,.photo-choose svg path,.photo-choose:hover,.photo-choose:focus-within,.photo-choose:active{color:#fff!important;opacity:1!important}.photo-choose svg,.photo-choose svg path{stroke:#fff!important;fill:#fff!important}.photo-actions{display:none}.photo-upload-card:has(img[src]) .photo-actions{display:flex}.photo-action{padding:8px 12px;font-weight:800;border-radius:999px!important}.photo-upload-card:has(img[src]) .photo-choose{box-shadow:none;background:#e8dfd4;color:#fff!important}.upload-note{color:#81766d;font-size:11px;line-height:1.45}.portal-errors p{color:#6e5140;margin:8px 0 0;font-size:13px}.photo-upload-card>img[src]{display:block}.photo-upload-card>img[src]+p{margin-top:12px}.coaching-plan-page{color:#33251d;width:min(1380px,100% - 48px);margin:0 auto;padding:28px 0 72px}.plan-client-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px;display:flex}.plan-client-header h1,.plan-title h2,.draft-heading h3,.published-plan h3{font-family:Georgia,Times New Roman,serif;font-weight:500}.plan-client-header h1{margin:10px 0 3px;font-size:32px}.plan-client-header p{color:#75685e;margin:0}.plan-status-dot{background:#719a61;border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.client-workspace-shell{grid-template-columns:180px minmax(0,1fr);gap:28px;display:grid}.client-workspace-nav{flex-direction:column;align-self:start;gap:6px;padding:10px;display:flex;position:sticky;top:90px}.client-workspace-nav a{color:#55463c;border-radius:12px;padding:12px 14px;font-weight:700;text-decoration:none}.client-workspace-nav a.active{color:#fff;background:#4c3223}.plan-title{justify-content:space-between;margin-bottom:18px;display:flex}.plan-title h2{margin:2px 0 5px;font-size:34px}.plan-title p{color:#786b62;margin:0}.eyebrow{letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:850;color:#64432f!important;margin:0!important}.program-timeline{background:#fffdf9;border:1px solid #eadfd3;border-radius:14px;margin-bottom:20px;padding:20px 24px}.program-timeline-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.program-timeline-heading>div{gap:4px;display:grid}.program-timeline-heading small{letter-spacing:.06em;font-size:10px}.program-weeks{grid-template-columns:repeat(8,1fr);display:grid;position:relative}.program-weeks:before{content:"";background:#ddcfc2;height:1px;position:absolute;top:15px;left:5%;right:5%}.program-weeks div{z-index:1;place-items:center;gap:6px;display:grid}.program-weeks span{background:#fffdf9;border:1px solid #d9c9ba;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.program-weeks .complete span{color:#fff;background:#6f9a65;border-color:#6f9a65}.program-weeks .current span{border-color:#725039;box-shadow:0 0 0 3px #eadbc9}.plan-layout{grid-template-columns:minmax(0,2fr) minmax(260px,.78fr);align-items:start;gap:20px;display:grid}.plan-main-column{gap:20px;display:grid}.published-plan,.plan-rail section{background:#f7f0e7;border:1px solid #eadfd3;border-radius:14px;padding:24px}.published-plan>header,.draft-heading{justify-content:space-between;gap:20px;display:flex}.published-plan h3,.draft-heading h3{margin:5px 0;font-size:29px}.published-plan header p,.draft-heading p{color:#74675e;margin:0}.status-chip{color:#4d6c45;background:#e2ecdc;border-radius:999px;align-self:start;padding:5px 9px;font-size:10px;font-weight:800}.status-chip--draft{color:#8b5a26;background:#fff0dc}.plan-readonly-theme{background:#ffffff8c;border:1px solid #e5d9cd;border-radius:10px;margin:18px 0 0;padding:14px 16px}.plan-readonly-theme strong{margin-bottom:5px;font-size:12px;display:block}.plan-readonly-theme p{margin:0;line-height:1.5}.plan-readonly-grid{background:#ffffff8c;border:1px solid #e5d9cd;border-radius:10px;grid-template-columns:repeat(6,1fr);margin:14px 0;display:grid}.plan-readonly-grid div{border-right:1px solid #e5d9cd;gap:4px;padding:14px;display:grid}.plan-readonly-grid div:last-child{border:0}.plan-readonly-grid small{color:#7e7167}.plan-readonly-details{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.plan-readonly-details>div{background:#ffffff73;border-radius:9px;min-width:0;padding:12px}.plan-readonly-details h4,.plan-readonly-details p{margin:0 0 6px}.plan-readonly-details p{overflow-wrap:anywhere;font-size:13px;line-height:1.5}.plan-readonly-details a,.workspace-text-action{color:#68452e;font-size:12px;font-weight:750}.published-meta{color:#7c7068;margin:14px 0 0;font-size:11px}.draft-workspace{background:#fff;border:1px solid #eadfd3;border-radius:14px;overflow:hidden}.draft-heading{padding:24px 24px 18px}.readiness{background:#faf6f0;border-block:1px solid #eee3d8;flex-wrap:wrap;gap:8px;padding:12px 24px;display:flex}.readiness span{color:#8b7f75;font-size:11px;font-weight:750}.readiness span.complete{color:#56734d}.draft-workspace fieldset{border:0;border-bottom:1px solid #eee5dc;margin:0;padding:22px 24px}.draft-workspace legend{color:#402d21;padding:0 0 13px;font-weight:850}.draft-workspace label{color:#67584e;gap:6px;font-size:12px;font-weight:750;display:grid}.draft-workspace input,.draft-workspace textarea{box-sizing:border-box;color:#30251e;width:100%;font:inherit;background:#fffdfb;border:1px solid #dfd3c7;border-radius:9px;padding:11px 12px}.draft-workspace input:focus,.draft-workspace textarea:focus{border-color:#765039;outline:2px solid #dbc1a8}.plan-input-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.plan-input-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.draft-actions{background:#faf7f2;justify-content:flex-end;gap:10px;padding:20px 24px;display:flex}.plan-errors{color:#7c382a;background:#fff0e9;border-radius:10px;margin:16px 24px;padding:14px}.plan-errors ul{margin-bottom:0}.plan-rail{gap:20px;display:grid}.plan-rail section{background:#fff}.plan-rail h3{margin:0 0 18px;font-family:Georgia,serif}.plan-rail p{color:#6e6259;font-size:13px;line-height:1.6}.history-list{gap:9px;display:grid}.history-list a{color:inherit;border:1px solid #ece2d8;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:13px;text-decoration:none;display:flex}.history-list a>span:first-child{gap:3px;display:grid}.history-list small{color:#7b6f66}.plan-empty{color:#766a61}.plan-preview-page{max-width:900px}.plan-preview-page .plan-title{margin:26px 0;display:block}@media (width<=1050px){.client-workspace-shell{grid-template-columns:1fr}.client-workspace-nav{grid-template-columns:repeat(5,1fr);padding:0;display:grid;position:static}.client-workspace-nav a{text-align:center}.plan-layout{grid-template-columns:1fr}.plan-rail{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.coaching-plan-page{width:min(100% - 28px,1380px)}.plan-client-header{align-items:start}.plan-client-header .button{display:none}.client-workspace-nav{flex-direction:row;display:flex;overflow-x:auto}.client-workspace-nav a{white-space:nowrap}.program-timeline{overflow:hidden}.program-weeks{transform-origin:0;min-width:560px;transform:scale(.75)}.plan-readonly-grid{grid-template-columns:repeat(2,1fr)}.plan-readonly-grid div{border-bottom:1px solid #e5d9cd}.plan-readonly-details,.plan-input-grid,.plan-input-grid--wide,.plan-rail{grid-template-columns:1fr}.draft-heading{display:block}.draft-heading .status-chip{margin-top:12px;display:inline-block}.draft-actions{flex-direction:column;justify-content:stretch}.draft-actions .button{width:100%}}.profile-workflow-nav-shell{float:left;width:170px;margin:0 24px 24px 0;position:sticky;top:90px;overflow:visible}.profile-workflow-nav{flex-direction:column;align-items:stretch;padding:8px;display:flex!important}.profile-workflow-nav .profile-tab{text-align:left;border-radius:11px;justify-content:flex-start;width:100%}.profile-content>.profile-section{margin-left:194px}.profile-content:after{content:"";clear:both;display:block}@media (width<=900px){.profile-workflow-nav-shell{float:none;width:auto;margin:0 0 18px;position:static;overflow-x:auto}.profile-workflow-nav{flex-direction:row}.profile-workflow-nav .profile-tab{white-space:nowrap;width:auto}.profile-content>.profile-section{margin-left:0}}.ux13-plan{width:min(1280px,100% - 64px);padding:42px 0 76px}.ux13-plan svg,.client-rail svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.ux13-page-header{align-items:center;margin-bottom:30px}.ux13-page-header h1{color:#211712;margin:7px 0;font:500 clamp(38px,4vw,50px)/1 Georgia,Times New Roman,serif}.ux13-page-header p:last-child{font-size:15px}.ux13-page-header .button,.published-header-actions .button,.draft-actions .button{white-space:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.ux13-plan .program-timeline{background:#fffaf4;border-color:#e7d9cc;border-radius:17px;margin-bottom:22px;padding:25px 30px 27px}.ux13-plan .program-timeline-heading{margin-bottom:23px}.ux13-plan .program-timeline-heading strong{font-family:Georgia,serif;font-size:20px}.ux13-plan .program-timeline-heading>strong{color:#5f3824;font-size:22px}.ux13-plan .program-timeline-heading>strong small{color:#6f645c;font:400 11px sans-serif}.ux13-plan .program-weeks:before{top:17px}.ux13-plan .program-weeks div{gap:8px}.ux13-plan .program-weeks span{width:34px;height:34px}.ux13-plan .program-weeks strong{font-size:12px}.ux13-plan .program-weeks small{color:#6f645c;font-size:10px}.ux13-plan .plan-layout{display:block}.ux13-plan .plan-main-column{gap:22px}.ux13-plan .published-plan{background:linear-gradient(135deg,#f8f0e7,#fbf7f2);border-radius:17px;padding:30px}.ux13-plan .published-plan>header{align-items:center}.section-kicker{align-items:center;gap:12px;display:flex}.ux13-plan .published-plan h3,.ux13-plan .draft-heading h3{font-size:32px}.published-header-actions{text-align:right;align-items:center;gap:20px;display:flex}.published-header-actions small{color:#76695f;max-width:160px;line-height:1.5}.ux13-plan .plan-readonly-grid{border-radius:12px;margin:22px 0 14px}.ux13-plan .plan-readonly-grid>div{align-items:center;gap:12px;padding:17px 18px;display:flex}.plan-readonly-grid>div>svg{color:#7b4a2f}.plan-readonly-grid>div>span{gap:3px;display:grid}.ux13-plan .plan-readonly-grid strong{font:600 17px Georgia,serif}.ux13-plan .plan-readonly-grid small{font-size:11px}.ux13-plan .plan-readonly-details{gap:12px}.ux13-plan .plan-readonly-details>div{background:#ffffff7a;border:1px solid #e0d2c4b3;border-radius:12px;padding:18px 18px 18px 50px;position:relative}.plan-readonly-details>div>svg{color:#6d4934;position:absolute;top:18px;left:18px}.plan-readonly-details h4{font-size:13px}.plan-readonly-details a{align-items:center;gap:5px;display:inline-flex}.plan-readonly-details a svg{width:13px;height:13px}.ux13-plan .draft-workspace{background:#fffdf9;border-radius:17px;box-shadow:0 7px 24px #432b1b09}.ux13-plan .draft-heading{align-items:center;padding:30px}.ux13-plan .draft-heading p{font-size:13px}.ux13-plan .draft-heading p span{margin:0 6px}.ux13-plan .draft-actions{background:0 0;padding:0}.ux13-plan .draft-workspace fieldset{padding:27px 30px}.ux13-plan .draft-workspace legend{font-size:14px}.carry-forward{background:#f6eee5;border:1px solid #eadfd3;border-radius:11px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;margin:0 28px 4px;padding:15px 17px;font-size:12px;display:grid}.carry-forward svg{color:#745039}.carry-forward span{color:#776960}.carry-forward a{color:#64432f;font-weight:750}.nutrition-targets{padding-top:31px!important}.ux13-plan .plan-input-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.stepper-field>span:first-child{color:#3e2c21;align-items:center;gap:7px;font-size:12px;display:flex}.stepper-field>span:first-child svg{color:#7b4a2f;width:15px;height:15px}.stepper{background:#fff;border:1px solid #ddcfc2;border-radius:10px;grid-template-columns:minmax(0,1fr) 34px 32px;align-items:stretch;display:grid;overflow:hidden}.ux13-plan .stepper input{-moz-appearance:textfield;border:0;border-radius:0;min-width:0;padding:14px 9px;font-weight:800}.stepper input::-webkit-inner-spin-button{display:none}.stepper--unitless{grid-template-columns:minmax(0,1fr) 32px}.stepper-unit{color:#71635a;border-left:1px solid #eee4db;place-items:center;font-size:10px;display:grid}.stepper-buttons{border-left:1px solid #e7ddd3;display:grid}.stepper-buttons button{color:#50372a;cursor:pointer;background:#fffdf9;border:0;min-width:32px;min-height:26px;padding:0;font-size:15px;line-height:1}.stepper-buttons button+button{border-top:1px solid #e7ddd3}.stepper-buttons button:hover{background:#f4ece3}.training-row legend,.coach-message legend{align-items:center;gap:8px;display:flex}.training-row legend small,.coach-message legend small{color:#796c63;font-weight:400}.training-fields{grid-template-columns:minmax(180px,.75fr) minmax(280px,1.5fr) auto;align-items:end;gap:16px;margin-bottom:16px;display:grid}.inline-actions{gap:8px;display:flex}.inline-actions .button{white-space:nowrap;align-items:center;gap:7px;min-height:43px;display:inline-flex}.resource-edit-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.resource-edit-grid>section{grid-template-columns:28px 1fr;gap:13px;padding-right:28px;display:grid}.resource-edit-grid>section+section{border-left:1px solid #eadfd5;padding-left:28px}.resource-edit-grid section>svg{color:#6a4631}.resource-edit-grid section div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.resource-edit-grid section strong{grid-column:1/-1}.resource-edit-grid small{color:#76695f;grid-column:1/-1}.coach-message textarea{min-height:170px;line-height:1.65}.plan-secondary-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:22px;display:grid}.plan-secondary-card{background:#fffaf5;border:1px solid #eadfd3;border-radius:17px;padding:27px 30px}.plan-secondary-card>header{justify-content:space-between;align-items:center;display:flex}.plan-secondary-card h3{margin:0 0 20px;font:500 20px Georgia,serif}.plan-secondary-card header a{color:#5e402d;font-size:11px}.plan-secondary-card p{color:#62564e;font-size:13px;line-height:1.65}.history-list{padding-left:30px;position:relative}.history-list:before{content:"";background:#b9cbae;width:1px;position:absolute;top:0;bottom:0;left:10px}.history-list a:before{content:"✓";color:#568248;background:#f9fff6;border:1px solid #6c9a5e;border-radius:50%;place-items:center;width:21px;height:21px;font-size:11px;display:grid;position:absolute;left:0}.history-full{justify-content:center;gap:8px;margin-top:14px;display:flex!important}.client-rail{gap:20px;display:grid}.client-rail-back{color:#fff;gap:8px;padding:4px 7px;font-size:13px;text-decoration:none;display:flex}.client-rail-identity{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding:4px 7px 18px;display:flex}.client-rail-identity img,.client-rail-identity>.avatar{width:48px;height:48px}.client-rail-identity>div{gap:4px;display:grid}.client-rail-identity strong{color:#fff}.client-rail-identity small{color:#d5d1cc;font-size:10px}.client-rail-identity i{background:#76a66a;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.client-rail-nav{gap:5px;display:grid}.client-rail-nav h2,.client-current-status h2{color:#d8a765;text-transform:uppercase;letter-spacing:.08em;margin:0 8px 8px;font-size:10px}.client-rail-nav a{color:#fff;border-radius:9px;align-items:center;gap:12px;min-height:43px;padding:0 10px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.client-rail-nav a.active{background:linear-gradient(90deg,#5e3b27,#70452c)}.client-rail-global-nav{border-bottom:1px solid #ffffff1f;padding-bottom:16px}.client-rail-global-nav a{color:#e4dfda;min-height:36px;font-size:12px;font-weight:600}.client-current-status{background:#22191373;border:1px solid #d6ab6f47;border-radius:12px;margin-top:30px;padding:16px}.client-current-status h2{margin-left:0}.client-current-status>strong{color:#fff;font:400 22px Georgia,serif;display:block}.client-current-status>span{color:#fff;background:#397744;border-radius:7px;margin-top:9px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-block}.client-current-status hr{border:0;border-top:1px solid #ffffff1f}.client-current-status small,.client-current-status b{color:#eee9e4;font-size:11px;display:block}.client-current-status b{margin-top:5px}.sidebar:has(.client-rail){overflow-y:auto}.sidebar:has(.client-rail) .quick-links{margin-top:2px}@media (width<=1100px){.ux13-plan{width:min(100% - 40px,1280px)}.ux13-plan .plan-input-grid{grid-template-columns:repeat(3,1fr)}.training-fields{grid-template-columns:1fr 1.4fr}.training-fields .inline-actions{grid-column:1/-1}.published-header-actions{flex-direction:column;align-items:end;gap:10px}.plan-readonly-details{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.ux13-plan{width:min(100% - 28px,1280px);padding-top:25px}.ux13-page-header,.ux13-plan .published-plan>header,.ux13-plan .draft-heading{flex-direction:column;align-items:flex-start}.ux13-page-header .button{width:100%}.ux13-plan .program-timeline{overflow-x:auto}.ux13-plan .program-weeks{min-width:720px;transform:none}.ux13-plan .program-timeline-heading{min-width:620px}.ux13-plan .plan-readonly-grid{grid-template-columns:repeat(2,1fr)}.ux13-plan .plan-readonly-grid>div:nth-child(2n){border-right:0}.plan-readonly-details,.ux13-plan .plan-input-grid,.resource-edit-grid,.plan-secondary-grid{grid-template-columns:1fr}.ux13-plan .draft-actions{flex-direction:column;width:100%}.carry-forward{grid-template-columns:auto 1fr;margin-inline:16px}.carry-forward span,.carry-forward a{grid-column:2}.training-fields{grid-template-columns:1fr}.resource-edit-grid>section{padding:0}.resource-edit-grid>section+section{border-top:1px solid #eadfd5;border-left:0;margin-top:22px;padding:22px 0 0}.resource-edit-grid section div{grid-template-columns:1fr}.ux13-plan .draft-workspace fieldset,.ux13-plan .draft-heading{padding:23px 18px}.published-header-actions{align-items:flex-start;width:100%}.published-header-actions .button{width:100%}}@media (width<=480px){.ux13-plan .plan-input-grid{grid-template-columns:1fr 1fr}.ux13-plan .published-plan{padding:22px 18px}.plan-readonly-details{grid-template-columns:1fr}.training-fields .inline-actions{display:grid}.plan-secondary-card{padding:22px 18px}}.ux13-plan .draft-workspace fieldset:not(.nutrition-targets){padding-top:35px}.ux13-plan .draft-workspace fieldset:not(:last-of-type){border-bottom-color:#f1e9e1}.ux13-plan .draft-workspace legend{padding-bottom:17px}.coach-preview-banner{z-index:50;color:#3f2a1e;background:#f4e7d8;border-bottom:1px solid #d9c4b2;justify-content:center;align-items:center;gap:18px;min-height:58px;padding:10px 24px;display:flex;position:sticky;top:0}.coach-preview-banner strong{font:600 20px Georgia,serif}.coach-preview-banner span{font-size:13px}.coach-preview-banner .button{margin-left:auto}.coach-preview-body .client-portal-main{padding-top:32px}.resources-intro h1{margin:8px 0 10px;font-size:clamp(42px,6vw,66px)}.resources-intro>p:last-child{color:var(--muted);margin:0;font-size:17px}.resources-sections{gap:64px;display:grid}.resources-middle-content:empty{display:none}.resources-hero{color:#fff;background:radial-gradient(circle at 90% 15%,#cfb49321,#0000 32%),#2b211b;border:1px solid #4b3a2e;border-radius:24px;padding:clamp(34px,6vw,64px);position:relative;overflow:hidden;box-shadow:0 22px 60px #2b211b29}.resources-hero:after{content:"";border:1px solid #cfb49326;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-90px;right:-45px}.resources-hero .eyebrow{color:#d5b38f}.resources-hero h1,.resources-hero h2{z-index:1;color:#fff;max-width:760px;margin:14px 0;font:400 clamp(36px,5vw,58px)/1.08 Georgia,serif;position:relative}.resources-hero>p:not(.eyebrow){z-index:1;color:#d8cabd;max-width:680px;margin:0;font-size:17px;line-height:1.75;position:relative}.resources-hero .portal-actions{z-index:1;flex-wrap:wrap;gap:10px;margin-top:30px;display:flex;position:relative}.resources-hero--detail{margin-top:22px}.resources-history>header h2{margin:7px 0 24px;font:400 clamp(30px,4vw,42px) Georgia,serif}.resources-history-list{border-top:1px solid var(--line)}.resources-history-item{border-bottom:1px solid var(--line);grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:26px;padding:27px 4px;display:grid}.resources-history-week{background:var(--soft);border-radius:50%;place-items:center;width:66px;height:66px;display:grid}.resources-history-week span,.resources-history-week strong{display:block}.resources-history-week span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.resources-history-week strong{font:400 23px Georgia,serif}.resources-history-copy h3{margin:0 0 7px;font:400 24px Georgia,serif}.resources-history-copy p{max-width:620px;color:var(--muted);margin:0 0 9px;line-height:1.55}.resources-history-copy time{color:var(--taupe);font-size:11px;font-weight:700}.resources-history-actions{flex-direction:column;align-items:flex-end;gap:9px;display:flex}.resources-history-actions a{color:var(--brown);text-underline-offset:4px;font-size:12px;font-weight:800;-webkit-text-decoration:underline #76583c4d;text-decoration:underline #76583c4d}.resources-empty{margin-top:10px}.resources-hero a:focus-visible,.resources-history-actions a:focus-visible{outline:3px solid var(--tan);outline-offset:4px}@media (width<=700px){.resources-sections{gap:45px}.resources-hero{padding:34px 24px}.resources-hero .portal-actions{flex-direction:column;align-items:stretch}.resources-hero .button{width:100%}.resources-history-item{grid-template-columns:58px 1fr;gap:18px}.resources-history-week{width:54px;height:54px}.resources-history-actions{grid-column:2;align-items:flex-start}.resources-history-copy h3{font-size:21px}}@media (width<=760px){.coach-preview-banner{flex-direction:column;align-items:flex-start;gap:7px;position:relative}.coach-preview-banner .button{width:100%;margin-left:0}}.today-weight-card{color:#fff;background:linear-gradient(125deg,#39261c,#5c3e2c);border:1px solid #e0c8b238;border-radius:20px;grid-template-columns:auto minmax(180px,1fr) minmax(300px,430px);align-items:center;gap:22px;margin:0 0 22px;padding:22px 24px;display:grid;box-shadow:0 18px 40px #35221829}.today-weight-icon{color:#553723;background:#f2e5d5;border-radius:16px;place-items:center;width:58px;height:58px;display:grid}.today-weight-icon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px}.today-weight-eyebrow{color:#e5caa9;letter-spacing:.1em;text-transform:uppercase;margin:0 0 5px;font-size:10px;font-weight:850}.today-weight-copy>p:not(.today-weight-eyebrow){color:#f5eee7;margin:0;font-size:13px}.today-weight-card .today-weight-form label{color:#e8d9cc;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.today-weight-controls{grid-template-columns:minmax(130px,1fr) auto;gap:10px;display:grid}.today-weight-input{background:#fff;border:1px solid #ffffff40;border-radius:999px;grid-template-columns:1fr 40px;display:grid;overflow:hidden}.today-weight-input input{color:#302117;text-align:center;-moz-appearance:textfield;background:0 0;border:0;min-width:0;padding:13px 8px 13px 20px;font-size:20px;font-weight:800}.today-weight-input input::-webkit-inner-spin-button{display:none}.today-weight-input input:focus{outline-offset:-3px;outline:2px solid #d7b890}.today-weight-input b{color:#6e5b4d;border-left:1px solid #eadfd3;place-items:center;font-size:11px;display:grid}.today-weight-controls .portal-primary-button{color:#432d20;width:auto;min-height:49px;box-shadow:none;white-space:nowrap;background:#f0dfcb;border:1px solid #e8d3bc;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:0 24px;display:inline-flex}.today-weight-error{color:#ffe2d4;grid-column:1/-1;margin:7px 0 0;font-size:12px}.weight-trend-card{background:linear-gradient(135deg,#fbf4eb,#fffaf5);border:1px solid #e5d8ca;border-radius:17px;margin:0 0 22px;padding:16px 20px;transition:padding .25s,box-shadow .25s;box-shadow:0 8px 24px #422b1c0a}.weight-trend-card>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.weight-trend-title{align-items:center;gap:12px;display:flex}.weight-trend-title>span{color:#66442f;background:#e9d8c5;border-radius:12px;place-items:center;width:43px;height:43px;display:grid}.weight-trend-title svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:31px;height:31px}.weight-trend-title small{color:#77685e;font-size:10px}.weight-trend-toggle{color:#583a28;cursor:pointer;background:#fffaf5;border:1px solid #dfd0c1;border-radius:999px;align-items:center;gap:9px;min-height:39px;padding:0 15px;font-size:11px;font-weight:800;display:flex}.weight-trend-toggle b{font-size:16px;transition:transform .2s}.weight-trend-compact{grid-template-columns:minmax(360px,.85fr) minmax(280px,1.15fr);align-items:center;gap:24px;margin-top:-35px;padding-left:58px;display:grid}.weight-trend-compact dl{grid-template-columns:repeat(3,1fr);margin:0;display:grid}.weight-trend-compact dl>div{border-right:1px solid #e4d7ca;padding:5px 18px}.weight-trend-compact dl>div:first-child{padding-left:0}.weight-trend-compact dl>div:last-child{border:0}.weight-trend-compact dt{color:#76685f;text-transform:uppercase;letter-spacing:.05em;font-size:9px}.weight-trend-compact dd{white-space:nowrap;margin:5px 0 0;font:600 17px Georgia,serif}.weight-sparkline{width:100%;height:86px}.weight-grid line{stroke:#e7ddd3;stroke-width:1px;stroke-dasharray:3 5}.weight-daily-line{fill:none;stroke:#a77a55;stroke-width:1.5px;opacity:.7}.weight-trend-line{fill:none;stroke:#5c3520;stroke-width:3px}.weight-daily-point{fill:#845331;stroke:#fffaf5;stroke-width:1.5px}.weight-trend-expanded{border-top:1px solid #e5d8ca;margin-top:18px;padding:20px 8px 4px 48px;position:relative}.weight-trend-expanded>svg{width:100%;height:auto;max-height:310px;display:block}.weight-chart-labels{color:#81736a;flex-direction:column;justify-content:space-between;font-size:9px;display:flex;position:absolute;top:40px;bottom:30px;left:0}.weight-chart-axis,.weight-chart-footer,.weight-chart-legend{justify-content:space-between;align-items:center;display:flex}.weight-chart-axis{color:#81736a;font-size:9px}.weight-chart-footer{margin-top:14px}.weight-chart-footer>strong{color:#6d5d52;font-size:10px}.weight-chart-legend{color:#65564d;gap:18px;font-size:10px}.weight-chart-legend span{align-items:center;gap:6px;display:flex}.weight-chart-legend i{background:#a77a55;width:20px;height:2px;display:inline-block}.weight-chart-legend i.trend{background:#5c3520;height:3px}.weight-trend-card.is-expanded{padding:22px 26px;box-shadow:0 16px 38px #422b1c14}@media (width<=900px){.today-weight-card{grid-template-columns:auto 1fr}.today-weight-form{grid-column:1/-1}.weight-trend-compact{grid-template-columns:1fr;margin-top:10px;padding-left:0}.weight-sparkline{height:100px}}@media (width<=620px){.today-weight-card{border-radius:17px;grid-template-columns:auto 1fr;gap:15px;padding:19px 17px}.today-weight-icon{width:50px;height:50px}.today-weight-controls{grid-template-columns:minmax(0,1fr)}.today-weight-controls .portal-primary-button{width:100%}.weight-trend-compact dl{grid-template-columns:1fr 1fr}.weight-trend-compact dl>div{padding:8px 12px}.weight-trend-compact dl>div:nth-child(2){border:0}.weight-trend-compact dl>div:last-child{border-top:1px solid #e4d7ca;grid-column:1/-1;padding-left:0}.weight-trend-card{padding:15px}.weight-trend-toggle span{display:none}.weight-chart-footer{flex-direction:column;align-items:flex-start;gap:10px}}@media (prefers-reduced-motion:reduce){.weight-trend-card,.weight-trend-toggle b{transition:none}}@media (width>=761px){.app-shell:has(.ux13-plan){align-items:start}.app-shell:has(.ux13-plan) .sidebar:has(.client-rail){align-self:start;height:100dvh;min-height:100dvh;position:sticky;top:0;overflow:hidden}.app-shell:has(.ux13-plan) .sidebar .brand-note{margin-top:auto}}.intake-workspace{gap:22px;display:grid}.intake-workspace .ux13-page-header{margin-bottom:0}.intake-status-card{background:#fffaf5;border:1px solid #e2d4c7;border-radius:17px;grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:20px;padding:26px 30px;display:grid;box-shadow:0 7px 24px #432b1b0a}.intake-status-icon{color:#704a32;background:#f2e8dc;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.intake-status-icon svg{width:27px;height:27px}.intake-status-card h2{margin:8px 0 6px;font:500 25px Georgia,serif}.intake-status-card p{color:#74675e;margin:0;font-size:12px}.intake-status-card dl{margin:0;display:flex}.intake-status-card dl div{border-left:1px solid #e8ddd3;min-width:112px;padding:3px 20px}.intake-status-card dt{color:#796b61;text-transform:uppercase;letter-spacing:.04em;font-size:9px;font-weight:800}.intake-status-card dd{margin:7px 0 3px;font:600 14px Georgia,serif}.intake-status-card small{color:#7a6c62;font-size:10px}.intake-highlights{background:#fffaf5;border:1px solid #e2d4c7;border-radius:17px;padding:25px 27px 28px;box-shadow:0 7px 24px #432b1b09}.intake-highlights header h2,.intake-responses>header h2{margin:5px 0 4px;font:500 22px Georgia,serif}.intake-highlights header>p:last-child,.intake-responses>header p:last-child{color:#786a60;margin:0;font-size:11px}.intake-highlights>div{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin-top:20px;display:grid}.intake-highlights article{text-align:center;background:#fffdf9;border:1px solid #e5d8cc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:18px;display:flex}.intake-highlights article>span:first-child{color:#795038;place-items:center;width:35px;height:35px;margin-bottom:10px;display:grid}.intake-highlights article svg{width:26px;height:26px}.intake-highlights article small{color:#786a60;font-size:10px}.intake-highlights article strong{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:8px;font:600 16px/1.35 Georgia,serif;display:-webkit-box;overflow:hidden}.intake-responses{background:#fffaf5;border:1px solid #e2d4c7;border-radius:17px;padding:27px;box-shadow:0 7px 24px #432b1b09}.intake-responses>header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.intake-accordion summary{min-height:76px}.intake-accordion summary>span:nth-child(2){gap:4px;display:grid}.intake-accordion summary em{color:#796b61;font-size:10px;font-style:normal;font-weight:400}.intake-unanswered{color:#9a8d83;font:italic 13px Instrument Sans,sans-serif}.intake-accordion[open] summary{background:#fbf4ec}.intake-accordion summary b{transition:transform .18s}@media (width<=900px){.intake-status-card{grid-template-columns:auto 1fr}.intake-status-card dl{grid-column:1/-1}.intake-status-card dl div:first-child{border-left:0;padding-left:0}}@media (width<=760px){.intake-status-card{grid-template-columns:1fr;padding:22px 18px}.intake-status-icon{width:48px;height:48px}.intake-status-card dl{flex-wrap:wrap}.intake-status-card dl div{border-left:0;min-width:50%;padding:10px 12px}.intake-status-card dl div:nth-child(2n){border-left:1px solid #e8ddd3}.intake-highlights,.intake-responses{padding:21px 16px}.intake-highlights>div{grid-template-columns:repeat(2,minmax(0,1fr))}.intake-highlights article{min-height:125px;padding:13px}.intake-responses>header{flex-direction:column;align-items:flex-start}.intake-responses>header .button{width:100%}.intake-accordion summary{grid-template-columns:32px minmax(0,1fr) auto 14px;padding:10px}.intake-accordion summary em{display:none}.intake-accordion dl{padding-left:20px}}.intake-coach-summary{background:#fbf5ee;border:1px solid #e2d4c7;border-radius:17px;grid-template-columns:auto 1fr;gap:18px;padding:26px 30px;display:grid}.intake-coach-summary h2{margin:5px 0 10px;font:500 22px Georgia,serif}.intake-coach-summary p:not(.eyebrow){color:#49382e;white-space:pre-line;margin:0;font:400 15px/1.7 Georgia,serif}.intake-coach-summary small{color:#81736a;margin-top:13px;display:block}.intake-highlights>header{justify-content:space-between;align-items:center;gap:20px;display:flex}.intake-highlights>header>div>p:last-child{color:#786a60;margin:0;font-size:11px}.intake-highlights>header .button{flex:none;align-items:center;gap:7px;display:inline-flex}.intake-highlights>header .button svg{width:14px;height:14px}.intake-highlights article{text-align:center;grid-template-rows:38px 18px minmax(65px,auto) 32px;align-content:start;justify-items:center;min-height:205px;padding:18px;display:grid}.intake-highlights article .highlight-icon{color:#795038;place-items:center;width:35px;height:35px;margin:0;display:grid}.intake-highlights article .highlight-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.intake-highlights article small{align-self:end}.intake-highlights article strong{white-space:pre-line;-webkit-line-clamp:3;-webkit-box-orient:vertical;align-self:start;margin-top:8px;font:600 16px/1.35 Georgia,serif;display:-webkit-box;overflow:hidden}.intake-highlights article.is-expanded strong{-webkit-line-clamp:unset;display:block;overflow:visible}.highlight-toggle{color:#4b3427;cursor:pointer;background:#fffdf9;border:1px solid #e4d7cb;border-radius:50%;align-self:end;place-items:center;width:29px;height:29px;padding:0;display:grid}.intake-highlights article .highlight-toggle svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;transition:transform .18s;display:block}.intake-highlights article.is-expanded .highlight-toggle svg{transform:rotate(180deg)}.highlight-toggle:hover,.highlight-toggle:focus-visible{background:#f5ece3;border-color:#9b765d;outline:none}.highlight-toggle:focus-visible{box-shadow:0 0 0 3px #79503826}@media (width<=760px){.intake-highlights>header{flex-direction:column;align-items:flex-start}.intake-highlights>header .button{justify-content:center;width:100%}.intake-highlights article{min-height:205px}}.weight-trend-toggle b{justify-content:center;align-items:center;width:12px;height:12px;margin:0;line-height:0;display:inline-flex;transform:none}.ux13-plan .weight-trend-toggle b svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;display:block}.weight-trend-toggle[aria-expanded=true] b{transform:rotate(180deg)}.weight-trend-card{min-width:0;overflow:hidden}.weight-trend-compact{grid-template-columns:minmax(152px,.6fr) minmax(335px,1.35fr) minmax(0,2.1fr) auto;align-items:center;gap:clamp(18px,2vw,32px);margin:0;padding:0;display:grid}.weight-trend-compact>*{min-width:0}.weight-trend-compact .weight-trend-title .eyebrow{white-space:nowrap}.weight-trend-title>span{border-radius:14px;width:50px;height:50px}.weight-trend-title svg{width:42px;height:42px}.weight-trend-compact dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.weight-trend-compact dl>div{min-width:0;padding:5px clamp(20px,2vw,30px)}.weight-trend-compact dd{align-items:baseline;gap:5px;margin-top:7px;display:flex}.weight-trend-compact dd>span{font:600 20px Georgia,serif}.weight-trend-compact dd>small{color:#76685f;letter-spacing:.03em;font:700 10px sans-serif}.weight-trend-compact .weight-sparkline{width:100%;min-width:0;height:112px;display:block}.weight-trend-actions{white-space:nowrap;align-items:center;gap:10px;min-width:max-content;display:flex}.weight-trend-actions>span{color:#78695f;font-size:10px;font-weight:750}.weight-trend-empty{color:#76685f;margin:0;font-size:13px}.weight-trend-expanded{opacity:0;max-height:0;margin-top:0;padding-top:0;padding-bottom:0;transition:max-height .225s,margin-top .225s,padding-top .225s,padding-bottom .225s,opacity .18s;overflow:hidden}.weight-trend-card.is-expanded .weight-trend-compact{padding-bottom:8px}.weight-trend-card.is-expanded .weight-trend-expanded{opacity:1;max-height:520px;margin-top:18px;padding-top:24px;padding-bottom:4px}@media (width<=1200px){.weight-trend-compact{grid-template-columns:minmax(150px,.55fr) minmax(310px,1.1fr) minmax(0,1.25fr) auto;gap:18px}.weight-trend-compact dl>div{padding-inline:16px}.weight-trend-compact .weight-sparkline{height:105px}}@media (width<=1050px){.weight-trend-compact{grid-template-columns:minmax(155px,.7fr) minmax(0,1.3fr) auto}.weight-trend-compact .weight-sparkline{grid-column:1/-1;height:112px;margin-top:-8px}.weight-trend-empty{grid-column:2}.weight-trend-actions{grid-area:1/3}}@media (width<=700px){.weight-trend-compact{grid-template-columns:1fr auto;gap:15px}.weight-trend-compact dl{grid-area:2/1/auto/-1}.weight-trend-compact .weight-sparkline{grid-area:3/1/auto/-1;margin:0}.weight-trend-empty{grid-area:2/1/auto/-1}.weight-trend-actions{grid-area:1/2}.weight-trend-actions>span{display:none}.weight-trend-title>span{width:48px;height:48px}.weight-trend-title svg{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){.weight-trend-expanded{transition:none}}.ux15-overview{gap:22px;display:grid}.ux15-overview .ux13-page-header{margin-bottom:0}.overview-card{background:#fffaf5;border:1px solid #e7d9cc;border-radius:17px;box-shadow:0 7px 24px #432b1b09}.snapshot-strip{grid-template-columns:155px minmax(0,1fr);align-items:stretch;padding:24px;display:grid}.snapshot-title{border-right:1px solid #eadfd5;align-items:center;gap:12px;display:flex}.snapshot-title>svg{color:#633f2b;background:#f0e3d5;border-radius:12px;width:42px;height:42px;padding:10px}.snapshot-title span{text-transform:uppercase;display:grid}.snapshot-title small{letter-spacing:.08em;color:#78675c;font-size:9px}.snapshot-title strong{font:500 16px Georgia,serif}.snapshot-strip dl{grid-template-columns:repeat(5,1fr);margin:0;display:grid}.snapshot-strip dl div{text-align:center;border-right:1px solid #eadfd5;align-content:center;gap:9px;padding:0 20px;display:grid}.snapshot-strip dl div:last-child{border:0}.snapshot-strip dt,.weekly-snapshot dt{letter-spacing:.06em;text-transform:uppercase;color:#75665c;font-size:9px;font-weight:800}.snapshot-strip dd{margin:0;font:500 16px Georgia,serif}.coach-focus{grid-template-columns:280px 1fr;align-items:center;padding:26px;display:grid}.coach-focus header{align-items:center;gap:14px;display:flex}.coach-focus header>svg{color:#56784d;background:#e7efe2;border-radius:11px;width:40px;height:40px;padding:10px}.overview-card h2{margin:0;font:500 20px Georgia,serif}.overview-card p{color:#6f6259}.coach-focus header p,.action-list header p,.weekly-snapshot header p{margin:5px 0 0;font-size:12px}.coach-focus ul{grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.coach-focus li{text-align:center;border-left:1px solid #e6d9ce;padding:12px 22px;font-size:13px}.action-list{padding:27px}.action-list header{padding-bottom:12px}.action-row{border-top:1px solid #ede4db;grid-template-columns:34px 1fr auto;align-items:center;gap:16px;padding:12px 4px;display:grid}.action-row>svg{color:#58804f;background:#e4eee0;border-radius:50%;width:20px;height:20px;padding:7px}.action-row span{gap:4px;display:grid}.action-row small{color:#776a61}.overview-empty{text-align:center;padding:30px}.overview-empty>span{color:#57804e;background:#e4eee0;border-radius:50%;place-items:center;width:38px;height:38px;margin:auto;display:grid}.overview-empty h3{margin-bottom:0;font:500 18px Georgia,serif}.weekly-snapshot{color:inherit;padding:22px 10px 10px;text-decoration:none;display:block}.weekly-snapshot header{justify-content:space-between;align-items:center;padding:0 12px 18px;display:flex}.weekly-snapshot dl{grid-template-columns:repeat(8,1fr);margin:0;display:grid}.weekly-snapshot dl div{background:#ffffff6b;border:1px solid #eadfd5;border-right:0;justify-items:center;gap:7px;padding:18px 8px;display:grid}.weekly-snapshot dl div:first-child{border-radius:11px 0 0 11px}.weekly-snapshot dl div:last-child{border-right:1px solid #eadfd5;border-radius:0 11px 11px 0}.weekly-snapshot svg{color:#65412d}.weekly-snapshot dd{margin:0;font:600 18px Georgia,serif}.overview-lower-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.activity-timeline,.coach-note{padding:28px}.activity-timeline>div{gap:14px;padding:20px 0 0;display:flex;position:relative}.activity-timeline>div:not(:last-child):after{content:"";background:#ddcdbf;width:1px;position:absolute;top:43px;bottom:-18px;left:11px}.activity-timeline>div>span{z-index:1;color:#684631;background:#f0e5d9;border-radius:50%;place-items:center;width:23px;height:23px;font-size:11px;display:grid}.activity-timeline p{color:#2f241e;grid-template-columns:1fr auto;gap:10px;width:100%;margin:2px 0;display:grid}.activity-timeline small{color:#776a61}.coach-note header{justify-content:space-between;display:flex}.coach-note>strong{margin-top:20px;font-size:12px;display:block}.coach-note>p{line-height:1.7}.coach-note>small{color:#59473c}.client-details{padding:0 26px}.client-details summary{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 0;list-style:none;display:flex}.client-details summary span{gap:5px;display:grid}.client-details summary strong{font:500 18px Georgia,serif}.client-details summary small{color:#776a61}.client-details dl{grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0 0 24px;display:grid}.client-details dt{text-transform:uppercase;color:#796b61;font-size:10px}.client-details dd{margin:5px 0}.ux15-legacy-sections>.profile-section{margin-left:0}.ux15-legacy-sections>.profile-section:not(.active){display:none}@media (width<=900px){.snapshot-strip{grid-template-columns:1fr}.snapshot-title{border-bottom:1px solid #eadfd5;border-right:0;padding-bottom:18px}.snapshot-strip dl{grid-template-columns:repeat(2,1fr)}.snapshot-strip dl div{border-bottom:1px solid #eadfd5;padding:18px 8px}.coach-focus{grid-template-columns:1fr}.coach-focus ul{margin-top:20px}.weekly-snapshot dl{grid-template-columns:repeat(4,1fr)}.weekly-snapshot dl div{border-bottom:0}.weekly-snapshot dl div:nth-child(4){border-right:1px solid #eadfd5;border-radius:0 11px 0 0}.overview-lower-grid{grid-template-columns:1fr}}@media (width<=600px){.coach-focus ul{grid-template-columns:1fr}.coach-focus li{border-top:1px solid #e6d9ce;border-left:0}.action-row{grid-template-columns:34px 1fr}.action-row .button{grid-column:1/-1}.weekly-snapshot dl{grid-template-columns:repeat(2,1fr)}.weekly-snapshot dl div:nth-child(2n){border-right:1px solid #eadfd5}.client-details dl,.snapshot-strip dl{grid-template-columns:1fr}.snapshot-strip dl div{border-right:0}.overview-lower-grid{grid-template-columns:minmax(0,1fr)}}.checkin-workspace{gap:22px;display:grid}.checkin-workspace .ux13-page-header{margin-bottom:0}.historical-banner{background:#f5eadf;border:1px solid #dfc9b7;border-radius:17px;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.historical-banner>div{grid-template-columns:auto auto;align-items:center;gap:4px 14px;display:grid}.historical-banner .eyebrow{grid-column:1/-1;margin:0}.historical-banner span{color:#74665d;font-size:12px}.current-checkin-card,.checkin-history{background:#fffaf5;border:1px solid #e7d9cc;border-radius:17px;overflow:hidden;box-shadow:0 7px 24px #432b1b09}.current-checkin-card>header{justify-content:space-between;align-items:center;gap:24px;padding:29px 30px 23px;display:flex}.current-checkin-card h2{margin:10px 0 8px;font:500 30px Georgia,serif}.current-checkin-card>header p:last-child{color:#71645c;margin:0;font-size:13px}.current-checkin-card>header p span{margin:0 6px}.checkin-status{letter-spacing:.03em;border-radius:7px;align-items:center;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.checkin-status.needs-review{color:#a34a22;background:#f8e1cc}.checkin-status.reviewed{color:#4e7947;background:#e2eee0}.review-flow{background:#f7f0e8;border-block:1px solid #eadfd5;align-items:center;margin:0;padding:13px 30px;list-style:none;display:flex}.review-flow li{color:#87786e;text-align:center;flex:1;font-size:10px;font-weight:750;position:relative}.review-flow li:not(:last-child):after{content:"→";color:#a69588;position:absolute;right:-4px}.review-flow li.done{color:#5e3d29}.review-flow li.done:before{content:"✓ ";color:#57804e}.checkin-glance{border-bottom:1px solid #eadfd5;padding:24px 30px}.checkin-glance h3,.response-section h3,.checkin-support-card h3,.review-completion h3{margin:0;font:500 20px Georgia,serif}.checkin-glance dl{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:17px 0 0;display:grid}.checkin-glance dl div{border-left:1px solid #eadfd5;padding:3px 20px}.checkin-glance dl div:first-child{border:0;padding-left:0}.checkin-glance dt{color:#786a60;text-transform:uppercase;font-size:10px;font-weight:800}.checkin-glance dd{margin:7px 0 4px;font:600 19px Georgia,serif}.checkin-glance small{color:#796c63}.checkin-columns{grid-template-columns:minmax(0,1fr) 290px;align-items:start;display:grid}.checkin-columns>main{padding:28px 30px}.checkin-columns>aside{border-left:1px solid #eadfd5;gap:18px;padding:28px 24px;display:grid}.response-section>header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.response-section>header p{color:#796c63;margin:4px 0 0;font-size:11px}.response-accordion{background:#fffdf9;border:1px solid #e5d8cc;border-bottom:0}.response-accordion:first-of-type{border-radius:12px 12px 0 0}.response-accordion:last-of-type{border-bottom:1px solid #e5d8cc;border-radius:0 0 12px 12px}.response-accordion summary{cursor:pointer;grid-template-columns:32px 1fr auto 18px;align-items:center;gap:12px;min-height:59px;padding:0 16px;list-style:none;display:grid}.response-accordion summary::-webkit-details-marker{display:none}.response-icon{color:#69452f;background:#f1e5d9;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.response-icon svg{width:16px;height:16px}.response-accordion summary strong{font-size:13px}.response-accordion summary small{color:#66574d;background:#f5eee7;border-radius:7px;padding:5px 8px;font-size:9px}.response-accordion[open] summary b{transform:rotate(180deg)}.response-accordion dl{margin:0;padding:0 20px 16px 60px}.response-accordion dl div{border-top:1px solid #eee5dd;padding:16px 0}.response-accordion dt{color:#796b61;font-size:11px;font-weight:700}.response-accordion dd{color:#2d211b;white-space:pre-line;margin:7px 0 0;font:400 16px/1.65 Georgia,serif}.checkin-support-card{background:#fffdf9;border:1px solid #e5d8cc;border-radius:13px;padding:21px}.checkin-support-card header{justify-content:space-between;display:flex}.checkin-support-card header small{color:#796c63}.checkin-support-card>strong{margin-top:20px;font:600 27px Georgia,serif;display:block}.checkin-support-card>p{font-size:12px;line-height:1.6}.review-completion,.review-complete{background:#fbf5ee;border:1px solid #ddc9b8;border-radius:14px;margin-top:24px;padding:25px}.review-completion header p:last-child{color:#71645c;margin-bottom:20px;font-size:12px}.coach-response{font-size:12px;font-weight:750}.coach-response textarea{margin-top:8px}.review-completion footer{border-top:1px solid #e5d8cd;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding-top:18px;display:flex}.review-completion footer p{color:#6d6057;margin:0;font-size:11px}.review-complete{grid-template-columns:38px 1fr auto;align-items:center;gap:15px;display:grid}.review-complete>span{color:#537b4b;background:#e2eee0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.review-complete h3{margin:4px 0}.review-complete p:last-child{margin:0;line-height:1.6}.checkin-history>header{border-bottom:1px solid #eadfd5;padding:25px 27px}.checkin-history h2{margin:0;font:500 23px Georgia,serif}.checkin-history header p{color:#75685f;margin:5px 0 0;font-size:12px}.history-rows a{color:#30231c;border-bottom:1px solid #eee4db;grid-template-columns:100px 1.35fr 110px 1fr 60px;align-items:center;gap:15px;min-height:65px;padding:0 25px;font-size:12px;text-decoration:none;display:grid}.history-rows a:last-child{border-bottom:0}.history-rows a.current{background:#fbefe2}.history-rows a b{text-align:right;color:#754b31}.checkin-empty{text-align:center;padding:24px}.checkin-empty h3{margin:0;font:500 17px Georgia,serif}.checkin-empty p{color:#786a60;margin-bottom:0;font-size:12px;line-height:1.6}@media (width<=1050px){.checkin-columns{grid-template-columns:1fr}.checkin-columns>aside{border-top:1px solid #eadfd5;border-left:0;grid-template-columns:1fr}}@media (width<=760px){.current-checkin-card>header,.historical-banner,.review-completion footer,.review-complete{flex-direction:column;align-items:flex-start}.current-checkin-card>header{padding:23px 18px}.current-checkin-card>header .button,.historical-banner .button,.review-complete .button{width:100%}.review-flow{padding-inline:12px;overflow:hidden}.review-flow li{font-size:8px}.checkin-glance{padding:21px 18px}.checkin-glance dl{grid-template-columns:repeat(2,1fr);gap:18px}.checkin-glance dl div{border:0;padding:0}.checkin-columns>main{padding:22px 14px}.checkin-columns>aside{grid-template-columns:1fr;padding:18px 14px}.response-accordion summary{grid-template-columns:30px 1fr auto}.response-accordion summary b{display:none}.response-accordion dl{padding-left:18px}.history-rows a{grid-template-columns:70px 1fr auto;padding:13px 16px}.history-rows a span:nth-of-type(3),.history-rows a b{display:none}.historical-banner>div{grid-template-columns:1fr}.historical-banner .eyebrow{grid-column:auto}}.checkin-awaiting>header{background:linear-gradient(135deg,#fffaf4,#f7eee5);min-height:150px}.checkin-empty--editorial{align-content:center;justify-items:center;min-height:260px;display:grid}.checkin-empty--editorial>span{color:#76523b;border:1px solid #d9c8b9;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:14px;font-size:22px;display:grid}.review-flow li.active{color:#5e3d29}.review-flow li.active:before{content:"● ";color:#7a5035}.current-checkin-card>.review-complete{background:linear-gradient(135deg,#fbf5ee,#f7eee5);margin:0 30px 30px;padding:24px 26px}.current-checkin-card>.review-complete .button{justify-content:center;min-width:300px;min-height:48px}.review-complete--ready>span{color:#76513a;background:#efe4d8}.plan-review-summary{background:linear-gradient(135deg,#f8eee4,#fbf5ef);border:1px solid #e5d7ca;border-radius:12px;grid-template-columns:minmax(170px,.7fr) minmax(0,2fr) auto;align-items:center;gap:24px;margin:0 28px 4px;padding:20px 22px;display:grid}.plan-review-summary-heading .eyebrow{margin:0;line-height:1.55}.plan-review-summary dl{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.plan-review-summary dl>div{border-left:1px solid #e5d7ca;padding:2px 18px}.plan-review-summary dt{color:#76685f;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:800}.plan-review-summary dd{color:#2d211b;margin:7px 0 3px;font:600 19px Georgia,serif}.plan-review-summary small{color:#786a61;font-size:9px}.plan-review-summary .button{white-space:normal;text-align:center}@media (width<=1050px){.plan-review-summary{grid-template-columns:1fr auto}.plan-review-summary dl{grid-area:2/1/auto/-1}.plan-review-summary dl>div:first-child{border-left:0;padding-left:0}}@media (width<=760px){.current-checkin-card>.review-complete{margin:0 14px 18px;padding:22px 18px}.current-checkin-card>.review-complete .button{min-width:0}.plan-review-summary{grid-template-columns:1fr;margin-inline:16px;padding:19px 17px}.plan-review-summary dl{grid-area:auto;grid-template-columns:repeat(2,1fr);gap:16px}.plan-review-summary dl>div{border:0;padding:0}.plan-review-summary .button{width:100%}}.checkin-glance dl{gap:4px}.checkin-glance dl>div{background:#fffdf9;border:1px solid #e8ddd3;border-radius:10px;align-content:start;min-height:125px;padding:15px 14px;display:grid}.checkin-glance dl>div:first-child{border:1px solid #e8ddd3;padding-left:14px}.metric-sparkline{align-self:end;width:100%;height:28px;margin-top:14px;overflow:visible}.metric-sparkline polyline{fill:none;stroke:#5b9b69;stroke-width:1.5px;vector-effect:non-scaling-stroke}.metric-bars{align-items:end;gap:4px;height:28px;margin-top:14px;display:flex}.metric-bars i{background:#5b9b69;flex:1;max-width:8px;min-height:3px}.quick-action-list{margin-top:14px;display:grid}.quick-action-list a{color:#503525;border-top:1px solid #eee4dc;align-items:center;gap:10px;padding:12px 0;font-size:11px;font-weight:750;text-decoration:none;display:flex}.quick-action-list svg{width:15px;height:15px}.coach-notes-readonly>p{color:#3d3029;margin:16px 0 0;line-height:1.7}.review-complete-action{justify-items:center;gap:8px;max-width:330px;display:grid}.review-complete-action small{color:#71645c;text-align:center;line-height:1.45}.current-checkin-card>.review-complete{min-height:112px}.current-checkin-card>.review-complete>span{color:#fff;background:#65a875;width:48px;height:48px;font-size:22px}@media (width<=760px){.checkin-glance dl>div,.checkin-glance dl>div:first-child{border:1px solid #e8ddd3;min-height:118px;padding:13px 12px}.review-complete-action{justify-items:stretch;width:100%;max-width:none}}.portal-profile-photo{align-items:center;gap:18px;margin-top:17px;padding-bottom:4px;display:flex}.portal-profile-photo .client-avatar{border:1px solid #76583c33;flex:0 0 76px;width:76px;height:76px;font:400 24px Georgia,serif}.portal-profile-photo h2{margin:0 0 7px}.portal-profile-photo form{justify-items:start;gap:5px;display:grid}.portal-profile-photo__action{border:1px solid var(--line);min-height:42px;color:var(--brown);cursor:pointer;background:#fffdf9;border-radius:999px;align-items:center;padding:9px 16px;font-size:12px;font-weight:800;display:inline-flex}.portal-profile-photo__action:focus-visible{outline:3px solid var(--tan);outline-offset:2px}.portal-profile-photo__input{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.portal-profile-photo__help{color:var(--muted);font-size:10px}.portal-profile-photo__error{margin-top:12px}.portal-app-preferences{background:#faf5ef;overflow:hidden}.portal-app-preferences__intro{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:17px;margin-top:14px;display:grid}.portal-app-preferences__intro h2{margin:0 0 5px;font-size:22px;line-height:1.15}.portal-app-preferences__intro p{color:#756b62;margin:0;line-height:1.55}.portal-app-preferences__cue{width:58px;height:58px;color:var(--brown);background:#fffdf9;border:1px solid #76583c2e;border-radius:17px;place-items:center;display:grid;box-shadow:0 9px 24px #57423314}.portal-app-preferences__cue svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:29px;height:29px}.portal-app-preferences[data-platform=ios] .portal-app-preferences__cue{border-radius:50%}.portal-app-preferences[data-install-state=installed] .portal-app-preferences__cue{color:#496141;background:#e5eee0}.portal-app-preferences__steps{color:#5f4b3c;counter-reset:install-step;background:#fffdf9;border:1px solid #76583c24;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 0;padding:12px 14px;font-size:12px;list-style:none;display:flex}.portal-app-preferences__steps[hidden]{display:none}.portal-app-preferences__steps li{counter-increment:install-step;align-items:center;gap:6px;display:flex}.portal-app-preferences__steps li:before{content:counter(install-step);border:1px solid #76583c40;border-radius:50%;flex:0 0 19px;place-items:center;width:19px;height:19px;font-size:10px;font-weight:800;display:grid}.portal-app-preferences__steps li:not(:last-child):after{color:#a4876d;content:"→";margin-left:2px}.portal-app-preferences__status{margin-top:15px;font-size:12px}.portal-app-preferences__platform{color:var(--brown);letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800;display:block}@media (width<=520px){.portal-profile-photo{align-items:flex-start}.portal-profile-photo .client-avatar{flex-basis:66px;width:66px;height:66px}.portal-app-preferences__intro{grid-template-columns:48px minmax(0,1fr);align-items:start}.portal-app-preferences__cue{border-radius:14px;width:48px;height:48px}.portal-app-preferences__intro h2{font-size:20px}.portal-app-preferences__steps{flex-direction:column;align-items:flex-start}.portal-app-preferences__steps li:not(:last-child):after{content:none}}.portal-profile-card__heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.portal-profile-card__heading .eyebrow{margin:0}.portal-text-action{color:#76583c;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:4px;font-size:12px;font-weight:750;text-decoration:underline}.portal-text-action:focus-visible{outline-offset:3px;outline:3px solid #76583c33}.portal-contact-form[hidden],.portal-profile-card dl[hidden]{display:none}.portal-contact-form input[readonly]{color:#756b62;cursor:not-allowed;background:#f3eee8}.portal-form-actions{gap:10px;display:flex}.portal-form-actions .portal-primary-button,.portal-form-actions .portal-secondary-button{flex:1;width:auto;margin-top:0}.portal-secondary-button{color:#604a38;cursor:pointer;background:#fffdf9;border:1px solid #d8c9b7;border-radius:999px;justify-content:center;align-items:center;padding:13px 20px;font-weight:750;display:inline-flex}.portal-form-actions .portal-primary-button{border-radius:999px}.portal-myfitnesspal-card,.portal-app-preferences{margin-top:22px}.portal-account-state{color:#493a2f;margin:20px 0 5px}.portal-account-state strong{font-size:15px}.portal-account-state span{color:#8a796b}.portal-account-copy{color:#756b62;margin:0;font-size:13px;line-height:1.6}.portal-password-field{background:#fff;border:1px solid #d8c9b7;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;display:grid;overflow:hidden}.portal-form .portal-password-field input{border:0;border-radius:0;min-width:0}.portal-form .portal-password-field input:focus{box-shadow:none}.portal-password-field:focus-within{border-color:#76583c;box-shadow:0 0 0 4px #76583c1a}.portal-password-field button{color:#76583c;cursor:pointer;background:#faf5ef;border:0;border-left:1px solid #e4d8cb;min-width:58px;font-size:11px;font-weight:800}.portal-password-field button:focus-visible{outline-offset:-3px;outline:2px solid #76583c}@media (width<=520px){.portal-profile-card__heading{align-items:flex-start}.portal-form-actions{flex-direction:column-reverse}.portal-form-actions .portal-primary-button,.portal-form-actions .portal-secondary-button{width:100%}}.weekly-builder-page{width:min(1440px,100% - 48px);margin:0 auto;padding:30px 0 76px}.weekly-builder-topbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.weekly-builder-topbar h1{color:#241913;margin:6px 0 0;font:500 38px/1 Georgia,serif}.weekly-program-builder{max-width:none;padding:0}.weekly-builder-hero{border-radius:20px}.weekly-builder-context dl{grid-template-columns:1fr 1fr}.weekly-builder-context dl>div:nth-child(3):last-child{grid-column:1/-1}.weekly-checkin-context{background:#eee1d4;border-bottom:1px solid #e5d8ca;margin:0;padding:28px 50px}.weekly-checkin-context>header{justify-content:space-between;align-items:center;gap:24px;display:flex}.weekly-checkin-context h2{color:#30231a;margin:7px 0 5px;font:400 25px/1.1 Georgia,serif}.weekly-checkin-context header p:last-child{color:#74675d;margin:0;font-size:11px}.weekly-checkin-context dl{background:#faf5ef;border:1px solid #ddcdbf;border-radius:12px;grid-template-columns:repeat(4,1fr);margin:22px 0 0;display:grid}.weekly-checkin-context dl>div{border-right:1px solid #e2d3c5;padding:15px 18px}.weekly-checkin-context dl>div:last-child{border:0}.weekly-checkin-context dt{color:#7b6b60;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.weekly-checkin-context dd{color:#30231a;margin:6px 0 0;font:500 19px Georgia,serif}.weekly-checkin-notes{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px;display:grid}.weekly-checkin-notes>div{background:#ffffff80;border-radius:10px;padding:12px 14px}.weekly-checkin-notes strong{color:#554236;text-transform:uppercase;font-size:9px}.weekly-checkin-notes p{color:#675a50;margin:5px 0 0;font-size:11px;line-height:1.5}.weekly-prior-context{color:#6d5e53;background:#f5ece2;border-left:3px solid #b99476;margin:14px 0 0;padding:12px;font-size:11px}.weekly-prior-context strong{color:#513d30;margin-bottom:4px;display:block}.weekly-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.weekly-metric-grid .program-metric{background:#f0e5d9}.weekly-metric-input{align-items:center;display:flex}.weekly-metric-input input{min-width:0}.weekly-metric-input span{color:#76675d;pointer-events:none;margin-left:-34px;font-size:10px}.weekly-two-column{grid-template-columns:1fr 1fr;gap:14px;display:grid}.weekly-material-card .program-field+.program-field,.program-material-card .program-field+.program-field{margin-top:13px}.weekly-education-card{background:#f2e8dc}.weekly-readiness{border-radius:0 0 20px 20px}.weekly-readiness .readiness-list{grid-template-columns:repeat(3,1fr)}.weekly-readiness .is-optional{color:#bcaea2}.weekly-readiness .program-builder-actions{grid-column:1/-1}.weekly-plan-context{grid-template-columns:minmax(0,2fr) minmax(280px,.75fr);gap:20px;margin-top:26px;display:grid}.weekly-plan-context .published-plan,.weekly-plan-context .plan-secondary-card{background:#fbf6f0;border:1px solid #eadfd3;border-radius:16px;padding:26px}.weekly-plan-context .published-plan>header{justify-content:space-between;display:flex}.weekly-plan-context h3{color:#33251d;margin:6px 0;font:500 27px Georgia,serif}.weekly-plan-context header p{color:#76695f;margin:0}.weekly-waiting-state{background:linear-gradient(135deg,#f9f1e8,#fffaf4);border:1px solid #e5d6c7;border-radius:20px;padding:48px}.weekly-waiting-state h2{color:#30231a;margin:10px 0;font:400 38px Georgia,serif}.weekly-waiting-state>p:last-child{color:#70645a;max-width:650px;line-height:1.6}.weekly-program-builder .program-builder-eyebrow{color:#8a6244}.weekly-program-builder .program-builder-hero .program-builder-eyebrow,.weekly-program-builder .program-readiness-closing .program-builder-eyebrow{color:#d2ad8f}.weekly-program-builder .program-readiness-closing .program-field-label{color:#f4e8dc}@media (width<=1000px){.weekly-builder-page{width:min(100% - 32px,1440px)}.weekly-checkin-context{padding:26px 32px}.weekly-plan-context{grid-template-columns:1fr}.weekly-readiness .readiness-list{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.weekly-builder-page{width:min(100% - 20px,1440px);padding-top:18px}.weekly-builder-topbar,.weekly-checkin-context>header{flex-direction:column;align-items:flex-start}.weekly-builder-topbar .button,.weekly-checkin-context .button{justify-content:center;width:100%}.weekly-checkin-context{padding:24px 18px}.weekly-checkin-context dl,.weekly-checkin-notes,.weekly-metric-grid,.weekly-two-column,.weekly-readiness .readiness-list{grid-template-columns:1fr}.weekly-checkin-context dl>div{border-bottom:1px solid #e2d3c5;border-right:0}.weekly-checkin-context dl>div:last-child{border-bottom:0}.weekly-waiting-state{padding:34px 22px}.weekly-waiting-state h2{font-size:31px}}.photo-guidance-intro{max-width:none}.photo-guidance-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,46px);margin-top:20px;display:grid}.photo-guidance-copy ul{grid-template-columns:1fr;gap:9px;margin:0;padding-left:19px;font-size:13px;line-height:1.55;display:grid}.photo-guidance-examples{min-width:0}.photo-guidance-examples>span{color:#76583c;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:850;display:block}.photo-guidance-examples>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.photo-guidance-examples figure{min-width:0;margin:0}.photo-guidance-examples img{aspect-ratio:4/5;object-fit:contain;background:#eadfd3;border-radius:9px;width:100%;display:block}.photo-guidance-examples figcaption{color:#625246;text-align:center;margin-top:6px;font-size:11px;font-weight:750}.photo-guidance .photo-guidance-footer{border-top:1px solid #76583c33;margin-top:20px;padding-top:16px;line-height:1.55}@media (width<=800px){.photo-guidance-layout{grid-template-columns:1fr}.photo-guidance-examples>div{max-width:520px}}@media (width<=420px){.photo-guidance-examples>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}}.progress-crop-open{overflow:hidden}.progress-crop-modal{z-index:1200;background:#261b15b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.progress-crop-modal[hidden]{display:none}.progress-crop-dialog{color:#402d23;background:#fffaf2;border:1px solid #dccbbc;border-radius:24px;width:min(620px,100%);max-height:calc(100dvh - 32px);padding:24px;overflow:auto;box-shadow:0 28px 70px #1c120d4d}.progress-crop-eyebrow{color:#8a6755;letter-spacing:.14em;margin:0 0 6px;font-size:.74rem;font-weight:800}.progress-crop-dialog h2{margin:0 0 6px}.progress-crop-dialog>p:not(.progress-crop-eyebrow):not(.progress-crop-error){color:#756357;margin:0 0 16px}.progress-crop-viewport{aspect-ratio:4/5;background:#f4eee8;width:min(100%,400px);margin:auto;overflow:hidden}.progress-crop-viewport img{max-width:100%;display:block}.progress-crop-controls{grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-top:18px;display:grid}.progress-crop-controls label{font-weight:800}.progress-crop-controls input{accent-color:#6d4938;width:100%}.progress-crop-tools{grid-column:1/-1;justify-content:center;gap:6px;display:flex}.progress-crop-footer{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.progress-crop-error{color:#8a342b;margin:12px 0 0;font-weight:700}@media (width<=560px){.progress-crop-modal{align-items:flex-start;padding:10px}.progress-crop-dialog{border-radius:20px;max-height:calc(100dvh - 20px);padding:18px}.progress-crop-viewport{width:min(100%,80dvh - 240px);min-width:220px}.progress-crop-footer{grid-template-columns:1fr 1fr;display:grid}.progress-crop-footer .button{width:100%}}.migration-content{max-width:1320px}.migration-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.migration-header h1{margin:6px 0 8px;font-size:44px}.migration-header p:last-child{max-width:720px;color:var(--muted);margin:0}.migration-summary{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.migration-summary .panel{flex-direction:column;gap:12px;padding:20px;display:flex}.migration-summary span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:700}.migration-summary strong{font:400 32px Georgia,serif}.migration-table-panel,.migration-form-panel,.migration-detail-grid>.panel{padding:24px}.migration-callout,.migration-warning,.migration-notice{color:#594332;background:#f7efe5;border:1px solid #ddcdbc;border-radius:10px;margin-bottom:18px;padding:14px 16px;font-size:12px}.migration-warning,.migration-warning span{display:block}.migration-warning strong{letter-spacing:.12em;font-size:10px}.migration-table{border-collapse:collapse;width:100%}.migration-table th,.migration-table td{border-bottom:1px solid var(--line);text-align:left;padding:14px 12px;font-size:12px}.migration-table th{color:var(--muted);text-transform:uppercase;font-size:9px}.migration-table td small,.migration-empty span{color:var(--muted);margin-top:4px;display:block}.migration-badge{color:#654a35;letter-spacing:.08em;background:#eee0d1;border-radius:99px;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}.migration-empty{text-align:center!important;padding:44px!important}.migration-form-panel{max-width:860px}.migration-form-panel .form-actions{justify-content:flex-end;margin-top:22px}.migration-detail-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.migration-detail-grid h2{margin:7px 0 20px}.migration-facts{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.migration-facts dt{color:var(--muted);text-transform:uppercase;font-size:9px}.migration-facts dd{margin:7px 0 0;font-weight:700}.migration-sources{grid-column:1/-1}.migration-sources>div{border-top:1px solid var(--line);justify-content:space-between;padding:15px 0;display:flex}.migration-sources small{color:var(--muted);margin-top:4px;display:block}.migration-sources em{color:var(--muted);font-size:11px}.migration-preview{background:#fffaf3;border:2px solid #806348;border-radius:14px;margin-bottom:18px;padding:24px}.migration-preview>strong{letter-spacing:.16em;color:#806348}.migration-preview h2{margin:7px 0}.migration-preview>span{font-weight:800}.readiness-row{justify-content:space-between;margin:16px 0 7px;display:flex}.readiness-row small{color:var(--muted)}.readiness-track{background:#e9ded2;border-radius:99px;height:7px}.migration-danger p{color:var(--muted);font-size:12px;line-height:1.6}@media (width<=800px){.migration-header{flex-direction:column;align-items:flex-start}.migration-summary{grid-template-columns:1fr 1fr}.migration-detail-grid{grid-template-columns:1fr}.migration-sources{grid-column:auto}.migration-facts{grid-template-columns:1fr}.migration-table{min-width:760px}}.migration-response-section{margin-top:28px}.migration-response-section--attention{background:#fff5ec;border:1px solid #d6b59a;border-radius:14px;padding:20px}.migration-response-section-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.migration-response-section-heading .eyebrow{margin:0 0 4px}.migration-response-section-heading h3{margin:0;font-size:20px}.migration-response-section-heading>span{color:#654a35;background:#eee0d1;border-radius:999px;flex:none;padding:5px 10px;font-size:11px;font-weight:800}.migration-response-list{gap:14px;display:grid}.migration-response-card{border:1px solid var(--line);background:#fffdf9;border-radius:12px;min-width:0;padding:18px}.migration-response-card--attention{border-left:5px solid #a55f43}.migration-response-card--compact{grid-template-columns:minmax(190px,.8fr) minmax(0,1.5fr) auto;align-items:center;gap:8px 24px;padding:13px 16px;display:grid}.migration-response-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.migration-response-title>div{min-width:0}.migration-response-title span,.migration-collision-group>header span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850;display:block}.migration-response-title small{color:var(--muted);margin-top:4px;font-size:11px;display:block}.migration-response-status{color:#57483d;letter-spacing:.06em;text-transform:uppercase;background:#ede6dc;border-radius:999px;flex:none;padding:5px 9px;font-size:10px}.migration-response-status--ready{color:#46613a;background:#e7f0e1}.migration-response-status--needs-review,.migration-response-status--invalid{color:#873e2d;background:#f5ddd2}.migration-response-status--source-collision{color:#745319;background:#f4e5bd}.migration-response-status--skipped,.migration-response-status--already-imported{color:#655e57;background:#e9e5e0}.migration-response-time{color:var(--muted);margin:8px 0 15px;font-size:12px}.migration-response-time span{white-space:nowrap}.migration-response-metrics{grid-template-columns:minmax(110px,.65fr) minmax(200px,1.25fr) minmax(145px,1fr);gap:12px;margin:0;display:grid}.migration-response-metrics div{min-width:0}.migration-response-metrics dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800}.migration-response-metrics dd{overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:700;line-height:1.4}.migration-response-message{color:#684632;background:#f8eee4;border-radius:9px;margin-top:14px;padding:12px 14px;font-size:12px;line-height:1.5}.migration-response-message p{margin:0}.migration-response-message p+p{margin-top:5px}.migration-response-actions{border-top:1px solid var(--line);flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:14px;padding-top:14px;display:flex}.migration-response-actions form{margin:0}.migration-response-actions .button{white-space:normal;text-align:center}.migration-inline-resolution{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.migration-inline-resolution label{color:var(--muted);text-transform:uppercase;gap:4px;font-size:10px;font-weight:800;display:grid}.migration-inline-resolution input{border:1px solid var(--line);background:#fff;border-radius:8px;width:125px;max-width:100%;padding:9px}.migration-resolution-heading{letter-spacing:.08em;text-transform:uppercase;flex-basis:100%;margin:0;font-size:11px;font-weight:850}.migration-response-card--compact .migration-response-title{grid-column:1}.migration-response-card--compact .migration-response-time{grid-column:1;margin:0}.migration-response-card--compact .migration-response-metrics{grid-area:1/2/3}.migration-response-card--compact .migration-response-message{grid-area:1/3/3;max-width:280px;margin:0}.migration-response-card--compact .migration-response-actions{grid-column:1/-1}.migration-collision-group{background:#fffaf0;border:2px solid #c49b58;border-radius:14px;min-width:0;padding:18px}.migration-collision-group>header{justify-content:space-between;gap:16px;margin-bottom:15px;display:flex}.migration-collision-group>header h4{margin:5px 0 0;font-size:14px}.migration-collision-responses{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.migration-collision-response{min-width:0}.migration-collision-response>h5{color:#745319;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:10px}.migration-collision-response .migration-response-card{height:calc(100% - 23px)}@media (width<=1100px){.migration-response-card--compact{grid-template-columns:minmax(180px,.8fr) minmax(0,1.4fr)}.migration-response-card--compact .migration-response-message{grid-area:auto/1/auto/-1;max-width:none}.migration-collision-responses{grid-template-columns:1fr}}@media (width<=800px){.migration-response-section--attention{padding:14px}.migration-response-card--compact{grid-template-columns:1fr}.migration-response-card--compact .migration-response-title,.migration-response-card--compact .migration-response-time,.migration-response-card--compact .migration-response-metrics,.migration-response-card--compact .migration-response-message{grid-area:auto/1}.migration-response-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.migration-response-section-heading,.migration-collision-group>header,.migration-response-title{flex-direction:column;align-items:flex-start}.migration-response-metrics{grid-template-columns:1fr}.migration-response-actions,.migration-inline-resolution{flex-direction:column;align-items:stretch}.migration-response-actions form,.migration-response-actions .button,.migration-inline-resolution label,.migration-inline-resolution input{width:100%}}.migration-current-state-form{gap:20px;display:grid}.migration-current-state-form fieldset{border:1px solid var(--line);border-radius:12px;margin:0;padding:18px}.migration-current-state-form legend{font:700 11px var(--sans);letter-spacing:.08em;text-transform:uppercase;padding:0 8px}.migration-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.migration-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.migration-current-state-form label{color:var(--ink);gap:7px;font-size:11px;font-weight:700;display:grid}.migration-current-state-form input,.migration-current-state-form select,.migration-current-state-form textarea{box-sizing:border-box;border:1px solid var(--line);width:100%;min-width:0;font:inherit;background:#fff;border-radius:8px;padding:11px}.migration-current-state-form small{color:var(--muted);font-weight:400;line-height:1.5}.migration-guidance{background:#f6f0e9;border-radius:10px;flex-wrap:wrap;gap:8px 18px;padding:14px;font-size:12px;display:flex}.migration-guidance strong{text-transform:uppercase;width:100%}.migration-current-state-preview{margin-top:22px;margin-bottom:0}.migration-acknowledgement{align-items:start;margin:18px 0;grid-template-columns:auto 1fr!important;display:flex!important}.migration-acknowledgement input{width:auto}@media (width<=800px){.migration-form-grid,.migration-form-grid--three{grid-template-columns:1fr}}.payment-handoff{gap:24px;margin-top:28px;display:grid}.payment-summary{border-top:1px solid #e2d5c8;padding-top:20px}.payment-handoff h2{color:#30251f;margin:4px 0 6px}.payment-handoff ul{gap:8px;padding:0;list-style:none;display:grid}.payment-handoff li{justify-content:space-between;gap:16px;display:flex}.payment-completion{background:#f7eee5;border:1px solid #ddcdbd;border-radius:22px;margin-top:6px;padding:32px}.payment-completion-header{text-align:center;margin:0 auto 26px}.payment-completion-header>p:last-child{color:#69574b;margin:8px 0 0}.payment-amount{color:#563e2e;margin:5px 0;font:700 clamp(2.65rem,8vw,4rem)/1 Georgia,serif}.payment-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.payment-provider{grid-row:span 8;grid-template-rows:subgrid;text-align:center;background:#fffdfa;border:1px solid #dfd1c4;border-radius:18px;justify-items:center;min-width:0;padding:26px;display:grid}.payment-provider-label{color:#7c5947;letter-spacing:.18em;text-transform:uppercase;grid-row:1;margin:0;font-size:.78rem;font-weight:800}.payment-provider h3{color:#30251f;grid-row:2;margin:7px 0 5px;font:500 1.45rem Georgia,serif}.payment-provider-meta{color:#563e2e;grid-row:3}.payment-provider-qr{display:contents}.payment-provider-qr-link{cursor:pointer;display:contents}.payment-provider-qr-link img{transition:box-shadow .18s}.payment-provider-qr-link:hover img{box-shadow:0 0 0 2px #eaded3}.payment-provider-qr-link:focus-visible{outline:none}.payment-provider-qr-link:focus-visible img{box-shadow:0 0 0 3px #7c5947}.payment-provider-qr img{box-sizing:border-box;background:#fff;grid-row:4;width:min(240px,100%);height:auto;margin:22px auto 0;padding:10px;display:block}.payment-provider-qr figcaption{color:#69574b;grid-row:5;margin-top:10px;font-size:.86rem;line-height:1.45}.payment-qr-mobile-copy{display:none}.payment-provider-separator{color:#927766;letter-spacing:.14em;grid-row:6;align-items:center;gap:12px;width:100%;margin:20px 0;font-size:.66rem;font-weight:800;display:flex}.payment-provider-separator:before,.payment-provider-separator:after{content:"";background:#e2d5c8;flex:1;height:1px}.payment-provider-direct{grid-row:7;justify-content:center;width:100%}.payment-provider-guidance{color:#7a685c;grid-row:8;margin:16px 0 0;font-size:.78rem;line-height:1.5}.payment-fallback{color:#69574b;line-height:1.55}.payment-manual-note{color:#69574b;background:#f4e9df;border-radius:14px;padding:20px;line-height:1.55}.payment-manual-note p{margin:0}.payment-manual-note p+p{margin-top:6px}.onboarding-completion{text-align:center;border-top:1px solid #d8c7b7;margin-top:8px;padding:30px 8px 6px}.onboarding-completion>div{max-width:620px;margin:0 auto}.onboarding-completion p{color:#69574b;margin:0;line-height:1.6}.onboarding-completion .onboarding-eyebrow{color:#563e2e}.onboarding-completion-action{margin-top:22px}.onboarding-completion-status[hidden]{display:none}.onboarding-completion-safe{font:500 clamp(1.45rem,4vw,1.9rem)/1.3 Georgia,serif;color:#30251f!important;margin-top:5px!important}.onboarding-completion-safe+p{margin-top:8px}.coach-payment-panel{background:#fffaf3;border:1px solid #d9c8b8;border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);gap:28px;margin:30px 0;padding:28px;display:grid}.coach-payment-panel h2{margin:5px 0}.coach-payment-panel dl{margin:0}.coach-payment-panel dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.coach-payment-panel dd{margin:4px 0 12px}.payment-confirmation-panel{max-width:680px}.payment-confirmation-panel form{gap:18px;display:grid}.payment-confirmation-panel .field{gap:7px;display:grid}.payment-confirmation-panel input,.payment-confirmation-panel select,.payment-confirmation-panel textarea{box-sizing:border-box;border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:12px}@media (width<=700px){.payment-provider-grid,.coach-payment-panel{grid-template-columns:1fr}.payment-provider-grid{gap:18px}.payment-completion{padding:26px 18px}.payment-provider{flex-direction:column;align-items:center;padding:24px 18px;display:flex}.payment-provider-label,.payment-provider h3,.payment-provider-meta{order:1}.payment-provider-direct{order:2;margin-top:20px}.payment-provider-separator{order:3}.payment-provider-qr{order:4;margin:0;display:block}.payment-provider-qr img{width:min(190px,100%);margin:0 auto}.payment-qr-desktop-copy{display:none}.payment-qr-mobile-copy{display:inline}.payment-provider-guidance{order:5}.onboarding-completion{padding-inline:0}.onboarding-completion-action{width:100%}}.native-photo-history{color:#34271f;background:#fffdf9;border:1px solid #e4d7ca;border-radius:18px;margin:26px 0;overflow:hidden}.native-photo-history__heading{background:linear-gradient(135deg,#fffdf9,#f8efe6);border-bottom:1px solid #eadfd5;justify-content:space-between;align-items:flex-end;gap:22px;padding:21px 24px;display:flex}.native-photo-history__heading .eyebrow{margin:0 0 5px}.native-photo-history__heading h2{margin:0;font:500 26px Georgia,serif}.native-photo-history__heading p:last-child{color:#75685f;margin:6px 0 0;font-size:12px}.native-photo-history__heading>span{color:#806348;letter-spacing:.09em;text-transform:uppercase;flex:none;font-size:10px;font-weight:800}.native-photo-milestone{border-bottom:1px solid #eadfd5;grid-template-columns:minmax(130px,180px) minmax(0,1fr);align-items:center;gap:18px;padding:14px 24px;display:grid}.native-photo-milestone:last-child{border-bottom:0}.native-photo-milestone__meta{align-content:center;gap:5px;display:grid}.native-photo-milestone h3{margin:0;font:500 20px Georgia,serif}.native-photo-milestone time{color:#7a6b61;font-size:11px}.native-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.native-photo-card{min-width:0}.native-photo-card>strong{color:#79583f;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:850;display:block}.native-photo-trigger{cursor:zoom-in;background:#f3ece5;border:1px solid #e2d6ca;border-radius:10px;width:100%;padding:0;display:block;overflow:hidden}.native-photo-trigger img{object-fit:contain;background:#eee5dc;width:100%;height:120px;display:block}.native-photo-trigger:focus-visible{outline-offset:3px;outline:3px solid #a9876c}.native-photo-empty{color:#8a7b70;text-align:center;background:#f8f3ed;border:1px dashed #dbcdbf;border-radius:10px;place-items:center;height:120px;padding:6px;font-size:10px;display:grid}.native-photo-history__empty{color:#776a60;padding:24px;font-size:12px}.native-photo-history__empty p{margin:0}.progress-viewer-open{overflow:hidden}.progress-viewer{z-index:1400;background:#1e1612e6;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.progress-viewer[hidden]{display:none}.progress-viewer__dialog{color:#fff;background:#211914;border:1px solid #ffffff2e;border-radius:20px;grid-template-columns:minmax(0,1fr) 210px;width:min(1100px,100%);height:min(820px,100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 30px 80px #0008}.progress-viewer__image{object-fit:contain;background:#120e0b;width:100%;height:100%;min-height:0;display:block}.progress-viewer__meta{color:#34271f;background:#f7eee5;flex-direction:column;padding:28px 22px;display:flex}.progress-viewer__meta .eyebrow{margin:0 0 8px}.progress-viewer__meta h2{margin:0;font:500 28px Georgia,serif}.progress-viewer__meta p{color:#75675d;margin:7px 0 0}.progress-viewer__close{color:#4c392c;cursor:pointer;background:0 0;border:0;align-self:flex-end;margin:-10px -5px 24px;padding:6px;font-size:26px}.progress-viewer__nav{gap:8px;margin-top:auto;display:flex}.progress-viewer__nav button{color:#4c392c;cursor:pointer;background:#fffaf4;border:1px solid #ccb9a8;border-radius:999px;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.progress-viewer__nav button:disabled{opacity:.3}.portal-main .native-photo-history{margin-top:0}@media (width<=700px){.native-photo-history__heading{flex-direction:column;align-items:flex-start;padding:18px}.native-photo-milestone{padding:15px 14px;display:block}.native-photo-milestone__meta{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:11px;display:flex}.native-photo-milestone h3{font-size:18px}.native-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.native-photo-card>strong{margin-bottom:4px;font-size:8px}.native-photo-trigger img,.native-photo-empty{height:clamp(104px,31vw,140px)}.progress-viewer{padding:0}.progress-viewer__dialog{border:0;border-radius:0;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr;width:100%;height:100dvh}.progress-viewer__meta{grid-template-columns:1fr auto;padding:16px 18px;display:grid}.progress-viewer__close{grid-area:1/2/3;margin:0 0 0 15px}.progress-viewer__meta h2,.progress-viewer__meta p,.progress-viewer__meta .eyebrow{grid-column:1}.progress-viewer__nav{grid-column:1/-1;justify-content:center;margin-top:14px}.progress-viewer__image{min-height:0}}.native-photo-history__actions{flex:none;align-items:center;gap:12px;display:flex}.native-photo-history__actions>span{color:#806348;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:800}.native-photo-compare-action{padding:8px 13px;font-size:11px}.progress-comparison-open{overflow:hidden}.progress-comparison{z-index:1450;background:#1e1612e0;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.progress-comparison[hidden]{display:none}.progress-comparison__dialog{box-sizing:border-box;color:#34271f;background:#faf5ef;border:1px solid #e2d3c5;border-radius:20px;width:min(1180px,100%);max-height:calc(100dvh - 48px);padding:26px;overflow:auto;box-shadow:0 30px 80px #0008}.progress-comparison__header{border-bottom:1px solid #e3d6ca;justify-content:space-between;align-items:start;padding-bottom:17px;display:flex}.progress-comparison__header .eyebrow{margin:0 0 5px}.progress-comparison__header h2{margin:0;font:500 30px Georgia,serif}.progress-comparison__close{color:#4c392c;cursor:pointer;background:0 0;border:0;padding:3px 8px;font-size:28px}.progress-comparison__controls{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:20px;margin:20px 0;display:grid}.progress-comparison__controls label{gap:6px;display:grid}.progress-comparison__controls label>span{color:#79583f;letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.progress-comparison__controls select{color:#34271f;background:#fffdf9;border:1px solid #d9c9bb;border-radius:10px;width:100%;padding:11px;font:500 18px Georgia,serif}.progress-comparison__controls small{color:#75685f}.progress-comparison__versus{color:#8b7869;padding-bottom:31px;font:italic 13px Georgia,serif}.progress-comparison__orientations{background:#eee4da;border:1px solid #dacabc;border-radius:999px;width:max-content;margin:0 auto 20px;padding:3px;display:flex}.progress-comparison__orientations button{color:#674f3f;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:85px;padding:9px 14px;font-size:11px;font-weight:800}.progress-comparison__orientations button[aria-pressed=true]{color:#fff;background:#654a38;box-shadow:0 2px 8px #4c392c33}.progress-comparison__orientations button:disabled{color:#a99b90;cursor:not-allowed;text-decoration:line-through}.progress-comparison__stages{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;display:grid}.progress-comparison__stages>span{display:none}.progress-comparison__stages figure{min-width:0;margin:0}.progress-comparison__stages figcaption{color:#79583f;letter-spacing:.11em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:850}.progress-comparison__stages figure>div{background:#201914;border:1px solid #dccfc4;border-radius:14px;height:min(58vh,610px);overflow:hidden}.progress-comparison__stages img{object-fit:contain;width:100%;height:100%;display:block}.progress-comparison__empty{color:#75685f;text-align:center;background:#f4ebe3;border:1px dashed #d5c4b5;border-radius:14px;margin:30px 0;padding:34px}.progress-comparison footer{margin-top:18px}.progress-comparison__lock{color:#6f5c4e;cursor:pointer;align-items:center;gap:7px;width:max-content;font-size:12px;display:flex}@media (width<=700px){.native-photo-history__actions{justify-content:space-between;width:100%}.progress-comparison{padding:0}.progress-comparison__dialog{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:100dvh;padding:18px}.progress-comparison__controls{grid-template-columns:1fr 1fr;gap:12px}.progress-comparison__versus{display:none}.progress-comparison__orientations{width:100%}.progress-comparison__orientations button{flex:1;min-width:0}.progress-comparison__stages{grid-template-columns:1fr;gap:13px}.progress-comparison__stages>span{color:#8b7869;text-align:center;font:italic 12px Georgia,serif;display:block}.progress-comparison__stages figure>div{height:min(68vh,580px)}.progress-comparison footer{padding-bottom:12px}}.loom-preview{aspect-ratio:16/9;background:#211a16;border-radius:16px;width:100%;margin:18px 0;position:relative;overflow:hidden}.loom-preview iframe{border:0;width:100%;height:100%}.weekly-release-checks{color:#66574d;gap:8px;margin:0 0 20px;padding:0;font-size:13px;list-style:none;display:grid}.historical-review{min-width:0}.historical-review__header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:31px;display:flex}.historical-review__heading{min-width:0}.historical-review__header .portal-back-link{margin-bottom:29px}.historical-review__heading h1{letter-spacing:-.025em;margin:9px 0 5px;font:500 clamp(40px,5vw,56px)/1.04 Georgia,serif}.historical-review__heading>p{color:#685a50;margin:0;font:400 clamp(18px,2vw,21px) Georgia,serif}.historical-review__meta{color:#81746a;flex-wrap:wrap;gap:7px 0;margin-top:16px;font-size:11px;display:flex}.historical-review__meta span:not(:last-child):after{content:"·";color:#b19a86;margin:0 9px}.historical-review__meta .has-video{color:#5c754f}.historical-review__meta .has-video:before{content:"";background:#718b64;border-radius:50%;width:5px;height:5px;margin:0 6px 1px 0;display:inline-block}.check-in-selector{flex:0 0 205px;margin-bottom:2px;position:relative}.check-in-selector summary{color:#5d4636;cursor:pointer;background:#fffaf4;border:1px solid #ddcfc2;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-size:11px;font-weight:750;list-style:none;display:flex}.check-in-selector summary::-webkit-details-marker{display:none}.check-in-selector summary:focus-visible{outline-offset:2px;outline:3px solid #76583c33}.check-in-selector summary span:last-child{font-size:14px;transition:transform .15s}.check-in-selector[open] summary span:last-child{transform:rotate(180deg)}.check-in-selector nav{z-index:20;background:#fffaf5;border:1px solid #ddcfc2;border-radius:12px;width:min(310px,100vw - 32px);max-height:360px;padding:6px;position:absolute;top:calc(100% + 7px);right:0;overflow-y:auto;box-shadow:0 16px 34px #3e2a1d24}.check-in-selector nav a{color:#49382d;border-radius:8px;gap:5px;padding:11px 12px;text-decoration:none;display:grid}.check-in-selector nav a:hover{background:#f4e9de}.check-in-selector nav a.is-current{background:#eee2d6}.check-in-selector nav a>span{justify-content:space-between;align-items:center;gap:12px;display:flex}.check-in-selector nav strong{font-size:11px}.check-in-selector nav em{color:#607655;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-style:normal;font-weight:850}.check-in-selector nav small{color:#81746a;gap:7px;font-size:9px;display:flex}.check-in-selector nav small span:before{content:"·";color:#b19a86;margin-right:7px}.historical-review__workspace{min-width:0}.historical-coach-response>.eyebrow{margin:0 0 14px}.historical-coach-response__video{aspect-ratio:16/9;background:#211a16;border-radius:19px 19px 0 0;width:100%;position:relative;overflow:hidden;box-shadow:0 23px 52px #281d1633}.historical-coach-response__video iframe{border:0;width:100%;height:100%;display:block}.historical-coach-response__strip{background:linear-gradient(100deg,#f3e7da,#fffaf4);border:1px solid #decebf;border-top:0;border-radius:0 0 16px 16px;grid-template-columns:48px minmax(145px,185px) minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 20px;display:grid;box-shadow:0 14px 32px #432b1b0f}.historical-coach-response__strip>img{object-fit:cover;object-position:center 24%;border:1px solid #d9c4b2;border-radius:50%;width:46px;height:46px;display:block}.historical-coach-response__identity{gap:2px;display:grid}.historical-coach-response__identity span{color:#81766d;font-size:10px}.historical-coach-response__identity small{color:#6d4e38;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}.historical-coach-response__strip p{color:#493b32;border-left:1px solid #dccbbc;margin:0;padding-left:18px;font:italic 14px/1.55 Georgia,serif}.historical-coach-response__strip>a{color:#6d4e38;white-space:nowrap;font-size:10px;font-weight:800}.historical-record{background:#fffbf6e0;border:1px solid #dfd1c4;border-radius:16px;margin-top:30px;padding:clamp(25px,3.3vw,39px);box-shadow:0 12px 34px #432b1b0b}.historical-record__header{justify-content:space-between;align-items:end;gap:28px;display:flex}.historical-record__header h2{margin:7px 0 6px;font:400 clamp(24px,2.7vw,30px) Georgia,serif}.historical-record__header>div>p:last-child{color:#7a6d63;max-width:530px;margin:0;font-size:12px;line-height:1.55}.historical-record__next{border-left:1px solid #dfd1c4;flex:none;gap:4px;max-width:215px;padding-left:19px;display:grid}.historical-record__next span{color:#7a604d;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:850}.historical-record__next strong{font:400 14px/1.35 Georgia,serif}.historical-record__next a{color:#674731;margin-top:3px;font-size:10px;font-weight:800}.historical-record__tabs{border-bottom:1px solid #e6dacf;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:27px 0 0;padding-bottom:25px;display:grid}.historical-record__tabs button{color:#59493f;cursor:pointer;background:#faf5ee;border:1px solid #decfc1;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:8px 10px;font:750 9px/1.25 inherit;display:flex}.historical-record__tabs button span{color:#82634e;font-size:15px;font-weight:400}.historical-record__tabs button:hover{background:#fffaf4;border-color:#a78b75}.historical-record__tabs button[aria-selected=true]{color:#fff;background:#573c2c;border-color:#573c2c;box-shadow:0 5px 12px #432b1b29}.historical-record__tabs button[aria-selected=true] span{color:#eadfd4}.historical-record__tabs button:focus-visible{outline-offset:2px;outline:3px solid #76583c33}.historical-panel{padding-top:28px}.historical-panel[hidden]{display:none}.historical-panel>header{margin-bottom:18px}.historical-panel>header .eyebrow{margin:0}.historical-panel>header h3{margin:4px 0 0;font:400 24px Georgia,serif}.historical-panel>header>p:last-child:not(.eyebrow){color:#75685f;margin:7px 0 0;font-size:11px}.snapshot-composition{grid-template-columns:minmax(205px,.8fr) minmax(0,1.55fr);gap:15px;display:grid}.snapshot-composition article{background:#fffdf9a6;border:1px solid #e7dbcf;border-radius:11px;min-width:0}.snapshot-composition article>span{color:#563b2b;letter-spacing:.02em;text-transform:uppercase;font-size:10px;font-weight:850;display:block}.snapshot-weight{align-content:center;min-height:145px;padding:22px;display:grid}.snapshot-weight p{align-items:baseline;gap:8px;margin:12px 0 5px;display:flex}.snapshot-weight strong{color:#2f241e;font:400 clamp(42px,5vw,55px)/.9 Georgia,serif}.snapshot-weight b{font-size:11px}.snapshot-weight small,.snapshot-compact small{color:#81756c;font-size:9px}.snapshot-note{align-content:center;min-height:145px;padding:24px;display:grid;background:#f5eadf!important}.snapshot-note p{color:#3d3029;margin:10px 0 0;font:400 17px/1.6 Georgia,serif}.snapshot-macros,.snapshot-habits{min-height:232px;padding:22px}.snapshot-macro-rings{justify-content:center;gap:12px;margin:20px 0 17px;display:flex}.snapshot-macro-rings>div{text-align:center;border:7px solid #eee2d7;border-radius:50%;outline:1px solid #dfcdbd;place-content:center;width:91px;height:91px;display:grid}.snapshot-macro-rings small{color:#604433;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:850}.snapshot-macro-rings strong{font:400 26px/1.1 Georgia,serif}.snapshot-macro-rings i{margin-left:2px;font:400 9px inherit}.snapshot-macros footer{border-top:1px solid #e4d7cc;justify-items:center;gap:4px;padding-top:12px;display:grid}.snapshot-macros footer small{color:#7d695a;letter-spacing:.12em;text-transform:uppercase;font-size:8px;font-weight:800}.snapshot-macros footer strong{font:400 15px Georgia,serif}.snapshot-habits{align-content:start;gap:13px;padding-inline:25px;display:grid}.snapshot-habits>span{margin-bottom:3px}.snapshot-habits>div{align-items:center;gap:11px;display:flex}.snapshot-habits i{color:#52754b;background:#dfeadb;border-radius:50%;flex:0 0 23px;place-items:center;width:23px;height:23px;font-size:10px;font-style:normal;display:grid}.snapshot-habits p{gap:2px;margin:0;display:grid}.snapshot-habits strong{font-size:11px}.snapshot-habits small{color:#7b6f66;font-size:9px}.snapshot-compact{align-content:center;min-height:105px;padding:16px 21px;display:grid}.snapshot-compact strong{margin-top:10px;font:400 17px Georgia,serif}.snapshot-compact small{margin-top:4px}.snapshot-day-indicator{gap:4px;margin-top:8px;display:flex}.snapshot-day-indicator i{background:#f1e9e1;border:1px solid #e2d6ca;border-radius:999px;width:16px;height:3px}.snapshot-day-indicator i.is-complete{background:#795b46;border-color:#795b46}.snapshot-reflection{grid-column:1/-1;min-height:125px;padding:23px;background:#f3e7db!important}.snapshot-reflection strong{margin-top:10px;font:600 11px inherit;display:block}.snapshot-reflection p{color:#493b32;max-width:760px;margin:7px 0 0;font:400 15px/1.65 Georgia,serif}.snapshot-unavailable{color:#8a7e75!important;margin:11px 0 0!important;font:italic 12px/1.55 Georgia,serif!important}.record-metric-grid,.record-status-grid,.record-editorial-list{gap:12px;margin:0;display:grid}.record-metric-grid,.record-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.record-metric-grid>div,.record-status-grid>div,.record-editorial-list>div{background:#f9f3ec;border:1px solid #e7dbcf;border-radius:10px;min-width:0;padding:19px}.record-metric-grid dt,.record-status-grid dt,.record-editorial-list dt{color:#81746a;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:850}.record-metric-grid dd,.record-status-grid dd,.record-editorial-list dd{color:#392d26;white-space:pre-line;margin:0;font:400 16px/1.55 Georgia,serif}.record-metric-grid dd{font-size:28px}.record-metric-grid dd small{font:700 10px inherit}.record-status-grid dd{font-size:21px}.record-status-grid .is-editorial{background:#f4e7da;grid-column:span 2;padding:22px}.record-status-grid .is-editorial dd{font-size:16px;line-height:1.65}.record-editorial-list{grid-template-columns:1fr 1fr}.record-editorial-list>div{background:#f6eadf;padding:24px}.record-editorial-list dd{font-size:17px;line-height:1.7}.historical-metric dd{align-content:start;gap:7px;display:grid}.historical-metric dd>strong{color:#342820;font:400 28px/1 Georgia,serif}.historical-metric dd>strong small{color:#75685f;font:700 10px/1 inherit}.historical-metric dd>span:not(.historical-metric__status){color:#81756c;font:500 9px/1.4 sans-serif}.historical-metric__scale{height:10px;margin:2px 5px 0;position:relative}.historical-metric__scale:before{content:"";background:#dfd2c6;border-radius:999px;height:2px;position:absolute;top:4px;left:0;right:0}.historical-metric__marker{background:#563b2b;border:1px solid #f9f3ec;border-radius:50%;width:10px;height:10px;position:absolute;top:0;transform:translate(-50%);box-shadow:0 0 0 1px #563b2b1f}.historical-metric__status{color:#49392f;align-items:center;gap:10px;font:600 13px/1.45 sans-serif;display:flex}.historical-metric__status i{color:#694c38;background:#eee3d9;border:1px solid #d9cabd;border-radius:50%;flex:0 0 23px;place-items:center;width:23px;height:23px;font-size:10px;font-style:normal;display:grid}.historical-metric--days .snapshot-day-indicator{margin-top:1px}.historical-panel--looking-ahead .record-editorial-list,.historical-panel--learning-mindset .record-editorial-list{grid-template-columns:1fr}.historical-photos>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.historical-photos figure{margin:0}.historical-photos img{aspect-ratio:3/4;object-fit:cover;border-radius:10px;width:100%;display:block}.historical-photos figcaption{color:#81766d;text-align:center;text-transform:capitalize;margin-top:8px;font-size:9px}@media (width<=900px){.historical-coach-response__strip{grid-template-columns:46px 1fr auto}.historical-coach-response__strip p{border-top:1px solid #dccbbc;border-left:0;grid-column:1/-1;padding:13px 0 0}.record-status-grid,.historical-record__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.historical-review__header{flex-direction:column;align-items:stretch;gap:18px;margin-bottom:24px}.check-in-selector{flex-basis:auto;width:100%}.check-in-selector nav{box-sizing:border-box;width:100%;left:0;right:auto}.historical-review__header .portal-back-link{margin-bottom:22px}.historical-review__meta{gap:4px;display:grid}.historical-review__meta span:after{display:none}.historical-coach-response__video{border-radius:14px 14px 0 0}.historical-coach-response__strip{grid-template-columns:42px 1fr;padding:15px}.historical-coach-response__strip>img{width:40px;height:40px}.historical-coach-response__strip>a{grid-column:2}.historical-record{margin-top:18px;padding:20px 15px}.historical-record__header{flex-direction:column;align-items:flex-start}.historical-record__next{border-top:1px solid #dfd1c4;border-left:0;width:100%;max-width:none;padding:13px 0 0}.historical-record__tabs{flex-wrap:nowrap;margin-right:-15px;display:flex;overflow-x:auto}.historical-record__tabs button{flex:0 0 145px}.snapshot-composition,.record-metric-grid,.record-status-grid,.record-editorial-list{grid-template-columns:1fr}.record-status-grid .is-editorial{grid-column:auto}.historical-photos>div{grid-template-columns:1fr}.snapshot-weight{min-height:145px}}.checkins-state-band{color:#49382c;border:1px solid #7e5b3d3d;border-radius:22px;justify-content:space-between;align-items:center;gap:28px;margin-bottom:30px;display:flex;box-shadow:0 18px 45px #48301f14}.checkins-state-band h2{margin:5px 0 7px;font:400 clamp(25px,3vw,34px) Georgia,serif}.checkins-state-band p:last-child{color:#75685e;margin:0;line-height:1.6}.checkins-state-band--action{background:linear-gradient(125deg,#f0e2d2,#fffaf3);padding:27px 30px}.checkins-state-band--action .button{flex:none}.checkins-state-band--pending{background:#fffcf7c7;padding:19px 25px;box-shadow:0 10px 28px #48301f0b}.checkins-state-band--pending h2{font-size:24px}.checkins-first-review{text-align:center;padding:clamp(30px,5vw,52px)}.checkins-first-review h1{margin:8px 0;font-size:clamp(40px,6vw,62px)}.checkins-first-review>p:last-child{color:#75685e;max-width:570px;margin:0 auto;line-height:1.65}.questionnaire-heading{margin-bottom:28px}.questionnaire-heading .portal-back-link{margin-bottom:28px;display:inline-block}.questionnaire-heading h1{margin:7px 0;font-size:clamp(38px,5vw,56px)}.questionnaire-heading>p:last-child{color:#75685e}.questionnaire-heading+.portal-checkin-layout{grid-template-columns:minmax(0,1fr)}.progress-page-heading{margin-bottom:24px}.progress-experience{min-width:0}.progress-experience--visual{margin-top:clamp(45px,7vw,76px)}.progress-section-heading{margin-bottom:20px}.progress-section-heading h2{margin:6px 0;font:400 clamp(30px,4vw,42px) Georgia,serif}.progress-section-heading>p:last-child{color:#75685e}.progress-experience .native-photo-history{min-width:0}.progress-experience .weight-trend-card{margin:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.checkins-state-band{flex-direction:column;align-items:flex-start}.checkins-state-band--pending{display:block}}@media (width<=620px){.checkins-state-band--action,.checkins-state-band--pending{padding:20px}.checkins-state-band--action .button{justify-content:center;width:100%}.progress-experience--visual{margin-top:48px}}.leads-workspace,.lead-form-page,.lead-detail{width:min(1280px,100% - 48px);padding:42px 0 76px}.leads-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.leads-heading h1{margin:6px 0 8px;font:500 clamp(40px,5vw,54px)/1 Georgia,serif}.leads-heading p:last-child{color:var(--muted);margin:0}.lead-heading-actions{align-items:center;gap:12px;display:flex}.lead-summary{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.lead-summary a{border:1px solid var(--line);background:var(--card);color:inherit;border-radius:17px;align-items:center;gap:14px;padding:20px 22px;text-decoration:none;display:flex}.lead-summary a.active{background:#fbf2e9;border-color:#b99a80}.lead-summary strong{font:500 28px Georgia,serif}.lead-summary span{color:var(--muted);font-size:12px;font-weight:750}.leads-panel{overflow:hidden}.leads-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:25px 28px;display:flex}.leads-panel h2,.lead-form h2,.lead-info-card h2,.lead-note h2,.lead-timeline h2,.lead-actions h2{margin:5px 0 0;font:500 25px Georgia,serif}.lead-filters{flex-wrap:wrap;gap:7px;display:flex}.lead-filters a{color:var(--muted);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;text-decoration:none}.lead-filters a.active{color:#fff;background:#6a4a36}.lead-table{border-collapse:collapse;width:100%}.lead-table th,.lead-table td{border-bottom:1px solid var(--line);text-align:left;padding:17px 20px}.lead-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px}.lead-table td{font-size:13px}.lead-table td strong,.lead-table td small{display:block}.lead-table td small{color:var(--muted);margin-top:5px}.lead-table td:last-child{text-align:right}.lead-table .button{height:38px;min-height:38px;padding:0 16px;font-size:11px}.lead-status{color:#604f43;text-transform:uppercase;letter-spacing:.05em;background:#eee7df;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:850;display:inline-flex}.lead-status--active{color:#4d7146;background:#e5eee0}.lead-status--waitlisted{color:#795f29;background:#f3ead4}.lead-status--closed,.lead-status--rejected{color:#855044;background:#f0e6e2}.lead-status--converted{color:#4c5e75;background:#e4e8ee}.lead-empty{text-align:center;padding:55px 24px}.lead-empty>span{color:#6d4b35;background:#f0e6db;border-radius:50%;place-items:center;width:52px;height:52px;margin:auto;font-size:25px;display:grid}.lead-empty h3{margin:18px 0 7px;font:500 22px Georgia,serif}.lead-empty p{color:var(--muted)}.lead-empty .button{margin-top:12px}.direct-client-path{border:1px dashed #d7c8ba;border-radius:15px;justify-content:space-between;align-items:center;gap:22px;margin-top:18px;padding:18px 22px;display:flex}.direct-client-path p{color:var(--muted);margin:5px 0 0;font-size:12px}.direct-client-path a{color:#624431;font-size:12px;font-weight:750}.lead-form{overflow:hidden}.lead-form section{padding:28px 30px}.lead-form section+section{border-top:1px solid var(--line)}.lead-optional{background:#fcf8f3}.lead-field-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:24px;display:grid}.lead-field-grid label,.lead-actions label{gap:8px;font-size:12px;font-weight:750;display:grid}.lead-field-grid input,.lead-field-grid select,.lead-field-grid textarea,.lead-actions textarea{width:100%;color:inherit;background:#fff;border:1px solid #d8c9b9;border-radius:12px;padding:13px 14px}.lead-field-wide{grid-column:1/-1}.field-error{color:#9b4130;font-weight:650}.lead-form footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:22px;padding:22px 30px;display:flex}.lead-form footer p{color:var(--muted);margin:0;font-size:12px}.lead-detail-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:start;gap:22px;display:grid}.lead-detail-grid main,.lead-detail-grid aside{gap:22px;display:grid}.lead-info-card,.lead-note,.lead-timeline,.lead-actions{padding:28px}.lead-info-card dl{grid-template-columns:1fr 1fr;margin:22px 0 0;display:grid}.lead-info-card dl div{border-top:1px solid var(--line);padding:16px 0}.lead-info-card dl .wide{grid-column:1/-1}.lead-info-card dt,.lead-timeline dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.lead-info-card dd,.lead-timeline dd{margin:6px 0 0}.lead-note>p:last-child{white-space:pre-line;margin:18px 0 0;line-height:1.7}.lead-timeline dl{margin:20px 0}.lead-timeline dl div{border-top:1px solid var(--line);padding:13px 0}.lead-reason{background:#f7f0e8;border-radius:12px;gap:7px;padding:14px;font-size:12px;line-height:1.5;display:grid}.lead-actions{gap:10px;display:grid}.lead-actions details{border-top:1px solid var(--line);margin-top:5px;padding-top:14px}.lead-actions summary{cursor:pointer;color:#76503a;font-size:12px;font-weight:750}.lead-actions details form{gap:13px;margin-top:16px;display:grid}.lead-actions details form div{flex-wrap:wrap;gap:8px;display:flex}.lead-actions .button{font-size:11px}@media (width<=800px){.leads-heading{flex-direction:column;align-items:flex-start}.lead-summary{grid-template-columns:1fr 1fr}.leads-panel>header{flex-direction:column;align-items:flex-start}.lead-table-wrap{overflow-x:auto}.lead-table{min-width:820px}.lead-field-grid,.lead-detail-grid{grid-template-columns:1fr}.direct-client-path,.lead-form footer{flex-direction:column;align-items:flex-start}}@media (width<=520px){.leads-workspace,.lead-form-page,.lead-detail{width:min(100% - 28px,1280px)}.lead-summary,.lead-field-grid{grid-template-columns:1fr}.lead-field-wide{grid-column:auto}}.lead-sales-body{color:#30251f;scroll-behavior:smooth;background:#f4eee6;margin:0;font-family:Commuter Sans,Avenir Next,Segoe UI,Arial,sans-serif}.lead-sales-body *{box-sizing:border-box}.lead-sales-brand{z-index:10;justify-content:space-between;align-items:center;width:min(1240px,100% - 48px);padding:28px 0;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.lead-sales-brand img{width:210px;display:block}.lead-sales-brand nav{gap:24px;display:flex}.lead-sales-brand nav a{color:#e9ddd0;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800;text-decoration:none}.lead-sales-brand nav a:hover{color:#fff}.lead-sales-brand a:focus-visible,.lead-sales-table-wrap:focus-visible{outline-offset:5px;outline:3px solid #cfb493}.lead-sales-hero{color:#fff;background:#211914;grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);min-height:100svh;display:grid;position:relative;overflow:hidden}.lead-sales-hero:before{content:"";background:radial-gradient(circle at 12% 80%,#a87e5829,#0000 30%),linear-gradient(110deg,#0000 55%,#ffffff06);position:absolute;inset:0}.lead-sales-hero__copy{z-index:1;align-self:center;width:min(760px,100% - 48px);margin-left:max(24px,50vw - 620px);padding:150px 20px 110px 0}.lead-sales-hero h1,.lead-sales-heading h2,.lead-sales-choice h2,.lead-sales-flagship h2,.lead-sales-final h2{letter-spacing:-.045em;font:400 clamp(3.2rem,7vw,7rem)/.96 Georgia,serif}.lead-sales-hero h1{max-width:730px;margin:20px 0 28px}.lead-sales-hero__copy>p:not(.eyebrow){color:#d8cabd;max-width:650px;margin:0 0 34px;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.75}.lead-sales-hero__context{color:#ad9c8e;letter-spacing:.18em;text-transform:uppercase;margin-top:36px;font-size:10px;font-weight:800;display:block}.lead-sales-hero__context i{vertical-align:middle;background:#b88b65;border-radius:50%;width:3px;height:3px;margin:0 12px;display:inline-block}.lead-sales-hero__portrait{min-height:620px;position:relative;overflow:hidden}.lead-sales-hero__portrait:after{content:"";background:linear-gradient(90deg,#211914 0,#0000 30%),linear-gradient(#0000 55%,#211914aa);position:absolute;inset:0}.lead-sales-hero__portrait img{object-fit:cover;filter:saturate(.65)sepia(.12);opacity:.82;width:100%;height:100%}.lead-sales-hero__portrait>span{z-index:1;color:#eadfd4;font:italic 17px Georgia,serif;position:absolute;bottom:35px;right:34px}.lead-sales-personal-note{z-index:2;background:#fffaf3;border:1px solid #d6c0a9;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px;width:min(1120px,100% - 40px);margin:-42px auto 0;padding:42px 48px;display:grid;position:relative;box-shadow:0 20px 60px #2419111f}.lead-sales-personal-note h2{max-width:710px;margin:8px 0 12px;font:400 clamp(1.8rem,3vw,2.7rem)/1.12 Georgia,serif}.lead-sales-personal-note p:last-child{color:#74665d;margin:0;line-height:1.65}.lead-sales-chapter{padding:clamp(90px,11vw,160px) max(24px,50vw - 590px)}.lead-sales-heading{grid-template-columns:minmax(0,.8fr) minmax(280px,.45fr);column-gap:clamp(40px,8vw,120px);max-width:1160px;display:grid}.lead-sales-heading .eyebrow{grid-column:1/-1}.lead-sales-heading h2{margin:14px 0 0;font-size:clamp(2.7rem,5vw,5rem)}.lead-sales-heading>p:last-child{color:#74675e;align-self:end;margin:0;font-size:1.05rem;line-height:1.8}.lead-sales-principles{border-top:1px solid #d9c9ba;grid-template-columns:repeat(3,1fr);gap:0;margin-top:90px;display:grid}.lead-sales-principles article{border-right:1px solid #d9c9ba;padding:34px 34px 20px 0}.lead-sales-principles article+article{padding-left:34px}.lead-sales-principles article:last-child{border-right:0}.lead-sales-principles span,.lead-sales-program-path>header>span{color:#9a7353;font:italic 16px Georgia,serif}.lead-sales-principles h3{margin:35px 0 12px;font:400 1.55rem Georgia,serif}.lead-sales-principles p,.lead-sales-pillars p{color:#76695f;line-height:1.7}.lead-sales-coaching{color:#fff;background:#2b211b}.lead-sales-coaching .lead-sales-heading>p:last-child{color:#cbbbad}.lead-sales-pillars{border-top:1px solid #56473d;grid-template-columns:repeat(2,1fr);margin-top:85px;display:grid}.lead-sales-pillars article{border-bottom:1px solid #56473d;grid-template-columns:60px 1fr;gap:20px;padding:28px 28px 28px 0;display:grid}.lead-sales-pillars article:nth-child(odd){border-right:1px solid #56473d}.lead-sales-pillars article:nth-child(2n){padding-left:30px}.lead-sales-pillars span{color:#b89170;font:italic 14px Georgia,serif}.lead-sales-pillars h3{margin:0 0 8px;font:400 1.35rem Georgia,serif}.lead-sales-pillars p{color:#c8b8aa;margin:0}.lead-sales-choice{background:#ded0c1;grid-template-columns:.75fr 1fr 1.2fr;gap:0;padding-top:0;padding-bottom:0;display:grid}.lead-sales-choice>header{padding:90px 50px 90px 0}.lead-sales-choice h2{margin:15px 0;font-size:clamp(2.5rem,4vw,4.4rem)}.lead-sales-choice article{padding:90px 48px}.lead-sales-choice__plan{background:#eadfd3;border-left:1px solid #c3af9d}.lead-sales-choice__coach{color:#fff;background:#6d4c37}.lead-sales-choice article h3{margin:18px 0 28px;font:italic 400 clamp(1.65rem,2.5vw,2.35rem)/1.2 Georgia,serif}.lead-sales-choice article>p:not(.eyebrow){line-height:1.75}.lead-sales-choice article ul{border-top:1px solid;margin:40px 0 0;padding:0;list-style:none}.lead-sales-choice article li{border-bottom:1px solid;padding:13px 0;font-size:12px;font-weight:750}.lead-sales-program-section{background:#fbf7f1}.lead-sales-program-path{margin-top:100px}.lead-sales-program-path>header{grid-template-columns:90px 1fr;align-items:start;margin-bottom:35px;display:grid}.lead-sales-program-path>header h3{margin:5px 0;font:400 clamp(1.8rem,3vw,2.8rem) Georgia,serif}.lead-sales-program-list{border-top:1px solid #cdbdac;grid-template-columns:repeat(3,1fr);display:grid}.lead-sales-program-list--coaching{grid-template-columns:repeat(2,1fr)}.lead-sales-program{border-right:1px solid #d7c9bb;padding:35px 32px 30px 0}.lead-sales-program+.lead-sales-program{padding-left:32px}.lead-sales-program:last-child{border-right:0}.lead-sales-program header{justify-content:space-between;align-items:start;gap:20px;display:flex}.lead-sales-program header>span{color:#8b6a51;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:850}.lead-sales-program h4{min-height:2.3em;margin:40px 0 12px;font:400 clamp(1.45rem,2vw,2rem)/1.1 Georgia,serif}.lead-sales-program__summary{color:#725642;min-height:2.7em;font-weight:750}.lead-sales-program>p:not(.lead-sales-program__summary){color:#786b62;line-height:1.65}.lead-sales-program__best{border-top:1px solid #dfd4c9;border-bottom:1px solid #dfd4c9;margin:28px 0;padding:18px 0}.lead-sales-program__best span,.lead-sales-flagship footer span,.lead-sales-option-note{color:#8b725f;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.lead-sales-program__best p{margin:8px 0 0;font-size:.88rem;line-height:1.6}.lead-sales-program ul{flex-wrap:wrap;gap:7px;margin:22px 0 0;padding:0;list-style:none;display:flex}.lead-sales-program li{color:#624b3c;border:1px solid #d7c5b4;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750}.lead-sales-price{text-align:right;margin:0}.lead-sales-price strong{font:400 2rem Georgia,serif;display:block}.lead-sales-price span{color:inherit;font-size:10px;line-height:1.4;display:block}.lead-sales-flagship{color:#fff;background:#38281f;padding:clamp(90px,11vw,150px) max(24px,50vw - 590px)}.lead-sales-flagship__intro{grid-template-columns:1.25fr .75fr;gap:60px;display:grid}.lead-sales-flagship__intro .eyebrow,.lead-sales-flagship__name{grid-column:1/-1}.lead-sales-flagship h2{margin:14px 0;font-size:clamp(3rem,6vw,6rem)}.lead-sales-flagship__intro>p:not(.eyebrow):not(.lead-sales-flagship__name){color:#cfbeb0;align-self:end;line-height:1.8}.lead-sales-flagship__name{border-top:1px solid #675448;margin:60px 0 0;padding-top:25px;font:italic 1.25rem Georgia,serif}.lead-sales-flagship__moments{border-top:1px solid #675448;grid-template-columns:repeat(5,1fr);margin-top:40px;display:grid}.lead-sales-flagship__moments article{padding:28px 22px 10px 0}.lead-sales-flagship__moments h3{color:#d4ad8a;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:10px}.lead-sales-flagship__moments p{color:#cdbdaf;font-size:.88rem;line-height:1.65}.lead-sales-flagship footer{border:1px solid #715b4c;grid-template-columns:1fr auto;align-items:end;gap:60px;margin-top:55px;padding:30px;display:grid}.lead-sales-flagship footer p{max-width:700px;margin:8px 0 0;line-height:1.6}.lead-sales-comparison{background:#e6d9cd}.lead-sales-table-wrap{background:#f8f2eb;border:1px solid #cdbbab;max-width:1180px;margin-top:65px;overflow-x:auto}.lead-sales-table-wrap table{border-collapse:collapse;width:100%;min-width:1000px}.lead-sales-table-wrap th,.lead-sales-table-wrap td{text-align:center;border-bottom:1px solid #ded1c5;border-right:1px solid #ded1c5;padding:18px 15px}.lead-sales-table-wrap th:first-child{text-align:left;z-index:1;background:#f8f2eb;position:sticky;left:0}.lead-sales-table-wrap thead th{color:#725b49;letter-spacing:.08em;text-transform:uppercase;font-size:9px}.lead-sales-table-wrap tbody th{max-width:190px;font:400 1rem Georgia,serif}.lead-sales-table-wrap td span{font-size:11px;font-weight:800}.lead-sales-options{background:#f8f2eb}.lead-sales-option-list{border-top:1px solid #d5c6b8;grid-template-columns:repeat(2,1fr);gap:0;margin-top:70px;display:grid}.lead-sales-option-list article{border-bottom:1px solid #d5c6b8;grid-template-columns:1fr auto;gap:15px 30px;padding:32px;display:grid}.lead-sales-option-list article:nth-child(odd){border-right:1px solid #d5c6b8;padding-left:0}.lead-sales-option-list h3{margin:0;font:400 1.4rem Georgia,serif}.lead-sales-option-list article p{color:#786b62;line-height:1.6}.lead-sales-option-note{grid-column:1/-1;margin:0}.lead-sales-final{color:#fff;text-align:center;background:#1f1814;padding:clamp(110px,14vw,190px) 24px}.lead-sales-final h2{max-width:900px;margin:20px auto 25px;font-size:clamp(3rem,6vw,6.2rem)}.lead-sales-final>p:not(.eyebrow):not(.lead-sales-alert){color:#cdbdaf;max-width:680px;margin:0 auto 35px;font-size:1.05rem;line-height:1.8}.lead-sales-final form{margin:0}.lead-sales-alert{color:#ffe6dc;border:1px solid #bd7b65;width:min(650px,100%);margin:25px auto;padding:15px}.lead-sales-footer{color:#9d8c7e;letter-spacing:.1em;text-align:center;text-transform:uppercase;background:#17120f;padding:30px;font-size:.72rem}.lead-sales-body .eyebrow{color:#9c7455;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:10px;font-weight:850}.lead-sales-coaching .eyebrow,.lead-sales-flagship .eyebrow,.lead-sales-choice__coach .eyebrow,.lead-sales-final .eyebrow{color:#d4ad8a}@media (width<=900px){.lead-sales-brand{width:calc(100% - 36px)}.lead-sales-brand nav{display:none}.lead-sales-hero{grid-template-columns:1fr}.lead-sales-hero__copy{width:calc(100% - 40px);margin:auto;padding-bottom:55px}.lead-sales-hero__portrait{min-height:45vh}.lead-sales-hero__portrait:after{background:linear-gradient(0deg,#211914 0,#0000 50%),linear-gradient(#211914 0,#0000 25%)}.lead-sales-heading,.lead-sales-choice,.lead-sales-flagship__intro{grid-template-columns:1fr}.lead-sales-heading>p:last-child{margin-top:28px}.lead-sales-choice>header{padding:70px 24px}.lead-sales-choice article{padding:70px 32px}.lead-sales-choice__plan{border-left:0}.lead-sales-program-list{grid-template-columns:1fr}.lead-sales-program{border-bottom:1px solid #d7c9bb;border-right:0;padding:30px 0!important}.lead-sales-program h4,.lead-sales-program__summary{min-height:0}.lead-sales-flagship__moments{grid-template-columns:repeat(2,1fr)}.lead-sales-option-list{grid-template-columns:1fr}.lead-sales-option-list article,.lead-sales-option-list article:nth-child(odd){border-right:0;padding:28px 0}}@media (width<=620px){.lead-sales-brand{padding-top:22px}.lead-sales-brand img{width:175px}.lead-sales-hero h1{font-size:clamp(3.2rem,16vw,5rem)}.lead-sales-hero__copy{padding-top:120px}.lead-sales-personal-note{grid-template-columns:1fr;margin-top:0;padding:35px 25px}.lead-sales-personal-note .button{width:100%}.lead-sales-principles{grid-template-columns:1fr;margin-top:55px}.lead-sales-principles article,.lead-sales-principles article+article{border-bottom:1px solid #d9c9ba;border-right:0;padding:25px 0}.lead-sales-principles h3{margin-top:18px}.lead-sales-pillars{grid-template-columns:1fr;margin-top:50px}.lead-sales-pillars article,.lead-sales-pillars article:nth-child(2n){border-right:0;padding:24px 0}.lead-sales-choice article{padding:60px 24px}.lead-sales-program-path{margin-top:65px}.lead-sales-program-path>header{grid-template-columns:45px 1fr}.lead-sales-flagship__moments{grid-template-columns:1fr}.lead-sales-flagship footer{grid-template-columns:1fr;padding:22px}.lead-sales-flagship footer .lead-sales-price{text-align:left}.lead-sales-option-list article{grid-template-columns:1fr}.lead-sales-option-list .lead-sales-price{text-align:left}.lead-sales-hero__context{letter-spacing:.09em}.lead-sales-hero__context i{margin:0 5px}}@media (prefers-reduced-motion:reduce){.lead-sales-body{scroll-behavior:auto}}.enrollment-control{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:20px 24px;display:flex}.enrollment-control h2,.source-summary h2{margin:4px 0;font:500 23px Georgia,serif}.enrollment-control p:last-child{color:var(--muted);margin:0;font-size:12px}.lead-summary{grid-template-columns:repeat(5,1fr)}.lead-operations-grid{grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:18px;display:grid}.leads-panel>header select{border:1px solid var(--line);color:inherit;background:#fff;border-radius:999px;padding:10px 34px 10px 13px;font-weight:700}.source-summary{padding:24px}.source-summary>div{border-top:1px solid var(--line);gap:5px;padding:14px 0;display:grid}.source-summary>div:first-of-type{margin-top:18px}.source-summary span{color:var(--muted);font-size:11px}.lead-follow-up{font-weight:750;color:#8b4d33!important}@media (width<=1000px){.lead-operations-grid{grid-template-columns:1fr}.source-summary{grid-template-columns:repeat(2,1fr);gap:0 24px;display:grid}.source-summary>.eyebrow,.source-summary>h2{grid-column:1/-1}}@media (width<=800px){.enrollment-control{flex-direction:column;align-items:flex-start}.lead-summary{grid-template-columns:1fr 1fr}}@media (width<=520px){.source-summary{grid-template-columns:1fr}}.resource-library{border-top:1px solid #5336262e;margin:clamp(2.5rem,6vw,5rem) 0;padding-top:clamp(1.5rem,3vw,2.5rem)}.resource-library>header h2{color:#352218;margin:.15rem 0;font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.5rem)}.resource-library>header>p:last-child{color:#6d5a4e}.resource-filters{gap:.55rem;padding:.15rem 0 1.5rem;display:flex;overflow-x:auto}.resource-filters a{white-space:nowrap;color:#533626;border:1px solid #53362633;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none}.resource-filters a[aria-current=page]{color:#fff;background:#3d281d;border-color:#3d281d}.resource-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;display:grid}.resource-card{background:#fffdf9;border:1px solid #53362624;border-radius:1rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 30px #3a231612}.resource-card-art{aspect-ratio:16/9;color:#f3d7a5;letter-spacing:.16em;background:linear-gradient(135deg,#372319,#a77a4c);place-items:center;font:2rem Georgia,serif;display:grid}.resource-card-art img{object-fit:cover;width:100%;height:100%}.resource-card-copy{flex-direction:column;flex:1;padding:1.25rem;display:flex}.resource-card-copy h3{color:#352218;margin:.35rem 0 .65rem;font:1.35rem/1.2 Georgia,serif}.resource-card-copy>p:not(.eyebrow){color:#66554a;margin:0 0 1.2rem;line-height:1.55}.resource-card-copy>a{color:#6b431f;margin-top:auto;font-weight:700;text-decoration:none}.resource-filter-empty{color:#66554a;border:1px dashed #53362638;border-radius:1rem;padding:1.4rem}.resource-filter-empty a{color:#533626;font-weight:700}@media (width<=900px){.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.resource-card-grid{grid-template-columns:1fr}.resource-library{margin:2.2rem 0}.resource-card-copy{padding:1.1rem}}.resources-intro{max-width:none;margin-bottom:24px}.resources-intro h1{color:var(--ink);margin:0 0 7px;font:500 clamp(36px,4vw,48px)/1 Georgia,serif}.resources-intro>p:last-child{font-size:14px}.resources-sections{gap:0}.resources-hero{background-image:linear-gradient(90deg,#1a110cfa 0%,#1f140eed 44%,#1e140e4d 72%),url(/images/program-launch-hero.jpg);background-position:50%;background-size:cover;border-color:#4b382c;border-radius:18px;min-height:410px;padding:0;box-shadow:0 18px 45px #2b211b24}.resources-hero:after{display:none}.resources-hero-copy{z-index:1;flex-direction:column;justify-content:center;max-width:670px;min-height:410px;padding:48px;display:flex;position:relative}.resources-hero-copy .eyebrow{color:#f3e7da;letter-spacing:.04em;font-size:12px}.resources-hero-copy .eyebrow span{color:#d6aa70;margin:0 6px}.resources-hero h1,.resources-hero h2{margin:17px 0 12px;font-size:clamp(40px,5vw,60px);line-height:1.04}.resources-hero-copy>p:not(.eyebrow){color:#f0e8e0;max-width:520px;margin:0;font-size:16px;line-height:1.65}.resources-hero .portal-actions{gap:14px;margin-top:30px}.resources-hero .button{gap:12px;min-width:200px}.resources-hero .button-primary{color:#24180f;background:#d8aa63}.resources-hero .button-secondary{color:#fff;background:#1e140e59;border-color:#bba896}.resources-middle-content{margin-top:22px}.resource-library{box-shadow:var(--shadow);background:#fffdf9b8;border:1px solid #5336261a;border-radius:18px;margin:0;padding:28px 22px 24px}.resource-library>header{max-width:none;margin-bottom:17px}.resource-library>header h2{margin:0 0 7px;font-size:28px}.resource-library>header>p:last-child{margin:0;font-size:13px}.resource-filters{gap:10px;padding:4px 0 20px}.resource-filters a{background:#fffdf9;padding:7px 17px;font-size:12px}.resource-filters a[aria-current=page]{background:#3d281d}.resource-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.resource-card{border-radius:14px;box-shadow:0 8px 25px #3a231612}.resource-card-art{aspect-ratio:1.35}.resource-card-copy{padding:17px}.resource-card-copy .eyebrow{color:#8d674d;letter-spacing:.05em;font-size:9px}.resource-card-copy h3{margin:7px 0 9px;font-size:20px}.resource-card-copy>p:not(.eyebrow){font-size:12px;line-height:1.55}.resource-card-copy>a.button{color:#3f2d21;background:0 0;border-color:#bea993;align-self:flex-start;min-height:34px;padding:0 13px;font-size:11px;text-decoration:none}.resources-history{box-shadow:var(--shadow);background:#fffdf9b8;border:1px solid #5336261a;border-radius:18px;margin-top:22px;padding:25px 22px 18px}.resources-history>header h2{margin:0 0 5px;font-size:25px}.resources-history>header p{color:var(--muted);margin:0 0 18px;font-size:12px}.resources-history-list{background:#fffdf9;border:1px solid #53362617;border-radius:11px}.resources-history-item{border-bottom-color:#53362617;grid-template-columns:120px minmax(0,1fr) auto;gap:20px;padding:12px}.resources-history-item:last-child{border-bottom:0}.resources-history-week{background:0 0;border-radius:0;justify-content:flex-start;gap:12px;width:auto;height:auto;display:flex}.resources-history-week span{color:#6d4a34;background:#f5efe8;border-radius:8px;place-items:center;width:34px;height:34px;font-size:15px;display:grid}.resources-history-week strong{white-space:nowrap;font:700 12px sans-serif}.resources-history-copy{grid-template-columns:minmax(150px,.8fr) minmax(220px,1.4fr) auto;align-items:center;gap:18px;display:grid}.resources-history-copy h3,.resources-history-copy p{margin:0}.resources-history-copy h3{font:700 13px sans-serif}.resources-history-copy p{color:var(--muted);font-size:11px;line-height:1.45}.resources-history-copy time{white-space:nowrap;font-weight:500}.resources-history-actions{flex-direction:row}.resources-history-actions a{border:1px solid #d8c9bb;border-radius:999px;place-items:center;width:36px;height:34px;font-size:0;text-decoration:none;display:grid;overflow:hidden}.resources-history-actions a:before{content:"▤";font-size:15px}.resources-history-actions a:nth-child(2):before{content:"▷"}@media (width<=1050px){.resource-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resources-history-copy{flex-direction:column;align-items:flex-start;gap:6px;display:flex}}@media (width<=800px){.resources-hero{background-position:62%;min-height:360px}.resources-hero-copy{min-height:360px;padding:36px}.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resources-history-item{grid-template-columns:105px minmax(0,1fr)}.resources-history-actions{grid-column:2;align-items:flex-start}}@media (width<=600px){.resources-intro{margin-bottom:20px}.resources-intro h1{font-size:36px}.resources-hero{background-image:linear-gradient(#19100bf2,#1d130dc7),url(/images/program-launch-hero.jpg);background-position:70%;min-height:430px}.resources-hero-copy{min-height:430px;padding:28px 22px}.resources-hero h2{font-size:38px}.resources-hero .portal-actions{flex-direction:column;width:100%}.resources-hero .button{width:100%}.resource-library,.resources-history{padding:22px 16px}.resource-card-grid{grid-template-columns:1fr}.resource-card-art{aspect-ratio:16/9}.resources-history-item{grid-template-columns:1fr;gap:9px}.resources-history-week{justify-content:flex-start}.resources-history-actions{grid-column:1}.resources-history-copy,.resources-history-actions{padding-left:46px}}.resource-recommendations{box-shadow:var(--shadow);background:linear-gradient(135deg,#f7eee3,#fffaf4);border:1px solid #805b3a26;border-radius:18px;margin-top:22px;padding:28px 22px 24px}.resource-recommendations>header{margin-bottom:18px}.resource-recommendations>header h2{margin:4px 0 6px;font:500 28px Georgia,serif}.resource-recommendations>header p:last-child{color:var(--muted);margin:0;font-size:13px}.recommended-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.recommended-resource-card{background:#fffdf9;border:1px solid #5336261f;border-radius:14px;grid-template-columns:120px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 8px 24px #3a23160f}.recommended-resource-art{color:#f3d7a5;background:linear-gradient(135deg,#372319,#a77a4c);place-items:center;min-height:210px;font:1.5rem Georgia,serif;display:grid}.recommended-resource-art img{object-fit:cover;width:100%;height:100%}.recommended-resource-copy{flex-direction:column;min-width:0;padding:17px;display:flex}.recommended-resource-copy .eyebrow{font-size:9px}.recommended-resource-copy h3{margin:6px 0 8px;font:500 20px/1.2 Georgia,serif}.recommended-resource-copy>p:not(.eyebrow){color:var(--muted);margin:0 0 12px;font-size:12px;line-height:1.5}.recommended-resource-copy blockquote{border-top:1px solid var(--line);color:#76583c;margin:auto 0 13px;padding:10px 0 0;font:italic 12px/1.5 Georgia,serif}.recommended-resource-copy cite{text-transform:uppercase;letter-spacing:.06em;margin-top:3px;font:700 9px sans-serif;display:block}.recommended-resource-copy>a{align-self:flex-start;min-height:34px;padding:0 13px;font-size:11px}.resource-recommend-control{position:relative}.resource-recommend-control summary{cursor:pointer;list-style:none}.resource-recommend-control summary::-webkit-details-marker{display:none}.resource-recommend-control form{z-index:10;border:1px solid var(--line);background:var(--card);border-radius:14px;gap:12px;width:330px;padding:18px;display:grid;position:absolute;top:48px;right:0;box-shadow:0 18px 40px #29211829}.resource-recommend-control label,.client-recommend-form label{gap:6px;font-size:11px;font-weight:700;display:grid}.resource-recommend-control select,.resource-recommend-control textarea,.client-recommend-form select,.client-recommend-form input{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;padding:10px}.client-resource-recommendations{padding:24px}.client-resource-recommendations>header h2{margin:4px 0}.client-resource-recommendations>header p:last-child{color:var(--muted);margin:0}.client-recommend-form{background:var(--soft);border-radius:12px;grid-template-columns:1fr 1.4fr auto;align-items:end;gap:12px;margin:20px 0;padding:16px;display:grid}.client-recommendation-list{display:grid}.client-recommendation-list article{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.client-recommendation-list article>div{gap:4px;display:grid}.client-recommendation-list small{color:var(--muted)}.client-recommendation-list p{color:#76583c;margin:2px 0 0;font-style:italic}.client-recommendation-list .is-removed{opacity:.62}@media (width<=1150px){.recommended-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-recommend-form{grid-template-columns:1fr}}@media (width<=700px){.resource-recommendations{padding:22px 16px}.recommended-resource-grid{grid-template-columns:1fr}.recommended-resource-card{grid-template-columns:105px minmax(0,1fr)}.resource-recommend-control form{width:100%;margin-top:8px;position:relative;top:auto;right:auto}.client-recommendation-list article{flex-direction:column;align-items:flex-start}}.resource-section-header h2,.resource-recommendations>header.resource-section-header h2,.resource-library>header.resource-section-header h2{color:var(--ink);letter-spacing:-.015em;margin:0 0 7px;font:500 28px/1.15 Georgia,Times New Roman,serif}.resource-section-header>p,.resource-section-header>div>p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.resource-section-heading{align-items:center;gap:10px;min-width:0;display:flex}.resource-section-heading h2{min-width:0}.resource-section-star{color:#a8793f;flex:0 0 18px;width:18px;height:18px}.recommended-resource-grid{align-items:stretch}.recommended-resource-card{flex-direction:column;min-width:0;height:100%;display:flex}.recommended-resource-art{aspect-ratio:16/9;background:linear-gradient(#2d1f161f,#2d1f161f),url(/images/my-plan-current-week-hero.jpg) 50%/cover no-repeat;width:100%;min-height:0;overflow:hidden}.recommended-resource-art img,.resource-card-art img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.recommended-resource-copy{box-sizing:border-box;flex:1;padding:19px}.recommended-resource-copy .eyebrow,.resource-card-copy .eyebrow{color:#8d674d;overflow-wrap:anywhere;max-width:100%;margin:0;line-height:1.4}.recommended-resource-copy h3,.resource-card-copy h3{overflow-wrap:anywhere;word-break:normal;max-width:100%}.recommended-resource-copy>p:not(.eyebrow),.resource-card-copy>p:not(.eyebrow){overflow-wrap:anywhere}.recommended-resource-copy blockquote{margin:4px 0 14px}.recommended-resource-copy>a{margin-top:auto}.resource-card-grid{align-items:stretch}.resource-card{min-width:0;height:100%}.resource-card-art{aspect-ratio:16/9;background:linear-gradient(#2d1f161a,#2d1f161a),url(/images/my-plan-current-week-hero.jpg) 50%/cover no-repeat;overflow:hidden}.resource-card-copy{box-sizing:border-box;flex:1;min-width:0;padding:19px}.resource-card-copy>a.button{margin-top:auto}@media (width<=1150px){.recommended-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1050px){.recommended-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.resource-section-header h2,.resource-recommendations>header.resource-section-header h2,.resource-library>header.resource-section-header h2{font-size:26px}.recommended-resource-grid{grid-template-columns:1fr}.recommended-resource-card{display:flex}.recommended-resource-art{aspect-ratio:16/9}.recommended-resource-copy,.resource-card-copy{padding:18px}}.resources-education-page{gap:24px;min-width:0;padding-bottom:48px;display:grid}.resources-page-header{justify-content:space-between;align-items:center;gap:28px;margin:0 0 6px;display:flex}.resources-page-header>div:first-child{min-width:0;max-width:760px}.resources-page-header h1{color:var(--ink);margin:7px 0 9px;font:500 clamp(38px,4vw,50px)/1 Georgia,Times New Roman,serif}.resources-page-header p:last-child{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.resources-page-actions{flex:none;align-items:center;gap:10px;display:flex}.resources-page-actions form{margin:0}.resources-page-actions .button,.resources-page-header>.button{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.resources-attention{background:#fbf3e4;border:1px solid #dfc79f;border-radius:17px;grid-template-columns:minmax(0,1fr) minmax(230px,.55fr);align-items:center;gap:28px;padding:20px 24px;display:grid;box-shadow:0 10px 30px #5b41210a}.resources-attention h2{color:#5e4328;margin:5px 0 7px;font:500 22px Georgia,serif}.resources-attention p:last-child{color:#755f47;margin:0;font-size:13px;line-height:1.55}.resources-attention ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.resources-attention li{background:#fffdf9b8;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:9px 11px;font-size:12px;display:flex}.resources-attention li span{color:#765f48;text-align:right}.resources-section{background:var(--card);min-width:0;box-shadow:var(--shadow);border:1px solid #76583c2b;border-radius:17px;overflow:visible}.resources-section--library{margin-top:8px}.resources-section-header{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fffdf9,#faf4ed);border-radius:17px 17px 0 0;justify-content:space-between;align-items:flex-end;gap:24px;padding:25px 28px;display:flex}.resources-section-header>div{min-width:0;max-width:720px}.resources-section-header h2{color:var(--ink);margin:5px 0 7px;font:500 29px/1.1 Georgia,serif}.resources-section-header p:last-child{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.resources-section-header>span{color:#846b57;letter-spacing:.09em;text-transform:uppercase;flex:none;font-size:10px;font-weight:850}.resources-section-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.resource-type-badge{background:var(--soft);color:var(--brown);letter-spacing:.12em;border-radius:999px;padding:3px 7px;font-size:8px;display:inline-flex}.education-list,.resource-management-list{padding:0 28px;display:grid}.education-row{border-bottom:1px solid var(--line);grid-template-columns:66px minmax(0,1fr) auto auto;align-items:center;gap:20px;min-width:0;padding:18px 0;display:grid}.education-row:last-child,.resource-management-row:last-child{border-bottom:0}.education-row-week{background:var(--soft);color:#684832;border-radius:12px;align-content:center;place-items:center;width:52px;height:52px;line-height:1;display:grid}.education-row-week span{letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:850}.education-row-week strong{font:600 21px Georgia,serif}.education-row-copy,.resource-management-copy{min-width:0}.education-row-copy h3,.resource-management-copy h3{color:var(--ink);overflow-wrap:anywhere;margin:0;font:600 18px/1.3 Georgia,serif}.education-row-copy p,.resource-management-copy>p:not(.resource-management-meta){color:var(--muted);overflow-wrap:anywhere;margin:5px 0 0;font-size:12px;line-height:1.55}.education-row>.button{min-width:76px}.resources-section .status-pill{white-space:nowrap;justify-self:start}.resource-management-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(190px,auto);align-items:center;gap:24px;min-width:0;padding:20px 0;display:grid}.resource-management-meta{color:#8a644a;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;gap:6px;margin:0 0 7px;font-size:9px;font-weight:850;display:flex}.resource-management-copy small{color:#79685c;overflow-wrap:anywhere;margin-top:10px;font-size:11px;line-height:1.5;display:block}.resource-management-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;min-width:0;display:flex}.resources-empty-state{text-align:center;justify-items:center;padding:48px 24px;display:grid}.resources-empty-state h3{color:var(--ink);margin:6px 0 8px;font:500 23px Georgia,serif}.resources-empty-state>p:not(.eyebrow){max-width:470px;color:var(--muted);margin:0 0 18px;line-height:1.55}.resources-education-page .resource-recommend-control form{box-sizing:border-box;border-radius:17px;gap:14px;width:min(380px,100vw - 56px);padding:20px}.resources-education-page .resource-recommend-control form>div{border-bottom:1px solid var(--line);min-width:0;padding-bottom:4px}.resources-education-page .resource-recommend-control form>div .eyebrow{margin-bottom:5px}.resources-education-page .resource-recommend-control form>div strong{overflow-wrap:anywhere;font:500 17px/1.35 Georgia,serif;display:block}.resources-education-page .resource-recommend-control label{color:var(--ink);font-size:11px}.resources-education-page .resource-recommend-control label span{color:var(--muted);font-weight:500}.resources-education-page .resource-recommend-control select,.resources-education-page .resource-recommend-control textarea{box-sizing:border-box;min-width:0;font:inherit}.resources-education-page .resource-recommend-control textarea{resize:vertical}.resources-education-page .resource-recommend-control select:focus,.resources-education-page .resource-recommend-control textarea:focus{border-color:var(--brown);outline-offset:1px;outline:3px solid #cfb49359}.resources-form-page{max-width:1080px}.resources-form{gap:20px;display:grid}.resources-form-section{background:var(--card);min-width:0;box-shadow:var(--shadow);border:1px solid #76583c2b;border-radius:17px;padding:28px}.resources-form-section>header{border-bottom:1px solid var(--line);margin-bottom:22px;padding-bottom:18px}.resources-form-section>header h2{color:var(--ink);margin:5px 0 6px;font:500 25px Georgia,serif}.resources-form-section>header p:last-child{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.resources-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.resources-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.resources-form-grid--macros{grid-template-columns:repeat(4,minmax(0,1fr))}.resources-form-grid label,.resources-destination-options>label{min-width:0;color:var(--ink);gap:7px;font-size:11px;font-weight:800;display:grid}.resources-form-grid input,.resources-form-grid select,.resources-form-grid textarea{box-sizing:border-box;border:1px solid var(--line);width:100%;min-width:0;font:inherit;color:var(--ink);background:#fff;border-radius:10px;padding:12px 13px}.resources-form-grid input[type=file]{background:#fbf7f1;padding:10px}.resources-form-grid textarea{resize:vertical}.resources-form-grid input:focus,.resources-form-grid select:focus,.resources-form-grid textarea:focus{border-color:var(--brown);outline-offset:1px;outline:3px solid #cfb49359}.resources-form-grid label>small{color:var(--muted);font-weight:500;line-height:1.5}.resources-form-grid .form-error,.resources-form .form-error{color:#9b3e2e;font-weight:750}.resources-form-span{grid-column:1/-1}.resources-form-span-two{grid-column:span 2}.resources-stored-asset{width:fit-content;color:var(--brown);overflow-wrap:anywhere;font-size:12px}.resources-destination-options{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 20px;padding:0;display:grid}.resources-destination-options legend{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:10px;font-weight:850}.resources-destination-options>label{border:1px solid var(--line);cursor:pointer;background:#fbf7f1;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;padding:15px}.resources-destination-options input{accent-color:var(--brown);margin-top:3px}.resources-destination-options span{gap:4px;display:grid}.resources-destination-options small{color:var(--muted);font-weight:500;line-height:1.45}.resources-toggle{border:1px solid var(--line);background:var(--soft);cursor:pointer;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:17px;display:grid}.resources-toggle input{width:18px;height:18px;accent-color:var(--brown);margin:2px 0 0}.resources-toggle span{gap:4px;display:grid}.resources-toggle small{color:var(--muted);line-height:1.5}.resources-readiness-summary{align-items:center;gap:13px;margin-top:15px;display:flex}.resources-readiness-summary p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.resources-form-actions{align-items:center;gap:10px;padding-top:2px;display:flex}.resource-artwork-preview{gap:8px;width:min(100%,340px);margin:0 0 20px;display:grid}.resource-artwork-preview img{aspect-ratio:16/9;border:1px solid var(--line);background:var(--soft);object-fit:cover;border-radius:12px;width:100%;display:block}.resource-artwork-preview figcaption{color:var(--muted);font-size:11px;font-weight:800}@media (width<=1000px){.resources-page-header{align-items:flex-start}.resources-page-actions{flex-direction:column;align-items:stretch}.resources-page-actions form,.resources-page-actions .button{width:100%}.education-row{grid-template-columns:58px minmax(0,1fr) auto}.education-row-week,.education-row-copy{grid-row:1/3}.education-row>.status-pill{grid-area:1/3;align-self:end}.education-row>.button{grid-area:2/3;align-self:start}.resource-management-row{grid-template-columns:minmax(0,1fr)}.resource-management-actions{justify-content:flex-start}.resources-form-grid--three,.resources-form-grid--macros{grid-template-columns:repeat(2,minmax(0,1fr))}.resources-form-span-two{grid-column:1/-1}}@media (width<=700px){.resources-education-page{gap:18px;padding-bottom:28px}.resources-page-header{flex-direction:column;align-items:stretch;gap:18px;margin-bottom:2px}.resources-page-header h1{font-size:38px}.resources-page-header>.button,.resources-page-actions{width:100%}.resources-page-actions .button{min-height:46px}.resources-attention{grid-template-columns:1fr;gap:16px;padding:19px}.resources-section-header{flex-direction:column;align-items:flex-start;padding:22px 18px}.resources-section-header>.button{width:100%}.education-list,.resource-management-list{padding:0 18px}.education-row{grid-template-columns:52px minmax(0,1fr);gap:13px;padding:18px 0}.education-row-week,.education-row-copy{grid-row:auto}.education-row-copy{align-self:center}.education-row>.status-pill{grid-area:auto/2}.education-row>.button{grid-area:auto/2;width:100%}.resource-management-row{gap:16px}.resource-management-actions{grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.resource-management-actions>.button{width:100%}.resource-management-actions .resource-recommend-control{grid-column:1/-1}.resource-management-actions .resource-recommend-control summary{width:100%}.resources-education-page .resource-recommend-control form{width:100%;margin-top:10px;position:relative;top:auto;right:auto}.resources-empty-state{padding:38px 18px}.resources-form-section{padding:22px 18px}.resources-form-grid,.resources-form-grid--three,.resources-form-grid--macros,.resources-destination-options{grid-template-columns:1fr}.resources-form-span,.resources-form-span-two{grid-column:auto}.resources-readiness-summary{flex-direction:column;align-items:flex-start}.resources-form-actions{flex-direction:column;align-items:stretch}.resources-form-actions .button{width:100%}}.resources-education-page{gap:28px;width:min(1280px,100% - 72px);margin-inline:auto;padding-top:60px;padding-bottom:72px}.resources-education-page .resources-page-header{gap:32px;margin-bottom:4px}.resources-education-page .resources-page-header h1{margin:9px 0 12px}.resources-education-page .resources-page-header p:last-child{line-height:1.65}.resources-education-page .resources-section-header{gap:28px;padding:29px 32px 27px}.resources-education-page .resources-section-header h2{margin:7px 0 9px}.resources-education-page .resources-section-header p:last-child{line-height:1.6}.resources-education-page .education-list,.resources-education-page .resource-management-list{padding-inline:32px}.resources-education-page .education-row{padding-block:22px}.resources-education-page .education-row-copy p,.resources-education-page .resource-management-copy>p:not(.resource-management-meta){margin-top:7px;line-height:1.6}.resources-education-page .resource-management-row{gap:28px;padding-block:24px}.resources-education-page .resource-management-meta{margin-bottom:9px}.resources-education-page .resource-management-copy small{margin-top:12px;line-height:1.55}.resources-education-page .resources-empty-state{padding-block:52px}.resources-form-page .resources-form{gap:24px}.resources-form-page .resources-form-section{padding:32px}.resources-form-page .resources-form-actions{padding-top:8px}@media (width<=1100px){.resources-education-page{width:min(1280px,100% - 48px);padding-top:52px}}@media (width<=700px){.resources-education-page{gap:20px;width:min(1280px,100% - 32px);padding:40px 0 48px}.resources-education-page .resources-section-header{padding:24px 20px}.resources-education-page .education-list,.resources-education-page .resource-management-list{padding-inline:20px}.resources-education-page .education-row{padding-block:20px}.resources-education-page .resource-management-row{padding-block:22px}.resources-form-page .resources-form-section{padding:24px 20px}}.call-success{color:#43583b;background:#dfead8;border-radius:10px;grid-column:1/-1;margin:0;padding:10px 14px}.call-dialog-success{color:#43583b;background:#dfead8;border-radius:12px;align-items:center;gap:10px;margin-top:25px;padding:14px 16px;font-weight:700;display:flex}.call-dialog-success[hidden]{display:none}.call-dialog-success span{color:#fff;background:#58734d;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.call-dialog-success p{margin:0}.communications-overview,.communications-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.communications-overview>.panel,.communications-send-now,.communications-automation{padding:24px}.communications-overview h2,.communications-send-now h2,.communications-automation h2{margin:6px 0 9px;font:500 23px/1.25 Georgia,serif}.communications-overview p:last-child,.communications-send-now>p:not(.eyebrow),.communications-automation>p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.6}.communications-send-now .button{margin-top:20px}.communications-automation{background:linear-gradient(135deg,#f8f1e9,#fffdf9)}.communication-origin{color:#715944;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#f7f0e7;border:1px solid #d8c9b8;border-radius:999px;align-items:center;min-height:22px;padding:0 9px;font-size:9px;font-weight:850;display:inline-flex}.communications-message-summary .communication-origin{min-height:auto;font-size:inherit;letter-spacing:0;text-transform:none;background:0 0;border:0;padding:0}.communications-history-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;padding:26px 28px;display:flex}.communications-history-heading h2{margin:5px 0 0}.communications-history-heading>p{color:var(--muted);margin:0;font-size:12px}.client-communication-list{padding:0 28px;display:grid}.client-communication-card{border-bottom:1px solid var(--line);gap:14px;padding:22px 0;display:grid}.client-communication-card:last-child{border-bottom:0}.client-communication-card__heading{justify-content:space-between;align-items:start;gap:24px;display:flex}.client-communication-card__heading>div{min-width:0}.client-communication-card__heading h3{margin:10px 0 4px;font:600 19px/1.3 Georgia,serif}.client-communication-card__heading p{color:var(--ink);overflow-wrap:anywhere;margin:0}.client-communication-card__heading time{color:var(--muted);white-space:nowrap;flex:none;font-size:11px}.communication-card-badges{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.client-communication-card__meta{flex-wrap:wrap;gap:18px 30px;margin:0;display:flex}.client-communication-card__meta div{min-width:0}.client-communication-card__meta dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.client-communication-card__meta dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:12px}.client-communication-card__actions{flex-wrap:wrap;gap:9px;display:flex}.communication-failure{color:#784435;background:#fff5f1;border-left:3px solid #b86b54;margin:0;padding:12px 14px;font-size:12px;line-height:1.55}.communications-phase{border-bottom:1px solid var(--line);align-items:baseline;gap:10px;padding:18px 0 10px;display:flex}.communications-phase strong{font:600 18px Georgia,serif}.communications-phase span{color:var(--muted);font-size:11px}.lead-invitation-history{margin-top:18px;padding:22px}.lead-invitation-history>h2{margin:5px 0 8px}.lead-invitation-history .client-communication-card{padding-bottom:10px}.lead-invitation-context{border:1px solid var(--line);background:var(--soft);border-radius:12px;padding:11px 13px;font-size:12px}.lead-invitation-history .communications-empty{padding:24px 8px}.lead-invitation-history .communications-empty h3{margin:0 0 7px}@media (width<=760px){.communications-overview,.communications-action-grid{grid-template-columns:1fr}.communications-overview>.panel,.communications-send-now,.communications-automation{padding:20px}.communications-history-heading{flex-direction:column;align-items:flex-start;padding:22px 18px}.client-communication-list{padding:0 18px}.client-communication-card__heading{flex-direction:column;gap:9px}.client-communication-card__heading time{white-space:normal}.client-communication-card__actions,.client-communication-card__actions form,.client-communication-card__actions .button{width:100%}.communications-phase{flex-direction:column;align-items:flex-start;gap:4px}.communications-page-header{flex-direction:column;align-items:stretch}.communications-page-header .button{width:100%}}.composer-preview-label{color:#715944;text-transform:none;background:#f7f0e7;border:1px solid #d8c9b8;border-radius:10px;margin:0 0 12px;padding:10px 13px;font-size:12px}.composer-preview-label strong{text-transform:uppercase;letter-spacing:.08em;margin-right:5px}.email-gallery-page,.email-preview-page{width:min(1240px,100% - 72px);margin-inline:auto;padding:58px 0 76px}.email-gallery-header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:30px;display:flex}.email-gallery-header h1,.email-preview-header h1{margin:8px 0 10px;font:500 clamp(40px,5vw,54px)/1 Georgia,serif}.email-gallery-header p:last-child{max-width:680px;color:var(--muted);margin:0;line-height:1.65}.email-gallery-environment{color:#76583c;letter-spacing:.1em;text-transform:uppercase;background:#f7eee4;border:1px solid #d9c8b7;border-radius:999px;flex:none;padding:8px 12px;font-size:9px;font-weight:850}.email-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.email-gallery-card{border:1px solid var(--line);background:var(--card);min-height:220px;box-shadow:var(--shadow);border-radius:17px;flex-direction:column;align-items:flex-start;padding:27px;display:flex}.email-gallery-badges{flex-wrap:wrap;gap:7px;display:flex}.email-gallery-badges span{background:var(--soft);color:#76583c;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:850}.email-gallery-card h2{margin:20px 0 9px;font:500 25px/1.2 Georgia,serif}.email-gallery-card p{color:var(--muted);margin:0 0 24px;line-height:1.6}.email-gallery-card .button{margin-top:auto}.email-preview-back{color:var(--brown);margin-bottom:30px;font-size:12px;font-weight:800;text-decoration:none;display:inline-block}.email-preview-header{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);align-items:end;gap:40px;margin-bottom:28px;display:grid}.email-preview-header dl{border:1px solid var(--line);background:var(--card);border-radius:15px;grid-template-columns:.55fr .8fr 1.65fr;margin:0;padding:20px 22px;display:grid}.email-preview-header dl div{border-left:1px solid var(--line);min-width:0;padding:0 16px}.email-preview-header dl div:first-child{border:0;padding-left:0}.email-preview-header dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.email-preview-header dd{overflow-wrap:anywhere;margin:6px 0 0;font-size:12px;line-height:1.45}.email-preview-workspace{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.email-preview-workspace>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex}.email-preview-workspace>header p{margin:0}.email-preview-workspace>header p:last-child{color:var(--muted);margin-top:5px;font-size:11px}.email-viewport-toggle{background:var(--soft);border-radius:999px;padding:4px;display:flex}.email-viewport-toggle button{min-width:82px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 14px;font:800 10px inherit}.email-viewport-toggle button.is-active{color:#fff;background:#65401f;box-shadow:0 3px 10px #4029192e}.email-preview-stage{background:#e9e4de;padding:36px;overflow-x:auto}.email-preview-frame{background:#fff;width:min(760px,100%);height:850px;margin:auto;transition:width .2s;overflow:hidden;box-shadow:0 15px 42px #3127202e}.email-preview-frame.is-mobile{width:390px;max-width:100%}.email-preview-frame iframe{background:#fff;border:0;width:100%;height:100%;display:block}@media (width<=850px){.email-gallery-page,.email-preview-page{width:calc(100% - 40px);padding-top:42px}.email-gallery-header{flex-direction:column;align-items:flex-start}.email-gallery-grid{grid-template-columns:1fr}.email-preview-header{grid-template-columns:1fr;gap:16px}.email-preview-header dl{grid-template-columns:1fr;gap:14px}.email-preview-header dl div,.email-preview-header dl div:first-child{border:0;border-bottom:1px solid var(--line);padding:0 0 14px}.email-preview-header dl div:last-child{border:0;padding-bottom:0}.email-preview-workspace>header{flex-direction:column;align-items:flex-start}.email-preview-stage{padding:20px 10px}.email-preview-frame{height:740px}}.recipe-image-section{border-top:1px solid var(--line);gap:16px;margin-top:22px;padding-top:22px;display:grid}.recipe-image-section__heading h3{color:var(--ink);margin:0 0 5px;font:500 20px Georgia,serif}.recipe-image-section__heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.recipe-supporting-images{flex-wrap:wrap;gap:16px;display:flex}.recipe-supporting-images figure{gap:8px;width:150px;margin:0;display:grid}.recipe-supporting-images img{object-fit:cover;background:#f3ede6;border-radius:14px;width:150px;height:180px;display:block}.recipe-supporting-images figcaption{justify-content:center;display:flex}.recipe-image-remove{min-height:32px;padding:6px 14px;font-size:11px}.resource-card-art,.recommended-resource-art{position:relative}.resource-recipe-badge{color:#4b3021;background:#fff8ec;border:1px solid #5336262e;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #2b1e152e}.resource-recipe-badge svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.recipe-detail{max-width:1120px;margin:0 auto}.recipe-detail>.portal-back-link{margin-bottom:28px}.recipe-detail-hero{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(32px,6vw,76px);display:grid}.recipe-primary-art{border:1px solid var(--line);box-shadow:var(--shadow);background:#f5eee5;border-radius:18px;justify-content:center;padding:16px;display:flex}.recipe-primary-art img{border-radius:11px;width:auto;max-width:100%;height:auto;max-height:680px;display:block}.recipe-detail-header h1{color:#352218;margin:10px 0 14px;font:500 clamp(40px,5vw,62px)/1.04 Georgia,serif}.recipe-description{max-width:600px;color:var(--muted);margin:0;font-size:17px;line-height:1.7}.recipe-nutrition-label{color:#7b5a42;letter-spacing:.09em;text-transform:uppercase;margin:34px 0 11px;font-size:11px;font-weight:800}.recipe-macros{border:1px solid var(--line);background:#fffdf9;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.recipe-macros>div{text-align:center;padding:15px 10px}.recipe-macros>div+div{border-left:1px solid var(--line)}.recipe-macros dt{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:800}.recipe-macros dd{color:#3f2d21;margin:5px 0 0;font:500 21px Georgia,serif}.recipe-copy-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;margin-top:52px;display:grid}.recipe-copy-grid section{border:1px solid var(--line);background:#fffdf9;border-radius:16px;padding:28px}.recipe-copy-grid h2,.recipe-gallery h2{margin:0 0 18px;font:500 29px Georgia,serif}.recipe-authored-copy{color:#58493f;white-space:pre-line;overflow-wrap:anywhere;line-height:1.85}.recipe-tip{background:#f6eadc;border-left:4px solid #b98555;border-radius:12px;margin-top:28px;padding:24px 28px}.recipe-tip .eyebrow{margin-bottom:8px}.recipe-gallery{margin-top:42px}.recipe-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.recipe-gallery-grid.is-single{grid-template-columns:minmax(0,540px)}.recipe-gallery figure{border:1px solid var(--line);background:#f5eee5;border-radius:14px;justify-content:center;margin:0;padding:12px;display:flex}.recipe-gallery img{border-radius:8px;width:auto;max-width:100%;height:auto;max-height:650px;display:block}@media (width<=800px){.recipe-detail-hero{grid-template-columns:1fr;gap:28px}.recipe-primary-art img{max-height:none}.recipe-macros{grid-template-columns:repeat(3,1fr)}.recipe-macros>div:nth-child(4){border-left:0;border-top:1px solid var(--line)}.recipe-macros>div:nth-child(5){border-top:1px solid var(--line)}.recipe-copy-grid{grid-template-columns:1fr;margin-top:36px}}@media (width<=600px){.recipe-detail>.portal-back-link{margin-bottom:20px}.recipe-primary-art{padding:9px}.recipe-detail-header h1{font-size:39px}.recipe-macros{grid-template-columns:repeat(2,1fr)}.recipe-macros>div:nth-child(3),.recipe-macros>div:nth-child(5){border-left:0}.recipe-macros>div:nth-child(3){border-top:1px solid var(--line)}.recipe-macros>div:nth-child(4){border-left:1px solid var(--line)}.recipe-copy-grid section{padding:22px}.recipe-gallery-grid,.recipe-gallery-grid.is-single{grid-template-columns:1fr}}.recipe-calories-field input[readonly]{color:#493426;background:#f4eadf;border-color:#d8c6b3}.recipe-calories-field small{color:var(--brown)}
