:root{--bg:#eef5fb;--card:#fff;--ink:#0c1730;--text:#243447;--muted:#64748b;--line:#d7e3ef;--accent:#4f8ee8;--accentDark:#1e5fbf;--accentSoft:#eaf3ff;--danger:#d9344a;--dangerSoft:#fff1f3;--success:#047857;--successSoft:#e8fff5;--warning:#b7791f;--warningSoft:#fff8e6;--nav:#13243b;--shadow:0 18px 45px rgba(15,39,72,.11);--radius:24px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:radial-gradient(circle at top left,#f9fcff 0,var(--bg) 52%,#e5edf5 100%);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button,button{border:0;border-radius:14px;background:var(--accent);color:#fff;padding:12px 16px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button.secondary,button.secondary{background:#697c96}.button.light,button.light{background:#fff;color:var(--ink);border:1px solid var(--line)}.button.dark,button.dark{background:var(--nav)}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;font:inherit;background:#fff;color:var(--ink)}textarea{min-height:110px}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.page{padding:28px 0 60px}.header{background:hsla(0,0%,100%,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}.headerInner{min-height:72px;justify-content:space-between;gap:16px}.brand,.headerInner{display:flex;align-items:center}.brand{gap:12px}.brandMark{width:48px;height:48px;border-radius:16px;background:var(--nav);color:#fff;font-size:32px;font-weight:950;display:grid;place-items:center}.brand h1{margin:0;color:var(--ink);font-size:1.2rem;line-height:1.05}.brand p{margin:3px 0 0;color:var(--muted);font-size:.9rem}.nav{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.nav a{color:var(--ink);font-weight:800;padding:9px 11px;border-radius:12px}.nav a:hover{background:var(--accentSoft)}.hero{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:28px;gap:28px;align-items:center;margin-top:28px}.card,.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accentDark);font-weight:950;font-size:.82rem;margin-bottom:8px}h1,h2,h3{color:var(--ink)}.hero h2{font-size:clamp(2.5rem,5vw,5rem);line-height:.98;margin:0 0 14px}.lead{font-size:1.2rem;line-height:1.55;color:#40536d}.buttonRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}fieldset.panel{margin:0 0 16px}fieldset.panel legend{color:var(--ink);font-weight:950;padding:0 8px}.radioOptionStack{display:grid;grid-gap:12px;gap:12px}.checkboxLine{display:flex;align-items:flex-start;gap:10px}.checkboxLine input{width:auto;margin-top:3px}.grid,.insuranceSourcePanel{display:grid;grid-gap:16px;gap:16px}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--line);padding:7px 10px;font-weight:900;font-size:.84rem;background:#fff}.pill.green{background:var(--successSoft);border-color:#a7f3d0;color:var(--success)}.pill.amber{background:var(--warningSoft);border-color:#f6d77a;color:var(--warning)}.familyShell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#162b46,#0f1b2d);padding:24px 18px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar,.sidebar .brand h1,.sidebar .brand p{color:#fff}.sideNav{display:grid;grid-gap:8px;gap:8px;margin-top:28px}.sideNav a{padding:13px 14px;border-radius:14px;color:#fff;font-weight:850}.sideNav a.active,.sideNav a:hover{background:hsla(0,0%,100%,.13)}.main{padding:28px}.dashboardInfoMain{background:#f8fbff}.dashboardInfoCard{max-width:1080px;margin:0 auto}.dashboardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.dashboardTop h1{font-size:clamp(2rem,4vw,3.6rem);margin:0}.alertGroups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:22px}.memberCard{padding:18px;border-radius:20px;border:1px solid var(--line);background:#fff;box-shadow:0 10px 28px rgba(15,39,72,.08)}.memberHead{display:grid;grid-template-columns:58px 1fr auto;grid-gap:12px;gap:12px;align-items:center}.avatar{width:58px;height:58px;border-radius:18px;background:var(--nav);color:#fff;font-weight:950;display:grid;place-items:center;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.memberHead h3{margin:0;font-size:1.2rem}.muted{color:var(--muted)}.progress{height:12px;background:#e8eef5;border-radius:999px;overflow:hidden;margin:12px 0 8px}.progress>div{height:100%;background:linear-gradient(90deg,var(--accent),#7cc7b8)}.statusReady{background:var(--successSoft);color:var(--success);border-color:#a7f3d0}.statusReview{background:var(--warningSoft);color:var(--warning);border-color:#f6d77a}.statusIncomplete{background:var(--dangerSoft);color:var(--danger);border-color:#fecdd3}.statusPaused{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}.statusNeutral{background:#f8fafc;color:#334155}.billingReadinessShell{min-height:100vh;background:#f8fbff;padding:28px;display:grid;grid-gap:18px;gap:18px;align-content:start}.billingReadinessCard,.billingReadinessHero{max-width:1180px;width:100%;margin:0 auto}.billingReadinessHero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3.5rem)}.billingReadinessGrid{align-items:start}.billingReadinessDefinitionList{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.billingReadinessDefinitionRow{display:grid;grid-template-columns:minmax(150px,.45fr) minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.billingReadinessDefinitionRow dt{color:var(--muted);font-weight:850}.billingReadinessDefinitionRow dd{margin:0;min-width:0;overflow-wrap:anywhere;font-weight:850}.billingReadinessTableWrap{width:100%;overflow-x:auto;margin-top:16px}.billingReadinessTable{width:100%;border-collapse:collapse;min-width:620px}.billingReadinessTable caption{text-align:left;color:var(--muted);font-weight:900;padding:0 0 8px}.billingReadinessTable td,.billingReadinessTable th{border-bottom:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.billingReadinessTable th{color:var(--muted);font-size:.88rem}.billingReadinessTable code,.billingReadinessWrapText{overflow-wrap:anywhere;word-break:break-word}.billingReadinessStatusLine{align-items:center}.billingReadinessActionNotes{color:var(--muted);font-size:.95rem;line-height:1.5}.billingReadinessBlockerList{column-count:2;margin-bottom:18px}@media (max-width:720px){.billingReadinessShell{padding:16px}.billingReadinessDefinitionRow{grid-template-columns:1fr;gap:4px}.billingReadinessTable{min-width:560px}.billingReadinessBlockerList{column-count:1}}html[data-theme=dark] .billingReadinessShell{background:#0f172a}html[data-theme=dark] .billingReadinessDefinitionRow dt,html[data-theme=dark] .billingReadinessTable caption,html[data-theme=dark] .billingReadinessTable th{color:#cbd5e1}.memberActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.memberExpand{border-top:1px solid var(--line);margin-top:14px;padding-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.miniList{margin:0;padding-left:18px;line-height:1.6}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:900}.tab.active{background:var(--nav);color:#fff}.emergencyShell{width:min(1100px,calc(100% - 28px));margin:0 auto;padding:24px 0 50px}.emergencyTopbar{background:linear-gradient(135deg,#ea3555,#4f8ee8);color:#fff;border-radius:28px;padding:22px 26px;display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px}.emergencyTopbar h1{color:#fff;margin:0}.patientSummary{background:#101d31;color:#fff;border-radius:26px;padding:22px;display:grid;grid-template-columns:78px 1fr auto;grid-gap:16px;gap:16px;align-items:center;margin-bottom:20px}.patientSummary h2{color:#fff;margin:0 0 4px;font-size:2.4rem}.emergencyGrid{grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.emergencyCard{background:#12233b;color:#fff;border-radius:24px;padding:22px}.emergencyCard h3{color:#fff;margin-top:0}.alertItem{background:rgba(217,52,74,.26);border-left:5px solid #ff5b75;padding:12px;border-radius:14px;font-weight:900;margin-bottom:10px}.tagRow{display:flex;flex-wrap:wrap;gap:8px}.tag{border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.1);border-radius:999px;padding:7px 10px;font-weight:850}.medCard{border-radius:16px;padding:12px;margin-bottom:9px}.faceSheet,.medCard{background:#fff;color:var(--ink)}.faceSheet{padding:20px;border-radius:18px}.faceGrid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:12px;gap:12px}.qrWrap{background:#fff;padding:12px;border-radius:18px;display:inline-block}.lookupBox{max-width:620px;margin:36px auto}.footer{margin:50px 0 20px;color:var(--muted);font-size:.9rem}.publicFooter{max-width:1120px;margin:36px auto 24px;padding:18px 20px 0;border-top:1px solid var(--line);color:var(--muted);display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:space-between;font-size:.88rem}@media (max-width:920px){.alertGroups,.emergencyGrid,.faceGrid,.familyShell,.grid2,.grid3,.hero{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.dashboardTop,.emergencyTopbar,.patientSummary{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.memberHead{grid-template-columns:58px 1fr}}@media print{body{background:#fff}.header,.noPrint,.sidebar{display:none!important}.container,.emergencyShell,.faceSheet{width:auto;margin:0;padding:0}.card,.emergencyCard,.emergencyTopbar,.panel,.patientSummary{box-shadow:none!important}}.warningBox{background:var(--warningSoft);border:1px solid #f6d77a;color:#7c4a03;border-radius:16px;padding:12px 14px;font-weight:850;margin:16px 0}.successBox{background:var(--successSoft);border:1px solid #a7f3d0;color:var(--success);border-radius:16px}.errorBox,.successBox{padding:12px 14px;font-weight:850;margin-top:16px}.errorBox{background:var(--dangerSoft);border:1px solid #fecdd3;color:var(--danger);border-radius:16px}.betaForm{max-width:900px;margin:0 auto}.betaForm label,.lookupBox label{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-weight:850;margin-top:14px}.checkboxList label{align-items:flex-start;gap:10px;font-weight:850;color:var(--ink);padding:10px;border:1px solid var(--line)}.checkboxList input{width:auto;margin-top:2px}.disabledOption{opacity:.55}.memberDetailLayout{display:grid;grid-template-columns:230px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start;margin-top:24px}.memberSectionNav{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:8px;gap:8px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow)}.sectionNavTitle{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin:4px 6px 8px}.sectionNavItem{display:block;padding:11px 12px;border-radius:14px;color:var(--ink);font-weight:900;text-decoration:none;border:1px solid transparent}.sectionNavItem:hover{background:#f3f7ff;border-color:var(--line)}.sectionNavItem.active{color:#fff;background:var(--nav);border-color:var(--nav)}.memberSectionContent{min-width:0}@media (max-width:980px){.memberDetailLayout{grid-template-columns:1fr}.memberSectionNav{position:static}}.backNavRowSolo,.memberBackNav{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 8px}.backNavRowSolo{margin-top:0;margin-bottom:18px}.backNavLink{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font-weight:900;text-decoration:none;box-shadow:0 8px 20px rgba(2,8,23,.05)}.backNavLink:hover{background:#f3f7ff;border-color:#b8c9e6}.brandLogoLink{min-width:220px}.siteLogo{height:54px;max-width:260px}.sideBrandLogo{grid-gap:6px;gap:6px}.sidebarLogo{width:190px}@media (max-width:720px){.siteLogo{height:44px;max-width:210px}}.breakText{overflow-wrap:anywhere;word-break:break-word}.qrPreviewPanel{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;margin-top:22px;padding:20px;border:1px solid var(--line);border-radius:22px;background:#f8fbff}.qrImage{width:210px;height:210px;background:#fff;border-radius:14px;padding:10px}.inlineCheck,.qrImage{border:1px solid var(--line)}.inlineCheck{display:flex!important;align-items:center;gap:10px;align-self:end;padding:12px;border-radius:14px;background:#f8fbff}.inlineCheck input{width:auto}.softDivider{border:0;border-top:1px solid var(--line);margin:28px 0}.publicEmergencyShell{min-height:100vh;background:#edf5ff;padding:28px}.publicEmergencyCard{max-width:980px;margin:0 auto;background:#fff;border:1px solid #cfe0f5;border-radius:24px;padding:28px;box-shadow:0 20px 60px rgba(2,8,23,.12)}.emergencyHeader{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:2px solid #dbeafe;padding-bottom:18px;margin-bottom:18px}.printButton{border:0;border-radius:14px;background:var(--blue);color:#fff;padding:12px 16px;font-weight:900;cursor:pointer}.emergencyDisclaimer{background:#fff8e6;border:1px solid #f2c94c;color:#6f4300;border-radius:16px;padding:14px;font-weight:800;margin-bottom:18px}.emergencyGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.emergencySection{border:1px solid #dbeafe;border-radius:18px;padding:16px;margin-bottom:16px;background:#fff}.emergencySection h2{margin:0 0 10px;font-size:22px}.urgentSection{border-color:#fecaca;background:#fff7f7}.deviceBlock,.emergencyContact{display:grid;grid-gap:4px;gap:4px;border-top:1px solid #e5edf7;padding-top:10px;margin-top:10px}.deviceBlock:first-of-type,.emergencyContact:first-of-type{border-top:0;margin-top:0;padding-top:0}.emergencyFooter{border-top:1px solid #dbeafe;margin-top:24px;padding-top:16px;color:var(--muted);font-weight:800}@media (max-width:800px){.emergencyGrid,.qrPreviewPanel{grid-template-columns:1fr}.emergencyHeader{display:grid}}@media print{body{background:#fff!important}.backNavLink,.leftNav,.memberBackNav,.memberSectionNav,.noPrint,.printButton,.sideBar,.sidebar,header,nav{display:none!important}.publicEmergencyShell{background:#fff;padding:0}.publicEmergencyCard{max-width:none;border:0;border-radius:0;box-shadow:none;padding:0}.emergencySection{page-break-inside:avoid;break-inside:avoid}}@media (max-width:720px){.brandLogoLink{min-width:190px}.siteLogo{height:46px;max-width:220px}}.brandLogoLink{display:inline-flex;align-items:center;min-width:250px;padding:0}.siteLogo{display:block;height:58px;width:auto;max-width:300px;object-fit:contain}.sideBrandLogo{display:grid;grid-gap:8px;gap:8px;align-items:start}.sidebarLogo{display:block;width:210px;max-width:100%;height:auto;object-fit:contain;background:#fff;border-radius:14px;padding:6px}.heroHeadlineCentered{text-align:center;display:grid;justify-items:center;grid-gap:6px;gap:6px;line-height:1.08;margin-left:auto;margin-right:auto;max-width:760px}.heroHeadlineCentered .heroLine{display:block}.heroLineOne{color:#0d1830;font-size:clamp(2.2rem,4.4vw,4.7rem);font-weight:900}.heroLineFamily{color:#13aead;font-size:clamp(2.05rem,4vw,4.35rem);font-style:italic;font-weight:800}.heroLineEmergency{color:#0d3f7c;font-size:clamp(2.1rem,4.2vw,4.55rem);font-weight:900;margin-top:8px}.heroLineMatters{color:#b8323a;font-size:clamp(1.95rem,3.8vw,4.1rem);font-style:italic;font-weight:900}.heroGap{display:block;width:150px;height:6px;border-radius:999px;background:linear-gradient(90deg,#13aead,#4b8be8);margin:14px 0 10px}.heroSubline{text-align:center;max-width:620px;margin-left:auto;margin-right:auto;font-size:clamp(1.05rem,1.6vw,1.45rem);font-weight:850;color:#29415f}@media (max-width:720px){.brandLogoLink{min-width:190px}.siteLogo{height:46px;max-width:220px}.heroHeadlineCentered{text-align:left;justify-items:start}.heroSubline{text-align:left}}.youremrHeader{min-height:150px!important;background:#fff!important;border-bottom:1px solid #d6e3f3!important;padding:0!important}.youremrHeader,.youremrHeaderInner{width:100%!important;display:flex!important;align-items:center!important}.youremrHeaderInner{justify-content:space-between!important;gap:40px!important;padding:20px 64px!important}.youremrLogoLink{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;min-width:430px!important;text-decoration:none!important}.youremrLogoImage{display:block!important;height:110px!important;width:auto!important;max-width:480px!important;object-fit:contain!important}.youremrNav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:28px!important;flex-wrap:wrap!important}.youremrNav a{color:#0d1830!important;text-decoration:none!important;font-weight:900!important;font-size:1.08rem!important;white-space:nowrap!important}.youremrHomePage{min-height:calc(100vh - 150px)!important;background:#edf5ff!important}.youremrHero{display:grid!important;grid-template-columns:minmax(720px,1.2fr) minmax(430px,.85fr)!important;grid-gap:42px!important;gap:42px!important;align-items:center!important;max-width:1540px!important;margin:0 auto!important;padding:70px 70px 82px!important}.youremrHeroCopy{width:100%!important;display:grid!important;justify-items:center!important;text-align:center!important}.youremrEyebrow{color:#1e63c7!important;font-size:1rem!important;font-weight:950!important;letter-spacing:.22em!important;text-transform:uppercase!important;margin-bottom:24px!important}.youremrHeroHeadline{display:grid!important;justify-items:center!important;grid-gap:8px!important;gap:8px!important;margin:0 auto!important;max-width:920px!important;width:100%!important;line-height:1.04!important;text-align:center!important}.youremrHeroHeadline span{display:block!important}.lineOne{color:#0d1830!important;font-size:clamp(3rem,5vw,5.65rem)!important;font-weight:950!important}.lineFamily{color:#13aead!important;font-size:clamp(2.75rem,4.6vw,5.05rem)!important;font-weight:850!important;font-style:italic!important}.lineEmergency{color:#0d3f7c!important;font-size:clamp(2.85rem,4.8vw,5.25rem)!important;font-weight:950!important;margin-top:8px!important}.lineMatters{color:#a92f37!important;font-size:clamp(2.55rem,4.25vw,4.65rem)!important;font-weight:950!important;font-style:italic!important}.lineSpacer{width:190px!important;height:8px!important;border-radius:999px!important;background:linear-gradient(90deg,#13aead,#4b8be8)!important;margin:20px 0 14px!important}.youremrHeroSubline{text-align:center!important;max-width:760px!important;margin:32px auto 0!important;color:#29415f!important;font-size:clamp(1.25rem,1.8vw,1.65rem)!important;font-weight:950!important}.youremrHeroActions{display:flex!important;gap:14px!important;justify-content:center!important;margin-top:34px!important;flex-wrap:wrap!important}.youremrPlanCard{background:#fff!important;border:1px solid #d1dff0!important;border-radius:30px!important;padding:30px!important;box-shadow:0 24px 70px rgba(2,8,23,.1)!important}.youremrPlanTile{border:1px solid #d1dff0!important;border-radius:24px!important;padding:30px 32px!important;margin-top:22px!important;background:#fff!important}.youremrPlanTile h2{font-size:1.4rem!important;margin:0 0 16px!important}.youremrPlanTile p{margin:0!important;color:#0d1830!important;font-size:1.05rem!important;line-height:1.28!important}.homePricingSection{max-width:1320px!important;margin:0 auto!important;padding:20px 70px 70px!important}.homePricingSection h2{margin:0 0 12px!important;font-size:clamp(2rem,3vw,3.2rem)!important}.pricingGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:20px!important;gap:20px!important;margin-top:28px!important}.pricingPlanCard{background:#fff!important;border:1px solid #d1dff0!important;border-radius:18px!important;padding:24px!important;box-shadow:0 18px 45px rgba(2,8,23,.08)!important;display:flex!important;flex-direction:column!important;gap:14px!important}.pricingPlanCard h3{margin:0!important;font-size:1.7rem!important}.pricingPlanCard p,.pricingPlanCard ul{margin:0!important}.pricingPlanCard ul{padding-left:20px!important}.pricingPlanCard li{margin:7px 0!important}.pricingLine{border-top:1px solid #e4edf8!important;padding-top:10px!important;color:#29415f!important}.youremrSidebarLogo{width:210px!important}@media (max-width:1180px){.youremrHeader{min-height:120px!important}.youremrHeaderInner{padding:18px 30px!important}.youremrLogoLink{min-width:300px!important}.youremrLogoImage{height:84px!important;max-width:350px!important}.youremrNav{gap:16px!important}.youremrHero{grid-template-columns:1fr!important;padding:54px 28px 70px!important}.homePricingSection{padding:10px 28px 58px!important}.pricingGrid{grid-template-columns:1fr!important}}@media (max-width:760px){.youremrHeaderInner{display:grid!important;justify-items:center!important;padding:14px 18px!important}.youremrLogoLink{min-width:0!important}.youremrLogoImage{height:68px!important;max-width:280px!important}.youremrNav{justify-content:center!important;gap:10px!important}.youremrHero{padding:38px 18px 56px!important}.homePricingSection{padding:8px 18px 46px!important}}.header,.siteHeader,header,header.siteHeader{min-height:150px}.brandLogoLink .siteLogo,.siteLogo{height:110px!important;max-width:480px!important}.hero h1,.hero h2,.heroHeadline,.refinedHeroHeadline{text-align:center!important}.youremrWideLogoHeader{width:100%!important;min-height:182px!important;border-bottom:1px solid #d6e3f3!important;display:flex!important;align-items:center!important;padding:0!important}.youremrWideLogoHeaderInner{width:100%!important;display:grid!important;grid-template-columns:minmax(520px,620px) minmax(0,1fr)!important;grid-gap:28px!important;gap:28px!important;padding:8px 56px!important}.youremrWideLogoLink{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;text-decoration:none!important}.youremrWideLogoImage{width:clamp(520px,41vw,620px)!important;min-width:310px!important;max-width:620px!important;max-height:190px!important;object-fit:contain!important}.youremrWideLogoNav{gap:15px!important;margin-left:auto!important}.youremrWideLogoNav a{color:#0d1830!important;text-decoration:none!important;font-weight:950!important;font-size:1rem!important;white-space:nowrap!important}.youremrHeaderButton{border-radius:16px!important;padding:14px 20px!important;font-weight:950!important}.youremrHeaderButtonLight{border:1px solid #cbd9ec!important}.youremrHeaderButtonPrimary{background:#4b8be8!important}.youremrSidebarLogoWrap{display:grid!important;grid-gap:8px!important;gap:8px!important;align-items:start!important}.youremrSidebarLogo{display:block!important;width:230px!important;max-width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important;padding:6px!important}@media (max-width:1250px){.youremrWideLogoHeader{min-height:172px!important}.youremrWideLogoHeaderInner{grid-template-columns:minmax(520px,570px) minmax(0,1fr)!important;padding:8px 34px!important;gap:22px!important}.youremrWideLogoImage{width:clamp(520px,42vw,570px)!important;min-width:0!important;max-width:570px!important;max-height:172px!important}.youremrWideLogoNav{gap:12px!important}.youremrWideLogoNav a{font-size:.96rem!important}}@media (max-width:1080px){.youremrWideLogoHeader{min-height:0!important}.youremrWideLogoHeaderInner{grid-template-columns:1fr!important;justify-items:center!important;padding:18px 20px!important}.youremrWideLogoLink{justify-content:center!important}.youremrWideLogoImage{width:clamp(360px,56vw,460px)!important;max-width:460px!important;max-height:138px!important}.youremrWideLogoNav{justify-content:center!important}}@media (max-width:860px){.youremrWideLogoHeader{min-height:0!important}.youremrWideLogoHeaderInner{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;padding:12px 14px!important}.youremrWideLogoLink{justify-content:center!important}.youremrWideLogoImage{width:min(88vw,430px)!important;min-width:0!important;max-width:430px!important;max-height:126px!important}.youremrWideLogoNav{justify-content:center!important;gap:10px!important}}@media (max-width:620px){.youremrWideLogoImage{width:min(86vw,336px)!important;max-width:336px!important;max-height:98px!important}}.youremrSidebarLogoLink{text-decoration:none!important;color:inherit!important;cursor:pointer!important}.youremrSidebarLogoLink:hover .youremrSidebarLogo{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,23,42,.18)}.youremrSidebarLogo{transition:transform .16s ease,box-shadow .16s ease}.welcomeSubtext{color:#60718b;font-weight:700}.docScanForm input[type=file]{padding:14px;background:#f8fbff;border:1px dashed #b8cce6}.helpText{display:block;margin-top:8px;color:#60718b;font-size:.92rem;font-weight:700}.pillRow{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.preserveText{white-space:pre-wrap}.buildNumber{margin-top:28px;color:#60718b;font-size:.8rem;font-weight:800;letter-spacing:.04em}.buildNumberCompact{margin-top:auto;padding:18px 8px 4px;color:hsla(0,0%,100%,.68)}.dangerOutline{border:1px solid #fecaca;background:#fff7f7;color:#b91c1c;border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer}.infoBox{background:#eef6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:16px;padding:14px;font-weight:800;margin:14px 0}.earlyAccessPlanSwitcher{display:grid;grid-gap:16px;gap:16px;margin-bottom:22px}.earlyAccessPlanSwitcherHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.earlyAccessPlanSwitcher h2{margin:0 0 8px}.planPreviewOptions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.planPreviewOption{width:100%;min-height:132px;align-items:stretch;justify-content:space-between;gap:14px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#f8fbff;color:var(--ink);text-align:left;box-shadow:none}.planPreviewOption:focus-visible:not(:disabled),.planPreviewOption:hover:not(:disabled){border-color:#9fc6ea;background:#eef6ff}.planPreviewOption.selected{border-color:#a7f3d0;background:#f0fdf7}.planPreviewOption:disabled{cursor:default;opacity:1}.planPreviewOption span:first-child{display:grid;grid-gap:6px;gap:6px}.planPreviewOption strong{font-size:1rem}.planPreviewOption small{color:var(--muted);font-weight:800;line-height:1.35}.planPreviewBillingNote{margin:0;color:#475569;font-size:.92rem;font-weight:850}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.medicationQuickAdd{grid-column:1/-1}.publicEmergencyActions{gap:10px;flex-wrap:wrap}.cardHeaderRow{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}@media (max-width:760px){.earlyAccessPlanSwitcherHeader,.grid3,.planPreviewOptions{grid-template-columns:1fr}.earlyAccessPlanSwitcherHeader{display:grid}.publicEmergencyActions{justify-content:flex-start}}.inlineError{margin-top:10px}.topStatus{margin:14px 0}.rxResultList{display:grid;grid-gap:8px;gap:8px;max-height:280px;overflow:auto;margin:10px 0}.rxResult{text-align:left;border:1px solid #d1dff0;background:#fff;border-radius:14px;padding:12px;display:grid;grid-gap:4px;gap:4px;cursor:pointer}.rxResult span{color:#60718b;font-size:.9rem}.rxResult.selected{border-color:#13aead;background:#ecfeff}.documentReviewDetails{margin-top:14px;padding:14px;background:#f8fbff;border:1px solid #d1dff0;border-radius:16px}.simpleReminderForm{margin-top:24px;padding-top:18px;border-top:1px solid #d1dff0}.emergencyPreviewStack,.profileStack{display:grid;grid-gap:22px;gap:22px}.profileSubCard{border-top:5px solid #13aead}.publicPreviewMock{margin-top:22px;padding:24px;border:1px solid #d1dff0;border-radius:22px;background:#fff}.previewEditorBar{display:grid;grid-gap:12px;gap:12px;margin-top:20px;padding:14px;border:1px solid #d1dff0;border-radius:16px;background:#f8fbff}.previewEditorActions,.previewEditorStatus{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.previewEditorActions{margin-top:0}.compactStatusBox{margin-top:0;padding:10px 12px}.previewSection{margin-top:18px;padding:18px;border:1px solid #d1dff0;border-radius:18px;background:#fff}.previewSectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.previewSectionHeader h3{margin:0}.previewSectionAlert{border-color:#fecaca;background:#fff7f7}.previewSectionHidden{border-style:dashed;background:#f8fafc;color:#64748b}.hiddenFromQr .emergencyPatientPhoto,.previewSectionHidden>div:last-child{opacity:.34;filter:grayscale(.4)}.identityOptionalLine.hiddenFromQr{color:#94a3b8}.inlineVisibilityControl{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin-left:8px;vertical-align:middle}.identityOptionalItem .inlineVisibilityControl,.previewSectionHeader .inlineVisibilityControl{margin-left:0}.smallInlineButton{min-height:0;padding:6px 9px;border-radius:999px;font-size:.78rem;line-height:1}.identityOptionalItem{display:grid;grid-gap:8px;gap:8px;align-content:start}.identityOptionalLine{display:inline}.previewVisibilityPanel{position:-webkit-sticky;position:sticky;top:10px;z-index:6;background:#fff;border:1px solid #d1dff0;border-radius:22px;padding:26px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.previewVisibilityPanel .visibilitySettingsGrid{grid-template-columns:minmax(220px,.75fr) minmax(0,2fr);align-items:start}.previewVisibilityPanel .checkboxList{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px}.previewVisibilityPanel .visibilityOption{flex:1 1 210px;min-width:min(100%,210px)}.previewVisibilityPanel .checkboxList label{min-height:46px}.checkboxList{display:grid;grid-gap:10px;gap:10px}.checkboxList label{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #d1dff0;border-radius:14px;background:#f8fbff;font-weight:900}.disabledOption{opacity:.58}.sectionCard{background:#fff;border-radius:22px;padding:26px;box-shadow:0 18px 50px rgba(15,23,42,.06);border:1px solid #d1dff0;border-top:5px solid #d1dff0}.sectionAccent-teal{border-top-color:#13aead}.sectionAccent-blue{border-top-color:#4b8be8}.sectionAccent-gold{border-top-color:#f2b84b}.sectionAccent-red{border-top-color:#b8323a}.sectionAccent-green{border-top-color:#18a058}.emergencyPatientPhoto,.profilePhotoPreview{display:block;width:150px;height:150px;object-fit:cover;border-radius:18px;border:1px solid #d1dff0;background:#f8fbff}.photoPlaceholder{display:grid;place-items:center;width:150px;height:150px;border-radius:18px;border:1px dashed #b8cce6;background:#f8fbff;color:#60718b;font-weight:900;text-align:center;padding:12px}.emergencyHeader.withPhoto,.previewIdentityWithPhoto{display:flex;gap:18px;align-items:center}.visibilityOption{display:grid;grid-gap:6px;gap:6px}.visibilityOption label{margin:0}.smallWarning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:8px 10px;font-size:.88rem;font-weight:800}.medicationQuickAdd{margin-top:18px}@media (max-width:760px){.previewVisibilityPanel{position:static;padding:18px}.previewVisibilityPanel .visibilitySettingsGrid{grid-template-columns:1fr}.previewVisibilityPanel .checkboxList{display:grid}.previewVisibilityPanel .visibilityOption{min-width:0}.previewEditorActions,.previewEditorStatus,.previewSectionHeader{display:grid}.previewEditorActions .button,.previewEditorActions .tooltipWrap,.previewEditorActions button{width:100%}.previewEditorActions .tooltipWrap .button{display:block;text-align:center}.inlineVisibilityControl{margin:6px 0 0}.emergencyHeader.withPhoto,.previewIdentityWithPhoto{display:grid}.emergencyPatientPhoto,.photoPlaceholder,.profilePhotoPreview{width:120px;height:120px}}.emergencyPageLight{background:#eef5fb;color:#0c1730;min-height:100vh;padding:28px 0}.emergencyFaceSheet{background:#fff!important;color:#0c1730!important;border:1px solid #d1dff0;box-shadow:0 18px 50px rgba(15,23,42,.08)}.emergencyFaceSheet h1,.emergencyFaceSheet h2,.emergencyFaceSheet h3,.emergencyFaceSheet p,.emergencyFaceSheet strong{color:#0c1730}.emergencyPatientPhoto,.faceSheetPhoto{width:128px!important;height:128px!important;min-width:128px;object-fit:cover!important;object-position:center center;border-radius:16px;border:1px solid #d1dff0;background:#f8fbff}.lightPrintButton{background:#fff;color:#0c1730;border:1px solid #d1dff0}.disabledMedicationHelper{opacity:.88;background:#f8fbff}.statusDone{background:#e8fff5;border-color:#a7f3d0;color:#047857}.statusOpen{background:#eaf3ff;border-color:#bfdbfe;color:#1e5fbf}.statusOverdue{background:#fff8e6;border-color:#f6d77a;color:#92400e}.statusArchived{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.actionDone{border-color:#a7f3d0!important;color:#047857!important}.actionArchive{border-color:#cbd5e1!important;color:#475569!important}.actionOpen{border-color:#bfdbfe!important;color:#1e5fbf!important}.checkboxList label,.visibilityOption{overflow:hidden}.smallWarning{white-space:normal;overflow-wrap:anywhere;max-width:100%}@media print{.noPrint,.publicEmergencyActions{display:none!important}.emergencyPageLight{background:#fff!important;padding:0!important}.emergencyFaceSheet{box-shadow:none!important;border:0!important;padding:.35in!important}.emergencyPatientPhoto,.faceSheetPhoto{width:1.25in!important;height:1.25in!important;min-width:1.25in!important;object-fit:cover!important}.emergencySection{break-inside:avoid;page-break-inside:avoid}}.publicEmergencyActions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:16px}.publicEmergencyActions .lightPrintButton,.publicEmergencyActions .printButton{display:inline-flex;align-items:center;justify-content:center;opacity:1;visibility:visible;background:#fff;color:#061a3a;border:1px solid #cfe0f5;border-radius:14px;padding:10px 18px;font-weight:800;cursor:pointer;text-decoration:none}.publicEmergencyActions .lightPrintButton:hover,.publicEmergencyActions .printButton:hover{background:#eef6ff;color:#061a3a}.emergencyHeader.withPhoto{display:flex;justify-content:flex-start;align-items:center;gap:28px;text-align:left}.emergencyHeader.withPhoto .emergencyIdentityBlock{max-width:720px}.emergencyHeader.withPhoto h1{margin-top:8px;margin-bottom:10px}.faceSheetPhoto{flex:0 0 auto}@media print{.noPrint,.publicEmergencyActions{display:none!important}body,html{background:#fff!important;font-size:11px!important}.emergencyPage,.emergencyPageLight{background:#fff!important;padding:0!important;margin:0!important}.emergencyCard.emergencyFaceSheet,.emergencyFaceSheet{box-shadow:none!important;border:none!important;padding:0!important;margin:0!important;max-width:none!important;width:100%!important}.noPrint,.publicEmergencyActions{display:none!important}.emergencyHeader.withPhoto{display:flex!important;align-items:center!important;gap:14px!important;padding-bottom:8px!important;margin-bottom:8px!important;border-bottom:1px solid #d7e5f5!important}.emergencyPatientPhoto,.faceSheetPhoto{width:72px!important;height:72px!important;border-radius:10px!important;object-fit:cover!important}.emergencyIdentityBlock h1{font-size:24px!important;margin:2px 0 4px!important;line-height:1.1!important}.eyebrow{font-size:10px!important;letter-spacing:.12em!important;margin:0!important}.emergencyIdentityDetails p,.emergencyIdentityLine{margin:2px 0!important;line-height:1.25!important}.emergencyDisclaimer{font-size:11px!important;padding:7px 9px!important;margin:8px 0!important;border-radius:8px!important;line-height:1.25!important}.emergencyGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:7px!important;gap:7px!important;margin:7px 0!important}.emergencySection{padding:8px 10px!important;margin:7px 0!important;border-radius:9px!important;page-break-inside:avoid!important;break-inside:avoid!important}.emergencyGrid .emergencySection{margin:0!important}.emergencySection h2{font-size:15px!important;margin:0 0 4px!important;line-height:1.1!important}.emergencySection div,.emergencySection p,.preserveText{font-size:11px!important;line-height:1.25!important}.emergencyContact{margin:0 0 6px!important;padding:0 0 5px!important;border-bottom:1px solid #e5edf7!important}.emergencyContact p{margin:2px 0!important}.emergencyFooter{font-size:10px!important;margin-top:8px!important;padding-top:6px!important;border-top:1px solid #d7e5f5!important}.buildNumber,.buildNumberCompact{font-size:9px!important;opacity:.55!important}}@media print{@page{size:letter;margin:.35in}}.medicationQuickAdd button.light:last-of-type{background:#2e9d68;color:#fff;border-color:#2e9d68;font-weight:900}.medicationQuickAdd button.light:last-of-type:hover{background:#26875a;color:#fff;border-color:#26875a}.medicationQuickAdd button.light:last-of-type:disabled{background:#e8f3ee;color:#7f9b8e;border-color:#cfe3d9;cursor:not-allowed}.patientIdentityCard{width:100%;display:flex;gap:22px;align-items:stretch;text-align:left;background:#fff;border:1px solid #d7e6f3;border-radius:18px;padding:16px;cursor:pointer;color:inherit}.patientIdentityCard:hover{background:#f7fbff;border-color:#a9cce8}.patientIdentityPhotoWrap{flex:0 0 148px;display:flex;align-items:stretch}.patientIdentityPhoto{width:148px;height:148px;object-fit:cover;border-radius:16px}.patientIdentityPlaceholder{width:148px;min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;border-radius:16px;padding:12px}.patientIdentityPlaceholder span{font-size:.85rem}.patientIdentitySummary{flex:1 1;min-width:0}.patientIdentitySummary h2{margin-top:4px}.patientIdentityAddress{grid-column:1/-1}.modalOverlay{position:fixed;inset:0;z-index:1000;background:rgba(6,24,44,.58);display:flex;align-items:flex-start;justify-content:center;padding:28px 16px;overflow-y:auto}.modalCard{width:min(940px,100%);background:#fff;border-radius:22px;padding:24px;box-shadow:0 24px 80px rgba(2,12,27,.28);border:1px solid #d8e7f5}.patientInfoModal{display:grid;grid-gap:18px;gap:18px}.patientInfoModal label{display:grid;grid-gap:7px;gap:7px;min-width:0;color:var(--ink);font-weight:850}.patientInfoPhotoEditor{display:grid;grid-template-columns:minmax(170px,210px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;padding:16px;border:1px solid #dbe8f6;border-radius:18px;background:#f8fbff}.patientInfoPhotoControls,.patientInfoPhotoPreview{display:grid;grid-gap:10px;gap:10px;align-content:start;min-width:0}.patientInfoPhotoControls .buttonRow{margin-top:4px}.patientInfoModal .photoPlaceholder,.patientInfoModal .profilePhotoPreview,.patientInfoModal .webcamPreview{width:min(190px,100%);aspect-ratio:1/1;height:auto}.patientInfoModal .photoPlaceholder{display:grid;place-items:center;min-height:0;text-align:center}.patientInfoFormGrid{align-items:start}.patientInfoFormGrid .aiTranslationConsentBox{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;margin-top:2px;padding:14px;border:1px solid #dbe8f6;border-radius:14px;background:#f8fbff}.patientInfoFormGrid .aiTranslationConsentBox input{width:auto;margin-top:3px;flex:0 0 auto}.patientInfoFormGrid .aiTranslationConsentBox>span{display:grid;grid-gap:9px;gap:9px;min-width:0}.patientInfoFormGrid .aiTranslationConsentBox strong{line-height:1.32}.patientInfoFormGrid .aiTranslationConsentBox .helpText{margin-top:0;line-height:1.42}.patientInfoFormGrid .aiTranslationConsentBox .errorText{display:block;line-height:1.42}.patientInfoFormGrid .patientLanguageNotesField{grid-column:1/-1}.patientInfoFormGrid .patientLanguageNotesField textarea{min-height:76px}.patientInfoFormGrid .patientLanguageNotesField textarea::placeholder{color:#64748b;font-weight:650}@media (max-width:720px){.patientIdentityCard{flex-direction:column}.patientIdentityPhoto,.patientIdentityPhotoWrap,.patientIdentityPlaceholder{width:100%;min-height:180px}.modalOverlay{padding:12px}.modalCard{padding:18px}.patientInfoPhotoEditor{grid-template-columns:1fr}.patientInfoFormGrid .aiTranslationConsentBox{gap:12px;padding:14px}.patientInfoFormGrid .aiTranslationConsentBox input{margin-top:4px}.patientInfoFormGrid .aiTranslationConsentBox strong{font-size:1rem}.patientInfoFormGrid .aiTranslationConsentBox .errorText{padding-top:8px;border-top:1px solid #fecdd3;font-size:.92rem}}.webcamPreview{width:170px;height:170px;object-fit:cover;border-radius:16px;border:1px solid #d7e6f3;background:#081827}.patientInfoModal .buttonRow{flex-wrap:wrap}.zipLookupRow{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.zipLookupButton{min-height:46px;white-space:nowrap}.successText{color:#087f5b;font-weight:800}.errorText{color:#b4233a;font-weight:800}@media (max-width:720px){.zipLookupRow{grid-template-columns:1fr}}.tooltipWrap{position:relative;display:inline-block}.tooltipBubble{z-index:2000;bottom:calc(100% + 10px);width:max-content;max-width:260px;padding:8px 10px;border-radius:10px;background:#102033;color:#fff;font-size:.78rem;line-height:1.25;box-shadow:0 14px 34px rgba(2,12,27,.22);opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;transition-delay:0s;white-space:normal}.tooltipBubble,.tooltipBubble:after{position:absolute;left:50%;transform:translateX(-50%)}.tooltipBubble:after{content:"";top:100%;border:6px solid transparent;border-top-color:#102033}.tooltipWrap:focus .tooltipBubble,.tooltipWrap:focus-within .tooltipBubble,.tooltipWrap:hover .tooltipBubble{opacity:1;transform:translateX(-50%) translateY(-2px);transition-delay:.5s}.buttonRow .tooltipWrap,.memberActions .tooltipWrap,.memberSectionNav .tooltipWrap,.sideNav .tooltipWrap{display:block}.buttonRow .tooltipWrap{display:inline-block}.dashboardTitleRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dashboardTitleRow h1{margin-bottom:0}.tinyTextButton{border:1px solid #cfe0f5;background:#fff;color:#1e5fbf;border-radius:999px;padding:7px 11px;font-weight:800;font-size:.82rem;cursor:pointer}.tinyTextButton:hover{background:#eef6ff}.dashboardTitleEditor{display:grid;grid-gap:10px;gap:10px;max-width:620px}.languageSummaryLine{margin-top:6px}.patientInfoModal datalist{display:none}@media (max-width:720px){.tooltipBubble{max-width:220px}}.relationshipAutocomplete{position:relative}.relationshipSuggestionMenu{position:absolute;z-index:50;top:calc(100% + 6px);left:0;right:0;display:grid;grid-gap:4px;gap:4px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 36px rgba(2,8,23,.14)}.relationshipSuggestion{justify-content:flex-start;width:100%;background:#f8fbff;color:var(--ink);border:1px solid transparent;border-radius:10px;padding:9px 10px;font-weight:850}.relationshipSuggestion.active,.relationshipSuggestion:hover{background:#eaf3ff;border-color:#bfdbfe;color:#123b7a}.noDevicesCheck{margin-top:18px;align-items:flex-start}.noDevicesCheck .helpText{display:block;margin-top:4px;font-weight:700}.medicationPrintList{display:grid;grid-gap:2px;gap:2px}.medicationPrintList p{margin:0 0 2px}.emergencyDeviceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.emergencyDeviceCard{border:1px solid #e5edf7;border-radius:12px;padding:10px;background:#fbfdff;display:grid;grid-gap:3px;gap:3px}.emergencyDeviceCard p{margin:0}.demoPatientAvatar{display:grid;place-items:center;background:linear-gradient(135deg,#e8f2ff,#e8fff5);color:#07377b;font-size:clamp(2rem,5vw,3.2rem);font-weight:950;border:1px solid #bfd5ef}.demoProfileBadge{display:inline-flex;width:-moz-fit-content;width:fit-content;margin:0 0 8px;padding:6px 10px;border:1px solid #f2c94c;border-radius:999px;background:#fff8e6;color:#6f4300;font-size:.83rem;font-weight:900}.demoEmergencySummary{margin:0 0 16px;padding:14px 16px;border:1px solid #c9e6df;border-radius:16px;background:#f1fbf9;color:#0f2a4d;line-height:1.45}.demoDocumentGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.demoDocumentCard{display:grid;grid-gap:12px;gap:12px;min-width:0;padding:14px;border:1px solid #dbeafe;border-radius:14px;background:#fbfdff}.demoDocumentCard h3{margin:8px 0 0;font-size:1rem}.demoDocumentMeta{display:flex;flex-wrap:wrap;gap:7px}.demoDocumentMeta span,.demoDocumentPending{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:5px 8px;border-radius:999px;background:#fff8e6;color:#6f4300;font-size:.78rem;font-weight:900}.demoDocumentActions{display:flex;flex-wrap:wrap;gap:8px}.demoDocumentLink{min-height:36px;padding:8px 10px;border-radius:10px;font-size:.85rem}@media (max-width:760px){.demoDocumentGrid{grid-template-columns:1fr}}.emergencyContactList{display:grid;grid-gap:6px;gap:6px}.compactEmergencyContact{margin:0!important;padding:0 0 6px!important}@media print{.emergencyFaceSheet{font-size:10.5px!important}.emergencyHeader.withPhoto{gap:10px!important;padding-bottom:5px!important;margin-bottom:5px!important}.emergencyPatientPhoto,.faceSheetPhoto{width:.88in!important;height:.88in!important;min-width:.88in!important;border-radius:8px!important}.emergencyIdentityBlock h1{font-size:20px!important;margin:0 0 2px!important}.emergencyIdentityDetails p,.emergencyIdentityLine{margin:1px 0!important;line-height:1.15!important}.emergencyDisclaimer{margin:5px 0!important;padding:5px 7px!important;line-height:1.15!important}.emergencyGrid{gap:5px!important;margin:5px 0!important}.emergencySection{padding:6px 7px!important;margin:5px 0!important;border-radius:7px!important}.emergencySection h2{font-size:13px!important;margin-bottom:3px!important}.emergencySection div,.emergencySection p,.preserveText{font-size:10.5px!important;line-height:1.16!important}.emergencyContactList{gap:3px!important}.compactEmergencyContact,.emergencyContact{padding:0 0 3px!important;margin:0 0 3px!important}.emergencyContact p,.emergencyDeviceCard p,.medicationPrintList p{margin:0 0 1px!important}.emergencyDeviceGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:5px!important;gap:5px!important}.demoDocumentGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.demoDocumentCard{padding:6px 7px!important;border-radius:7px!important;gap:3px!important;break-inside:avoid!important;page-break-inside:avoid!important}.demoDocumentActions{display:none!important}.emergencyDeviceCard{padding:5px 6px!important;border-radius:6px!important;gap:1px!important;break-inside:avoid!important;page-break-inside:avoid!important}.emergencyFooter{margin-top:5px!important;padding-top:4px!important}}.profileAnchorSection{scroll-margin-top:24px}.profileSubMenu{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.profileSubMenuLink{display:block;padding:12px 14px;border:1px solid #d7e6f3;border-radius:14px;background:#fff;color:#0f2a4d;font-weight:800;text-decoration:none}.profileSubMenuLink:hover{background:#f0f7ff;border-color:#a9cce8;color:#0f2a4d}.embeddedImplantDeviceSection .cardHeaderRow{align-items:flex-start}.embeddedImplantDeviceSection .warningBox{margin-top:14px}@media (min-width:860px){.profileSubMenu{max-width:520px}}@media (min-width:981px){.familyShell{grid-template-columns:300px minmax(0,1fr)!important}.sidebar{width:300px!important;flex:0 0 300px!important;padding:7px 7px 18px!important;overflow:hidden!important}.sideBrand.youremrSidebarLogoWrap.youremrSidebarLogoLink{display:grid!important;justify-items:center!important;align-items:start!important;grid-gap:10px!important;gap:10px!important;width:100%!important;text-decoration:none!important}.youremrSidebarLogo{width:276px!important;max-width:276px!important;min-width:276px!important;height:auto!important;padding:5px!important;box-sizing:content-box!important;background:#fff!important;border-radius:14px!important;object-fit:contain!important;display:block!important}.sideBrand span,.youremrSidebarLogoLink span{display:block!important;width:100%!important;color:#fff!important;font-size:.95rem!important;font-weight:850!important;line-height:1.15!important;text-align:left!important;margin-top:2px!important}.sideNav{gap:14px!important;margin-top:32px!important}.sideNav a,.sideNav button{min-height:44px!important;padding:12px 14px!important;border-radius:12px!important;font-size:.94rem!important;line-height:1.2!important}.buildNumberCompact,.sidebar .buildNumber,.sidebar .buildNumberCompact{font-size:.78rem!important;line-height:1.2!important;margin-top:36px!important}.main{padding:22px!important}.memberDetailLayout{grid-template-columns:190px minmax(0,1fr)!important;gap:16px!important;margin-top:18px!important}.memberSectionNav{top:12px!important;padding:10px!important;border-radius:18px!important;gap:5px!important}.sectionNavTitle{font-size:10.5px!important;letter-spacing:.12em!important;margin:4px 4px 6px!important}.sectionNavItem{padding:9px 10px!important;border-radius:12px!important;font-size:.92rem!important;line-height:1.12!important}}.profileStickyNav{position:-webkit-sticky;position:sticky;top:10px;z-index:35;display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:10px 12px;border:1px solid #d7e6f3;border-radius:18px;background:hsla(0,0%,100%,.96);box-shadow:0 12px 34px rgba(15,42,77,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profileStickyNavLabel{flex:0 0 auto;color:#1e5fbf;font-size:.74rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.profileStickyNavLinks{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.profileStickyNavLink{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border:1px solid #d7e6f3;border-radius:999px;background:#f8fbff;color:#0f2a4d;font-weight:900;font-size:.88rem;text-decoration:none;white-space:nowrap}.profileStickyNavLink:focus,.profileStickyNavLink:hover{background:#eaf4ff;border-color:#9fc6ea;color:#0f2a4d;outline:none}.profileAnchorSection{scroll-margin-top:82px!important}@media (max-width:980px){.profileStickyNav{position:-webkit-sticky;position:sticky;top:0;flex-direction:column;align-items:stretch;gap:8px}.profileStickyNavLinks{width:100%}}@media (max-width:720px){.profileStickyNav{margin-left:-4px;margin-right:-4px;border-radius:14px}.profileStickyNavLabel{font-size:.68rem}.profileStickyNavLink{font-size:.82rem;padding:7px 10px}}.homeSafetyNote{max-width:780px;margin:20px auto 0;padding:14px 16px;border:1px solid #bfdbfe;border-radius:18px;background:#f8fbff;color:#29415f;font-size:.96rem;font-weight:800}.homeSafetyNote,.safetyInfoBox{line-height:1.35}.qrConsentCheck{margin:14px 0 18px}.publicInfoPage{min-height:calc(100vh - 150px);background:#edf5ff;padding:34px 18px 60px}.publicInfoCard{max-width:980px;margin:0 auto;background:#fff;border:1px solid #d1dff0;border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(2,8,23,.1)}.publicInfoCard h1{margin-top:0;font-size:clamp(2.1rem,4vw,3.8rem)}.publicInfoCard h2{margin-top:28px;margin-bottom:8px}.publicInfoCard p{color:#29415f;font-size:1.02rem;line-height:1.55}.contactPage .contactEmailLink{color:#07377b;font-weight:850;text-decoration:underline;text-underline-offset:3px}@media (max-width:760px){.publicInfoCard{padding:22px;border-radius:22px}}.qrConsentPanel{margin:18px 0 14px;display:grid;grid-gap:10px;gap:10px}.qrConsentCheck{display:flex;align-items:flex-start;gap:10px;max-width:980px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:16px;background:#f8fbff;color:#243447;font-weight:850;line-height:1.3}.qrConsentCheck input{width:auto;margin-top:2px;flex:0 0 auto}.qrConsentModalOverlay{align-items:center}.qrConsentModal{display:grid;grid-gap:14px;gap:14px;max-width:760px}.qrConsentModal h2{margin:4px 0 8px}.qrConsentModal p{margin:0;line-height:1.45}.qrConsentSummary{margin:0}.qrConsentPrivacyLink a{color:#07377b;font-weight:900;text-decoration:underline;text-underline-offset:3px}.qrConsentAccepted{margin-top:0}.qrConsentActions{margin-top:4px}.legalDisclosureBlockingShell,.legalDisclosureNeutral{min-height:100vh;display:grid;place-items:center;padding:24px;background:#edf5ff}.legalDisclosureNeutralPanel{width:min(680px,100%);background:#fff;border:1px solid #d1dff0;border-radius:20px;padding:24px;box-shadow:0 24px 70px rgba(2,8,23,.1)}.legalDisclosureNeutralPanel h1{margin-top:0}.legalDisclosureModalOverlay{align-items:center;background:rgba(6,24,44,.68)}.legalDisclosureModal{width:min(760px,100%);max-height:min(88vh,980px);padding:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.legalDisclosureModalHeader{padding:28px 28px 18px;border-bottom:1px solid var(--line)}.legalDisclosureModalHeader h1{margin:0 0 8px;font-size:clamp(1.9rem,4vw,2.5rem);line-height:1.05}.legalDisclosureModalBody{min-height:0;overflow-y:auto;padding:22px 28px 26px;display:grid;grid-gap:22px;gap:22px}.legalDisclosureItem{display:grid;grid-gap:18px;gap:18px;padding:0;border:0;background:transparent}.legalDisclosurePlainNotice{display:grid;grid-gap:12px;gap:12px;max-width:68ch}.legalDisclosurePlainNotice p{margin:0;line-height:1.62}.legalDisclosureUpdated{color:#53657b;font-size:.93rem;font-weight:850}.legalDisclosureCheckList{display:grid;grid-gap:10px;gap:10px}.legalDisclosureDetailsToggle{justify-self:start;padding:2px 4px;border:0;border-radius:8px;background:transparent;color:var(--accentDark);font-size:.95rem;font-weight:900;text-decoration:underline;text-underline-offset:3px}.legalDisclosureDetailsToggle:hover{color:var(--accent)}.legalDisclosureDetailsToggle:focus-visible,.legalDisclosureModalActions button:focus-visible{outline:3px solid rgba(39,126,199,.42);outline-offset:3px;box-shadow:0 0 0 5px rgba(39,126,199,.14)}.legalDisclosureDetailsPanel{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #d8e7f5;border-radius:12px;background:#f7fbff;color:#40536d;font-size:.88rem;line-height:1.45}.legalDisclosureMetadata{display:grid;grid-gap:6px;gap:6px;margin:0}.legalDisclosureMetadata div{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start}.legalDisclosureMetadata dt{color:var(--ink);font-weight:900}.legalDisclosureMetadata dd{min-width:0;margin:0;word-break:break-word}.legalDisclosureMetadata code{display:inline-block;max-width:100%;padding:1px 5px;border:1px solid #d8e7f5;border-radius:7px;background:#eef5fd;color:#243447;font-size:.78rem;white-space:normal;word-break:break-all}.legalDisclosureCheck{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #bfdbfe;border-radius:10px;background:#f8fbff;color:#243447;font-weight:850;line-height:1.35}.legalDisclosureCheck input{width:auto;margin-top:3px;flex:0 0 auto}.legalDisclosureCheck:focus-within{border-color:#6bb2f5;box-shadow:0 0 0 4px rgba(39,126,199,.16)}.legalDisclosureModalActions{display:flex;justify-content:flex-end;gap:12px;padding:16px 28px;border-top:1px solid var(--line);background:#fff}@media (max-width:720px){.legalDisclosureBlockingShell,.legalDisclosureNeutral{padding:12px}.legalDisclosureModalOverlay{align-items:stretch;padding:12px}.legalDisclosureModal{max-height:calc(100vh - 24px)}.legalDisclosureModalActions,.legalDisclosureModalBody,.legalDisclosureModalHeader{padding-left:16px;padding-right:16px}.legalDisclosureItem{gap:16px}.legalDisclosureMetadata div{grid-template-columns:1fr;gap:2px}.legalDisclosureModalActions{justify-content:stretch}.legalDisclosureModalActions button{width:100%}}.button[aria-disabled=true],button:disabled{cursor:not-allowed;opacity:.58}.completionHelper,.completionSummary{margin-top:6px}.completionCreated{margin-top:4px;font-size:.88rem}.completionToggle{width:100%;justify-content:space-between;gap:10px;padding:0;border:0;background:transparent;color:var(--muted);font-size:.92rem;font-weight:850;line-height:1.25;text-align:left;box-shadow:none}.completionToggle span{color:var(--accentDark);font-weight:950;white-space:nowrap}.completionMissingPanel{margin-top:10px;padding:12px;border:1px solid #d7e6f3;border-radius:16px;background:#f8fbff;color:#243447}.completionMissingPanel strong{display:block;margin-bottom:8px;color:var(--ink)}.completionMissingPanel ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:9px;gap:9px}.completionMissingPanel li{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;border-top:1px solid #e3edf7;padding-top:9px}.completionMissingPanel li:first-child{border-top:0;padding-top:0}.completionMissingPanel span{display:block;font-weight:900;color:var(--ink)}.completionMissingPanel small{display:block;margin-top:2px;color:var(--muted);font-size:.84rem;line-height:1.25}.completionMissingPanel a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;border:1px solid #bfdbfe;background:#fff;color:var(--accentDark);font-size:.84rem;font-weight:950;white-space:nowrap}.memberDetailCompletion{display:grid;grid-gap:4px;gap:4px;max-width:620px}@media (max-width:760px){.completionMissingPanel li{grid-template-columns:1fr}.completionMissingPanel a{justify-self:start}}.sidebarAccountEmail{margin:24px 12px 0;color:rgba(219,234,254,.55);font-size:.78rem;font-weight:700;line-height:1.25;word-break:break-word}.sidebarAccountEmail div:first-child{color:rgba(219,234,254,.42);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.sidebarAccountEmail div:last-child{color:rgba(219,234,254,.62)}.homeWhyPreview{margin-top:22px}.whyYourEmrPage{grid-gap:18px;gap:18px}.whyHeroCard{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);grid-gap:22px;gap:22px;align-items:center}.whyHeroCopy{position:relative;z-index:1}.whyHeroCard h1{max-width:760px}.whyStoryIllustration{position:relative;z-index:0;justify-self:end;width:min(100%,390px);opacity:.78;pointer-events:none}.whyStoryIllustration svg{display:block;width:100%;height:auto}.whyStoryBlob{fill:#eaf6fb}.whyStoryBackpack,.whyStoryCheck,.whyStoryDocument,.whyStoryFolder,.whyStoryLine,.whyStoryPerson,.whyStoryPhone,.whyStoryPlay,.whyStoryTable{fill:none;stroke:#3c6f93;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.whyStoryBackpack,.whyStoryDocument,.whyStoryFolder,.whyStoryPhone{fill:hsla(0,0%,100%,.72);stroke-width:5}.whyStoryIcon{fill:#dff5f0;stroke:#1f9d8b;stroke-width:5}.whyStoryCheck{stroke:#178371;stroke-width:5}.leadText{font-size:1.08rem;line-height:1.6;max-width:860px}.whyScenarioHeading{grid-template-columns:minmax(0,1fr) minmax(220px,340px);grid-gap:18px;gap:18px;align-items:center;margin-bottom:16px}.whyScenarioHeading h2{margin-bottom:0}.whyStorySceneKids{width:min(100%,340px)}.whyScenarioGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.whyScenarioGrid>div{display:grid;grid-gap:5px;gap:5px;border:1px solid #dbe8f6;background:#f8fbff;border-radius:14px;padding:12px}.whyScenarioGrid span{color:var(--muted);line-height:1.35}@media (max-width:760px){.whyHeroCard,.whyScenarioHeading{grid-template-columns:1fr}.whyStoryIllustration,.whyStorySceneKids{justify-self:center;width:min(100%,300px);opacity:.48}}.emergencyFreshnessLine{margin:10px 0 8px;padding:8px 10px;border:1px solid #d7e5f5;border-radius:10px;background:#f8fbff;font-size:.92rem}.criticalSummaryBox{border:1px solid #fecdd3;background:#fff7f8;border-radius:14px;padding:12px 14px;margin:10px 0;break-inside:avoid;page-break-inside:avoid}.criticalSummaryBox h2{margin:0 0 8px;font-size:1.1rem}.criticalSummaryGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 14px;gap:6px 14px}.criticalSummaryGrid p{margin:0;line-height:1.3}.criticalSummaryTranslated{display:grid;grid-gap:3px;gap:3px}.criticalSummaryTranslation{display:block;color:#1e5fbf;font-size:.9em;font-weight:900}.emergencyFaceSheet,.faceSheet{position:relative;overflow:hidden}.emergencyFaceSheet:before,.faceSheet:before{content:"";position:absolute;inset:-70px;z-index:0;pointer-events:none;background-image:url(/youremr-logo.png);background-repeat:repeat;background-size:210px auto;opacity:.035;transform:rotate(-18deg) scale(1.08);transform-origin:center}.emergencyFaceSheet>*,.faceSheet>*{position:relative;z-index:1}.printBrandFooter,.printBrandWatermark{display:none}.qrRegenModalOverlay{align-items:center}.qrRegenModal{display:grid;grid-gap:14px;gap:14px;max-width:680px}.qrRegenModal label{display:grid;grid-gap:7px;gap:7px;font-weight:850}.qrRegenModal input,.qrRegenModal select{min-height:44px}@media (max-width:720px){.criticalSummaryGrid,.whyScenarioGrid{grid-template-columns:1fr}}@media print{.emergencyFaceSheet,.faceSheet{-webkit-print-color-adjust:exact;print-color-adjust:exact}.emergencyFaceSheet:before,.faceSheet:before{opacity:.028!important;background-size:185px auto!important}.emergencyFreshnessLine{font-size:10.5px!important;padding:4px 6px!important;margin:4px 0!important;border-radius:6px!important}.criticalSummaryBox{padding:5px 7px!important;margin:5px 0!important;border-radius:7px!important}.criticalSummaryBox h2{font-size:13px!important;margin-bottom:3px!important}.criticalSummaryGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:2px 8px!important;gap:2px 8px!important}.criticalSummaryGrid p{font-size:10.5px!important;line-height:1.14!important}}.readonlyMedicationList{min-height:132px;background:#f8fbff;color:#23384f;cursor:default}.readonlyMedicationList:focus{outline:2px solid #bfdbfe;outline-offset:2px}.publicAccountButton{border-radius:999px!important;padding-inline:18px!important;background:#1e5fbf!important;color:#fff!important;border:1px solid #1e5fbf!important;box-shadow:0 8px 22px rgba(30,95,191,.18)}.languageSelector{display:inline-grid;gap:4px;min-width:156px}.languageSelectorLabel{color:#475569;font-size:.72rem;font-weight:900;line-height:1;text-transform:none}.languageSelector select{width:100%;min-height:40px;border:1px solid #cbd9ec;border-radius:12px;background:#fff;color:#0d1830;font-size:.92rem;font-weight:800;padding:8px 34px 8px 10px}.languageSelectorNote{color:var(--muted);font-size:.72rem;line-height:1.25}.languageSelectorHeader{flex:0 1 176px}.sidebar{display:flex;flex-direction:column;justify-content:space-between;gap:18px}.sidebarFooter{display:grid;grid-gap:12px;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(219,234,254,.14)}.languageSelectorSidebar{width:calc(100% - 24px);margin:0 12px}.sidebarThemeToggle{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 24px);margin:0 auto;justify-content:center}.languageSelectorSidebar .languageSelectorLabel{color:rgba(226,232,240,.72)}.languageSelectorSidebar .languageSelectorNote{color:rgba(226,232,240,.64)}.languageSelectorSidebar select{min-height:38px;background:rgba(15,23,42,.54);color:#f8fafc;border-color:rgba(148,163,184,.36);box-shadow:none}.sidebarLogoutButton{width:calc(100% - 24px);margin:4px 12px 0;justify-content:center;background:hsla(0,0%,100%,.08);color:#fecdd3;border:1px solid rgba(254,205,211,.38);border-radius:12px;min-height:42px;box-shadow:none}.sidebarLogoutButton:focus,.sidebarLogoutButton:hover{background:rgba(217,52,74,.18);color:#fff}.sidebarLegalLine{width:calc(100% - 24px);margin:-2px 12px 0;color:rgba(226,232,240,.62);font-size:.74rem;line-height:1.3;text-align:center;overflow-wrap:anywhere}@media (max-width:980px){.sidebar{height:auto!important;min-height:auto;position:relative;padding:16px!important}.sideNav{gap:8px!important;margin-top:16px!important}.sideNav a{display:block;min-height:44px;line-height:1.25;overflow-wrap:anywhere}.sidebarFooter{margin-top:16px}.languageSelectorSidebar,.sidebarAccountEmail,.sidebarLegalLine,.sidebarLogoutButton{margin-left:0;margin-right:0;width:100%}.sidebarThemeToggle{width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}}.translatedEmergencyField{display:grid;grid-gap:10px;gap:10px}.translationLabel{color:var(--muted);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.machineTranslationBox,.machineTranslationCaution{border:1px solid #bfdbfe;border-radius:14px;background:#f8fbff;color:#243447;padding:10px 12px}.machineTranslationBox p,.machineTranslationCaution{font-size:.9rem;line-height:1.35}.machineTranslationBox p{color:#6f4300}.machineTranslationBox p,.machineTranslationCaution{margin:8px 0 0;font-weight:800}.situationPage{display:grid;grid-gap:20px;gap:20px}.situationBackLink{justify-self:start}.situationIntro{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:end;padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.situationIntro h1{margin:0 0 10px;font-size:clamp(2.1rem,4vw,4rem)}.situationIntro .leadText{margin-bottom:0}.situationActions{justify-content:flex-end;margin-top:0}.situationPosterFrame{display:grid;justify-items:center;padding:18px 0 8px}.situationPosterImage{display:block;width:100%;max-width:720px;height:auto;border:1px solid #cfe0f5;border-radius:24px;box-shadow:0 24px 70px rgba(2,8,23,.16);background:#fff}.scenarioDetailPage{display:grid;grid-gap:28px;gap:28px;padding-top:26px}.scenarioDetailBackLink{justify-self:start}.scenarioDetailHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);grid-gap:30px;gap:30px;align-items:center;padding:30px;border:1px solid #dbe8f6;border-radius:24px;background:linear-gradient(135deg,#fff 0,var(--scenario-soft,#eef7ff) 100%);box-shadow:var(--shadow)}.scenarioDetailHeroCopy{display:grid;grid-gap:16px;gap:16px;min-width:0}.scenarioDetailHero h1{margin:0;max-width:980px;color:#081d42;font-size:clamp(2.15rem,4.8vw,4.3rem);line-height:.98}.scenarioDetailHero .leadText{max-width:840px;margin:0}.scenarioDetailBottomActions,.scenarioDetailHeroActions{margin-top:4px}.scenarioDetailPosterPreview{display:grid;grid-gap:12px;gap:12px;justify-items:center;margin:0}.scenarioDetailPosterShell{width:min(100%,340px);padding:10px;border:1px solid rgba(15,42,77,.14);border-radius:22px;background:#fff;box-shadow:0 20px 54px rgba(8,29,66,.18)}.scenarioDetailPosterImage{display:block;width:100%;height:auto;border-radius:16px;background:#fff}.scenarioDetailPosterPreview figcaption{display:grid;grid-gap:2px;gap:2px;justify-items:center;width:auto;min-width:150px;max-width:min(100%,340px);padding:10px 18px;border:1px solid #dbe8f6;border-radius:14px;background:#fff;color:#344e6c;text-align:center;box-shadow:0 10px 24px rgba(8,29,66,.08)}.scenarioDetailPosterPreview figcaption span{font-size:.78rem;font-weight:950;text-transform:uppercase}.scenarioDetailPosterPreview figcaption strong{color:#081d42;font-size:1rem}.scenarioDetailSection{display:grid;grid-gap:14px;gap:14px;padding:6px 2px}.scenarioDetailBottomCta h2,.scenarioDetailDisclaimer h2,.scenarioDetailSection h2{margin:0;color:#081d42;line-height:1.08}.scenarioDetailSection h2{font-size:clamp(1.45rem,2.4vw,2.2rem)}.scenarioDetailText{display:grid;grid-gap:12px;gap:12px;max-width:920px}.scenarioDetailBottomCta p,.scenarioDetailDisclaimer p,.scenarioDetailSectionHeader p,.scenarioDetailText p{margin:0;color:#344e6c;line-height:1.62}.scenarioDetailSectionHeader{display:grid;grid-gap:8px;gap:8px;max-width:900px}.scenarioDetailItemGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.scenarioDetailItemCard{display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;min-height:74px;padding:13px;border:1px solid #dbe8f6;border-radius:16px;background:#fff;color:#102033;box-shadow:0 10px 24px rgba(8,29,66,.07)}.scenarioDetailDisclaimerIcon,.scenarioDetailItemIcon{display:inline-flex;align-items:center;justify-content:center;color:var(--scenario-accent,#1e5fbf);background:var(--scenario-soft,#eef7ff)}.scenarioDetailItemIcon{width:38px;height:38px;border-radius:12px}.scenarioDetailDisclaimerIcon svg,.scenarioDetailItemIcon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.scenarioDetailItemCard span:last-child{font-weight:850;line-height:1.28}.scenarioDetailItemGrid-planned .scenarioDetailItemIcon{color:#6f4300;background:#fff8e6}.scenarioDetailItemGrid-check .scenarioDetailItemIcon{color:#087f5b;background:#e8fff5}.scenarioDetailDisclaimer{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;padding:20px;border:1px solid #f4d48d;border-radius:18px;background:#fff8e6}.scenarioDetailDisclaimerIcon{width:48px;height:48px;border-radius:14px}.scenarioDetailBottomCta{display:grid;grid-gap:12px;gap:12px;padding:26px;border:1px solid #ccece7;border-radius:22px;background:linear-gradient(135deg,#fff,#eefbf9);box-shadow:var(--shadow)}.scenarioDetailBottomCta h2{font-size:clamp(1.7rem,3vw,2.7rem)}.scenarioDetailCtaLine{color:var(--scenario-accent,#1e5fbf)!important;font-weight:950}.scenarioPosterExportPage{width:1080px;height:1920px;margin:0;padding:0;overflow:hidden;background:#fff}.scenarioPoster{position:relative;isolation:isolate;display:grid;grid-template-rows:auto 1fr auto auto;grid-gap:54px;gap:54px;width:100%;max-width:720px;aspect-ratio:9/16;overflow:hidden;padding:7.4%;border-radius:28px;background:radial-gradient(circle at 18% 12%,var(--poster-soft),transparent 34%),linear-gradient(160deg,#fff 0,#f7fbff 48%,#eef5fb 100%);color:#102033;font-family:Arial,Helvetica,sans-serif}.scenarioPosterExport{width:1080px;max-width:none;height:1920px;aspect-ratio:auto;padding:80px;border-radius:0;box-shadow:none}.scenarioPosterGlow{position:absolute;inset:auto -160px 420px auto;z-index:-1;width:520px;height:520px;border-radius:50%;background:color-mix(in srgb,var(--poster-accent) 16%,transparent)}.scenarioPosterWatermark{position:absolute;right:-150px;bottom:150px;z-index:-1;opacity:.045;transform:rotate(-16deg)}.scenarioPosterWatermark img{width:680px;height:auto}.scenarioPosterTop{display:flex;justify-content:space-between;gap:34px;align-items:center}.scenarioPosterLogo{display:block;width:430px;height:auto;object-fit:contain}.scenarioPosterKicker{max-width:310px;color:var(--poster-accent);font-size:25px;font-weight:950;line-height:1.12;text-align:right;text-transform:uppercase;letter-spacing:.1em}.scenarioPosterMessage{align-self:center;display:grid;grid-gap:28px;gap:28px}.scenarioPosterScenario{justify-self:start;padding:14px 20px;border:2px solid color-mix(in srgb,var(--poster-accent) 24%,#fff);border-radius:999px;background:#fff;color:var(--poster-accent);font-size:27px;font-weight:950}.scenarioPosterMessage h1{margin:0;max-width:860px;color:#0d1830;font-size:80px;font-weight:950;line-height:1.04;letter-spacing:0}.scenarioPosterMessage p{margin:0;max-width:860px;color:#29415f;font-size:38px;font-weight:800;line-height:1.28}.scenarioPosterFeaturePanel{display:grid;grid-gap:20px;gap:20px;padding:28px;border:2px solid #d7e6f3;border-radius:28px;background:hsla(0,0%,100%,.88);box-shadow:0 18px 50px rgba(15,42,77,.1)}.scenarioPosterFeatureHeader{color:#0f2a4d;font-size:28px;font-weight:950}.scenarioPosterFeatureGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.scenarioPosterFeature{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-height:76px;padding:16px;border:1px solid color-mix(in srgb,var(--poster-accent) 18%,#d7e6f3);border-radius:18px;background:#f8fbff;color:#102033;font-size:25px;font-weight:950;line-height:1.14}.scenarioPosterFeature span{width:18px;height:18px;border-radius:50%;background:var(--poster-accent);box-shadow:0 0 0 7px color-mix(in srgb,var(--poster-accent) 12%,transparent)}.scenarioPosterFooter{display:grid;grid-gap:18px;gap:18px}.scenarioPosterCta{display:flex;align-items:center;justify-content:center;min-height:86px;padding:18px 24px;border-radius:999px;background:#1e5fbf;color:#fff;font-size:34px;font-weight:950;text-align:center;box-shadow:0 18px 38px rgba(30,95,191,.24)}.scenarioPosterFooter p{margin:0;color:#40536d;font-size:25px;font-weight:850;line-height:1.25;text-align:center}@media (max-width:860px){.situationIntro{grid-template-columns:1fr;align-items:start}.situationActions{justify-content:flex-start}.situationPosterImage{max-width:100%;border-radius:18px}}.homeRefreshPage,.pricingAccessPage{background:#f3f7fb;color:#13243b}.homeRefreshPage{padding:34px 20px 58px;background:radial-gradient(circle at 18% 2%,rgba(127,193,220,.24),transparent 31%),radial-gradient(circle at 88% 9%,rgba(31,157,139,.15),transparent 28%),linear-gradient(180deg,#fbfdff,#edf7fb 42%,#f3f7fb)}.pricingAccessPage{padding:48px 20px 64px}.homeRefreshEarlyAccess,.homeRefreshHero,.homeRefreshPricingLine,.homeRefreshSafetyNote,.homeRefreshSection,.pricingAccessFinePrint,.pricingAccessGrid,.pricingAccessHero{width:min(1160px,100%);margin:0 auto}.homeRefreshHero{position:relative;isolation:isolate;grid-template-columns:minmax(0,1.04fr) minmax(340px,.78fr);grid-gap:30px;gap:30px;padding:38px 26px 56px;border-radius:28px;background:radial-gradient(circle at 12% 16%,hsla(0,0%,100%,.96),hsla(0,0%,100%,.5) 30%,transparent 58%),radial-gradient(circle at 75% 22%,rgba(31,157,139,.16),transparent 36%),radial-gradient(circle at 86% 82%,rgba(79,142,232,.12),transparent 34%),linear-gradient(135deg,hsla(0,0%,100%,.76),rgba(224,242,248,.72));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.78),0 24px 76px rgba(31,68,108,.1)}.homeRefreshHeroScene{position:absolute;inset:-30px -56px -10px -44px;z-index:0;pointer-events:none;opacity:.4}.homeRefreshHeroScene svg{display:block;width:100%;height:100%}.homeRefreshSceneBlob{fill:#dbeff7}.homeRefreshSceneCheck,.homeRefreshSceneDocument,.homeRefreshSceneFolder,.homeRefreshSceneLine,.homeRefreshSceneLink,.homeRefreshScenePerson,.homeRefreshScenePhone,.homeRefreshSceneTable{fill:none;stroke:#6e9dbc;stroke-width:12;stroke-linecap:round;stroke-linejoin:round}.homeRefreshSceneDocument,.homeRefreshSceneFolder,.homeRefreshScenePhone{fill:hsla(0,0%,100%,.7);stroke-width:8}.homeRefreshSceneIcon{fill:#dff5f0;stroke:#1f9d8b;stroke-width:8}.homeRefreshSceneCheck{stroke:#178371;stroke-width:8}.homeRefreshEarlyAccess,.homeRefreshFeatureCard,.homeRefreshHeroCopy,.homeRefreshPricingLine,.homeRefreshSafetyNote,.homeRefreshSummary,.homeRefreshUseCases,.pricingAccessCard,.pricingAccessFinePrint,.pricingAccessNote{border:1px solid #d9e6f2;border-radius:8px;background:#fff;box-shadow:0 18px 45px rgba(15,39,72,.08)}.homeRefreshHeroCopy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:468px;padding:54px 48px;border-color:rgba(207,224,238,.9);border-radius:10px;background:linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(0,0%,100%,.92)),#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 26px 62px rgba(15,39,72,.1)}.homeRefreshEyebrow{margin:0 0 12px;color:#1f7a72;font-size:.82rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.eyebrowBrandSafe,.homeRefreshEyebrowBrand{text-transform:none}.homeRefreshHero h1,.pricingAccessHero h1{margin:0;color:#0c1730;font-size:3.55rem;line-height:1.02;letter-spacing:0}.homeRefreshEarlyAccess p,.homeRefreshFeatureCard p,.homeRefreshLead,.homeRefreshSectionIntro p,.homeRefreshSummary li,.pricingAccessCard li,.pricingAccessCard p,.pricingAccessFinePrint p,.pricingAccessHero p{color:#3e526c;line-height:1.6}.homeRefreshLead{max-width:730px;margin:22px 0 0;font-size:1.2rem}.homeRefreshActions{display:flex;gap:12px;margin-top:28px}.homeRefreshPrimaryButton,.homeRefreshSecondaryButton,.pricingAccessCard .button{min-height:48px;border-radius:8px;padding:13px 20px}.homeRefreshPrimaryButton{background:#1e5fbf;box-shadow:0 10px 22px rgba(30,95,191,.18)}.homeRefreshSecondaryButton{color:#13243b}.homeRefreshTrustRow{display:flex;flex-wrap:wrap;gap:10px}.homeRefreshTrustRow span,.homeRefreshUseCaseGrid span{display:inline-flex;align-items:center;min-height:36px;border:1px solid #d8e7f4;border-radius:999px;background:rgba(238,247,251,.94);color:#1b405d;padding:8px 12px;font-size:.92rem;font-weight:800}.homeRefreshSummary{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:34px 30px;border-color:rgba(207,224,238,.92);border-radius:10px;background:radial-gradient(circle at 76% 10%,rgba(31,157,139,.1),transparent 30%),linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(246,251,255,.94)),#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 26px 62px rgba(15,39,72,.1)}.homeRefreshProfileVisual{position:relative;display:grid;grid-gap:14px;gap:14px;width:min(100%,390px);margin:0 auto 28px;padding:10px 8px 12px}.homeRefreshProfileVisual:after,.homeRefreshProfileVisual:before{content:"";position:absolute;pointer-events:none}.homeRefreshProfileVisual:before{inset:70px 22px 22px 34px;z-index:0;border:1px solid rgba(191,220,236,.72);border-radius:18px;background:hsla(0,0%,100%,.58);box-shadow:0 22px 46px rgba(15,42,77,.1);transform:rotate(-2deg)}.homeRefreshProfileVisual:after{inset:34px -4px auto 46%;z-index:0;width:132px;height:132px;border-radius:999px;background:radial-gradient(circle,rgba(31,157,139,.16),transparent 67%)}.homeRefreshProfileActions,.homeRefreshProfileVisualChips{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px}.homeRefreshProfileActions span,.homeRefreshProfileVisualChips span{display:inline-flex;align-items:center;gap:5px;min-height:28px;border-radius:999px;border:1px solid #cce4ee;background:rgba(238,248,251,.92);color:#1b5b6c;padding:6px 9px;font-size:.76rem;font-weight:900}.homeRefreshProfileActions svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.homeRefreshProfileActions span:last-child{background:#f5fbfd;color:#315d70}.homeRefreshMiniProfileCard{position:relative;z-index:1;overflow:hidden;display:grid;grid-gap:16px;gap:16px;padding:20px;border:1px solid #cfe5f2;border-radius:20px;background:radial-gradient(circle at 92% 12%,rgba(31,157,139,.18),transparent 25%),linear-gradient(180deg,rgba(238,248,251,.9),hsla(0,0%,100%,.98)),#fff;box-shadow:0 24px 50px rgba(15,42,77,.14),inset 0 1px 0 hsla(0,0%,100%,.92)}.homeRefreshMiniProfileCard:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#1f9d8b,#4f8ee8)}.homeRefreshMiniProfileHeader{display:flex;justify-content:space-between;gap:12px;align-items:center}.homeRefreshMiniProfileHeader>div{display:grid;grid-gap:3px;gap:3px}.homeRefreshMiniProfileHeader strong{color:#102033;font-size:1.12rem}.homeRefreshMiniLabel{color:#1f7a72;font-size:.7rem;font-weight:950;text-transform:uppercase}.homeRefreshMiniSubline{color:#5f7289;font-size:.78rem;font-weight:800}.homeRefreshShieldBadge{display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid #bfe4dc;border-radius:12px;background:#e8f8f4;color:#178371}.homeRefreshShieldBadge svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.homeRefreshProfileRows{display:grid;grid-gap:10px;gap:10px}.homeRefreshProfileRow{display:grid;grid-template-columns:34px minmax(0,.9fr) minmax(52px,.55fr);grid-gap:10px;gap:10px;align-items:center;min-height:46px;padding:8px 12px 8px 8px;border:1px solid #deebf6;border-radius:12px;background:hsla(0,0%,100%,.9);color:#2d4058;font-size:.88rem;font-weight:900;box-shadow:0 10px 20px rgba(15,42,77,.06)}.homeRefreshProfileRowIcon{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:10px;background:#e8f6f8;color:#1e5fbf}.homeRefreshProfileRowIcon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.homeRefreshProfileRowLine{height:6px;border-radius:999px;background:linear-gradient(90deg,rgba(31,157,139,.42),rgba(79,142,232,.14))}.homeRefreshSummaryVisual{display:flex;gap:10px;margin-bottom:26px}.homeRefreshSummaryVisual svg{width:42px;height:42px;padding:10px;border:1px solid #d8e7f4;border-radius:8px;background:#eef7fb;color:#1e5fbf;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.homeRefreshSummaryHeader{display:flex;align-items:center;gap:9px;color:#1f7a72;font-size:.9rem;font-weight:900}.homeRefreshStatusDot{width:11px;height:11px;border-radius:50%;background:#1f9d8b;box-shadow:0 0 0 6px #e1f5f0}.homeRefreshEarlyAccess h2,.homeRefreshSection h2,.homeRefreshSummary h2,.pricingAccessFinePrint h2{margin:0;color:#102033;letter-spacing:0;line-height:1.14}.homeRefreshSummary h2{margin-top:18px;font-size:1.72rem}.homeRefreshSummary ul{display:grid;grid-gap:12px;gap:12px;margin:24px 0 0;padding:0;list-style:none}.homeRefreshSummary li{position:relative;padding-left:24px}.homeRefreshSummary li:before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:50%;background:#1f9d8b}.homeRefreshSection{padding:38px 0 34px}.homeRefreshSectionIntro{max-width:760px;margin-bottom:22px}.homeRefreshHelpSection .homeRefreshSectionIntro,.homeRefreshUseCasesIntro{margin-right:auto;margin-left:auto;text-align:center}.homeRefreshSection h2{font-size:2.05rem}.homeRefreshCardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.homeRefreshFeatureCard{display:grid;grid-gap:14px;gap:14px;padding:26px;box-shadow:0 18px 42px rgba(15,39,72,.07)}.homeRefreshIconWrap{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:8px;background:#eaf4fb;color:#1e5fbf}.homeRefreshIconWrap svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.homeRefreshFeatureCard h3,.pricingAccessCard h2{margin:0;color:#102033;line-height:1.18;letter-spacing:0}.homeRefreshFeatureCard h3{font-size:1.24rem}.homeRefreshFeatureCard p,.pricingAccessCard p{margin:0}.homeRefreshUseCases{grid-gap:20px;gap:20px;justify-items:center;padding:30px;margin-top:8px;background:linear-gradient(180deg,hsla(0,0%,100%,.97),rgba(250,253,255,.96)),#fff}.homeRefreshUseCaseGrid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.homeRefreshEarlyAccess{grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;margin-top:34px;padding:30px;background:#fafdff}.homeRefreshEarlyAccess p{max-width:760px;margin:12px 0 0}.homeRefreshTestingNote{display:inline-flex;border-left:4px solid #1f9d8b;padding-left:14px;font-weight:800}.homeRefreshPricingLine{margin-top:18px;padding:18px 22px;background:#eef7fb;box-shadow:none}.homeRefreshPricingLine p,.homeRefreshSafetyNote p{margin:0;line-height:1.55}.homeRefreshPricingLine a{color:#1e5fbf;font-weight:900;text-decoration:underline;text-underline-offset:3px}.homeRefreshSafetyNote{margin-top:16px;padding:18px 22px;border-color:#ead8ad;background:#fff9ea}.pricingAccessHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);grid-gap:22px;align-items:stretch;padding-bottom:28px}.pricingAccessHero>div:first-child{padding:40px;border:1px solid #d9e6f2;border-radius:8px;background:#fff;box-shadow:0 18px 45px rgba(15,39,72,.08)}.pricingAccessHero p{margin:18px 0 0;font-size:1.08rem}.pricingAccessNote{padding:26px;background:#eef7fb}.pricingAccessNote strong{color:#102033}.pricingAccessGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.pricingAccessCard{display:flex;flex-direction:column;gap:16px;padding:24px}.pricingAccessCard h2{font-size:1.55rem}.pricingAccessLines{display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:8px;background:#f6f9fc}.pricingAccessCard ul{display:grid;grid-gap:9px;gap:9px;margin:0;padding-left:20px}.pricingAccessCard .button{margin-top:auto}.pricingAccessFinePrint{display:grid;grid-gap:12px;gap:12px;margin-top:18px;padding:24px;box-shadow:none}.pricingAccessFinePrint p{margin:0}.pricingAccessCompactGrid{margin-top:8px}.pricingAccessMiniCard h3{margin:0;color:#102033;font-size:1.2rem}.pricingAccessProductList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.pricingAccessProductItem{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #d9e6f2;border-radius:8px;background:#fff}.pricingAccessProductItem span{color:#405a76;font-weight:800;white-space:nowrap}.qrProductCard .buttonRow{margin-top:auto}.qrProductDashboardPrompt{margin-top:18px}.qrProductPreviewPanel{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;justify-items:center;margin-top:18px;padding:18px;border:1px solid #d9e6f2;border-radius:8px;background:#f8fbff;container-type:inline-size}.qrProductPreviewPanel>div:last-child{width:100%;max-width:720px;justify-self:center}.qrCurrentLinkPanel{align-content:start}.qrCurrentLinkActions{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));grid-gap:10px;gap:10px;width:100%;margin-top:14px}.qrCurrentLinkActions button{min-height:46px;width:100%;white-space:normal}.qrProductPreviewUnavailable{margin-top:18px}.qrProductsDemoPreview{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.demoQrCardPreviewBlock{display:grid;grid-gap:10px;gap:10px;justify-items:center}.qrProductsDemoPreview .qrCardTemplatePreview{max-width:860px;--qr-template-qr-frame-size:150px;--qr-template-qr-code-size:130px}.qrCardTemplatePreviewBlock{width:100%;display:grid;grid-gap:10px;gap:10px;justify-items:center}.qrCardTemplatePreview{--qr-template-card-ratio:3.375/2.125;--qr-template-face-padding:14px;--qr-template-inner-gap:6px;--qr-template-logo-width:260px;--qr-template-logo-height:58px;--qr-template-title-size:.86rem;--qr-template-profile-size:1.08rem;--qr-template-front-site-size:1.42rem;--qr-template-target-size:.54rem;--qr-template-scan-title-size:.82rem;--qr-template-scan-strong-size:1.04rem;--qr-template-scan-copy-size:.68rem;--qr-template-scan-site-size:.9rem;--qr-template-qr-frame-size:150px;--qr-template-qr-code-size:130px;width:100%;max-width:920px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch;justify-self:center}.qrCardTemplatePreview,.qrCardTemplatePreview *{box-sizing:border-box}.qrTemplateFace{position:relative;aspect-ratio:var(--qr-template-card-ratio);min-height:0;padding:var(--qr-template-face-padding);border:2px solid #07162d;border-radius:18px;background:#fff;color:#07162d;box-shadow:0 14px 26px rgba(16,32,51,.1);overflow:hidden}.qrTemplateFace:before{content:"";position:absolute;inset:7px;border:1px solid #07162d;border-radius:13px;pointer-events:none}.qrTemplateFaceInner{position:relative;z-index:1;height:100%;min-height:100%;display:grid;align-content:center;justify-items:center;grid-gap:var(--qr-template-inner-gap);gap:var(--qr-template-inner-gap);text-align:center}.qrTemplateLogo{width:min(74%,var(--qr-template-logo-width));height:var(--qr-template-logo-height);object-fit:contain}.qrTemplateCardTitle{margin:0;color:#07162d;font-size:var(--qr-template-title-size);font-weight:900;text-transform:uppercase;letter-spacing:0}.qrTemplateProfileBlock{display:grid;grid-gap:2px;gap:2px;justify-items:center;color:#07162d;text-align:center}.qrTemplateProfileBlock strong{font-size:var(--qr-template-profile-size);line-height:1.12}.qrTemplateProfileBlock span{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:0}.qrTemplatePulseLine{position:relative;width:86%;height:18px}.qrTemplatePulseLine:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid #07162d}.qrTemplatePulseLine span{position:absolute;left:50%;top:50%;width:34px;height:22px;background:#fff;transform:translate(-50%,-50%)}.qrTemplatePulseLine span:before{content:"";position:absolute;left:7px;top:3px;width:17px;height:17px;border-left:3px solid #07162d;border-bottom:3px solid #07162d;transform:rotate(-45deg)}.qrTemplatePulseLineCompact{width:100%;height:16px}.qrTemplatePulseLineCompact span{width:28px;height:18px}.qrTemplatePulseLineCompact span:before{left:6px;width:14px;height:14px}.qrTemplateFrontFooter{width:88%;display:grid;grid-template-columns:1fr;align-items:center}.qrTemplateFrontFooter strong{font-size:var(--qr-template-front-site-size);color:#07162d}.qrTemplateFaceScan{display:grid;grid-template-columns:minmax(0,.86fr) 1px minmax(0,1.04fr);grid-gap:10px;gap:10px;align-items:center}.qrTemplateScanCopy{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:5px;gap:5px;text-align:center}.qrTemplateHeartMark{position:relative;width:34px;height:34px;border:2px solid #07162d;border-radius:999px}.qrTemplateHeartMark:before{content:"";position:absolute;left:7px;right:7px;top:50%;border-top:2px solid #07162d}.qrTemplateHeartMark:after{content:"";position:absolute;left:12px;top:11px;width:8px;height:8px;border-left:2px solid #07162d;border-bottom:2px solid #07162d;transform:rotate(-45deg);background:#fff}.qrTemplateScanCopy h3{margin:0;color:#07162d;font-size:var(--qr-template-scan-title-size);font-weight:900;text-transform:uppercase;letter-spacing:0}.qrTemplateScanCopy strong{color:#07162d;font-size:var(--qr-template-scan-strong-size);line-height:1.08}.qrTemplateScanCopy p,.qrTemplateScanCopy small{margin:0;color:#13243d;font-size:var(--qr-template-scan-copy-size);line-height:1.24}.qrTemplateScanCopy small{margin-top:0;font-size:var(--qr-template-scan-site-size);font-weight:900;transform:translateY(-5px)}.qrTemplateDivider{position:relative;z-index:1;width:1px;height:82%;background:#07162d}.qrTemplateQrPanel{position:relative;z-index:1;min-width:0;display:grid;grid-gap:6px;gap:6px;justify-items:center}.qrTemplateQrFrame{position:relative;width:min(100%,var(--qr-template-qr-frame-size));aspect-ratio:1/1;margin:0 auto;display:grid;place-items:center}.qrTemplateQrFrame img{width:var(--qr-template-qr-code-size);height:var(--qr-template-qr-code-size);object-fit:contain}.qrTemplateQrFrame .qrWrap{padding:0;border-radius:0}.qrTemplateQrFrame canvas{width:var(--qr-template-qr-code-size)!important;height:var(--qr-template-qr-code-size)!important}.qrTemplateTargetLine{width:min(100%,210px);margin:0;color:#07162d;font-size:var(--qr-template-target-size);font-weight:900;line-height:1.18;overflow-wrap:normal;text-align:center}.qrTemplateFrontTarget{width:88%;font-size:var(--qr-template-target-size)}.qrTemplateTargetLine span{display:block;overflow-wrap:anywhere}.qrTemplateCorner{position:absolute;width:44px;height:44px;border:0 solid #07162d}.qrTemplateCornerTopLeft{top:0;left:0;border-top-width:2px;border-left-width:2px;border-top-left-radius:12px}.qrTemplateCornerTopRight{top:0;right:0;border-top-width:2px;border-right-width:2px;border-top-right-radius:12px}.qrTemplateCornerBottomLeft{bottom:0;left:0;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:12px}.qrTemplateCornerBottomRight{right:0;bottom:0;border-right-width:2px;border-bottom-width:2px;border-bottom-right-radius:12px}.qrTemplateQrMissing{display:grid;place-items:center;width:var(--qr-template-qr-code-size);height:var(--qr-template-qr-code-size);border:1px dashed #8ba3bf;color:#405a76;font-size:.82rem;text-align:center}@container (max-width: 760px){.qrProductPreviewPanel .qrCardTemplatePreview{--qr-template-face-padding:10px;--qr-template-inner-gap:4px;--qr-template-logo-width:220px;--qr-template-logo-height:52px;--qr-template-title-size:.74rem;--qr-template-profile-size:.98rem;--qr-template-front-site-size:1.24rem;--qr-template-scan-title-size:.64rem;--qr-template-scan-strong-size:.86rem;--qr-template-scan-copy-size:.55rem;--qr-template-scan-site-size:.68rem;--qr-template-qr-frame-size:132px;--qr-template-qr-code-size:116px;max-width:640px}.qrProductPreviewPanel .qrTemplateFace{border-radius:15px}.qrProductPreviewPanel .qrTemplateFace:before{inset:5px;border-radius:10px}.qrProductPreviewPanel .qrTemplateLogo{width:min(76%,220px)}.qrProductPreviewPanel .qrTemplatePulseLine{height:14px}.qrProductPreviewPanel .qrTemplateFrontFooter strong{font-size:1.24rem}.qrProductPreviewPanel .qrTemplateHeartMark{width:26px;height:26px}.qrProductPreviewPanel .qrTemplateFaceScan{grid-template-columns:minmax(0,1fr) 1px minmax(var(--qr-template-qr-frame-size),.82fr);gap:8px}.qrProductPreviewPanel .qrTemplateScanCopy{gap:3px}.qrProductPreviewPanel .qrTemplateScanCopy p{line-height:1.1}.qrProductPreviewPanel .qrTemplateDivider{height:76%}.qrProductPreviewPanel .qrTemplateCorner{width:30px;height:30px}}@media (max-width:980px){.homeRefreshHero,.pricingAccessGrid,.pricingAccessHero,.qrProductPreviewPanel,.qrProductsDemoPreview{grid-template-columns:1fr}.homeRefreshHero{padding:28px 18px 42px}.homeRefreshHeroCopy{min-height:auto;padding:40px}.homeRefreshHero h1,.pricingAccessHero h1{font-size:2.75rem}.homeRefreshCardGrid,.homeRefreshEarlyAccess,.homeRefreshUseCases{grid-template-columns:1fr}.homeRefreshUseCaseGrid{justify-content:center}.pricingAccessProductList{grid-template-columns:1fr}}@media (max-width:760px){.qrCardTemplatePreview,.qrCurrentLinkActions{grid-template-columns:1fr}.qrCardTemplatePreview{max-width:430px}.qrTemplateFrontFooter strong{font-size:1.75rem}.qrProductPreviewPanel,.qrProductsDemoPreview{padding:16px}}@media (max-width:460px){.qrCardTemplatePreview,.qrProductsDemoPreview .qrCardTemplatePreview{--qr-template-face-padding:10px;--qr-template-inner-gap:4px;--qr-template-title-size:.68rem;--qr-template-profile-size:.95rem;--qr-template-front-site-size:1.35rem;--qr-template-scan-title-size:.68rem;--qr-template-scan-strong-size:.88rem;--qr-template-scan-copy-size:.58rem;--qr-template-scan-site-size:.7rem;--qr-template-qr-frame-size:128px;--qr-template-qr-code-size:112px;max-width:100%;gap:14px}.qrTemplateFace{border-radius:15px}.qrTemplateFace:before{inset:5px;border-radius:10px}.qrTemplateLogo{max-height:60px}.qrTemplatePulseLineCompact{height:10px}.qrTemplateScanCopy{gap:3px}.qrTemplateScanCopy p,.qrTemplateScanCopy small{line-height:1.15}.qrProductPreviewPanel .qrCardTemplatePreview{--qr-template-scan-title-size:.55rem;--qr-template-scan-strong-size:.72rem;--qr-template-scan-site-size:.58rem;--qr-template-front-site-size:1.18rem;--qr-template-qr-frame-size:100px;--qr-template-qr-code-size:86px}.qrProductPreviewPanel .qrTemplateFaceScan{grid-template-columns:minmax(0,.9fr) 1px 104px;gap:6px}.qrProductPreviewPanel .qrTemplateHeartMark{width:22px;height:22px}.qrProductPreviewPanel .qrTemplateHeartMark:before{left:5px;right:5px}.qrProductPreviewPanel .qrTemplateHeartMark:after{left:8px;top:7px;width:6px;height:6px}.qrProductPreviewPanel .qrTemplatePulseLineCompact,.qrProductPreviewPanel .qrTemplateScanCopy p{display:none}.qrProductPreviewPanel .qrTemplateCorner{width:24px;height:24px}.qrTemplateHeartMark{width:28px;height:28px}}@media (max-width:620px){.homeRefreshPage,.pricingAccessPage{padding:26px 14px 42px}.homeRefreshHero{padding:16px 0 28px;border-radius:0;background:transparent}.homeRefreshHeroScene{display:none}.homeRefreshEarlyAccess,.homeRefreshHeroCopy,.homeRefreshSummary,.homeRefreshUseCases,.pricingAccessCard,.pricingAccessFinePrint,.pricingAccessHero>div:first-child,.pricingAccessNote{padding:20px}.homeRefreshHero h1,.pricingAccessHero h1{font-size:2.05rem;line-height:1.08}.homeRefreshLead{font-size:1.04rem}.homeRefreshProfileVisual{width:100%;margin-bottom:22px;padding-inline:0}.homeRefreshProfileVisual:after,.homeRefreshProfileVisual:before{display:none}.homeRefreshMiniProfileCard{border-radius:16px;padding:18px}.homeRefreshProfileRow{grid-template-columns:32px minmax(0,1fr)}.homeRefreshProfileRowLine{display:none}.homeRefreshActions,.homeRefreshActions .button,.homeRefreshEarlyAccess .button,.homeRefreshTrustRow span,.homeRefreshUseCaseGrid span{width:100%}.homeRefreshSection{padding:24px 0}.homeRefreshSection h2,.homeRefreshSummary h2{font-size:1.55rem}}.youremrWideLogoHeader{min-height:172px!important;background:#fff!important;border-bottom:1px solid #e3ebf5!important}.youremrWideLogoHeaderInner{display:flex!important;justify-content:space-between!important;width:min(1360px,calc(100% - 40px))!important;margin:0 auto!important;gap:18px!important;padding:18px 0!important}.youremrWideLogoLink{flex:0 0 clamp(520px,39vw,560px)!important;width:clamp(520px,39vw,560px)!important;max-width:min(560px,100%)!important;min-width:0!important}.youremrWideLogoImage{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;max-height:none!important}.youremrWideLogoNav{display:flex!important;flex:1 1 auto!important;justify-content:flex-end!important;gap:12px 14px!important;flex-wrap:wrap!important;align-content:center!important;margin-left:clamp(42px,4.6vw,72px)!important}.youremrWideLogoNav a:not(.button){color:#061b3f!important;font-size:.94rem!important;font-weight:800!important;line-height:1!important;padding:0!important}.youremrWideLogoNav .youremrHeaderHowLink:not(.button){padding:9px 10px!important;border:1px solid #bfd2e8!important;border-radius:999px!important;background:#f7fbff!important;color:#07377b!important}.youremrHeaderButton{min-height:42px!important;border-radius:5px!important;padding:10px 12px!important;font-size:.88rem!important;font-weight:850!important}.youremrHeaderButtonLight{border:1px solid #0b3570!important;color:#082456!important;background:#fff!important}.youremrHeaderButtonPrimary{border:1px solid #07377b!important;color:#fff!important;background:#07377b!important;box-shadow:0 10px 24px rgba(7,55,123,.18)!important}.youremrWideLogoNav .youremrHeaderButtonPrimary{color:#fff!important}.youremrHeaderLanguageSelector{flex:0 1 220px!important;width:220px!important}.youremrWideLogoNav .publicAccountButton{min-height:42px!important;border-radius:5px!important;padding:10px 12px!important;border:1px solid #cbd9ec!important;background:#fff!important;color:#082456!important;box-shadow:none!important;font-size:.88rem!important;font-weight:850!important}.youremrWideLogoNav .publicAccountButtonPlaceholder{cursor:default!important;pointer-events:none!important;color:#64748b!important;background:#f8fbff!important;border-color:#d7e3ef!important}.homeRefreshPage{padding:0;background:#fff;color:#061b3f}.homeRefreshHero{width:min(1760px,calc(100% - 72px));max-width:1760px;margin:0 auto;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);grid-column-gap:clamp(32px,4.5vw,84px);column-gap:clamp(32px,4.5vw,84px);align-items:stretch;min-height:clamp(520px,34vw,660px);padding:0;border-radius:0;overflow:hidden;background:linear-gradient(90deg,#f8fbff,#fff 42%,hsla(0,0%,100%,0) 62%),linear-gradient(180deg,#f5f9fe,#fff);box-shadow:none}.homeRefreshHeroCopy{z-index:2;width:min(560px,calc(100% - 64px));min-height:inherit;margin-left:clamp(40px,5vw,88px);padding:clamp(52px,4vw,72px) 0 clamp(42px,3vw,54px);border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.homeRefreshHero h1{max-width:560px;color:#081d42;font-size:clamp(2.6rem,3.4vw,4.1rem);line-height:1.08;letter-spacing:0}.homeHeroHeadline{display:grid;grid-gap:8px;gap:8px;margin-right:auto;margin-left:auto;text-align:center}.homeRefreshHero h1 span{display:block}.homeHeroHeadlineSetup{color:#314b6d;font-size:clamp(1.45rem,2.1vw,2.25rem);font-weight:650;line-height:1.16}.homeHeroHeadlineMain{position:relative;justify-self:center;color:#07377b;font-size:clamp(2.45rem,3.75vw,4.35rem);font-weight:900;line-height:1.02}.homeHeroYourWord{display:inline-block;color:#0aa6a6;font-style:italic;font-weight:850;letter-spacing:0;transform:skewX(-4deg);transform-origin:left bottom}.homeRefreshLead{max-width:520px;margin:22px auto 0;text-align:center;color:#0f2446;font-size:1.08rem;line-height:1.55}.homeRefreshActions{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:30px}.homeRefreshPaperButton{min-width:188px}.homeRefreshPrimaryButton,.homeRefreshSecondaryButton{min-height:50px;min-width:174px;border-radius:6px;padding:13px 20px;gap:12px}.homeRefreshPrimaryButton{background:#07377b;color:#fff;box-shadow:0 12px 28px rgba(7,55,123,.18)}.homeRefreshSecondaryButton{border:1px solid #0b3570;background:#fff;color:#082456}.homeRefreshActions svg,.homeRefreshPrimaryButton svg,.homeRefreshSecondaryButton svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.homeRefreshTrustRow{gap:28px;margin-top:26px;padding-bottom:24px;border-bottom:1px solid #d8e1ec}.homeRefreshTrustRow span{gap:8px;min-height:auto;border:0;border-radius:0;background:transparent;color:#061b3f;padding:0;font-size:.98rem;font-weight:650}.homeRefreshTrustRow svg{width:21px;height:21px;fill:none;stroke:#07377b;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.homeRefreshTrustNote{max-width:560px;margin:24px 0 0;padding-top:20px;border-top:1px solid #d8e1ec;color:#39516f;font-size:.9rem;font-weight:700;line-height:1.48}.homeRefreshHeroPricingNote{display:grid;grid-gap:7px;gap:7px;margin-top:20px;color:#061b3f;font-size:1rem;line-height:1.45}.homeRefreshHeroPricingNote a{color:#07377b;text-decoration:underline;text-underline-offset:3px}.homeRefreshHeroMedia{position:relative;isolation:isolate;min-height:inherit;overflow:hidden}.homeRefreshHeroMedia>img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:66% 50%}.homeRefreshHeroMedia:before{content:"";position:absolute;inset:0 auto 0 0;z-index:1;width:clamp(70px,9%,140px);background:linear-gradient(90deg,hsla(0,0%,100%,.68),hsla(0,0%,100%,.22) 58%,hsla(0,0%,100%,0));pointer-events:none}.homeRefreshProfileVisual{position:absolute;z-index:2;left:clamp(28px,4vw,72px);bottom:clamp(24px,3vw,42px);width:min(330px,48%);margin:0;padding:0}.homeRefreshProfileVisual:after,.homeRefreshProfileVisual:before{display:none}.homeRefreshMiniProfileCard{gap:13px;padding:18px;border:0;border-radius:9px;background:hsla(0,0%,100%,.96);box-shadow:0 20px 44px rgba(2,8,23,.22)}.homeRefreshMiniProfileCard:before{display:none}.homeRefreshMiniProfileHeader strong{color:#061b3f;font-size:.95rem}.homeRefreshMiniLabel{display:inline-flex;align-items:center;color:#061b3f;font-size:.82rem;letter-spacing:0;text-transform:none}.homeRefreshMiniSubline{color:#0f2446;font-size:.72rem;font-weight:700}.homeRefreshShieldBadge{width:29px;height:29px;border-radius:7px;border-color:#d8f2ea;background:#eafaf5;color:#10a47c}.homeRefreshShieldBadge svg{width:19px;height:19px}.homeRefreshProfileRows{gap:8px}.homeRefreshProfileRow{grid-template-columns:22px minmax(0,.95fr) minmax(70px,.85fr);gap:9px;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#061b3f;font-size:.72rem;font-weight:750;box-shadow:none}.homeRefreshProfileRowIcon{width:18px;height:18px;border-radius:0;background:transparent;color:#07377b}.homeRefreshProfileRowIcon svg{width:16px;height:16px;stroke-width:2}.homeRefreshProfileRowMeta{color:#061b3f;font-size:.64rem;font-weight:600}.homeRefreshMoreLink{justify-self:end;color:#009b72;font-size:.72rem;font-weight:800}.homeRefreshHeroActionCard{position:absolute;right:clamp(28px,4vw,72px);bottom:clamp(20px,2.6vw,38px);z-index:2;display:grid;grid-gap:18px;gap:18px;width:185px;padding:24px;border-radius:10px;background:hsla(0,0%,100%,.96);box-shadow:0 20px 44px rgba(2,8,23,.18)}.homeRefreshHeroActionCard span{display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;color:#061b3f;font-weight:850}.homeRefreshHeroActionCard em{display:block;font-style:normal;font-weight:650}.homeRefreshHeroActionCard svg{width:24px;height:24px;fill:none;stroke:#061b3f;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.homeRefreshEarlyAccess,.homeRefreshSafetyNote,.homeRefreshSection{width:min(1160px,calc(100% - 72px))}.homeRefreshSection{padding:34px 0 18px}.homeRefreshSectionIntro{max-width:780px;margin:0 auto 26px;text-align:center}.homeRefreshEyebrow,.homeRefreshEyebrowBrand{color:#061b3f;font-size:.82rem;font-weight:850;text-transform:none}.homeRefreshSection h2{color:#061b3f;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.15}.homeRefreshCardGrid{gap:24px}.homeRefreshFeatureCard{min-height:220px;gap:15px;padding:28px 26px;border:1px solid #dbe4ef;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(8,29,66,.07)}.homeRefreshFeatureCard:nth-child(2) .homeRefreshIconWrap{background:#d8f5eb;color:#10a47c}.homeRefreshFeatureCard:nth-child(3) .homeRefreshIconWrap{background:#eadcff;color:#7c3ad8}.homeRefreshIconWrap{width:60px;height:60px;border-radius:50%;background:#d9eaff;color:#0f5dbd}.homeRefreshIconWrap svg{width:32px;height:32px;stroke-width:2}.homeRefreshFeatureCard h3{color:#061b3f;font-size:1.16rem}.homeRefreshFeatureCard p{color:#061b3f;font-size:1rem;line-height:1.5}.homeMessagingSection{padding:46px 0 22px}.homeMessagingSection .homeRefreshSectionIntro p:not(.homeRefreshEyebrow){max-width:760px;margin:12px auto 0;color:#243d60;line-height:1.58}.homeMessagingGrid,.homeTrustGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.homeTrustGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.homeMessagingPoint{display:grid;grid-gap:10px;gap:10px;min-height:100%;padding:22px;border:1px solid #dbe4ef;border-radius:10px;background:#fff;box-shadow:0 10px 28px rgba(8,29,66,.06)}.homeMessagingPoint h3{margin:0;color:#061b3f;font-size:1.02rem;line-height:1.28}.homeMessagingPoint p{margin:0;color:#243d60;font-size:.94rem;line-height:1.52}.homeTrustPoint:nth-child(2){border-color:#bdd8ef;background:#f6fbff}.homeMessagingClosing,.homeRoadmapNote{max-width:840px;margin:22px auto 0;border-left:3px solid #1f9d8b;padding-left:14px;color:#17365e;font-weight:850;line-height:1.5}.homeMedicalIdTeaser{padding:34px 0 14px}.homeMedicalIdTeaser .homeRefreshSectionIntro{max-width:780px}.homeMedicalIdTeaserLink{margin-top:22px}.homeRoadmapSection{padding-top:42px}.homeRoadmapList{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.homeRoadmapList li{position:relative;min-height:100%;padding:16px 16px 16px 34px;border:1px solid #dbe4ef;border-radius:10px;background:#fbfdff;color:#17365e;font-size:.92rem;font-weight:800;line-height:1.42}.homeRoadmapList li:before{content:"";position:absolute;left:16px;top:1.45em;width:8px;height:8px;border-radius:999px;background:#1f9d8b}.homeRefreshUseCases{display:grid;grid-gap:22px;gap:22px;padding:24px 0 34px;background:#fff}.homeRefreshUseCasesIntro{margin-bottom:4px}.homeRefreshUseCaseGrid{grid-gap:0;gap:0}.homeRefreshUseCaseGrid article{grid-gap:10px;gap:10px;min-height:170px;padding:0 22px}.homeRefreshUseCaseGrid article+article{border-left:1px solid #dbe4ef}.homeRefreshUseCaseIcon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:50%;background:#e8f2ff;color:#07377b}.homeRefreshUseCaseIcon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.homeRefreshUseCaseGrid h3{margin:0;color:#061b3f;font-size:.94rem}.homeRefreshUseCaseGrid p{margin:0;color:#061b3f;font-size:.9rem;line-height:1.36}.homeCompanionApps{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.18fr);grid-gap:32px;gap:32px;align-items:center;margin-top:12px;padding:34px;border:1px solid #dbe4ef;border-radius:24px;background:radial-gradient(circle at 88% 18%,rgba(31,157,139,.14),transparent 28%),linear-gradient(135deg,#fafdff,#eef7fb);box-shadow:0 16px 42px rgba(8,29,66,.07)}.homeCompanionCopy{display:grid;grid-gap:14px;gap:14px;align-content:center}.homeCompanionCopy .homeRefreshEyebrow,.homeCompanionCopy h2,.homeCompanionCopy p{margin:0}.homeCompanionCopy p{color:#061b3f;line-height:1.58}.homeCompanionStatus{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border:1px solid #b9dce9;border-radius:999px;padding:7px 11px;background:#fff;color:#0b6f68;font-size:.82rem;font-weight:850}.homeCompanionList{display:grid;grid-gap:10px;gap:10px;margin:4px 0 0;padding:0;list-style:none}.homeCompanionList li{position:relative;padding-left:24px;color:#061b3f;line-height:1.45}.homeCompanionList li:before{content:"";position:absolute;left:0;top:.58em;width:9px;height:9px;border-radius:50%;background:#1f9d8b}.homeCompanionPreviewNote{border-left:3px solid #1f9d8b;padding-left:12px;font-size:.92rem;font-weight:800}.homeCompanionPreviewGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:start}.homeCompanionPhone{margin:0;padding:8px;border:1px solid #c9d7e4;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(8,29,66,.08)}.homeCompanionPhone img{display:block;width:100%;height:auto;border-radius:14px;background:#f8fafc}.homeCompanionPhone figcaption{margin-top:8px;color:#061b3f;font-size:.78rem;font-weight:850;line-height:1.25;text-align:center}@media (max-width:980px){.homeCompanionApps{grid-template-columns:1fr}.homeCompanionPreviewGrid{grid-template-columns:repeat(4,minmax(120px,1fr))}}@media (max-width:620px){.homeCompanionApps{gap:24px;padding:20px;border-radius:18px}.homeCompanionPreviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.homeCompanionPhone{padding:6px;border-radius:16px}.homeCompanionPhone img{border-radius:12px}}.homeRefreshEarlyAccess{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(240px,auto);grid-gap:26px;gap:26px;align-items:center;margin-top:18px;padding:22px 34px;border:0;border-radius:20px;background:#eef6ff;box-shadow:none}.homeRefreshEarlyAccessIcon{display:inline-flex;width:92px;height:92px;align-items:center;justify-content:center;border-radius:50%;background:#d9eaff;color:#07377b}.homeRefreshEarlyAccessIcon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.homeRefreshEarlyAccess h2{color:#061b3f;font-size:1.45rem}.homeRefreshEarlyAccess p{max-width:600px;color:#061b3f;line-height:1.5}.homeRefreshEarlyAccessCta{display:grid;grid-gap:12px;gap:12px;justify-items:center}.homeRefreshEarlyAccessCta .button{min-width:270px}.homeRefreshEarlyAccessCta span{color:#061b3f;font-size:.92rem}.homeRefreshSafetyNote{display:grid;grid-template-columns:86px minmax(0,1fr) minmax(240px,.42fr);grid-gap:24px;gap:24px;align-items:center;margin-top:24px;margin-bottom:24px;padding:24px 34px;border:0;border-radius:20px;background:#fff8e6;box-shadow:none}.homeRefreshSafetyIcon{display:inline-flex;width:64px;height:64px;align-items:center;justify-content:center;border-radius:50%;background:#fff0bd;color:#e4a800}.homeRefreshSafetyIcon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.homeRefreshSafetyNote h2{margin:0 0 8px;color:#111827;font-size:1.08rem}.homeRefreshSafetyNote p{color:#111827}.homeRefreshSafetyTestingNote{border-left:1px solid #d8cba5;padding-left:30px;color:#111827;line-height:1.45}.publicFooter{max-width:none;margin:0;padding:28px 44px;border:0;background:linear-gradient(135deg,#06264b,#041a35);color:#fff;font-size:.92rem}.publicFooterInner{display:grid;grid-template-columns:210px minmax(130px,.6fr) minmax(320px,1fr) auto;grid-gap:34px;gap:34px;align-items:center;width:min(1160px,100%);margin:0 auto}.publicFooterLogoLink{display:inline-flex;width:210px;max-width:100%;align-items:center;justify-content:center;padding:8px 10px;border:1px solid hsla(0,0%,100%,.74);border-radius:8px;background:hsla(0,0%,100%,.96);box-shadow:0 12px 24px rgba(0,0,0,.2)}.publicFooterLogo{display:block;width:min(190px,100%);height:auto;object-fit:contain;filter:none}.publicFooterCopyright{display:grid;grid-gap:4px;gap:4px}.publicFooterNav,.publicFooterSocial{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:28px}.publicFooter a{color:#fff}.publicFooterSocial a{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#06264b}.publicFooterSocial svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pricingAccessPage{padding:56px 0 72px;background:linear-gradient(180deg,#f6faff,#eef5fb 48%,#f6f9fc),#f6f9fc;color:#061b3f}.pricingAccessFinePrint,.pricingAccessGrid,.pricingAccessHero{width:min(1160px,calc(100% - 72px))}.pricingAccessHero{gap:22px;padding-bottom:0;margin-bottom:28px}.pricingAccessCard,.pricingAccessFinePrint,.pricingAccessHero>div:first-child,.pricingAccessNote{border:1px solid #d8e5f1;border-radius:16px;background:#fff;box-shadow:0 18px 44px rgba(8,29,66,.07)}.pricingAccessHero>div:first-child{padding:clamp(34px,4vw,52px)}.pricingAccessHero h1{max-width:720px;color:#061b3f;font-size:clamp(2.45rem,4vw,4.05rem);line-height:1.08}.pricingAccessCard li,.pricingAccessCard p,.pricingAccessFinePrint p,.pricingAccessHero p{color:#243d60}.pricingAccessNote{display:flex;flex-direction:column;justify-content:center;padding:32px;background:#eaf7fb;box-shadow:none}.pricingAccessSectionIntro{grid-template-columns:minmax(250px,.48fr) minmax(0,1fr);gap:24px;align-items:end;padding:24px 28px;margin-bottom:0}.pricingAccessOfferSection h2,.pricingAccessQrSection h2,.pricingAccessSafetyNoteCompact h2,.pricingAccessSectionIntro h2{margin:0;color:#061b3f}.pricingAccessGrid{gap:20px}.pricingAccessCard{min-height:100%;padding:26px}.pricingAccessCard h2{color:#061b3f;font-size:1.58rem}.pricingAccessLines{border:1px solid #e3edf6;background:#f7fafc}.pricingAccessOfferSection,.pricingAccessQrSection,.pricingAccessSafetyNoteCompact{margin-top:22px}.pricingAccessOfferSection{gap:18px;padding:30px;background:linear-gradient(135deg,#fff,#f4fbfb 58%,#eef6ff),#fff}.pricingAccessSplitHeader{display:flex;gap:18px;align-items:flex-start;justify-content:space-between}.pricingAccessNoticeGrid{display:grid;grid-gap:10px;gap:10px}.pricingAccessOfferSection .pricingAccessNoticeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricingAccessCompactGrid{margin-top:4px}.pricingAccessMiniCard{gap:12px;padding:24px;background:#fff}.pricingAccessMiniCard h3{color:#061b3f;font-size:1.28rem;line-height:1.2}.pricingAccessQrSection{gap:18px;padding:28px;background:#fff;box-shadow:0 14px 34px rgba(8,29,66,.05)}.pricingAccessQrLayout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);grid-gap:22px;gap:22px;align-items:flex-start}.pricingAccessQrLayout .pricingAccessProductList{grid-template-columns:1fr;gap:8px}.pricingAccessProductItem{min-height:44px;align-items:center;background:#fbfdff}.pricingAccessSecondaryActions{margin-top:0}.pricingAccessSecondaryActions .button{min-height:42px}.pricingAccessSafetyNoteCompact{grid-template-columns:230px minmax(0,1fr);gap:22px;align-items:flex-start;padding:22px 26px;border-color:#ead8ad;background:#fff9ea;box-shadow:none}.pricingAccessSafetyNoteCompact h2{font-size:1.22rem}.aboutPage .pricingAccessNote{align-self:start;justify-content:flex-start}.aboutPage .pricingAccessProductList{display:flex;grid-template-columns:none;flex-wrap:wrap;gap:10px;min-width:0}.aboutPage .pricingAccessProductItem{flex:1 1 320px;min-width:0;justify-content:flex-start}.aboutPage .pricingAccessProductItem span{min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.4}@media (min-width:1920px){.homeRefreshHero{width:min(1760px,calc(100% - 160px));grid-template-columns:minmax(500px,.9fr) minmax(620px,1.1fr)}.homeRefreshHeroMedia>img{object-position:66% 50%}}@media (max-width:1100px){.youremrWideLogoHeaderInner{width:min(100% - 40px,1040px)!important;gap:16px!important}.youremrWideLogoLink{flex-basis:clamp(340px,48vw,500px)!important;width:clamp(340px,48vw,500px)!important;max-width:min(500px,100%)!important}.youremrWideLogoImage{width:100%!important;max-width:none!important;height:auto!important}.youremrWideLogoNav{gap:10px!important;margin-left:clamp(16px,2.5vw,28px)!important}.youremrWideLogoNav a:not(.button){font-size:.84rem!important}.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton{min-height:40px!important;padding:9px 11px!important;font-size:.82rem!important}}@media (max-width:900px){.youremrWideLogoHeaderInner{width:min(100% - 40px,920px)!important;display:grid!important;justify-items:center!important}.youremrWideLogoLink{flex-basis:auto!important;width:min(430px,72vw)!important;max-width:100%!important}.youremrWideLogoNav{max-width:100%!important;margin-left:0!important;flex-wrap:wrap!important;justify-content:center!important}.homeRefreshHero{width:min(100% - 40px,920px);grid-template-columns:1fr;min-height:auto}.homeRefreshHeroCopy{width:min(760px,calc(100% - 48px));min-height:auto;margin:0 auto;padding:46px 0 30px}.homeRefreshHeroMedia{min-height:430px}.homeRefreshHeroMedia:before{display:none}.homeRefreshProfileVisual{left:7%;width:min(330px,50%)}.homeRefreshHeroActionCard{right:7%}.homeRefreshUseCaseGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 0}.homeMessagingGrid,.homeRoadmapList,.homeTrustGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeRefreshUseCaseGrid article:nth-child(4){border-left:0}.homeRefreshEarlyAccess,.homeRefreshSafetyNote{grid-template-columns:1fr;justify-items:start}.homeRefreshEarlyAccessCta{justify-items:start}.homeRefreshSafetyTestingNote{border-left:0;padding-left:0}.publicFooterInner{grid-template-columns:1fr;justify-items:center;text-align:center}.publicFooterNav,.publicFooterSocial{justify-content:center;flex-wrap:wrap}.pricingAccessHero,.pricingAccessOfferSection .pricingAccessNoticeGrid,.pricingAccessQrLayout,.pricingAccessSafetyNoteCompact,.pricingAccessSectionIntro{grid-template-columns:1fr}}@media (max-width:680px){.youremrWideLogoHeaderInner{width:calc(100% - 28px)!important;gap:12px!important;padding:14px 0!important}.youremrWideLogoImage{height:auto!important;max-height:none!important}.youremrWideLogoImage,.youremrWideLogoLink{width:min(64vw,230px)!important;max-width:230px!important}.youremrWideLogoNav{gap:10px 14px!important}.youremrWideLogoNav a:not(.button){font-size:.78rem!important}.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton{min-height:36px!important;padding:9px 12px!important;font-size:.78rem!important}.homeRefreshHero{width:100%;min-height:auto}.homeRefreshHeroCopy{width:calc(100% - 32px);padding:30px 0 22px}.homeRefreshHero h1{font-size:2.2rem}.homeRefreshLead{font-size:1rem}.homeRefreshActions,.homeRefreshActions .button{width:100%}.homeRefreshActions{gap:12px;margin-top:22px}.homeRefreshActions .button{min-height:46px}.homeRefreshTrustRow{display:grid;grid-gap:12px;gap:12px}.homeRefreshHeroMedia{min-height:390px}.homeRefreshHeroMedia>img{object-position:62% 50%}.homeRefreshProfileVisual{left:18px;bottom:18px;width:min(255px,calc(100% - 118px))}.homeRefreshHeroActionCard{right:16px;bottom:18px;width:110px;gap:10px;padding:14px 12px}.homeRefreshHeroActionCard span{grid-template-columns:18px minmax(0,1fr);gap:6px;font-size:.76rem}.homeRefreshHeroActionCard svg{width:17px;height:17px}.homeRefreshProfileRowMeta{display:none}.homeRefreshProfileRow{grid-template-columns:20px minmax(0,1fr)}.homeRefreshEarlyAccess,.homeRefreshSafetyNote,.homeRefreshSection,.homeRefreshUseCases{width:calc(100% - 32px)}.homeMessagingGrid,.homeRefreshCardGrid,.homeRefreshUseCaseGrid,.homeRoadmapList,.homeTrustGrid{grid-template-columns:1fr}.homeRefreshUseCaseGrid article{min-height:auto;padding:0 0 20px;border-left:0!important;border-bottom:1px solid #dbe4ef}.homeRefreshEarlyAccess,.homeRefreshSafetyNote{padding:22px}.homeRefreshEarlyAccessCta,.homeRefreshEarlyAccessCta .button{width:100%}.publicFooter{padding:28px 20px}.publicFooterNav{gap:16px}.pricingAccessPage{padding:28px 0 46px}.pricingAccessFinePrint,.pricingAccessGrid,.pricingAccessHero{width:calc(100% - 32px)}.pricingAccessHero h1{font-size:2.15rem}.pricingAccessCard,.pricingAccessHero>div:first-child,.pricingAccessNote,.pricingAccessOfferSection,.pricingAccessQrSection,.pricingAccessSafetyNoteCompact{padding:22px}.pricingAccessProductItem{align-items:flex-start;flex-direction:column}.pricingAccessSplitHeader{flex-direction:column}.pricingAccessSplitHeader>p{width:100%}.pricingAccessProductItem span{overflow-wrap:anywhere;white-space:normal}}.whyYourEmrPage{width:min(1160px,calc(100% - 40px));display:grid;grid-gap:30px;gap:30px;padding:34px 0 56px;color:#061b3f}.whyRefreshHero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);grid-gap:clamp(28px,4vw,52px);gap:clamp(28px,4vw,52px);align-items:center;min-height:520px;padding:clamp(32px,4.5vw,56px);border:1px solid #d7e6f4;border-radius:20px;background:linear-gradient(135deg,rgba(234,247,255,.94),#fff 48%,rgba(234,250,245,.92)),#fff;box-shadow:0 22px 58px rgba(8,29,66,.09)}.whyRefreshHero:before{content:"";position:absolute;inset:auto -1px -1px 0;height:10px;background:linear-gradient(90deg,#0aa6a6,#4f8ee8,#10a47c)}.whyHeroCopy{min-width:0;text-align:center}.whyRefreshEyebrow,.whySectionKicker{display:inline-flex;align-items:center;margin-bottom:12px;color:#087f7a;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.whyRefreshEyebrow{letter-spacing:0;text-transform:none}.whyRefreshHero h1{max-width:620px;margin:0 auto;color:#081d42;font-size:clamp(2.45rem,4.2vw,4.05rem);line-height:1.05;letter-spacing:0}.whyRefreshLead{max-width:600px;margin:20px auto 0;color:#19365b;font-size:1.1rem}.whyHeroActions{justify-content:center;gap:14px;margin-top:30px}.whyPrimaryCta,.whySecondaryCta{min-height:50px;min-width:158px;border-radius:8px;padding:13px 20px}.whyPrimaryCta{background:#07377b;color:#fff;box-shadow:0 12px 26px rgba(7,55,123,.18)}.whySecondaryCta{border-color:#0b3570;color:#082456}.whyConceptPanel{position:relative;display:grid;grid-gap:18px;gap:18px;min-width:0;padding:22px;border:1px solid #d7e6f4;border-radius:16px;background:hsla(0,0%,100%,.94);box-shadow:0 24px 54px rgba(8,29,66,.12)}.whyConceptPanelHeader{display:grid;grid-template-columns:50px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.whyConceptPanelHeader p{margin:0 0 4px;color:#43617f;font-size:.8rem;font-weight:850}.whyConceptPanel h2{margin:0;color:#081d42;font-size:1.22rem;line-height:1.2}.whyConceptBadge,.whyConceptItem span,.whyValueIcon{display:inline-flex;align-items:center;justify-content:center;color:#07377b}.whyConceptBadge{width:50px;height:50px;border-radius:14px;background:#e8f2ff}.whyConceptBadge svg,.whyConceptItem svg,.whyValueIcon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.whyConceptList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.whyConceptItem{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:center;min-height:54px;min-width:0;padding:10px;border:1px solid #dce9f6;border-radius:12px;background:#f8fbff}.whyConceptItem span{width:32px;height:32px;border-radius:9px;background:#eaf7f5;color:#0d7f78}.whyConceptItem strong{min-width:0;color:#081d42;font-size:.86rem;line-height:1.2}.whyConceptActions{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.whyConceptActions span{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border:1px solid #cfe0f5;border-radius:999px;background:#fff;color:#0f2a4d;font-size:.78rem;font-weight:900}.whyScenarioGateway,.whyStorySection{display:grid;grid-gap:clamp(24px,3vw,34px);gap:clamp(24px,3vw,34px);padding:clamp(24px,3.8vw,38px);border:1px solid #dbe7f3;border-radius:20px}.whyProblemSection{background:linear-gradient(180deg,#fff8fa,#fff);border-color:#ffd6df}.whySolutionSection{background:linear-gradient(180deg,#f1fbf9,#fff);border-color:#ccece7}.whySectionIntro{max-width:780px;margin:0 auto;text-align:center}.whyScenarioHeading h2,.whySectionIntro h2{margin:0;color:#081d42;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.16;letter-spacing:0}.whyScenarioHeading p,.whySectionIntro p{max-width:640px;margin:12px auto 0;color:#415b78;line-height:1.55}.whyBrandWord{display:inline-flex;align-items:baseline;white-space:nowrap}.whyBrandYour{color:#0aa6a6;font-style:italic;font-weight:780}.whyBrandEmr{margin-left:.1em;color:#07377b;font-weight:900}.whyValueGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.whyContextCard,.whySafetyCard,.whyValueCard{min-width:0;border:1px solid #dbe7f3;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(8,29,66,.06)}.whyValueCard{display:grid;align-content:start;grid-gap:12px;gap:12px;min-height:230px;padding:22px}.whyValueIcon{width:52px;height:52px;border-radius:15px;background:#e8f2ff}.whyProblemCard{border-color:#ffd8e0}.whyProblemCard .whyValueIcon{color:#b8323a;background:#fff1f3}.whySolutionCard{border-color:#ccece7}.whySolutionCard .whyValueIcon{color:#087f7a;background:#e8fff5}.whyContextCard h2,.whySafetyCard h2,.whyScenarioCard strong,.whyValueCard h3{margin:0;color:#081d42}.whyValueCard h3{font-size:1.08rem}.whyContextCard p,.whySafetyCard p,.whyValueCard p{margin:0;color:#344e6c;line-height:1.55}.whyMedicalIdSection{background:linear-gradient(180deg,#f8fbff,#fff);border-color:#d8e6f4}.whyTrustSection,.whyWhoSection{background:linear-gradient(180deg,#fbfdff,#fff);border-color:#dbe7f3}.whyFinalCtaSection{background:linear-gradient(135deg,#f8fbff,#fff 52%,#f1fbf9);border-color:#d8e6f4}.whyMedicalIdSection .whySectionIntro p{max-width:760px;margin:12px 0 0;color:#415b78;line-height:1.55}.whyMedicalIdGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.whyMedicalIdCard{min-height:190px}.whyLocalizedContext{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.whyContextCard{display:grid;grid-gap:12px;gap:12px;padding:24px}.whyScenarioGateway{background:#fff}.whyScenarioHeading{display:grid;justify-items:center;width:100%;margin:0;text-align:center}.whyScenarioGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(18px,2.2vw,28px);gap:clamp(18px,2.2vw,28px);align-items:start}.whyScenarioCard{position:relative;overflow:hidden;display:block;min-width:0;border:1px solid rgba(219,232,246,.86);border-radius:18px;background:#fff;color:#081d42;text-decoration:none;box-shadow:0 16px 36px rgba(8,29,66,.12);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,filter .16s ease}.whyScenarioPosterImage{display:block;width:100%;height:auto;background:#fff}.whyScenarioCardMeta{grid-gap:5px;gap:5px;padding:14px 15px 15px;border-top:1px solid #dbe7f3;background:#fff}.whyScenarioCardMeta strong{min-width:0;color:#081d42;font-size:1rem;line-height:1.22}.whyScenarioCardMeta span{width:-moz-fit-content;width:fit-content;color:#07377b;font-size:.82rem;font-weight:900;letter-spacing:0;line-height:1.2;text-transform:uppercase}.whyScenarioCard:focus,.whyScenarioCard:hover{transform:translateY(-2px);border-color:rgba(30,95,191,.42);box-shadow:0 22px 48px rgba(8,29,66,.18);filter:brightness(1.015);outline:none}.whyScenarioCard{cursor:pointer}.whyScenarioCard:focus-visible{outline:3px solid rgba(30,95,191,.42);outline-offset:4px}.whySafetyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.whySafetyCard{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:22px}.whySafetyImportant{border-color:#f4d48d;background:#fff8e6}.whySafetyCard h2{font-size:1.08rem;line-height:1.25}@media (max-width:1040px){.whyRefreshHero{grid-template-columns:1fr;min-height:auto}.whyConceptPanel{max-width:720px}.whyScenarioGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenarioDetailHero{grid-template-columns:1fr}.scenarioDetailPosterPreview{justify-self:start}.scenarioDetailItemGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.whyYourEmrPage{width:min(100% - 32px,720px);gap:24px;padding-top:26px}.whyLocalizedContext,.whySafetyGrid,.whyValueGrid{grid-template-columns:1fr}.whyValueCard{min-height:auto}.scenarioDetailPage{width:min(100% - 32px,720px)}.scenarioDetailItemGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.whyYourEmrPage{width:calc(100% - 28px)}.whyRefreshHero,.whyScenarioGateway,.whyStorySection{border-radius:16px;padding:22px 18px}.whyRefreshHero h1{font-size:2.15rem}.whyHeroActions,.whyHeroActions .button{width:100%}.whyConceptPanel{padding:16px;border-radius:14px}.whyConceptList,.whyConceptPanelHeader{grid-template-columns:1fr}.whyConceptBadge{width:44px;height:44px}.whyConceptItem{grid-template-columns:34px minmax(0,1fr)}.whyScenarioGrid{grid-template-columns:1fr}.whyScenarioCard{min-height:auto}.scenarioDetailPage{width:calc(100% - 28px);gap:22px;padding-top:20px}.scenarioDetailBottomCta,.scenarioDetailHero{border-radius:16px;padding:20px 18px}.scenarioDetailHero h1{font-size:2.08rem}.scenarioDetailBottomActions,.scenarioDetailBottomActions .button,.scenarioDetailHeroActions,.scenarioDetailHeroActions .button,.scenarioDetailPosterPreview,.scenarioDetailPosterPreview figcaption,.scenarioDetailPosterShell{width:100%}.scenarioDetailItemGrid{grid-template-columns:1fr}.scenarioDetailDisclaimer{grid-template-columns:1fr;border-radius:16px;padding:18px}}html[data-theme=dark]{--bg:#08111e;--card:#111c2d;--ink:#eef6ff;--text:#d8e5f3;--muted:#9fb0c4;--line:#293a50;--accent:#7fb2ff;--accentDark:#9bc6ff;--accentSoft:#122a46;--danger:#ff8fa1;--dangerSoft:#35151d;--success:#7bdcb4;--successSoft:#0f2d25;--warning:#f4cf77;--warningSoft:#332611;--nav:#071322;--shadow:0 18px 45px rgba(0,0,0,.32)}html[data-theme=dark],html[data-theme=dark] body{background:radial-gradient(circle at top left,#142337 0,var(--bg) 48%,#050b14 100%);color:var(--text)}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:var(--ink)}html[data-theme=dark] .footer,html[data-theme=dark] .languageSelectorNote,html[data-theme=dark] .lead,html[data-theme=dark] .leadText,html[data-theme=dark] .muted,html[data-theme=dark] .publicFooter{color:var(--muted)}html[data-theme=dark] .card,html[data-theme=dark] .lookupBox.card,html[data-theme=dark] .memberCard,html[data-theme=dark] .memberSectionNav,html[data-theme=dark] .panel,html[data-theme=dark] .profileStickyNav,html[data-theme=dark] .publicInfoCard,html[data-theme=dark] .sectionCard{background:var(--card);border-color:var(--line);box-shadow:var(--shadow)}html[data-theme=dark] .button,html[data-theme=dark] button{background:#2f78d9;color:#fff}html[data-theme=dark] .backNavLink,html[data-theme=dark] .button.light,html[data-theme=dark] .pill,html[data-theme=dark] .tab,html[data-theme=dark] .tinyTextButton,html[data-theme=dark] button.light{background:#132033;border-color:#34506f;color:#eaf2ff}html[data-theme=dark] .button.dark,html[data-theme=dark] .sectionNavItem.active,html[data-theme=dark] .tab.active,html[data-theme=dark] button.dark{background:#0f2744;color:#fff}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:#0c1828;border-color:#34506f;color:#eef6ff}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#7f91aa}html[data-theme=dark] .disabledOption,html[data-theme=dark] input:disabled,html[data-theme=dark] select:disabled,html[data-theme=dark] textarea:disabled{background:#101a28;color:#7f91aa;opacity:.78}html[data-theme=dark] .checkboxList label,html[data-theme=dark] .homeSafetyNote,html[data-theme=dark] .inlineCheck,html[data-theme=dark] .legalDisclosureCheck,html[data-theme=dark] .machineTranslationBox,html[data-theme=dark] .machineTranslationCaution,html[data-theme=dark] .qrConsentCheck,html[data-theme=dark] .qrPreviewPanel,html[data-theme=dark] .readonlyMedicationList,html[data-theme=dark] .relationshipSuggestion,html[data-theme=dark] .rxResult{background:#0d1a2a;border-color:#2f4662;color:#d8e5f3}html[data-theme=dark] .legalDisclosureBlockingShell,html[data-theme=dark] .legalDisclosureNeutral{background:#07111f}html[data-theme=dark] .legalDisclosureItem,html[data-theme=dark] .legalDisclosureModal,html[data-theme=dark] .legalDisclosureModalActions,html[data-theme=dark] .legalDisclosureNeutralPanel{background:#0b1726;border-color:#243a55}html[data-theme=dark] .legalDisclosureModalActions,html[data-theme=dark] .legalDisclosureModalHeader{border-color:#243a55}html[data-theme=dark] .legalDisclosureItem{background:transparent}html[data-theme=dark] .legalDisclosureUpdated{color:#9eb1c7}html[data-theme=dark] .legalDisclosureDetailsToggle{color:#8ec7ff}html[data-theme=dark] .legalDisclosureDetailsToggle:hover{color:#b8dcff}html[data-theme=dark] .legalDisclosureDetailsPanel{background:#0d1a2a;border-color:#2f4662;color:#d8e5f3}html[data-theme=dark] .legalDisclosureMetadata code{background:#07111f;border-color:#243a55;color:#d8e5f3}html[data-theme=dark] .demoDocumentMeta span,html[data-theme=dark] .demoDocumentPending,html[data-theme=dark] .demoProfileBadge,html[data-theme=dark] .emergencyDisclaimer,html[data-theme=dark] .homeRefreshSafetyNote,html[data-theme=dark] .pricingAccessSafetyNoteCompact,html[data-theme=dark] .warningBox{background:#332611;border-color:#8a6820;color:#f7dd9f}html[data-theme=dark] .statusReady,html[data-theme=dark] .successBox{background:#0f2d25;border-color:#2c7b60;color:#92e6c4}html[data-theme=dark] .dangerOutline,html[data-theme=dark] .errorBox,html[data-theme=dark] .statusIncomplete{background:#35151d;border-color:#8a2f41;color:#ffb3bf}html[data-theme=dark] .infoBox,html[data-theme=dark] .statusNeutral,html[data-theme=dark] .statusPaused{background:#102641;border-color:#2f5f96;color:#cfe5ff}html[data-theme=dark] .pill.amber,html[data-theme=dark] .statusReview{background:#332611;border-color:#8a6820;color:#f7dd9f}html[data-theme=dark] .progress{background:#17263a}html[data-theme=dark] .emergencyFooter,html[data-theme=dark] .memberExpand,html[data-theme=dark] .softDivider{border-color:var(--line)}html[data-theme=dark] .themeToggleButton{border:1px solid #304966;border-radius:999px;background:#0b1827;color:#eef6ff;box-shadow:none}.themeToggleButton,html[data-theme=dark] .themeToggleButton{flex:0 0 auto;min-height:36px;gap:7px;padding:4px 5px 4px 8px}.themeToggleButton{display:inline-flex;align-items:center;border:1px solid #cbd9ec;border-radius:999px;background:#fff;color:#0d1830;box-shadow:0 5px 14px rgba(15,39,72,.06)}.themeToggleButton:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(30,95,191,.14)}.themeToggleLabel{color:#475569;font-size:.72rem;font-weight:900;line-height:1}html[data-theme=dark] .themeToggleLabel{color:#b8c8dc}.themeToggleOptions{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:112px;min-height:28px;padding:2px;border-radius:999px;background:#e8eef7;box-shadow:inset 0 0 0 1px rgba(15,39,72,.08);isolation:isolate}html[data-theme=dark] .themeToggleOptions{background:#17263a;box-shadow:inset 0 0 0 1px rgba(216,229,243,.12)}.themeToggleOptions:before{content:"";position:absolute;top:2px;bottom:2px;left:2px;width:calc(50% - 2px);border-radius:999px;background:#fff;box-shadow:0 2px 7px rgba(13,24,48,.18);transform:translateX(0);transition:opacity .18s ease,transform .18s ease,background-color .18s ease,box-shadow .18s ease;z-index:0}.themeToggleOptions[data-active-option=none]{box-shadow:inset 0 0 0 1px rgba(30,95,191,.28)}.themeToggleOptions[data-active-option=none]:before{opacity:0;transform:translateX(100%)}html[data-theme=dark] .themeToggleOptions:before{background:#7fb2ff;box-shadow:0 2px 8px rgba(2,12,27,.4)}html[data-theme=dark] .themeToggleOptions[data-active-option=none]{box-shadow:inset 0 0 0 1px rgba(127,178,255,.36)}.themeToggleOption{position:relative;z-index:1;min-height:28px;padding:0 8px;border:0;border-radius:999px;background:transparent;color:#5b6b7f;box-shadow:none;font-size:.72rem;font-weight:900;line-height:1;transition:color .18s ease}.themeToggleOption:focus-visible,.themeToggleOption:hover{outline:none;color:#0f3f8d}.themeToggleOption:focus-visible{box-shadow:inset 0 0 0 2px rgba(30,95,191,.7)}.themeToggleOption[data-active=true],.themeToggleOptions[data-active-option=none] .themeToggleOption:last-child{color:#0f3f8d}html[data-theme=dark] .themeToggleOption{color:#b8c8dc}html[data-theme=dark] .themeToggleOption:focus-visible,html[data-theme=dark] .themeToggleOption:hover{color:#fff}html[data-theme=dark] .themeToggleOption[data-active=true]{color:#071322}html[data-theme=dark] .themeToggleOptions[data-active-option=none] .themeToggleOption:last-child{color:#fff}html[data-theme=dark] .header,html[data-theme=dark] .youremrHeader,html[data-theme=dark] .youremrWideLogoHeader{background:#071322!important;border-bottom-color:#1d3148!important}html[data-theme=dark] .nav a,html[data-theme=dark] .publicAccountButtonPlaceholder,html[data-theme=dark] .youremrNav a:not(.button),html[data-theme=dark] .youremrWideLogoNav a:not(.button){color:#eaf2ff!important}html[data-theme=dark] .publicAccountButtonSecondary,html[data-theme=dark] .youremrHeaderButtonLight,html[data-theme=dark] .youremrWideLogoNav .youremrHeaderHowLink:not(.button){background:#132033!important;border-color:#34506f!important;color:#eaf2ff!important}html[data-theme=dark] .publicAccountButton,html[data-theme=dark] .youremrHeaderButtonPrimary{background:#2f78d9!important;border-color:#2f78d9!important;color:#fff!important}html[data-theme=dark] .languageSelectorLabel{color:#b8c7d8}html[data-theme=dark] .languageSelector select{background:#0d1b2b;border-color:#38536f;color:#eef6ff}html[data-theme=dark] .sidebar{background:linear-gradient(180deg,#071322,#050b14);border-right:1px solid #1d3148}html[data-theme=dark] .sideNav a.active,html[data-theme=dark] .sideNav a:hover{background:rgba(127,178,255,.16)}html[data-theme=dark] .sidebarFooter{border-top-color:rgba(184,199,216,.18)}html[data-theme=dark] .sidebarLogoutButton{background:hsla(0,0%,100%,.07);border-color:rgba(255,143,161,.38);color:#ffb3bf}html[data-theme=dark] .dashboardInfoMain,html[data-theme=dark] .familyShell,html[data-theme=dark] .main{background:transparent}html[data-theme=dark] .memberSectionNav,html[data-theme=dark] .profileStickyNav{background:rgba(17,28,45,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html[data-theme=dark] .backNavLink,html[data-theme=dark] .profileStickyNavLink,html[data-theme=dark] .sectionNavItem{color:#eaf2ff}html[data-theme=dark] .backNavLink:hover,html[data-theme=dark] .profileStickyNavLink:focus,html[data-theme=dark] .profileStickyNavLink:hover,html[data-theme=dark] .sectionNavItem:hover{background:#172b45;border-color:#406184;color:#fff}html[data-theme=dark] .eyebrow,html[data-theme=dark] .homeRefreshEyebrow,html[data-theme=dark] .homeRefreshEyebrowBrand,html[data-theme=dark] .profileStickyNavLabel,html[data-theme=dark] .whyRefreshEyebrow,html[data-theme=dark] .whySectionKicker{color:#7bdcb4}html[data-theme=dark] .homeRefreshPage,html[data-theme=dark] .pricingAccessPage,html[data-theme=dark] .publicInfoPage,html[data-theme=dark] body .pricingRouteShell,html[data-theme=dark] body .pricingRouteShell .pricingAccessPage{background:radial-gradient(circle at 18% 2%,rgba(47,120,217,.18),transparent 32%),radial-gradient(circle at 88% 9%,rgba(31,157,139,.14),transparent 29%),linear-gradient(180deg,#091424,#0b1726 48%,#07101d)!important;color:var(--text)}html[data-theme=dark] .homeRefreshHero,html[data-theme=dark] .whyRefreshHero{background:radial-gradient(circle at 12% 16%,rgba(47,120,217,.14),transparent 42%),linear-gradient(135deg,#101f32,#0d1a2a 54%,#0f242c);border-color:#263d58;box-shadow:var(--shadow)}html[data-theme=dark] .homeMessagingPoint,html[data-theme=dark] .homeRefreshEarlyAccess,html[data-theme=dark] .homeRefreshFeatureCard,html[data-theme=dark] .homeRefreshHeroCopy,html[data-theme=dark] .homeRefreshPricingLine,html[data-theme=dark] .homeRefreshSummary,html[data-theme=dark] .homeRefreshUseCases,html[data-theme=dark] .homeRoadmapList li,html[data-theme=dark] .pricingAccessCard,html[data-theme=dark] .pricingAccessFinePrint,html[data-theme=dark] .pricingAccessHero>div:first-child,html[data-theme=dark] .pricingAccessNote,html[data-theme=dark] body .pricingRouteShell .pricingAccessCard,html[data-theme=dark] body .pricingRouteShell .pricingAccessFinePrint,html[data-theme=dark] body .pricingRouteShell .pricingAccessHero>div:first-child,html[data-theme=dark] body .pricingRouteShell .pricingAccessNote{background:#111c2d!important;border-color:#2a405b!important;color:var(--text)!important;box-shadow:var(--shadow)!important}html[data-theme=dark] .homeMessagingPoint h3,html[data-theme=dark] .homeRefreshEarlyAccess h2,html[data-theme=dark] .homeRefreshFeatureCard h3,html[data-theme=dark] .homeRefreshHero h1,html[data-theme=dark] .homeRefreshSection h2,html[data-theme=dark] .homeRefreshUseCaseGrid h3,html[data-theme=dark] .pricingAccessCard h2,html[data-theme=dark] .pricingAccessFinePrint h2,html[data-theme=dark] .pricingAccessHero h1,html[data-theme=dark] .pricingAccessMiniCard h3,html[data-theme=dark] body .pricingRouteShell .pricingAccessCard h2,html[data-theme=dark] body .pricingRouteShell .pricingAccessHero h1,html[data-theme=dark] body .pricingRouteShell .pricingAccessMiniCard h3,html[data-theme=dark] body .pricingRouteShell .pricingAccessOfferSection h2,html[data-theme=dark] body .pricingRouteShell .pricingAccessQrSection h2,html[data-theme=dark] body .pricingRouteShell .pricingAccessSafetyNoteCompact h2,html[data-theme=dark] body .pricingRouteShell .pricingAccessSectionIntro h2{color:var(--ink)!important}html[data-theme=dark] .homeMessagingPoint p,html[data-theme=dark] .homeRefreshEarlyAccess p,html[data-theme=dark] .homeRefreshFeatureCard p,html[data-theme=dark] .homeRefreshLead,html[data-theme=dark] .homeRefreshSectionIntro p,html[data-theme=dark] .homeRefreshUseCaseGrid p,html[data-theme=dark] .homeRoadmapList li,html[data-theme=dark] .pricingAccessCard li,html[data-theme=dark] .pricingAccessCard p,html[data-theme=dark] .pricingAccessFinePrint p,html[data-theme=dark] .pricingAccessHero p,html[data-theme=dark] body .pricingRouteShell .pricingAccessCard li,html[data-theme=dark] body .pricingRouteShell .pricingAccessCard p,html[data-theme=dark] body .pricingRouteShell .pricingAccessFinePrint p,html[data-theme=dark] body .pricingRouteShell .pricingAccessHero p{color:#bfd0e2!important}html[data-theme=dark] .homeMessagingClosing,html[data-theme=dark] .homeRefreshHeroPricingNote,html[data-theme=dark] .homeRefreshProfileRow,html[data-theme=dark] .homeRefreshTrustNote,html[data-theme=dark] .homeRefreshTrustRow span,html[data-theme=dark] .homeRefreshUseCaseGrid span,html[data-theme=dark] .homeRoadmapNote,html[data-theme=dark] .pricingAccessLines,html[data-theme=dark] .pricingAccessProductItem,html[data-theme=dark] .pricingAccessProductItem span,html[data-theme=dark] body .pricingRouteShell .pricingAccessLines,html[data-theme=dark] body .pricingRouteShell .pricingAccessProductItem{background:#0d1a2a!important;border-color:#2f4662!important;color:#d8e5f3!important}html[data-theme=dark] .homeTrustPoint:nth-child(2){background:#102235!important;border-color:#365a7a!important}html[data-theme=dark] .homeRefreshMiniProfileCard{background:radial-gradient(circle at 92% 12%,rgba(31,157,139,.18),transparent 25%),linear-gradient(180deg,#13243a,#0d1a2a);border-color:#2f4662}html[data-theme=dark] .homeRefreshMiniProfileHeader strong,html[data-theme=dark] .homeRefreshMoreLink,html[data-theme=dark] .homeRefreshProfileRow{color:#eaf2ff}html[data-theme=dark] .homeRefreshEarlyAccessIcon,html[data-theme=dark] .homeRefreshIconWrap,html[data-theme=dark] .homeRefreshMiniLabel,html[data-theme=dark] .homeRefreshProfileRowIcon,html[data-theme=dark] .homeRefreshSafetyIcon,html[data-theme=dark] .homeRefreshShieldBadge,html[data-theme=dark] .homeRefreshUseCaseIcon{background:#122a46;color:#9bc6ff}html[data-theme=dark] .homeRefreshHeroMedia:before{background:linear-gradient(90deg,rgba(9,20,36,.28),rgba(9,20,36,.1) 58%,rgba(9,20,36,0))}html[data-theme=dark] .homeRefreshHeroMedia>img{filter:brightness(.86) saturate(.98)}html[data-theme=dark] .homeCompanionApps,html[data-theme=dark] .homeCompanionPhone{background:#111c2d!important;border-color:#2a405b!important;color:#d8e5f3!important;box-shadow:var(--shadow)!important}html[data-theme=dark] .homeCompanionCopy h2,html[data-theme=dark] .homeCompanionPhone figcaption{color:var(--ink)!important}html[data-theme=dark] .homeCompanionCopy p,html[data-theme=dark] .homeCompanionList li{color:#bfd0e2!important}html[data-theme=dark] .homeCompanionStatus{background:#0d1a2a!important;border-color:#2f4662!important;color:#96f0dc!important}html[data-theme=dark] .homeCompanionPhone img{background:#fff}html[data-theme=dark] .whyConceptPanelHeader p,html[data-theme=dark] .whyContextCard p,html[data-theme=dark] .whyRefreshLead,html[data-theme=dark] .whySafetyCard p,html[data-theme=dark] .whyScenarioHeading p,html[data-theme=dark] .whySectionIntro p,html[data-theme=dark] .whyValueCard p,html[data-theme=dark] .whyYourEmrPage{color:#bfd0e2}html[data-theme=dark] .whyConceptPanel,html[data-theme=dark] .whyContextCard,html[data-theme=dark] .whySafetyCard,html[data-theme=dark] .whyScenarioGateway,html[data-theme=dark] .whyStorySection,html[data-theme=dark] .whyValueCard{background:#111c2d;border-color:#2a405b;box-shadow:var(--shadow)}html[data-theme=dark] .whyProblemSection{background:linear-gradient(180deg,#251722,#111c2d);border-color:#663348}html[data-theme=dark] .whySolutionSection{background:linear-gradient(180deg,#102a28,#111c2d);border-color:#2d6e67}html[data-theme=dark] .whyConceptItem strong,html[data-theme=dark] .whyConceptPanel h2,html[data-theme=dark] .whyContextCard h2,html[data-theme=dark] .whyRefreshHero h1,html[data-theme=dark] .whySafetyCard h2,html[data-theme=dark] .whyScenarioHeading h2,html[data-theme=dark] .whySectionIntro h2,html[data-theme=dark] .whyValueCard h3{color:var(--ink)}html[data-theme=dark] .whyConceptBadge,html[data-theme=dark] .whyConceptItem span,html[data-theme=dark] .whyValueIcon{background:#122a46;color:#9bc6ff}html[data-theme=dark] .whyProblemCard .whyValueIcon{background:#35151d;color:#ffb3bf}html[data-theme=dark] .whySolutionCard .whyValueIcon{background:#0f2d25;color:#92e6c4}html[data-theme=dark] .whyConceptActions span,html[data-theme=dark] .whyConceptItem,html[data-theme=dark] .whyScenarioCard{background:#0d1a2a;border-color:#2f4662;color:#eaf2ff}html[data-theme=dark] .whyScenarioCardMeta{border-color:#2f4662;background:#0d1a2a}html[data-theme=dark] .whyScenarioCardMeta strong{color:#eaf2ff}html[data-theme=dark] .whyScenarioCardMeta span{color:#9bc6ff}html[data-theme=dark] .whyScenarioPosterImage{background:#fff}html[data-theme=dark] .contactPage .contactEmailLink,html[data-theme=dark] .publicInfoCard p{color:#bfd0e2}html[data-theme=dark] .contactPage .contactEmailLink,html[data-theme=dark] .homeRefreshPricingLine a{color:#9bc6ff}html[data-theme=dark] .emergencyPageLight{background:radial-gradient(circle at top left,#142337 0,#08111e 50%,#050b14 100%);color:var(--text)}html[data-theme=dark] .emergencyFaceSheet{background:#101c2d!important;border-color:#2a405b!important;color:#eaf2ff!important;box-shadow:var(--shadow)!important}html[data-theme=dark] .emergencyFaceSheet h1,html[data-theme=dark] .emergencyFaceSheet h2,html[data-theme=dark] .emergencyFaceSheet h3,html[data-theme=dark] .emergencyFaceSheet p,html[data-theme=dark] .emergencyFaceSheet strong,html[data-theme=dark] .emergencyIdentityBlock,html[data-theme=dark] .emergencyIdentityDetails{color:#eaf2ff!important}html[data-theme=dark] .emergencyFaceSheet:before{opacity:.045;filter:brightness(1.7)}html[data-theme=dark] .emergencyHeader{border-bottom-color:#2f4662}html[data-theme=dark] .demoDocumentCard,html[data-theme=dark] .emergencyDeviceCard,html[data-theme=dark] .emergencyFreshnessLine,html[data-theme=dark] .emergencySection{background:#0d1a2a;border-color:#2f4662;color:#d8e5f3}html[data-theme=dark] .criticalSummaryBox,html[data-theme=dark] .emergencySection.critical{background:#35151d;border-color:#8a2f41;color:#ffd9df}html[data-theme=dark] .demoEmergencySummary{background:#0f2d25;border-color:#2c7b60;color:#d8fff0}html[data-theme=dark] .publicEmergencyActions .lightPrintButton,html[data-theme=dark] .publicEmergencyActions .printButton{background:#132033;border-color:#34506f;color:#eaf2ff}html[data-theme=dark] .faceSheet,html[data-theme=dark] .medCard{background:#111c2d;color:#eaf2ff;border-color:#2a405b}html[data-theme=dark] .qrImage,html[data-theme=dark] .qrWrap{background:#fff;border-color:#d1dff0}html[data-theme=dark] .emergencyCard,html[data-theme=dark] .emergencyTopbar,html[data-theme=dark] .patientSummary{box-shadow:var(--shadow)}html[data-theme=dark] .publicEmergencyShell{background:#08111e}html[data-theme=dark] .publicEmergencyCard{background:#101c2d;border-color:#2a405b;box-shadow:var(--shadow)}html[data-theme=dark] .pricingAccessOfferSection,html[data-theme=dark] body .pricingRouteShell .pricingAccessOfferSection{background:linear-gradient(135deg,#111c2d,#0e2429 58%,#102641)!important}html[data-theme=dark] .pricingAccessNote,html[data-theme=dark] body .pricingRouteShell .pricingAccessNote{background:#102641!important}html[data-theme=dark] body .pricingRouteShell .youremrHeader{background:#071322!important;border-bottom-color:#1d3148!important}html[data-theme=dark] body .pricingRouteShell .publicAccountButton,html[data-theme=dark] body .pricingRouteShell .youremrNav a,html[data-theme=dark] body .pricingRouteShell .youremrWideLogoNav a{color:#eaf2ff!important}html[data-theme=dark] body .pricingRouteShell .button,html[data-theme=dark] body .pricingRouteShell .publicAccountButton,html[data-theme=dark] body .pricingRouteShell .youremrHeaderButton{background:#132033!important;border-color:#34506f!important;color:#eaf2ff!important}html[data-theme=dark] body .pricingRouteShell .button.dark,html[data-theme=dark] body .pricingRouteShell .youremrHeaderButtonPrimary{background:#2f78d9!important;border-color:#2f78d9!important;color:#fff!important}html[data-theme=dark] body .pricingRouteShell .pill,html[data-theme=dark] body .pricingRouteShell .pricingAccessProductItem span{background:#102641;border-color:#2f5f96;color:#cfe5ff}html[data-theme=dark] .publicFooter,html[data-theme=dark] body .pricingRouteShell .publicFooter{background:linear-gradient(135deg,#050b14,#071322);border-top-color:#1d3148;color:#d8e5f3}html[data-theme=dark] .publicFooter a,html[data-theme=dark] body .pricingRouteShell .publicFooter a{color:#eaf2ff}html[data-theme=dark] .publicFooterSocial a,html[data-theme=dark] body .pricingRouteShell .publicFooterSocial a{background:#132033;color:#eaf2ff}@media (max-width:680px){.youremrWideLogoHeader{min-height:auto!important}.youremrWideLogoNav .themeToggleButton{min-height:52px!important;gap:0!important;padding:4px!important}.youremrWideLogoNav .themeToggleLabel{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.youremrWideLogoNav .themeToggleOptions{width:136px!important;min-height:44px!important}.themeToggleButton{min-height:52px;gap:6px;padding:5px}.themeToggleLabel,.themeToggleOption{font-size:.72rem}.themeToggleOption{min-height:44px;padding:5px 8px}.youremrWideLogoNav{width:100%!important;align-items:stretch!important;gap:8px!important}.youremrWideLogoNav a:not(.button){display:inline-flex!important;min-height:44px!important;align-items:center!important;justify-content:center!important;padding:0 10px!important;border:1px solid #dbe6f2!important;border-radius:999px!important;background:#f8fbff!important;line-height:1.1!important}.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton,.youremrWideLogoNav .publicAccountButtonPlaceholder{min-height:44px!important;padding:10px 12px!important;line-height:1.1!important}.youremrHeaderLanguageSelector{flex:1 1 100%!important;width:min(100%,280px)!important}.youremrHeaderLanguageSelector select{min-height:44px!important}html[data-theme=dark] .youremrWideLogoNav a:not(.button){background:#132033!important;border-color:#34506f!important;color:#eaf2ff!important}}html[data-theme=dark] .homeRefreshEarlyAccessCta span,html[data-theme=dark] .homeRefreshHeroPricingNote,html[data-theme=dark] .homeRefreshHeroPricingNote span,html[data-theme=dark] .homeRefreshMiniSubline,html[data-theme=dark] .homeRefreshProfileRowMeta{color:#bfd0e2!important}html[data-theme=dark] .homeRefreshHeroPricingNote a,html[data-theme=dark] .homeRefreshPricingLine a,html[data-theme=dark] .pricingAccessNote strong,html[data-theme=dark] body .pricingRouteShell .pricingAccessNote strong{color:#9bc6ff!important}@media (min-width:681px) and (max-width:900px){.youremrWideLogoNav a:not(.button){display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 10px!important}.themeToggleButton,.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton,.youremrWideLogoNav .publicAccountButtonPlaceholder,.youremrWideLogoNav a:not(.button){min-height:44px!important;line-height:1.1!important}.youremrHeaderLanguageSelector select{min-height:44px!important}}html[data-theme=dark] .homeRefreshSafetyNote,html[data-theme=dark] .homeRefreshSafetyNote h2,html[data-theme=dark] .homeRefreshSafetyNote p,html[data-theme=dark] .homeRefreshSafetyTestingNote,html[data-theme=dark] .homeRefreshSafetyTestingNote strong,html[data-theme=dark] .pricingAccessSafetyNoteCompact,html[data-theme=dark] .pricingAccessSafetyNoteCompact h2,html[data-theme=dark] .pricingAccessSafetyNoteCompact p,html[data-theme=dark] body .pricingRouteShell .pricingAccessSafetyNoteCompact,html[data-theme=dark] body .pricingRouteShell .pricingAccessSafetyNoteCompact h2,html[data-theme=dark] body .pricingRouteShell .pricingAccessSafetyNoteCompact p{color:#f7dd9f!important}.homeFreeResource{display:grid;width:min(1160px,calc(100% - 72px));grid-template-columns:72px minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:center;margin:26px auto 8px;padding:22px 0;border-top:1px solid #dbe4ef;border-bottom:1px solid #dbe4ef}.homeFreeResourceIcon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:8px;background:#e8f2ff;color:#07377b}.freeFaceSheetActions svg,.homeFreeResourceIcon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.homeFreeResource h2,.homeFreeResource p{margin:0}.homeFreeResource h2{color:#061b3f;font-size:1.26rem;line-height:1.2}.homeFreeResource p:not(.homeRefreshEyebrow){margin-top:5px;color:#243d60;line-height:1.45}.freeFaceSheetPage{background:#f7fafc;color:#061b3f}.publicBreadcrumbs{width:min(1160px,calc(100% - 72px));margin:0 auto;padding:22px 0 0;color:#44617f;font-size:.9rem;font-weight:850}.publicBreadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px 0;align-items:center;margin:0;padding:0;list-style:none}.publicBreadcrumbs li{display:inline-flex;min-width:0;max-width:100%;align-items:center}.publicBreadcrumbs a{min-width:0;color:#07377b;line-height:1.35;overflow-wrap:anywhere;text-decoration:none}.publicBreadcrumbs a:focus-visible,.publicBreadcrumbs a:hover{text-decoration:underline}.publicBreadcrumbs a[aria-current=page]{color:#44617f}.publicBreadcrumbSeparator{flex:0 0 auto;margin:0 8px;color:#8aa0b8;font-weight:900}.publicBreadcrumbs+.conditionFaceSheetHero,.publicBreadcrumbs+.freeFaceSheetIntro,.publicBreadcrumbs+.resourcesDirectoryHero{padding-top:34px}.freeFaceSheetDetails,.freeFaceSheetDisclaimer,.freeFaceSheetIntro,.freeFaceSheetPreviewBand{width:min(1160px,calc(100% - 72px));margin-right:auto;margin-left:auto}.freeFaceSheetIntro{display:grid;grid-gap:16px;gap:16px;padding:58px 0 34px}.freeFaceSheetIntro h1{max-width:820px;margin:0;color:#061b3f;font-size:clamp(2.45rem,5vw,4.25rem);line-height:1.05;letter-spacing:0}.freeFaceSheetLead{max-width:760px;margin:0;color:#17365e;font-size:1.18rem;line-height:1.55}.freeFaceSheetNoSignup{width:-moz-fit-content;width:fit-content;margin:0;border-left:3px solid #1f9d8b;padding-left:12px;color:#17365e;font-weight:850}.freeFaceSheetActions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:10px}.freeFaceSheetTextLink{color:#07377b;font-weight:850;text-decoration:none}.freeFaceSheetPreviewBand{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);grid-gap:34px;gap:34px;align-items:start;padding:34px 0;border-top:1px solid #dbe4ef;border-bottom:1px solid #dbe4ef}.freeFaceSheetPreviewCopy{position:-webkit-sticky;position:sticky;top:24px;display:grid;grid-gap:14px;gap:14px}.freeFaceSheetDetails h2,.freeFaceSheetDisclaimer h2,.freeFaceSheetPreviewCopy h2{margin:0;color:#061b3f;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.15}.freeFaceSheetDetails li,.freeFaceSheetDisclaimer p,.freeFaceSheetPreviewCopy p{margin:0;color:#243d60;line-height:1.58}.freeFaceSheetPreviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.freeFaceSheetPreviewGrid figure{margin:0;border:1px solid #d4dde8;border-radius:8px;background:#fff;overflow:hidden}.freeFaceSheetPreviewGrid img{display:block;width:100%;height:auto}.freeFaceSheetPreviewGrid figcaption{border-top:1px solid #e3ebf3;padding:10px 12px;color:#17365e;font-size:.86rem;font-weight:850}.freeFaceSheetDetails{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);grid-gap:34px;gap:34px;align-items:start;padding:38px 0}.freeFaceSheetUseList{display:grid;grid-gap:14px;gap:14px}.freeFaceSheetUseList p{margin:0;color:#17365e;font-size:.95rem;font-weight:850}.freeFaceSheetDetails ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:28px;column-gap:28px;grid-row-gap:0;row-gap:0;margin:0;padding:0;list-style:none}.freeFaceSheetDetails li{position:relative;border-top:1px solid #dbe4ef;padding:13px 0 13px 22px;font-weight:800}.freeFaceSheetDetails li:before{content:"";position:absolute;left:0;top:1.35em;width:7px;height:7px;border-radius:999px;background:#159c94}.freeFaceSheetDisclaimer{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start;padding:26px 0 52px}.freeFaceSheetDisclaimer h2{font-size:1.18rem}html[data-theme=dark] .homeFreeResource{border-color:#2d4058}html[data-theme=dark] .freeFaceSheetDetails h2,html[data-theme=dark] .freeFaceSheetDisclaimer h2,html[data-theme=dark] .freeFaceSheetIntro h1,html[data-theme=dark] .freeFaceSheetPreviewCopy h2,html[data-theme=dark] .homeFreeResource h2,html[data-theme=dark] .homeFreeResource p:not(.homeRefreshEyebrow){color:#eaf2ff}html[data-theme=dark] .homeFreeResourceIcon{background:#17304f;color:#b6d5ff}html[data-theme=dark] .freeFaceSheetPage{background:#07111f;color:#eaf2ff}html[data-theme=dark] .publicBreadcrumbs,html[data-theme=dark] .publicBreadcrumbs a[aria-current=page]{color:#c7d7ea}html[data-theme=dark] .publicBreadcrumbs a{color:#9bc6ff}html[data-theme=dark] .publicBreadcrumbSeparator{color:#8aa1bf}html[data-theme=dark] .freeFaceSheetDetails li,html[data-theme=dark] .freeFaceSheetDisclaimer p,html[data-theme=dark] .freeFaceSheetLead,html[data-theme=dark] .freeFaceSheetNoSignup,html[data-theme=dark] .freeFaceSheetPreviewCopy p,html[data-theme=dark] .freeFaceSheetUseList p{color:#c7d7ea}html[data-theme=dark] .freeFaceSheetDetails li,html[data-theme=dark] .freeFaceSheetDisclaimer,html[data-theme=dark] .freeFaceSheetPreviewBand{border-color:#2d4058}html[data-theme=dark] .freeFaceSheetPreviewGrid figure{border-color:#2d4058;background:#0f1b2d}html[data-theme=dark] .freeFaceSheetDetails li:before{background:#30c7bd}html[data-theme=dark] .freeFaceSheetPreviewGrid figcaption{border-color:#2d4058;color:#c7d7ea}@media (max-width:900px){.freeFaceSheetDetails,.freeFaceSheetDisclaimer,.freeFaceSheetPreviewBand,.homeFreeResource{grid-template-columns:1fr}.homeFreeResource{justify-items:start}.freeFaceSheetPreviewCopy{position:static}}@media (max-width:680px){.freeFaceSheetDetails,.freeFaceSheetDisclaimer,.freeFaceSheetIntro,.freeFaceSheetPreviewBand,.homeFreeResource,.publicBreadcrumbs{width:calc(100% - 32px)}.publicBreadcrumbs{padding-top:18px;font-size:.86rem}.publicBreadcrumbs+.conditionFaceSheetHero,.publicBreadcrumbs+.freeFaceSheetIntro,.publicBreadcrumbs+.resourcesDirectoryHero{padding-top:26px}.freeFaceSheetActions,.freeFaceSheetActions .button,.homeFreeResource .button{width:100%}.freeFaceSheetIntro{padding:34px 0 28px}.freeFaceSheetIntro h1{font-size:2.22rem}.freeFaceSheetDetails ul,.freeFaceSheetPreviewGrid{grid-template-columns:1fr}.freeFaceSheetDisclaimer{padding-bottom:38px}}@media print{@page{size:letter;margin:.35in}body,html{background:#fff!important;color:#111827!important;color-scheme:light!important}.header,.noPrint,.publicEmergencyActions,.publicEmergencyActions .lightPrintButton,.publicEmergencyActions .printButton,.publicFooter,.publicHeader,.sidebar,.siteHeader,.themeToggleButton,nav{display:none!important}.emergencyPage,.emergencyPageLight,html[data-theme=dark] .emergencyPage,html[data-theme=dark] .emergencyPageLight{background:#fff!important;color:#111827!important;min-height:auto!important;padding:0!important;margin:0!important}.emergencyCard.emergencyFaceSheet,.emergencyFaceSheet,html[data-theme=dark] .emergencyCard.emergencyFaceSheet,html[data-theme=dark] .emergencyFaceSheet{background:#fff!important;color:#111827!important;border:0!important;box-shadow:none!important;max-width:none!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;-webkit-print-color-adjust:economy!important;print-color-adjust:economy!important}.emergencyFaceSheet,.faceSheet,html[data-theme=dark] .emergencyFaceSheet,html[data-theme=dark] .faceSheet{position:relative!important;padding-bottom:.38in!important}.emergencyFaceSheet:before,.faceSheet:before,html[data-theme=dark] .emergencyFaceSheet:before,html[data-theme=dark] .faceSheet:before{display:none!important;background-image:none!important;opacity:0!important}.printBrandWatermark,html[data-theme=dark] .printBrandWatermark{display:flex!important;position:fixed!important;left:50%!important;top:50%!important;z-index:0!important;width:4.15in!important;max-width:68vw!important;flex-direction:column!important;align-items:center!important;gap:.08in!important;pointer-events:none!important;transform:translate(-50%,-50%) rotate(-15deg)!important;opacity:.055!important}.printBrandWatermark img,html[data-theme=dark] .printBrandWatermark img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}.printBrandWatermark span,html[data-theme=dark] .printBrandWatermark span{color:#0f172a!important;font-size:17px!important;font-weight:800!important;letter-spacing:0!important;-webkit-text-fill-color:#0f172a!important}.printBrandFooter,html[data-theme=dark] .printBrandFooter{display:flex!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:5!important;min-height:.28in!important;align-items:center!important;justify-content:center!important;gap:.08in!important;padding:.035in .08in 0!important;border-top:1px solid #d1d5db!important;background:#fff!important;color:#334155!important;font-size:9.5px!important;font-weight:700!important;line-height:1.1!important;text-align:center!important;-webkit-print-color-adjust:economy!important;print-color-adjust:economy!important}.printBrandFooter img,html[data-theme=dark] .printBrandFooter img{display:block!important;width:.68in!important;height:auto!important;object-fit:contain!important;flex:0 0 auto!important}.printBrandFooter span,html[data-theme=dark] .printBrandFooter span{color:#334155!important;letter-spacing:0!important;-webkit-text-fill-color:#334155!important}.emergencyFaceSheet *,.emergencyFaceSheet h1,.emergencyFaceSheet h2,.emergencyFaceSheet h3,.emergencyFaceSheet p,.emergencyFaceSheet strong,.emergencyIdentityBlock,.emergencyIdentityDetails,html[data-theme=dark] .emergencyFaceSheet *,html[data-theme=dark] .emergencyFaceSheet div,html[data-theme=dark] .emergencyFaceSheet h1,html[data-theme=dark] .emergencyFaceSheet h2,html[data-theme=dark] .emergencyFaceSheet h3,html[data-theme=dark] .emergencyFaceSheet p,html[data-theme=dark] .emergencyFaceSheet span,html[data-theme=dark] .emergencyFaceSheet strong,html[data-theme=dark] .emergencyIdentityBlock,html[data-theme=dark] .emergencyIdentityDetails{color:#111827!important;-webkit-text-fill-color:#111827!important;text-shadow:none!important}.emergencyHeader,.emergencyHeader.withPhoto,html[data-theme=dark] .emergencyHeader{display:flex!important;align-items:center!important;gap:10px!important;background:#fff!important;border-bottom:2px solid #111827!important;padding:0 0 6px!important;margin:0 0 6px!important}.emergencyPatientPhoto,.faceSheetPhoto{display:block!important;width:.9in!important;height:.9in!important;min-width:.9in!important;object-fit:cover!important;border:1px solid #94a3b8!important;border-radius:8px!important;background:#f8fafc!important}.emergencyIdentityBlock h1{font-size:20px!important;line-height:1.05!important;margin:0 0 3px!important}.emergencyIdentityDetails p,.emergencyIdentityLine{margin:1px 0!important;line-height:1.16!important}.eyebrow,.eyebrowBrandSafe{color:#1e40af!important;letter-spacing:.12em!important}.demoDocumentMeta span,.demoDocumentPending,.demoProfileBadge{background:#fff7ed!important;border:1px solid #fdba74!important;color:#7c2d12!important}.emergencyDisclaimer,html[data-theme=dark] .emergencyDisclaimer{background:#fffbeb!important;border:1px solid #f59e0b!important;color:#78350f!important;border-radius:6px!important;padding:5px 7px!important;margin:5px 0!important;line-height:1.18!important}.demoEmergencySummary,html[data-theme=dark] .demoEmergencySummary{background:#ecfdf5!important;border:1px solid #34d399!important;color:#064e3b!important;border-radius:6px!important;padding:5px 7px!important;margin:5px 0!important;line-height:1.18!important}.emergencyFreshnessLine,html[data-theme=dark] .emergencyFreshnessLine{background:#f8fafc!important;border:1px solid #cbd5e1!important;color:#111827!important;border-radius:5px!important;padding:4px 6px!important;margin:4px 0!important}.criticalSummaryBox,.emergencySection.critical,html[data-theme=dark] .criticalSummaryBox,html[data-theme=dark] .emergencySection.critical{background:#fff1f2!important;border:1px solid #fb7185!important;color:#111827!important}.criticalSummaryBox{border-radius:6px!important;padding:5px 7px!important;margin:5px 0!important}.criticalSummaryGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:2px 8px!important;gap:2px 8px!important}.criticalSummaryGrid p{margin:0!important;line-height:1.14!important}.demoDocumentGrid,.emergencyDeviceGrid,.emergencyGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:5px!important;gap:5px!important;margin:5px 0!important}.demoDocumentCard,.emergencyDeviceCard,.emergencySection,html[data-theme=dark] .demoDocumentCard,html[data-theme=dark] .emergencyDeviceCard,html[data-theme=dark] .emergencySection{background:#fff!important;border:1px solid #cbd5e1!important;color:#111827!important;box-shadow:none!important;border-radius:6px!important;padding:5px 7px!important;margin:5px 0!important;break-inside:avoid!important;page-break-inside:avoid!important}.demoDocumentGrid .demoDocumentCard,.emergencyDeviceGrid .emergencyDeviceCard,.emergencyGrid .emergencySection{margin:0!important}.criticalSummaryBox h2,.demoDocumentCard h3,.emergencySection h2{color:#0f172a!important;font-size:13px!important;line-height:1.1!important;margin:0 0 3px!important}.demoDocumentCard,.emergencyDeviceCard p,.emergencySection div,.emergencySection p,.medicationPrintList p,.preserveText{font-size:10.5px!important;line-height:1.16!important}.emergencyContactList{gap:3px!important}.compactEmergencyContact,.emergencyContact{border-bottom:1px solid #e2e8f0!important;margin:0 0 3px!important;padding:0 0 3px!important}.compactEmergencyContact:last-child,.emergencyContact:last-child{border-bottom:0!important}.emergencyContact p,.emergencyDeviceCard p,.medicationPrintList p{margin:0 0 1px!important}.demoDocumentActions{display:none!important}.emergencyFooter,html[data-theme=dark] .emergencyFooter{background:#fff!important;color:#334155!important;border-top:1px solid #94a3b8!important;margin-top:5px!important;padding-top:4px!important;font-size:10px!important;display:none!important}}.freeFaceSheetSupportingText{max-width:840px;margin:0;color:#243d60;font-size:1.02rem;line-height:1.58}.freeFaceSheetLibraryHero{padding-bottom:42px}.freeFaceSheetLibraryPage .freeFaceSheetIntro,.freeFaceSheetLibraryPage .freeFaceSheetLibraryDetails>div:first-child,.freeFaceSheetLibraryPage .freeFaceSheetSectionHeading{justify-items:center;text-align:center}.freeFaceSheetLibraryPage .freeFaceSheetLead,.freeFaceSheetLibraryPage .freeFaceSheetLibraryDetails>div:first-child h2,.freeFaceSheetLibraryPage .freeFaceSheetSupportingText{margin-right:auto;margin-left:auto}.conditionFaceSheetBridge,.conditionFaceSheetHero,.conditionFaceSheetInfoGrid,.freeFaceSheetLibraryGridSection,.freeFaceSheetSectionHeading,.trachEducationIntroSection,.trachGoBagSection,.trachPrintableResourcesSection,.trachQuickOrientationGrid,.trachSourceSection,.trachSupplyLimitsSection{width:min(1160px,calc(100% - 72px));margin-right:auto;margin-left:auto}.freeFaceSheetLibraryGridSection{padding:34px 0 18px;border-top:1px solid #dbe4ef}.freeFaceSheetSectionHeading{width:100%;display:grid;grid-gap:8px;gap:8px;margin-bottom:20px}.freeEmergencyBinderPage .freeFaceSheetSectionHeading{justify-items:center;text-align:center}.freeFaceSheetSectionHeading h2{max-width:780px;margin:0;color:#061b3f;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.12}.freeFaceSheetLibraryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.freeFaceSheetLibraryCard{display:grid;grid-template-rows:auto 1fr auto;grid-gap:16px;gap:16px;min-width:0;border:1px solid #d4dde8;border-radius:8px;background:#fff;padding:14px;box-shadow:0 12px 30px rgba(15,39,72,.07)}.freeFaceSheetLibraryPreview{display:grid;place-items:center;min-height:180px;overflow:hidden;border:1px solid #e2eaf3;border-radius:6px;background:#f8fbff}.freeFaceSheetLibraryPreview img{display:block;width:100%;height:100%;max-height:230px;object-fit:contain}.freeFaceSheetLibraryPreviewMulti{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px}.freeFaceSheetLibraryPreviewMulti img{height:auto;border:1px solid #e2eaf3;border-radius:4px;background:#fff}.freeFaceSheetLibraryCardBody{display:grid;grid-gap:10px;gap:10px}.freeFaceSheetLibraryCard h3{margin:0;color:#061b3f;font-size:1.08rem;line-height:1.22;text-align:center}.freeFaceSheetLibraryCard p{margin:0;color:#304865;line-height:1.45}.conditionFaceSheetInfoPanel ul,.freeFaceSheetLibraryCard ul{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.conditionFaceSheetInfoPanel li,.freeFaceSheetLibraryCard li{position:relative;padding-left:17px;color:#243d60;line-height:1.4;font-weight:800}.conditionFaceSheetInfoPanel li:before,.freeFaceSheetLibraryCard li:before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:999px;background:#159c94}.freeFaceSheetCardButton{align-self:end;width:100%;min-height:46px}.conditionFaceSheetBridgeActions svg,.freeFaceSheetCardButton svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.freeFaceSheetLibraryDetails{border-top:1px solid #dbe4ef}.resourcesDirectoryCta,.resourcesDirectoryHero,.resourcesDirectorySection,.resourcesDirectoryTopics{width:min(1160px,calc(100% - 72px));margin-right:auto;margin-left:auto}.resourcesDirectoryHero{display:grid;grid-gap:16px;gap:16px;padding:58px 0 28px}.resourcesDirectoryHero h1{max-width:880px;margin:0;color:#061b3f;font-size:clamp(2.45rem,5vw,4.25rem);line-height:1.05;letter-spacing:0}.resourcesDirectoryLead{max-width:820px;margin:0;color:#17365e;font-size:1.18rem;line-height:1.55}.resourcesDirectoryCategoryCard p,.resourcesDirectoryCta p,.resourcesDirectorySectionHeading p,.resourcesDirectorySupportingText{margin:0;color:#304865;line-height:1.58}.resourcesDirectorySupportingText{max-width:820px;font-size:1.02rem}.resourcesDirectoryActions,.resourcesDirectoryCtaActions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:8px}.resourcesDirectoryActions svg,.resourcesDirectoryCtaActions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.resourcesDirectoryBrowse{display:grid;grid-gap:10px;gap:10px;margin-top:8px;padding-top:14px;border-top:1px solid #dbe4ef}.resourcesDirectoryBrowse>span{color:#17365e;font-size:.88rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.resourcesDirectoryBrowse>div{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:flex-start}.conditionFaceSheetGuideNavItem,.resourcesDirectoryBrowseItem{display:inline-flex;align-items:center;gap:8px}.conditionFaceSheetGuideNavSeparator,.resourcesDirectoryBrowseSeparator{color:#60738f;font-weight:900}.resourcesDirectoryBrowse a{display:inline-flex;align-items:center;gap:7px;max-width:100%;min-height:38px;border:1px solid #cfdce9;border-radius:8px;background:#fff;color:#07377b;padding:8px 12px;font-size:.92rem;font-weight:850;line-height:1.15;overflow-wrap:anywhere;text-decoration:none;white-space:normal}.resourcesDirectoryBrowse a:focus-visible,.resourcesDirectoryBrowse a:hover{border-color:#159c94;background:#f4fbfa}.resourcesDirectoryBrowse strong{display:inline-grid;min-width:24px;min-height:22px;place-items:center;border-radius:6px;background:#e6f6f4;color:#087a74;padding:2px 7px;font-size:.78rem}.resourcesDirectoryTopics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;padding:20px 0 26px;border-top:1px solid #dbe4ef;border-bottom:1px solid #dbe4ef}.resourcesDirectoryTopics span{min-width:0;border:1px solid #d5e2ef;border-left:3px solid #159c94;border-radius:8px;background:#fff;padding:10px 14px 10px 12px;color:#17365e;font-size:.94rem;font-weight:850;line-height:1.3}.resourcesDirectorySection{display:grid;grid-gap:22px;gap:22px;padding:36px 0;border-bottom:1px solid #dbe4ef}.resourcesDirectorySectionHeading{display:grid;grid-gap:8px;gap:8px;max-width:820px}.resourcesDirectoryCta h2,.resourcesDirectorySectionHeading h2{margin:0;color:#061b3f;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.12}.resourcesDirectoryLinkGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.resourcesDirectoryFeaturedGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.resourcesDirectoryLinkCard{display:grid;grid-gap:8px;gap:8px;min-width:0;min-height:126px;align-content:start;border:1px solid #d4dde8;border-radius:8px;background:#fff;padding:16px;color:#061b3f;text-decoration:none;box-shadow:0 12px 30px rgba(15,39,72,.06)}.resourcesDirectoryLinkCard:hover{border-color:#9fb2c9;transform:translateY(-1px)}.resourcesDirectoryLinkCard span{color:#159c94;font-size:.83rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.resourcesDirectoryLinkCard strong{color:#061b3f;font-size:1.02rem;line-height:1.28}.resourcesDirectoryCategoryGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.resourcesDirectoryCategoryCard{display:grid;grid-gap:18px;gap:18px;min-width:0;border:1px solid #d4dde8;border-radius:8px;background:#fff;padding:20px;box-shadow:0 12px 30px rgba(15,39,72,.06)}.resourcesDirectoryCategoryCard h3{margin:0 0 8px;color:#061b3f;font-size:1.18rem;line-height:1.22}.resourcesDirectoryCategoryBlock{display:grid;grid-gap:10px;gap:10px}.resourcesDirectoryCategoryBlock h4{margin:0;color:#17365e;font-size:.88rem;letter-spacing:0;text-transform:uppercase}.resourcesDirectoryAvailableList,.resourcesDirectoryComingSoonList{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.resourcesDirectoryAvailableList li,.resourcesDirectoryComingSoonList li{position:relative;padding-left:18px;color:#243d60;line-height:1.42}.resourcesDirectoryAvailableList li:before,.resourcesDirectoryComingSoonList li:before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:999px;background:#159c94}.resourcesDirectoryComingSoonList li:before{background:#9fb2c9}.resourcesDirectoryAvailableList a{color:#07377b;font-weight:850;text-decoration:none}.resourcesDirectoryAvailableList a:hover{text-decoration:underline}.resourcesDirectoryCta{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,auto);grid-gap:26px;gap:26px;align-items:center;padding:34px 0;border-bottom:1px solid #dbe4ef}.resourcesDirectoryCta>div:first-child{display:grid;grid-gap:10px;gap:10px}.resourcesDirectoryCtaActions{justify-content:flex-end;margin-top:0}.resourcesDirectoryDisclaimer{padding-top:26px}.conditionFaceSheetHero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);grid-gap:34px;gap:34px;align-items:center;padding:56px 0 38px}.conditionFaceSheetHeroCopy{display:grid;grid-gap:16px;gap:16px}.conditionFaceSheetHero h1{max-width:760px;margin:0;color:#061b3f;font-size:clamp(2.25rem,4.8vw,4rem);line-height:1.05;letter-spacing:0}.freeFaceSheetBackLink{width:-moz-fit-content;width:fit-content;color:#07377b;font-weight:900;text-decoration:none}.freeFaceSheetBackLink:hover,.freeFaceSheetTextLink:hover{text-decoration:underline}.conditionFaceSheetHeroPreview{margin:0;overflow:hidden;border:1px solid #d4dde8;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,39,72,.1)}.conditionFaceSheetHeroPreviewImages{display:grid}.conditionFaceSheetHeroPreviewMulti{background:#f8fbff}.conditionFaceSheetHeroPreviewMulti .conditionFaceSheetHeroPreviewImages{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px}.conditionFaceSheetHeroPreview img{display:block;width:100%;height:auto}.conditionFaceSheetHeroPreviewMulti img{border:1px solid #e2eaf3;border-radius:6px;background:#fff}.conditionFaceSheetHeroPreview figcaption{border-top:1px solid #e3ebf3;padding:10px 12px;color:#17365e;font-size:.86rem;font-weight:850}.conditionFaceSheetInfoGrid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.12fr);grid-gap:18px;gap:18px;padding:30px 0;border-top:1px solid #dbe4ef}.conditionFaceSheetInfoPanel{display:grid;grid-gap:12px;gap:12px;align-content:start;border:1px solid #d4dde8;border-radius:8px;background:#fff;padding:20px}.conditionFaceSheetFieldsPanel{grid-column:1/-1}.conditionFaceSheetBridgeTitle,.conditionFaceSheetInfoPanel h2{margin:0;color:#061b3f;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.16}.conditionFaceSheetBridgeText,.conditionFaceSheetInfoPanel p{margin:0;color:#243d60;line-height:1.58}.conditionFaceSheetFieldTags{display:flex;flex-wrap:wrap;gap:10px}.conditionFaceSheetFieldTags span{display:inline-flex;align-items:center;min-height:36px;border:1px solid #cddbea;border-radius:999px;background:#f8fbff;padding:7px 11px;color:#17365e;font-size:.92rem;font-weight:900}.conditionFaceSheetGuideNav{gap:14px}.conditionFaceSheetGuideNav>span{color:#44617f;font-size:.84rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.conditionFaceSheetGuideNav>div{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:flex-start}.conditionFaceSheetGuideNav a{display:inline-flex;align-items:center;max-width:100%;min-height:36px;border:1px solid #cddbea;border-radius:999px;background:#f8fbff;padding:7px 12px;color:#07377b;font-size:.92rem;font-weight:900;line-height:1.18;overflow-wrap:anywhere;text-align:left;text-decoration:none;white-space:normal}.conditionFaceSheetInfoPanel[id],.resourcesDirectoryCategoryCard,.resourcesDirectorySection,.trachGoBagSection{scroll-margin-top:96px}.contactGuidanceSections{display:grid;grid-gap:22px;gap:22px;margin-top:28px}.contactGuidanceSection{border-top:1px solid #d1dff0;padding-top:22px}.contactGuidanceSection h2{margin:0 0 10px}.contactGuidanceSection p{margin:0}.contactGuidanceSection p+p{margin-top:10px}.contactGuidanceSection ul{margin:0;padding-left:20px;color:#29415f;font-size:1.02rem;line-height:1.55}.contactGuidanceSection li+li{margin-top:8px}.conditionFaceSheetGuideNav a:focus-visible,.conditionFaceSheetGuideNav a:hover{border-color:#159c94;background:#eefbf8;color:#07575c;text-decoration:none}.trachHeroActions{display:grid;grid-gap:12px;gap:12px;margin-top:10px}.trachHeroPrimaryDownloads,.trachHeroSecondaryActions,.trachPrintableChecklistActions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.trachHeroDownloadButton,.trachPrintableChecklistButton{max-width:100%;min-height:48px;line-height:1.15;text-align:center}.trachSupplyDownloadButton{background:#0f9c91;box-shadow:0 10px 22px rgba(15,156,145,.18)}.trachHeroDownloadButton svg,.trachPrintableChecklistButton svg{flex:0 0 18px;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.trachEducationIntroSection,.trachGoBagSection,.trachPrintableResourcesSection,.trachSourceSection{display:grid;grid-gap:22px;gap:22px;padding:30px 0;border-top:1px solid #dbe4ef}.trachPrintableResourcesSection{gap:26px;padding:44px 0 40px;border-bottom:1px solid #dbe4ef;background:linear-gradient(180deg,rgba(248,251,255,.82),hsla(0,0%,100%,.94))}.trachSectionIntro{display:grid;grid-gap:12px;gap:12px;max-width:900px}.trachSectionIntroCentered{justify-items:center;max-width:820px;margin-right:auto;margin-left:auto;text-align:center}.trachSectionIntro h2{margin:0;color:#061b3f;font-size:clamp(1.8rem,3.1vw,2.55rem);line-height:1.12}.trachPrintableChecklistCopy p,.trachPrintableChecklistDisclaimer,.trachPrintableResourcesNote,.trachSectionIntro p{margin:0;color:#243d60;line-height:1.58}.trachGoBagCards,.trachGoBagFollowupGrid,.trachPrintableResourceCards,.trachQuickOrientationGrid{display:grid;grid-gap:16px;gap:16px}.trachPrintableResourceCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.trachPrintableResourceCard{min-height:220px;border-color:#c8d9eb;background:#fff;box-shadow:0 16px 34px rgba(15,39,72,.06)}.trachPrintableResourceCard h2{color:#07377b;font-size:clamp(1.25rem,2vw,1.7rem)}.trachPrintableResourcesNote{justify-self:center;border-top:1px solid #dbe4ef;padding-top:12px;color:#17365e;font-weight:900}.trachQuickOrientationGrid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) minmax(0,.95fr);padding:18px 0 34px}.trachQuickOrientationPanel h2{font-size:clamp(1.05rem,1.5vw,1.25rem)}.trachFieldTagsCompact{gap:8px}.trachFieldTagsCompact span{min-height:30px;padding:5px 9px;font-size:.82rem}.trachGoBagSection{gap:24px;padding:42px 0 40px;border-bottom:1px solid #dbe4ef;background:linear-gradient(180deg,rgba(247,251,255,.88),hsla(0,0%,100%,.96));scroll-margin-top:18px}.trachGoBagCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.trachGoBagCard{gap:12px}.trachGoBagCard h2{font-size:clamp(1.05rem,1.5vw,1.25rem)}.trachGoBagFollowupGrid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:18px;align-items:stretch}.trachGoBagDetails{gap:12px;border-color:#cbddeb}.trachGoBagDetails ul{grid-template-columns:repeat(2,minmax(0,1fr))}.trachPrintableChecklistCallout{grid-template-columns:1fr;gap:16px;border-color:#b9e0dd;background:#f5fffd}.trachPrintableChecklistCopy{display:grid;min-width:0;grid-gap:7px;gap:7px}.trachPrintableChecklistDisclaimer{border-top:1px solid #cae8e5;padding-top:10px;font-size:.9rem;font-weight:800}.trachSupplyLimitsSection{padding:10px 0 36px}.trachSupplyLimitsNote{border-color:#ead7a9;background:#fffaf0;padding:22px}.trachEducationIntroSection{gap:16px;padding:42px 0 26px;border-bottom:0}.trachEducationIntroSection .trachSectionIntro{max-width:860px}.trachGeneralInfoGrid{padding-top:4px}.trachLearnMoreSection{padding-top:36px}.trachSourceSection{gap:12px;padding:24px 0 28px}.trachSourcePanel{gap:8px;padding:16px;border-color:#dbe4ef;background:hsla(0,0%,100%,.76)}.trachSourcePanel h2{font-size:clamp(1.12rem,1.55vw,1.38rem)}.trachSourcePanel p{font-size:.9rem;line-height:1.48}.trachSourceList{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 18px;padding-top:4px}.trachSourceList li{font-size:.86rem;line-height:1.35}.conditionFaceSheetBridge{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:center;padding:26px 0;border-top:1px solid #dbe4ef;border-bottom:1px solid #dbe4ef}.conditionFaceSheetBridgeCopy{display:grid;min-width:0;grid-gap:8px;gap:8px}.conditionFaceSheetBridgeEyebrow{margin:0}.conditionFaceSheetBridgeTitle{overflow-wrap:anywhere}.conditionFaceSheetBridgeText{max-width:640px}.conditionFaceSheetBridgeButton{max-width:100%;min-width:0;line-height:1.15;text-align:center}.conditionFaceSheetBridgeActions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.freeFaceSheetMedicationAddon{display:grid;grid-gap:12px;gap:12px;max-width:720px;border:1px solid #d4dde8;border-radius:8px;background:#fff;padding:14px;box-shadow:0 10px 24px rgba(15,39,72,.07)}.freeFaceSheetMedicationAddonLibrary{max-width:760px}.freeFaceSheetMedicationAddonHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center}.freeFaceSheetMedicationAddonCopy{display:grid;min-width:0;grid-gap:6px;gap:6px}.freeFaceSheetMedicationAddon h2{margin:0;color:#061b3f;font-size:1.08rem;line-height:1.16}.freeFaceSheetMedicationAddon p:not(.homeRefreshEyebrow){margin:0;color:#243d60;font-size:.94rem;line-height:1.45}.freeFaceSheetMedicationToggle{position:relative;display:inline-flex;align-items:center;gap:10px;min-width:210px;color:#07377b;font-weight:900;line-height:1.2;cursor:pointer}.freeFaceSheetMedicationToggle input{position:absolute;width:1px;height:1px;opacity:0}.freeFaceSheetMedicationToggleTrack{position:relative;flex:0 0 44px;width:44px;height:24px;border:1px solid #9eb4d1;border-radius:999px;background:#e8eef7;transition:background .18s ease,border-color .18s ease}.freeFaceSheetMedicationToggleTrack:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 3px rgba(15,39,72,.28);transition:transform .18s ease}.freeFaceSheetMedicationToggle input:checked+.freeFaceSheetMedicationToggleTrack{border-color:#159c94;background:#159c94}.freeFaceSheetMedicationToggle input:checked+.freeFaceSheetMedicationToggleTrack:after{transform:translateX(20px)}.freeFaceSheetMedicationToggle input:focus-visible+.freeFaceSheetMedicationToggleTrack{outline:3px solid rgba(21,156,148,.28);outline-offset:3px}.freeFaceSheetMedicationAddonDetails{display:none;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:14px;align-items:center;border-top:1px solid #e3ebf3;padding-top:12px}.freeFaceSheetMedicationAddon:has(.freeFaceSheetMedicationToggle input:checked) .freeFaceSheetMedicationAddonDetails{display:grid}.freeFaceSheetMedicationPreview{margin:0;overflow:hidden;border:1px solid #d4dde8;border-radius:6px;background:#f8fbff}.freeFaceSheetMedicationPreview img{display:block;width:100%;height:auto}.freeFaceSheetMedicationPreview figcaption{border-top:1px solid #e3ebf3;padding:7px 8px;color:#17365e;font-size:.76rem;font-weight:850;line-height:1.25}.freeFaceSheetMedicationAddonActions{display:grid;grid-gap:8px;gap:8px;justify-items:start}.freeFaceSheetMedicationNote{color:#304865;font-weight:800}.freeFaceSheetMedicationButton{max-width:100%;min-height:42px;line-height:1.15;text-align:center}html[data-theme=dark] .conditionFaceSheetBridgeText,html[data-theme=dark] .conditionFaceSheetGuideNav>span,html[data-theme=dark] .conditionFaceSheetInfoPanel li,html[data-theme=dark] .conditionFaceSheetInfoPanel p,html[data-theme=dark] .freeFaceSheetLibraryCard li,html[data-theme=dark] .freeFaceSheetLibraryCard p,html[data-theme=dark] .freeFaceSheetMedicationAddon p:not(.homeRefreshEyebrow),html[data-theme=dark] .freeFaceSheetSupportingText,html[data-theme=dark] .resourcesDirectoryAvailableList li,html[data-theme=dark] .resourcesDirectoryBrowse>span,html[data-theme=dark] .resourcesDirectoryCategoryCard p,html[data-theme=dark] .resourcesDirectoryComingSoonList li,html[data-theme=dark] .resourcesDirectoryCta p,html[data-theme=dark] .resourcesDirectoryLead,html[data-theme=dark] .resourcesDirectorySectionHeading p,html[data-theme=dark] .resourcesDirectorySupportingText,html[data-theme=dark] .resourcesDirectoryTopics span,html[data-theme=dark] .trachPrintableChecklistCopy p,html[data-theme=dark] .trachPrintableChecklistDisclaimer,html[data-theme=dark] .trachPrintableResourcesNote,html[data-theme=dark] .trachSectionIntro p{color:#c7d7ea}html[data-theme=dark] .conditionFaceSheetBridge,html[data-theme=dark] .conditionFaceSheetHero,html[data-theme=dark] .conditionFaceSheetInfoGrid,html[data-theme=dark] .contactGuidanceSection,html[data-theme=dark] .freeFaceSheetLibraryDetails,html[data-theme=dark] .freeFaceSheetLibraryGridSection,html[data-theme=dark] .resourcesDirectoryBrowse,html[data-theme=dark] .resourcesDirectoryCta,html[data-theme=dark] .resourcesDirectorySection,html[data-theme=dark] .resourcesDirectoryTopics,html[data-theme=dark] .trachEducationIntroSection,html[data-theme=dark] .trachGoBagSection,html[data-theme=dark] .trachPrintableResourcesSection,html[data-theme=dark] .trachSourceSection{border-color:#2d4058}html[data-theme=dark] .conditionFaceSheetBridgeTitle,html[data-theme=dark] .conditionFaceSheetHero h1,html[data-theme=dark] .conditionFaceSheetInfoPanel h2,html[data-theme=dark] .freeFaceSheetLibraryCard h3,html[data-theme=dark] .freeFaceSheetMedicationAddon h2,html[data-theme=dark] .freeFaceSheetSectionHeading h2,html[data-theme=dark] .resourcesDirectoryCategoryCard h3,html[data-theme=dark] .resourcesDirectoryCta h2,html[data-theme=dark] .resourcesDirectoryHero h1,html[data-theme=dark] .resourcesDirectoryLinkCard strong,html[data-theme=dark] .resourcesDirectorySectionHeading h2,html[data-theme=dark] .trachSectionIntro h2{color:#eaf2ff}html[data-theme=dark] .conditionFaceSheetGuideNav a,html[data-theme=dark] .conditionFaceSheetHeroPreview,html[data-theme=dark] .conditionFaceSheetInfoPanel,html[data-theme=dark] .freeFaceSheetLibraryCard,html[data-theme=dark] .freeFaceSheetMedicationAddon,html[data-theme=dark] .resourcesDirectoryBrowse a,html[data-theme=dark] .resourcesDirectoryCategoryCard,html[data-theme=dark] .resourcesDirectoryLinkCard{border-color:#2d4058;background:#0f1b2d}html[data-theme=dark] .resourcesDirectoryLinkCard span{color:#30c7bd}html[data-theme=dark] .resourcesDirectoryBrowse a{color:#dcecff}html[data-theme=dark] .resourcesDirectoryTopics span{border-color:#2d4058 #2d4058 #2d4058 #30c7bd;background:#0f1b2d}html[data-theme=dark] .conditionFaceSheetGuideNavSeparator,html[data-theme=dark] .resourcesDirectoryBrowseSeparator{color:#8aa1bf}html[data-theme=dark] .conditionFaceSheetGuideNav a{color:#9bc6ff}html[data-theme=dark] .conditionFaceSheetGuideNav a:focus-visible,html[data-theme=dark] .conditionFaceSheetGuideNav a:hover,html[data-theme=dark] .resourcesDirectoryBrowse a:focus-visible,html[data-theme=dark] .resourcesDirectoryBrowse a:hover{background:#14283f;border-color:#7bdcb4}html[data-theme=dark] .resourcesDirectoryBrowse strong{background:#123a3c;color:#8cf2e8}html[data-theme=dark] .resourcesDirectoryCategoryBlock h4{color:#d7e7f8}html[data-theme=dark] .resourcesDirectoryAvailableList a{color:#9bc6ff}html[data-theme=dark] .trachSupplyLimitsNote{border-color:#425a78;background:#132033}html[data-theme=dark] .trachGoBagSection,html[data-theme=dark] .trachPrintableResourcesSection{background:linear-gradient(180deg,rgba(15,27,45,.9),rgba(11,22,36,.72))}html[data-theme=dark] .trachPrintableChecklistCallout{border-color:#315f65;background:#0d2530}html[data-theme=dark] .trachPrintableChecklistDisclaimer,html[data-theme=dark] .trachPrintableResourcesNote{border-color:#2d4058}html[data-theme=dark] .trachSourcePanel{border-color:#2d4058;background:#0f1b2d}html[data-theme=dark] .conditionFaceSheetFieldTags span,html[data-theme=dark] .freeFaceSheetLibraryPreview,html[data-theme=dark] .freeFaceSheetMedicationPreview{border-color:#2d4058;background:#132033;color:#d7e7f8}html[data-theme=dark] .conditionFaceSheetHeroPreviewMulti img,html[data-theme=dark] .freeFaceSheetLibraryPreviewMulti img{border-color:#2d4058;background:#0f1b2d}html[data-theme=dark] .conditionFaceSheetHeroPreview figcaption,html[data-theme=dark] .freeFaceSheetMedicationPreview figcaption{border-color:#2d4058;color:#c7d7ea}html[data-theme=dark] .freeFaceSheetMedicationToggle{color:#9bc6ff}html[data-theme=dark] .freeFaceSheetMedicationToggleTrack{border-color:#425a78;background:#132033}html[data-theme=dark] .freeFaceSheetBackLink,html[data-theme=dark] .freeFaceSheetTextLink{color:#9bc6ff}@media (max-width:1080px){.freeFaceSheetLibraryGrid,.resourcesDirectoryLinkGrid,.resourcesDirectoryTopics,.trachGoBagCards{grid-template-columns:repeat(2,minmax(0,1fr))}.trachGoBagFollowupGrid,.trachPrintableChecklistCallout,.trachQuickOrientationGrid{grid-template-columns:1fr}.trachSourceList{grid-template-columns:repeat(2,minmax(0,1fr))}.conditionFaceSheetBridge,.freeFaceSheetMedicationAddonDetails,.freeFaceSheetMedicationAddonHeader{grid-template-columns:1fr}.conditionFaceSheetBridgeActions{justify-content:flex-start}}@media (max-width:900px){.resourcesDirectoryCategoryGrid,.resourcesDirectoryCta{grid-template-columns:1fr}.resourcesDirectoryCtaActions{justify-content:flex-start}.conditionFaceSheetHero,.conditionFaceSheetInfoGrid{grid-template-columns:1fr}.conditionFaceSheetHero{align-items:start}.trachGoBagCards,.trachGoBagDetails ul,.trachPrintableResourceCards{grid-template-columns:1fr}}@media (max-width:680px){.conditionFaceSheetBridge,.conditionFaceSheetHero,.conditionFaceSheetInfoGrid,.freeFaceSheetLibraryGridSection,.freeFaceSheetSectionHeading,.publicBreadcrumbs,.resourcesDirectoryCta,.resourcesDirectoryHero,.resourcesDirectorySection,.resourcesDirectoryTopics,.trachEducationIntroSection,.trachGoBagSection,.trachPrintableResourcesSection,.trachQuickOrientationGrid,.trachSourceSection,.trachSupplyLimitsSection{width:calc(100% - 32px)}.freeFaceSheetLibraryGrid{grid-template-columns:1fr}.resourcesDirectoryHero{padding-top:34px}.resourcesDirectoryHero h1{font-size:2.22rem}.resourcesDirectoryLinkGrid,.resourcesDirectoryTopics{grid-template-columns:1fr}.conditionFaceSheetGuideNav>div,.resourcesDirectoryBrowse>div{gap:10px}.conditionFaceSheetGuideNav a,.conditionFaceSheetGuideNavItem,.resourcesDirectoryBrowse a,.resourcesDirectoryBrowseItem{width:100%}.resourcesDirectoryBrowse a{justify-content:space-between}.conditionFaceSheetBridgeActions,.conditionFaceSheetBridgeActions .button,.freeFaceSheetMedicationButton,.resourcesDirectoryActions,.resourcesDirectoryActions .button,.resourcesDirectoryCtaActions,.resourcesDirectoryCtaActions .button,.trachHeroPrimaryDownloads,.trachHeroPrimaryDownloads .button,.trachHeroSecondaryActions,.trachHeroSecondaryActions .button,.trachPrintableChecklistActions,.trachPrintableChecklistActions .button{width:100%}.freeFaceSheetMedicationAddonActions{justify-items:stretch}.youremrWideLogoHeaderInner{width:calc(100% - 32px)!important;gap:10px!important;padding:10px 0 12px!important}.youremrWideLogoLink{width:min(58vw,210px)!important;max-width:210px!important}.youremrWideLogoImage{width:100%!important;max-width:210px!important}.youremrWideLogoNav{justify-content:center!important;align-items:center!important;gap:8px!important}.youremrWideLogoNav a:not(.button){min-height:40px!important;padding:0 9px!important;font-size:.76rem!important}.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton,.youremrWideLogoNav .publicAccountButtonPlaceholder{flex:1 1 132px!important;min-height:42px!important;justify-content:center!important;padding:9px 10px!important;font-size:.76rem!important;line-height:1.1!important;text-align:center!important;white-space:normal!important}.youremrWideLogoNav .themeToggleButton{flex:0 1 136px!important}.conditionFaceSheetHero{gap:24px;padding:34px 0 28px}.conditionFaceSheetHeroPreview figcaption{padding:9px 10px;font-size:.82rem;line-height:1.35}.conditionFaceSheetHeroPreviewMulti .conditionFaceSheetHeroPreviewImages{gap:8px;padding:8px}.conditionFaceSheetInfoGrid{gap:14px;padding:24px 0}.trachPrintableResourcesSection{gap:18px;padding:30px 0 28px}.trachGoBagSection{gap:18px;padding:30px 0}.trachQuickOrientationGrid{gap:14px;padding:0 0 24px}.trachSupplyLimitsSection{padding-bottom:24px}.trachEducationIntroSection{padding:30px 0 18px}.trachSourceSection{padding:20px 0 24px}.trachSourceList{grid-template-columns:1fr}.conditionFaceSheetInfoPanel{padding:16px}.conditionFaceSheetBridge{gap:18px;padding:24px 0}.conditionFaceSheetBridgeCopy{gap:10px}.conditionFaceSheetBridgeTitle{font-size:clamp(1.42rem,7vw,1.72rem);line-height:1.14}.conditionFaceSheetBridgeActions{gap:10px}.conditionFaceSheetBridgeButton{min-height:48px;padding-right:14px;padding-left:14px}}@media (max-width:420px){.youremrWideLogoLink{width:min(62vw,190px)!important}.youremrWideLogoImage,.youremrWideLogoLink{max-width:190px!important}.youremrWideLogoNav a:not(.button){flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px)}.youremrWideLogoNav .themeToggleButton{flex:1 1 100%!important;width:min(100%,180px)!important}}html[data-theme=dark] .publicFooterLogo,html[data-theme=dark] .youremrLogoImage,html[data-theme=dark] .youremrSidebarLogo,html[data-theme=dark] .youremrWideLogoImage{background:#fff!important;border:1px solid #34506f!important;border-radius:12px!important;box-shadow:0 8px 22px rgba(0,0,0,.28)!important;padding:6px!important}html[data-theme=dark] .aiTranslationConsentBox,html[data-theme=dark] .betaForm label,html[data-theme=dark] .dashboardTitleEditor label,html[data-theme=dark] .insuranceReviewPanel label,html[data-theme=dark] .legalDisclosureCheck,html[data-theme=dark] .lookupBox label,html[data-theme=dark] .modalCard label,html[data-theme=dark] .patientInfoFormGrid label,html[data-theme=dark] .patientInfoPhotoControls label,html[data-theme=dark] .qrConsentCheck,html[data-theme=dark] .qrRegenModal label,html[data-theme=dark] .radioOptionStack label,html[data-theme=dark] .youremrSidebarLogoLink span,html[data-theme=dark] fieldset.panel legend,html[data-theme=dark] label{color:#eaf2ff!important}html[data-theme=dark] .completionMissingPanel small,html[data-theme=dark] .formHelper,html[data-theme=dark] .helpText,html[data-theme=dark] .insuranceReviewPanel .muted,html[data-theme=dark] .lookupBox .muted,html[data-theme=dark] .memberDetailCompletion .muted,html[data-theme=dark] .patientInfoFormGrid .aiTranslationConsentBox .helpText,html[data-theme=dark] .patientInfoFormGrid .helpText,html[data-theme=dark] .patientInfoModal .muted,html[data-theme=dark] .patientInfoPhotoControls .helpText,html[data-theme=dark] .qrRegenModal p{color:#c6d8ec!important}html[data-theme=dark] .completionMissingPanel,html[data-theme=dark] .insuranceReviewPanel,html[data-theme=dark] .manualInsuranceFields,html[data-theme=dark] .modalCard,html[data-theme=dark] .patientIdentityCard,html[data-theme=dark] .patientIdentityCard .panel,html[data-theme=dark] .patientInfoFormGrid .aiTranslationConsentBox,html[data-theme=dark] .patientInfoModal,html[data-theme=dark] .patientInfoPhotoEditor,html[data-theme=dark] .patientInfoPhotoPreview,html[data-theme=dark] .photoPlaceholder,html[data-theme=dark] .qrConsentCheck,html[data-theme=dark] .relationshipSuggestion,html[data-theme=dark] .relationshipSuggestionMenu{background:#0f1b2d!important;border-color:#2f4662!important;color:#d8e5f3!important}html[data-theme=dark] .patientIdentityCard:focus-visible,html[data-theme=dark] .patientIdentityCard:hover{background:#13233a!important;border-color:#4b6f96!important}html[data-theme=dark] .relationshipSuggestion.active,html[data-theme=dark] .relationshipSuggestion:hover{background:#13233a!important;border-color:#4b6f96!important;color:#f3f8ff!important}html[data-theme=dark] .completionMissingPanel li{border-top-color:#2f4662!important}html[data-theme=dark] .completionMissingPanel span,html[data-theme=dark] .completionMissingPanel strong,html[data-theme=dark] .patientInfoFormGrid .aiTranslationConsentBox strong{color:#eaf2ff!important}html[data-theme=dark] .completionMissingPanel a{background:#132033!important;border-color:#34506f!important;color:#b6d5ff!important}html[data-theme=dark] input:not([type=checkbox]):not([type=radio]),html[data-theme=dark] select,html[data-theme=dark] textarea{background:#0c1828!important;border-color:#34506f!important;color:#eef6ff!important;color-scheme:dark;-webkit-text-fill-color:#eef6ff}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#a9bbcf!important;opacity:1;-webkit-text-fill-color:#a9bbcf}html[data-theme=dark] .patientInfoFormGrid .patientLanguageNotesField textarea::placeholder{color:#a9bbcf!important}html[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.86}html[data-theme=dark] input:not([type=checkbox]):not([type=radio]):disabled,html[data-theme=dark] select:disabled,html[data-theme=dark] textarea:disabled{background:#101a28!important;color:#b7c8dc!important;opacity:1;-webkit-text-fill-color:#b7c8dc}html[data-theme=dark] .errorText,html[data-theme=dark] .formHelper.errorText,html[data-theme=dark] .helpText.errorText,html[data-theme=dark] .patientInfoFormGrid .aiTranslationConsentBox .errorText,html[data-theme=dark] .patientInfoFormGrid .helpText.errorText{color:#ffb3bf!important}html[data-theme=dark] .helpText.successText,html[data-theme=dark] .patientInfoFormGrid .helpText.successText,html[data-theme=dark] .successText{color:#92e6c4!important}html[data-theme=dark] select option{background:#0c1828;color:#eef6ff}html[data-theme=dark] .betaForm.card,html[data-theme=dark] .conditionFaceSheetInfoPanel,html[data-theme=dark] .dashboardInfoCard,html[data-theme=dark] .freeFaceSheetLibraryCard,html[data-theme=dark] .lookupBox.card,html[data-theme=dark] .memberCard,html[data-theme=dark] .profileSection,html[data-theme=dark] .profileSectionCard,html[data-theme=dark] .publicInfoCard,html[data-theme=dark] .qrProductPreviewPanel,html[data-theme=dark] .sectionCard{background:#111c2d!important;border-color:#2a405b!important;color:#d8e5f3!important}html[data-theme=dark] .lookupBox.card h1,html[data-theme=dark] .lookupBox.card h2,html[data-theme=dark] .lookupBox.card h3,html[data-theme=dark] .memberCard h3,html[data-theme=dark] .profileSection h2,html[data-theme=dark] .profileSection h3,html[data-theme=dark] .profileSectionCard h2,html[data-theme=dark] .profileSectionCard h3,html[data-theme=dark] .publicInfoCard h1,html[data-theme=dark] .publicInfoCard h2,html[data-theme=dark] .publicInfoCard h3,html[data-theme=dark] .sectionCard h2,html[data-theme=dark] .sectionCard h3{color:#eaf2ff!important}html[data-theme=dark] .contactGuidanceSection li,html[data-theme=dark] .lookupBox.card p,html[data-theme=dark] .lookupBox.card span,html[data-theme=dark] .memberCard li,html[data-theme=dark] .memberCard p,html[data-theme=dark] .profileSection li,html[data-theme=dark] .profileSection p,html[data-theme=dark] .profileSectionCard li,html[data-theme=dark] .profileSectionCard p,html[data-theme=dark] .publicInfoCard p,html[data-theme=dark] .sectionCard p{color:#c7d7ea!important}html[data-theme=dark] .publicFooterLogoLink,html[data-theme=dark] .youremrLogoLink,html[data-theme=dark] .youremrSidebarLogoLink,html[data-theme=dark] .youremrWideLogoLink{border-radius:14px}html[data-theme=dark] .printBrandFooter img,html[data-theme=dark] .printBrandWatermark img,html[data-theme=dark] .qrTemplateLogo{background:#fff!important;border:1px solid #d7e3ef!important;border-radius:10px!important;padding:5px!important}html[data-theme=dark] .qrCardTemplatePreview .qrTemplateLogo{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}html[data-theme=dark] .qrTemplateFace,html[data-theme=dark] .qrTemplateFaceScan{box-shadow:0 18px 45px rgba(0,0,0,.32)!important}html[data-theme=dark] .qrTemplateQrMissing{background:#0d1a2a!important;border-color:#34506f!important;color:#c7d7ea!important}html[data-theme=dark] .publicFooterCopyright,html[data-theme=dark] .publicFooterCopyright span{color:#c7d7ea!important}html[data-theme=dark] .aboutPage .pricingAccessCard,html[data-theme=dark] .aboutPage .pricingAccessFinePrint,html[data-theme=dark] .aboutPage .pricingAccessHero>div:first-child,html[data-theme=dark] .aboutPage .pricingAccessNote{background:#111c2d!important;border-color:#2a405b!important;color:#d8e5f3!important}html[data-theme=dark] .aboutPage .pricingAccessNote{background:#102641!important}html[data-theme=dark] .aboutPage .pricingAccessCard h2,html[data-theme=dark] .aboutPage .pricingAccessFinePrint h2,html[data-theme=dark] .aboutPage .pricingAccessHero h1{color:#eef6ff!important}html[data-theme=dark] .aboutPage .pricingAccessCard li,html[data-theme=dark] .aboutPage .pricingAccessCard p,html[data-theme=dark] .aboutPage .pricingAccessFinePrint li,html[data-theme=dark] .aboutPage .pricingAccessFinePrint p,html[data-theme=dark] .aboutPage .pricingAccessHero p{color:#c7d7ea!important}html[data-theme=dark] .aboutPage .pricingAccessFinePrint .homeRefreshEyebrow,html[data-theme=dark] .aboutPage .pricingAccessFinePrint .homeRefreshEyebrowBrand,html[data-theme=dark] .aboutPage .pricingAccessHero .homeRefreshEyebrow,html[data-theme=dark] .aboutPage .pricingAccessHero .homeRefreshEyebrowBrand{color:#7bdcb4!important}html[data-theme=dark] .aboutPage .pricingAccessNote strong{color:#9bc6ff!important}html[data-theme=dark] .aboutPage .pricingAccessProductItem,html[data-theme=dark] .aboutPage .pricingAccessProductItem span{background:#0d1a2a!important;border-color:#2f4662!important;color:#d8e5f3!important}html[data-theme=dark] .aboutPage .pricingAccessSafetyNoteCompact{background:#332611!important;border-color:#8a6820!important}html[data-theme=dark] .aboutPage .pricingAccessSafetyNoteCompact,html[data-theme=dark] .aboutPage .pricingAccessSafetyNoteCompact h2,html[data-theme=dark] .aboutPage .pricingAccessSafetyNoteCompact p{color:#f7dd9f!important}html[data-theme=dark] .aboutPage .homeRefreshPrimaryButton{background:#2f78d9!important;border-color:#2f78d9!important;color:#fff!important}html[data-theme=dark] .aboutPage .homeRefreshSecondaryButton{background:#132033!important;border-color:#34506f!important;color:#eaf2ff!important}.visuallyHiddenFileInput{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.patientPhotoFileActions{display:grid;grid-gap:8px;gap:8px}.nestedCameraPromptOverlay{position:fixed;z-index:80;padding:18px}.cameraPermissionPrompt{width:min(520px,100%)}html[data-theme=dark] .profileStickyNavLink,html[data-theme=dark] .sectionNavItem{background:#111f33!important;border-color:#314a68!important;color:#eaf2ff!important}html[data-theme=dark] .profileStickyNavLink:focus-visible,html[data-theme=dark] .profileStickyNavLink:hover,html[data-theme=dark] .sectionNavItem:focus-visible,html[data-theme=dark] .sectionNavItem:hover{background:#172b45!important;border-color:#5d83ad!important;color:#fff!important}html[data-theme=dark] .profileStickyNavLink.active,html[data-theme=dark] .sectionNavItem.active{background:#1f6fc9!important;border-color:#7fb2ff!important;color:#fff!important;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08)}html[data-theme=dark] .profileStickyNavLink[aria-disabled=true],html[data-theme=dark] .sectionNavItem[aria-disabled=true]{background:#101a28!important;border-color:#273b54!important;color:#b7c8dc!important;opacity:1}html[data-theme=dark] .cameraPermissionPrompt,html[data-theme=dark] .patientPhotoFileActions{background:#0f1b2d!important;border-color:#2f4662!important;color:#d8e5f3!important}html[data-theme=dark] .cameraPermissionPrompt h2,html[data-theme=dark] .cameraPermissionPrompt p,html[data-theme=dark] .patientPhotoFileActions strong{color:#eaf2ff!important}html[data-theme=dark] .publicPreviewMock{background:#0b1726!important;border-color:#2a405b!important;color:#d8e5f3!important}html[data-theme=dark] .publicPreviewMock h1,html[data-theme=dark] .publicPreviewMock h2,html[data-theme=dark] .publicPreviewMock h3,html[data-theme=dark] .publicPreviewMock strong{color:#eef6ff!important}html[data-theme=dark] .publicPreviewMock div,html[data-theme=dark] .publicPreviewMock li,html[data-theme=dark] .publicPreviewMock p,html[data-theme=dark] .publicPreviewMock span{color:#d8e5f3}html[data-theme=dark] .publicPreviewMock .identityOptionalLine.hiddenFromQr,html[data-theme=dark] .publicPreviewMock .muted{color:#b8c8dc!important}html[data-theme=dark] .previewEditorBar,html[data-theme=dark] .previewSection,html[data-theme=dark] .publicPreviewMock .machineTranslationBox,html[data-theme=dark] .publicPreviewMock .panel{background:#111f33!important;border-color:#314a68!important;color:#d8e5f3!important}html[data-theme=dark] .previewSectionAlert,html[data-theme=dark] .publicPreviewMock .criticalSummaryBox{background:#35151d!important;border-color:#b64a5d!important;color:#ffd9df!important}html[data-theme=dark] .previewSectionHidden{background:#0d1827!important;border-color:#4a5f78!important;color:#c6d8ec!important}html[data-theme=dark] .publicPreviewMock .emergencyDisclaimer{background:#332611!important;border-color:#9a7628!important;color:#f7dd9f!important}html[data-theme=dark] .publicPreviewMock .emergencyFreshnessLine{background:#102641!important;border-color:#2f5f96!important;color:#cfe5ff!important}html[data-theme=dark] .inlineVisibilityControl .pill,html[data-theme=dark] .publicPreviewMock .pill{border-color:#4b6f96!important;color:#eaf2ff!important}html[data-theme=dark] .inlineVisibilityControl .pill.green,html[data-theme=dark] .publicPreviewMock .pill.green{background:#0f2d25!important;border-color:#2c7b60!important;color:#92e6c4!important}html[data-theme=dark] .inlineVisibilityControl .pill.statusNeutral,html[data-theme=dark] .publicPreviewMock .pill.statusNeutral{background:#102641!important;border-color:#2f5f96!important;color:#cfe5ff!important}html[data-theme=dark] .smallInlineButton{background:#132033!important;border-color:#4b6f96!important;color:#eaf2ff!important}html[data-theme=dark] .smallInlineButton:focus-visible,html[data-theme=dark] .smallInlineButton:hover{background:#1f6fc9!important;border-color:#7fb2ff!important;color:#fff!important}.homeRefreshHeroMedia>img{object-position:78% 50%}.homeRefreshUseCases{width:min(1160px,calc(100% - 72px));gap:28px;justify-items:stretch;padding:44px 0 34px;border:0;border-radius:0;background:radial-gradient(circle at 50% 4%,rgba(31,157,139,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#fff);box-shadow:none}.homeRefreshUseCasesIntro{max-width:760px;margin:0 auto 6px;text-align:center}.homeHelpsTitle{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:8px 0 0;color:#061b3f;font-size:clamp(2.3rem,4.6vw,4.05rem);line-height:1.02}.homeHelpsBrand,.homeHelpsTitle{align-items:baseline;letter-spacing:0}.homeHelpsBrand{display:inline-flex;font-weight:900}.homeHelpsBrandYour{color:#0aa6a6;font-style:italic;font-weight:700}.homeHelpsBrandEmr{margin-left:.1em;color:#07377b;font-weight:950}.homeHelpsScript{color:#08798a;font-family:Segoe Script,Brush Script MT,Lucida Handwriting,cursive;font-weight:600;letter-spacing:0}.homeRefreshUseCasesIntro>p:not(.homeRefreshEyebrow){max-width:620px;margin:16px auto 0;color:#243d60;font-size:1.02rem;line-height:1.55}.homeRefreshUseCaseGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px}.homeRefreshUseCaseGrid article{display:grid;grid-gap:13px;gap:13px;justify-items:center;min-height:278px;padding:24px 20px 26px;border:1px solid #dbe4ef!important;border-radius:10px;background:hsla(0,0%,100%,.96);text-align:center;box-shadow:0 14px 32px rgba(8,29,66,.06)}.homeRefreshUseCaseIcon{width:78px;height:78px;background:#e4f6f6;color:#06989a}.homeRefreshUseCaseGrid article:nth-child(2) .homeRefreshUseCaseIcon,.homeRefreshUseCaseGrid article:nth-child(5) .homeRefreshUseCaseIcon{background:#e8f2ff;color:#1260b5}.homeRefreshUseCaseGrid article:nth-child(3) .homeRefreshUseCaseIcon,.homeRefreshUseCaseGrid article:nth-child(6) .homeRefreshUseCaseIcon{background:#f1e8fb;color:#6d3ab1}.homeRefreshUseCaseIcon svg{width:38px;height:38px}.homeRefreshUseCaseGrid h3{font-size:1.05rem;line-height:1.18}.homeRefreshUseCaseGrid p{color:#243d60;font-size:.92rem;line-height:1.43}.homeRefreshUseCaseGrid .homeUseCaseRule{display:block;width:42px;height:3px;min-height:0;padding:0;border:0;border-radius:999px;background:#0aa6a6}.homeHelpsCallout{display:grid;grid-template-columns:76px minmax(0,1fr) minmax(230px,auto);grid-gap:24px;gap:24px;align-items:center;padding:18px 28px;border:1px solid #c7e4ec;border-radius:8px;background:linear-gradient(90deg,#eefbfb,#f8fcff)}.homeHelpsCalloutIcon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:12px;background:#d9f4f1;color:#06989a}.homeHelpsCalloutIcon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.homeHelpsCallout h3{margin:0 0 6px;color:#061b3f;font-size:1.12rem;line-height:1.25}.homeHelpsCalloutScript{font-size:1.22em}.homeHelpsCallout p{margin:0;color:#243d60;line-height:1.45}.homeHelpsCallout .button{justify-self:end;min-width:230px;white-space:nowrap}.homeHelpsCallout .button svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.homeExploreMore{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1fr);grid-gap:18px 24px;gap:18px 24px;align-items:center;width:min(1160px,calc(100% - 72px));margin:8px auto 0;padding:24px 0 4px;border-top:1px solid #dbe4ef}.homeExploreMore h2{margin:4px 0 0;color:#061b3f;font-size:1.35rem;line-height:1.2}.homeExploreMore p{grid-column:2;max-width:700px;margin:-6px 0 0;color:#39516f;font-size:.94rem;font-weight:700;line-height:1.48}.homeExploreMoreLinks{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.homeExploreMoreLinks a{display:inline-flex;align-items:center;min-height:42px;border:1px solid #cfdce9;border-radius:6px;background:#fff;color:#07377b;padding:10px 14px;font-size:.92rem;font-weight:850;line-height:1.15;text-decoration:none}.homeExploreMoreLinks a:focus-visible,.homeExploreMoreLinks a:hover{border-color:#07377b;background:#f4f8fc}.homeExploreMoreLinks .homeExploreRoadmapLink{border-color:#07377b;background:#07377b;color:#fff;box-shadow:0 10px 24px rgba(7,55,123,.16)}.homeExploreMoreLinks .homeExploreRoadmapLink:focus-visible,.homeExploreMoreLinks .homeExploreRoadmapLink:hover{background:#082456;color:#fff}.pricingAccessPrincipleNote{width:min(1160px,calc(100% - 72px));margin:22px auto 0;padding:28px 32px;border:1px solid #d8e5f1;border-left:4px solid #1f9d8b;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(8,29,66,.05)}.pricingAccessPrincipleNote h2{margin:6px 0 10px;color:#061b3f;font-size:1.58rem;line-height:1.22}.pricingAccessPrincipleNote p:not(.homeRefreshEyebrow){max-width:860px;margin:0;color:#243d60;line-height:1.58}.roadmapFeatureSection{display:grid;grid-gap:18px;gap:18px}.roadmapPageList{grid-template-columns:repeat(2,minmax(0,1fr))}.roadmapPageNote{margin:4px 0 0}.aboutFounderSignature{margin-top:18px!important}@media (max-width:900px){.homeRefreshUseCaseGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.homeHelpsCallout{grid-template-columns:64px minmax(0,1fr)}.homeHelpsCallout .button{grid-column:2;justify-self:start}.homeExploreMore{grid-template-columns:1fr;width:min(100% - 40px,920px)}.homeExploreMore p{grid-column:auto}.homeExploreMoreLinks{justify-content:flex-start}}@media (max-width:620px){.homeRefreshHeroMedia>img{object-position:64% 50%}.homeExploreMore,.homeRefreshUseCases{width:calc(100% - 32px)}.homeRefreshUseCases{gap:22px;padding-top:34px}.homeHelpsTitle{gap:5px;font-size:2.28rem}.homeRefreshUseCaseGrid{grid-template-columns:1fr}.homeRefreshUseCaseGrid article{min-height:auto;padding:22px 18px}.homeRefreshUseCaseIcon{width:68px;height:68px}.homeHelpsCallout{grid-template-columns:1fr;justify-items:start;padding:20px}.homeHelpsCallout .button{grid-column:auto;justify-self:stretch;width:100%;min-width:0}.homeExploreMoreLinks,.homeExploreMoreLinks a{width:100%}.roadmapPageList{grid-template-columns:1fr}}html[data-theme=dark] .homeExploreMore,html[data-theme=dark] .homeExploreMoreLinks a,html[data-theme=dark] .homeHelpsCallout,html[data-theme=dark] .homeRefreshUseCaseGrid article,html[data-theme=dark] .pricingAccessPrincipleNote{background:#111c2d!important;border-color:#2a405b!important;color:var(--text)!important}html[data-theme=dark] .homeRefreshUseCaseGrid .homeUseCaseRule{background:#25c3bc!important}html[data-theme=dark] .homeHelpsBrandYour,html[data-theme=dark] .homeHelpsScript{color:#6ee7e0!important}html[data-theme=dark] .homeHelpsBrandEmr{color:#dcecff!important}html[data-theme=dark] .homeHelpsCalloutIcon{background:#123a3c!important;color:#7de7df!important}.aboutStoryPage{display:grid;grid-gap:24px;gap:24px}.aboutStoryHero{margin-bottom:0}.aboutStoryHero h1{max-width:640px}.aboutStoryHeroActions{margin-top:24px}.aboutDefinitionSection,.aboutFinalSection,.aboutFounderSection{margin-top:0}.aboutFounderSection{gap:16px;border-left:4px solid #1f9d8b}.aboutDefinitionSection li,.aboutFinalSection p:not(.homeRefreshEyebrow),.aboutFounderSection p:not(.homeRefreshEyebrow){max-width:900px;line-height:1.62}.aboutDefinitionSection ul{display:grid;grid-gap:12px;gap:12px;margin:4px 0 0;padding-left:22px}.aboutDefinitionSection li::marker{color:#1f9d8b}.aboutTrustPrinciple{margin-top:0}.aboutFounderSignature{margin-top:16px!important;color:#061b3f!important;font-weight:850}@media (max-width:620px){.aboutStoryPage{gap:18px}.aboutDefinitionSection,.aboutFinalSection,.aboutFounderSection,.aboutTrustPrinciple{width:calc(100% - 32px)}}html[data-theme=dark] .aboutFounderSignature{color:#eaf2ff!important}.homeRefreshHero{min-height:clamp(480px,32vw,620px)}.homeRefreshHeroCopy{display:grid;align-content:center}.homeRefreshHero h1.homeHeroHeadline{max-width:620px;font-size:clamp(2.35rem,3.25vw,3.8rem)}.homePreviewTabs{display:grid;grid-template-columns:minmax(200px,.34fr) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;width:min(1160px,calc(100% - 72px));margin:18px auto 0;padding:14px;border:1px solid #d8e5f1;border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(8,29,66,.07)}.homePreviewTabsHeader h2{margin:3px 0 0;color:#061b3f;font-size:1.08rem;line-height:1.2}.homePreviewTabList{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.homePreviewTabLink{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 10px;border:1px solid #cfdce9;border-radius:7px;background:#f8fbff;color:#07377b;font-size:.9rem;font-weight:850;line-height:1.14;text-align:center;text-decoration:none}.homePreviewTabLink:focus-visible,.homePreviewTabLink:hover{border-color:#07377b;background:#eef6ff}.homeBeyondPhoneSection{padding-top:28px}.homeHowItWorksSection{padding-top:42px}.homeHowSteps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.homeHowStep{min-height:0;padding:24px;border-radius:10px}.homeHowStepTop{display:flex;align-items:center;justify-content:space-between;gap:14px}.homeHowStepNumber{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:#07377b;color:#fff;font-size:.95rem;font-weight:900}.homeOptionalSharingNote,.homeSupportLinks{width:min(1160px,calc(100% - 72px));margin:0 auto}.homeOptionalSharingNote{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;padding:18px 20px;border:1px solid #d8e5f1;border-radius:10px;background:#fff;box-shadow:0 12px 30px rgba(8,29,66,.06)}.homeOptionalSharingIcon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:12px;background:#e4f6f6;color:#06989a}.homeOptionalSharingIcon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.homeOptionalSharingNote h2{margin:0 0 4px;color:#061b3f;font-size:1.12rem;line-height:1.22}.homeOptionalSharingNote p{max-width:760px;margin:0;color:#304865;font-size:.96rem;line-height:1.5}.homeSupportLinks{display:grid;grid-gap:16px;gap:16px;padding:8px 0 4px}.homeSupportLinksHeader{max-width:760px;margin:0 auto;text-align:center}.homeSupportLinksHeader h2{margin:4px 0 0;color:#061b3f;font-size:clamp(1.55rem,2.4vw,2.1rem);line-height:1.16}.homeSupportLinkGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.homeSupportLinkCard{display:inline-flex;min-height:72px;align-items:center;justify-content:center;padding:16px 12px;border:1px solid #cfdce9;border-radius:8px;background:#fff;color:#07377b;font-size:.96rem;font-weight:850;line-height:1.18;text-align:center;text-decoration:none;box-shadow:0 10px 24px rgba(8,29,66,.05)}.homeSupportLinkCard:focus-visible,.homeSupportLinkCard:hover{border-color:#07377b;background:#f4f8fc;box-shadow:0 14px 30px rgba(8,29,66,.09)}.homeAudienceSection{gap:22px;width:min(1160px,calc(100% - 72px));margin:0 auto;padding:32px 0 34px;background:#fff}.homeAudienceGrid{grid-template-columns:repeat(6,minmax(0,1fr));justify-content:center}.homeAudienceGrid article{min-height:220px;padding:22px 18px}.homeAudienceGrid .homeRefreshUseCaseIcon{width:64px;height:64px}.homePracticalValue{padding-top:30px}.homePracticalGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.homePracticalPoint{min-height:100%;padding:18px}.homeTrustCompact{padding-top:34px}.homeCompactTrustGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.homeTrustCompact .homeMessagingPoint{padding:20px}@media (max-width:1100px){.homeAudienceGrid,.homeSupportLinkGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.homePreviewTabs{grid-template-columns:1fr;width:min(100% - 40px,920px)}.homeAudienceGrid,.homeCompactTrustGrid,.homeHowSteps,.homePracticalGrid,.homePreviewTabList,.homeSupportLinkGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.homeOptionalSharingNote,.homePreviewTabList,.homeSupportLinkGrid{grid-template-columns:1fr}.homeRefreshHero h1.homeHeroHeadline{font-size:2.18rem}.homeAudienceGrid,.homeCompactTrustGrid,.homeHowSteps,.homePracticalGrid{grid-template-columns:1fr}.homeHowItWorksSection,.homePracticalValue,.homeTrustCompact{padding-top:28px}.homeAudienceGrid article,.homeHowStep,.homePracticalPoint{padding:20px 18px}}html[data-theme=dark] .homeOptionalSharingNote,html[data-theme=dark] .homePreviewTabLink,html[data-theme=dark] .homePreviewTabs,html[data-theme=dark] .homeSupportLinkCard{background:#111c2d!important;border-color:#2a405b!important;color:#dcecff!important}html[data-theme=dark] .homeOptionalSharingNote h2,html[data-theme=dark] .homePreviewTabsHeader h2,html[data-theme=dark] .homeSupportLinksHeader h2{color:#eaf2ff!important}html[data-theme=dark] .homeHowStepNumber{background:#2d7dd2!important;color:#fff!important}.whyScenarioGrid{grid-template-columns:repeat(3,minmax(0,300px));justify-content:center}.whyScenarioCard{width:100%;max-width:300px;justify-self:center;border-radius:12px}.whyScenarioPosterImage{aspect-ratio:1/1;object-fit:contain}.whyScenarioCardMeta{padding:12px 13px 13px}.scenarioDetailRelatedResources,.situationRelatedResources{display:grid;grid-gap:14px;gap:14px;padding:20px;border:1px solid #dbe8f6;border-radius:18px;background:#f8fbff}.situationRelatedResources{margin-top:4px}.scenarioRelatedResourceList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.scenarioRelatedResourceLink{display:grid;grid-gap:5px;gap:5px;min-width:0;min-height:100%;padding:14px;border:1px solid #d6e4f3;border-radius:12px;background:#fff;color:#07377b;text-decoration:none;box-shadow:0 8px 20px rgba(8,29,66,.05)}.scenarioRelatedResourceLink strong{color:#081d42;font-size:.98rem;line-height:1.24}.scenarioRelatedResourceLink span{color:#344e6c;font-size:.9rem;line-height:1.42}.scenarioRelatedResourceLink:focus-visible,.scenarioRelatedResourceLink:hover{border-color:#07377b;box-shadow:0 12px 26px rgba(8,29,66,.1)}@media (max-width:1040px){.whyScenarioGrid{grid-template-columns:repeat(2,minmax(0,300px))}}@media (max-width:680px){.scenarioRelatedResourceList{grid-template-columns:1fr}}@media (max-width:560px){.whyScenarioGrid{grid-template-columns:minmax(0,300px)}}html[data-theme=dark] .scenarioDetailRelatedResources,html[data-theme=dark] .scenarioRelatedResourceLink,html[data-theme=dark] .situationRelatedResources{background:#111c2d!important;border-color:#2a405b!important}.youremrWideLogoNav{gap:8px 10px!important}.youremrWideLogoNav a:not(.button){font-size:.88rem!important;font-weight:760!important}.youremrWideLogoNav .themeToggleButton{min-height:32px!important;gap:4px!important;padding:3px 4px!important;border-color:#d9e4ef!important;background:#f8fbff!important}.youremrWideLogoNav .themeToggleLabel{color:#64748b!important;font-size:.62rem!important;font-weight:750!important}.youremrWideLogoNav .themeToggleOptions{width:88px!important;min-height:24px!important}.youremrWideLogoNav .themeToggleOption{min-height:24px!important;padding:0 5px!important;font-size:.66rem!important;font-weight:800!important}.youremrHeaderLanguageSelector{flex:0 1 158px!important;width:158px!important}.youremrHeaderLanguageSelector .languageSelectorLabel{color:#64748b!important;font-size:.62rem!important;font-weight:750!important}.youremrHeaderLanguageSelector select{min-height:32px!important;border-radius:7px!important;color:#1f3556!important;font-size:.78rem!important;font-weight:760!important;padding:6px 26px 6px 8px!important;box-shadow:none!important}.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton{min-height:38px!important;padding:8px 10px!important;font-size:.82rem!important}.homeHeroControlNote{max-width:420px;margin:16px auto 0;padding-top:14px;border-top:1px solid #d8e5f1;color:#39516f;font-size:.88rem;font-weight:760;line-height:1.4;text-align:center}@media (max-width:1080px){.youremrWideLogoNav{max-width:760px!important;justify-content:center!important;gap:8px!important}}@media (max-width:620px){.youremrWideLogoNav{gap:7px!important}.youremrHeaderLanguageSelector{flex:1 1 150px!important;width:min(100%,180px)!important}.youremrWideLogoNav .themeToggleButton{flex:0 1 auto!important}.youremrHeaderButton,.youremrWideLogoNav .publicAccountButton{flex:1 1 140px!important;justify-content:center!important}}html[data-theme=dark] .youremrHeaderLanguageSelector select,html[data-theme=dark] .youremrWideLogoNav .themeToggleButton{background:#111c2d!important;border-color:#2a405b!important;color:#dcecff!important}html[data-theme=dark] .homeHeroControlNote{border-color:#2d4058!important;color:#c7d7ea!important}.youremrWideLogoNav{gap:6px 9px!important}.youremrWideLogoNav .themeToggleButton{min-height:28px!important;padding:2px 3px!important;opacity:.68!important;box-shadow:none!important;transform:scale(.9);transform-origin:center}.youremrWideLogoNav .themeToggleButton:focus-within,.youremrWideLogoNav .themeToggleButton:hover{opacity:1!important}.youremrWideLogoNav .themeToggleLabel{display:none!important}.youremrWideLogoNav .themeToggleOptions{width:76px!important;min-height:22px!important}.youremrWideLogoNav .themeToggleOption{min-height:22px!important;padding:0 4px!important;font-size:.62rem!important}.youremrHeaderLanguageSelector{flex:0 1 132px!important;width:132px!important}.youremrHeaderLanguageSelector .languageSelectorLabel{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.youremrHeaderLanguageSelector select{min-height:30px!important;border-color:#d9e4ef!important;background:#f8fbff!important;font-size:.74rem!important}.youremrWideLogoNav .publicAccountButtonSecondary{min-height:30px!important;border-color:transparent!important;background:transparent!important;color:#07377b!important;padding:5px 4px!important;box-shadow:none!important;font-size:.82rem!important;font-weight:820!important;text-decoration:none!important}.youremrWideLogoNav .publicAccountButtonSecondary:focus-visible,.youremrWideLogoNav .publicAccountButtonSecondary:hover{background:#f4f8fc!important;border-color:#d8e5f1!important}.youremrWideLogoNav .youremrHeaderButtonPrimary{box-shadow:0 8px 18px rgba(7,55,123,.16)!important}.youremrWideLogoNav .youremrHeaderButtonLight{background:#fff!important;box-shadow:none!important}@media (max-width:620px){.youremrHeaderLanguageSelector{flex:1 1 118px!important;width:min(100%,150px)!important}.youremrWideLogoNav .themeToggleButton{transform:none}.youremrWideLogoNav .publicAccountButtonSecondary{flex:0 1 auto!important;min-width:0!important}}html[data-theme=dark] .youremrWideLogoNav .publicAccountButtonSecondary{color:#9bc6ff!important}html[data-theme=dark] .youremrHeaderLanguageSelector select{background:#111c2d!important}.youremrWideLogoHeader{min-height:140px!important}.youremrWideLogoHeaderInner{align-items:center!important;gap:clamp(22px,3vw,40px)!important;padding:16px 0!important}.youremrWideLogoNav{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;align-items:center!important;justify-items:end!important;width:100%!important}.youremrHeaderActionGroup,.youremrHeaderNavGroup{display:flex!important;min-width:0!important;align-items:center!important}.youremrHeaderNavGroup{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:12px 20px!important;gap:12px 20px!important;align-items:center!important;justify-content:end!important;width:min(920px,100%)!important}.youremrHeaderLinkGroup{min-width:0!important;justify-content:flex-end!important;gap:10px 16px!important;flex-wrap:nowrap!important}.youremrHeaderControlGroup,.youremrHeaderLinkGroup{display:flex!important;align-items:center!important}.youremrHeaderControlGroup{min-width:max-content!important;gap:12px!important;padding-left:22px!important;border-left:1px solid #d8e5f1!important;flex-wrap:wrap!important}.youremrHeaderActionGroup{gap:10px 12px!important;justify-content:flex-end!important;flex-wrap:wrap!important;padding-left:0!important;border-left:0!important;width:min(920px,100%)!important}.youremrWideLogoLink{flex:0 0 clamp(340px,28vw,430px)!important;width:clamp(340px,28vw,430px)!important;max-width:min(430px,100%)!important}@media (max-width:1180px){.youremrWideLogoHeader{min-height:150px!important}.youremrWideLogoNav{grid-template-columns:1fr!important;justify-items:end!important}.youremrHeaderActionGroup{padding-left:0!important;border-left:0!important}}@media (max-width:680px){.youremrHeaderActionGroup,.youremrHeaderControlGroup,.youremrHeaderLinkGroup,.youremrHeaderNavGroup,.youremrWideLogoNav{justify-items:center!important;justify-content:center!important;width:100%!important}.youremrHeaderNavGroup{grid-template-columns:1fr!important}.youremrHeaderActionGroup,.youremrHeaderControlGroup,.youremrHeaderLinkGroup{gap:8px!important}.youremrHeaderLinkGroup{flex-wrap:wrap!important}.youremrHeaderActionGroup,.youremrHeaderControlGroup{padding-left:0!important;border-left:0!important}.youremrHeaderActionGroup{flex-wrap:wrap!important}.youremrWideLogoLink{width:min(54vw,190px)!important}.youremrWideLogoImage,.youremrWideLogoLink{max-width:190px!important}}.privacyVisibilityDemo{gap:22px}.privacyVisibilityDemoHeader{margin:0 auto;text-align:center}.privacyVisibilityDemoHeader p{max-width:680px}.privacyVisibilityDemoGrid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1fr);grid-gap:22px;gap:22px;align-items:start}.privacyVisibilityControlPanel{display:grid;grid-gap:14px;gap:14px}.privacyVisibilityColumnTitle{margin:0;color:#061b3f;font-size:1.12rem;font-weight:900;line-height:1.2}.privacyVisibilityPreview>h3:not(.privacyVisibilityColumnTitle){margin:14px 0 4px;color:#061b3f;font-size:1.25rem;line-height:1.2}.privacyVisibilityPreview>.muted{margin:0}.privacyVisibilityAlwaysShown{display:grid;grid-gap:6px;gap:6px;margin:10px 0 0;padding:10px 12px;border:1px solid #d8e5f1;border-radius:8px;background:#f8fbff;color:#39516f;line-height:1.4}.privacyVisibilityAlwaysShownLabel{color:#17385f;font-size:.82rem;font-weight:900}.privacyVisibilityAlwaysShownItems{display:flex;flex-wrap:wrap;gap:6px}.privacyVisibilityAlwaysShownItems span{display:inline-flex;min-height:28px;align-items:center;padding:5px 8px;border:1px solid #d8e5f1;border-radius:999px;background:#fff;color:#39516f;font-size:.84rem;font-weight:780}.privacyVisibilityControlList{display:grid;grid-gap:12px;gap:12px}.privacyVisibilityPreview{margin-top:0}.privacyVisibilityPreview .criticalSummaryBox{margin:16px 0 0}.passwordRevealField{position:relative;display:block}.passwordRevealField input{padding-right:92px}.passwordRevealButton{position:absolute;right:8px;top:50%;display:inline-flex;min-height:34px;align-items:center;gap:5px;padding:6px 8px;border:1px solid #cbd9ec;border-radius:8px;background:#fff;color:#07377b;font-size:.78rem;font-weight:850;line-height:1;transform:translateY(-50%)}.passwordRevealButton svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.passwordRevealButton:focus-visible,.passwordRevealButton:hover{border-color:#07377b;background:#f4f8fc}@media (max-width:900px){.privacyVisibilityDemoGrid{grid-template-columns:1fr}}@media (max-width:520px){.passwordRevealField input{padding-right:78px}.passwordRevealButton span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}html[data-theme=dark] .privacyVisibilityColumnTitle,html[data-theme=dark] .privacyVisibilityPanelHeader h3,html[data-theme=dark] .privacyVisibilityPreview h3{color:#eaf2ff!important}html[data-theme=dark] .passwordRevealButton{background:#111c2d!important;border-color:#2a405b!important;color:#9bc6ff!important}.supportingPage{display:grid;grid-gap:30px;gap:30px;padding:44px 20px 68px;background:#f8fbff}.supportingHero,.supportingLinkBand,.supportingSection{width:min(1160px,100%);margin:0 auto}.supportingHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-gap:22px;gap:22px;align-items:stretch;padding:30px;border:1px solid #d8e5f1;border-radius:10px;background:#fff;box-shadow:0 16px 42px rgba(8,29,66,.07)}.supportingHero h1{max-width:760px;margin:0;color:#061b3f;font-size:clamp(2.15rem,3.3vw,3.5rem);line-height:1.05}.supportingCard p,.supportingHero p:not(.homeRefreshEyebrow),.supportingLinkBand p,.supportingNote p,.supportingPlainText p,.supportingSection>p,.supportingSectionHeader p,.supportingSplit p{color:#304865;line-height:1.55}.supportingHero p:not(.homeRefreshEyebrow){max-width:780px;margin:16px 0 0;font-size:1.04rem}.supportingHeroActions{margin-top:22px}.supportingNote{display:grid;align-content:center;grid-gap:8px;gap:8px;padding:20px;border:1px solid #cfe0ef;border-left:4px solid #0aa6a6;border-radius:8px;background:#f8fbff}.supportingNote strong{color:#061b3f;font-size:1rem}.supportingNote p{margin:0;font-size:.94rem}.supportingSection{display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid #d8e5f1;border-radius:10px;background:#fff;box-shadow:0 12px 34px rgba(8,29,66,.05)}.supportingSectionHeader{display:grid;grid-gap:6px;gap:6px;max-width:780px}.howItWorksPage .supportingSectionHeader{margin-right:auto;margin-left:auto;justify-items:center;text-align:center}.howItWorksPage .supportingLinkBand{grid-template-columns:1fr;justify-items:center;text-align:center}.howItWorksPage .supportingLinkRow{justify-content:center}.supportingLinkBand h2,.supportingSection h2{margin:0;color:#061b3f;font-size:clamp(1.45rem,2.3vw,2rem);line-height:1.18}.supportingLinkBand p,.supportingSectionHeader p{margin:0}.supportingCardGrid,.supportingStepGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.supportingStepGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.supportingCard{display:grid;grid-gap:8px;gap:8px;min-height:100%;padding:18px;border:1px solid #d8e5f1;border-radius:8px;background:#fff}.supportingCard h3{margin:0;color:#061b3f;font-size:1rem;line-height:1.25}.supportingCard p{margin:0;font-size:.93rem}.supportingStepNumber{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:#07377b;color:#fff;font-size:.88rem;font-weight:900}.supportingPillGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.supportingChecklist li,.supportingPillGrid span{border:1px solid #d8e5f1;border-radius:8px;background:#f8fbff;color:#17385f;font-weight:780}.supportingPillGrid span{padding:13px 14px;text-align:center}.supportingSplit{grid-template-columns:minmax(0,.82fr) minmax(280px,1fr);align-items:start}.supportingSplit p{margin:10px 0 0}.supportingChecklist{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.supportingChecklist li{padding:12px 14px}.supportingPlainText p{max-width:900px;margin:0}.supportingLinkBand{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:22px 0 0;border-top:1px solid #d8e5f1}.supportingLinkRow{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.supportingLinkRow a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #cfdce9;border-radius:6px;background:#fff;color:#07377b;font-size:.92rem;font-weight:850;text-decoration:none}.supportingLinkRow a:focus-visible,.supportingLinkRow a:hover{border-color:#07377b;background:#f4f8fc}@media (max-width:1040px){.supportingHero,.supportingLinkBand,.supportingSplit{grid-template-columns:1fr}.supportingCardGrid,.supportingPillGrid,.supportingStepGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.supportingLinkRow{justify-content:flex-start}}@media (max-width:620px){.supportingPage{gap:22px;padding:28px 16px 48px}.supportingHero,.supportingSection{padding:22px 18px}.supportingCardGrid,.supportingPillGrid,.supportingStepGrid{grid-template-columns:1fr}.supportingHeroActions,.supportingHeroActions .button,.supportingLinkRow,.supportingLinkRow a{width:100%}}html[data-theme=dark] .supportingPage{background:#08111f!important}html[data-theme=dark] .supportingCard,html[data-theme=dark] .supportingHero,html[data-theme=dark] .supportingLinkRow a,html[data-theme=dark] .supportingNote,html[data-theme=dark] .supportingSection{background:#111c2d!important;border-color:#2a405b!important}html[data-theme=dark] .supportingChecklist li,html[data-theme=dark] .supportingPillGrid span{background:#111c2d!important;border-color:#2a405b!important;color:#dcecff!important}html[data-theme=dark] .supportingCard h3,html[data-theme=dark] .supportingHero h1,html[data-theme=dark] .supportingLinkBand h2,html[data-theme=dark] .supportingNote strong,html[data-theme=dark] .supportingSection h2{color:#eaf2ff!important}html[data-theme=dark] .supportingCard p,html[data-theme=dark] .supportingHero p:not(.homeRefreshEyebrow),html[data-theme=dark] .supportingLinkBand p,html[data-theme=dark] .supportingNote p,html[data-theme=dark] .supportingPlainText p,html[data-theme=dark] .supportingSectionHeader p,html[data-theme=dark] .supportingSplit p{color:#c7d7ea!important}.binderCalloutSection,.binderHubCallout,.binderPrintableSection{width:min(1160px,100%);margin:0 auto;border:1px solid #d8e5f1;border-radius:10px;background:#fff;box-shadow:0 12px 34px rgba(8,29,66,.05)}.binderHubCallout{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:22px 24px}.binderStartHereCallout{grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:24px;align-items:start;padding:28px;border-left:5px solid #0aa6a6;background:linear-gradient(135deg,#f7fbff,#fff 58%),#fff}.binderStartHereCallout .homeRefreshEyebrow{justify-self:start}.freeBinderSignupForm,.freeBinderSignupPanel,.freeBinderSignupSuccess{display:grid;grid-gap:12px;gap:12px}.freeBinderSignupPanel{min-width:0;justify-items:stretch}.freeBinderSignupForm{padding:16px;border:1px solid #d8e5f1;border-radius:8px;background:#fff}.freeBinderSignupForm label{display:grid;grid-gap:6px;gap:6px;color:#061b3f;font-weight:850}.freeBinderSignupForm input{width:100%;min-height:44px;border:1px solid #cbd9ec;border-radius:6px;padding:10px 12px;color:#061b3f;font:inherit}.freeBinderSignupForm .formHelper{margin:0;color:#304865;font-size:.9rem;line-height:1.45}.freeBinderSignupForm .turnstileBlock .formHelper{padding:10px 12px;border:1px solid #d4e4f2;border-radius:6px;background:#f7fbff;color:#304865}.freeBinderSignupActions{gap:10px;align-items:center}.freeBinderSignupActions .button,.freeBinderSignupActions button{min-height:44px}.freeBinderSignupSuccess{padding:16px;border:1px solid #b7dfd4;border-radius:8px;background:#f0fffb}.freeBinderSignupSuccess strong{color:#064e4e;line-height:1.4}.binderCalloutSection h2,.binderHubCallout h2,.binderPrintableSection h2,.paperRecommendation h3,.whyPaperBridge h2{margin:0;color:#061b3f;line-height:1.18}.binderCalloutSection p,.binderGuidanceGrid p,.binderHubCallout p,.binderPrintableSection p,.paperRecommendation p,.whyPaperBridge p{color:#304865;line-height:1.55}.binderPrintableSection{display:grid;grid-gap:18px;gap:18px;padding:28px}.binderChecklistGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.binderChecklistGroup{display:grid;grid-gap:12px;gap:12px;page-break-inside:avoid;break-inside:avoid;padding:18px;border:1px solid #d8e5f1;border-radius:8px;background:#f8fbff}.binderChecklistGroup h3{margin:0;color:#061b3f;font-size:1.05rem}.binderChecklistItems{display:grid;grid-gap:9px;gap:9px}.binderInstructionList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 18px;gap:10px 18px;margin:0;padding-left:24px}.binderInstructionList li{padding-left:4px;color:#203852;font-weight:760;line-height:1.45}.binderChecklistItem{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;color:#203852;font-weight:760;line-height:1.42}.binderChecklistItem input{width:16px;height:16px;margin:2px 0 0;accent-color:#07377b}.binderCalloutSection{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);grid-gap:20px;gap:20px;align-items:center;padding:26px 28px;border-left:4px solid #0aa6a6}.binderActionStack{display:grid;grid-gap:10px;gap:10px}.binderResourceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.binderResourceCard{display:grid;grid-gap:6px;gap:6px;min-height:100%;padding:14px;border:1px solid #d8e5f1;border-radius:8px;background:#fff;text-decoration:none}.binderResourceCard strong{color:#061b3f;line-height:1.25;text-align:center}.binderResourceCard span{color:#304865;font-size:.9rem;line-height:1.42}.binderResourceCard:focus-visible,.binderResourceCard:hover{border-color:#07377b;box-shadow:0 10px 24px rgba(8,29,66,.09)}.binderBrowseAll{display:flex;justify-content:center;margin-top:4px}.binderDocumentTable{display:grid;overflow:hidden;border:1px solid #cfdce9;border-radius:8px}.binderDocumentRow{display:grid;grid-template-columns:1.1fr 1fr 1fr .8fr;min-height:46px}.binderDocumentRow span{padding:11px 12px;border-right:1px solid #dbe7f3;border-bottom:1px solid #dbe7f3;color:#203852;line-height:1.35}.binderDocumentRow span:last-child{border-right:0}.binderDocumentRow:last-child span{border-bottom:0}.binderDocumentHeader span{background:#eef6ff;color:#061b3f;font-weight:900}.binderGuidanceGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.paperComparisonSection{scroll-margin-top:24px}.paperComparisonTableWrap{overflow-x:auto}.paperComparisonTable{width:100%;min-width:780px;border-collapse:collapse;overflow:hidden;border:1px solid #d8e5f1;border-radius:8px}.paperComparisonTable caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.paperComparisonTable td,.paperComparisonTable th{padding:13px 14px;border:1px solid #d8e5f1;color:#304865;line-height:1.45;vertical-align:top}.paperComparisonTable th{color:#061b3f;font-weight:900;text-align:left}.paperComparisonTable thead th{background:#eef6ff}.paperAlertNote{align-content:start}.paperRecommendation{padding-top:4px}.paperRecommendation,.whyPaperBridge{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center}.whyPaperBridge{margin:18px 0 0;padding:18px 20px;border:1px solid #d8e5f1;border-left:4px solid #0aa6a6;border-radius:10px;background:#fff;box-shadow:0 10px 26px rgba(8,29,66,.05)}.whyPaperBridge h2{font-size:clamp(1.18rem,2vw,1.55rem)}.whyPaperBridge p{max-width:820px;margin:8px 0 0}.whyPaperBridgeActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.whyScenarioCardMeta{display:grid;justify-items:center;text-align:center}.whyScenarioCardMeta span,.whyScenarioCardMeta strong{text-align:center}@media (max-width:1040px){.binderCalloutSection,.binderGuidanceGrid,.binderHubCallout,.paperRecommendation,.whyPaperBridge{grid-template-columns:1fr}.binderResourceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.whyPaperBridgeActions{justify-content:flex-start}}@media (max-width:760px){.binderChecklistGrid,.binderResourceGrid{grid-template-columns:1fr}.binderDocumentTable{border:0;gap:10px}.binderDocumentHeader,.binderDocumentRow{grid-template-columns:1fr;border:1px solid #d8e5f1;border-radius:8px;overflow:hidden}.binderDocumentRow span{min-height:38px;border-right:0}.paperComparisonTable{min-width:0;border:0}.paperComparisonTable thead{display:none}.paperComparisonTable,.paperComparisonTable tbody,.paperComparisonTable td,.paperComparisonTable th,.paperComparisonTable tr{display:block;width:100%}.paperComparisonTable tr{margin-bottom:12px;border:1px solid #d8e5f1;border-radius:8px;overflow:hidden}.paperComparisonTable td,.paperComparisonTable th{border:0;border-bottom:1px solid #d8e5f1}.paperComparisonTable td:before{content:attr(data-label);display:block;margin-bottom:5px;color:#061b3f;font-weight:900}.paperComparisonTable td:last-child{border-bottom:0}}@media (max-width:620px){.binderCalloutSection,.binderHubCallout,.binderPrintableSection,.whyPaperBridge{padding:20px 18px}.binderInstructionList,.binderStartHereCallout{grid-template-columns:1fr}.binderActionStack,.binderActionStack .button,.binderBrowseAll .button,.whyPaperBridgeActions,.whyPaperBridgeActions .button{width:100%}}@media print{.freeEmergencyBinderPage{display:block;width:auto;margin:0;padding:0;background:#fff!important;color:#000!important}.freeEmergencyBinderPage .freeFaceSheetDisclaimer,.freeEmergencyBinderPage .noPrint,.freeEmergencyBinderPage .publicBreadcrumbs,body:has(.freeEmergencyBinderPage) .publicFooter,body:has(.freeEmergencyBinderPage) .youremrHeader{display:none!important}.freeEmergencyBinderPage .binderCalloutSection,.freeEmergencyBinderPage .binderPrintableSection,.freeEmergencyBinderPage .freeFaceSheetIntro{width:auto;margin:0 0 16px;padding:0;border:0;border-radius:0;box-shadow:none;background:#fff!important}.freeEmergencyBinderPage h1,.freeEmergencyBinderPage h2,.freeEmergencyBinderPage h3,.freeEmergencyBinderPage li,.freeEmergencyBinderPage p,.freeEmergencyBinderPage span,.freeEmergencyBinderPage strong{color:#000!important}.freeEmergencyBinderPage .binderChecklistGrid,.freeEmergencyBinderPage .binderGuidanceGrid{grid-template-columns:1fr 1fr;gap:10px}.freeEmergencyBinderPage .binderChecklistGroup,.freeEmergencyBinderPage .binderResourceCard{page-break-inside:avoid;break-inside:avoid;border-color:#777;background:#fff!important}.freeEmergencyBinderPage .binderResourceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.freeEmergencyBinderPage .binderDocumentRow{grid-template-columns:1.1fr 1fr 1fr .8fr}.freeEmergencyBinderPage .binderDocumentRow span{min-height:38px;border-color:#777}.freeEmergencyBinderPage .binderChecklistItem input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:13px;height:13px;border:1px solid #000;border-radius:0;padding:0;background:#fff}}html[data-theme=dark] .binderCalloutSection,html[data-theme=dark] .binderChecklistGroup,html[data-theme=dark] .binderHubCallout,html[data-theme=dark] .binderPrintableSection,html[data-theme=dark] .binderResourceCard,html[data-theme=dark] .whyPaperBridge{background:#111c2d!important;border-color:#2a405b!important}html[data-theme=dark] .binderStartHereCallout{background:#111c2d!important}html[data-theme=dark] .freeBinderSignupForm,html[data-theme=dark] .freeBinderSignupSuccess{background:#0b1728!important;border-color:#2a405b!important}html[data-theme=dark] .binderCalloutSection h2,html[data-theme=dark] .binderHubCallout h2,html[data-theme=dark] .binderPrintableSection h2,html[data-theme=dark] .binderPrintableSection h3,html[data-theme=dark] .binderResourceCard strong,html[data-theme=dark] .freeBinderSignupForm label,html[data-theme=dark] .freeBinderSignupSuccess strong,html[data-theme=dark] .paperComparisonTable th,html[data-theme=dark] .paperRecommendation h3,html[data-theme=dark] .whyPaperBridge h2{color:#eaf2ff!important}html[data-theme=dark] .freeBinderSignupForm input{background:#111c2d!important;border-color:#34506f!important;color:#eaf2ff!important}html[data-theme=dark] .binderCalloutSection p,html[data-theme=dark] .binderChecklistItem,html[data-theme=dark] .binderHubCallout p,html[data-theme=dark] .binderPrintableSection p,html[data-theme=dark] .binderResourceCard span,html[data-theme=dark] .freeBinderSignupForm .formHelper,html[data-theme=dark] .paperComparisonTable td,html[data-theme=dark] .paperRecommendation p,html[data-theme=dark] .whyPaperBridge p{color:#c7d7ea!important}html[data-theme=dark] .binderDocumentHeader span,html[data-theme=dark] .paperComparisonTable thead th{background:#15253a!important}