:root{--bg:#eef6ff;--surface:#ffffff;--surface2:#f7fbff;--ink:#132033;--muted:#60758d;--line:#dbe8f6;--blue:#2368d8;--blue2:#0f4ca8;--teal:#0b877d;--green:#22845a;--amber:#b76e00;--red:#b34242;--purple:#7257d6;--shadow:0 18px 55px rgba(28,56,96,.13);--r:26px;--r2:18px;--tap:48px;--font:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,#fff 0,#f5fbff 32%,var(--bg) 72%);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:50;background:#fff;padding:.7rem 1rem;border:2px solid var(--blue);border-radius:12px}.sr-only{position:absolute;left:-99999px}.app{min-height:100vh}.topbar{position:sticky;top:0;z-index:30;background:rgba(246,251,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding:env(safe-area-inset-top) .7rem .65rem}.topbar-inner{display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center;max-width:1260px;margin:auto}.brand{display:flex;align-items:center;gap:.75rem;min-width:0}.brand img{width:86px;max-height:50px;object-fit:contain;background:#fff;border-radius:14px;padding:.25rem;border:1px solid #e6edf7}.brand-title{font-weight:900;font-size:1.05rem;letter-spacing:.02em}.brand-sub{font-size:.78rem;color:var(--muted);white-space:nowrap}.command{display:flex;gap:.5rem;align-items:center}.command input{min-height:var(--tap);width:100%;border:1px solid var(--line);border-radius:999px;padding:.75rem 1rem;font:inherit;background:#fff;box-shadow:0 3px 14px rgba(30,70,120,.05)}.main-menu{position:relative}.menu-button,button,.button{min-height:var(--tap);border:1px solid var(--line);background:#fff;border-radius:999px;padding:.65rem .95rem;font:inherit;font-weight:800;color:var(--ink);cursor:pointer;box-shadow:0 4px 16px rgba(30,70,120,.06);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;justify-content:center}button:hover,.button:hover{border-color:#aebfd3;transform:translateY(-1px)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:4px solid rgba(35,104,216,.25);outline-offset:2px}.primary{background:var(--blue);border-color:var(--blue);color:#fff}.danger{color:#fff;background:var(--red);border-color:var(--red)}.ghost{background:transparent;box-shadow:none}.menu-panel{position:absolute;right:0;top:calc(100% + .55rem);width:min(96vw,430px);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:.85rem;max-height:82vh;overflow:auto}.menu-search{width:100%;min-height:44px;border:1px solid var(--line);border-radius:16px;padding:.7rem;margin-bottom:.6rem}.menu-group{border-top:1px solid var(--line);padding:.65rem 0}.menu-group:first-of-type{border-top:0}.menu-group h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:.1rem .4rem .5rem}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.menu-item{border:1px solid var(--line);border-radius:16px;background:var(--surface2);min-height:54px;padding:.55rem;text-align:left;font-weight:850}.menu-item span{display:block;font-size:.78rem;color:var(--muted);font-weight:650}.container{max-width:1260px;margin:0 auto;padding:1rem .85rem 5rem}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem;align-items:stretch}.panel{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:1rem}.soft{background:linear-gradient(145deg,#fff,#f3f9ff)}.kicker{display:inline-flex;gap:.35rem;align-items:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--blue)}h1,h2,h3{line-height:1.08;margin:.2rem 0 .65rem}h1{font-size:clamp(2rem,6vw,4.7rem);letter-spacing:-.055em}h2{font-size:clamp(1.35rem,3vw,2rem);letter-spacing:-.03em}h3{font-size:1.1rem}.lead{font-size:1.1rem;color:#31445b;max-width:72ch}.muted,.small-note{color:var(--muted)}.small-note{font-size:.86rem}.actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.stat{background:linear-gradient(180deg,#fff,#f5faff);border:1px solid var(--line);border-radius:22px;padding:1rem}.stat strong{display:block;font-size:2rem;letter-spacing:-.05em}.stat span{color:var(--muted);font-weight:700}.status-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}.big-choice{min-height:132px;border-radius:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.05rem;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:center}.big-choice b{font-size:2.6rem;line-height:1}.big-choice.yes{border-color:#b8ead2}.big-choice.no{border-color:#ffe0aa}.big-choice.unsure{border-color:#d9d2ff}.med-card{display:grid;grid-template-columns:1fr auto;gap:.8rem;align-items:start;border:1px solid var(--line);border-radius:24px;padding:1rem;background:#fff;margin:.7rem 0}.med-title{display:flex;gap:.55rem;align-items:center;font-weight:950;font-size:1.2rem}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border:1px solid var(--line);border-radius:999px;background:#f6faff;color:#40536a;font-size:.8rem;font-weight:800}.meta{display:flex;gap:.4rem;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-weight:850;color:#25374b}.field input,.field select,.field textarea{min-height:48px;border:1px solid var(--line);border-radius:16px;padding:.75rem;font:inherit;background:#fff}.field textarea{min-height:110px;resize:vertical}.portal{min-height:100vh;display:grid;place-items:center;padding:1rem}.portal-shell{max-width:1120px;width:100%;display:grid;grid-template-columns:1.05fr .95fr;gap:1rem}.portal-logo{max-width:330px;width:100%;height:auto;display:block;margin:0 auto 1rem;object-fit:contain}.portal-steps{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.portal-steps span{background:#eef6ff;border:1px solid var(--line);border-radius:999px;padding:.35rem .65rem;font-weight:800}.tabbar{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-top:1px solid var(--line);display:none;grid-template-columns:repeat(5,1fr);gap:.2rem;padding:.35rem .4rem calc(.35rem + env(safe-area-inset-bottom));z-index:25}.tabbar button{border:0;box-shadow:none;border-radius:18px;min-height:54px;flex-direction:column;font-size:.76rem;padding:.25rem}.tabbar b{font-size:1.3rem}.chat-shell{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:1rem}.orb{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0 12%,#9fdcff 13% 32%,#2368d8 33% 70%,#0d2e73 100%);box-shadow:0 20px 80px rgba(35,104,216,.34);margin:0 auto 1rem;position:relative;animation:pulse 4s ease-in-out infinite}.orb::after{content:'';position:absolute;inset:24%;border-radius:50%;border:4px solid rgba(255,255,255,.65)}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}.message-list{display:flex;flex-direction:column;gap:.55rem;max-height:460px;overflow:auto}.msg{padding:.75rem .9rem;border-radius:18px;border:1px solid var(--line);background:#fff}.msg.user{align-self:flex-end;background:#eaf2ff}.msg.ai{align-self:flex-start;background:#f7fbff}.drawer{position:fixed;inset:0;background:rgba(10,20,35,.24);z-index:60;display:grid;place-items:end center;padding:1rem}.modal{width:min(96vw,760px);max-height:90vh;overflow:auto;background:#fff;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);padding:1rem}.section-title{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.wizard-steps{display:flex;gap:.35rem;margin:.5rem 0 1rem}.step{height:8px;flex:1;border-radius:999px;background:#d8e6f4}.step.on{background:var(--blue)}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--line);padding:.6rem;text-align:left}.timeline{display:flex;flex-direction:column;gap:.5rem}.event{border:1px solid var(--line);background:#fff;border-radius:18px;padding:.75rem}.toast{position:fixed;left:50%;bottom:5.5rem;transform:translateX(-50%);background:#142033;color:#fff;padding:.75rem 1rem;border-radius:999px;z-index:80;box-shadow:var(--shadow)}.search-results mark{background:#ffeda6;border-radius:4px}.label-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem}.label-pill{display:flex;justify-content:space-between;gap:.4rem;align-items:center;background:#f6faff;border:1px solid var(--line);border-radius:16px;padding:.6rem;font-weight:850}.chart-bars{display:flex;flex-direction:column;gap:.45rem}.bar-row{display:grid;grid-template-columns:90px 1fr 40px;gap:.5rem;align-items:center}.bar-track{height:13px;background:#e6effa;border-radius:999px;overflow:hidden}.bar-track i{display:block;height:100%;background:var(--blue);border-radius:inherit}.line-chart{width:100%;height:180px;background:#f7fbff;border-radius:18px;padding:.5rem}.access-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem}.toggle{display:flex;gap:.55rem;align-items:center;background:#f7fbff;border:1px solid var(--line);border-radius:16px;padding:.65rem;font-weight:750}.voice-panel{border:1px solid var(--line);background:#f7fbff;border-radius:22px;padding:.8rem}.voice-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.status{border:1px solid var(--line);border-radius:999px;background:#fff;padding:.35rem .55rem;font-size:.8rem;font-weight:850}.status.good{color:var(--green)}.status.warn{color:var(--amber)}.status.bad{color:var(--red)}.status.purple{color:var(--purple)}.boot-error{min-height:100vh;display:grid;place-items:center;padding:1rem}.boot-error pre{white-space:pre-wrap;background:#fff6f6;border:1px solid #f4c7c7;border-radius:16px;padding:1rem;color:#711}.logo-hero{width:min(360px,90%);height:auto;object-fit:contain}.system-strip{display:flex;gap:.5rem;overflow:auto;padding-bottom:.35rem}.system-chip{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#fff;padding:.45rem .75rem;font-weight:850}.body-large{font-size:18px}.body-bigbuttons button,.body-bigbuttons .button{min-height:60px;padding:.85rem 1.15rem}.body-contrast{--bg:#f7f7f7;--ink:#000;--muted:#333;--line:#777;--surface:#fff}.body-reduced *{animation:none!important;transition:none!important}.body-lowsensory{--blue:#426c9c;--purple:#6b6688;--amber:#887044}.body-textdetailed .small-note,.body-textdetailed .muted{font-size:1rem;color:#27384d}.body-senior{font-size:19px}.body-screenreader .kicker{text-transform:none;letter-spacing:0}
@media (max-width:900px){.hero,.grid2,.chat-shell,.portal-shell{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-inner{grid-template-columns:auto 1fr auto}.brand-sub{display:none}.command{grid-column:1/-1}.tabbar{display:grid}.container{padding-bottom:6.2rem}.menu-panel{position:fixed;inset:auto .5rem calc(4.6rem + env(safe-area-inset-bottom)) .5rem;width:auto;max-height:70vh}.form-grid{grid-template-columns:1fr}.voice-status-grid{grid-template-columns:1fr 1fr}.med-card{grid-template-columns:1fr}.brand img{width:74px}.status-row{grid-template-columns:1fr}.grid3{grid-template-columns:1fr}}
@media (max-width:520px){h1{font-size:2.3rem}.grid{grid-template-columns:1fr}.menu-grid{grid-template-columns:1fr}.panel{padding:.85rem;border-radius:22px}.big-choice{min-height:112px}.brand-title{display:none}.portal-logo{max-width:260px}}
/* V32 access and assistant refinement */
.portal-shell-v32{grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);align-items:stretch}.portal-welcome{display:flex;flex-direction:column;justify-content:center}.portal-stack{display:flex;flex-direction:column;gap:1rem}.portal-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem;margin:1rem 0}.portal-flow div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.portal-flow b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.portal-note,.login-help{background:#eef6ff;border:1px solid var(--line);border-radius:18px;padding:.75rem;font-weight:800;color:#29425f}.login-help{display:grid;gap:.35rem;margin-top:.75rem}.auth-card{display:flex;flex-direction:column;gap:.7rem}.wide{width:100%}.wizard-labels{display:flex;gap:.45rem;flex-wrap:wrap;margin:.6rem 0}.wizard-labels span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.35rem .65rem;font-weight:850}.wizard-labels span.on{background:#eaf2ff;border-color:#b9cff2;color:#153a78}.assistant-caps{display:flex;flex-wrap:wrap;gap:.4rem;margin:.7rem 0}.assistant-caps span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.35rem .6rem;font-weight:850}.orb.listening{animation:pulse 1.2s ease-in-out infinite;box-shadow:0 0 0 12px rgba(35,104,216,.12),0 20px 80px rgba(35,104,216,.36)}.voice-selectors{margin:.7rem 0}.voice-selectors select{width:100%}.persona-card{border-top:1px solid var(--line);padding-top:.8rem;margin-top:.8rem}.menu-item span{margin-top:.12rem}@media (max-width:900px){.portal-shell-v32{grid-template-columns:1fr}.portal-flow{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.portal-flow{grid-template-columns:1fr}.voice-status-grid{grid-template-columns:1fr}.wizard-labels span{width:100%}}

/* V36 user education, walkthrough, and REMI dialog refinements */
.timeline-list{display:grid;gap:.75rem;margin-top:.75rem}.timeline-item{display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;text-align:left;border:1px solid var(--line,#dbe7f5);background:linear-gradient(135deg,#ffffff,#f7fbff);border-radius:18px;padding:.9rem;cursor:pointer}.timeline-item span{grid-row:1/3;display:grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:999px;background:#e4f2ff;font-weight:800}.timeline-item b{font-size:1rem}.timeline-item small{color:var(--muted,#607184);line-height:1.35}.why-grid,.quick-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.8rem}.why-grid>div,.quick-guide-grid article,.help-topic{border:1px solid var(--line,#dbe7f5);border-radius:18px;padding:1rem;background:#fff}.empty-state{border:1px dashed var(--line,#dbe7f5);border-radius:18px;padding:1rem;background:#fbfdff}.guide-card .logo-hero{max-height:104px;object-fit:contain}.script-list{display:grid;gap:.55rem}.script-list button,.prompt-row button{justify-content:flex-start;text-align:left}.ai-readiness{border:1px solid var(--line,#dbe7f5);border-radius:20px;background:rgba(255,255,255,.7);padding:1rem;margin:1rem 0}.readiness-row{display:flex;flex-wrap:wrap;gap:.5rem}.readiness-row span{border:1px solid var(--line,#dbe7f5);background:#fff;border-radius:999px;padding:.42rem .7rem;font-size:.92rem}.coach-line{border-left:5px solid #4f8cff;background:#eef6ff;border-radius:16px;padding:.8rem 1rem;margin-bottom:.8rem}.msg.ai{white-space:pre-line}.chat-shell.remi-v36 .assistant-caps span{background:#fff;border:1px solid var(--line,#dbe7f5);box-shadow:0 8px 22px rgba(37,72,109,.07)}
@media (max-width:720px){.timeline-item{grid-template-columns:auto 1fr}.quick-guide-grid{grid-template-columns:1fr}.readiness-row span{width:100%}}

/* V37 bilingual voice pack refinements */
.voice-v37 .voice-pack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.75rem;margin:.8rem 0}
.voice-v37 .dictionary-strip{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding:.75rem;border:1px solid rgba(20,35,55,.12);border-radius:18px;background:rgba(255,255,255,.66)}
.voice-v37 .dictionary-strip span{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;background:#eef6ff;color:#17324d;font-size:.9rem}
.voice-v37 .status.warn{background:#fff7e5;color:#5d4100}
.voice-v37 .status.good{background:#e9f8ef;color:#124928}
