:root{--bg:#0d0e12;--panel:#14161c;--panel-2:#181a21;--border:#292c35;--text:#a8adbb;--text-soft:#777d8d;--heading:#f4f5f7;--accent:#8eb8ff;--accent-strong:#6fa4ff;--accent-bg:#8eb8ff1a;--success:#9bc6a4;--warning:#d6b477;--danger:#d28f8f;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}#root{width:100%;min-height:100vh}.app-shell{background:radial-gradient(circle at 50% 0%, #5573aa1a, transparent 34%), var(--bg);width:100%;min-height:100vh}main{width:min(1180px,100% - 48px);margin:0 auto}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 34px;display:flex}.brand{color:var(--heading);letter-spacing:.12em;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:15px;font-weight:700;display:inline-flex}.brand-mark{width:28px;height:28px;color:var(--heading);border:1px solid #555b68;place-items:center;font-size:13px;font-weight:700;display:grid}.topbar-label{color:var(--text-soft);letter-spacing:.14em;text-transform:uppercase;font-size:12px}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:700}.card-label{color:var(--text-soft);letter-spacing:.15em;text-transform:uppercase;font-size:11px;font-weight:700}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--heading)}.primary-button,.secondary-button,.text-button{cursor:pointer}.primary-button{border:1px solid var(--accent-strong);background:var(--accent-strong);color:#07101e;border-radius:4px;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:0 20px;font-size:13px;font-weight:700;transition:transform .16s,background .16s;display:inline-flex}.primary-button:hover{background:#86b1ff;transform:translateY(-1px)}.primary-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.secondary-button{border:1px solid var(--border);min-height:46px;color:var(--text);background:0 0;border-radius:4px;padding:0 20px;font-size:13px;font-weight:600}.secondary-button:hover:not(:disabled){color:var(--heading);border-color:#4a4f5c}.secondary-button:disabled{opacity:.35;cursor:not-allowed}.text-button{color:var(--text);background:0 0;border:0;padding:0;font-size:12px}.text-button:hover{color:var(--heading)}.hero{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:center;gap:90px;min-height:calc(100vh - 76px);padding:96px 0 110px;display:grid}.hero-copy{max-width:690px}.hero-copy h1{letter-spacing:-.055em;margin:20px 0 28px;font-size:clamp(48px,6vw,76px);font-weight:600;line-height:.98}.hero-copy h1 span{color:#b8c0d0;display:block}.hero-text{max-width:650px;color:var(--text);font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:18px;margin-top:34px;display:flex}.microcopy{color:var(--text-soft);font-size:12px}.proof-row{gap:42px;margin-top:62px;display:flex}.proof-row>div{align-items:center;gap:10px;display:flex}.proof-row strong{color:var(--accent);letter-spacing:.08em;font-size:12px}.proof-row span{color:var(--text-soft);font-size:13px}.hero-card{border:1px solid var(--border);background:linear-gradient(145deg, #ffffff06, #fff0), var(--panel);padding:34px;box-shadow:0 30px 80px #00000047}.hero-score{color:var(--heading);letter-spacing:-.06em;margin-top:12px;font-size:72px;font-weight:600;line-height:1}.score-band{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-top:8px;font-size:12px;font-weight:700}.mini-bars{gap:19px;margin-top:34px;display:grid}.mini-bar-row{grid-template-columns:74px 1fr 28px;align-items:center;gap:12px;display:grid}.mini-bar-row>span{color:var(--text-soft);font-size:11px}.mini-bar-row strong{color:var(--heading);text-align:right;font-size:11px}.mini-bar-track,.category-track,.progress-track{background:#272a32;height:4px;overflow:hidden}.mini-bar-fill,.category-fill,.progress-fill{background:var(--accent);height:100%}.questionnaire{max-width:860px;margin:0 auto;padding:82px 0 100px}.questionnaire-head{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.questionnaire-head h2{letter-spacing:-.035em;margin:10px 0 0;font-size:34px;line-height:1.1}.progress-number{color:var(--text-soft);white-space:nowrap;font-size:12px}.progress-track{margin-top:30px}.question-card{border:1px solid var(--border);background:var(--panel);margin-top:36px;padding:40px}.question-category{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:11px;font-weight:700}.question-card h3{letter-spacing:-.03em;max-width:700px;margin:14px 0 30px;font-size:29px;line-height:1.2}.options{gap:10px;display:grid}.option{border:1px solid var(--border);width:100%;min-height:58px;color:var(--text);text-align:left;cursor:pointer;background:#111319;align-items:center;gap:15px;padding:0 18px;transition:border-color .16s,background .16s;display:flex}.option:hover{color:var(--heading);border-color:#4a4f5c}.option.selected{border-color:var(--accent-strong);background:var(--accent-bg);color:var(--heading)}.option-radio{border:1px solid #555b68;border-radius:50%;flex:0 0 18px;place-items:center;width:18px;height:18px;display:grid}.option.selected .option-radio{border-color:var(--accent)}.option-radio span{background:var(--accent);border-radius:50%;width:8px;height:8px}.question-actions{justify-content:space-between;gap:14px;margin-top:30px;display:flex}.assessment-note{color:var(--text-soft);margin-top:18px;font-size:11px;line-height:1.6}.results{padding:78px 0 100px}.report-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:50px;padding-bottom:48px;display:flex}.report-header h2{letter-spacing:-.045em;max-width:700px;margin:12px 0 14px;font-size:42px;line-height:1.05}.report-header p{max-width:650px;color:var(--text);line-height:1.65}.report-meta{grid-template-columns:1fr auto;align-items:baseline;gap:7px 20px;min-width:130px;display:grid}.report-meta span{color:var(--text-soft);font-size:11px}.report-meta strong{color:var(--heading);text-align:right;font-size:13px}.score-panel{border:1px solid var(--border);background:var(--panel);grid-template-columns:.8fr 1.2fr;gap:60px;margin-top:34px;padding:38px;display:grid}.big-score{color:var(--heading);letter-spacing:-.06em;margin-top:12px;font-size:82px;font-weight:600;line-height:.95}.big-band{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-top:10px;font-size:12px;font-weight:700}.score-explanation{border-left:1px solid var(--border);padding-left:60px}.score-explanation h3{margin:12px 0 10px;font-size:22px}.score-explanation p{max-width:560px;color:var(--text);line-height:1.7}.section-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-top:82px;margin-bottom:28px;display:flex}.section-heading h3{letter-spacing:-.035em;margin:8px 0 0;font-size:28px}.section-heading>p{max-width:430px;color:var(--text-soft);text-align:right;font-size:13px;line-height:1.55}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.category-card{border:1px solid var(--border);background:var(--panel);padding:24px}.category-top{justify-content:space-between;gap:20px;display:flex}.category-top h4{margin:0 0 7px;font-size:16px}.category-top p{color:var(--text-soft);font-size:11px;line-height:1.45}.category-top strong{color:var(--heading);font-size:24px;font-weight:600}.category-track{margin-top:20px}.recommendations{gap:12px;display:grid}.recommendation{border:1px solid var(--border);background:var(--panel);grid-template-columns:74px 1fr;display:grid}.recommendation.primary-owner-recommendation{grid-template-columns:minmax(0,1fr)}.locked-priority-pack{border:1px solid var(--line);background:#ffffff05;margin-top:18px;padding:18px}.priority-number{border-right:1px solid var(--border);color:var(--accent);padding:25px;font-size:13px;font-weight:700}.recommendation-meta{margin-bottom:11px}.priority-pill{border:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.priority-pill.high{color:var(--danger);border-color:#d28f8f73}.priority-pill.medium{color:var(--warning);border-color:#d6b47766}.priority-pill.low{color:var(--success)}.recommendation h4{margin:0 0 22px;font-size:21px}.recommendation-columns{grid-template-columns:1fr 1fr;gap:35px;display:grid}.recommendation-columns span{color:var(--text-soft);letter-spacing:.13em;font-size:9px;font-weight:700}.recommendation-columns p{color:var(--text);margin-top:8px;font-size:12px;line-height:1.65}.roadmap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.roadmap-item{grid-template-columns:34px 1fr;gap:15px;padding:30px 28px;display:grid}.roadmap-item+.roadmap-item{border-left:1px solid var(--border)}.roadmap-marker{width:30px;height:30px;color:var(--accent);border:1px solid #414650;place-items:center;font-size:11px;font-weight:700;display:grid}.roadmap-item>div:last-child>span{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:700}.roadmap-item h4{margin:8px 0;font-size:16px}.roadmap-item p{color:var(--text-soft);font-size:11px;line-height:1.6}.next-move{border:1px solid var(--border);background:linear-gradient(100deg, #8eb8ff14, #8eb8ff00), var(--panel);justify-content:space-between;align-items:center;gap:35px;margin-top:50px;padding:34px;display:flex}.next-move h3{margin:10px 0 8px;font-size:24px}.next-move p{max-width:680px;color:var(--text);font-size:12px;line-height:1.65}.report-footer{border-top:1px solid var(--border);justify-content:space-between;margin-top:28px;padding-top:20px;display:flex}.report-footer>span{color:var(--text-soft);font-size:10px}@media (width<=900px){main{width:min(100% - 32px,720px)}.hero{grid-template-columns:1fr;gap:55px;padding:70px 0}.hero-card{max-width:620px}.report-header,.section-heading{flex-direction:column;align-items:flex-start}.section-heading>p{text-align:left}.score-panel{grid-template-columns:1fr;gap:35px}.score-explanation{border-left:0;border-top:1px solid var(--border);padding-top:30px;padding-left:0}.roadmap{grid-template-columns:1fr}.roadmap-item+.roadmap-item{border-left:0;border-top:1px solid var(--border)}}@media (width<=650px){.topbar{height:64px;padding:0 18px}main{width:min(100% - 24px,560px)}.hero{padding:55px 0 70px}.hero-copy h1{font-size:45px}.hero-text{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start}.proof-row{flex-wrap:wrap;gap:22px}.hero-card,.question-card,.score-panel{padding:24px}.questionnaire,.results{padding:55px 0 70px}.questionnaire-head h2{font-size:28px}.question-card h3{font-size:24px}.category-grid{grid-template-columns:1fr}.recommendation{grid-template-columns:48px 1fr}.priority-number{padding:20px 14px}.recommendation-body{padding:20px}.recommendation-columns{grid-template-columns:1fr;gap:20px}.next-move{flex-direction:column;align-items:flex-start;padding:24px}.report-footer{flex-direction:column;align-items:flex-start;gap:15px}}.hero-card-title{color:var(--heading);letter-spacing:-.04em;margin:12px 0 0;font-size:30px;line-height:1.05}.hero-card-note{color:var(--text-soft);letter-spacing:.1em;margin-top:30px;font-size:10px}.assessment{padding:70px 0 100px}.assessment-head{margin-bottom:34px}.assessment-head h2{letter-spacing:-.045em;margin:10px 0;font-size:42px}.assessment-head p{max-width:700px;line-height:1.6}.form-grid{gap:14px;display:grid}.form-section{border:1px solid var(--border);background:var(--panel);padding:30px}.form-section h3{margin:8px 0 22px;font-size:24px}.section-tag{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:700}.form-help{color:var(--text-soft);font-size:12px;line-height:1.5}.grid-2,.grid-3{gap:14px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.field{gap:7px;display:grid}.field>span,.check-field>span{color:var(--text-soft);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:700}.field input,.field select,.check-field select,.action-card select{border:1px solid var(--border);width:100%;min-height:46px;color:var(--heading);font:inherit;background:#101218;border-radius:3px;padding:0 12px}.field input:focus,.field select:focus,.check-field select:focus{outline:2px solid var(--accent);outline-offset:1px}.toggle-row{border:1px solid var(--border);align-items:flex-start;gap:12px;margin-top:18px;padding:15px;display:flex}.toggle-row input{margin-top:3px}.toggle-row span{gap:4px;display:grid}.toggle-row strong{color:var(--heading);font-size:13px}.toggle-row small{color:var(--text-soft)}.capacity-index{color:var(--accent);padding-bottom:14px;font-size:12px;font-weight:700}.check-field{gap:7px;display:grid}.add-button{margin-top:8px}.assessment-actions{justify-content:space-between;margin-top:22px;display:flex}.assessment-note{color:var(--text-soft);font-size:11px;line-height:1.6}.evidence-line{margin:16px 0 0;line-height:1.5;color:var(--text-soft)!important;font-size:10px!important}.rule-id{color:var(--text-soft);letter-spacing:.08em;margin-left:10px;font-size:10px}.metric-strip{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px;display:grid}.metric-strip>div{border:1px solid var(--border);padding:12px}.metric-strip span,.metric-strip strong{display:block}.metric-strip span{color:var(--text-soft);font-size:9px}.metric-strip strong{color:var(--heading);margin-top:5px;font-size:15px}.programme-choice{border:1px solid var(--border);background:var(--panel);margin-top:82px;padding:30px}.programme-choice h3{margin:8px 0}.programme-choice p{max-width:720px;color:var(--text-soft);line-height:1.6}.programme-cards{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;display:grid}.programme-card{text-align:left;border:1px solid var(--border);min-height:180px;color:var(--text);cursor:pointer;background:#101218;padding:22px}.programme-card.selected{border-color:var(--accent-strong);background:var(--accent-bg)}.programme-card span,.programme-card strong,.programme-card small{display:block}.programme-card span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.programme-card strong{color:var(--heading);margin:10px 0;font-size:25px}.programme-card small{color:var(--text-soft);line-height:1.55}.programme-actions{justify-content:space-between;gap:12px;margin-top:18px;display:flex}.programme{padding:68px 0 100px}.programme-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:50px;padding-bottom:40px;display:flex}.programme-header h2{letter-spacing:-.045em;margin:10px 0;font-size:42px}.programme-header p{max-width:700px;line-height:1.6}.programme-progress{width:260px}.programme-progress strong{color:var(--heading);font-size:28px;display:block}.programme-progress span{color:var(--text-soft);font-size:10px}.programme-progress .progress-track{margin-top:12px}.programme-loop{color:var(--accent);letter-spacing:.12em;justify-content:center;align-items:center;gap:16px;padding:24px 0;font-size:10px;font-weight:700;display:flex}.programme-loop b{color:var(--text-soft)}.month-panel{border:1px solid var(--border);background:var(--panel);justify-content:space-between;gap:30px;padding:28px;display:flex}.month-panel h3{margin:10px 0;font-size:24px}.month-panel p{color:var(--text-soft);line-height:1.55}.month-actions{flex-direction:column;gap:10px;min-width:250px;display:flex}.message{border:1px solid var(--border);color:var(--accent);margin-top:12px;padding:14px;font-size:12px}.comparison-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.comparison-card{border:1px solid var(--border);background:var(--panel);padding:24px}.comparison-card span,.comparison-card small{color:var(--text-soft);text-transform:uppercase;letter-spacing:.1em;font-size:10px;display:block}.comparison-card strong{color:var(--heading);margin:10px 0;font-size:24px;display:block}.action-board{gap:10px;display:grid}.action-card{border:1px solid var(--border);background:var(--panel);grid-template-columns:1fr 180px;gap:25px;padding:22px;display:grid}.action-card h4{margin:10px 0 7px;font-size:18px}.action-card p{color:var(--text-soft);margin:0 0 10px;font-size:12px;line-height:1.55}.action-card small{color:var(--text-soft);font-size:10px}.action-card select{align-self:center}.outcome-panel{border:1px solid var(--accent-strong);background:var(--accent-bg);margin-top:60px;padding:30px}.outcome-panel h3{margin:10px 0 22px;font-size:26px}.outcome-panel p{color:var(--text);line-height:1.6}.outcome-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.outcome-grid>div{border:1px solid var(--border);background:var(--panel);padding:16px}.outcome-grid span,.outcome-grid strong{display:block}.outcome-grid span{color:var(--text-soft);font-size:10px}.outcome-grid strong{color:var(--heading);margin-top:6px;font-size:24px}@media (width<=900px){.hero{grid-template-columns:1fr;gap:40px}.capacity-row{grid-template-columns:1fr 1fr 1fr}.capacity-index{display:none}.programme-header{flex-direction:column}.programme-progress{width:100%}.grid-3,.programme-cards,.comparison-grid,.outcome-grid{grid-template-columns:1fr}.metric-strip{grid-template-columns:repeat(2,1fr)}}.capacity-row{grid-template-columns:48px minmax(180px,1.4fr) 140px 140px 140px 140px 150px;align-items:end;gap:12px;margin-bottom:16px;display:grid}.monthly-capacity-row{border-bottom:1px solid #ffffff12;grid-template-columns:1fr 180px;align-items:end;gap:18px;padding:12px 0;display:grid}.guided-action .field textarea{color:#fff;background:#061c24;border:1px solid #42636c}.guided-action .field textarea::placeholder{color:#8fa4aa}@media (width<=1100px){.capacity-row{grid-template-columns:1fr 1fr}.day-capacity-grid{grid-template-columns:repeat(4,1fr)}.action-plan-preview{grid-template-columns:repeat(2,1fr)}.action-card{grid-template-columns:1fr}}@media (width<=700px){.day-capacity-grid{grid-template-columns:repeat(2,1fr)}.action-plan-preview,.capacity-row,.monthly-capacity-row{grid-template-columns:1fr}}@media (width<=700px){.finding-movement{grid-template-columns:1fr}}.action-kit{background:#5a78c80d;border:1px solid #78a0ff38;margin-top:16px;padding:16px}.action-kit h5{margin:6px 0;font-size:15px}.action-kit p{margin:5px 0 8px}.action-kit-mini{border-top:1px solid #ffffff12;margin-top:12px;padding-top:10px}.action-kit-mini summary{cursor:pointer;font-weight:600}.action-kit-mini pre,.kit-assets pre{white-space:pre-wrap;font:inherit;background:#00000029;border:1px solid #ffffff0f;margin:10px 0;padding:12px;line-height:1.55}.kit-assets details{margin-top:8px}@media (width<=650px){main{width:min(100% - 28px,1180px)}.grid-2{grid-template-columns:1fr}.form-section{padding:20px}.capacity-row{grid-template-columns:1fr 1fr}.assessment-actions,.programme-actions{flex-direction:column}.programme-loop{flex-wrap:wrap}.month-panel{flex-direction:column}.action-card{grid-template-columns:1fr}.hero-copy h1{font-size:48px}}.asset-chip{border:1px solid var(--border);color:var(--text-soft);background:#101218;margin:12px 0;padding:10px;font-size:10px;line-height:1.5}.asset-chip strong{color:var(--accent)}.journey-grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.journey-card{border:1px solid var(--border);background:var(--panel);flex-direction:column;justify-content:space-between;min-height:105px;padding:14px;display:flex}.journey-card.current{border-color:var(--accent-strong);background:var(--accent-bg)}.journey-card span,.journey-card small{color:var(--text-soft);font-size:9px}.journey-card strong{color:var(--heading);font-size:23px}.journey-card small{line-height:1.35}@media (width<=900px){.journey-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=650px){.journey-grid{grid-template-columns:repeat(2,1fr)}}.field-help{color:var(--text-soft);margin-top:2px;font-size:11px;line-height:1.45;display:block}.error-box{color:#e5b1b1;background:#d28f8f14;border:1px solid #d28f8f73;margin-top:18px;padding:14px 16px;font-size:12px;line-height:1.55}.inline-check{color:var(--text);text-transform:none;letter-spacing:0;align-items:center;gap:8px;margin-top:8px;font-size:11px;display:flex}.inline-check input{width:auto;min-height:0}.product-demo{box-sizing:border-box;background:radial-gradient(at 100% 0,#17434a 0,#0000 65%),#0b252e;border:1px solid #26535b;border-radius:24px;align-self:start;width:100%;max-width:560px;padding:clamp(22px,3vw,36px);overflow:hidden;box-shadow:0 22px 65px #0003}.product-demo-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-demo-heading>span:last-child{color:#b9c9ce;font-size:11px}.product-demo h2{margin:22px 0;font-size:clamp(26px,3vw,38px);line-height:1.2}.product-demo-tabs{background:#061b23;border:1px solid #294b53;border-radius:12px;gap:5px;padding:5px;display:flex}.product-demo-tabs button{color:#c9dfe3;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1;padding:12px 7px;font-size:14px;transition:background .18s,color .18s}.product-demo-tabs button[aria-pressed=true]{color:#fff;background:#1b575a;box-shadow:inset 0 -2px #2fd5c1}.product-demo button:focus-visible,.product-demo input:focus-visible,.product-demo summary:focus-visible{outline-offset:3px;outline:2px solid #32ddca}.product-demo-content{min-height:300px;padding-top:30px;animation:.2s ease-out veymo-reveal}.product-demo-content h3{margin:12px 0 16px;font-size:25px;line-height:1.3}.product-demo-content p{color:#d0e1e5;font-size:15px;line-height:1.65}.product-demo details{margin-top:22px;font-size:13px;line-height:1.55}.product-demo summary{color:#34e3d0;cursor:pointer}.product-demo details p{font-size:13px}.product-demo-foot{color:#a9c4cb;border-top:1px solid #294d54;padding-top:18px;font-size:11px;line-height:1.5;display:block}.product-demo-content label{justify-content:space-between;font-size:14px;display:flex}.product-demo input[type=range]{accent-color:#29cebb;cursor:pointer;width:100%;margin:22px 0 8px}.product-demo-comparison>div{grid-template-columns:110px 1fr 40px;align-items:center;gap:12px;margin:16px 0;font-size:12px;display:grid}.product-demo meter{accent-color:#29cebb;width:100%;height:17px}.product-demo meter::-webkit-meter-optimum-value{background:#29cebb}.product-demo meter::-webkit-meter-bar{background:#193d44;border:0}.product-demo-content>p>strong{color:#fff}@keyframes veymo-reveal{0%{opacity:.6;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.product-demo *{transition:none!important;animation:none!important}}@media (width<=600px){.product-demo{max-width:none}.product-demo-content{min-height:270px}}.local-test-import{color:#bad0d5;border:1px dashed #31545c;border-radius:12px;margin-top:20px;padding:16px;font-size:12px}.local-test-import summary{cursor:pointer}.local-test-import input{max-width:100%;margin:8px 0}.local-test-import p{line-height:1.55}.action-tool-preview{min-width:0;margin-top:12px}.tool-document{font:inherit;background:linear-gradient(145deg,#132f3a,#0b222b);border:1px solid #33525d;border-left:3px solid #29ccb6;border-radius:12px;max-width:76ch;padding:24px 28px;box-shadow:0 12px 24px #00000010}.tool-document p{white-space:pre-wrap;color:#e1eef1;margin:0 0 16px;line-height:1.75}.tool-document p:last-child{margin-bottom:0}.tool-document mark{color:#79e2d3;background:#1b4b4a;border-radius:4px;padding:1px 4px}.tool-document .tool-subject{border-bottom:1px solid #33525d;padding-bottom:12px;font-weight:650}.tool-document ol{padding-left:22px;line-height:1.7}.tool-table-wrap{border:1px solid #33525d;border-radius:10px;max-width:100%;overflow:auto}.tool-table-wrap table{border-collapse:collapse;min-width:100%;font-size:.85rem}.tool-table-wrap caption{text-align:left;background:#13323a;padding:12px;font-weight:650}.tool-table-wrap th{text-align:left;color:#a4dcd5;background:#102a34;min-width:120px;max-width:180px;padding:12px;font-weight:600}.tool-table-wrap td{color:#6e8b97;border-top:1px solid #24424b;padding:12px}.tool-template-note{color:#a6bac2;margin:10px 0;font-size:.8rem;display:block}.guided-pack-asset,.sprint-tool-card{border-radius:14px!important;padding:20px!important}.guided-pack-asset-head{align-items:start;gap:16px}.guided-pack-asset-head .section-tag{display:none}.guided-pack-asset h5{text-transform:none!important}.guided-pack-asset-actions button,.sprint-tool-actions button{min-height:40px}.action-progression-card{border-radius:12px}.compact-cycle-context{color:#aac2c9;padding:10px 0}.guided-action-heading .guided-intro{max-width:60ch}.guided-pack-step-state,.guided-page-instruction.compact-page-help{font-size:.85rem}.retention-action-workbench>.completion-evidence{border-top:1px solid #26444d;padding-top:16px}@media (width<=650px){.tool-document{padding:16px}.guided-pack-asset,.sprint-tool-card{padding:14px!important}.guided-pack-asset-head{display:grid}.guided-pack-asset-actions{flex-wrap:wrap;display:flex}}.capacity-card{background:#ffffff05;border:1px solid #ffffff17;margin:18px 0;padding:20px}.capacity-card-head{grid-template-columns:48px minmax(220px,1.5fr) 190px minmax(160px,1fr);align-items:end;gap:14px;display:grid}.capacity-card-head .field{margin:0}.capacity-index{letter-spacing:.12em;opacity:.65;padding-bottom:12px;font-size:12px}.day-selector{flex-wrap:wrap;align-items:center;gap:16px;margin:18px 0 12px;display:flex}.day-selector>span{text-transform:uppercase;letter-spacing:.1em;opacity:.65;font-size:11px}.day-selector>div{flex-wrap:wrap;gap:7px;display:flex}.day-chip{color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:4px;padding:7px 10px}.day-chip.selected{background:#648ce629;border-color:#82aaffcc}.day-fill-grid{grid-template-columns:repeat(4,minmax(120px,1fr));gap:12px;display:grid}.capacity-card .inline-check{margin-top:15px}.capacity-helper{opacity:.68;max-width:900px;margin:8px 0 14px;font-size:12px;line-height:1.5}.capacity-helper strong{opacity:.95}.action-plan-preview{border-top:1px solid #ffffff14;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;padding-top:16px;display:grid}.action-plan-preview>div{background:#ffffff06;border:1px solid #ffffff12;padding:12px}.action-plan-preview span,.action-card small{letter-spacing:.08em;text-transform:uppercase;opacity:.65;font-size:11px}.action-plan-preview p{margin:7px 0 0}.day-capacity-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin:18px 0 50px;display:grid}.day-capacity-card{background:#ffffff05;border:1px solid #ffffff17;padding:18px}.day-capacity-card.weakest{border-color:#ff9678a6}.day-capacity-card span,.day-capacity-card small{opacity:.7;display:block}.day-capacity-card strong{margin:10px 0;font-size:30px;display:block}.day-capacity-card em{color:#9bbcff;margin-top:8px;font-size:11px;font-style:normal;display:block}.monthly-review-form{background:#5a78c80f;border:1px solid #78a0ff59;margin:22px 0 34px;padding:26px}.monthly-review-form h3{margin:8px 0}.monthly-capacity-input{margin-top:22px}.monthly-capacity-block{border-bottom:1px solid #ffffff12;padding:14px 0}.monthly-capacity-block>strong{margin-bottom:12px;display:block}.action-card{grid-template-columns:1fr 280px;gap:24px;display:grid}.action-controls{flex-direction:column;gap:10px;display:flex}.action-controls textarea{resize:vertical;min-height:130px}.action-controls>label>span{margin-bottom:7px;display:block}.recommendation-columns ul{margin:10px 0 0 18px;padding:0}.recommendation-columns li{margin:5px 0}.finding-movement{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 50px;display:grid}.finding-movement>div{background:#ffffff05;border:1px solid #ffffff14;padding:18px}.finding-movement span,.finding-movement small{letter-spacing:.1em;text-transform:uppercase;opacity:.65;font-size:11px;display:block}.finding-movement strong{margin:7px 0;font-size:28px;display:block}.period-help{margin-top:12px}.action-kit,.action-kit-mini{background:#5a78c80d;border:1px solid #78a0ff38;margin-top:16px;padding:16px}.action-kit summary,.action-kit-mini summary{cursor:pointer;font-weight:600}.action-kit p,.action-kit-mini p{margin:7px 0 10px}.kit-label{letter-spacing:.1em;text-transform:uppercase;opacity:.65;font-size:10px}.action-kit small{opacity:.72;font-size:12px}.kit-assets details{border-top:1px solid #ffffff0f;margin-top:9px;padding-top:8px}.kit-assets pre{white-space:pre-wrap;font:inherit;background:#00000029;border:1px solid #ffffff0f;margin:10px 0;padding:12px;line-height:1.55}.schedule-list{gap:8px;margin:14px 0;display:grid}.schedule-list>div{border-bottom:1px solid #ffffff0f;grid-template-columns:90px 1fr;gap:12px;padding:9px 0;display:grid}.schedule-list strong{color:#9bbcff;font-size:12px}.schedule-list span{opacity:.85}.decision-box{background:#ffffff06;border:1px solid #ffffff14;margin-top:14px;padding:14px}.decision-box p{margin-bottom:0}.asset-chip.opportunity{border-color:#82aaff59}@media (width<=1100px){.capacity-card-head{grid-template-columns:48px 1fr 1fr}.day-fill-grid{grid-template-columns:repeat(3,1fr)}.day-capacity-grid{grid-template-columns:repeat(4,1fr)}.action-plan-preview{grid-template-columns:repeat(2,1fr)}.action-card{grid-template-columns:1fr}}@media (width<=700px){.capacity-card-head{grid-template-columns:1fr}.capacity-index{display:none}.day-fill-grid,.day-capacity-grid{grid-template-columns:repeat(2,1fr)}.action-plan-preview,.finding-movement,.schedule-list>div{grid-template-columns:1fr}}.capacity-card .field input[type=number]{-moz-appearance:textfield}.capacity-card .field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.capacity-card .field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.field-help{opacity:.65;margin:7px 0 0;font-size:12px;line-height:1.45}.stress-note{opacity:.82;background:#5a78c80d;border:1px solid #82aaff38;margin:18px 0 14px;padding:12px 16px;font-size:12px;line-height:1.5}.next-phase-card{background:#5a78c812;border:1px solid #82aaff52;grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:24px;margin-top:24px;padding:24px;display:grid}.next-phase-card>div>span{letter-spacing:.1em;text-transform:uppercase;opacity:.65;font-size:11px;display:block}.next-phase-card h4{margin:8px 0;font-size:24px}.next-phase-card p{max-width:760px;margin:0 0 10px}.next-phase-card small{opacity:.65;line-height:1.5;display:block}.next-phase-actions{flex-direction:column;gap:10px;display:flex}@media (width<=700px){.next-phase-card{grid-template-columns:1fr}}.topbar{position:relative}.topbar-export{margin-left:auto;padding:9px 14px}@media (width<=700px){.topbar-export{padding:7px 10px;font-size:12px}}.category-card[data-covered=false] .category-track{opacity:.35}.report-stress-note{margin:0 0 22px}.outcome-review-form{background:#5a78c80b;border:1px solid #82aaff40;gap:14px;margin:24px 0;padding:20px;display:grid}.outcome-review-form p{max-width:850px;margin:6px 0 0}.outcome-review-form textarea{resize:vertical;min-height:120px}.outcome-review-form button:disabled{opacity:.45;cursor:not-allowed}@media (width<=700px){.outcome-review-form{padding:16px}}.guided-programme{max-width:1480px;margin:0 auto}.guided-header{align-items:flex-start}.guided-header h2{max-width:900px}.guided-progress{min-width:270px}.guided-progress strong{font-size:18px}.guided-progress span{opacity:.7;margin:6px 0 10px;display:block}.guided-path{grid-template-columns:1fr 36px 1fr 36px 1fr;align-items:center;max-width:920px;margin:28px auto 34px;display:grid}.guided-path>div{opacity:.45;align-items:center;gap:10px;display:flex}.guided-path>div.active{opacity:1}.guided-path strong{border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.guided-path .active strong{background:#648ce624;border-color:#82aaffcc}.guided-path span{font-size:13px}.guided-path b{text-align:center;opacity:.3}.guided-priority,.guided-action,.guided-checkin,.guided-finish{background:#ffffff05;border:1px solid #ffffff1a;margin-bottom:22px;padding:30px}.guided-priority{background:#5a78c80e;border-color:#82aaff57}.guided-priority-head{justify-content:space-between;align-items:flex-start;gap:25px;display:flex}.guided-priority-head h3{margin:7px 0 9px;font-size:32px}.guided-priority-head p{max-width:850px;font-size:17px;line-height:1.55}.guided-value{background:#0000001f;border:1px solid #82aaff33;margin-top:22px;padding:14px 16px;line-height:1.5}.guided-grid{grid-template-columns:2fr 1fr;gap:14px;margin-top:14px;display:grid}.guided-box{background:#0000001f;border:1px solid #ffffff14;padding:18px}.guided-box>span,.guided-measure-grid span{letter-spacing:.1em;text-transform:uppercase;opacity:.6;font-size:11px;display:block}.guided-box p{margin-top:8px;line-height:1.55}.guided-box strong{margin:8px 0 2px;font-size:30px;display:block}.guided-box small{opacity:.65}.guided-action h3,.guided-checkin h3,.guided-finish h3{margin:7px 0 8px;font-size:28px}.guided-intro,.guided-checkin>p,.guided-finish>p{opacity:.75;line-height:1.6}.guided-steps{border-top:1px solid #ffffff14;margin:22px 0}.guided-steps>div{border-bottom:1px solid #ffffff14;grid-template-columns:100px 1fr;gap:18px;padding:15px 0;display:grid}.guided-steps strong{color:#9bbcff;font-size:12px}.guided-steps span{line-height:1.5}.guided-tools{background:#5a78c80b;border:1px solid #78a0ff38;margin-top:20px;padding:17px}.guided-tools summary{cursor:pointer;font-size:16px;font-weight:700}.guided-tools>p{opacity:.72;margin:9px 0 14px}.tool-list details{border-top:1px solid #ffffff12;padding:11px 0}.tool-list summary{cursor:pointer}.tool-list p,.tool-list li{opacity:.78;line-height:1.5}.tool-list pre{white-space:pre-wrap;background:#0000002e;border:1px solid #ffffff0f;margin-top:10px;padding:14px;line-height:1.5}.guided-checkin{border-color:#82aaff4d}.guided-measure-grid{grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 14px;display:grid}.guided-measure-grid>div,.guided-measure-grid>label{background:#0000001f;border:1px solid #ffffff14;padding:18px}.guided-measure-grid>div strong{margin:8px 0 2px;font-size:30px;display:block}.guided-measure-grid small{opacity:.65}.guided-note textarea{color:#eef7f8;resize:vertical;background:#071b25;border:1px solid #78c8d247;width:100%;min-height:120px;padding:12px}.guided-note textarea::placeholder{color:#78909a}.guided-decision{background:#ffffff05;border:1px solid #ffffff14;grid-template-columns:1fr 230px;gap:20px;margin-top:18px;padding:17px;display:grid}.guided-decision p{opacity:.7;margin-top:6px;line-height:1.5}.status-field{margin:0}.guided-warning{opacity:.8;border:1px solid #ffaa824d;margin-top:12px;padding:12px 14px}.later-priorities{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;margin:28px 0;padding:24px 0}.later-priorities h3{margin:7px 0;font-size:22px}.later-priorities>p{opacity:.7;margin-bottom:16px}.later-priorities>div{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.later-priorities article{background:#ffffff04;border:1px solid #ffffff12;padding:15px}.later-priorities article strong{margin:8px 0 5px;display:block}.later-priorities article small{opacity:.62;line-height:1.45;display:block}.guided-next{background:#5a78c80e;border:1px solid #82aaff47;justify-content:space-between;align-items:center;gap:24px;margin:28px 0 22px;padding:24px;display:flex}.guided-next h3{margin:6px 0}.guided-next p{opacity:.7;max-width:780px;line-height:1.5}.guided-review-form{max-width:1050px;margin:0 auto 30px}.guided-data-list{gap:10px;margin:22px 0;display:grid}.guided-data-list>div{background:#ffffff05;border:1px solid #ffffff14;grid-template-columns:36px 1fr 230px;align-items:center;gap:14px;padding:14px;display:grid}.guided-data-list>div>strong{background:#82aaff24;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.guided-data-list .field{margin:0}.guided-data-list .field>span{display:none}.guided-finish{background:#5a78c80d;border-color:#82aaff52}.guided-finish .outcome-review-form{background:0 0;border:0;padding:0}.guided-footer-actions{justify-content:space-between;gap:12px;margin:28px 0 60px;display:flex}@media (width<=900px){.guided-grid,.guided-measure-grid,.guided-decision{grid-template-columns:1fr}.guided-priority-head,.guided-next{flex-direction:column}.guided-path{grid-template-columns:1fr;gap:10px}.guided-path>b{display:none}.guided-data-list>div{grid-template-columns:30px 1fr}.guided-data-list .field{grid-column:2}.later-priorities>div{grid-template-columns:1fr}}@media (width<=700px){.guided-priority,.guided-action,.guided-checkin,.guided-finish{padding:18px}.guided-priority-head h3{font-size:25px}.guided-steps>div{grid-template-columns:1fr;gap:5px}.guided-footer-actions{flex-direction:column}}.intervention-pack>summary{letter-spacing:.01em;font-weight:800}.pack-section{background:#9bbcff09;border:1px solid #9bbcff2e;margin-top:18px;padding:18px}.pack-section>strong,.pack-assets>strong,.pack-measurement strong{letter-spacing:.14em;margin-bottom:10px;font-size:11px;display:block}.pack-section ol{gap:8px;margin:0;padding-left:22px;display:grid}.pack-assets{gap:10px;margin-top:18px;display:grid}.pack-asset{background:#ffffff05;border:1px solid #9bbcff2e;padding:12px 14px}.pack-asset summary{cursor:pointer;font-weight:700}.pack-asset pre{white-space:pre-wrap;font:inherit;background:#0000002e;border:1px solid #9bbcff1f;margin:12px 0;padding:14px;line-height:1.6}.pack-asset small{opacity:.72}.pack-measurement{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.pack-measurement>div{border:1px solid #9bbcff2e;padding:16px}.pack-measurement ul{gap:6px;margin:0;padding-left:18px;display:grid}@media (width<=760px){.pack-measurement{grid-template-columns:1fr}}.review-priority-command{background:#27d3b20e;border:1px solid #27d3b252;margin:0 0 22px;padding:26px}.review-priority-command-grid{grid-template-columns:1.25fr 1fr 1fr;gap:18px;margin-top:14px;display:grid}.review-priority-command-grid>div{background:#ffffff05;border:1px solid #ffffff1a;padding:18px}.review-priority-command-grid span{letter-spacing:.12em;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.review-priority-command-grid h3{margin:0 0 8px;font-size:28px}.review-priority-command-grid p{margin:0;line-height:1.55}.review-priority-command-grid strong{margin-bottom:8px;font-size:20px;display:block}.review-priority-command-grid small{opacity:.78;line-height:1.45}@media (width<=800px){.review-priority-command-grid{grid-template-columns:1fr}.review-priority-command{padding:18px}}.veymo-legal-footer{color:#657487;background:#fff;border-top:1px solid #e6ebef;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:24px;font-size:12px;display:flex}.veymo-legal-footer a{color:#405166;text-decoration:none}.veymo-legal-footer a:hover{text-decoration:underline}.owner-monitor-summary{background:#061b246b;border:1px solid #51d2be38;border-radius:14px;margin:18px 0 24px;padding:22px}.owner-monitor-summary>h3{margin:6px 0 18px;font-size:24px}.owner-signal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.owner-signal{background:#03141c8c;border:1px solid #96bec82e;border-radius:10px;padding:16px}.owner-signal span,.owner-next-focus>span{letter-spacing:.12em;text-transform:uppercase;color:#83a6b3;margin-bottom:8px;font-size:11px;display:block}.owner-signal strong{margin-bottom:7px;font-size:20px;display:block}.owner-signal p{color:#a9bec6;margin:0;line-height:1.5}.owner-signal.good{border-color:#3cd2b452}.owner-signal.watch{border-color:#ebb1554d}.owner-next-focus{background:#38d3b70e;border:1px solid #38d3b773;border-radius:12px;margin-top:14px;padding:20px}.owner-next-focus h3{margin:0 0 8px;font-size:28px}.owner-next-focus p{color:#d8e6e9;max-width:760px;line-height:1.55}.owner-detail-disclosure{margin-top:14px}.methodology-mini{margin-top:12px}.progress-outcome-list{gap:8px;margin-top:12px;display:grid}.progress-outcome-list>div{border-top:1px solid #96bec824;justify-content:space-between;gap:12px;padding:12px;display:flex}.guided-step-tools pre{white-space:pre-wrap;background:#021016a6;border-radius:8px;padding:12px;line-height:1.6}.guided-step-tools details[open]>summary{margin-bottom:8px}@media (width<=900px){.owner-signal-grid{grid-template-columns:1fr}.owner-next-focus h3{font-size:23px}}.previous-value{color:#87a6b2;letter-spacing:0;text-transform:none;margin-top:5px;font-size:12px;font-weight:500;display:block}.capacity-entry-with-history{flex-direction:column;gap:6px;display:flex}.capacity-entry-with-history>small{color:#87a6b2;font-size:12px}.priority-evidence{margin-top:14px}.guided-sequential-step.completed{opacity:.72;padding-top:10px;padding-bottom:10px}.guided-sequential-step.completed .guided-step-heading h4{font-size:15px}.guided-sequential-step.active{box-shadow:inset 0 0 0 1px #36d6ba2e}.guided-tools{opacity:.9;margin-top:16px}.monthly-review-form .guided-data-list>div>span{flex-direction:column;gap:2px;display:flex}.carried-from-check{color:#b9ddd6;background:#38d3b70e;border:1px solid #38d3b747;border-radius:8px;margin:8px 0 14px;padding:10px 12px;font-size:12px;line-height:1.45}.monitor-tabs{border:1px solid #78aabe38;border-radius:12px;gap:8px;width:max-content;max-width:100%;margin:18px 0 6px;padding:6px;display:flex}.monitor-tabs button{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 16px;font-weight:700}.monitor-tabs button.active{background:#2dcdb41f;box-shadow:inset 0 0 0 1px #2dcdb461}.monitor-tabs button span{opacity:.65;margin-left:5px}.weekly-capacity-detail{border-top:1px solid #78aabe2e;margin-top:8px;padding-top:8px}.weekly-capacity-detail summary{cursor:pointer;font-size:12px;font-weight:700}.weekly-capacity-detail p{opacity:.72;font-size:12px}.weekly-capacity-grid{grid-template-columns:repeat(5,minmax(90px,1fr));gap:8px;display:grid}.history-select{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0}.history-select:hover{border-color:#2dcdb480}.history-view-label{white-space:nowrap;color:#64ddca;margin-left:auto;font-weight:700}.history-report-detail{background:#2dcdb409;border:1px solid #2dcdb457;border-radius:14px;margin-top:18px;padding:20px}.history-report-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.history-report-head span,.history-report-focus span{letter-spacing:.12em;opacity:.68;font-size:11px}.history-report-head h4{margin:5px 0 0;font-size:22px}.history-report-metrics{background:#78aabe2e;grid-template-columns:repeat(4,1fr);gap:1px;margin:18px 0;display:grid}.history-report-metrics>div{background:#0b2029;flex-direction:column;gap:5px;padding:16px;display:flex}.history-report-metrics span{opacity:.68;font-size:11px}.history-report-metrics strong{font-size:18px}.history-report-focus{border:1px solid #78aabe33;border-radius:10px;padding:16px}.history-report-focus strong{margin:6px 0;font-size:18px;display:block}.monthly-target-chip{letter-spacing:0;text-transform:none;margin-top:2px;font-size:11px;font-weight:800;line-height:1.3;display:block}.monthly-target-chip.achieved{color:#55e0c8}.monthly-target-chip.progress{color:#e5c36a}.monthly-target-chip.not-yet{color:#afc0c6}.history-target-result{background:#ffffff04;border:1px solid #78aabe3d;border-radius:10px;margin:0 0 16px}.history-target-result.achieved{background:#2dcdb40e;border-color:#2dcdb475}.history-target-result>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.history-target-result>summary span{letter-spacing:.12em;opacity:.7;font-size:11px}.history-target-result>summary strong{font-size:15px}.history-target-result.achieved>summary strong{color:#55e0c8}.history-target-result.progress>summary strong{color:#e5c36a}.history-target-result>div{border-top:1px solid #78aabe2b;padding:0 16px 15px}.history-target-result p{gap:4px;margin:13px 0;display:grid}.history-target-result p span,.history-target-result small{opacity:.7;font-size:12px}.history-target-result p strong{font-size:15px}.history-month-breakdown{grid-template-columns:repeat(3,1fr);gap:10px;padding-top:12px;display:grid}.history-month-breakdown>div{border:1px solid #78aabe2e;border-radius:8px;flex-direction:column;gap:5px;padding:12px;display:flex}@media (width<=800px){.weekly-capacity-grid,.history-report-metrics,.history-month-breakdown{grid-template-columns:1fr 1fr}.monitor-tabs{width:100%}.monitor-tabs button{flex:1}}.legacy-baseline-repair{background:#2dcfb90f;border:1px solid #2dcfb973;border-radius:12px;margin:18px 0;padding:18px}.legacy-baseline-repair h4{margin:6px 0 8px}.legacy-baseline-repair p{max-width:780px}.legacy-baseline-row{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:12px;max-width:720px;display:grid}.weekly-capacity-grid{grid-template-columns:repeat(auto-fit,minmax(105px,1fr))}@media (width<=700px){.legacy-baseline-row{grid-template-columns:1fr}}.calculated-average{border-left:2px solid var(--accent,#2dd4bf);background:#2dd4bf0f;margin-top:10px;padding:10px 12px;display:block}.history-report-row small{opacity:.78;margin-top:6px;line-height:1.45;display:block}.completion-evidence{opacity:.75;margin-top:8px;display:block}.monthly-review-form input[readonly]{opacity:.82;cursor:not-allowed;background:#ffffff06}.fixed-cost-workbench{border:1px solid #ffffff1f;border-radius:10px;margin-top:14px;padding:14px}.fixed-cost-head,.fixed-cost-row{grid-template-columns:1.5fr 1fr 1fr 1.1fr 1fr;align-items:center;gap:8px;display:grid}.fixed-cost-head{text-transform:uppercase;letter-spacing:.06em;opacity:.72;margin-bottom:8px;font-size:.72rem}.fixed-cost-row{margin-bottom:8px}.fixed-cost-row input,.fixed-cost-row select{width:100%;min-width:0;color:inherit;background:#0000001f;border:1px solid #ffffff24;border-radius:6px;padding:10px}.fixed-cost-summary{flex-wrap:wrap;gap:18px;margin:12px 0;display:flex}.fixed-cost-summary span{opacity:.8}@media (width<=760px){.fixed-cost-head{display:none}.fixed-cost-row{grid-template-columns:1fr 1fr}.fixed-cost-row input:first-child{grid-column:1/-1}}.financial-action-workbench{gap:14px;margin-top:14px;display:grid}.cash-available-box,.veymo-analysis-card,.cash-action-form,.veymo-waiting-card{background:#2dd4bf09;border:1px solid #2dd4bf3d;border-radius:10px;padding:16px}.money-input{background:#0000001f;border:1px solid #ffffff24;border-radius:6px;align-items:center;display:flex;overflow:hidden}.money-input>span{opacity:.78;padding:0 0 0 10px}.money-input input{background:0 0!important;border:0!important}.fixed-cost-head,.fixed-cost-row{grid-template-columns:1.5fr 1fr 1fr 1.25fr}.veymo-analysis-card h5,.cash-action-form h5,.veymo-waiting-card h5{margin:0 0 12px;font-size:18px}.ranked-cost{border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:10px 0;display:flex}.ranked-cost span{opacity:.78}.big-number{margin:8px 0 12px;font-size:28px;display:block}.veymo-analysis-card p,.veymo-waiting-card p{line-height:1.5}.cash-action-form .grid-2{margin-top:10px}@media (width<=760px){.fixed-cost-row{grid-template-columns:1fr}.ranked-cost{flex-direction:column;gap:4px}}.guided-sequential-steps{margin-top:1rem}.guided-sequential-step{min-height:auto}.guided-step-help{background:#071e2559;border:1px solid #7ea8b838;border-radius:10px;margin:.75rem 0 1rem;padding:.8rem 1rem}.guided-step-help summary{cursor:pointer;font-weight:700}.guided-step-help p{color:var(--muted);margin:.7rem 0 0}.owner-auto-analysis{margin-top:1rem}.owner-auto-analysis h5{margin:.35rem 0 .65rem;font-size:1.15rem}.guided-action .guided-pack-progress{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:68px}.guided-action-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.guided-action-heading>div{min-width:0}.guided-action-heading .secondary-button{flex:none;margin-top:2px}@media (width<=760px){.guided-action-heading{gap:12px;display:grid}.guided-action-heading .secondary-button{width:100%}}.review-date-choice{gap:7px;display:grid}.na-date-option{color:var(--text-soft);cursor:pointer;align-items:center;gap:7px;font-size:12px;display:flex}.na-date-option input{width:auto}.owner-simple-choice,.owner-simple-do{gap:16px;display:grid}.owner-simple-choice>p,.owner-simple-do>p{color:var(--text-soft);margin:0;line-height:1.55}.monthly-money-input,.monthly-money-input input{width:100%}.in-period-capture{background:#2dd4bf09;border:1px solid #2dd4bf47;margin-top:18px}.in-period-entry{gap:14px;margin-top:16px;display:grid}.in-period-status{border-left:2px solid var(--accent,#2dd4bf);background:#2dd4bf0d;margin-top:12px;padding:10px 12px}.optional-leaver-update .measurement-required-block .sprint-evidence-grid>.field:first-child,.optional-leaver-update .in-period-extra-signals{display:none}.monthly-save-area{border-top:1px solid #ffffff1a;margin-top:18px;padding-top:14px}.monthly-form-message{margin-bottom:12px}button:disabled{cursor:not-allowed;opacity:.52}.dev-calendar-test{opacity:.78;border:1px dashed #fff3;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;margin:12px 0;padding:10px 12px;font-size:12px;display:flex}.dev-calendar-test span{flex:1;min-width:240px}.guided-page-map{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;margin:0 0 12px;display:grid}.guided-page-status{min-height:44px;color:var(--text-soft);background:#ffffff05;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:9px;padding:9px 11px;font-size:12px;font-weight:700;display:flex}.guided-page-dot{border:1px solid #ffffff29;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:900;display:grid}.guided-page-status.complete{color:#dffbf5;background:#36d7b71a;border-color:#36d7b76b}.guided-page-status.complete .guided-page-dot{border-color:var(--accent);background:var(--accent);color:#06231d}.guided-page-status.current{color:var(--text);background:#36d7b70e;border-color:#36d7b7b8;box-shadow:inset 0 0 0 1px #36d7b724}.guided-page-status.current .guided-page-dot{border-color:var(--accent);color:var(--accent)}.guided-page-status.upcoming{opacity:.52}.guided-turn-page{border-left:3px solid var(--accent);background:#36d7b70a;border-radius:0 8px 8px 0;justify-content:space-between;align-items:center;gap:18px;margin:0 0 14px;padding:11px 13px;display:flex}.guided-turn-page strong{color:var(--text);font-size:13px}.guided-turn-page span{color:var(--text-soft);text-align:right;font-size:12px}.guided-sequential-step.active{border-color:#36d7b7b8!important;box-shadow:inset 0 0 0 1px #36d7b729,0 14px 36px #00000021!important}.guided-sequential-step.completed{background:#36d7b714!important;border-color:#36d7b75c!important}@media (width<=720px){.guided-page-map{grid-template-columns:1fr 1fr}.guided-turn-page{flex-direction:column;align-items:flex-start;gap:4px}.guided-turn-page span{text-align:left}}.guided-page-instruction{background:#36d7b711;border:1px solid #36d7b78c;border-radius:12px;margin:0 0 12px;padding:16px 17px}.guided-page-instruction>span{color:var(--accent);letter-spacing:.08em;margin-bottom:7px;font-size:11px;font-weight:900;display:block}.guided-page-instruction p{color:var(--text);margin:0 0 10px;font-size:15px;line-height:1.55}.guided-page-instruction strong{color:#dffbf5;border-top:1px solid #36d7b72e;padding-top:10px;font-size:12px;line-height:1.45;display:block}.guided-page-instruction .page-finished{color:#dffbf5;border-top:1px solid #36d7b72e;margin:12px 0;padding-top:10px;font-size:12px;line-height:1.5;display:block}.guided-page-instruction .page-finished b{font-size:inherit;color:inherit;border:0;padding:0;display:inline}.compact-page-help{background:0 0;border-color:#6f939e47;padding:0}.compact-page-help>summary{cursor:pointer;color:var(--muted);padding:10px 13px;font-size:12px;font-weight:800;list-style:none}.compact-page-help>summary:after{content:" ?";color:var(--accent)}.compact-page-help[open]{background:#36d7b70b;padding:0 14px 14px}.compact-page-help[open]>summary{border-bottom:1px solid #36d7b729;margin:0 -14px 12px;padding:10px 13px}.compact-page-help .page-why{color:var(--muted);margin-top:10px}.inline-action-help{vertical-align:top;max-width:520px;margin:0;display:inline-block}.inline-action-help>summary{cursor:pointer;border:1px solid var(--line);color:var(--text);border-radius:7px;padding:10px 14px;font-size:12px;font-weight:800;list-style:none}.inline-action-help>summary:before{content:"?";border:1px solid var(--accent);width:18px;height:18px;color:var(--accent);border-radius:50%;place-items:center;margin-right:7px;display:inline-grid}.inline-action-help[open]{border-left:3px solid var(--accent);background:#36d7b70f;margin:10px 0;padding:12px 14px;display:block}.inline-action-help[open]>summary{border:0;border-radius:0;padding:0 0 9px}.inline-action-help p{color:var(--text-soft);margin:7px 0;font-size:13px;line-height:1.55}.micro-help{margin-top:8px;display:inline-block}.micro-help>summary{cursor:pointer;width:22px;height:22px;color:var(--muted);border:1px solid #6f939e80;border-radius:50%;place-items:center;font-weight:900;list-style:none;display:inline-grid}.micro-help[open]{border:1px solid #6f939e40;border-radius:8px;padding:8px 10px;display:block}.micro-help[open]>summary{margin-bottom:7px}.micro-help p,.micro-help small{color:var(--muted);margin:0}.monthly-capacity-input{border:1px solid #6f939e52;border-radius:12px;padding:0}.monthly-capacity-input>summary{cursor:pointer;color:var(--heading);padding:16px 18px;font-weight:900;list-style:none}.monthly-capacity-input[open]>summary{border-bottom:1px solid #6f939e38}.monthly-capacity-input[open]>.micro-help,.monthly-capacity-input[open]>.monthly-capacity-block,.monthly-capacity-input[open]>.message{margin-left:18px;margin-right:18px}.monthly-capacity-input[open]>.monthly-capacity-block:last-child{margin-bottom:18px}.monitor-action-focus>.priority-pill{white-space:nowrap;word-break:normal;overflow-wrap:normal;align-self:flex-start;min-height:0}.sprint-notes{background:#ffffff03;border:1px solid #6f939e47;border-radius:10px;margin-top:16px}.sprint-notes>summary{cursor:pointer;color:var(--heading);padding:14px 16px;font-weight:800}.sprint-notes>div{border-top:1px solid #6f939e2e;gap:10px;padding:0 16px 15px;display:grid}.sprint-notes p{gap:4px;margin:10px 0 0;display:grid}.sprint-notes p span{color:var(--muted);font-size:11px}.sprint-notes p strong{font-size:13px;line-height:1.5}.required-target-attendance{margin-bottom:10px}.other-attendance{border-top:1px solid #6f939e33;margin-top:10px}.other-attendance>summary{cursor:pointer;color:var(--text-soft);padding:13px 0;font-weight:800}.other-attendance>.day-fill-grid{padding-top:4px}.actions-help,.checkin-help,.review-field-help{margin-bottom:12px}.required-fields-help>summary{border-radius:8px;width:auto;height:auto;padding:6px 10px;font-size:12px}.guided-step-help{opacity:.86;margin-top:8px!important}.guided-step-actions .primary-button{min-height:46px}.risk-panel,.value-panel{background:#ffffff06;border:1px solid #ffffff1a;gap:20px;margin:18px 0;padding:22px;display:grid}.risk-panel{grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr)}.value-panel{grid-template-columns:minmax(0,1fr) minmax(280px,1.2fr)}.risk-panel h3,.value-panel h3{margin:.35rem 0 .55rem}.risk-list,.value-list{flex-direction:column;justify-content:center;gap:8px;display:flex}.risk-list span{background:#ef9a9a0f;border-left:2px solid #ef9a9a;padding:9px 11px;font-size:.9rem;display:block}.value-list>div{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:18px;padding:11px 0;display:flex}.value-list>div:last-child{border-bottom:0}.value-list strong{font-size:1rem}.value-list span{text-align:right;color:#aab2c2;font-size:.9rem}@media (width<=800px){.risk-panel,.value-panel{grid-template-columns:1fr}.value-list span{text-align:left}}.pack-next-action{background:#f6fbfa;border:1px solid #d7e5e5;border-radius:14px;gap:6px;margin:18px 0;padding:18px;display:grid}.pack-next-action span{letter-spacing:.12em;font-size:11px;font-weight:800}.pack-next-action strong{font-size:17px}.pack-next-action p{margin:0}.pack-full-method{margin:12px 0}.pack-full-method>summary{cursor:pointer;font-weight:750}.monitor-value-ledger{background:#fff;border:1px solid #dbe5ea;border-radius:16px;margin:18px 0;padding:22px}.monitor-value-ledger h3{margin:6px 0}.monitor-value-ledger p{max-width:820px}.monitor-first-month-plan{background:#f7fafc;border:1px solid #dbe5ea;border-radius:16px;margin:24px 0;padding:24px}.monitor-journey-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;display:grid}.monitor-journey-grid>div{background:#fff;border:1px solid #e3e9ed;border-radius:12px;gap:7px;padding:15px;display:grid}.monitor-journey-grid span{letter-spacing:.08em;font-size:11px;font-weight:800}.monitor-journey-grid p{margin:0}.monitor-milestone{margin-top:10px;font-weight:700}@media (width<=850px){.monitor-journey-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.monitor-journey-grid{grid-template-columns:1fr}}.credit-note{max-width:330px;font-weight:700;line-height:1.45;display:block;color:var(--text)!important}.monitor-journey-grid>div{color:#172033}.monitor-value-ledger{color:#dce9ed;background:linear-gradient(145deg,#36d7b70e,#2d8cb406),#0c2029;border-color:#294751;box-shadow:0 18px 46px #0000002e}.monitor-value-ledger .section-tag{color:#36d7b7}.monitor-value-ledger h3{color:#f4fbfc}.monitor-value-ledger p{color:#a9bec5}.monitor-value-ledger .monitor-health-grid>div{background:#091a22;border-color:#31505a}.monitor-value-ledger .monitor-health-grid span{color:#8eabb4}.monitor-value-ledger .monitor-health-grid strong{color:#f4fbfc}:root{--bg:#07151d;--panel:#0c1e29;--panel-2:#102733;--border:#1f3a45;--text:#c4d0d6;--text-soft:#8298a3;--heading:#f4f8f9;--accent:#36d7b7;--accent-strong:#2cc7a9;--accent-bg:#36d7b71a;--success:#74d9b2;--warning:#e1bd78;--danger:#e29494}.app-shell{background:radial-gradient(circle at 58% -5%,#36d7b71a,transparent 31%),radial-gradient(circle at 10% 5%,#2866911f,transparent 28%),var(--bg)}.topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:#07151deb;position:sticky;top:0}.brand{letter-spacing:.08em}.brand-mark{color:#fff;background:#0b2430;border:0;border-radius:7px;position:relative;overflow:hidden}.brand-mark:after{content:"";background:var(--accent);border-radius:4px;width:4px;height:22px;position:absolute;top:2px;right:4px;transform:rotate(39deg)}.topbar-label{color:#78909a}.eyebrow,.section-tag,.priority-number,.programme-loop,.schedule-list strong{color:var(--accent)}.primary-button{border-color:var(--accent-strong);background:var(--accent-strong);color:#042019;border-radius:7px;box-shadow:0 8px 24px #2cc7a924}.primary-button:hover{background:#40d7b9}.secondary-button{border-radius:7px}.hero-copy h1 span{color:#91a7b2}.hero-card,.recommendation,.form-section,.programme-choice,.comparison-card,.month-panel,.action-card{border-color:var(--border);background:linear-gradient(145deg,#ffffff05,#fff0),var(--panel)}.hero-card{box-shadow:0 28px 70px #00000045}.mini-bar-fill,.category-fill,.progress-fill{background:linear-gradient(90deg,#2d8cb4,var(--accent))}.recommendations{gap:18px}.recommendation{border-radius:12px;overflow:hidden}.recommendation-body{padding:28px 32px 32px}.recommendation h4{margin-bottom:20px;font-size:25px}.recommendation-columns{gap:42px}.recommendation-columns p,.recommendation-columns li{font-size:13px;line-height:1.65}.action-plan-preview>div{border-color:var(--border);background:#ffffff05;border-radius:8px}.action-kit{background:#36d7b709;border-color:#36d7b738;border-radius:10px}.intervention-pack>summary{color:#d9f7f0;font-size:15px}.pack-next-action{color:var(--text);background:linear-gradient(135deg,#36d7b71f,#2d6f9114);border:1px solid #36d7b757;border-radius:12px;margin:20px 0;padding:22px 24px}.pack-next-action span{color:var(--accent)}.pack-next-action strong{color:var(--heading);font-size:19px;line-height:1.4}.pack-next-action p{color:#a9bcc4}.pack-section,.pack-asset,.pack-measurement>div{border-color:var(--border);background:#ffffff05;border-radius:9px}.pack-asset summary{color:#dce8ec}.pack-asset pre{border-color:var(--border);background:#071820;border-radius:8px}.pack-full-method>summary{color:#9fb2ba}.pack-assets>strong,.pack-section>strong,.pack-measurement strong{color:#86a1ab}.schedule-list>div{border-bottom-color:var(--border)}.monitor-first-month-plan{background:#eaf7f4;border:1px solid #bee9df;box-shadow:0 16px 38px #0000001f}.monitor-first-month-plan,.monitor-first-month-plan h3,.monitor-first-month-plan p,.monitor-first-month-plan strong,.monitor-first-month-plan small,.monitor-first-month-plan span{color:#113139}.monitor-first-month-plan .section-tag{color:#128b76}.monitor-journey-grid>div{background:#f8fffd;border-color:#cfe9e3}.monitor-journey-grid small{color:#526d72}.field input,.field select,.check-field select,.action-card select{border-color:var(--border);background:#091b24}.field input:focus,.field select:focus,.check-field select:focus{outline-color:var(--accent)}.guided-priority,.guided-next,.guided-tools,.guided-checkin{background:#36d7b709;border-color:#36d7b740}.guided-path .active strong{border-color:var(--accent);background:var(--accent-bg)}.guided-steps strong{color:var(--accent)}.veymo-legal-footer{color:#78909a;border-top-color:var(--border);background:#07151d}.veymo-legal-footer a{color:#9fb3bb}.veymo-legal-footer a:hover{color:var(--accent)}@media (width<=760px){.recommendation{grid-template-columns:46px 1fr}.priority-number{padding:18px 12px}.recommendation-body{padding:20px 18px}.recommendation-columns{grid-template-columns:1fr;gap:18px}.topbar{padding:0 16px}.topbar-label{display:none}}.brand-approved{background:0 0;border:0;align-items:center;min-width:132px;height:54px;padding:0;display:flex}.brand-approved img{object-fit:contain;width:128px;height:auto;max-height:36px;display:block}.topbar-label:empty{display:none}.report-header{grid-template-columns:1fr}.score-panel{margin-top:28px}.big-band{text-transform:none;letter-spacing:.04em}.evidence-disclosure{color:var(--text-soft);margin-top:16px;font-size:12px}.evidence-disclosure summary,.value-list details summary,.pack-methodology summary,.simplified-measurement details summary{cursor:pointer;color:#9fbcc6}.evidence-disclosure p,.value-list details p{max-width:680px;color:var(--text-soft);margin:8px 0 0;line-height:1.55}.category-card{min-height:150px}.category-score-wrap{text-align:right;min-width:145px}.category-score-wrap .category-status{color:var(--heading);font-size:15px;line-height:1.3}.category-track{display:none}.evidence-line{color:#9fb3bb!important;margin-top:18px!important;line-height:1.5!important}.value-list>div{grid-template-columns:minmax(230px,1fr) minmax(150px,.45fr);align-items:flex-start;gap:8px 22px}.value-list details{grid-column:1/-1;font-size:12px}.value-list>div>strong{font-size:16px}.value-list>div>span{color:#b9c9cf}.pack-methodology{margin-top:14px;padding:16px 18px}.pack-methodology>summary{color:#b8ccd3;font-weight:700}.pack-methodology[open]>summary{margin-bottom:16px}.simplified-measurement{grid-template-columns:1fr 1fr}.simplified-measurement details{border:1px solid var(--border);background:#ffffff05;border-radius:9px;padding:18px}@media (width<=760px){.brand-approved{min-width:105px}.brand-approved img{width:104px}.category-score-wrap{min-width:110px}.value-list>div{grid-template-columns:1fr}.value-list details{grid-column:1}.simplified-measurement{grid-template-columns:1fr}}.results{max-width:1180px}.review-executive-summary,.risk-panel,.value-panel,.score-panel{border-radius:12px}.score-panel{padding:30px 36px}.review-executive-summary{margin-top:22px}.section-heading{margin-top:46px;margin-bottom:18px}.category-grid{gap:12px}.category-card{min-height:0;padding:22px 24px}.category-card p{margin-bottom:0}.recommendation-columns{grid-template-columns:1fr 1fr}.recommendation-impact{color:var(--text-soft);margin-top:12px;font-size:12px}.recommendation-impact summary{cursor:pointer;color:#a8c0c8}.recommendation-impact p{margin:8px 0 0}.pack-methodology{opacity:.86}.monitor-offer{margin-top:48px}.monitor-feature-grid{opacity:.86}@media (width<=760px){.score-panel{padding:22px 20px}.recommendation-columns{grid-template-columns:1fr}.section-heading{margin-top:34px}}.other-priorities{border:1px solid var(--border);background:#ffffff04;border-radius:12px;margin-top:20px;padding:0 22px 22px}.other-priorities>summary{cursor:pointer;color:#cfe0e5;padding:20px 0 14px;font-weight:800}.other-priorities>p{color:var(--text-soft);max-width:760px;margin:0 0 18px;line-height:1.55}.other-priorities:not([open]){padding-bottom:0}.other-priorities:not([open])>summary{padding-bottom:20px}.other-priorities .recommendations{margin-top:12px}.pack-methodology:not([open]){padding-top:13px;padding-bottom:13px}.category-status{max-width:150px;display:inline-block}.monitor-history-row>div{min-width:0}@media (width<=760px){.other-priorities{padding-left:16px;padding-right:16px}.other-priorities:not([open]){padding-bottom:0}}.monitor-history-row{grid-template-columns:1.4fr 1fr 1fr}.monitor-category-strip strong{font-size:15px;line-height:1.3}.monitor-category-strip span{color:#9fb3bb}.brand-lockup{align-items:center;gap:16px;min-width:360px;display:flex}.brand-tagline{letter-spacing:.08em;text-transform:uppercase;color:#91aab4;white-space:nowrap;font-size:11px;line-height:1.2}.brand-tagline strong{color:var(--accent);font-weight:700}.results{padding-top:54px}.report-header{padding-bottom:38px}@media (width<=980px){.brand-lockup{min-width:132px}.brand-tagline{display:none}}.commercial-hero-actions{align-items:flex-start}.product-path{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:54px;display:grid}.product-path>div{border-top:1px solid var(--border);gap:7px;padding-top:16px;display:grid}.product-path strong,.product-path span{display:block}.product-path strong{color:#8fb1ff;letter-spacing:.12em;font-size:12px}.product-path span{font-weight:700}.product-path small{color:var(--muted);line-height:1.5}.snapshot-grid{gap:16px;display:grid}.snapshot-result-head{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;align-items:start;gap:40px;padding-bottom:36px;display:grid}.snapshot-meta{grid-template-columns:1fr auto;gap:10px 24px;min-width:220px;display:grid}.snapshot-meta span{color:var(--muted)}.snapshot-score-panel{border:1px solid var(--border);grid-template-columns:.75fr 1.25fr;gap:38px;margin-top:40px;padding:42px;display:grid}.snapshot-score-panel .big-score{font-size:clamp(64px,7vw,108px)}.snapshot-score-panel small{color:var(--muted)}.snapshot-area-columns{grid-template-columns:1fr 1fr;gap:26px;display:grid}.snapshot-area{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;padding:16px 0;display:flex}.snapshot-area span{font-size:22px;font-weight:700}.snapshot-insight{background:#7ea4f40b;border:1px solid #445575;margin-top:24px;padding:32px}.snapshot-insight h3{margin:10px 0}.snapshot-upgrade{background:#7ea4f414;border:1px solid #6f87bd;grid-template-columns:1fr auto;align-items:center;gap:36px;margin-top:24px;padding:36px;display:grid}.snapshot-unlocks{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.snapshot-unlocks span{border:1px solid var(--border);padding:9px 12px;font-size:13px}.single-site-entitlement{border:1px solid var(--border);align-content:center;gap:4px;min-height:68px;padding:14px 16px;display:grid}.single-site-entitlement span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.single-site-entitlement strong{font-size:18px}.single-site-entitlement small{color:var(--muted)}.monitor-offer{grid-template-columns:1fr auto;gap:28px;display:grid}.monitor-price{border-left:1px solid var(--border);min-width:190px;padding-left:32px}.monitor-price span,.monitor-price small{display:block}.monitor-price>span,.monitor-price small{color:var(--muted)}.monitor-price strong{margin:8px 0;font-size:34px;display:block}.monitor-price strong span{margin-left:4px;font-size:14px;display:inline}.monitor-feature-grid,.monitor-offer .programme-actions{grid-column:1/-1}.monitor-feature-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.monitor-feature-grid span{border:1px solid var(--border);padding:14px}@media (width<=900px){.product-path,.snapshot-score-panel,.snapshot-area-columns,.snapshot-upgrade,.monitor-offer,.monitor-feature-grid,.snapshot-result-head{grid-template-columns:1fr}.snapshot-meta{min-width:0}.monitor-price{border-left:0;border-top:1px solid var(--border);padding-top:20px;padding-left:0}.monitor-feature-grid,.monitor-offer .programme-actions{grid-column:auto}}.snapshot-month-block{max-width:520px;margin:18px 0 26px}.snapshot-month-block .field-help{opacity:.72;margin-top:8px;line-height:1.5}.monitor-setup-screen{max-width:980px;margin:0 auto}.monitor-schedule-card{margin-top:28px}.monitor-day-options{flex-wrap:wrap;gap:10px;margin:24px 0;display:flex}.monitor-custom-day{max-width:260px;margin-bottom:20px}.monitor-schedule-preview{border:1px solid var(--border);grid-template-columns:1fr 1fr;margin-top:24px;display:grid}.monitor-schedule-preview>div{gap:7px;padding:22px;display:grid}.monitor-schedule-preview>div+div{border-left:1px solid var(--border)}.monitor-schedule-preview span{color:var(--muted);letter-spacing:.09em;font-size:11px}.monitor-schedule-preview strong{font-size:20px}.monitor-reminder-copy{border:1px solid var(--border);margin-top:18px;padding:18px 20px}.monitor-reminder-copy p{color:var(--muted);margin:6px 0 0}.monitor-milestone{border-color:#6f87bd}@media (width<=700px){.monitor-schedule-preview{grid-template-columns:1fr}.monitor-schedule-preview>div+div{border-left:0;border-top:1px solid var(--border)}}.monitor-health-header{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:24px;display:flex}.monitor-health-header h2{margin-bottom:8px}.monitor-current-score{border:1px solid var(--border);gap:4px;min-width:170px;padding:18px 22px;display:grid}.monitor-current-score span,.monitor-health-grid span,.monitor-history-row span,.monitor-action-row span{letter-spacing:.09em;color:var(--muted);font-size:10px}.monitor-current-score strong{font-size:38px;line-height:1}.monitor-tabs{border-bottom:1px solid var(--border);gap:8px;margin-bottom:26px;display:flex}.monitor-tabs button{appearance:none;cursor:pointer;font:inherit;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:13px 18px}.monitor-tabs button.active{color:var(--text);border-bottom-color:currentColor;font-weight:700}.monitor-today-summary,.monitor-history-view,.monitor-actions-view{margin-bottom:28px}.monitor-health-grid{border:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin-top:18px;display:grid}.monitor-health-grid>div{gap:5px;min-width:0;padding:18px;display:grid}.monitor-health-grid>div+div{border-left:1px solid var(--border)}.monitor-health-grid strong{font-size:24px}.monitor-health-grid small{color:var(--muted);text-overflow:ellipsis;overflow:hidden}.monitor-category-strip{border:1px solid var(--border);border-top:0;grid-template-columns:repeat(6,1fr);display:grid}.monitor-category-strip>div{gap:5px;padding:14px;display:grid}.monitor-category-strip>div+div{border-left:1px solid var(--border)}.monitor-category-strip span{color:var(--muted);font-size:11px}.monitor-category-strip strong{font-size:20px}.monitor-history-list{border:1px solid var(--border);margin-top:22px}.monitor-history-row{grid-template-columns:1.4fr 1fr 1fr 1fr;display:grid}.monitor-history-row+.monitor-history-row{border-top:1px solid var(--border)}.monitor-history-row>div{gap:5px;padding:16px 18px;display:grid}.monitor-history-row>div+div{border-left:1px solid var(--border)}.monitor-action-focus{border:1px solid var(--border);justify-content:space-between;gap:24px;margin-top:20px;padding:20px;display:flex}.monitor-action-focus span:first-child{letter-spacing:.09em;color:var(--muted);font-size:10px}.monitor-action-focus h4{margin:7px 0}.monitor-action-history{margin-top:16px}.monitor-action-entry{flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0 24px;display:flex}.monitor-action-entry small{color:var(--muted)}.monitor-action-row{border:1px solid var(--border);grid-template-columns:1fr 1fr 1fr 2fr;margin-top:-1px;display:grid}.monitor-action-row>div{gap:5px;padding:16px;display:grid}.monitor-action-row>div+div{border-left:1px solid var(--border)}.monitor-action-outcome strong{font-size:13px}.monitor-empty-state{border:1px dashed var(--border);margin-top:20px;padding:22px}.monitor-empty-state p{color:var(--muted);margin-bottom:0}@media (width<=800px){.monitor-health-header{display:grid}.monitor-current-score{width:auto}.monitor-health-grid{grid-template-columns:repeat(2,1fr)}.monitor-health-grid>div{border-bottom:1px solid var(--border)}.monitor-category-strip,.monitor-history-row,.monitor-action-row{grid-template-columns:repeat(2,1fr)}}.monitor-monthly-interpretation{margin:20px 0 0}.monitor-headline{border:1px solid var(--border);padding:22px}.monitor-headline span,.monitor-insight-grid span,.monitor-six-month-narrative span{letter-spacing:.09em;color:var(--muted);margin-bottom:8px;font-size:10px;display:block}.monitor-headline h3{margin:0}.monitor-headline p{color:var(--muted);margin:10px 0 0}.monitor-insight-grid{border:1px solid var(--border);border-top:0;grid-template-columns:repeat(3,1fr);display:grid}.monitor-insight-grid>div{min-width:0;padding:18px}.monitor-insight-grid>div+div{border-left:1px solid var(--border)}.monitor-insight-grid strong{margin-bottom:7px;display:block}.monitor-insight-grid small{color:var(--muted);line-height:1.45}.monitor-six-month-narrative{border:1px solid var(--border);margin:18px 0;padding:20px}.monitor-six-month-narrative p{margin:0;line-height:1.6}@media (width<=800px){.monitor-insight-grid{grid-template-columns:1fr}.monitor-insight-grid>div+div{border-left:0;border-top:1px solid var(--border)}}.commercial-price-reveal{align-content:start;gap:8px;min-width:220px;display:grid}.commercial-price-reveal>span{color:var(--muted);font-size:12px}.commercial-price-reveal>strong{font-size:30px;line-height:1.1}.commercial-price-reveal>small{color:var(--muted);margin-bottom:8px}.commercial-price-reveal>.introductory-price{align-items:baseline;gap:12px;display:flex}.introductory-price del{color:var(--muted);font-size:20px;font-weight:600}.introductory-price span{color:var(--accent)}.review-executive-summary{border:1px solid var(--border);margin:22px 0 30px;padding:24px}.executive-summary-grid{border:1px solid var(--border);grid-template-columns:1fr 1.4fr 1.4fr;margin-top:16px;display:grid}.executive-summary-grid>div{min-width:0;padding:18px}.executive-summary-grid>div+div{border-left:1px solid var(--border)}.executive-summary-grid span{color:var(--muted);letter-spacing:.09em;margin-bottom:8px;font-size:10px;display:block}.executive-summary-grid strong{line-height:1.4;display:block}.executive-summary-grid p{color:var(--muted);margin:8px 0 0;line-height:1.5}.category-score-wrap{justify-items:end;gap:4px;display:grid}.category-score-wrap small{color:var(--muted);white-space:nowrap;font-size:11px}.recommendation-stage{border:1px solid var(--border);letter-spacing:.1em;width:max-content;color:var(--muted);margin-bottom:10px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.action-kit>summary{cursor:pointer}@media (width<=800px){.executive-summary-grid{grid-template-columns:1fr}.executive-summary-grid>div+div{border-left:0;border-top:1px solid var(--border)}.commercial-price-reveal{width:100%}}.account-controls{align-items:center;gap:10px;margin-left:auto;display:flex}.account-email{color:var(--muted);font-size:12px}.account-button{white-space:nowrap}.auth-overlay{z-index:9999;background:#060a14b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.auth-card{background:var(--surface,#fff);border:1px solid var(--border);width:min(460px,100%);padding:30px;position:relative;box-shadow:0 20px 70px #00000040}.auth-card h2{margin:8px 0}.auth-card>p{color:var(--muted);margin:0 0 22px;line-height:1.5}.auth-close{cursor:pointer;color:var(--muted);background:0 0;border:0;font-size:24px;position:absolute;top:12px;right:14px}.auth-message{border:1px solid var(--border);margin:14px 0;padding:12px 14px;font-size:13px}.auth-switch{color:var(--muted);cursor:pointer;background:0 0;border:0;margin:16px auto 0;text-decoration:underline;display:block}@media (width<=700px){.account-email{display:none}.auth-card{padding:24px 20px}}.account-hub-card{max-width:760px;max-height:calc(100vh - 40px);overflow-y:auto}.account-hub-actions{gap:10px;margin:20px 0;display:grid}.account-location-management{border-top:1px solid #0f172a1f;gap:12px;margin-top:22px;padding-top:18px;display:grid}.account-location-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.account-location-head p{color:#536d75;margin:4px 0 0}.account-business-group{border:1px solid #0f172a1f;border-radius:8px;gap:8px;padding:14px;display:grid}.account-business-group.current{background:#f0faf7;border-color:#158b7a}.account-business-head span,.account-location-list,.archived-location-list{gap:8px;display:grid}.account-business-head small,.account-location-row small{color:#536d75}.archived-location-list>summary{cursor:pointer;margin-bottom:8px;font-weight:700}.account-location-row{border-top:1px solid #0f172a1a;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;display:flex}.account-location-row>span{gap:3px;display:grid}.account-location-actions{align-items:center;gap:8px;display:flex}.account-location-row button{flex:none}.privacy-request-box{border-top:1px solid #0f172a1f;margin-top:22px;padding-top:18px}.privacy-request-box textarea,.feedback-card textarea{width:100%;min-height:90px;margin:10px 0 12px}.danger-button{color:#991b1b;border-color:#b91c1c}.feedback-card{max-width:520px}@media (width<=640px){.account-location-row{flex-direction:column;align-items:flex-start}.account-location-actions{width:100%}.account-location-actions button{flex:1}}.auth-card{color:#17323b;background:#f4f8f8;border-color:#b9ccd1}.auth-card h2,.auth-card h3,.auth-card strong{color:#0b2731}.auth-card>p,.auth-card .form-help{color:#536d75}.auth-card label,.auth-card .field label{color:#355963}.auth-card input,.auth-card textarea{color:#f6fbfc;background:#09212b;border-color:#31515c}.auth-card input::placeholder,.auth-card textarea::placeholder{color:#91aab2}.auth-card a{color:#087568;text-decoration-color:#08756866}.auth-card .auth-close{color:#526e76}.auth-card .secondary-button{color:#17323b;border-color:#6f8d95}.auth-card .danger-button{color:#991b1b;border-color:#b91c1c}.auth-card .auth-message{color:#17483f;background:#e2f3ef;border-color:#9bc9c0}.review-step-progress{border:1px solid var(--border);background:linear-gradient(135deg,#36d7b712,#2d8cb406),var(--panel);border-radius:12px;max-width:900px;margin:0 auto 18px;padding:20px 22px}.review-step-progress-copy{gap:5px;display:grid}.review-step-progress-copy>span{color:var(--accent);letter-spacing:.15em;font-size:10px;font-weight:800}.review-step-progress-copy>strong{color:var(--heading);font-size:21px}.review-step-progress-copy>small{color:var(--text-soft);line-height:1.5}.review-step-track{background:#ffffff14;border-radius:999px;height:4px;margin-top:16px;overflow:hidden}.review-step-track>span{border-radius:inherit;background:linear-gradient(90deg,#2c9fbe,#36d7b7);height:100%;transition:width .25s;display:block}.review-step-panel{width:100%;max-width:1100px;margin:0 auto;animation:.18s ease-out review-step-in}.review-step-actions{max-width:1100px;margin-left:auto;margin-right:auto}.review-step-message{max-width:900px;margin:0 auto 18px}@keyframes review-step-in{0%{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}.calm-disclosure{border:1px solid var(--border);background:#ffffff05;border-radius:11px;margin:18px 0;overflow:hidden}.calm-disclosure>summary{cursor:pointer;color:#dce9ed;padding:18px 52px 18px 20px;font-weight:750;list-style:none;position:relative}.calm-disclosure>summary::-webkit-details-marker{display:none}.calm-disclosure>summary:after{content:"+";color:#36d7b7;font-size:22px;font-weight:400;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.calm-disclosure[open]>summary{border-bottom:1px solid var(--border)}.calm-disclosure[open]>summary:after{content:"−"}.calm-disclosure .disclosure-intro,.calm-disclosure>p{color:var(--text-soft);max-width:850px;margin:0;padding:16px 20px 0;line-height:1.6}.snapshot-breakdown{align-self:center;margin:0}.snapshot-breakdown .snapshot-area-columns{padding:8px 20px 20px}.snapshot-review-detail{max-width:720px;margin:18px 0 0}.snapshot-review-detail .snapshot-unlocks{padding:18px 20px 20px}.snapshot-action-message{text-align:left;margin-top:12px;line-height:1.5}.score-explanation>.evidence-disclosure .metric-strip{margin-top:14px}.review-evidence-disclosure{margin:24px 0 34px}.review-evidence-disclosure>.risk-panel,.review-evidence-disclosure>.value-panel,.review-evidence-disclosure>.category-grid,.review-evidence-disclosure>.section-heading{margin-left:20px;margin-right:20px}.review-evidence-disclosure>.category-grid{margin-bottom:24px}.roadmap-disclosure{margin-top:30px}.roadmap-disclosure>.section-heading,.roadmap-disclosure>.roadmap,.calm-disclosure>.day-capacity-grid,.calm-disclosure>.section-heading{margin-left:20px;margin-right:20px}.roadmap-disclosure>.roadmap,.calm-disclosure>.day-capacity-grid{margin-bottom:24px}.monitor-evidence-disclosure{margin:0 0 20px}.monitor-evidence-disclosure>.monitor-today-summary{margin:0;padding:0 20px 20px}.progress-disclosure{margin:0 0 22px}.progress-disclosure>.monitor-value-ledger{box-shadow:none;border:0;border-radius:0;margin:0}.guided-start-action{background:#36d7b70e;border:1px solid #36d7b747;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding:18px;display:flex}.guided-start-action p{color:var(--text-soft);margin:5px 0 0}.monitor-next-action .section-tag{margin-bottom:5px;display:block}.review-guided-entry{background:linear-gradient(135deg,#36d7b717,#36d7b706);border:1px solid #36d7b761;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:20px;padding:20px;display:grid}.review-guided-entry span{color:var(--accent);letter-spacing:.13em;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.review-guided-entry strong{color:var(--heading);font-size:19px;line-height:1.3;display:block}.review-guided-entry p{max-width:680px;color:var(--text-soft);margin:7px 0 0;line-height:1.55}.review-guided-entry-action{justify-items:end;gap:10px;min-width:210px;display:grid}.review-guided-entry-action small{max-width:230px;color:var(--text-soft);text-align:right;font-size:11px;line-height:1.45}.guided-pack-progress{background:#36d7b70b;border:1px solid #36d7b747;border-radius:10px;margin:22px 0 14px;padding:17px 18px}.guided-pack-progress>div:first-child{justify-content:space-between;align-items:center;gap:16px;margin-bottom:11px;display:flex}.guided-pack-progress strong{font-size:16px}.guided-pack-progress span{color:var(--text-soft);font-size:12px}.guided-pack-progress .progress-track{background:#ffffff17;border-radius:99px;height:7px;overflow:hidden}.guided-pack-progress .progress-fill{border-radius:inherit;background:var(--accent);height:100%;transition:width .25s}.guided-sequential-steps{gap:10px;margin:0 0 22px;display:grid}.guided-sequential-step{background:#ffffff05;border:1px solid #ffffff1a;border-radius:10px;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:16px;display:grid}.guided-sequential-step.active{background:#36d7b70f;border-color:#36d7b785;padding:20px;box-shadow:0 14px 36px #00000021}.guided-sequential-step.completed{background:#36d7b706}.guided-sequential-step.locked{color:var(--text-soft);background:#ffffff03}.guided-sequential-step.paused{background:#f1be4c0b;border-color:#f1be4c7a}.guided-step-marker{width:36px;height:36px;color:var(--text-soft);border:1px solid #ffffff29;border-radius:50%;place-items:center;font-weight:800;display:grid}.guided-sequential-step.active .guided-step-marker,.guided-sequential-step.completed .guided-step-marker{border-color:var(--accent);color:var(--accent)}.guided-step-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.guided-step-heading span{color:var(--accent);letter-spacing:.12em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.guided-step-heading h4{margin:0;font-size:18px;line-height:1.35}.guided-sequential-step.locked .guided-step-heading h4{color:var(--text-soft);font-size:15px}.guided-step-heading time{white-space:nowrap;color:var(--text-soft);font-size:11px}.guided-locked-copy{color:var(--text-soft);margin:6px 0 0;font-size:12px}.guided-step-explainers{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:17px 0;display:grid}.guided-step-explainers details{background:#0000001f;border:1px solid #ffffff1a;border-radius:8px;padding:12px}.guided-step-explainers summary{cursor:pointer;color:var(--text);font-size:12px;font-weight:700}.guided-step-explainers p{color:var(--text-soft);margin:9px 0 0;font-size:12px;line-height:1.55}.guided-step-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.guided-step-actions .primary-button,.guided-step-actions .secondary-button{min-height:42px;padding:0 15px;font-size:12px}.guided-step-actions .text-button{color:var(--text-soft);font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-size:12px;text-decoration:underline}.guided-step-pause{padding:14px 0 2px}.guided-step-pause p{color:var(--text-soft);margin:6px 0 13px}.guided-help-message{border-left:3px solid var(--accent);color:var(--text-soft);background:#36d7b714;margin:0 0 14px;padding:12px 14px;font-size:12px;line-height:1.55}.pack-guided-preview{gap:8px;margin:15px 0;display:grid}.pack-preview-step{border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:32px 1fr;align-items:start;gap:10px;padding:11px 12px;display:grid}.pack-preview-step strong{color:var(--accent)}.pack-preview-step span{font-size:13px;line-height:1.45}.pack-preview-step.locked-preview{color:var(--text-soft);background:#ffffff04}.later-priorities-disclosure>.later-priorities{border:0;margin:0;padding:22px 20px}.optional-checkin-data{margin:12px 0 22px}.optional-checkin-data>.grid-3{padding:18px 20px 20px}.policy-consent{color:#36515d;grid-template-columns:20px 1fr;align-items:start;gap:10px;margin:16px 0;font-size:13px;line-height:1.55;display:grid!important}.policy-consent input{accent-color:#13a98d;width:18px!important;height:18px!important;margin:2px 0 0!important}.policy-consent a,.data-boundary-note a{text-underline-offset:2px;color:#087e78!important}.data-boundary-note{background:#2abca314;border-left:3px solid #2abca3;padding:11px 13px;color:var(--text-soft)!important;margin:8px 0 16px!important;font-size:12px!important;line-height:1.55!important}.account-policy-update{color:#28424d;background:#fff8de;border:1px solid #d39a19;border-radius:9px;margin:18px 0;padding:16px}.account-policy-update>p{color:#405864;margin:7px 0}.account-policy-update a{color:#087e78}.account-policy-update .primary-button{width:100%}@media (width<=760px){.review-step-progress{padding:17px 18px}.review-step-progress-copy>strong{font-size:19px}.calm-disclosure>summary{padding:16px 46px 16px 17px}.calm-disclosure>summary:after{right:17px}.review-evidence-disclosure>.risk-panel,.review-evidence-disclosure>.value-panel,.review-evidence-disclosure>.category-grid,.review-evidence-disclosure>.section-heading,.roadmap-disclosure>.section-heading,.roadmap-disclosure>.roadmap,.calm-disclosure>.day-capacity-grid,.calm-disclosure>.section-heading{margin-left:14px;margin-right:14px}.guided-start-action{flex-direction:column;align-items:stretch}.review-guided-entry{grid-template-columns:1fr;gap:16px;padding:17px}.review-guided-entry-action{justify-items:stretch;min-width:0}.review-guided-entry-action small{text-align:left}.review-guided-entry-action .primary-button{width:100%}.guided-step-explainers{grid-template-columns:1fr}.guided-sequential-step{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:13px}.guided-sequential-step.active{padding:15px 13px}.guided-step-marker{width:30px;height:30px;font-size:12px}.guided-step-heading{display:block}.guided-step-heading time{margin-top:7px;display:block}.guided-step-actions{flex-direction:column;align-items:stretch}.guided-step-actions .primary-button,.guided-step-actions .secondary-button{width:100%}.snapshot-breakdown .snapshot-area-columns{padding:8px 17px 18px}}@media (prefers-reduced-motion:reduce){.review-step-panel{animation:none}.review-step-track>span{transition:none}}.location-switcher{margin-left:auto;position:relative}.location-switcher-button{border:1px solid var(--border);min-width:150px;color:var(--heading);text-align:left;cursor:pointer;background:#ffffff09;border-radius:9px;gap:2px;padding:8px 12px;display:grid}.location-switcher-button span{letter-spacing:.14em;color:var(--accent);font-size:9px;font-weight:800}.location-switcher-button strong{font-size:13px}.location-menu{z-index:80;overscroll-behavior:contain;border:1px solid var(--border);scrollbar-gutter:stable;background:#10262e;border-radius:12px;width:min(390px,100vw - 28px);max-height:min(680px,100vh - 92px);padding:10px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 22px 55px #00000059}.location-menu-head{gap:4px;padding:8px 9px 12px;display:grid}.location-menu-head small,.location-pricing-note{color:var(--text-soft);line-height:1.4}.location-business-group{border-top:1px solid #ffffff14;gap:2px;padding:7px 0;display:grid}.location-business-name{color:var(--heading);justify-content:space-between;align-items:center;gap:12px;padding:7px 9px;display:flex}.location-business-name small{color:var(--text-soft)}.location-business-group>button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:14px;padding:11px;display:flex}.location-business-group>button:hover,.location-business-group>button.active{background:#36d7b712}.location-business-group>button span{gap:3px;display:grid}.location-business-group>button small{color:var(--text-soft)}.location-business-group>button b{color:var(--accent);font-size:18px}.location-current-business{border-top:1px solid var(--border);gap:8px;padding:13px 9px;display:grid}.location-flat-list{border-top:1px solid #ffffff14;display:grid}.location-flat-list>button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:12px 10px;display:flex}.location-flat-list>button:hover,.location-flat-list>button.active{background:#36d7b717}.location-flat-list>button span{gap:3px;min-width:0;display:grid}.location-flat-list>button small{color:var(--text-soft)}.location-flat-list>button b{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.location-add{border-top:1px solid var(--border);grid-template-columns:1fr auto;gap:8px;padding:12px 8px 7px;display:grid}.location-add input{border:1px solid var(--border);min-width:0;color:var(--text);background:#ffffff0d;border-radius:7px;padding:10px 11px}.location-pricing-note{padding:7px 9px 4px;font-size:10px;display:block}.location-menu .location-limit-note{border-top:1px solid var(--border);color:var(--text-soft);margin:0;padding:12px 9px 7px;font-size:12px;line-height:1.45}.location-menu>.location-manage-button{width:calc(100% - 16px);color:var(--accent);border:1px solid #36d7b759;border-radius:7px;justify-content:center;margin:7px 8px 3px;font-weight:700}.account-location-management>.location-limit-note{color:#355963;background:#eaf2f3;border:1px solid #b9ccd1;border-radius:7px;margin:0;padding:10px 12px;font-size:12px;line-height:1.45}.group-glance{background:#36d7b70b;border:1px solid #36d7b747;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:18px;margin:24px 0;padding:18px;display:grid}.group-glance>div:first-child>span{color:var(--accent);letter-spacing:.14em;font-size:9px;font-weight:800;display:block}.group-glance>div:first-child>strong{color:var(--heading);margin-top:5px;font-size:20px;display:block}.group-glance p{color:var(--text-soft);margin:6px 0 0}.group-glance-sites{gap:6px;display:grid}.group-glance-sites button{color:var(--text);cursor:pointer;background:#0000001a;border:1px solid #ffffff17;border-radius:7px;justify-content:space-between;gap:12px;padding:9px 11px;display:flex}.group-glance-sites button strong{color:var(--accent)}.commercial-home .product-path{opacity:.82}.snapshot-assessment .assessment-head p,.assessment .assessment-head p{max-width:720px}.snapshot-grid .form-section h3{margin-bottom:12px}.field-help,.form-help{max-width:720px}@media (width<=900px){.location-switcher{order:3;width:100%}.location-switcher-button{width:100%}.location-menu{left:0;right:auto}.group-glance{grid-template-columns:1fr}}@media (width<=640px){.location-add{grid-template-columns:1fr}.group-glance{padding:15px}.topbar .location-switcher{margin:8px 0 0}}@media (width<=760px){html,body,#root,.app-shell{max-width:100%;overflow-x:hidden}.topbar{grid-template-columns:auto minmax(0,1fr);align-items:center!important;gap:9px 12px!important;height:auto!important;min-height:0!important;padding:10px 14px!important;display:grid!important;position:relative!important}.brand-lockup,.brand-approved{min-width:0!important}.brand-approved img{width:112px!important}.account-controls{order:2;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:7px!important;display:grid!important}.account-email{display:none!important}.account-controls button{line-height:1.2;white-space:normal!important;min-width:0!important;padding:9px 6px!important;font-size:11px!important}.topbar-export{grid-area:2/1;width:100%;margin:0!important;font-size:11px!important}.location-switcher{order:3!important;grid-column:1/-1!important;width:100%!important;margin:0!important}.location-switcher-button{width:100%;min-width:0}.location-menu{width:auto!important;max-height:calc(100dvh - 24px)!important;position:fixed!important;inset:12px!important}.programme{padding:30px 0 60px!important}.programme-header{gap:12px!important;padding-bottom:24px!important}.programme-header h2{margin-top:4px!important;font-size:34px!important}.monitor-tabs{margin-top:18px!important}.owner-opportunity-radar{padding:16px!important}.owner-opportunity-action{padding:14px!important}.owner-opportunity-action>.primary-button,.monitor-action-entry>.primary-button{justify-content:center;width:100%}.monitor-action-focus{grid-template-columns:1fr!important;padding:16px!important}.monitor-action-focus>.priority-pill{justify-self:start!important}.monitor-action-row{grid-template-columns:1fr 1fr!important}.monitor-action-row>div:first-child,.monitor-action-outcome{grid-column:1/-1!important}.monitor-action-row>div{min-width:0!important}.history-report-row{grid-template-columns:1fr 1fr!important;padding:14px!important}.history-view-label{grid-column:1/-1;font-size:14px;margin:6px 0 0!important}.improvement-sprint{padding:16px!important}.sprint-heading{gap:12px!important}.sprint-heading-actions,.sprint-heading-actions .secondary-button{width:100%}.sprint-phase-line{grid-template-columns:1fr!important}.sprint-action-area{padding:16px!important}.sprint-tool-actions{grid-template-columns:1fr 1fr;display:grid!important}.sprint-tool-actions button,.sprint-done-button,.sprint-evidence-form>.primary-button{width:100%}.account-hub-card{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;margin:12px!important;padding:18px!important}.account-location-actions{grid-template-columns:1fr;display:grid!important}.account-location-actions button{width:100%}.veymo-legal-footer{gap:12px!important;padding:20px 14px!important}}.snapshot-check-method{color:#9fb6c1;align-self:flex-start;max-width:420px;margin-top:4px}.snapshot-check-method summary{cursor:pointer;color:#dce9ee;font-weight:700}.snapshot-check-method p{color:#9fb6c1;margin:10px 0 0;font-size:13px;line-height:1.55}.cash-buffer-disclosure{margin-top:14px}.guided-step-tools{background:#38d3b70a;border:1px solid #38d3b738;border-radius:10px;margin:14px 0;padding:14px}.guided-step-tools>strong{margin-bottom:10px;display:block}.guided-step-tools details{margin-top:8px}.guided-save-result{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.guided-tool-template{background:#00000024;border:1px solid #5ce2cf2e;border-radius:8px;flex-wrap:wrap;gap:8px;margin-top:12px;padding:12px;display:flex}.guided-tool-template span{color:var(--text-primary,#fff);border:1px solid #ffffff1a;border-radius:6px;padding:7px 9px;font-size:.82rem;line-height:1.25}.action-progression-card{background:linear-gradient(135deg,#2dc7af1a,#061d2573);border:1px solid #2d6170;border-radius:12px;margin:18px 0;padding:20px}.action-progression-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.action-progression-head span,.action-progression-grid span{color:#35d4bc;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.action-progression-head strong{text-align:right;font-size:19px}.action-progression-card>p{color:#b8ccd5;margin:12px 0 16px}.action-progression-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.action-progression-grid>div{background:#03141a6b;border:1px solid #66a0b047;border-radius:9px;padding:13px}.action-progression-grid p{color:#d8e5ea;margin:6px 0 0;line-height:1.5}@media (width<=700px){.action-progression-head{display:block}.action-progression-head strong{text-align:left;margin-top:8px;display:block}.action-progression-grid{grid-template-columns:1fr}}@media (width<=1180px) and (width>=761px){.topbar{flex-wrap:wrap;gap:10px 14px;min-height:76px;overflow:visible;height:auto!important;padding:10px 20px!important}.brand-lockup{flex:0 auto;min-width:132px}.topbar .location-switcher{flex:1 0 100%;order:3;width:100%;margin:0}.topbar .location-switcher-button{width:100%}.account-controls{min-width:0;margin-left:auto}}details.data-boundary-note{display:inline-block;background:0 0!important;border:0!important;margin:8px 0 16px!important;padding:0!important}details.data-boundary-note[open]{display:block;background:#2abca314!important;border:1px solid #6f939e40!important;border-left:3px solid #2abca3!important;padding:8px 10px!important}.improvement-sprint{color:#f4fafb;background:#0c252e;border:1px solid #34d3b257;border-radius:18px;gap:18px;margin:0;padding:24px;display:grid;box-shadow:0 18px 46px #0000002e}.today-control-centre{color:#f4fafb;background:#0c252e;border:1px solid #34d3b257;border-radius:18px;gap:14px;margin:0 0 1rem;padding:22px;display:grid;box-shadow:0 18px 46px #00000029}.today-control-centre h3,.today-control-centre h4,.today-control-centre p{color:inherit;margin:0}.today-control-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.today-control-heading h3{margin:.3rem 0 .2rem;font-size:clamp(1.55rem,3vw,2rem)}.today-control-heading p{color:#bad0d5}.today-state{color:#76e6cc;background:#153d40;border-radius:999px;flex:none;padding:7px 11px;font-size:.76rem;font-weight:800}.state-wait,.state-paused{color:#d1d9dd;background:#293a42}.state-check_in,.state-result{color:#bfeaff;background:#153f51}.today-focus-card,.today-primary-action,.today-signal,.today-update-form{background:#0a2028;border:1px solid #2b535c;border-radius:13px;gap:7px;padding:16px;display:grid}.today-focus-card>span,.today-primary-action>span,.today-signal>div>span{letter-spacing:.09em;color:#43dfc1;font-size:.7rem;font-weight:800}.today-focus-card h4,.today-primary-action h4,.today-signal h4,.today-update-form h4{font-size:1.2rem}.today-focus-card p,.today-primary-action p,.today-signal p,.today-update-form p{color:#c1d4d8;line-height:1.5}.today-focus-card small{color:#9db4b9}.today-evidence{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.today-evidence>div{background:#102d36;border:1px solid #294c55;border-radius:10px;gap:4px;padding:12px;display:grid}.today-evidence span{color:#9eb7bc;font-size:.72rem}.today-evidence strong{color:#fff;font-size:1rem}.today-signal{border-left:4px solid #43d8b7;grid-template-columns:minmax(0,1fr) auto;align-items:center}.today-signal>small{color:#a9c0c5;font-weight:700}.today-signal details{border-top:1px solid #294c55;grid-column:1/-1;padding-top:8px}.today-signal summary,.today-value summary{cursor:pointer;font-weight:800}.today-signal ul{color:#bfd0d4;margin:.5rem 0 0;padding-left:1.2rem}.signal-worth-watching{border-left-color:#edb34f}.signal-action-needed{border-left-color:#ed7777}.signal-insufficient-evidence,.signal-stable{border-left-color:#66838a}.today-primary-action{background:#103431;border-color:#357169}.today-primary-action>.primary-button{justify-self:start;margin-top:4px}.today-saved{background:#113b35;border-radius:9px;padding:10px 12px;font-weight:750;color:#8bead4!important}.today-quick-update{justify-items:start;display:grid}.today-update-form{box-sizing:border-box;width:100%}.today-update-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.today-update-first{grid-template-columns:minmax(0,1fr);max-width:430px}.today-update-more{background:#071d25;border:1px solid #294c55;border-radius:9px;padding:10px 12px}.today-update-more>summary{cursor:pointer;color:#c7d9dd;font-weight:750}.today-update-more>.today-update-fields{margin-top:11px}.today-control-centre .field{color:#d8e5e8}.today-control-centre .field>span{color:#b9cbd0}.today-control-centre .field input,.today-control-centre .field select{color:#fff;background:#061c24;border-color:#42636c}.today-update-actions{justify-content:flex-end;gap:9px;display:flex}.today-update-error{background:#b42d2d1f;border:1px solid #d77b7b;border-radius:8px;padding:10px 12px;font-weight:700;color:#ffd7d7!important}.today-update-form>small{color:#9eb5ba}.today-correction{background:#071d25;border:1px solid #294c55;border-radius:9px;padding:10px 12px}.today-correction summary{cursor:pointer;font-weight:750}.today-correction label{color:#c7d9dd;align-items:center;gap:8px;margin-top:10px;display:flex}.today-correction small{color:#93abb0;margin-top:6px;display:block}.today-value{background:#0a2028;border:1px solid #294c55;border-radius:11px;padding:12px 14px}.today-value p{color:#c3d5d9;margin:.65rem 0}.today-value small{color:#93abb0}.monitor-action-row>.action-cycle-timeline{border-top:1px solid var(--border);background:#102d3659;grid-column:1/-1;padding:12px 16px}.action-cycle-timeline summary{cursor:pointer;font-weight:800}.action-cycle-timeline ol{gap:9px;margin:12px 0 0;padding:0;list-style:none;display:grid}.action-cycle-timeline li{border:1px solid var(--border);border-radius:8px;grid-template-columns:90px minmax(0,1fr);gap:12px;padding:10px;display:grid}.action-cycle-timeline li span{color:var(--muted)}.value-ledger-panel{color:#f4fafb;background:#0c252e;border:1px solid #34d3b252;border-radius:13px;margin:18px 0;padding:16px}.value-ledger-panel>summary{cursor:pointer;font-weight:850}.value-ledger-panel>p,.value-ledger-panel>small{color:#b8ccd1}.value-ledger-list{gap:9px;margin:13px 0;display:grid}.value-ledger-list>div{background:#0a2028;border:1px solid #2a5059;border-radius:9px;gap:4px;padding:12px;display:grid}.value-ledger-list span,.value-ledger-list small{color:#a8bec3}.value-ledger-list strong{color:#fff}.value-ledger-list details{border-top:1px solid #294c55;margin-top:5px;padding-top:7px}.value-ledger-list details>summary{cursor:pointer;color:#c5d8dc;font-weight:750}.value-ledger-list details p{color:#a8bec3;margin:8px 0 0}.owner-opportunity-radar{color:#f4fafb;background:#0c252e;border:1px solid #1e6870;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:1rem;margin:0 0 1rem;padding:1.25rem;display:grid}.owner-opportunity-radar h3{margin:.35rem 0;font-size:1.45rem}.owner-opportunity-radar p{color:#c1d9de;margin:.35rem 0}.owner-opportunity-action{background:#0a2028;border:1px solid #2b5d64;border-radius:10px;gap:.45rem;margin-top:1rem;padding:1rem;display:grid}.owner-opportunity-action>span{color:#43dfc1;letter-spacing:.09em;font-size:.7rem;font-weight:800}.owner-opportunity-action>strong{font-size:1.05rem;line-height:1.4}.owner-opportunity-action>.primary-button{justify-self:start;margin-top:.35rem}.owner-opportunity-result{background:#123940;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;min-width:190px;padding:1rem;display:flex}.owner-opportunity-result span{color:#43dfc1;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.owner-opportunity-result strong{margin:.2rem 0;font-size:1.2rem}.owner-opportunity-result small{color:#c1d9de}.owner-opportunity-radar details{border-top:1px solid #28505a;grid-column:1/-1;padding-top:.7rem}.owner-opportunity-radar summary{cursor:pointer;font-weight:700}.verified-value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin:.7rem 0;display:grid}.verified-value-grid span{color:#c1d9de;background:#061c24;border-radius:8px;padding:.75rem}.verified-value-grid strong{color:#f4fafb;font-size:1.1rem;display:block}@media (width<=720px){.owner-opportunity-radar{grid-template-columns:1fr}.owner-opportunity-result{min-width:0}.verified-value-grid{grid-template-columns:1fr}}.improvement-sprint h3,.improvement-sprint h4,.improvement-sprint h5,.improvement-sprint p,.improvement-sprint strong,.improvement-sprint summary,.improvement-sprint small{color:inherit}.improvement-sprint p{line-height:1.55}.sprint-heading{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.sprint-heading h3{color:#fff;margin:6px 0;font-size:clamp(1.65rem,3vw,2.15rem)}.sprint-heading p{color:#c5d4d8;max-width:690px;margin:0}.sprint-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.sprint-heading-actions .secondary-button,.improvement-sprint .secondary-button{color:#f3fafb;background:#102f39;border-color:#355660}.sprint-heading-actions .secondary-button:hover,.improvement-sprint .secondary-button:hover{background:#163a44;border-color:#43d8b7}.sprint-status{color:#76e6cc;background:#153d40;border-radius:999px;flex:none;padding:7px 11px;font-size:.78rem;font-weight:800}.status-paused{color:#d1d9dd;background:#293a42}.status-measuring{color:#b9e5ff;background:#163d54}.sprint-phase-line{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.sprint-phase-line li{color:#8fa5ab;background:#0a2028;border:1px solid #294752;border-radius:12px;align-items:center;gap:9px;min-width:0;padding:11px 12px;display:flex}.sprint-phase-line li span{border:1px solid #46636c;border-radius:999px;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:.76rem;font-weight:800;display:grid}.sprint-phase-line li strong{font-size:.86rem}.sprint-phase-line li.current{color:#fff;background:#11343b;border-color:#36cfae}.sprint-phase-line li.current span{color:#5be1c2;border-color:#36cfae}.sprint-phase-line li.complete{color:#cfe7e3}.sprint-phase-line li.complete span{color:#06231e;background:#36cfae;border-color:#36cfae}.sprint-result-date{color:#d5e2e5;background:#0a2028;border-left:3px solid #35cfad;margin:0;padding:11px 14px}.sprint-context,.sprint-completed-setup,.sprint-how-to{background:#0a2028;border:1px solid #2a4a54;border-radius:12px}.sprint-context>summary,.sprint-completed-setup>summary,.sprint-how-to>summary{cursor:pointer;color:#f4fafb;padding:13px 15px;font-weight:800}.sprint-context-grid{grid-template-columns:1fr 1.35fr;gap:10px;padding:0 14px 14px;display:grid}.sprint-context-grid>div{background:#102d36;border:1px solid #294752;border-radius:10px;gap:5px;padding:13px;display:grid}.sprint-context-grid span,.sprint-saved-evidence>span,.sprint-decision>span{letter-spacing:.08em;color:#70ddc5;font-size:.7rem;font-weight:800}.sprint-context-grid strong{color:#fff;font-size:.94rem}.sprint-protection-summary{color:#b9d0d5;align-items:center;gap:8px;padding:0 14px 14px;font-size:.82rem;display:flex}.sprint-protection-summary .micro-help{margin:0}.sprint-protection-summary .micro-help>summary{width:22px;height:22px}.sprint-protection-summary .micro-help>small{max-width:650px;padding-top:8px;line-height:1.45;display:block}.sprint-access-boundary,.sprint-state-card,.sprint-owner-action,.sprint-measurement{background:#102d36;border:1px solid #2c5059;border-radius:16px;gap:13px;padding:20px;display:grid}.sprint-access-boundary h4,.sprint-access-boundary p,.sprint-state-card h4,.sprint-state-card p,.sprint-owner-action h4,.sprint-owner-action p,.sprint-measurement h4,.sprint-measurement p{margin:0}.sprint-access-boundary .primary-button,.sprint-state-card>.primary-button,.sprint-done-button,.sprint-measurement .primary-button{justify-self:start}.sprint-owner-action>h4{color:#fff;max-width:850px;font-size:clamp(1.35rem,2.6vw,1.8rem);line-height:1.25}.sprint-owner-action>p{color:#d1dfe2;max-width:820px}.sprint-how-to{margin-top:2px}.sprint-how-to ol{color:#d6e3e5;gap:8px;margin:0;padding:0 34px 15px 42px;display:grid}.sprint-tools{gap:10px;margin-top:2px;display:grid}.sprint-tools>h5{color:#fff;margin:0;font-size:1rem}.sprint-tool-card{background:#0a2028;border:1px solid #31535d;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.sprint-tool-card>div:first-child{gap:4px;display:grid}.sprint-tool-card>div:first-child strong{color:#fff;font-size:1rem}.sprint-tool-card>div:first-child small{color:#aebfc3;line-height:1.4}.sprint-tool-card>details{border-top:1px solid #294752;grid-column:1/-1;padding-top:9px}.sprint-tool-card>details summary{cursor:pointer;color:#dce8ea;font-weight:750}.sprint-tool-card pre{white-space:pre-wrap;color:#f3fafb;background:#061a22;border:1px solid #274751;border-radius:10px;max-height:320px;padding:12px;overflow:auto}.sprint-tool-card>details small{color:#b6c6ca;display:block}.sprint-tool-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.sprint-evidence-form{background:#0a2028;border:1px solid #3e6b72;border-radius:14px;gap:13px;margin-top:2px;padding:18px;display:grid}.sprint-evidence-form h4,.sprint-evidence-form h5{color:#fff;margin:0;font-size:1.2rem}.sprint-evidence-form>p{color:#c1d0d4;margin:0}.sprint-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.improvement-sprint .field{color:#d8e5e8}.improvement-sprint .field>span{color:#b9cbd0}.improvement-sprint .field input,.improvement-sprint .field textarea,.improvement-sprint .field select{color:#fff;background:#061c24;border-color:#42636c}.improvement-sprint .field input::placeholder,.improvement-sprint .field textarea::placeholder{color:#8fa4aa}.improvement-sprint .money-input{background:#061c24;border-color:#42636c}.improvement-sprint .money-input>span{color:#9eb3b8}.sprint-form-error{background:#b42d2d1f;border:1px solid #d77b7b;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-weight:700;color:#ffd7d7!important}.sprint-evidence-form>.primary-button{width:100%}.sprint-privacy{color:#a7babf;font-size:.8rem}.sprint-saved-evidence,.sprint-decision{background:#153a3b;border-left:4px solid #35cfad;border-radius:12px;padding:14px}.sprint-saved-evidence p,.sprint-decision p{color:#f4fafb;margin:5px 0}.sprint-decision h4{margin:5px 0 0}.sprint-decision details{border-top:1px solid #416367;margin-top:10px;padding-top:8px}.sprint-decision summary{cursor:pointer;font-weight:800}.sprint-decision ul{margin:8px 0 0;padding-left:20px}.sprint-saved-evidence small{color:#bdd0d3}.sprint-waiting{background:#0a2028;border:1px dashed #4e7478;border-radius:12px;gap:7px;padding:16px;display:grid}.sprint-waiting h4,.sprint-waiting p{margin:0}.sprint-waiting p{color:#c0d0d3}.sprint-measurement{background:#102f3e}.sprint-completed-setup>p{color:#b8c9cd;margin:0;padding:0 15px 14px}.sprint-footer-actions{border-top:1px solid #294752;flex-wrap:wrap;align-items:center;gap:12px;padding-top:3px;display:flex}.sprint-footer-actions small{color:#aebfc3}.guided-action.sprint-active-view>.guided-action-heading,.guided-action.sprint-active-view>.action-progression-card,.guided-action.sprint-active-view>.guided-pack-progress,.guided-action.sprint-active-view>.guided-page-map,.guided-action.sprint-active-view>.guided-sequential-steps{display:none}.guided-action.sprint-active-view{background:0 0;border:0;padding:0}@media (width<=760px){.today-control-centre{padding:17px}.today-control-heading{display:grid}.today-state{justify-self:start}.today-evidence,.today-update-fields,.today-signal{grid-template-columns:1fr}.today-signal details{grid-column:1}.today-update-actions{flex-direction:column-reverse;justify-content:stretch}.today-update-actions button{width:100%}.action-cycle-timeline li{grid-template-columns:1fr}.improvement-sprint{padding:17px}.sprint-heading{display:grid}.sprint-heading-actions{justify-content:flex-start}.sprint-phase-line,.sprint-context-grid,.sprint-evidence-grid,.sprint-tool-card{grid-template-columns:1fr}.sprint-tool-actions{justify-content:flex-start}.sprint-tool-card>details{grid-column:1}.sprint-footer-actions{flex-direction:column;align-items:flex-start}}.sprint-tools>summary{color:#e8f6f4;cursor:pointer;border:1px solid #2a4a54;border-radius:12px;padding:13px 15px;font-weight:700}.sprint-evidence-form{scroll-margin-top:100px}.contextual-help{min-height:36px;margin:4px 0 16px}@media (width<=480px){.uk-date-picker{padding:0 9px;font-size:.8rem}.uk-date-entry{gap:6px}.sprint-phase-line{overflow-x:auto}.sprint-evidence-grid{grid-template-columns:1fr}}@media (width<=760px){html,body,#root,.app-shell{width:100%;min-width:0;max-width:100%;overflow-x:clip}main{width:100%;max-width:100%;margin:0;padding-inline:14px}main :where(section,article,div,form,fieldset,nav){min-width:0;max-width:100%}img,video,canvas,svg{max-width:100%;height:auto}input,select,textarea,button{min-width:0;max-width:100%}h1,h2,h3,h4,p,span,strong,small,summary,label,button{overflow-wrap:anywhere}.programme,.results,.guided-programme,.monitor-history-view,.monitor-actions-view,.improvement-sprint{width:100%;min-width:0;max-width:100%}.account-controls{grid-template-columns:repeat(2,minmax(0,1fr))!important}.account-controls>:last-child:nth-child(odd){grid-column:1/-1}.monitor-tabs{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.monitor-tabs button{white-space:normal;width:100%;padding-inline:8px}.programme-header h2,.sprint-heading h2,.results h2{line-height:1.08;font-size:clamp(1.75rem,9vw,2.125rem)!important}.history-report-metrics,.history-month-breakdown,.weekly-capacity-grid,.day-fill-grid,.monitor-action-row,.sprint-tool-actions,.history-report-row{grid-template-columns:1fr!important}.history-report-row>*,.history-view-label,.monitor-action-row>*,.monitor-action-outcome{grid-column:1!important}.primary-button,.secondary-button{min-height:44px}}@media (width<=380px){main{padding-inline:10px}.topbar{padding-inline:10px!important}}.dashboard-shell{--bg:#061820;--panel:#0b242e;--panel-2:#102e38;--border:#234650;--heading:#f0f8f9;--text:#bed1d6;--text-soft:#91afb8;--accent:#31ddc9;--accent-strong:#24cbb7;background:radial-gradient(at 66% -12%,#104b5544,#0000 55%),#061820;min-height:100vh;font-size:15px;line-height:1.55}.dashboard-shell h2,.dashboard-shell h3,.dashboard-shell h4{letter-spacing:-.025em;color:var(--heading);line-height:1.22}.dashboard-shell button{font:inherit;cursor:pointer}.dashboard-shell button:disabled{cursor:not-allowed}.dashboard-shell button:focus-visible,.dashboard-shell summary:focus-visible,.dashboard-shell a:focus-visible{outline-offset:4px;outline:2px solid #61eadd}.dashboard-shell .primary-button{color:#04202a;background:#27c9b6;border:1px solid #46ddca;border-radius:9px;min-height:48px;padding:13px 20px;font-size:14px;font-weight:750;box-shadow:0 5px 22px #13b9a218}.dashboard-shell .primary-button:hover:not(:disabled){background:#40e0cb;box-shadow:0 6px 24px #13b9a22b}.dashboard-shell .primary-button:disabled{opacity:.45}.dashboard-shell .secondary-button{color:#cfe1e6;background:#0d293333;border:1px solid #2c515c;border-radius:9px;min-height:44px;padding:10px 15px;font-size:14px}.dashboard-shell .text-button{color:#39daca;font-size:14px;line-height:1.5}.dashboard-shell p{color:var(--text);line-height:1.6}.dashboard-shell .section-tag,.dashboard-shell .eyebrow{color:#38d7c5;letter-spacing:.11em;font-size:11px;font-weight:700}.dashboard-shell main{width:auto;max-width:1800px;margin:0 0 0 220px;padding:0 32px 70px}.dashboard-shell>.topbar{z-index:40;background:#06182099;border-bottom:1px solid #24434e66;gap:14px;width:auto;min-height:76px;margin-left:220px;padding:18px 32px;position:relative}.dashboard-shell .topbar .brand-approved{display:none}.dashboard-shell .brand-tagline{letter-spacing:.07em;color:#9ab8c1;font-size:10px;display:block!important}.dashboard-shell .brand-tagline strong{color:#32d8c4}.dashboard-shell .topbar-export{min-height:38px;margin-left:auto;padding:8px 14px;font-size:12px}.dashboard-shell .programme{padding:28px 0 38px}.dashboard-shell .programme-header{border:0;gap:16px;padding:0 0 22px}.dashboard-shell .programme-header h2{margin:4px 0 7px;font-size:34px}.dashboard-shell .programme-header p{margin:0;font-size:14px}.dashboard-shell .programme-header .eyebrow{display:none}.dashboard-shell .dashboard-nav{z-index:60;box-sizing:border-box;background:#061a23;border:0;border-right:1px solid #24434e;border-radius:0;flex-direction:column;gap:0;width:220px;height:100dvh;margin:0;padding:25px 13px 20px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.sidebar-brand{color:#eef8fa;letter-spacing:-.04em;align-items:center;gap:12px;padding:0 14px 28px;font-size:26px;display:flex}.signal-tile{background:#edf9f7;border-radius:9px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.signal-tile svg{width:27px;height:24px}.dashboard-shell .dashboard-nav button{color:#acc8d2;text-align:left;width:100%;min-height:48px;box-shadow:none;white-space:normal;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:14px;margin:4px 0;padding:12px 15px;font-size:14px;display:flex}.dashboard-nav svg{flex-shrink:0;width:22px;height:22px}.dashboard-shell .dashboard-nav button:hover{color:#e0f6f4;background:#14394488}.dashboard-shell .dashboard-nav button.active{color:#56ebd7;background:linear-gradient(90deg,#154344,#0d2c37);border-left:3px solid #30d9c4}.dashboard-nav-main{gap:3px;display:grid}.dashboard-nav-bottom{margin-top:auto;padding-top:40px}.sidebar-business{overflow-wrap:anywhere;border-top:1px solid #25414a;align-items:center;gap:9px;margin:15px 10px 0;padding-top:20px;font-size:12px;display:flex}.sidebar-business>span{background:#20444e;border-radius:50%;flex-shrink:0;place-items:center;width:33px;height:33px;display:grid}.sidebar-business strong{font-size:12px;font-weight:500}.dashboard-nav-bottom>p{color:#9cb7be;margin:18px 12px 0;font-size:10px;line-height:1.7}.dashboard-nav-bottom>p strong{color:#28ccb7}.dashboard-shell .mobile-nav-ask{display:none!important}.dashboard-shell .contextual-help{margin:0 0 14px auto;font-size:12px;display:block}.dashboard-shell .programme:has(.dashboard-today-layout)>.contextual-help{position:absolute;top:118px;right:32px}.dashboard-today-layout{grid-template-columns:minmax(0,1.65fr) minmax(270px,1fr);align-items:start;gap:22px;display:grid}.dashboard-today-main,.dashboard-today-aside{gap:18px;min-width:0;display:grid}.dashboard-shell .today-control-centre{background:0 0;border:0;border-radius:0;flex-direction:column;gap:18px;margin:0;padding:0;display:flex}.dashboard-shell .today-control-heading{order:0;align-items:center;margin:0 0 1px;padding:0 2px}.dashboard-shell .today-control-heading h3{margin:4px 0;font-size:23px}.dashboard-shell .today-control-heading .section-tag{font-size:10px}.dashboard-shell .today-state{white-space:nowrap;color:#63dfcf;background:#163e44;border-radius:30px;max-width:none;padding:6px 12px;font-size:11px}.dashboard-shell .today-focus-card{background:linear-gradient(120deg,#123b4144,#0d2833);border:1px solid #2e6b71;border-radius:14px;margin:0;padding:26px;position:relative;overflow:hidden;box-shadow:0 8px 30px #00101922}.dashboard-shell .today-focus-card:before{content:"";background:#26d6bd;width:3px;height:60px;position:absolute;inset:24px auto auto 0}.dashboard-shell .today-focus-card>span{letter-spacing:.11em;color:#a3c8d0;font-size:11px;font-weight:700}.dashboard-shell .today-focus-card h4{margin:11px 0;font-size:clamp(24px,2.3vw,34px)}.dashboard-shell .today-focus-card>p{margin:10px 0 20px;font-size:15px}.dashboard-shell .today-focus-card>.primary-button{justify-content:space-between;gap:15px;width:100%;display:flex}.dashboard-shell .today-focus-card>details{margin:0;padding:12px 0 0}.dashboard-shell .today-focus-card small{font-size:12px}.dashboard-journey,.dashboard-snapshot,.dashboard-evidence,.dashboard-ask-card{background:linear-gradient(110deg,#0e2b35,#0a222d);border:1px solid #28505b;border-radius:14px;min-width:0;padding:23px}.dashboard-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.dashboard-section-heading h4,.dashboard-evidence h4{margin:0;font-size:16px}.dashboard-section-heading>span,.dashboard-section-heading>small{color:#9ab8c2;font-size:11px}.dashboard-journey ol{justify-content:space-between;margin:22px 0 8px;padding:0;list-style:none;display:flex}.dashboard-journey li{text-align:center;flex:1;min-width:0;font-size:11px;position:relative}.dashboard-journey li:before{content:"";background:#30515d;width:100%;height:1px;position:absolute;top:16px;left:-50%}.dashboard-journey li:first-child:before{display:none}.dashboard-journey li.complete:before,.dashboard-journey li.current:before{background:#30bba9}.dashboard-journey li>span{color:#b9d5df;background:#0b2832;border:1px solid #51717d;border-radius:50%;place-items:center;width:32px;height:32px;margin:0 auto 12px;font-size:13px;display:grid;position:relative}.dashboard-journey li.complete>span{color:#06272d;background:#2dd0bb;border-color:#2dd0bb}.dashboard-journey li.current>span{color:#63edd8;border:2px solid #4de5d0;box-shadow:0 0 0 4px #23baa725}.dashboard-journey li strong{font-size:11px;font-weight:500;display:block}.dashboard-journey li small{color:#91aeb9;font-size:9px}.dashboard-journey p{margin:17px 0 0;font-size:12px}.dashboard-metric-row{flex-wrap:wrap;align-items:center;gap:16px;min-width:0;display:flex}.dashboard-metric-row>div{border-right:1px solid #294854;flex:1;min-width:90px;padding-right:10px}.dashboard-metric-row>div:last-of-type{border:0}.dashboard-metric-row span{color:#b0c9d1;font-size:12px;line-height:1.45;display:block}.dashboard-metric-row strong{color:#f2f9fa;margin-top:8px;font-size:27px;line-height:1.1;display:block}.dashboard-evidence h4{margin-bottom:20px}.dashboard-metric-row .text-button{font-size:12px}.dashboard-shell .today-worth-knowing{background:#0b2631;border:1px solid #234952;border-radius:14px;margin:0;padding:20px 24px}.dashboard-shell .today-worth-knowing>span{letter-spacing:.1em;color:#74cfc4;font-size:10px}.dashboard-shell .today-worth-knowing p{margin:10px 0;font-size:13px;line-height:1.65}.dashboard-shell .today-supporting-evidence{margin:6px 0;font-size:13px}.dashboard-shell .today-value{background:0 0;border-color:#254650;margin:0;padding:15px 22px}.dashboard-shell .today-value p{font-size:13px}.dashboard-ask-card{flex-direction:column;gap:12px;padding:27px;display:flex;position:relative;overflow:hidden}.dashboard-ask-card>*{position:relative}.dashboard-ask-card h3{margin:25px 0 0;font-size:25px}.dashboard-ask-card p{max-width:270px;margin:0 0 8px;font-size:14px}.dashboard-ask-card .ask-watermark{color:#207d7938;pointer-events:none;font-size:175px;font-weight:850;line-height:1;position:absolute;top:50px;right:-13px}.dashboard-ask-card button.secondary-button{text-align:left;align-items:center;gap:10px;width:100%;font-size:12px;display:flex}.dashboard-ask-card button svg{flex-shrink:0;width:18px}.dashboard-ask-card button>span{margin-left:auto}.dashboard-ask-card>.text-button{border:1px solid #31bbae;border-radius:9px;margin-top:6px;padding:12px}.dashboard-shell .goal-summary{background:#0d2b34;border-color:#2b525d;border-radius:14px;margin:0;padding:24px}.dashboard-shell .dev-calendar-test{opacity:.8;margin:22px 0 16px;padding:10px 14px;font-size:10px}.dashboard-shell .dev-calendar-test button{font-size:11px}.dashboard-shell .monitor-history-view>h3,.dashboard-shell .monitor-actions-view>h3{margin:8px 0 14px;font-size:30px}.dashboard-shell .monitor-history-view>p,.dashboard-shell .monitor-actions-view>p{font-size:14px}.dashboard-shell .history-trend-panel{background:linear-gradient(110deg,#0e2b35,#0a222d);border-radius:14px;margin-top:20px;padding:24px}.dashboard-shell .history-report-detail{background:#0c2731;border-radius:14px;padding:24px}.dashboard-shell .history-report-head h4{font-size:23px}.dashboard-shell .history-report-metrics{border-radius:9px;overflow:hidden}.dashboard-shell .history-report-focus{border-radius:10px}.dashboard-shell .history-table{border-spacing:0 9px;background:0 0;border:0;width:100%;font-size:14px}.dashboard-shell .history-table td{vertical-align:middle;background:#0c2630;border:1px solid #244650;border-width:1px 0;padding:18px}.dashboard-shell .history-table td:first-child{border-left-width:1px;border-radius:10px 0 0 10px}.dashboard-shell .history-table td:last-child{border-right-width:1px;border-radius:0 10px 10px 0}.dashboard-shell .history-table td a,.dashboard-shell .history-table td button{font-size:12px}.dashboard-shell .value-ledger{background:#0d2832;border-radius:14px;margin:20px 0;padding:20px}.dashboard-shell .verified-value-row{border-radius:9px}.dashboard-shell .monitor-action-focus{background:linear-gradient(110deg,#103638,#0c2631);border:1px solid #2b6468;border-radius:14px;align-items:start;gap:22px;margin:22px 0 16px;padding:28px}.dashboard-shell .monitor-action-focus h4{margin:9px 0 12px;font-size:28px}.dashboard-shell .monitor-action-focus p{max-width:760px;font-size:15px}.dashboard-shell .priority-pill{white-space:nowrap;border-radius:30px;padding:6px 10px;font-size:10px}.dashboard-shell .monitor-action-entry{margin:0 0 28px}.dashboard-shell .actions-help,.dashboard-shell .history-help{margin:0}.dashboard-shell .previous-actions{margin-top:28px}.dashboard-shell .previous-actions>summary{padding:15px 0;font-size:16px}.dashboard-shell .action-history-table{border:1px solid #28505a;border-radius:12px;overflow:hidden}.dashboard-shell .action-history-table td{padding:18px}.dashboard-shell .action-history-table small{font-size:12px}.dashboard-shell .guided-action{background:0 0;border:0;margin-top:0;padding:0}.dashboard-shell .guided-action-heading{padding:0 0 18px}.dashboard-shell .guided-action-heading h3{font-size:28px}.dashboard-shell .guided-action-heading p{font-size:14px}.dashboard-shell .action-progression-card{background:#0d2c34;border-radius:12px;padding:18px 22px}.dashboard-shell .action-progression-grid{gap:18px}.dashboard-shell .action-progression-grid p{font-size:13px}.dashboard-shell .guided-step{background:#0c2933;border-color:#2a535d;border-radius:14px;padding:24px}.dashboard-shell .guided-step h4{font-size:23px}.dashboard-shell .guided-page-instruction{background:0 0;margin:5px 0 18px;padding:12px 15px;font-size:13px}.dashboard-shell .guided-step-tools{padding:0}.dashboard-shell .guided-step-tools .field>span,.dashboard-shell .field>span{letter-spacing:0;text-transform:none;color:#c2d7dd;margin-bottom:7px;font-size:12px}.dashboard-shell .field input,.dashboard-shell .field select,.dashboard-shell .field textarea{color:#eef6f8;background:#061e28;border-color:#365560;border-radius:8px;min-height:46px;padding:12px;font-size:15px}.dashboard-shell .field input:focus,.dashboard-shell .field select:focus,.dashboard-shell .field textarea:focus{outline-offset:2px;outline:2px solid #31c8b8}.dashboard-shell .field small{font-size:12px;line-height:1.5}.dashboard-shell .uk-date-control{width:100%;display:block}.dashboard-shell .uk-date-picker{color:#51dac9;min-width:102px}.dashboard-shell .uk-date-picker>span{font-size:12px}.dashboard-shell .veymo-analysis-card{background:#12353a;border-color:#29616a;border-radius:10px;padding:17px}.dashboard-shell .guided-step-actions{align-items:center;gap:12px;margin-top:22px}.dashboard-shell .guided-pack-progress,.dashboard-shell .guided-page-map{margin:16px 0}.dashboard-shell .guided-page-map{gap:9px}.dashboard-shell .guided-page-status{font-size:11px}.dashboard-shell .guided-page-dot{width:26px;height:26px}.dashboard-shell .guided-pack-progress strong{font-size:14px}.dashboard-shell .guided-pack-progress span{font-size:12px}.dashboard-shell .optional-tools{background:#0b242e;border-radius:12px}.dashboard-shell .improvement-sprint{background:0 0;border:0;padding:0}.dashboard-shell .sprint-heading{margin-bottom:22px}.dashboard-shell .sprint-heading h3{font-size:30px}.dashboard-shell .sprint-heading p{max-width:720px;font-size:14px}.dashboard-shell .sprint-phase-line{background:#0c2731;border:1px solid #264a55;border-radius:12px;padding:20px}.dashboard-shell .sprint-phase-line li{font-size:12px}.dashboard-shell .sprint-context-disclosure{margin:12px 0}.dashboard-shell .sprint-action-area{background:#0c2933;border-color:#2c5660;border-radius:14px;padding:25px}.dashboard-shell .sprint-action-area>h4{font-size:26px}.dashboard-shell .sprint-action-area>p{font-size:14px}.dashboard-shell .sprint-how-to{margin:10px 0 20px;font-size:13px}.sprint-workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.sprint-workspace>*{min-width:0}.dashboard-shell .sprint-evidence-form{background:#08212b;border:1px solid #2d555e;border-radius:12px;margin-top:0;padding:22px}.dashboard-shell .sprint-evidence-form h5{margin:0 0 10px;font-size:20px}.dashboard-shell .sprint-evidence-form p{font-size:13px}.dashboard-shell .sprint-evidence-form .primary-button{width:100%;margin-top:14px}.dashboard-shell .sprint-tool-card{background:#102e37;border:1px solid #2d555f;border-radius:12px;margin:0 0 15px;padding:20px}.dashboard-shell .sprint-tool-card strong{font-size:16px}.dashboard-shell .sprint-tool-card small{margin-top:7px;font-size:12px;line-height:1.6}.dashboard-shell .sprint-tool-actions{gap:8px;margin:15px 0;display:flex}.dashboard-shell .action-tool-text,.dashboard-shell .action-tool-preview{white-space:normal;font-size:14px;line-height:1.8}.dashboard-shell .sprint-tool-card pre{font:inherit;white-space:pre-wrap;font-size:14px}.dashboard-shell .sprint-secondary-tools{padding:12px 0;font-size:13px}.dashboard-shell .sprint-notes{margin-top:22px}.dashboard-shell .sprint-state-card{max-width:100%}.dashboard-shell .sprint-decision{font-size:14px}.dashboard-shell .sprint-evidence-grid{gap:15px}.dashboard-shell .sprint-note-list{gap:12px}.dashboard-shell .monthly-form{background:#0b2933;border-radius:14px;padding:24px}.dashboard-shell>.footer,.dashboard-shell>footer{margin-left:220px;padding:20px 32px 28px}.dashboard-shell .companion-launcher{min-height:48px;bottom:22px;right:25px}.dashboard-shell .companion-drawer{border-color:#38636e;border-radius:16px 0 0 16px;font-size:14px}.conversation-history{gap:9px;padding-bottom:18px;display:grid}.conversation-history button{color:#d6e6eb;text-align:left;background:#12333e;border:1px solid #315561;border-radius:10px;gap:6px;padding:14px;display:grid}.conversation-history button strong{overflow-wrap:anywhere;font-size:14px}.conversation-history small,.archived-conversation small{color:#9bb8c2;font-size:11px}.archive-notice{background:#14383f;border:1px solid #35616b;border-radius:10px;margin-bottom:18px;padding:15px}.archive-notice p{font-size:12px}.companion-compose[hidden]{display:none}.companion-context{flex-wrap:wrap;gap:10px}.companion-context button{font-size:11px}.companion-conversation [hidden]{display:none!important}@media (width>=1700px){.dashboard-shell main{padding-left:50px;padding-right:50px}.dashboard-today-layout{grid-template-columns:minmax(0,1.8fr) minmax(320px,1fr)}}@media (width<=1150px) and (width>=761px){.dashboard-shell .dashboard-nav{width:180px;padding:22px 9px}.sidebar-brand{padding:0 10px 22px;font-size:23px}.dashboard-shell main,.dashboard-shell>.topbar,.dashboard-shell>footer{margin-left:180px}.dashboard-shell main{padding-left:22px;padding-right:22px}.dashboard-today-layout{grid-template-columns:minmax(0,1fr)}.dashboard-today-aside{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-ask-card h3{margin-top:8px}.dashboard-ask-card{padding:22px}.dashboard-shell .brand-tagline{font-size:9px}.sprint-workspace{gap:16px}.dashboard-shell .sprint-evidence-form,.dashboard-shell .sprint-tool-card{padding:16px}}@media (width<=760px){.dashboard-shell{font-size:14px}.dashboard-shell main{width:100%;margin:0;padding:0 16px 112px}.dashboard-shell>.topbar{flex-wrap:wrap;gap:8px;min-height:68px;margin-left:0;padding:12px 16px}.dashboard-shell .topbar .brand-approved{display:flex}.dashboard-shell .brand-approved img{object-fit:contain;width:115px;max-height:32px}.dashboard-shell .brand-lockup{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.dashboard-shell .brand-tagline{letter-spacing:.02em;font-size:7px}.dashboard-shell .topbar-export{min-height:36px;margin-left:auto;padding:7px 10px;font-size:10px}.dashboard-shell .topbar .account-actions{margin-left:auto}.dashboard-shell .programme{padding-top:22px}.dashboard-shell .programme-header{padding-bottom:16px}.dashboard-shell .programme-header h2{font-size:28px}.dashboard-shell .programme-header p{font-size:12px}.dashboard-shell .dashboard-nav{width:100%;height:auto;min-height:68px;padding:7px 12px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:80;background:#08222df5;border:0;border-top:1px solid #31545d;flex-direction:row;display:flex;inset:auto 0 0;overflow:visible}.sidebar-brand,.dashboard-nav-bottom,.dashboard-shell .dashboard-nav .desktop-sprint-link{display:none}.dashboard-nav-main{display:contents}.dashboard-shell .dashboard-nav button,.dashboard-shell .dashboard-nav .mobile-nav-ask{border:0;border-radius:9px;flex-direction:column;flex:1;justify-content:center;gap:3px;width:auto;min-width:0;min-height:48px;margin:0;padding:6px 4px;font-size:10px;display:flex!important}.dashboard-shell .dashboard-nav button.desktop-sprint-link{display:none!important}.dashboard-shell .dashboard-nav button.active{color:#61ebd8;background:#174444;border:0}.dashboard-nav svg{width:20px;height:20px}.dashboard-shell .companion-launcher{display:none}.dashboard-shell .contextual-help{margin-bottom:10px;font-size:11px}.dashboard-shell .programme:has(.dashboard-today-layout)>.contextual-help{text-align:right;margin-top:-10px;position:static}.dashboard-today-layout{flex-direction:column;gap:18px;display:flex}.dashboard-today-main,.dashboard-today-aside{gap:16px;width:100%}.dashboard-shell .today-control-centre{gap:16px}.dashboard-shell .today-control-heading{gap:12px}.dashboard-shell .today-control-heading h3{overflow-wrap:anywhere;font-size:20px}.dashboard-shell .today-state{padding:5px 9px;font-size:10px}.dashboard-shell .today-focus-card{padding:21px}.dashboard-shell .today-focus-card h4{font-size:27px}.dashboard-shell .today-focus-card>p{margin-bottom:17px;font-size:14px}.dashboard-shell .today-focus-card>.primary-button{text-align:left;padding:13px 14px;font-size:13px}.dashboard-journey,.dashboard-snapshot,.dashboard-evidence{padding:19px 16px}.dashboard-section-heading{flex-wrap:wrap;gap:6px}.dashboard-journey .dashboard-section-heading span,.dashboard-journey li strong{font-size:10px}.dashboard-journey li>span{width:29px;height:29px}.dashboard-journey li small{font-size:8px}.dashboard-journey li:before{top:14px}.dashboard-journey p{font-size:11px}.dashboard-metric-row{gap:10px}.dashboard-metric-row>div{min-width:65px}.dashboard-metric-row span{font-size:10px}.dashboard-metric-row strong{font-size:23px}.dashboard-metric-row>button{text-align:left;flex:1 0 100%;margin-top:8px}.dashboard-ask-card{padding:23px}.dashboard-ask-card h3{margin-top:8px}.dashboard-shell .today-worth-knowing{padding:19px}.dashboard-shell .dev-calendar-test{opacity:.9;flex-wrap:wrap;gap:8px;display:flex}.dashboard-shell .dev-calendar-test span{font-size:10px}.dashboard-shell>.footer,.dashboard-shell>footer{margin-left:0;padding:20px 16px 104px}.dashboard-shell .monitor-history-view>h3,.dashboard-shell .monitor-actions-view>h3{font-size:26px}.dashboard-shell .history-trend-panel{padding:18px 12px}.dashboard-shell .history-table td{padding:13px 10px}.dashboard-shell .history-report-detail{padding:18px}.dashboard-shell .history-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-shell .monitor-action-focus{flex-direction:column-reverse;gap:10px;padding:21px;display:flex}.dashboard-shell .monitor-action-focus h4{font-size:25px}.dashboard-shell .monitor-action-focus p{font-size:14px}.dashboard-shell .monitor-action-entry>.primary-button{width:100%}.dashboard-shell .guided-step{padding:19px}.dashboard-shell .guided-step h4{font-size:22px}.dashboard-shell .guided-action-heading{gap:12px}.dashboard-shell .guided-action-heading h3{font-size:25px}.dashboard-shell .guided-step-actions>.primary-button{order:-1;width:100%}.dashboard-shell .guided-step-actions .completion-evidence{order:-1}.dashboard-shell .guided-page-map{flex-wrap:wrap}.dashboard-shell .guided-page-status{font-size:10px}.dashboard-shell .action-progression-grid{grid-template-columns:1fr}.dashboard-shell .sprint-heading{display:block}.dashboard-shell .sprint-heading h3{font-size:27px}.dashboard-shell .sprint-heading-actions{justify-content:space-between;margin-top:12px}.dashboard-shell .sprint-phase-line{gap:3px;padding:16px 8px}.dashboard-shell .sprint-phase-line li{min-width:0;font-size:10px}.dashboard-shell .sprint-phase-line li strong{font-size:10px}.dashboard-shell .sprint-action-area{padding:19px 16px}.dashboard-shell .sprint-action-area>h4{font-size:24px}.sprint-workspace{flex-direction:column;gap:18px;display:flex}.sprint-workspace>*{width:100%}.dashboard-shell .sprint-evidence-form,.dashboard-shell .sprint-tool-card{padding:18px}.dashboard-shell .sprint-evidence-grid{grid-template-columns:1fr}.dashboard-shell .sprint-evidence-form .field{margin:0}.dashboard-shell .sprint-evidence-form .primary-button{z-index:3;position:sticky;bottom:83px}.dashboard-shell .uk-date-entry{min-width:0;display:flex}.dashboard-shell .uk-date-entry>input{width:100%;min-width:0}.dashboard-shell .uk-date-picker{min-width:95px}.dashboard-shell .companion-drawer{border:0;border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;inset:0}.dashboard-shell .companion-compose{padding-bottom:calc(16px + env(safe-area-inset-bottom))}.dashboard-shell .companion-context{padding:10px 16px}.dashboard-shell .monthly-form{padding:18px}.dashboard-shell .field input,.dashboard-shell .field select,.dashboard-shell .field textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){.dashboard-shell *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.dashboard-shell .sprint-process-summary{background:#0e3037;border:1px solid #31616a;border-radius:12px;margin:16px 0;padding:20px 24px}.dashboard-shell .sprint-process-summary h4{margin:10px 0;font-size:20px}.dashboard-shell .sprint-process-summary p{margin:8px 0;font-size:13px}.dashboard-shell .monitor-history-list{border:0;gap:10px;margin-top:22px;display:grid}.dashboard-shell .monitor-history-row{text-align:left;width:100%;box-shadow:none;background:#0d2832;border:1px solid #2a4e59;border-radius:12px;grid-template-columns:minmax(160px,1.5fr) .6fr .8fr 1.1fr;gap:14px;padding:21px 24px 32px;display:grid;position:relative}.dashboard-shell .monitor-history-row:hover{background:#12333d;border-color:#42827f}.dashboard-shell .monitor-history-row>div{border:0;min-width:0;padding:0}.dashboard-shell .monitor-history-row>div>span{letter-spacing:.07em;color:#9bb9c1;font-size:10px;display:block}.dashboard-shell .monitor-history-row>div>strong{color:#e7f1f4;margin-top:7px;font-size:15px;display:block}.dashboard-shell .history-view-label{color:#39d9c6;font-size:11px;position:absolute;inset:auto 23px 9px auto}.dashboard-shell .companion-goal-summary{background:#0d2c36;border:1px solid #2b515c;border-radius:14px;flex-direction:column;align-items:start;margin:0;padding:25px;display:flex}.dashboard-shell .companion-goal-summary h4{margin:12px 0;font-size:22px}.dashboard-shell .companion-goal-summary p{font-size:14px}.dashboard-shell .companion-goal-summary details{font-size:12px}.dashboard-shell .companion-goal-summary button{margin-top:15px}.archived-conversation article>p:not(.companion-owner){white-space:pre-line}.dashboard-shell .score-comparison-trace{border:1px solid #264d58;border-radius:10px;margin:15px 0;padding:16px;font-size:13px}@media (width<=760px){.dashboard-shell .monitor-history-row{grid-template-columns:1.3fr .8fr;gap:16px;padding:18px 18px 32px}.dashboard-shell .monitor-history-row>div:nth-child(3){display:none}.dashboard-shell .monitor-history-row>div:nth-child(4){flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:9px;display:flex}.dashboard-shell .monitor-history-row>div:nth-child(4)>strong{margin-top:0;font-size:12px}.dashboard-shell .monitor-history-row>div:nth-child(4)>span{display:none}.dashboard-shell .monitor-history-row>div:nth-child(2){text-align:right}.dashboard-shell .monitor-history-row>div:nth-child(2)>strong{font-size:23px}.dashboard-shell .monitor-history-row .monthly-target-chip{font-size:11px}.dashboard-shell .history-view-label{font-size:11px;right:18px}}.sprint-jump-entry{display:none}.sprint-workspace:has(>.sprint-evidence-form:only-child){grid-template-columns:1fr}@media (width<=760px){.sprint-jump-entry{color:#38dac5;margin:0 0 18px;font-size:13px;display:inline-block}.dashboard-shell .dashboard-nav:has(.desktop-sprint-link.active) .dashboard-nav-main button:nth-child(3){color:#61ebd8;background:#174444}}.dashboard-shell .today-focus-card>.primary-button:after{content:"→";font-size:18px}.dashboard-mobile-brand{letter-spacing:-.04em;color:#f1f8fa;align-items:center;gap:8px;font-size:24px;display:flex}.dashboard-mobile-brand .signal-tile{border-radius:7px;flex-basis:29px;width:29px;height:29px}.dashboard-mobile-brand svg{width:23px;height:22px}.dashboard-shell .monitor-action-history{margin-top:28px}.dashboard-shell .monitor-action-history>summary{color:#d9eaee;padding:14px 0;font-size:16px}.dashboard-shell .monitor-action-row{background:#0c2630;border:1px solid #2d515b;border-radius:12px;grid-template-columns:1.15fr .6fr .6fr 1.65fr;margin:10px 0;display:grid;overflow:hidden}.dashboard-shell .monitor-action-row>div{min-width:0;padding:20px}.dashboard-shell .monitor-action-row>div>span{color:#a5c3cb;letter-spacing:.06em;margin-bottom:8px;font-size:10px;display:block}.dashboard-shell .monitor-action-row>div>strong{color:#e0edf1;font-size:15px;line-height:1.5}.dashboard-shell .monitor-action-row .monitor-action-outcome>strong{font-size:13px;font-weight:500}.dashboard-shell .action-cycle-timeline{background:#102b35;grid-column:1/-1;padding:16px 20px}.dashboard-shell .action-cycle-timeline>summary{font-size:13px}.dashboard-shell .action-cycle-timeline li{letter-spacing:0;font-size:13px;line-height:1.6}.dashboard-shell .value-ledger-panel{background:#0c2932;border-color:#2b555d;border-radius:14px;margin:20px 0;padding:18px 22px}.dashboard-shell .value-ledger-panel p,.dashboard-shell .value-ledger-list small{font-size:13px;line-height:1.6}.dashboard-shell .value-ledger-list>div{background:#09222c;border:1px solid #2d515c;border-radius:10px;padding:18px}.dashboard-shell .value-ledger-list strong{font-size:17px;line-height:1.5}.dashboard-shell .history-trend-chart{width:100%;min-width:0;height:210px}.dashboard-shell .history-trend-chart-wrap{overflow:visible}.history-mobile-month{display:none}@media (width<=760px){.dashboard-shell .history-trend-chart{height:200px}.dashboard-shell .history-trend-tabs{flex-wrap:wrap;gap:6px;display:flex}.dashboard-shell .history-trend-tabs button{min-height:39px;padding:9px 11px;font-size:12px}.history-mobile-month{color:#aac7d0;justify-content:space-between;align-items:center;gap:10px;margin:10px 0;font-size:12px;display:flex}.history-mobile-month select{color:#e3f2f4;background:#102d38;border:1px solid #315967;border-radius:8px;max-width:65%;padding:10px;font-size:14px}.dashboard-shell .monitor-action-row{grid-template-columns:1fr 1fr}.dashboard-shell .monitor-action-row>div{padding:16px}.dashboard-shell .monitor-action-row>div:first-child{border:0;grid-column:1/-1}.dashboard-shell .monitor-action-row .monitor-action-outcome{grid-column:1/-1}.dashboard-shell .action-cycle-timeline{padding:16px}.dashboard-shell .action-cycle-timeline li{display:block}.dashboard-shell .value-ledger-panel{padding:17px}.dashboard-shell .history-trend-footer{flex-wrap:wrap}.dashboard-shell .history-trend-footer details{max-width:100%;font-size:12px}}.review-money-table .monthly-number-row>.field>span{display:none}.review-money-table .monthly-number-row>.field{min-width:0}.review-money-table input{box-sizing:border-box;width:100%;min-width:0}.sidebar-brand img{width:160px;max-width:100%;height:auto;display:block}.veymo-brand-mark{overflow:hidden;background:0 0!important;border-radius:0!important;padding:0!important}.companion-launcher{color:#edf8fa;background:#061a2c;border-color:#377b80}.dashboard-shell .signal-tile{background:0 0;border-radius:0}.dashboard-shell .dashboard-ask-card{padding:20px}.dashboard-shell .dashboard-ask-card h3{margin:10px 0 16px;font-size:22px}.dashboard-shell .dashboard-today-aside .today-worth-knowing{margin:0}.dashboard-shell .dashboard-today-aside .dashboard-metric-row{gap:12px}.dashboard-shell .dashboard-today-aside .dashboard-metric-row strong{font-size:23px}.sprint-evidence-used ul{margin:10px 0 0;padding:0;list-style:none}.sprint-evidence-used li{color:#d7e7eb;border-bottom:1px solid #31535a;justify-content:space-between;align-items:baseline;gap:16px;padding:7px 0;font-size:14px;line-height:1.5;display:flex}.sprint-evidence-used li>span{overflow-wrap:anywhere;min-width:0}.sprint-evidence-used li>strong{color:#f3fafb;flex-shrink:0;font-size:14px}.dashboard-shell .sprint-phase-line li.current{background:#15434a;border:2px solid #4cdec7;box-shadow:inset 0 -3px #36cfae}.dashboard-shell .sprint-phase-line li.current strong{color:#fff;font-weight:800}.dashboard-shell .sprint-phase-line li.complete{color:#a9c5cb;background:#0a2028}.dashboard-shell .sprint-phase-line li.complete span{color:#9cd8cd;background:#16433f;border-color:#388274}.dashboard-shell .sprint-completed-setup{margin-top:4px;font-size:13px}@media (width<=760px){.review-money-table .monthly-number-head{display:none!important}.review-money-table .monthly-number-row{background:#0b242e;border:1px solid #31535d;border-radius:12px;min-width:0;margin-bottom:16px;padding:18px;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;display:grid!important}.review-money-table .monthly-number-row>strong{margin-bottom:2px;font-size:18px;line-height:1.4}.review-money-table .monthly-number-row>.field>span{letter-spacing:0;text-transform:none;color:#cee2e7;overflow-wrap:normal;word-break:normal;font-size:14px;line-height:1.45;display:block}.review-money-table .monthly-number-row>.field{margin:0}.review-money-table input{min-height:46px;font-size:16px}.dashboard-shell .guided-action .guided-pack-progress{z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none;position:static;top:auto}.dashboard-shell .protect-optimise-workbench .guided-measure-grid{grid-template-columns:1fr;gap:8px}.dashboard-shell .protect-optimise-workbench .guided-measure-grid>div{padding:12px 14px}.dashboard-shell .protect-optimise-workbench .guided-measure-grid strong{font-size:14px;font-weight:600;line-height:1.5}.dashboard-shell .protect-optimise-workbench .guided-measure-grid span{font-size:10px;line-height:1.4}.dashboard-shell .sprint-context-grid strong{font-size:15px;line-height:1.5}.dashboard-shell .sprint-phase-line li.current strong{font-size:11px}.dashboard-shell .sprint-process-summary{margin:12px 0;padding:16px}.dashboard-shell .sprint-process-summary h4{font-size:18px;line-height:1.4}.dashboard-shell>.topbar{gap:6px;min-height:60px;padding:9px 16px}.dashboard-shell .topbar .brand-approved img{width:105px}.dashboard-shell .sprint-evidence-used li{gap:12px;font-size:13px}}.review-customer-table .monthly-number-row>.field>span{display:none}@media (width<=760px){.review-customer-table .monthly-number-head{display:none!important}.review-customer-table .monthly-number-row{background:#0b242e;border:1px solid #31535d;border-radius:12px;min-width:0;margin-bottom:16px;padding:18px;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;display:grid!important}.review-customer-table .monthly-number-row>strong{margin-bottom:2px;font-size:18px;line-height:1.4}.review-customer-table .monthly-number-row>.field{min-width:0;margin:0}.review-customer-table .monthly-number-row>.field>span{letter-spacing:0;text-transform:none;color:#cee2e7;overflow-wrap:normal;word-break:normal;font-size:14px;line-height:1.45;display:block}.review-customer-table input{box-sizing:border-box;width:100%;min-width:0;min-height:46px;font-size:16px}}.sprint-body-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;min-width:0;display:grid}.sprint-body-content{gap:18px;min-width:0;display:grid}.sprint-latest-summary{background:#0b242e;border:1px solid #31535d;border-radius:12px;min-width:0;padding:20px;position:static}.sprint-latest-summary h4{margin:0 0 8px}.sprint-latest-summary p{margin:0 0 6px}.sprint-latest-summary small{line-height:1.5;display:block}.sprint-latest-summary dl{gap:10px;margin:15px 0;display:grid}.sprint-latest-summary dl>div{border-bottom:1px solid #294752;justify-content:space-between;align-items:baseline;gap:14px;min-width:0;padding-bottom:9px;display:flex}.sprint-latest-summary dt{overflow-wrap:break-word;font-size:13px}.sprint-latest-summary dd{color:#f3fafb;flex-shrink:0;margin:0;font-size:14px;font-weight:700}.dashboard-shell .improvement-sprint{min-width:0;max-width:100%}.dashboard-shell .improvement-sprint .sprint-phase-line{box-sizing:border-box;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0;list-style:none;display:grid;position:static;overflow:visible}.dashboard-shell .improvement-sprint .sprint-phase-line li{box-sizing:border-box;align-items:center;gap:8px;min-width:0;padding:10px;display:flex}.dashboard-shell .improvement-sprint .sprint-phase-line li strong{white-space:normal;overflow-wrap:break-word;line-height:1.4}.dashboard-shell .sprint-how-to li{color:#d6e3e5;font-size:14px;line-height:1.6;display:list-item}.dashboard-shell .sprint-how-to li>span{color:inherit;font-size:inherit;display:inline}.improvement-sprint .sprint-tool-card{box-sizing:border-box;min-width:0;max-width:100%}.improvement-sprint .sprint-tool-card>.action-tool-preview,.improvement-sprint .sprint-tool-card>small{grid-column:1/-1;min-width:0}.improvement-sprint .tool-table-wrap{overscroll-behavior-x:contain;box-sizing:border-box;width:100%;max-width:100%;display:block;overflow-x:auto}.improvement-sprint .tool-table-wrap table{table-layout:auto;width:max-content;min-width:100%}.improvement-sprint .tool-table-wrap th{white-space:normal;word-break:normal;overflow-wrap:normal;letter-spacing:normal;border-right:1px solid #31535d;min-width:150px;max-width:none;line-height:1.5}.improvement-sprint .tool-table-wrap td{font-size:13px;line-height:1.5}@media (width>=1280px){.sprint-body-layout{grid-template-columns:minmax(0,1fr) 260px}.sprint-body-content{grid-area:1/1}.sprint-latest-summary{grid-area:1/2}.sprint-body-content .sprint-workspace{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.dashboard-shell .improvement-sprint .sprint-phase-line{gap:8px;padding:12px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-shell .improvement-sprint .sprint-phase-line li{min-height:52px;padding:10px}.dashboard-shell .sprint-latest-summary{padding:16px}.dashboard-shell .sprint-evidence-form .primary-button{position:static}}.history-trend-panel{--trend-colour:#93a8ae;color:var(--text);background:#0b2028;border:1px solid #28424c;border-radius:14px;margin:18px 0;padding:18px 22px}.history-trend-panel.tone-positive{--trend-colour:#36d7b7}.history-trend-panel.tone-negative{--trend-colour:#f28b82}.history-trend-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.history-trend-heading h4{color:var(--heading);margin:0;font-size:18px}.history-trend-status{color:var(--trend-colour);white-space:nowrap;font-size:12px}.history-trend-tabs{gap:6px;margin:12px 0 8px;padding-bottom:3px;display:flex;overflow-x:auto}.history-trend-tabs button{min-height:36px;color:var(--text-soft);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;padding:7px 12px;font-size:12px}.history-trend-tabs button.active{color:#f1fbfc;background:#133039;border-color:#38616b}.history-trend-tabs button:focus-visible{outline-offset:2px;outline:2px solid #36d7b7}.history-trend-caption{color:#a6bbc2;margin:0 0 5px;font-size:12px}.history-trend-chart-wrap{overscroll-behavior-x:contain;overflow-x:auto}.history-trend-chart{width:100%;min-width:600px;height:190px;display:block}.history-chart-grid line{stroke:#28424c;stroke-width:1px}.history-chart-grid text,.history-chart-period{fill:#abc0c7;font-size:11px}.history-chart-line{fill:none;stroke:var(--trend-colour);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.history-chart-point{fill:var(--trend-colour);stroke:#0b2028;stroke-width:1.5px}.history-point-hit{fill:#0000;cursor:pointer}.history-trend-chart g[role=button]:focus{outline:none}.history-trend-chart g[role=button]:focus-visible .history-point-hit{stroke:#36d7b7;stroke-width:1px}.history-chart-cursor{stroke:#78909c;stroke-width:1px;stroke-dasharray:3 4;pointer-events:none}.history-chart-event{fill:#c6dadd}.history-inspected{align-items:baseline;gap:14px;min-height:38px;padding:6px 0;font-size:12px;line-height:1.5;display:flex}.history-inspected strong{color:var(--heading);flex-shrink:0}.history-inspected span{color:#a6bbc2}.history-trend-footer{justify-content:space-between;align-items:flex-start;gap:16px;font-size:12px;display:flex}.history-trend-footer details{text-align:right;max-width:620px}.history-trend-footer details[open]{text-align:left}.history-trend-footer p{color:#a6bbc2}.history-trend-panel summary{cursor:pointer}.text-button{color:#36d7b7;text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;padding:5px 0}.text-button:focus-visible{outline-offset:3px;outline:2px solid #36d7b7}.history-trend-events{border-top:1px solid #28424c;margin-top:9px;padding-top:10px;font-size:12px}.history-trend-events p{border-bottom:1px solid #28424c;grid-template-columns:75px 1fr;gap:5px 12px;padding:10px 0;display:grid}.history-trend-events small{color:#a6bbc2;grid-column:2}@media (width<=650px){.history-trend-panel{padding:15px 12px}.history-trend-heading h4{font-size:16px}.history-trend-status{font-size:11px}.history-inspected{gap:2px;min-height:54px;display:grid}.history-trend-chart{height:165px}.history-trend-footer{gap:12px}.history-trend-footer details{max-width:55%}}.history-point-hit{fill:#0000;pointer-events:all;cursor:pointer}.history-trend-chart g[role=button]:focus .history-point-hit{fill:#29ccb610;stroke:#29ccb6}.history-chart-line{stroke-width:3px;stroke-linecap:round;fill:none}.history-starting-value{gap:8px;padding:20px 0;display:grid}.history-starting-value strong{color:#eaf6f7;font-size:2rem}.history-starting-value p{color:#a6bcc5;max-width:52ch}.history-inspected{min-height:48px}.history-inspected .text-button{margin-left:auto}.history-trend-chart-wrap{overflow:hidden}.history-trend-events p{padding:12px 0}.uk-date-control{gap:4px;min-width:0;display:grid}.uk-date-control small{color:#fb9d98}.uk-date-entry{align-items:center;gap:8px;min-width:0;display:flex}.uk-date-entry>input{flex:1;min-width:0}.uk-date-picker{color:#eaf6f7;white-space:nowrap;border:1px solid #38717a;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 12px;display:inline-flex;position:relative;overflow:hidden}.uk-date-picker input{opacity:0;cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:100%;height:100%;position:absolute;inset:0}.uk-date-picker input::-webkit-calendar-picker-indicator{cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.uk-date-picker:focus-within{outline-offset:2px;outline:2px solid #29ccb6}.companion-launcher{z-index:45;color:#071c28;cursor:pointer;background:#e9f5f2;border:1px solid #afcec9;border-radius:30px;align-items:center;gap:9px;padding:12px 17px;font-size:14px;font-weight:750;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 5px 22px #0005}.companion-launcher svg{width:31px;height:24px}.companion-launcher:hover{background:#d4f3eb}.companion-launcher:focus-visible{outline-offset:3px;outline:3px solid #00abb0}.companion-drawer{color:#f0f7f7;background:#0a2029;border:1px solid #375661;border-radius:17px;width:min(570px,100vw - 24px);max-width:none;height:calc(100dvh - 24px);max-height:none;margin:0;padding:0;position:fixed;inset:12px 12px 12px auto;overflow:hidden;box-shadow:-15px 0 80px #0008}.companion-drawer[open]{flex-direction:column;display:flex}.companion-drawer::backdrop{background:#00101766}.companion-drawer.expanded{width:min(1100px,100vw - 24px);margin:auto;inset:12px}.companion-header{border-bottom:1px solid #294550;justify-content:space-between;align-items:center;gap:12px;padding:17px 20px;display:flex}.companion-header>div{align-items:center;gap:12px;display:flex}.companion-header svg{background:#e9f5f2;border-radius:5px;width:32px;height:28px;padding:4px}.companion-header h2{color:#f0f7f7;margin:0;font-size:18px}.companion-close{color:#bed0d5;cursor:pointer;background:0 0;border:0;width:36px;height:36px;font-size:28px}.companion-context{color:#adbec5;background:#0e2933;justify-content:space-between;align-items:center;gap:10px;padding:8px 20px;font-size:12px;display:flex}.companion-conversation{overscroll-behavior:contain;flex:1;min-height:0;padding:20px;overflow-y:auto}.companion-welcome h3{color:#f0f7f7;font-size:23px;line-height:1.3}.companion-welcome p,.companion-preview-note{color:#a6bec6;font-size:13px;line-height:1.6}.companion-welcome>div{gap:8px;margin:20px 0;display:grid}.companion-welcome button{text-align:left;color:#c4d9dc;font:inherit;cursor:pointer;background:#102b35;border:1px solid #2c4d58;border-radius:10px;padding:12px}.companion-exchange{margin-bottom:24px}.companion-owner{color:#e5faf6;white-space:pre-wrap;overflow-wrap:anywhere;background:#16433f;border-radius:12px 12px 3px;margin:0 0 17px 32px;padding:12px 15px}.companion-answer h3{color:#f0f7f7;margin:10px 0;font-size:18px}.companion-answer p,.companion-answer li{color:#cad9dd;overflow-wrap:anywhere;font-size:14px;line-height:1.65}.companion-routes{gap:10px;margin:17px 0;display:grid}.companion-routes section{background:#0e2932;border:1px solid #2b4b55;border-radius:10px;padding:14px}.companion-routes h4{color:#39d5bb;margin:0;font-size:14px}.companion-routes p{margin:7px 0}.companion-answer summary{cursor:pointer;color:#a9c9cc;font-size:12px}.companion-evidence{margin:13px 0}.companion-evidence dl>div{border-bottom:1px solid #294550;margin:12px 0;padding-bottom:10px}.companion-evidence dt{font-size:13px}.companion-evidence dt span{color:#5dd7c6;text-transform:uppercase;letter-spacing:.06em;font-size:10px;display:block}.companion-evidence dd{color:#b7cdd1;margin:4px 0 0;font-size:13px}.companion-answer .companion-scenario{color:#89b6b3;font-size:12px}.companion-confirm{border:1px solid #35ad99;border-radius:10px;margin-top:14px;padding:15px}.companion-confirm>div,.companion-buttons{flex-wrap:wrap;gap:9px;margin-top:12px;display:flex}.companion-error{color:#ffd6ce;border:1px solid #bc786f;border-radius:8px;padding:12px;line-height:1.5}.companion-saved{color:#46d8b9!important}.companion-compose{padding:14px 20px max(15px,env(safe-area-inset-bottom));background:#0b222b;border-top:1px solid #294550;flex:none}.companion-compose label{color:#bed3d9;margin-bottom:7px;font-size:12px;display:block}.companion-compose>div{align-items:stretch;gap:9px;display:flex}.companion-compose textarea{resize:vertical;color:#f0f7f7;min-width:0;max-height:150px;font:inherit;background:#061b24;border:1px solid #365861;border-radius:9px;flex:1;padding:10px;font-size:14px}.companion-compose small{color:#8aa8b1;margin-top:8px;font-size:10px;display:block}.companion-drawer button:focus-visible,.companion-drawer textarea:focus-visible{outline-offset:2px;outline:2px solid #36d7b7}.companion-drawer button:disabled{opacity:.55;cursor:wait}.companion-goal-summary{background:#102831;border:1px solid #2b4d55;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;margin:0 0 16px;padding:16px 18px;display:flex}.companion-goal-summary h4{color:#edf7f7;margin:5px 0;font-size:16px}.companion-goal-summary p{color:#c1d6da;margin:5px 0;font-size:13px}.companion-goal-summary small{color:#8eafb7;font-size:11px}.companion-preference{border:1px solid #2b555c;border-radius:10px;margin:15px 0;padding:15px}.companion-preference h4{margin-top:0}.companion-preference p,.companion-preference small{font-size:13px;line-height:1.5}.companion-preference button:not(.primary-button){color:#d7f0eb;background:#10333c;border:1px solid #3b696e;border-radius:8px;padding:10px}.today-control-centre{box-shadow:none}.today-worth-knowing{color:#c1d7da;padding:4px 0 8px;font-size:14px;line-height:1.6}.today-worth-knowing>span{color:#48d8bd;letter-spacing:.1em;font-size:10px;font-weight:800;display:block}.today-worth-knowing p{margin:5px 0}.today-focus-card{background:0 0;border:0;border-left:2px solid #2bbda6;border-radius:0;padding:5px 0 5px 15px}.today-supporting-evidence{color:#92afb7;font-size:12px}.today-supporting-evidence summary{cursor:pointer}.today-quiet{padding:10px 0;font-size:16px}.veymo-legal-footer{padding-bottom:95px!important}@media (width<=650px){.companion-launcher{right:14px;bottom:max(14px,env(safe-area-inset-bottom));padding:11px 14px;font-size:13px}.companion-launcher svg{width:27px}.companion-drawer,.companion-drawer.expanded{border-radius:17px 17px 0 0;width:100vw;height:94dvh;inset:6dvh 0 0}.companion-drawer.expanded{border-radius:0;height:100dvh;inset:0}.companion-header,.companion-context{padding-left:15px;padding-right:15px}.companion-conversation{padding:15px}.companion-compose{padding-left:15px;padding-right:15px}.companion-goal-summary{gap:7px;display:grid}.companion-header .text-button{font-size:12px}}@media (prefers-reduced-motion:reduce){.companion-drawer *{scroll-behavior:auto!important}}.legal-shell{color:#112b36;background:#f6f9fa;min-height:100vh}.legal-header{background:#061a24;border-bottom:1px solid #27414b;justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:12px clamp(20px,5vw,72px);display:flex}.legal-header a{color:#eef7f8;font-weight:700;text-decoration:none}.legal-header>a:last-child{padding:10px 0}.legal-brand{align-items:center;display:flex}.legal-brand img{width:142px;max-width:42vw;height:auto;display:block}.legal-page{box-sizing:border-box;max-width:860px;margin:0 auto;padding:clamp(42px,7vw,72px) 24px 96px}.legal-page *{box-sizing:border-box}.legal-page h1,.legal-page h2{color:#102d38!important;text-shadow:none!important;opacity:1!important;font-family:inherit!important}.legal-page h1{letter-spacing:-.035em!important;margin:10px 0 16px!important;font-size:clamp(34px,6vw,48px)!important;line-height:1.08!important}.legal-page h2{margin:42px 0 14px!important;font-size:clamp(21px,3.5vw,26px)!important;line-height:1.25!important}.legal-page p,.legal-page li{color:#405564;font-size:17px;line-height:1.72}.legal-page p{margin:0 0 15px}.legal-page ul{margin:10px 0 0;padding-left:24px}.legal-page li{padding:4px 0}.legal-page a{color:#087b78;text-underline-offset:3px}.legal-intro{max-width:720px;color:#274754!important;font-size:20px!important;line-height:1.58!important}.legal-updated{color:#637681!important;font-size:13px!important}.legal-eyebrow{color:#087f72;letter-spacing:.14em;font-size:12px;font-weight:850}.legal-draft{color:#5d4300;background:#fff8db;border:1px solid #ca8a04;border-radius:9px;flex-wrap:wrap;justify-content:space-between;gap:7px 14px;margin:0 0 30px;padding:14px 16px;display:flex}.legal-draft span{font-size:14px}.legal-related{border-top:1px solid #cfdbdf;margin-top:52px;padding-top:24px;font-weight:750}@media (width<=560px){.legal-header{min-height:64px;padding:10px 20px}.legal-brand img{width:124px}.legal-header>a:last-child{font-size:14px}.legal-page{padding:38px 24px 72px}.legal-page p,.legal-page li{font-size:16px;line-height:1.67}.legal-intro{font-size:18px!important}.legal-page h2{margin-top:34px!important}}@media (prefers-reduced-motion:reduce){.legal-shell *{scroll-behavior:auto!important}}
