:root{--bg:#f6f7f4;--panel:#fff;--text:#16201d;--muted:#65716d;--line:#dce4df;--accent:#176b5c;--accent-strong:#0e4b41;--amber:#a15d00;--red:#9d2a24;--blue:#315b8d;--coral:#b34b3e;--green-soft:#e8f4ef;--blue-soft:#edf4fb;--amber-soft:#fff2dd;--coral-soft:#faecea;--surface-warm:#fbfaf5;--shadow-soft:0 18px 50px #16201d17;--shadow-lift:0 24px 70px #16201d1f}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{min-height:100%;color:var(--text);background:var(--bg);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0}:focus-visible{outline-offset:2px;outline:3px solid #176b5c57}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.auth-shell{grid-template-rows:auto 1fr;min-height:100vh;padding:28px;display:grid}.auth-brand{align-items:center;gap:10px;width:max-content;font-weight:780;display:inline-flex}.auth-card{grid-template-columns:minmax(0,360px) minmax(320px,420px);place-self:center;align-items:center;gap:28px;width:min(860px,100%);display:grid}.auth-copy{gap:12px;display:grid}.auth-copy h1{margin:0;font-size:32px;line-height:1.12}.auth-copy p{margin:0}.sidebar{border-right:1px solid var(--line);background:#fff;padding:22px 18px}.brand{align-items:center;gap:10px;margin-bottom:24px;font-weight:780;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.nav{gap:6px;display:grid}.nav a{min-height:38px;color:var(--muted);border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:14px;display:flex}.nav a:hover,.nav a.active{color:var(--accent-strong);background:#eef5f2}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f7f4e6;justify-content:space-between;align-items:center;min-height:66px;padding:0 28px;display:flex;position:sticky;top:0}.topbar h1{margin:0;font-size:18px}.content{width:min(1180px,100%);padding:28px}.grid{gap:16px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.panel{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:18px}.panel h2,.panel h3{margin:0 0 10px}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.section-heading h2{align-items:center;gap:8px;display:inline-flex}.muted{color:var(--muted)}.kpi{gap:8px;display:grid}.kpi strong{font-size:28px;line-height:1.1}.checklist{gap:10px;display:grid}.status-row{border-top:1px solid var(--line);grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:12px;display:grid}.status-row p,.action-panel p,.wizard-step p{margin:4px 0 0}.action-panel{grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.access-banner{background:linear-gradient(135deg, #176b5c0f, #315b8d0a), var(--panel);justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.access-banner h2,.access-banner p{margin:0}.access-banner>div{gap:8px;display:grid}.admin-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fit{width:fit-content}.wizard-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.wizard-step{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;min-height:136px;padding:12px;position:relative}.step-index{width:22px;height:22px;color:var(--accent-strong);background:#e8f4ef;border-radius:999px;place-items:center;font-size:12px;font-weight:800;display:grid;position:absolute;top:10px;right:10px}.progress{background:#e9eee9;border-radius:999px;width:100%;height:9px;overflow:hidden}.progress span{border-radius:inherit;background:var(--accent);height:100%;display:block}.button{background:var(--accent);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:10px 14px;font-weight:700;display:inline-flex}.button.secondary{border:1px solid var(--line);color:var(--text);background:#fff}.button.warning{background:var(--amber)}.button:disabled{cursor:not-allowed;opacity:.48}.field{gap:7px;display:grid}.field label{color:var(--muted);font-size:13px}.input,.select,.textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:8px;padding:10px 11px}.textarea{resize:vertical;min-height:94px}.option-row{gap:8px;display:grid}.segmented{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.segment{border:1px solid var(--line);min-height:44px;color:var(--text);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:8px;line-height:1.2;display:flex}.segment.active{border-color:var(--accent);color:var(--accent-strong);background:#e8f4ef;font-weight:700}.badge{min-height:24px;color:var(--accent-strong);background:#edf3f0;border-radius:999px;align-items:center;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.badge.red{color:var(--red);background:#faecea}.badge.amber{color:var(--amber);background:#fff2dd}.table{border-collapse:collapse;width:100%;font-size:14px}.table-scroll{overflow-x:auto}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 8px}.table th{color:var(--muted);font-weight:700}.score-detail{color:var(--muted);margin-top:3px;font-size:12px;display:block}.profile-empty-state{margin:14px 0 0}.code{border:1px solid var(--line);color:#f4fbf7;background:#15211d;border-radius:8px;padding:14px;font-size:13px;overflow:auto}.wellness-note{border-left:4px solid var(--blue);color:#1e426f;background:#edf4fb;padding:12px 14px}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:800}.survey-shell,.survey-module-flow{gap:18px;display:grid}.survey-hero{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:stretch;gap:18px;display:grid}.survey-hero-copy,.survey-summary,.survey-consent,.survey-unavailable,.survey-complete,.module-focus,.question-stage,.survey-empty-state{border:1px solid var(--line);background:var(--panel);border-radius:8px}.survey-hero-copy,.survey-consent,.survey-unavailable,.survey-complete,.module-focus,.question-stage{padding:20px}.survey-hero-copy{background:linear-gradient(135deg, #176b5c14, #315b8d0d), var(--panel);align-content:center;gap:14px;min-height:240px;display:grid}.survey-hero-copy h2,.survey-consent h2,.survey-unavailable h2,.survey-complete h2,.module-focus h2,.survey-hero-copy p,.survey-consent p,.survey-unavailable p,.survey-complete p,.module-focus p{margin:0}.survey-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.survey-summary{gap:13px;padding:18px;display:grid}.survey-summary>div:first-child{gap:7px;display:grid}.survey-summary strong{font-size:26px;line-height:1.1}.survey-summary-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.survey-summary-row span{color:var(--muted)}.survey-module-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.survey-module-card{border:1px solid var(--line);background:var(--panel);border-top-width:4px;border-radius:8px;grid-template-rows:auto auto auto 1fr auto;gap:10px;min-height:214px;padding:16px;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid;position:relative}.survey-module-card:hover{border-color:#176b5c6b;transform:translateY(-2px);box-shadow:0 14px 36px #16201d14}.survey-module-card h3,.survey-empty-state h3{margin:0}.survey-module-card p,.survey-empty-state p{color:var(--muted);margin:0;font-size:14px}.tone-green{border-top-color:var(--accent)}.tone-blue{border-top-color:var(--blue)}.tone-amber{border-top-color:var(--amber)}.tone-coral{border-top-color:var(--coral)}.module-icon{border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.module-icon.tone-green{background:var(--green-soft);color:var(--accent-strong)}.module-icon.tone-blue{background:var(--blue-soft);color:var(--blue)}.module-icon.tone-amber{background:var(--amber-soft);color:var(--amber)}.module-icon.tone-coral{background:var(--coral-soft);color:var(--coral)}.module-status{border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;position:absolute;top:14px;right:14px}.status-not_started{color:var(--muted);background:#eef1ef}.status-in_progress{background:var(--blue-soft);color:var(--blue)}.status-completed{background:var(--green-soft);color:var(--accent-strong)}.status-refresh_due{background:var(--amber-soft);color:var(--amber)}.module-progress{gap:7px;font-size:13px;font-weight:800;display:grid}.survey-empty-state{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.survey-consent,.survey-unavailable,.survey-complete{gap:16px;display:grid}.survey-complete{align-content:center;justify-items:start;min-height:360px}.complete-mark{background:var(--green-soft);width:62px;height:62px;color:var(--accent-strong);border-radius:8px;place-items:center;display:grid}.completion-stats{grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px;width:min(100%,420px);display:grid}.completion-stats>div{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;gap:4px;padding:12px;display:grid}.completion-stats strong{font-size:20px;line-height:1.1}.module-focus{gap:16px;display:grid}.module-focus-heading{grid-template-columns:auto auto minmax(0,1fr);align-items:start;gap:12px;display:grid}.icon-link{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;display:grid}.module-focus-progress{color:var(--muted);grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:12px;font-size:13px;font-weight:700;display:grid}.question-stage{gap:18px;display:grid}.question-stepper{flex-wrap:wrap;gap:7px;display:flex}.question-dot{border:1px solid var(--line);width:30px;height:30px;color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;place-items:center;display:grid}.question-dot.done{background:var(--green-soft);color:var(--accent-strong);border-color:#176b5c4d}.question-dot.active{border-color:var(--accent);box-shadow:0 0 0 3px #176b5c1f}.question-card{align-content:start;gap:18px;min-height:300px;display:grid}.question-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:800;display:flex}.question-ready{color:var(--accent-strong)}.question-pending{color:var(--amber)}.survey-question-field{align-content:start;gap:12px}.survey-question-field label{color:var(--text);font-size:22px;font-weight:800;line-height:1.18}.survey-number-input{max-width:280px;min-height:48px;font-size:18px;font-weight:700}.survey-options{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:stretch}.survey-option{text-align:center;min-height:64px;padding:12px}.survey-text-answer{gap:10px;display:grid}.quick-options{flex-wrap:wrap;gap:8px;display:flex}.quick-option{border:1px solid var(--line);min-height:36px;color:var(--text);cursor:pointer;background:#fff;border-radius:8px;padding:7px 10px;font-weight:700}.quick-option.active{border-color:var(--accent);background:var(--green-soft);color:var(--accent-strong)}.survey-actions{z-index:4;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;gap:12px;padding-top:14px;display:flex;position:sticky;bottom:0}.survey-actions-right{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.consumer-page{gap:18px;display:grid}.consumer-hero,.journey-hero,.profile-hero,.survey-bridge{isolation:isolate;background:var(--surface-warm);min-height:420px;box-shadow:var(--shadow-soft);border-radius:8px;position:relative;overflow:hidden}.consumer-hero.compact{min-height:330px}.consumer-hero-image,.journey-hero-image,.profile-hero-image,.survey-bridge-image{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.consumer-hero:after,.journey-hero:after,.profile-hero:after,.survey-bridge:after{z-index:-1;content:"";background:linear-gradient(90deg,#fbfaf5f0 0%,#fbfaf5d1 36%,#fbfaf52e 74%),linear-gradient(#16201d05,#16201d2e);position:absolute;inset:0}.consumer-hero-content,.journey-hero-copy,.profile-hero-content,.survey-bridge-content{width:min(560px,100%);min-height:inherit;align-content:center;gap:16px;padding:36px;display:grid}.consumer-hero-content h2,.journey-hero-copy h2,.profile-hero-content h2,.survey-bridge-content h2,.survey-route-heading h2,.consumer-band h2{margin:0;font-size:clamp(28px,4vw,48px);line-height:1.05}.consumer-hero-content p,.journey-hero-copy p,.profile-hero-content p,.survey-bridge-content p,.consumer-band p{color:var(--muted);margin:0;font-size:16px;line-height:1.55}.journey-hero-next{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #ffffff8f;border-radius:8px;gap:8px;width:min(320px,100% - 48px);padding:16px;display:grid;position:absolute;bottom:24px;right:24px;box-shadow:0 12px 34px #16201d1f}.journey-hero-next h3,.journey-hero-next p{margin:0}.journey-hero-next p{color:var(--muted);font-size:14px;line-height:1.45}.journey-value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.journey-value-card,.consumer-soft-panel{border:1px solid var(--line);background:#ffffffd1;border-radius:8px;padding:18px}.journey-value-card{gap:10px;display:grid}.journey-value-card svg{color:var(--accent-strong)}.journey-value-card h3,.journey-value-card p{margin:0}.journey-value-card p{color:var(--muted);line-height:1.5}.consumer-band{border:1px solid var(--line);background:var(--panel);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:18px;padding:24px;display:grid}.consumer-band-steps{gap:10px;display:grid}.consumer-band-steps div{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;display:grid}.consumer-band-steps strong{background:var(--green-soft);width:36px;height:36px;color:var(--accent-strong);border-radius:8px;place-items:center;display:grid}.survey-progress-panel{display:grid}.survey-route-heading{justify-content:space-between;align-items:flex-end;gap:18px;padding-top:4px;display:flex}.survey-route-heading>div{gap:6px;display:grid}.survey-route-heading p{width:min(380px,100%);margin:0}.survey-module-card{background:#ffffffe6;overflow:hidden}.survey-module-card-image{object-fit:cover;width:calc(100% + 32px);height:118px;margin:-16px -16px 2px}.survey-module-stage{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:stretch;gap:18px;display:grid}.journey-module-flow .module-focus{background:linear-gradient(135deg, #fffffff0, #fbfaf5db), var(--panel);box-shadow:0 10px 36px #16201d0f}.question-stage{min-height:560px;box-shadow:0 14px 46px #16201d12}.module-story-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;overflow:hidden;box-shadow:0 14px 46px #16201d12}.module-story-image{object-fit:cover;width:100%;height:260px;display:block}.module-story-copy{gap:12px;padding:18px;display:grid}.module-story-copy h3,.module-story-copy p{margin:0}.module-story-copy h3{font-size:22px;line-height:1.12}.module-story-copy p{color:var(--muted);line-height:1.5}.privacy-note{border-top:1px solid var(--line);color:var(--accent-strong);grid-template-columns:18px minmax(0,1fr);gap:9px;padding-top:12px;font-size:13px;line-height:1.45;display:grid}.survey-bridge{min-height:560px}.survey-bridge:after{background:linear-gradient(90deg,#fbfaf5f5 0%,#fbfaf5db 40%,#fbfaf538 78%),linear-gradient(#16201d05,#16201d33)}.survey-bridge-content{width:min(620px,100%)}.bridge-progress{background:#176b5c24;border-radius:999px;width:min(360px,100%);height:8px;overflow:hidden}.bridge-progress span{border-radius:inherit;background:var(--accent);transform-origin:0;width:100%;height:100%;animation:1.7s both bridge-fill;display:block}@keyframes bridge-fill{0%{transform:scaleX(.08)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.bridge-progress span,.survey-module-card,.survey-module-card:hover{transition:none;animation:none;transform:none}}.profile-hero{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;display:grid}.profile-hero-stats{align-self:end;gap:10px;margin:24px;display:grid}.profile-hero-stats.inline{width:min(320px,100%);margin:0}.profile-hero-stats>div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border:1px solid #ffffff8c;border-radius:8px;gap:6px;padding:14px;display:grid;box-shadow:0 12px 34px #16201d1a}.profile-hero-stats span,.profile-hero-stats small{color:var(--muted);font-size:13px;font-weight:700}.profile-hero-stats strong{font-size:30px;line-height:1}.alert-panel{background:#fffdfb;border-color:#9d2a2433}.profile-section-panel{align-content:start;display:grid}.profile-bucket-grid,.nutrient-card-grid,.insight-grid{gap:12px;display:grid}.profile-bucket-card,.nutrient-card,.insight-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:16px;display:grid}.profile-bucket-card h3,.profile-bucket-card p,.nutrient-card p,.insight-card h3,.insight-card p{margin:0}.bucket-signal{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.bucket-signal strong{font-size:24px}.bucket-signal span{color:var(--muted);font-size:13px}.insight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.insight-card{min-height:280px}.insight-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.insight-card-section{border-top:1px solid var(--line);gap:4px;padding-top:10px;display:grid}.insight-card-section strong{align-items:center;gap:6px;display:inline-flex}.settings-actions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:860px){.app-shell{grid-template-columns:1fr}.auth-shell{padding:18px}.auth-card{grid-template-columns:1fr;align-self:start;padding-top:48px}.auth-copy h1{font-size:26px}.sidebar{border-right:0;border-bottom:1px solid var(--line);position:static}.nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content,.topbar{padding-left:16px;padding-right:16px}.grid.two,.grid.three,.segmented,.wizard-steps,.journey-value-grid,.consumer-band,.survey-module-stage,.profile-hero,.insight-grid,.survey-hero,.module-focus-progress,.completion-stats,.survey-empty-state{grid-template-columns:1fr}.survey-hero-copy{min-height:auto}.survey-module-grid{grid-template-columns:1fr}.consumer-hero,.journey-hero,.profile-hero,.survey-bridge{min-height:auto}.consumer-hero:after,.journey-hero:after,.profile-hero:after,.survey-bridge:after{background:linear-gradient(#fbfaf5b8 0%,#fbfaf5f5 44%,#fbfaf5 100%),linear-gradient(#16201d05,#16201d24)}.consumer-hero-image,.journey-hero-image,.profile-hero-image,.survey-bridge-image{z-index:auto;height:210px;position:relative}.consumer-hero-content,.journey-hero-copy,.profile-hero-content,.survey-bridge-content{min-height:auto;padding:20px}.consumer-hero-content h2,.journey-hero-copy h2,.profile-hero-content h2,.survey-bridge-content h2,.survey-route-heading h2,.consumer-band h2{font-size:30px}.journey-hero-next{width:auto;margin:0 20px 20px;position:static}.survey-route-heading{flex-direction:column;align-items:stretch}.question-stage{min-height:auto}.module-story-card{order:-1}.module-story-image{height:190px}.profile-hero-stats{margin:0 20px 20px}.survey-options{grid-template-columns:1fr}.survey-question-field label{font-size:19px}.module-focus-heading{grid-template-columns:auto auto minmax(0,1fr)}.question-card{min-height:auto}.survey-actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;flex-direction:column;align-items:stretch;position:static}.survey-actions-right{justify-content:stretch}.survey-actions .button,.survey-actions-right .button,.survey-hero-actions .button,.settings-actions .button{width:100%}.section-heading,.status-row,.action-panel{grid-template-columns:1fr}.section-heading{flex-direction:column}}
