/* NeuroLife R947.0 — Approved Reference Production UI
   Single visual authority. White + mint/quartz + medical blue. No dark-green identity. */
:root{
  --nl-bg:#f7fcff;--nl-surface:#fff;--nl-surface-2:#f2fbfd;--nl-ink:#123b57;--nl-muted:#6d8796;
  --nl-blue:#278fda;--nl-blue-2:#3db6e6;--nl-mint:#28c8a5;--nl-mint-2:#59d9c4;--nl-violet:#8c5ce6;--nl-amber:#f0aa3b;
  --nl-line:#dbeaf0;--nl-line-soft:#ebf3f6;--nl-danger:#d84e66;--nl-ok:#17a877;--nl-warn:#d88a2d;
  --nl-gradient:linear-gradient(135deg,#248ee3 0%,#2eaee8 52%,#49c7ef 100%);
  --nl-hero:linear-gradient(135deg,#effcff 0%,#edfff8 52%,#e7f7ff 100%);
  --nl-shadow:0 14px 42px rgba(34,95,125,.10);--nl-shadow-soft:0 8px 24px rgba(34,95,125,.07);
  --nl-r-sm:14px;--nl-r:20px;--nl-r-lg:28px;--nl-max:1220px;--nl-font:Tahoma,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--nl-bg);overflow-x:hidden}body{margin:0;background:linear-gradient(180deg,#fff 0,#f8fdff 46%,#f5fbfe 100%);color:var(--nl-ink);font-family:var(--nl-font);font-size:15px;line-height:1.75;overflow-x:hidden;min-height:100vh}body,button,input,select,textarea{font-family:var(--nl-font)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}button,a{touch-action:manipulation}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.25;letter-spacing:-.02em}h1{font-size:clamp(32px,5vw,54px)}h2{font-size:clamp(25px,3vw,38px)}h3{font-size:21px}small{color:var(--nl-muted)}
:focus-visible{outline:3px solid rgba(39,143,218,.24);outline-offset:2px}
::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background:#cce3eb;border-radius:999px}

/* Canonical icon geometry — prevents giant SVG regressions. */
.nav-icon,.nl-icon,[data-nl-icon]{display:inline-grid;place-items:center;flex:0 0 auto}.nav-icon svg,.nl-icon svg,[data-nl-icon] svg,.nl948-kpi-icon svg,.nl948-quick-grid svg,.nl947-quick-grid svg{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;overflow:visible}.nav-icon{width:26px;height:26px}.nl946-btn svg,.btn svg,button svg,a[role="button"] svg{width:20px!important;height:20px!important}

/* Buttons and controls */
.nl946-btn,.btn,.nl-final-actions a,.nl-final-actions button,button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 20px;border:1px solid var(--nl-line);border-radius:16px;background:#fff;color:var(--nl-ink);font-weight:800;box-shadow:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.nl946-btn:hover,.btn:hover,.nl-final-actions a:hover,.nl-final-actions button:hover{transform:translateY(-1px);border-color:#bcdde8;box-shadow:var(--nl-shadow-soft)}.nl946-btn.primary,.btn.primary,.nl-final-actions .primary,button.primary{border-color:transparent;background:var(--nl-gradient);color:#08384d;box-shadow:0 10px 24px rgba(40,194,180,.16)}.nl946-btn.ghost,.btn.soft{background:#f2fafd}.nl946-actions{display:flex;flex-wrap:wrap;gap:10px}input,select,textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid var(--nl-line);border-radius:14px;background:#fff;outline:0;transition:border-color .15s ease,box-shadow .15s ease}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#71c8e2;box-shadow:0 0 0 4px rgba(53,185,230,.10)}label{display:grid;gap:7px;font-weight:700;color:#31566b}input[type=checkbox],input[type=radio]{appearance:none;width:22px;height:22px;min-height:22px;padding:0;border:2px solid #a9cdd8;background:#fff;display:inline-grid;place-items:center;vertical-align:middle;margin:0 4px}input[type=checkbox]{border-radius:7px}input[type=radio]{border-radius:50%}input[type=checkbox]:checked,input[type=radio]:checked{border-color:var(--nl-mint);background:var(--nl-gradient)}input[type=checkbox]:checked:after{content:"✓";font-weight:900;color:#fff;font-size:14px;line-height:1}input[type=radio]:checked:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#eef6f8;color:#557381}.badge.ok{background:#e6faf3;color:#128c66}.badge.warn{background:#fff4e4;color:#b77420}.badge.danger{background:#ffebef;color:#b83b53}.alert{padding:12px 14px;border-radius:14px;background:#eef8fc;border:1px solid #d7eaf1}.alert.success{background:#e9fbf5;color:#137b5c}.alert.error{background:#fff0f2;color:#ae3d51}

/* Shell */
.nl946-shell,.nl948-shell{min-height:100vh}.nl946-shell-topbar,.nl948-topbar,.nl946-public-head{position:sticky;top:0;z-index:120;display:grid;grid-template-columns:auto minmax(150px,auto) 1fr auto;align-items:center;gap:18px;min-height:78px;padding:10px max(22px,calc((100vw - var(--nl-max))/2));border-bottom:1px solid rgba(219,234,240,.9);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.nl946-shell-brand,.nl948-top-brand,.nl946-brand{display:flex;align-items:center;gap:9px;min-width:0}.nl946-shell-brand img,.nl948-top-brand img,.nl946-brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 8px 15px rgba(24,104,130,.10));transition:transform .25s ease}.nl946-shell-brand:hover img,.nl946-brand:hover img{transform:scale(1.04) rotate(-2deg)}.nl946-shell-brand span,.nl946-brand span{display:grid;line-height:1.15}.nl946-shell-brand b,.nl946-brand b{font-size:22px;letter-spacing:.02em}.nl946-shell-brand small,.nl946-brand small{font-size:10px;letter-spacing:.1em;text-transform:uppercase}.nl946-shell-primary-nav,.nl946-public-head>nav{display:flex;justify-content:center;gap:4px;min-width:0}.nl946-shell-primary-nav a,.nl946-public-head>nav a{padding:9px 12px;border-radius:12px;font-size:13px;font-weight:800;color:#527180;white-space:nowrap}.nl946-shell-primary-nav a:hover,.nl946-shell-primary-nav a.active,.nl946-public-head>nav a:hover{background:#eef9fb;color:#167c9a}.nl946-shell-actions,.nl948-top-actions,.nl946-public-auth{display:flex;align-items:center;justify-content:flex-end;gap:8px}.nl946-shell-online{display:flex;align-items:center;gap:6px;font-size:11px;color:#66828f}.nl946-shell-online i,.nl946-page-live i{width:8px;height:8px;border-radius:50%;background:var(--nl-ok);box-shadow:0 0 0 4px rgba(23,168,119,.10)}.nl946-shell-search,.nl946-shell-icon{min-width:44px;height:44px;border:1px solid var(--nl-line);border-radius:14px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:800}.nl946-shell-profile{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 11px;border-radius:12px;background:#f3fafc;font-weight:800}.nl946-shell-main,.nl948-shell-main{width:min(var(--nl-max),calc(100% - 36px));margin:0 auto;padding:24px 0 112px}.nl946-pagehead,.nl948-pagehead{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:8px 0 18px;margin-bottom:18px;border-bottom:1px solid var(--nl-line-soft)}.nl946-pagehead h1{margin:4px 0 0;font-size:clamp(30px,4vw,44px)}.nl946-breadcrumb{display:flex;gap:6px;color:#78909c;font-size:11px}.nl946-page-live{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#eefaf6;color:#497265;font-size:11px}

/* Mobile / desktop drawer */
.nl946-shell-drawer,.nl948-shell-drawer{position:fixed;z-index:230;top:0;bottom:0;inset-inline-end:0;width:min(430px,92vw);padding:18px;background:#fff;box-shadow:-18px 0 50px rgba(22,68,92,.18);transform:translateX(110%);transition:transform .24s ease;overflow:auto}.nl946-shell-drawer.is-open,.nl948-shell-drawer.is-open,body.nl-nav-open .nl946-shell-drawer{transform:none}.nl946-shell-backdrop{position:fixed;z-index:220;inset:0;border:0;background:rgba(18,59,87,.22);opacity:0;pointer-events:none;transition:opacity .2s}.nl946-shell-backdrop.is-open,body.nl-nav-open .nl946-shell-backdrop{opacity:1;pointer-events:auto}.nl948-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--nl-line-soft)}.nl948-drawer-brand{display:flex;align-items:center;gap:10px}.nl948-drawer-brand img{width:72px;height:72px;object-fit:contain}.nl948-drawer-brand span{display:grid}.nl948-drawer-brand b{font-size:20px}.nl948-drawer-context{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:14px 0;padding:11px 12px;border-radius:14px;background:#f1fbfc;color:#557582;font-size:12px}.nl948-drawer-context button{border:0;background:transparent;color:#2487a8;font-weight:800}.nl948-drawer-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.nl948-drawer-tab{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--nl-line);border-radius:13px;background:#fff;color:#527180}.nl948-drawer-tab.is-active{background:#e8fbf5;border-color:#bcebdd;color:#157f68}.nl946-shell-domain-glyph{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#eaf8ff,#e7fbf5);font-weight:900;color:#258eb6}.nl948-drawer-panel{padding:10px 0}.nl948-drawer-panel>header{display:flex;justify-content:space-between;align-items:center;padding:4px 2px 10px}.nl948-drawer-panel>header b{font-size:20px}.nl948-drawer-panel>header a{font-size:12px;color:#278fda}.nl948-drawer-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}.nl948-drawer-links a{min-height:48px;padding:11px 12px;border:1px solid var(--nl-line-soft);border-radius:13px;background:#fbfdfe;font-weight:700}.nl948-drawer-links a.active{background:#e8fbf5;border-color:#b8eadc}.nl948-drawer-foot{display:flex;gap:8px;margin-top:12px;padding-top:13px;border-top:1px solid var(--nl-line-soft)}.nl948-drawer-foot a{flex:1;text-align:center;padding:10px;border:1px solid var(--nl-line);border-radius:13px}.nl946-command{position:fixed;z-index:250;inset:0;display:none;place-items:start center;padding-top:12vh;background:rgba(15,52,72,.20)}.nl946-command.is-open{display:grid}.nl946-command-dialog{width:min(640px,92vw);border:1px solid var(--nl-line);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(19,61,83,.20);overflow:hidden}.nl946-command-head{display:flex;gap:8px;padding:12px}.nl946-command-head input{border-radius:13px}.nl946-command-results{max-height:56vh;overflow:auto;padding:0 12px 12px}.nl946-command-results a{display:flex;justify-content:space-between;padding:10px;border-radius:12px}.nl946-command-results a:hover{background:#f2fafc}

/* Mobile dock */
.nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{display:none}.nl946-command-orb{border:0}

/* Public reference experience — R947.3 exact reference completion */
.nl946-public-head,.nl9473-public-head{position:sticky;top:0;z-index:120;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:76px;padding:8px max(18px,calc((100vw - var(--nl-max))/2));border-bottom:1px solid rgba(213,233,242,.85);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}
.nl9473-brand-full{display:block;width:178px;max-width:24vw}.nl9473-brand-full img{width:100%;height:58px;object-fit:contain;object-position:center;filter:drop-shadow(0 7px 14px rgba(21,83,119,.08));transition:transform .28s ease,filter .28s ease}.nl9473-brand-full:hover img{transform:translateY(-2px) scale(1.025);filter:drop-shadow(0 12px 20px rgba(21,117,151,.14))}
.nl9473-public-head nav{display:flex;justify-content:center;gap:2px;min-width:0;overflow:auto;scrollbar-width:none}.nl9473-public-head nav a{padding:9px 10px;border-radius:10px;color:#164d78;font-size:12px;font-weight:800;white-space:nowrap}.nl9473-public-head nav a:hover,.nl9473-public-head nav a.active{color:#0e74d9;background:#edf8ff}.nl9473-search{width:44px;height:44px;border:0;border-radius:14px;background:#f4fbff;color:#0a4b84;font-size:25px}.nl9473-lang{font-size:12px;color:#0b518b;font-weight:900;white-space:nowrap}
.nl9473-public-canvas{width:min(100%,1440px);margin:0 auto;padding:0 0 110px}.nl9473-hero{position:relative;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(280px,.82fr) minmax(300px,.92fr);align-items:stretch;min-height:500px;background:linear-gradient(135deg,#f8fdff 0%,#eefaff 34%,#e7f7ff 68%,#f8fcff 100%);overflow:hidden;border-bottom:1px solid #dceef5}.nl9473-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 51% 43%,rgba(65,215,205,.18),transparent 28%),radial-gradient(circle at 72% 18%,rgba(37,147,226,.10),transparent 30%);pointer-events:none}
.nl9473-hero-copy{position:relative;z-index:3;align-self:center;padding:46px 48px 42px 30px}.nl9473-hero-copy h1{margin:0 0 12px;color:#0b386d;font-size:clamp(34px,4.3vw,62px);line-height:1.2}.nl9473-sub{color:#214d74;font-weight:800;font-size:16px}.nl9473-hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:24px 0}.nl9473-hero-benefits span{display:grid;justify-items:center;text-align:center;gap:5px;color:#1795e8;font-size:22px}.nl9473-hero-benefits b{color:#17486d;font-size:10px;white-space:nowrap}
.nl9473-brand-orb{position:relative;z-index:2;align-self:center;justify-self:center;width:min(430px,90%);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.98) 0 29%,rgba(218,250,255,.88) 46%,rgba(112,210,255,.20) 64%,rgba(83,233,190,.10) 75%,transparent 76%);filter:drop-shadow(0 30px 44px rgba(38,125,170,.13));isolation:isolate;transition:transform .25s ease}.nl9473-brand-orb:before,.nl9473-brand-orb:after{content:"";position:absolute;inset:6%;border-radius:50%;border:1px solid rgba(58,185,225,.38);box-shadow:inset 0 0 34px rgba(49,189,220,.10),0 0 38px rgba(59,204,180,.11)}.nl9473-brand-orb:after{inset:13%;border-color:rgba(52,218,172,.33)}.nl9473-brand-orb img{width:57%;height:57%;object-fit:contain;position:relative;z-index:4;filter:drop-shadow(0 15px 24px rgba(12,82,143,.18));animation:nl9473-logo-breathe 4.5s ease-in-out infinite}.nl9473-orbit{position:absolute;inset:8%;border-radius:50%;border:1px solid rgba(24,139,221,.26);transform:rotate(22deg);animation:nl9473-orbit 14s linear infinite}.nl9473-orbit.o2{inset:16%;border-color:rgba(38,203,171,.35);animation-duration:10s;animation-direction:reverse}.nl9473-orbit.o3{inset:2%;border-style:dashed;opacity:.55;animation-duration:19s}.nl9473-spark{position:absolute;width:8px;height:8px;border-radius:50%;background:#43d9bc;box-shadow:0 0 14px #43d9bc;animation:nl9473-spark 2.8s ease-in-out infinite}.nl9473-spark.s1{top:12%;left:28%}.nl9473-spark.s2{right:13%;top:42%;animation-delay:.8s}.nl9473-spark.s3{bottom:13%;left:44%;animation-delay:1.4s}@keyframes nl9473-logo-breathe{50%{transform:scale(1.045);filter:drop-shadow(0 19px 32px rgba(26,149,184,.22))}}@keyframes nl9473-orbit{to{transform:rotate(382deg)}}@keyframes nl9473-spark{50%{transform:scale(1.8);opacity:.35}}@media(prefers-reduced-motion:reduce){.nl9473-brand-orb img,.nl9473-orbit,.nl9473-spark{animation:none!important}}
.nl9473-surgeon{position:relative;min-height:500px;overflow:hidden}.nl9473-surgeon>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.nl9473-surgeon:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(241,250,255,.72),rgba(244,251,255,.08) 48%,rgba(255,255,255,.06))}.nl9473-surgeon-copy{position:absolute;z-index:3;top:150px;right:30px;display:grid;text-align:right}.nl9473-surgeon-copy b{font-size:25px;color:#0d3969}.nl9473-surgeon-copy small{color:#345c7b;font-size:14px}.nl9473-clinic-card{position:absolute;z-index:4;bottom:28px;right:22px;left:22px;display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:center;padding:14px;border-radius:18px;background:rgba(255,255,255,.91);border:1px solid #d6eaf4;backdrop-filter:blur(12px);box-shadow:0 14px 30px rgba(24,83,119,.09)}.nl9473-clinic-card img{width:100%;height:116px;object-fit:cover;border-radius:13px}.nl9473-clinic-card div{display:grid;gap:2px}.nl9473-clinic-card b{color:#0a4c8a;font-size:13px;margin-top:4px}.nl9473-clinic-card span,.nl9473-clinic-card small{color:#315c7d;font-size:10px}
.nl9473-feature-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:12px max(22px,calc((100vw - var(--nl-max))/2));background:#fff}.nl9473-feature-strip>a{position:relative;display:grid;grid-template-rows:auto auto 1fr auto;min-height:205px;padding:14px;border:1px solid #dbeaf2;border-radius:14px;background:linear-gradient(180deg,#fff,#eef9ff);overflow:hidden;text-align:right;transition:transform .2s ease,box-shadow .2s ease}.nl9473-feature-strip>a:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(30,103,145,.10)}.nl9473-feature-strip b{font-size:15px;color:#0e447d}.nl9473-feature-strip small{font-size:10px;color:#496e87}.nl9473-feature-strip img{width:100%;height:105px;object-fit:cover;margin-top:7px;border-radius:10px}.nl9473-feature-strip span{justify-self:start;margin-top:8px;padding:7px 12px;border-radius:10px;background:linear-gradient(135deg,#2ca0ef,#0d77e5);color:#fff;font-size:11px;font-weight:800}.nl9473-calendar{display:grid;place-items:center;align-self:center;height:105px;font-size:72px;color:#1697e3;font-style:normal}
.nl9473-info-strip{display:grid;grid-template-columns:1fr .85fr 1fr;gap:10px;padding:5px max(22px,calc((100vw - var(--nl-max))/2)) 16px;background:#fff}.nl9473-info-art,.nl9473-ad-slot{min-height:90px;padding:16px 18px;border-radius:13px;border:1px solid #dcebf2;display:grid;align-content:center;gap:2px;overflow:hidden}.nl9473-info-art{background-image:linear-gradient(90deg,rgba(245,252,255,.25),rgba(245,252,255,.96) 68%),var(--bg);background-size:cover;background-position:center}.nl9473-info-art b{color:#144878}.nl9473-info-art small{color:#426d88}.nl9473-ad-slot{text-align:center;background:#fbfdfe}.nl9473-ad-slot b{font-size:16px;color:#355c74}.nl9473-ad-slot span{font-size:11px;color:#708997}.nl9473-ad-slot small{font-size:9px}
.nl9473-device-showcase{display:grid;grid-template-columns:1.05fr 1fr .35fr;gap:24px;align-items:end;padding:26px max(22px,calc((100vw - var(--nl-max))/2)) 30px;background:linear-gradient(180deg,#fff,#f9fdff)}.nl9473-device-showcase figure{margin:0;text-align:center}.nl9473-device{display:grid;place-items:center;overflow:hidden;background:#101a22;border:7px solid #101a22;box-shadow:0 18px 35px rgba(31,83,112,.13)}.nl9473-device img{width:100%;height:100%;object-fit:cover}.nl9473-device.laptop{height:245px;border-radius:14px 14px 5px 5px}.nl9473-device.tablet{height:245px;border-radius:20px}.nl9473-device.phone{height:245px;border-radius:30px;border-width:8px}.nl9473-device-showcase figcaption{margin-top:8px;font-weight:900;color:#214f72;font-size:12px}
.nl9473-public-section{padding:34px max(22px,calc((100vw - var(--nl-max))/2));background:#fff}.nl9473-public-section>header{text-align:center;max-width:760px;margin:0 auto 20px}.nl9473-public-section>header p{color:#688594}.nl9473-whatsapp{position:fixed;z-index:200;right:20px;bottom:22px;display:flex;align-items:center;gap:8px;padding:11px 15px;border-radius:999px;background:linear-gradient(135deg,#20caa1,#20a76f);color:#fff;font-weight:900;box-shadow:0 12px 28px rgba(30,150,109,.25)}
.nl946-doctor-stream{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.nl946-doctor-stream>a{display:grid;justify-items:center;text-align:center;gap:7px;padding:16px;border:1px solid #e0edf3;border-radius:18px;background:#fbfdfe}.nl946-doctor-stream>a>img{width:100%;height:170px;object-fit:cover;border-radius:14px}.nl946-doctor-mark{width:92px;height:92px!important;display:grid;place-items:center}.nl946-doctor-mark img{width:86px!important;height:86px!important;object-fit:contain}.nl946-presence{display:grid;grid-template-columns:1.2fr 1fr;gap:14px;align-items:center;margin:0;padding:22px max(22px,calc((100vw - var(--nl-max))/2));border-top:1px solid var(--nl-line);border-bottom:1px solid var(--nl-line);background:#fff}.nl946-presence-main{display:flex;gap:11px;align-items:center}.nl946-presence-dot{width:11px;height:11px;border-radius:50%;background:#bdcbd0}.nl946-presence-dot.is-open{background:var(--nl-ok)}.nl946-presence-main b{display:block;font-size:18px}.nl946-presence-main p{margin:2px 0 0;color:#738a96}.nl946-presence-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nl946-presence-actions a{padding:10px 12px;border-radius:14px;background:#f3fafc}.nl946-presence-actions small,.nl946-presence-actions b{display:block}
@media(max-width:1050px){.nl9473-public-head{grid-template-columns:auto 1fr auto}.nl9473-public-head nav{display:none}.nl9473-search{display:none}.nl9473-hero{grid-template-columns:1fr 1fr}.nl9473-hero-copy{padding:32px}.nl9473-brand-orb{width:330px}.nl9473-surgeon{grid-column:1/-1;min-height:300px}.nl9473-feature-strip{grid-template-columns:repeat(3,1fr)}.nl9473-device-showcase{grid-template-columns:1fr 1fr .4fr}}
@media(max-width:720px){.nl9473-public-head{min-height:64px;grid-template-columns:auto 1fr}.nl9473-brand-full{width:130px;max-width:none}.nl9473-brand-full img{height:48px}.nl946-public-auth{justify-self:end}.nl946-public-auth .ghost,.nl9473-lang{display:none}.nl9473-hero{grid-template-columns:1fr;min-height:0}.nl9473-brand-orb{grid-row:1;width:250px;margin:18px auto 0}.nl9473-hero-copy{grid-row:2;padding:18px 20px 26px;text-align:center}.nl9473-hero-copy h1{font-size:34px}.nl9473-sub{font-size:13px}.nl9473-hero-benefits{grid-template-columns:repeat(4,1fr)}.nl9473-hero-benefits span{font-size:18px}.nl9473-surgeon{grid-row:3;min-height:310px}.nl9473-surgeon-copy{top:50px}.nl9473-feature-strip{grid-template-columns:repeat(2,1fr);padding-inline:12px}.nl9473-feature-strip>a{min-height:190px}.nl9473-info-strip{grid-template-columns:1fr;padding-inline:12px}.nl9473-device-showcase{grid-template-columns:1fr 1fr .45fr;gap:8px;padding-inline:12px}.nl9473-device.laptop,.nl9473-device.tablet,.nl9473-device.phone{height:145px}.nl946-doctor-stream{grid-template-columns:repeat(2,1fr)}.nl9473-whatsapp span{display:none}.nl946-public-bottom{display:grid!important;grid-template-columns:repeat(5,1fr);position:fixed;z-index:180;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #dbeaf2;padding:6px}.nl946-public-bottom>a{display:grid;justify-items:center;font-size:9px;color:#355e75}}


/* Auth */
.nl936-auth-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch;max-width:1050px;margin:24px auto}.nl936-auth-visual,.nl936-auth-card{min-height:610px;border:1px solid var(--nl-line);border-radius:30px;background:#fff}.nl936-auth-visual{display:grid;place-items:center;align-content:center;gap:18px;padding:34px;background:var(--nl-hero);text-align:center}.nl936-auth-visual img{width:min(440px,86%)}.nl936-auth-visual h1{font-size:34px;margin:0}.nl936-auth-visual p{color:#718a97}.nl936-auth-card{padding:44px 42px}.nl936-auth-card>.logo{width:82px;height:82px;object-fit:contain;margin:0 auto 14px}.nl936-auth-card h2{text-align:center;font-size:38px;margin-bottom:8px}.nl936-auth-card>p{text-align:center;color:#718a97}.nl936-auth-form{display:grid;gap:14px;margin-top:26px}.nl936-remember{display:flex;align-items:center;gap:9px;font-weight:600}.nl936-remember span{display:grid}.nl936-auth-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}.nl936-auth-links a{font-size:12px;color:#267fa5}.nl936-auth-social{display:flex;gap:8px;margin-top:12px}.nl936-auth-social>*{flex:1}

/* Owner / role dashboards — R947.3 reference control center */
.nl9473-owner-console{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:calc(100vh - 120px);margin:-8px -2px 0;overflow:hidden;border:1px solid #dcebf2;border-radius:24px;background:#f8fcff}.nl9473-owner-rail{padding:18px 12px;background:linear-gradient(180deg,#eff9ff,#e7f5ff);border-inline-end:1px solid #d8eaf3}.nl9473-owner-brand{display:flex;align-items:center;gap:9px;padding:4px 4px 18px}.nl9473-owner-brand img{width:58px;height:58px;object-fit:contain}.nl9473-owner-brand span{display:grid;line-height:1.15}.nl9473-owner-brand b{color:#0d4b88;font-size:18px}.nl9473-owner-brand small{font-size:9px;color:#3f6d88}.nl9473-owner-rail nav{display:grid;gap:4px}.nl9473-owner-rail nav a{display:flex;align-items:center;gap:9px;min-height:43px;padding:9px 10px;border-radius:11px;color:#214f72;font-weight:800;font-size:12px}.nl9473-owner-rail nav a:hover,.nl9473-owner-rail nav a.active{background:#fff;color:#0e77dc;box-shadow:0 5px 16px rgba(40,113,150,.07)}
.nl9473-owner-main{min-width:0;padding:16px}.nl9473-owner-top{display:grid;grid-template-columns:1fr minmax(220px,.8fr) auto;gap:14px;align-items:center;margin-bottom:12px}.nl9473-owner-top h1{margin:0;font-size:28px;color:#124876}.nl9473-owner-top small{color:#668696}.nl9473-owner-search{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid #dbeaf1;border-radius:13px;background:#fff;color:#7b94a0}.nl9473-owner-meta{display:flex;align-items:center;gap:12px;color:#42677c;font-size:10px}.nl9473-owner-meta b{font-size:24px;color:#43657c}
.nl9473-owner-kpis{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin-bottom:12px}.nl9473-owner-kpis article{display:flex;align-items:center;gap:8px;min-width:0;padding:11px;border:1px solid #deebf1;border-radius:14px;background:#fff}.nl9473-owner-kpis i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eef8ff;color:#0d82df;font-style:normal}.nl9473-owner-kpis i.ok{background:#e8fbf4;color:#12a56e}.nl9473-owner-kpis article.warn i{background:#fff0eb;color:#e06444}.nl9473-owner-kpis span{display:grid;min-width:0}.nl9473-owner-kpis small{font-size:9px;color:#6a8493}.nl9473-owner-kpis b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nl9473-owner-grid{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:12px}.nl9473-control-center,.nl9473-owner-alerts,.nl9473-owner-schedule,.nl9473-owner-lower>section{padding:18px;border:1px solid #dcebf2;border-radius:18px;background:#fff}.nl9473-control-center>header{text-align:center;margin-bottom:14px}.nl9473-control-center h2,.nl9473-owner-schedule h2,.nl9473-owner-lower h2{margin:0;color:#163f67;font-size:23px}.nl9473-control-center p{margin:4px 0 0;color:#6f8996;font-size:11px}.nl9473-control-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.nl9473-control-grid>a{display:grid;justify-items:center;text-align:center;gap:7px;min-height:105px;padding:12px 6px;border-radius:15px;background:linear-gradient(180deg,#eef7ff,#f7fbff);color:#18537f;transition:transform .16s ease,box-shadow .16s ease}.nl9473-control-grid>a:nth-child(3n+1){background:linear-gradient(180deg,#f3efff,#faf8ff)}.nl9473-control-grid>a:nth-child(3n+2){background:linear-gradient(180deg,#eaf9ff,#f8fdff)}.nl9473-control-grid>a:nth-child(3n){background:linear-gradient(180deg,#e9fbf5,#f8fffc)}.nl9473-control-grid>a:hover{transform:translateY(-3px);box-shadow:0 12px 22px rgba(32,103,145,.09)}.nl9473-control-grid i{width:46px;height:46px;display:grid;place-items:center;color:#118fe6}.nl9473-control-grid b{font-size:11px}.nl9473-control-grid span{width:20px;height:20px;border-radius:50%;background:#fff;display:grid;place-items:center;font-weight:900}
.nl9473-owner-alerts{padding:14px}.nl9473-owner-alerts header{margin-bottom:8px}.nl9473-owner-alerts h3{margin:0;color:#234e70}.nl9473-owner-alerts>a{display:flex;justify-content:space-between;align-items:center;gap:7px;padding:9px 2px;border-bottom:1px solid #edf3f6;font-size:10px}.nl9473-owner-alerts em{min-width:38px;text-align:center;padding:3px 6px;border-radius:7px;font-style:normal;font-weight:900}.nl9473-owner-alerts em.hot{background:#ffe9e5;color:#c9523a}.nl9473-owner-alerts em.warm{background:#fff3df;color:#b87518}.nl9473-owner-alerts em.cool{background:#e7faf4;color:#158a67}.nl9473-quick-tools{display:grid;gap:5px;margin-top:12px;padding-top:10px;border-top:1px solid #edf3f6}.nl9473-quick-tools>a{padding:7px 9px;border-radius:8px;background:#f4f8fa;font-size:10px}
.nl9473-owner-schedule{margin-top:12px}.nl9473-owner-schedule>header,.nl9473-owner-lower>section>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.nl9473-owner-schedule>header a{font-size:11px;color:#0c7fdb}.nl9473-owner-lower{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.nl948-bars{height:210px;display:flex;align-items:end;gap:12px;padding:14px 4px 0}.nl948-bars>div{height:100%;flex:1;display:grid;grid-template-rows:1fr auto;justify-items:center;gap:6px}.nl948-bars span{width:min(34px,80%);align-self:end;min-height:8px;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,#36bee4,#39cfa8);position:relative}.nl948-bars em{position:absolute;top:-22px;width:100%;text-align:center;font-style:normal;font-size:10px}.nl948-activity-list{display:grid}.nl948-activity-list a{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--nl-line-soft)}.nl948-activity-list i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#edf9fb;color:#258fb8}.nl948-activity-list span{display:grid}.nl948-empty,.nl946-empty{padding:28px;text-align:center;color:#78919c}
@media(max-width:1100px){.nl9473-owner-console{grid-template-columns:180px 1fr}.nl9473-owner-kpis{grid-template-columns:repeat(4,1fr)}.nl9473-control-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.nl9473-owner-console{display:block;border:0;border-radius:0;background:transparent}.nl9473-owner-rail{margin-bottom:10px;border:1px solid #dcebf2;border-radius:18px;padding:10px}.nl9473-owner-brand{padding-bottom:8px}.nl9473-owner-rail nav{display:flex;overflow:auto}.nl9473-owner-rail nav a{flex:0 0 auto}.nl9473-owner-main{padding:0}.nl9473-owner-top{grid-template-columns:1fr auto}.nl9473-owner-search{display:none}.nl9473-owner-kpis{grid-template-columns:repeat(2,1fr)}.nl9473-owner-grid{grid-template-columns:1fr}.nl9473-control-grid{grid-template-columns:repeat(2,1fr)}.nl9473-owner-lower{grid-template-columns:1fr}}


/* Update center */
.nl-final-update{display:grid;gap:14px}.nl-final-update-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:28px 30px;border-radius:28px;background:var(--nl-hero)}.nl-final-update-hero h1{margin:0 0 6px;font-size:42px}.nl-final-update-hero p{margin:0;color:#6f8794}.nl-final-release{max-width:48%;padding:8px 12px;border-radius:999px;background:#e7fbf4;color:#137c64;font-size:11px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nl-final-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.nl-final-status{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-top:1px solid var(--nl-line);border-bottom:1px solid var(--nl-line);background:#fff}.nl-final-status span{display:grid}.nl-final-status em{font-style:normal;color:#148b69;font-size:12px;font-weight:800}.nl-final-status.is-warn em{color:#b97926}.nl-final-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.nl-final-panel{padding-block:18px}.nl-final-upload{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.nl-final-upload input[type=file]{padding:9px;background:#f8fcfd}.nl-final-release-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.nl-final-release-step{padding:10px 12px;border-radius:14px;background:#f3fafc}.nl-final-release-step b,.nl-final-release-step small{display:block}.nl-final-history{display:grid}.nl-final-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--nl-line-soft)}.nl-final-history-row b{overflow:hidden;text-overflow:ellipsis}.nl-final-advanced{border-top:1px solid var(--nl-line);padding-top:12px}.nl-final-advanced>summary{cursor:pointer;font-weight:800;color:#557683}.nl-final-advanced-body{display:flex;flex-wrap:wrap;gap:7px;padding:12px 0}.nl-final-advanced-body a{padding:8px 10px;border-radius:12px;background:#f2fafc;font-size:12px}.nl947-tech-note{display:none!important}

/* Generic legacy content normalization — visual authority stays R947. */
.card,.panel,.surface,.nl936-surface,.nl9336-canvas,.nl9336-inspector,.nl9332-zone{background:#fff;border:0;border-top:1px solid var(--nl-line);border-bottom:1px solid var(--nl-line);border-radius:0;box-shadow:none;padding:18px}.page-head{display:flex;justify-content:space-between;align-items:end;gap:12px;padding:8px 0 16px;border-bottom:1px solid var(--nl-line-soft);margin-bottom:16px}.page-head h1{margin:0}.head-actions{display:flex;gap:8px}.grid,.cards{gap:10px}.nav-group,.easy-nav,.role-workflow-strip,.patient-quick-nav,.public-nav{border-color:var(--nl-line)!important}.owner-nav-accordion summary,.nav-more-toggle{background:#fff!important;border-color:var(--nl-line)!important}.nl9332-center-hero,.nlx-theater,.nl9443-command-deck{border:0!important;border-radius:24px!important;background:var(--nl-hero)!important;box-shadow:none!important}.nl9332-workspace-row,.nl936-stream>a{border:0!important;border-bottom:1px solid var(--nl-line-soft)!important;border-radius:0!important;background:#fff!important}.nl9332-ws-state,.nl9332-center-meta small,.nl9443-command-summary small{display:none!important}

/* Communications — keep functional data attributes, replace old visual language. */
.nl9334-comms{display:grid;gap:14px}.nl9334-comm-hero{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:24px 26px;border-radius:26px;background:var(--nl-hero)}.nl9334-comm-hero h1,.nl9334-comm-hero h2{margin:0}.nl9334-situation-strip{display:none!important}.nl9334-comm-viewbar{display:flex;gap:7px;overflow:auto;padding:0 0 8px}.nl9334-comm-viewbar button,.nl9334-comm-viewbar a{min-height:42px;padding:8px 12px;border:1px solid var(--nl-line);border-radius:13px;background:#fff;font-weight:800}.nl9334-chat-canvas{display:grid;grid-template-columns:280px minmax(0,1fr) 260px;min-height:600px;border-top:1px solid var(--nl-line);border-bottom:1px solid var(--nl-line);background:#fff}.nl9334-chat-inbox,.nl9334-chat-context{padding:14px;background:#fbfdfe}.nl9334-chat-inbox{border-inline-end:1px solid var(--nl-line-soft)}.nl9334-chat-context{border-inline-start:1px solid var(--nl-line-soft)}.nl9334-chat-main{display:grid;grid-template-rows:auto 1fr auto auto;background:#fff}.nl9334-inbox-head,.nl9334-chat-head{padding:10px;border-bottom:1px solid var(--nl-line-soft)}.nl9334-search{display:flex;gap:7px}.nl9334-conversations{display:grid}.nl9334-conversations>*{padding:10px;border-bottom:1px solid var(--nl-line-soft)}.nl9334-messages{padding:18px;overflow:auto;min-height:360px}.nl9334-empty{height:100%;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#6d8795}.nl9334-composer{display:grid;grid-template-columns:auto 1fr auto;gap:8px;padding:12px;border-top:1px solid var(--nl-line-soft)}.nl9334-icon-button{width:42px;height:42px;border:1px solid var(--nl-line);border-radius:12px;background:#fff}.nl9336-comm-emoji-picker{border:1px solid var(--nl-line);border-radius:16px;background:#fff;box-shadow:var(--nl-shadow)}

/* Profile / audit: operational history is secondary, machine diagnostics hidden from normal production view. */
[data-nl-page="my-profile"] .audit-raw,[data-nl-page="my-profile"] .technical-log,[data-nl-page="my-profile"] [data-raw-event]{display:none!important}

/* Medical record and patient lists */
.nl947-medical-record,.medical-record,.patient360,.patient-list{max-width:100%}.nl947-med-tabs,.medical-tabs,.tabs{display:flex;gap:6px;overflow:auto;padding-bottom:7px}.nl947-med-tabs a,.medical-tabs a,.tabs a,.tabs button{flex:0 0 auto;min-height:42px;padding:8px 12px;border:1px solid var(--nl-line);border-radius:13px;background:#fff;font-weight:800}.nl947-med-tabs a.active,.medical-tabs a.active,.tabs .active{background:#e8fbf5;border-color:#b8eadc}.patient-result,.patient-row{border:0!important;border-bottom:1px solid var(--nl-line)!important;border-radius:0!important;background:#fff!important;padding:15px 4px!important}.patient-result .actions,.patient-row .actions{display:flex;flex-wrap:wrap;gap:6px}.patient-result .actions a,.patient-row .actions a{padding:7px 9px;border-radius:11px;background:#f0fafc}

/* Hide explicit engineering leakage on primary UI, but never hide actual error alerts. */
body:not([data-nl-page*="diagnostic"]):not([data-nl-page*="integrity"]):not([data-nl-page*="readiness"]) .nl-internal-only,
body:not([data-nl-page*="diagnostic"]):not([data-nl-page*="integrity"]):not([data-nl-page*="readiness"]) .developer-governance,
body:not([data-nl-page*="diagnostic"]):not([data-nl-page*="integrity"]):not([data-nl-page*="readiness"]) .release-proof-raw{display:none!important}

@keyframes nl-pulse{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1.04);opacity:1}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media(max-width:960px){
 .nl946-shell-topbar,.nl948-topbar,.nl946-public-head{grid-template-columns:auto 1fr auto;padding:9px 16px;gap:10px}.nl946-shell-primary-nav,.nl946-public-head>nav,.nl946-shell-online,.nl946-shell-profile{display:none}.nl946-shell-brand,.nl948-top-brand,.nl946-brand{justify-self:center}.nl946-public-head .nl946-public-auth{justify-self:start}.nl946-public-head{min-height:76px}.nl947-public-menu{display:block;justify-self:end}.nl947-public-menu>summary{list-style:none;width:50px;height:50px;border:1px solid var(--nl-line);border-radius:15px;background:#fff;display:grid;place-items:center;font-size:23px;cursor:pointer}.nl947-public-menu>summary::-webkit-details-marker{display:none}.nl947-public-menu[open]>nav{position:absolute;z-index:160;top:68px;inset-inline-end:12px;width:min(310px,88vw);display:grid;padding:10px;border:1px solid var(--nl-line);border-radius:20px;background:#fff;box-shadow:var(--nl-shadow)}.nl947-public-menu nav a{padding:11px 12px;border-bottom:1px solid var(--nl-line-soft);font-weight:800}.nl946-public-hero{grid-template-columns:1fr;min-height:auto;padding:26px}.nl946-hero-visual{min-height:300px}.nl946-doctor-stream{grid-template-columns:1fr 1fr}.nl946-service-grid,.nl946-why-grid{grid-template-columns:repeat(2,1fr)}.nl948-dashboard-grid,.nl948-lower-grid{grid-template-columns:1fr}.nl948-quick-grid,.nl946-owner-quick-links{grid-template-columns:repeat(4,1fr)}.nl9334-chat-canvas{grid-template-columns:240px minmax(0,1fr)}.nl9334-chat-context{display:none}.nl936-auth-grid{grid-template-columns:1fr}.nl936-auth-visual{display:none}.nl936-auth-card{min-height:0;max-width:620px;margin:auto;width:100%}.nl-final-status-grid,.nl-final-actions{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
 body{font-size:14px;padding-bottom:98px}.nl946-shell-main,.nl948-shell-main,.nl946-public-canvas{width:100%;padding-inline:16px}.nl946-shell-main,.nl948-shell-main{padding-top:14px;padding-bottom:116px}.nl946-shell-topbar,.nl948-topbar,.nl946-public-head{min-height:70px;padding:7px 14px}.nl946-shell-brand img,.nl948-top-brand img,.nl946-brand img{width:58px;height:58px}.nl946-shell-brand span,.nl946-brand span{display:none}.nl946-shell-actions .nl946-btn,.nl946-public-auth .nl946-btn{min-height:44px;padding:8px 13px;font-size:13px}.nl946-shell-search{width:48px;height:48px;padding:0}.nl946-shell-search b{display:none}.nl946-pagehead,.nl948-pagehead{padding-top:2px}.nl946-pagehead h1{font-size:30px}.nl946-breadcrumb{display:none}.nl946-page-live{font-size:10px}.nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{position:fixed;z-index:180;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;inset-inline:12px;bottom:max(8px,env(safe-area-inset-bottom,0px));min-height:76px;padding:8px;border:1px solid var(--nl-line);border-radius:28px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 14px 40px rgba(34,95,125,.14)}.nl946-mobile-dock>a,.nl946-public-bottom>a{display:grid;place-items:center;gap:2px;min-width:0;color:#557481;font-size:9px}.nl946-mobile-dock>a .nav-icon,.nl946-public-bottom>a span{color:#2994c0}.nl946-mobile-dock>a small{font-size:9px;color:#557481}.nl946-command-orb{position:relative;align-self:end;justify-self:center;margin-top:-26px;width:70px;height:70px;border:7px solid #fff;border-radius:50%;background:var(--nl-gradient);display:grid;place-items:center;box-shadow:0 12px 28px rgba(37,156,176,.20)}.nl946-command-orb img{width:50px;height:50px;object-fit:contain}.nl946-command-orb span{position:absolute;top:65px;font-size:8px;white-space:nowrap;color:#667f8b}.nl946-public-bottom a span{font-size:20px}.nl946-public-hero{padding:22px 18px;border-radius:26px;gap:4px}.nl946-hero-copy{text-align:right}.nl946-hero-copy h1{font-size:37px;line-height:1.22}.nl946-hero-copy>p{font-size:14px}.nl946-hero-visual{min-height:220px;order:-1}.nl946-hero-visual:before{width:220px;height:220px}.nl946-hero-logo{width:min(330px,88%)}.nl946-hero-signals{display:none}.nl946-actions>*{flex:1}.nl946-quick-actions{grid-template-columns:repeat(4,1fr);gap:4px;padding:8px;border-radius:20px}.nl946-quick-actions a{display:grid;justify-items:center;text-align:center;gap:4px;min-height:88px;padding:8px 3px}.nl946-quick-actions i{width:39px;height:39px}.nl946-quick-actions b{font-size:10px}.nl946-quick-actions small{display:none}.nl946-public-section{padding-top:36px}.nl946-public-section>header h2{font-size:31px}.nl946-doctor-stream{grid-template-columns:1fr}.nl946-doctor-stream>a{min-height:150px;grid-template-columns:78px 1fr;padding:14px 4px}.nl946-doctor-stream img,.nl946-doctor-stream>a>i{width:78px;height:96px;border-radius:18px}.nl946-doctor-stream b{font-size:18px}.nl946-service-grid,.nl946-why-grid{grid-template-columns:repeat(2,1fr);gap:6px}.nl946-service-grid>a,.nl946-why-grid>article{min-height:128px;padding:13px}.nl946-service-grid b,.nl946-why-grid b{font-size:14px}.nl946-ai-stage{grid-template-columns:auto 1fr;padding:15px}.nl946-ai-stage>.nl946-btn{grid-column:1/-1}.nl946-presence{grid-template-columns:1fr;padding:15px 4px}.nl946-presence-actions{grid-template-columns:1fr}.nl936-auth-grid{margin:8px auto}.nl936-auth-card{padding:22px 18px;border-radius:22px;box-shadow:none}.nl936-auth-card>.logo{width:74px;height:74px}.nl936-auth-card h2{font-size:30px}.nl948-owner-hero{grid-template-columns:1fr;min-height:220px;padding:22px 20px;border-radius:24px}.nl948-owner-hero h1{font-size:38px;max-width:86%}.nl948-owner-hero p{font-size:13px;max-width:78%}.nl948-owner-hero-visual{position:absolute;inset-inline-start:-24px;bottom:-18px;min-height:0;width:180px;opacity:.15}.nl948-kpi-strip,.nl946-metric-grid{grid-template-columns:repeat(2,1fr);gap:6px}.nl948-kpi-strip article,.nl946-metric{min-height:90px;padding:12px 10px}.nl948-kpi-icon{width:42px;height:42px}.nl948-kpi-strip b{font-size:23px}.nl948-panel,.nl946-owner-panel,.nl-final-panel{padding:15px 2px}.nl948-quick-grid,.nl946-owner-quick-links,.nl947-quick-grid{grid-template-columns:repeat(4,1fr);gap:4px}.nl948-quick-grid>a,.nl946-owner-quick-links>a,.nl947-quick-grid>a{min-height:104px;padding:10px 3px;border-radius:15px}.nl948-quick-grid>a i,.nl947-quick-grid>a i{width:42px;height:42px}.nl948-quick-grid b{font-size:10px}.nl948-quick-grid small{display:none}.nl948-table-scroll{border-radius:10px}.nl948-table-scroll table{min-width:640px}.nl948-lower-grid{display:block}.nl948-lower-grid>*+*{margin-top:14px}.nl-final-update-hero{align-items:flex-start;flex-direction:column;padding:20px;border-radius:24px}.nl-final-update-hero h1{font-size:34px}.nl-final-release{max-width:100%}.nl-final-status-grid,.nl-final-actions{grid-template-columns:1fr 1fr;gap:6px}.nl-final-status{padding:11px 8px}.nl-final-actions a,.nl-final-actions button{min-height:54px;padding:8px;font-size:12px}.nl-final-upload{grid-template-columns:1fr}.nl-final-release-flow{grid-template-columns:repeat(2,1fr)}.nl-final-history-row{grid-template-columns:1fr auto}.nl-final-history-row>*:nth-child(3){display:none}.nl948-drawer-links{grid-template-columns:1fr}.nl948-drawer-brand img{width:58px;height:58px}.nl9334-chat-canvas{display:block;min-height:0}.nl9334-chat-inbox,.nl9334-chat-main{min-height:520px}.nl9334-chat-inbox[hidden],.nl9334-chat-main[hidden]{display:none}.nl9334-chat-context{display:none}.nl9334-composer{grid-template-columns:auto 1fr auto}.page-head{align-items:flex-start}.head-actions{max-width:55%;flex-wrap:wrap;justify-content:flex-end}.card,.panel,.surface,.nl936-surface,.nl9336-canvas,.nl9336-inspector,.nl9332-zone{padding:14px 2px}
}
@media(max-width:430px){
  .nl946-shell-main,.nl948-shell-main,.nl946-public-canvas{padding-inline:12px}
  .nl946-public-head{padding-inline:10px}.nl946-public-auth .nl946-btn{padding-inline:10px}
  .nl946-hero-copy h1{font-size:34px}.nl946-quick-actions a{min-height:84px}
  .nl948-kpi-strip article,.nl946-metric{min-height:86px}.nl948-kpi-strip b{font-size:21px}
  .nl948-quick-grid b{font-size:9.5px}.nl946-mobile-dock,.nl946-public-bottom{inset-inline:8px}
}
/* Public secondary surfaces */
.public-page-hero{display:flex;justify-content:space-between;align-items:end;gap:18px;padding:28px 0 22px;border-bottom:1px solid var(--nl-line)}.public-page-hero h1{margin:3px 0 8px}.public-page-hero p{max-width:680px;color:var(--nl-muted);margin:0}.public-section{padding:34px 0}.public-section.alt{background:transparent}.public-doctor-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.doctor-profile-card{display:grid!important;grid-template-columns:88px 1fr!important;grid-template-rows:auto auto auto 1fr auto!important;gap:4px 14px!important;align-items:center!important;padding:18px 4px!important;border-radius:0!important}.doctor-card-photo,.doctor-avatar.large{grid-row:1/6;width:88px!important;height:112px!important;border-radius:20px!important;object-fit:cover;background:linear-gradient(135deg,#e9f8ff,#e6fbf5);display:grid;place-items:center;color:#2c91bb;font-size:24px}.doctor-profile-card h2{margin:0;font-size:20px}.doctor-profile-card p{margin:0;color:#526e7e}.doctor-profile-card small{font-size:11px}.doctor-hours{font-size:11px;color:#17876e}.doctor-card-actions{display:flex;gap:6px;flex-wrap:wrap}.doctor-card-actions .btn{min-height:40px;padding:7px 10px;font-size:11px}.clinic-week-board{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.day-doctor-card{padding:12px 8px;border-top:1px solid var(--nl-line);border-bottom:1px solid var(--nl-line);text-align:center;background:#fff}.day-doctor-card span,.day-doctor-card b{display:block}.day-doctor-card span{font-size:11px;color:#6f8995}.day-doctor-card b{font-size:12px}.day-doctor-card.closed{opacity:.55}
/* Booking / search */
.booking-shell,.booking-workspace,.patient-search-shell{max-width:100%}.booking-doctor-grid,.doctor-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.booking-doctor-grid button,.doctor-picker button{min-height:88px;border:1px solid var(--nl-line);border-radius:16px;background:#fff}.booking-doctor-grid button.selected,.doctor-picker button.selected{border-color:#72d8c1;background:#eafbf6}.smart-date-chip{border:1px solid var(--nl-line);border-radius:13px;background:#fff;padding:9px 11px}.smart-date-chip:hover{background:#f0fafc}.patient-search-results{display:grid}.patient-search-results>*{border-bottom:1px solid var(--nl-line-soft);border-radius:0!important}
/* Technical vocabulary never dominates primary communication/profile views. */
.nl9334-secure-list{display:none!important}.profile-timeline{display:grid;gap:0}.profile-event{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--nl-line-soft)}.profile-event>i{width:9px;height:9px;border-radius:50%;background:var(--nl-blue);margin-top:8px}.profile-event b,.profile-event small{display:block}.profile-event b{font-size:13px}.profile-event small{font-size:10px}
@media(max-width:960px){.public-doctor-grid{grid-template-columns:1fr 1fr!important}.clinic-week-board{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.public-page-hero{align-items:flex-start;flex-direction:column;padding-top:14px}.public-page-hero h1{font-size:34px}.public-doctor-grid{grid-template-columns:1fr!important}.doctor-profile-card{grid-template-columns:80px 1fr!important;min-height:145px}.doctor-card-photo,.doctor-avatar.large{width:80px!important;height:100px!important}.clinic-week-board{grid-template-columns:repeat(2,1fr)}.booking-doctor-grid,.doctor-picker{grid-template-columns:1fr 1fr}}

/* R9469 regression-compatibility selectors; rendered by R9470 tokens only. */
.nl949-contract-tabs{display:flex;gap:6px;overflow:auto;padding-bottom:7px}.nl949-contract-tabs>a,.nl949-contract-tabs>button{flex:0 0 auto;min-height:42px;padding:8px 12px;border:1px solid var(--nl-line);border-radius:13px;background:#fff;font-weight:800}.nl949-choice{accent-color:var(--nl-mint);inline-size:20px;block-size:20px}

/* NeuroLife R947.1 — Visual Parity Closure
   R9470 compatibility marker retained for updater continuity; R9471 is the visual revision. */
:root{
  --nl9471-blue:#1f8ed6;--nl9471-blue-soft:#eaf6ff;--nl9471-mint:#27c9ac;--nl9471-mint-soft:#eafbf6;
  --nl9471-cyan:#38bfe6;--nl9471-ink:#123b57;--nl9471-muted:#6f8794;--nl9471-line:#dcebf1;
  --nl9471-panel:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,253,255,.98));
}
body[data-nl-render-revision="R9471"]{background:#f7fbfe}
body[data-nl-render-revision="R9471"] .nl946-shell-main,body[data-nl-render-revision="R9471"] .nl948-shell-main{padding-top:20px}
body[data-nl-render-revision="R9471"] .nl946-shell-topbar,body[data-nl-render-revision="R9471"] .nl948-topbar{box-shadow:0 6px 24px rgba(33,96,124,.055)}
body[data-nl-render-revision="R9471"] .nl946-shell-search .nav-icon{width:22px;height:22px}

/* Canonical legacy-surface absorption: old class names no longer imply old visuals. */
.nl932-surface,.nl937-surface,.nl936-surface,.card,.panel,.surface{
  background:var(--nl9471-panel)!important;border:1px solid var(--nl9471-line)!important;border-radius:24px!important;
  box-shadow:0 10px 28px rgba(33,96,124,.055)!important;color:var(--nl9471-ink)!important;
}
.nl932-surface,.nl937-surface{padding:20px!important}.nl932-surface+.nl932-surface,.nl937-surface+.nl937-surface{margin-top:14px}
.nl932-flow-grid,.nl937-flow-grid{display:grid;gap:14px}.nl932-flow-grid.two,.nl937-flow-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.nl932-flow-grid.four,.nl937-flow-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.panel-title,.nl937-surface-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.panel-title h2,.nl937-surface-head h2{margin:0}.panel-subtitle,.nl937-muted{color:var(--nl9471-muted)}
.inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.field{min-width:0}.field.span2,.span2{grid-column:1/-1}.block{display:block}

/* Clinical flow: compact stepper; never giant icons. */
.nl-clinical-flow{display:flex!important;gap:8px!important;align-items:stretch!important;overflow-x:auto!important;padding:8px 2px 12px!important;scroll-snap-type:x proximity;max-width:100%!important}
.nl-clinical-flow>a{flex:0 0 132px!important;min-height:78px!important;padding:10px!important;border:1px solid var(--nl9471-line)!important;border-radius:18px!important;background:#fff!important;display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;gap:8px!important;scroll-snap-align:start!important;color:var(--nl9471-ink)!important}
.nl-clinical-flow>a.active{background:linear-gradient(135deg,#e8fbf5,#eaf7ff)!important;border-color:#aee6d8!important}.nl-clinical-flow>a i{display:grid!important;place-items:center!important;width:34px!important;height:34px!important}.nl-clinical-flow>a i .nav-icon,.nl-clinical-flow>a i svg{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important}.nl-clinical-flow>a b{font-size:11px!important;line-height:1.4!important;margin:0!important}

/* R947.1 domain/workspace renderer. */
.nl9471-domain-shell,.nl9471-booking,.nl9471-comms,.nl9471-surgery{display:grid;gap:18px}.nl9471-eyebrow{display:block;color:#2b92ac;font-weight:900;font-size:11px;letter-spacing:.06em;margin-bottom:6px}.nl9471-domain-hero,.nl9471-booking-hero,.nl9471-comms-hero,.nl9471-surgery-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.6fr);gap:24px;align-items:center;padding:30px;border:1px solid #d5ecf2;border-radius:30px;background:linear-gradient(135deg,#effbff 0%,#edfff7 54%,#e9f6ff 100%)}
.nl9471-domain-hero:after,.nl9471-booking-hero:after,.nl9471-comms-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;inset-inline-start:-110px;bottom:-150px;background:radial-gradient(circle,rgba(41,201,172,.15),transparent 68%)}
.nl9471-domain-hero h1,.nl9471-booking-hero h1,.nl9471-comms-hero h1,.nl9471-surgery-hero h1{font-size:clamp(34px,5vw,52px);margin:0 0 10px}.nl9471-domain-hero p,.nl9471-booking-hero p,.nl9471-comms-hero p{max-width:700px;color:var(--nl9471-muted);font-size:16px}.nl9471-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.nl9471-domain-mark{display:grid;place-items:center;min-height:210px}.nl9471-domain-mark img{width:min(230px,85%);filter:drop-shadow(0 18px 30px rgba(36,114,144,.12))}.nl9471-booking-date{justify-self:end;display:grid;place-items:center;width:138px;height:138px;border-radius:28px;background:#fff;border:1px solid var(--nl9471-line);box-shadow:0 10px 30px rgba(32,96,124,.08)}.nl9471-booking-date b{font-size:24px}.nl9471-booking-date small{font-size:12px}
.nl9471-domain-summary,.nl9471-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.nl9471-domain-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.nl9471-domain-summary article,.nl9471-kpi-row article{display:flex;align-items:center;gap:12px;min-height:92px;padding:16px 18px;border:1px solid var(--nl9471-line);border-radius:22px;background:#fff}.nl9471-domain-summary article{display:grid}.nl9471-domain-summary b,.nl9471-kpi-row b{font-size:28px;line-height:1.1}.nl9471-domain-summary span,.nl9471-kpi-row small{color:var(--nl9471-muted)}.nl9471-kpi-row i{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#eaf8ff,#e9fbf6);color:#278fb9}.nl9471-kpi-row i svg{width:24px!important;height:24px!important}
.nl9471-workspace-section,.nl9471-panel{padding:22px;border:1px solid var(--nl9471-line);border-radius:26px;background:#fff;box-shadow:0 9px 26px rgba(32,96,124,.045)}.nl9471-workspace-section>header,.nl9471-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.nl9471-workspace-section>header h2,.nl9471-panel>header h2{margin:0}.nl9471-workspace-section>header p{max-width:520px;margin:0;color:var(--nl9471-muted)}.nl9471-workspace-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.nl9471-workspace-grid>a{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;min-height:84px;padding:14px;border:1px solid #e1edf2;border-radius:19px;background:linear-gradient(180deg,#fff,#fbfdfe);transition:.18s ease}.nl9471-workspace-grid>a:hover{transform:translateY(-2px);border-color:#b8dfeb;box-shadow:0 10px 25px rgba(30,96,124,.07)}.nl9471-workspace-grid>a i{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#e9f8ff,#e7fbf5);color:#278fb9}.nl9471-workspace-grid>a span{display:grid;line-height:1.4}.nl9471-workspace-grid>a small{font-size:10px}.nl9471-workspace-grid>a em{font-style:normal;color:#2c93b7;font-size:19px}.nl9471-empty{padding:36px;text-align:center;border:1px solid var(--nl9471-line);border-radius:26px;background:#fff}

/* Communications: human presentation first. */
.nl9471-comms-presence{justify-self:end;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 8px;min-width:180px;padding:16px;border-radius:22px;background:#fff;border:1px solid var(--nl9471-line)}.nl9471-comms-presence .ok{grid-row:1/3;width:12px;height:12px;border-radius:50%;background:#21b785;box-shadow:0 0 0 5px rgba(33,183,133,.10)}.nl9471-comms-presence small{grid-column:2}.nl9471-segmented{display:flex;gap:6px;overflow-x:auto;padding:6px;border:1px solid var(--nl9471-line);border-radius:18px;background:#fff}.nl9471-segmented button{flex:1;min-width:110px;border:0;border-radius:13px;background:transparent;padding:10px 12px;font-weight:800;color:#5f7987}.nl9471-segmented button.active{background:linear-gradient(135deg,#e8fbf5,#eaf7ff);color:#147c98}.nl9471-comms-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:12px}.nl9471-comms-grid .wide{grid-row:span 1}.nl9471-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.nl9471-action-grid>a{display:grid;place-items:center;gap:8px;min-height:108px;border:1px solid #e1edf2;border-radius:18px;background:#fbfdfe;text-align:center}.nl9471-action-grid>a .nav-icon{color:#2795bc}.nl9471-toggle{display:flex;grid-template-columns:none;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #edf3f6}.nl9471-toggle>span{display:grid}.nl9471-toggle small{font-size:10px;font-weight:500}.nl9471-device-summary{display:grid;padding:10px 0}.nl9471-pane{display:block}.nl9471-pane[hidden]{display:none!important}.nl9471-live-list{display:grid;gap:7px;margin-top:12px}.nl906-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e3eef2;border-radius:15px;background:#fbfdfe}.nl906-row div{display:grid}.nl906-row small{font-size:10px}.nl9471-advanced{border:1px solid var(--nl9471-line);border-radius:20px;background:#fbfdfe}.nl9471-advanced>summary{padding:14px 16px;font-weight:900;cursor:pointer}.nl9471-advanced-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 12px 12px}.nl9471-advanced-grid article{padding:14px;border-radius:16px;background:#fff;border:1px solid #e6eff3}.nl9471-advanced-grid p{color:var(--nl9471-muted);font-size:12px}

/* Booking and doctor schedule. */
.nl9471-appointment-list{display:grid}.nl9471-appointment-list>a{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:14px;padding:14px 2px;border-bottom:1px solid #edf3f6}.nl9471-appointment-list time{font-weight:900;color:#288eb1}.nl9471-appointment-list span{display:grid}.nl9471-appointment-list small{font-size:10px}.nl9471-doctor-hours{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nl9471-doctor-hours article{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:start;padding:16px;border:1px solid #e1edf2;border-radius:20px;background:#fbfdfe}.nl9471-doctor-avatar{width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#eaf8ff,#e8fbf5);display:grid;place-items:center}.nl9471-doctor-avatar img{width:48px;height:48px;object-fit:contain}.nl9471-doctor-hours h3{font-size:17px;margin:0 0 8px}.nl9471-day-chips{display:flex;flex-wrap:wrap;gap:5px}.nl9471-day-chips span{display:grid;min-width:78px;padding:6px 8px;border-radius:12px;background:#fff;border:1px solid #e4eef2}.nl9471-day-chips b{font-size:11px}.nl9471-day-chips small{font-size:9px}

/* Surgery journey and checklist. */
.nl9471-surgery-hero{grid-template-columns:1fr auto}.nl9471-journey-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.nl9471-journey-steps>div{position:relative;display:grid;justify-items:center;text-align:center;gap:5px;padding:12px 4px;color:#78909b}.nl9471-journey-steps i{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#eef5f7;font-style:normal;font-weight:900}.nl9471-journey-steps .done i{background:#e5faf2;color:#138a67}.nl9471-journey-steps .current i{background:var(--nl-gradient);color:#08384d}.nl9471-journey-steps span{font-size:10px;font-weight:800}.nl9471-inline-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px}.nl9471-checklist{display:grid}.nl9471-check-row{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf3f6}.nl9471-check-row>button{width:40px;height:40px;border-radius:13px;border:1px solid var(--nl9471-line);background:#fff;font-size:20px}.nl9471-check-row>button.checked{background:#e7faf3;color:#148a68}.nl9471-check-row div{display:grid}.nl9471-check-row small{font-size:10px}

/* Patient directory and medical record. */
.nl-patient-search-form{display:grid;grid-template-columns:1fr auto auto;gap:8px}.nl-patient-search-form>div{display:flex;align-items:center;gap:8px;border:1px solid var(--nl9471-line);border-radius:16px;background:#fff;padding-inline:12px}.nl-patient-search-form>div input{border:0!important;box-shadow:none!important;padding-inline:0}.nl-patient-directory{display:grid;gap:8px;margin-top:12px}.nl-patient-directory>article{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;margin:0!important}.nl-patient-directory-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#eaf8ff,#e7fbf5);color:#278fb9}.nl-patient-directory-avatar .nav-icon svg{width:26px!important;height:26px!important}.nl-patient-directory-copy h3{margin:0 0 6px}.nl-patient-directory-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.nl-search-meta{display:flex;justify-content:space-between;gap:12px;margin-top:10px;color:var(--nl9471-muted)}
body[data-nl-page="medical-record-r9471"] .patient-head{display:grid!important;grid-template-columns:72px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important}.patient-head .patient-avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#eaf8ff,#e7fbf5);color:#298fb6;font-weight:900}.v49-medical-tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;padding:6px!important;border:1px solid var(--nl9471-line)!important;border-radius:18px!important;background:#fff!important}.v49-medical-tabs .tab{flex:0 0 auto!important;min-height:42px!important;padding:9px 12px!important;border:0!important;border-radius:12px!important;background:transparent!important;font-weight:800!important;color:#607b88!important}.v49-medical-tabs .tab.active{background:linear-gradient(135deg,#e8fbf5,#eaf7ff)!important;color:#157c98!important}.nl932-form-flow,.nl937-form-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nl932-table-wrap{overflow:auto;border:1px solid #e4eef2;border-radius:16px}.nl932-table-wrap table{width:100%;border-collapse:collapse;min-width:650px}.nl932-table-wrap th,.nl932-table-wrap td{padding:11px 12px;border-bottom:1px solid #edf3f6;text-align:right}.nl932-table-wrap th{background:#f5fafc;color:#64808c;font-size:11px}

/* Public doctors and homepage parity. */
.nl946-hero-visual .nl946-hero-logo{width:min(300px,72%);filter:drop-shadow(0 26px 38px rgba(31,111,143,.14))}.nl946-hero-visual:before{background:radial-gradient(circle at 50% 50%,rgba(44,198,177,.20),rgba(57,181,228,.11) 42%,transparent 70%)}.nl946-doctor-mark{width:78px;height:96px!important;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#eaf8ff,#e8fbf5)}.nl946-doctor-mark img{width:64px!important;height:64px!important;object-fit:contain}.nl946-public-bottom .nav-icon{width:22px;height:22px;color:#2994c0}.nl946-public-bottom .nav-icon svg{width:20px!important;height:20px!important}.doctor-avatar.large img{width:66px;height:66px;object-fit:contain}.doctor-profile-card{background:#fff!important;border:1px solid #e2eef2!important;border-radius:22px!important;padding:16px!important}.day-doctor-card{border:1px solid #e4eef2!important;border-radius:15px!important;background:#fff!important}

/* Login: one focused visual hierarchy on mobile. */
@media(max-width:720px){.nl936-auth-grid{display:block!important}.nl936-auth-visual{display:none!important}.nl936-auth-card{max-width:560px!important;margin:18px auto!important;padding:24px 18px!important}.nl936-auth-card>.logo{width:88px!important;height:88px!important;margin-inline:auto!important}.nl936-auth-card h2{text-align:center}.nl936-auth-card>p{text-align:center}}

/* Mobile exactness and density. */
@media(max-width:760px){
  body{font-size:14px}.nl946-shell-main,.nl948-shell-main{width:100%!important;padding-inline:14px!important}
  .nl9471-domain-hero,.nl9471-booking-hero,.nl9471-comms-hero,.nl9471-surgery-hero{grid-template-columns:1fr!important;padding:20px!important;border-radius:24px!important;gap:12px!important}.nl9471-domain-mark,.nl9471-booking-date,.nl9471-comms-presence{display:none!important}.nl9471-domain-hero h1,.nl9471-booking-hero h1,.nl9471-comms-hero h1,.nl9471-surgery-hero h1{font-size:32px!important}.nl9471-domain-hero p,.nl9471-booking-hero p,.nl9471-comms-hero p{font-size:13px!important}
  .nl9471-domain-summary,.nl9471-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.nl9471-domain-summary article,.nl9471-kpi-row article{min-height:82px!important;padding:12px!important}.nl9471-kpi-row i{width:42px;height:42px}.nl9471-kpi-row b,.nl9471-domain-summary b{font-size:23px}
  .nl9471-workspace-section,.nl9471-panel{padding:14px!important;border-radius:21px!important}.nl9471-workspace-section>header,.nl9471-panel>header{display:block!important}.nl9471-workspace-section>header p{font-size:12px}.nl9471-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.nl9471-workspace-grid>a{grid-template-columns:42px 1fr!important;min-height:76px!important;padding:10px!important}.nl9471-workspace-grid>a em{display:none}.nl9471-workspace-grid>a i{width:42px;height:42px}.nl9471-workspace-grid>a b{font-size:12px}.nl9471-workspace-grid>a small{font-size:9px}
  .nl9471-comms-grid{display:block!important}.nl9471-comms-grid>*+*{margin-top:10px}.nl9471-action-grid{grid-template-columns:repeat(2,1fr)!important}.nl9471-action-grid>a{min-height:92px!important}.nl9471-advanced-grid{grid-template-columns:1fr!important}.nl9471-segmented button{min-width:92px;font-size:12px}
  .nl9471-doctor-hours{grid-template-columns:1fr!important}.nl9471-appointment-list>a{grid-template-columns:76px 1fr!important}.nl9471-appointment-list>a>.badge{grid-column:2}.nl9471-journey-steps{display:flex!important;overflow-x:auto!important;gap:2px!important}.nl9471-journey-steps>div{flex:0 0 82px!important}.nl9471-inline-form{grid-template-columns:1fr!important}.nl9471-check-row{grid-template-columns:42px 1fr!important}
  .nl932-flow-grid.two,.nl937-flow-grid.two,.nl932-flow-grid.four,.nl937-flow-grid.four,.nl932-form-flow,.nl937-form-flow{grid-template-columns:1fr!important}.nl932-surface,.nl937-surface{padding:14px!important;border-radius:20px!important}.field.span2,.span2{grid-column:auto!important}
  .nl-patient-search-form{grid-template-columns:1fr auto!important}.nl-patient-search-form>a{grid-column:1/-1}.nl-search-meta{display:grid}.nl-patient-directory>article{grid-template-columns:50px 1fr!important;padding:14px!important}.nl-patient-directory-avatar{width:50px;height:50px}.nl-patient-directory-actions{grid-column:1/-1;justify-content:stretch!important}.nl-patient-directory-actions .btn{flex:1;min-width:0;padding-inline:8px;font-size:11px}
  body[data-nl-page="medical-record-r9471"] .patient-head{grid-template-columns:58px 1fr!important}.patient-head .patient-avatar{width:58px;height:58px}.patient-head>.inline{grid-column:1/-1}.v49-medical-tabs{margin-inline:-2px}.v49-medical-tabs .tab{font-size:11px!important}
  .nl-clinical-flow>a{flex-basis:108px!important;min-height:70px!important;grid-template-columns:28px 1fr!important;padding:8px!important}.nl-clinical-flow>a i{width:28px!important;height:28px!important}.nl-clinical-flow>a i .nav-icon,.nl-clinical-flow>a i svg{width:18px!important;height:18px!important}.nl-clinical-flow>a b{font-size:9px!important}
  .nl946-public-hero{grid-template-columns:1fr!important}.nl946-hero-visual{order:-1!important;min-height:180px!important}.nl946-hero-visual .nl946-hero-logo{width:170px!important}.nl946-public-bottom>a{font-size:9px!important}
}


/* ==========================================================================\n   R947.7 COMPATIBILITY PRIMITIVES\n   One canonical visual authority for every human-facing canonical route.\n   Historical class names below are compatibility selectors only; they no longer\n   own visual presentation. Dark-green identity is intentionally absent.\n   ========================================================================== */
:root{--nl95-bg:#f7fbfe;--nl95-paper:#fff;--nl95-ink:#123f5b;--nl95-muted:#6d8795;--nl95-line:#d8e9ef;--nl95-blue:#168fe6;--nl95-blue2:#0b70cb;--nl95-cyan:#23bde8;--nl95-mint:#238fe4;--nl95-mint2:#43c5ef;--nl95-violet:#8663ea;--nl95-amber:#f4a33d;--nl95-danger:#ed625b;--nl95-shadow:0 16px 42px rgba(31,104,140,.075);--nl95-soft:linear-gradient(135deg,#effbff 0%,#effff9 54%,#edf7ff 100%);--nl95-radius:24px}
html{background:var(--nl95-bg);scroll-behavior:smooth}body{background:linear-gradient(180deg,#fbfdff 0,#f7fbfe 52%,#f4fbfd 100%)!important;color:var(--nl95-ink)!important;font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif!important;overflow-x:hidden}
body[data-nl-render-revision="R9475"]{--nl9471-panel:#fff;--nl9471-line:var(--nl95-line);--nl9471-ink:var(--nl95-ink);--nl9471-muted:var(--nl95-muted)}
/* All pages and old semantic surfaces converge to one physical surface language. */
:where(.nl932-surface,.nl936-surface,.nl937-surface,.nl9471-panel,.nl948-panel,.nl-final-panel,.card,.panel,.surface,.auth-box,.box,.widget,.workspace,.module,.well){background:rgba(255,255,255,.97)!important;border:1px solid var(--nl95-line)!important;border-radius:var(--nl95-radius)!important;box-shadow:var(--nl95-shadow)!important;color:var(--nl95-ink)!important}
:where(.nl932-surface,.nl936-surface,.nl937-surface,.nl9471-panel,.nl948-panel,.nl-final-panel,.card,.panel,.surface,.auth-box){padding:clamp(16px,2.2vw,24px)!important}
/* Buttons and CTAs: same geometry, lively but professional. */
:where(.btn,.button,.nl946-btn,button[type=submit],input[type=submit],.nl947-control){min-height:44px;border-radius:15px!important;border:1px solid #cfe4eb!important;background:#fff!important;color:#174c68!important;font-weight:850!important;padding:10px 16px!important;box-shadow:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important}
:where(.btn,.button,.nl946-btn,button[type=submit],input[type=submit],.nl947-control):hover{transform:translateY(-1px);border-color:#a7d9e7!important;box-shadow:0 9px 22px rgba(20,127,171,.10)!important}
:where(.btn.primary,.nl946-btn.primary,button.primary,.primary[type=submit],.btn.green){background:linear-gradient(135deg,#238fe4,#43c5ef)!important;color:#073c55!important;border-color:transparent!important;box-shadow:0 12px 26px rgba(35,189,232,.16)!important}
:where(.btn.danger,.nl946-btn.danger){background:#fff1f0!important;color:#b93b35!important;border-color:#ffd3cf!important}
/* Forms are consistent across login, patient, staff, finance and update. */
:where(input,select,textarea){max-width:100%;min-height:46px;border:1px solid #cedfe7!important;border-radius:15px!important;background:#fff!important;color:#123f5b!important;padding:10px 13px!important;outline:none!important;box-shadow:none!important}
:where(input,select,textarea):focus{border-color:#62cde1!important;box-shadow:0 0 0 4px rgba(35,189,232,.10)!important}
label{color:#315f75;font-weight:750}label>small,.muted,.nl937-muted{color:var(--nl95-muted)!important}
/* Tables, details and tabs. */
:where(table){width:100%;border-collapse:separate!important;border-spacing:0!important;background:#fff;border:1px solid var(--nl95-line);border-radius:18px;overflow:hidden}
:where(th){background:#f1f9fc!important;color:#476b7d!important;font-size:12px!important} :where(th,td){padding:12px!important;border-bottom:1px solid #e8f1f4!important;text-align:start}tr:last-child td{border-bottom:0!important}
:where(.tabs,.tab-nav,.pill-nav,.nlrcc-tabs,.nl947-tabs,.nl-finance-tabs){display:flex!important;gap:7px!important;overflow-x:auto!important;padding:6px!important;background:#f4fafc!important;border:1px solid var(--nl95-line)!important;border-radius:17px!important;scrollbar-width:none}
:where(.tabs,.tab-nav,.pill-nav,.nlrcc-tabs,.nl947-tabs,.nl-finance-tabs)>*{white-space:nowrap;border-radius:12px!important;padding:9px 13px!important;color:#547383!important}.active:where(a,button),:where(.tabs,.tab-nav,.pill-nav,.nlrcc-tabs,.nl947-tabs,.nl-finance-tabs)>.active{background:#fff!important;color:#147aa0!important;box-shadow:0 4px 12px rgba(29,108,143,.07)!important}
details{border-radius:16px}summary{cursor:pointer}
/* Canonical authenticated shell and contextual drawer. */
.nl948-topbar,.nl946-shell-topbar{min-height:72px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px);border-bottom:1px solid #e2eef3!important;box-shadow:0 8px 30px rgba(33,96,124,.045)!important}
.nl948-top-brand img,.nl946-shell-brand img{object-fit:contain!important;filter:drop-shadow(0 7px 14px rgba(17,126,173,.12))}.nl948-top-brand b{color:#104e75}.nl948-top-brand small{color:#5f8393}
.nl948-shell-drawer{background:linear-gradient(180deg,#fff,#f6fcfe)!important;border-inline-end:1px solid #d8e9ef!important}.nl948-drawer-tabs{background:#f4fafc!important}.nl948-drawer-tab{border-radius:15px!important}.nl948-drawer-tab.is-active{background:linear-gradient(135deg,#e8fbf5,#e9f7ff)!important;color:#147e9c!important}.nl948-drawer-links a{border-radius:13px!important}.nl948-drawer-links a.active{background:#eaf8fd!important;color:#0c6fa1!important}
.nl948-pagehead,.nl946-pagehead{margin-bottom:18px!important;padding:0 2px!important}.nl948-pagehead h1,.nl946-pagehead h1{font-size:clamp(28px,4vw,44px)!important;letter-spacing:-.03em!important}.nl946-breadcrumb{color:#6190a2!important}
/* Final owner/role dashboards. */
.nl948-role-dashboard,.nl948-owner-dashboard,.nl9473-owner-dashboard{display:grid;gap:16px!important}.nl948-role-hero,.nl948-owner-hero,.nl9473-owner-hero{background:var(--nl95-soft)!important;border:1px solid #d5ebf1!important;border-radius:30px!important;box-shadow:0 16px 42px rgba(32,113,150,.07)!important;overflow:hidden!important}.nl948-role-hero-mark img,.nl9473-owner-brand img{filter:drop-shadow(0 18px 28px rgba(28,133,173,.14))}
.nl948-kpi-strip,.nl9473-owner-kpis{gap:10px!important}.nl948-kpi-strip>article,.nl9473-owner-kpis>article{background:#fff!important;border:1px solid #dcebf0!important;border-radius:18px!important;box-shadow:0 8px 20px rgba(28,100,134,.045)!important}
.nl948-quick-grid>a,.nl9473-owner-grid>a{border:1px solid #dfecef!important;border-radius:19px!important;background:linear-gradient(180deg,#fff,#fbfeff)!important;transition:.18s ease!important}.nl948-quick-grid>a:hover,.nl9473-owner-grid>a:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(25,112,150,.08)!important}.nl948-quick-grid>a i,.nl9473-owner-grid>a i{background:linear-gradient(135deg,#e9f8ff,#e7fbf5)!important;color:#138db9!important}
/* Login/register/password/2FA/onboarding physically share one reference composition. */
body[data-nl-page="login"] .nl948-shell-main,body.visitor-mode .nl948-shell-main{max-width:1180px;margin:auto}.nl936-auth-grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr)!important;gap:0!important;border:1px solid #d9eaf0!important;border-radius:30px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 22px 60px rgba(27,95,129,.09)!important}.nl936-auth-visual{min-height:510px!important;padding:46px!important;background:radial-gradient(circle at 30% 25%,rgba(57,212,173,.18),transparent 26%),radial-gradient(circle at 70% 35%,rgba(35,189,232,.19),transparent 31%),linear-gradient(145deg,#effbff,#effff9)!important;display:grid!important;align-content:center!important;justify-items:center!important;text-align:center!important}.nl936-auth-visual img{max-width:250px!important}.nl936-auth-visual h1{font-size:clamp(30px,4vw,46px)!important;margin:24px 0 8px!important}.nl936-auth-card{border:0!important;border-radius:0!important;box-shadow:none!important;padding:46px!important;align-self:stretch}.nl936-auth-card>.logo{width:82px!important;height:82px!important;object-fit:contain!important}.nl936-auth-form{display:grid!important;gap:13px!important}.nl936-auth-links{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:18px!important}.auth-box{max-width:760px!important;margin:24px auto!important;padding:clamp(24px,5vw,48px)!important}.auth-box>.logo{max-width:220px!important;margin:0 auto 18px!important;display:block!important}
/* Update Center exactly follows the concise production-first reference flow. */
.nl-final-update-hero{background:var(--nl95-soft)!important;border:1px solid #d5ebf1!important;border-radius:30px!important;min-height:250px!important;padding:34px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.nl-final-update-hero h1{font-size:clamp(40px,7vw,64px)!important;line-height:1!important;margin:10px 0!important}.nl-final-release{background:linear-gradient(135deg,#e7fbf3,#eaf8ff)!important;border:1px solid #c9eadd!important;border-radius:999px!important;padding:13px 18px!important;color:#148769!important;font-weight:900!important}.nl-final-status-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.nl-final-status{background:#fff!important;border:1px solid #dcebf0!important;border-radius:20px!important;padding:18px!important;box-shadow:0 8px 22px rgba(30,100,135,.045)!important}.nl-final-actions{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.nl-final-actions a{display:grid!important;place-items:center!important;min-height:70px!important;border:1px solid #d8e8ee!important;border-radius:18px!important;background:#fff!important;font-weight:850!important}.nl-final-actions a.primary{background:linear-gradient(135deg,#238fe4,#43c5ef)!important;color:#073c55!important}.nl-final-upload{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}.nl-final-history-row{display:grid!important;grid-template-columns:1.4fr .7fr .7fr auto!important;gap:10px!important;align-items:center!important;padding:14px 4px!important;border-bottom:1px solid #e8f1f4!important}
/* Public home reference. */
.nl9473-public-head{background:rgba(255,255,255,.95)!important;border-bottom:1px solid #e0edf2!important;backdrop-filter:blur(16px);box-shadow:0 8px 25px rgba(30,105,140,.045)!important}.nl9473-brand-full img{filter:drop-shadow(0 7px 14px rgba(22,114,153,.10))}.nl9473-public-head nav a{color:#265a74!important}.nl9473-public-head nav a.active{color:#0d82c7!important}.nl9473-hero{background:radial-gradient(circle at 49% 40%,rgba(35,189,232,.15),transparent 25%),linear-gradient(135deg,#eefaff,#f2fffa 52%,#ebf7ff)!important;border:1px solid #d9ebf1!important;border-radius:30px!important;box-shadow:0 16px 40px rgba(30,108,143,.06)!important}.nl9473-brand-orb{filter:drop-shadow(0 20px 42px rgba(23,155,196,.20))}.nl9473-brand-orb img{filter:drop-shadow(0 0 16px rgba(35,189,232,.26)) drop-shadow(0 0 28px rgba(57,212,173,.19))!important}.nl9473-orbit{border-color:rgba(35,189,232,.28)!important}.nl9473-feature-strip>a{background:#fff!important;border:1px solid #dcebf0!important;border-radius:20px!important;box-shadow:0 8px 22px rgba(30,100,135,.045)!important}.nl9473-feature-strip>a:hover{transform:translateY(-3px)!important;box-shadow:0 15px 30px rgba(22,125,166,.10)!important}.nl9473-info-strip>*{border-radius:18px!important;border:1px solid #dcebf0!important}.nl9473-device-showcase{background:#fff!important;border-radius:24px!important}.nl9473-whatsapp{box-shadow:0 12px 30px rgba(23,185,129,.20)!important}
/* Icons are bounded everywhere; no giant raw SVGs. */
:where(.nav-icon,.nl-icon){display:inline-grid!important;place-items:center!important;flex:0 0 auto!important}:where(.nav-icon svg,.nl-icon svg,.nl947-control svg,button svg,a svg){width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;stroke-width:1.8!important}.nl946-command-orb img{width:58px!important;height:58px!important;object-fit:contain!important}
/* Living logo: native glow + orbital energy, never a flat sticker. */
[data-nl-brand-live]{position:relative;isolation:isolate}[data-nl-brand-live] img{transition:transform .24s ease,filter .24s ease!important;will-change:transform,filter}[data-nl-brand-live]:before{content:"";position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle,rgba(57,212,173,.16),rgba(35,189,232,.10) 42%,transparent 70%);filter:blur(8px);z-index:-1;animation:nl95Pulse 4.2s ease-in-out infinite}[data-nl-brand-live]:hover img,[data-nl-brand-live] img.is-alive{filter:drop-shadow(0 0 12px rgba(35,189,232,.30)) drop-shadow(0 0 22px rgba(57,212,173,.22))!important}@keyframes nl95Pulse{0%,100%{transform:scale(.92);opacity:.5}50%{transform:scale(1.08);opacity:1}}
/* Mobile: reference top header + centered mark + contextual bottom dock. */
@media(max-width:720px){body{padding-bottom:96px!important}.nl948-topbar,.nl946-shell-topbar{min-height:76px!important;display:grid!important;grid-template-columns:52px 1fr 52px!important;align-items:center!important;padding:8px 14px!important}.nl948-menu-button{grid-column:3!important;justify-self:end!important}.nl948-top-brand{grid-column:2!important;justify-self:center!important}.nl948-top-brand span{display:none!important}.nl948-top-brand img{width:72px!important;height:58px!important}.nl948-top-actions{grid-column:1!important;grid-row:1!important;justify-self:start!important}.nl948-top-actions>*:not(.nl946-shell-search){display:none!important}.nl946-shell-search b{display:none!important}.nl946-shell-search{width:48px!important;height:48px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:15px!important}.nl948-shell-main,.nl946-shell-main{padding:16px 14px 24px!important}.nl948-pagehead h1,.nl946-pagehead h1{font-size:30px!important}.nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{position:fixed!important;left:14px!important;right:14px!important;bottom:12px!important;height:78px!important;border:1px solid #d7e8ed!important;border-radius:28px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;box-shadow:0 14px 38px rgba(25,96,130,.14)!important;z-index:300!important;padding:7px 8px!important}.nl946-mobile-dock>a,.nl946-public-bottom>a{min-width:0!important;font-size:10px!important;color:#557888!important}.nl946-command-orb{width:78px!important;height:78px!important;margin-top:-30px!important;border:8px solid #fff!important;border-radius:50%!important;background:linear-gradient(135deg,#4cddb2,#23bde8)!important;box-shadow:0 10px 28px rgba(35,189,232,.25)!important}.nl946-command-orb span{display:none!important}.nl946-command-orb img{width:54px!important;height:54px!important}.nl9473-public-head{min-height:76px!important;padding:7px 12px!important;display:grid!important;grid-template-columns:52px 1fr 52px!important}.nl9473-brand-full{grid-column:2!important;justify-self:center!important}.nl9473-brand-full img{width:110px!important;max-height:62px!important}.nl9473-public-head>nav,.nl946-public-auth{display:none!important}.nl9473-search{grid-column:1!important;grid-row:1!important}.nl9473-public-head:after{content:"☰";grid-column:3;grid-row:1;display:grid;place-items:center;width:48px;height:48px;border:1px solid #d8e8ed;border-radius:15px;color:#174c68;font-size:23px;justify-self:end}.nl9473-public-canvas{padding:14px!important}.nl9473-hero{grid-template-columns:1fr!important;padding:22px!important}.nl9473-brand-orb{order:-1;max-width:250px!important;margin:auto!important}.nl9473-surgeon{display:none!important}.nl9473-hero-copy{text-align:center!important}.nl9473-hero-benefits{justify-content:center!important}.nl9473-feature-strip{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:8px!important}.nl9473-feature-strip>a{flex:0 0 82%!important;scroll-snap-align:center!important}.nl9473-info-strip{grid-template-columns:1fr!important}.nl9473-device-showcase{grid-template-columns:1fr!important}.nl-final-status-grid{grid-template-columns:repeat(2,1fr)!important}.nl-final-actions{grid-template-columns:repeat(2,1fr)!important}.nl-final-upload{grid-template-columns:1fr!important}.nl-final-history-row{grid-template-columns:1fr auto!important}.nl936-auth-grid{grid-template-columns:1fr!important}.nl936-auth-visual{min-height:230px!important;padding:28px!important}.nl936-auth-visual img{max-width:170px!important}.nl936-auth-card{padding:26px!important}.nl932-flow-grid.two,.nl937-flow-grid.two,.nl932-flow-grid.four,.nl937-flow-grid.four{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}



/* R947.5.1 ROUTE + INTERFACE RUNTIME CLOSURE */
.nl951-intel-hero{display:flex!important;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#eefbff 0%,#effff9 58%,#edf7ff 100%)!important;overflow:hidden}.nl951-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e6faf4;color:#16856f;font-weight:900;font-size:12px;letter-spacing:.04em}.nl951-intel-hero h2{margin:9px 0 5px;font-size:clamp(30px,5vw,48px);color:#123f5b}.nl951-intel-hero p{margin:0;color:#6d8795}.nl951-intel-actions{display:flex;gap:9px;flex-wrap:wrap}.nl951-intel-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:8px;margin:14px 0;background:#f3fafc;border:1px solid #d8e9ef;border-radius:18px}.nl951-intel-tabs::-webkit-scrollbar{display:none}.nl951-intel-tabs a{display:flex;align-items:center;gap:7px;min-width:max-content;padding:10px 13px;border-radius:13px;text-decoration:none;color:#547383;font-weight:800}.nl951-intel-tabs a.active{background:#fff;color:#127ba0;box-shadow:0 5px 16px rgba(27,108,143,.08)}.nl951-intel-tabs .nav-icon{width:20px;height:20px}.nl951-intel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nl951-intel-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:17px;background:#fff;border:1px solid #d8e9ef;border-radius:20px;text-decoration:none;color:#123f5b;box-shadow:0 10px 26px rgba(31,104,140,.055)}.nl951-intel-card:hover,.nl951-intel-card.is-current{border-color:#9edbe8;background:linear-gradient(135deg,#f4fdff,#f4fff9)}.nl951-intel-card .nav-icon{width:30px;height:30px;color:#168fe6}.nl951-intel-card div{min-width:0}.nl951-intel-card b{display:block;font-size:17px}.nl951-intel-card small{display:block;color:#6d8795;margin-top:3px;white-space:normal}.nl951-intel-card>span{color:#1590ad;font-weight:800}.nl951-intel-note{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px;padding:13px 16px;border-radius:16px;background:#effaf6;color:#2f6f65;border:1px solid #d4eee5}.nl951-intel-note span{color:#66848a}.r21-intel-frame{display:none!important}
@media(max-width:720px){.nl951-intel-hero{display:block!important}.nl951-intel-actions{margin-top:14px}.nl951-intel-grid{grid-template-columns:1fr}.nl951-intel-card{grid-template-columns:auto minmax(0,1fr) auto}.nl951-intel-tabs{margin-inline:0}.nl946-shell-main,.nl948-shell-main{padding-bottom:112px!important}.nl946-mobile-dock,.nl948-mobile-dock{max-width:calc(100vw - 24px)!important;left:12px!important;right:12px!important}.nl946-command-orb img,.nlc13-command-orb img{max-width:64px!important;max-height:64px!important;object-fit:contain!important}}


/* ==========================================================================

/* ==========================================================================\n   R947.7 TOTAL PHYSICAL EXPERIENCE CONVERGENCE — SINGLE ACTIVE AUTHORITY\n   Historical class names above are compatibility selectors only. This block\n   is the only active identity/runtime presentation authority.\n   ========================================================================== */
:root{--nl-primary:#238fe4;--nl-primary-2:#34b8e9;--nl-cyan:#43c5ef;--nl-quartz:#f8fbff;--nl-violet-soft:#f5f1ff;--nl-amber-soft:#fff7eb;--nl-success:#16876a;--nl-success-soft:#eefaf6;--nl-line:#d9e9f1;--nl-ink:#123f5b;--nl-muted:#6c8594;--nl-gradient:linear-gradient(135deg,#238fe4 0%,#2da9e7 54%,#43c5ef 100%)}
html,body{overflow-x:hidden}body[data-nl-contract-driven="1"],body[data-nl-render-revision="R9478"]{background:linear-gradient(180deg,#fff 0%,#f8fcff 54%,#f5faff 100%)!important;color:var(--nl-ink)!important}
body[data-nl-contract-driven="1"] :is(.card,.panel,.surface,.nl932-surface,.nl936-surface,.nl937-surface,.nl9471-panel,.nl948-panel,.nl946-owner-panel,.nl-final-panel,.nl951-intel-card,.auth-box,.workspace,.module){background:rgba(255,255,255,.98)!important;border:1px solid var(--nl-line)!important;border-radius:22px!important;box-shadow:0 10px 30px rgba(35,104,145,.055)!important;color:var(--nl-ink)!important}
body[data-nl-contract-driven="1"] :is(.btn.primary,.nl946-btn.primary,button.primary,input[type=submit].primary,.nl-final-actions .primary,.btn.green){background:var(--nl-gradient)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 10px 25px rgba(35,143,228,.18)!important}
body[data-nl-contract-driven="1"] :is(.btn.primary,.nl946-btn.primary,button.primary):hover{background:linear-gradient(135deg,#167fda,#279fdf 55%,#38bae9)!important;transform:translateY(-1px)!important}
body[data-nl-contract-driven="1"] :is(input,select,textarea){border-color:#cedfe7!important;background:#fff!important;color:var(--nl-ink)!important}body[data-nl-contract-driven="1"] :is(input,select,textarea):focus{border-color:#67c8ec!important;box-shadow:0 0 0 4px rgba(35,143,228,.10)!important}
body[data-nl-contract-driven="1"] :is(input[type=checkbox],input[type=radio]):checked{border-color:var(--nl-primary)!important;background:var(--nl-gradient)!important}
body[data-nl-contract-driven="1"] :is(.nl948-drawer-tab.is-active,.nl948-drawer-links a.active,.nl949-contract-tabs .active,.booking-doctor-grid button.selected,.doctor-picker button.selected,.nl951-intel-tabs a.active){background:#edf7ff!important;border-color:#b9dcf1!important;color:#126fa7!important}
body[data-nl-contract-driven="1"] :is(.nl948-drawer-context,.tabs,.tab-nav,.pill-nav,.nlrcc-tabs,.nl947-tabs,.nl-finance-tabs,.nl951-intel-tabs){background:#f4f9fd!important;border-color:#dbeaf1!important}
body[data-nl-contract-driven="1"] :is(.nl9473-control-grid>a,.nl948-quick-grid>a,.nl946-owner-quick-links>a,.nl947-workspace-grid>a,.nl947-quick-grid>a,.nl951-intel-card){color:#18547b!important;border:1px solid #deebf2!important;background:linear-gradient(180deg,#f2f8ff,#fbfdff)!important}
body[data-nl-contract-driven="1"] :is(.nl9473-control-grid>a,.nl948-quick-grid>a,.nl946-owner-quick-links>a,.nl947-workspace-grid>a,.nl947-quick-grid>a,.nl951-intel-card):nth-child(4n+2){background:linear-gradient(180deg,#f5f2ff,#fcfbff)!important}body[data-nl-contract-driven="1"] :is(.nl9473-control-grid>a,.nl948-quick-grid>a,.nl946-owner-quick-links>a,.nl947-workspace-grid>a,.nl947-quick-grid>a,.nl951-intel-card):nth-child(4n+3){background:linear-gradient(180deg,#eef9ff,#fbfeff)!important}body[data-nl-contract-driven="1"] :is(.nl9473-control-grid>a,.nl948-quick-grid>a,.nl946-owner-quick-links>a,.nl947-workspace-grid>a,.nl947-quick-grid>a,.nl951-intel-card):nth-child(4n){background:linear-gradient(180deg,#fff7ed,#fffdf9)!important}
body[data-nl-contract-driven="1"] :is(.nl9473-control-grid i,.nl948-quick-grid i,.nl947-workspace-grid i,.nl946-owner-quick-links i,.nl951-intel-card .nav-icon){color:#238fe4!important}
body[data-nl-contract-driven="1"] :is(.badge.ok,.nl946-shell-online,.nl946-page-live,.nl948-role-state,.nl948-owner-live){color:var(--nl-success)!important}body[data-nl-contract-driven="1"] .badge.ok{background:var(--nl-success-soft)!important}
body[data-nl-contract-driven="1"] .nl9473-hero,body[data-nl-contract-driven="1"] .nl-final-update-hero,body[data-nl-contract-driven="1"] .nl951-intel-hero{background:radial-gradient(circle at 50% 42%,rgba(53,184,233,.14),transparent 25%),linear-gradient(135deg,#eef8ff,#fafcff 52%,#f5f1ff)!important;border-color:#d8e9f2!important}
body[data-nl-contract-driven="1"] .nl-final-release{background:#edf7ff!important;color:#1673a5!important;border-color:#cbe3f1!important}
body[data-nl-contract-driven="1"] [data-nl-brand-live]{position:relative;isolation:isolate}body[data-nl-contract-driven="1"] [data-nl-brand-live] img{background:transparent!important;object-fit:contain!important;filter:drop-shadow(0 7px 14px rgba(20,78,126,.14))!important;transform-origin:center;transition:transform .22s ease,filter .22s ease}body[data-nl-contract-driven="1"] [data-nl-brand-live]:hover img{transform:scale(1.045) rotate(.8deg);filter:drop-shadow(0 0 14px rgba(35,143,228,.28)) drop-shadow(0 0 22px rgba(67,197,239,.20))!important}
body[data-nl-contract-driven="1"] :is(.nav-icon,.nl-icon){width:26px!important;height:26px!important;display:inline-grid!important;place-items:center!important}body[data-nl-contract-driven="1"] :is(.nav-icon,.nl-icon) svg,body[data-nl-contract-driven="1"] :is(button,a) svg{max-width:22px!important;max-height:22px!important}
body[data-nl-contract-driven="1"] :is(table){background:#fff!important}body[data-nl-contract-driven="1"] :is(.nl948-table-scroll,.table-wrap){overflow:auto!important;max-width:100%!important}body[data-nl-contract-driven="1"] :is(pre,code){max-width:100%;overflow-wrap:anywhere}
body[data-nl-contract-driven="1"] .nl946-mobile-dock,body[data-nl-contract-driven="1"] .nl948-mobile-dock,body[data-nl-contract-driven="1"] .nl946-public-bottom{background:rgba(255,255,255,.97)!important;border-color:#d8e8ef!important;overflow:visible!important}
body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb){background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;padding:0!important}body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb):before,body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb):after{display:none!important;content:none!important}body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb) :is(span,small,.nlc13-orb-label){display:none!important}body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb) img{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;object-fit:contain!important;filter:drop-shadow(0 9px 14px rgba(20,93,145,.18))!important}
@media(max-width:720px){body[data-nl-contract-driven="1"]{padding-bottom:106px!important}body[data-nl-contract-driven="1"] :is(.nl946-shell-main,.nl948-shell-main){padding-bottom:124px!important}body[data-nl-contract-driven="1"] :is(.nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom){left:14px!important;right:14px!important;bottom:max(10px,env(safe-area-inset-bottom,0px))!important;height:74px!important;min-height:74px!important;padding:7px 9px!important;border-radius:27px!important}body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb){position:relative!important;align-self:end!important;justify-self:center!important;width:72px!important;height:72px!important;margin-top:-32px!important}body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb) img{width:66px!important;height:66px!important;max-width:66px!important;max-height:66px!important;transform:translateY(-1px)}body[data-nl-contract-driven="1"] .nl948-top-brand span,body[data-nl-contract-driven="1"] .nl946-shell-brand span{display:none!important}body[data-nl-contract-driven="1"] .nl951-intel-grid{grid-template-columns:1fr!important}body[data-nl-contract-driven="1"] .nl951-intel-tabs{gap:6px!important;padding:6px!important}body[data-nl-contract-driven="1"] .nl951-intel-tabs a{padding:9px 11px!important;font-size:13px!important}}
@media(max-width:430px){body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb){width:68px!important;height:68px!important;margin-top:-30px!important}body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb) img{width:62px!important;height:62px!important;max-width:62px!important;max-height:62px!important}}
@media(prefers-reduced-motion:reduce){body[data-nl-contract-driven="1"] *,body[data-nl-contract-driven="1"] [data-nl-brand-live] img{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
\n/* R947.8 ROLE/ROUTE/ACTION CLOSURE */\nbody[data-nl-contract-driven="1"] .nl948-quick-grid>a,body[data-nl-contract-driven="1"] .hub-card,body[data-nl-contract-driven="1"] .nl9473-feature-strip>a{cursor:pointer;position:relative;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}\nbody[data-nl-contract-driven="1"] .nl948-quick-grid>a:hover,body[data-nl-contract-driven="1"] .hub-card:hover,body[data-nl-contract-driven="1"] .nl9473-feature-strip>a:hover{transform:translateY(-2px);border-color:#b8ddf1!important;box-shadow:0 13px 28px rgba(35,143,228,.12)!important}\nbody[data-nl-contract-driven="1"] .nl-action-cta{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#197eb7;font-weight:800}\nbody[data-nl-contract-driven="1"] .nl-doctor-patient-link{font-weight:800;color:#176f9f;text-decoration:none}\nbody[data-nl-contract-driven="1"] .nl948-appointments td:last-child>a{display:inline-flex!important;min-height:38px;align-items:center;justify-content:center;padding:8px 14px;border-radius:12px;background:#edf7ff!important;border:1px solid #cfe6f3!important;color:#146d9f!important;font-weight:800;text-decoration:none!important}\n@media(max-width:780px){body[data-nl-contract-driven="1"] .nl948-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-nl-contract-driven="1"] .nl948-quick-grid>a{min-height:132px!important;padding:18px 12px!important}body[data-nl-contract-driven="1"] .nl948-appointments td:last-child>a{white-space:nowrap!important}}\n

/* R947.8.2 UNIFIED ACTION / CONTROL AUTHORITY — final cascade */
body[data-nl-contract-driven="1"]{
 --nl-action-primary:#238fe4;--nl-action-primary-2:#43c5ef;--nl-action-ink:#124e6d;
 --nl-action-line:#cfe4ed;--nl-action-soft:#f4fbfe;--nl-action-danger:#c84b61;
 --nl-action-danger-bg:#fff2f4;--nl-action-radius:15px;--nl-action-h:46px;
}
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn,button[type="submit"],input[type="submit"],input[type="button"]){
 appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
 min-height:var(--nl-action-h)!important;max-width:100%;padding:10px 17px!important;border:1px solid var(--nl-action-line)!important;
 border-radius:var(--nl-action-radius)!important;background:#fff!important;color:var(--nl-action-ink)!important;font-weight:850!important;
 line-height:1.25!important;text-align:center!important;text-decoration:none!important;white-space:normal;cursor:pointer!important;
 box-shadow:0 2px 8px rgba(20,83,112,.035)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn,button[type="submit"],input[type="submit"],input[type="button"]):hover{
 transform:translateY(-1px);border-color:#a9d8e9!important;box-shadow:0 9px 22px rgba(24,126,174,.10)!important;
}
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn,button[type="submit"],input[type="submit"],input[type="button"]):focus-visible{
 outline:3px solid rgba(35,143,228,.20)!important;outline-offset:2px!important;
}
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn,button[type="submit"],input[type="submit"],input[type="button"])[disabled],
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn)[aria-disabled="true"]{opacity:.48!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}

body[data-nl-contract-driven="1"] :is(.nl-action-control[data-nl-action-kind="primary"],.btn.primary,.nl946-btn.primary,button.primary,input.primary[type="submit"]){
 background:linear-gradient(135deg,var(--nl-action-primary),var(--nl-action-primary-2))!important;color:#fff!important;border-color:transparent!important;
 box-shadow:0 10px 24px rgba(35,143,228,.17)!important;
}
body[data-nl-contract-driven="1"] .nl-action-control[data-nl-action-kind="secondary"]{background:#fff!important;color:#176b98!important;border-color:#c9e2ee!important}
body[data-nl-contract-driven="1"] .nl-action-control[data-nl-action-kind="soft"]{background:var(--nl-action-soft)!important;color:#176b98!important;border-color:#dbeef5!important}
body[data-nl-contract-driven="1"] .nl-action-control[data-nl-action-kind="danger"]{background:var(--nl-action-danger-bg)!important;color:var(--nl-action-danger)!important;border-color:#f2c8d0!important;box-shadow:none!important}
body[data-nl-contract-driven="1"] .nl-action-control[data-nl-action-kind="icon"]{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border-radius:14px!important}
body[data-nl-contract-driven="1"] .nl-action-control[data-nl-action-size="compact"]{min-height:38px!important;padding:7px 11px!important;border-radius:12px!important;font-size:12px!important}
body[data-nl-contract-driven="1"] .nl-action-control>.nl-action-glyph{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 20px;color:currentColor}
body[data-nl-contract-driven="1"] .nl-action-control>.nl-action-glyph svg{width:20px!important;height:20px!important;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* Navigation, menus and tabs are navigation controls — never CTA blocks. */
body[data-nl-contract-driven="1"] :is(.nl948-drawer-links,.nl948-drawer-tabs,.tabs,.tab-nav,.pill-nav,.nl947-tabs,.nl-finance-tabs,.nl951-intel-tabs) .nl-action-control{
 min-height:42px!important;padding:8px 12px!important;background:transparent!important;box-shadow:none!important;border-color:transparent!important;color:#557789!important;
}
body[data-nl-contract-driven="1"] :is(.nl948-drawer-links,.nl948-drawer-tabs,.tabs,.tab-nav,.pill-nav,.nl947-tabs,.nl-finance-tabs,.nl951-intel-tabs) .nl-action-control:is(.active,.is-active,[aria-current="page"]){
 background:#edf7ff!important;color:#126fa7!important;border-color:#cfe5f2!important;
}

/* Contextual actions */
body[data-nl-contract-driven="1"] :is(.actions,.head-actions,.toolbar,.page-actions,.nl-final-actions,.nl946-actions,.form-actions,.quick-tools,.quick-actions){display:flex;flex-wrap:wrap;align-items:center;gap:9px}
body[data-nl-contract-driven="1"] :is(table,.nl946-table,.nl9476-table) :is(td,th) .nl-action-control{min-height:36px!important;padding:6px 10px!important;border-radius:11px!important;font-size:12px!important}
body[data-nl-contract-driven="1"] :is(.patient-row,.patient-result,.appointment-row,.nl948-appointments) .actions .nl-action-control{min-height:38px!important;padding:7px 11px!important}

/* Quick actions keep workspace semantics, but have consistent icon + affordance. */
body[data-nl-contract-driven="1"] :is(.nl948-quick-grid>a,.nl9471-action-grid>a,.nl9473-feature-strip>a,.hub-card[href]){position:relative!important;min-height:104px;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;padding:17px!important;border:1px solid #dcebf2!important;border-radius:18px!important;background:#fff!important;color:#174f6b!important;box-shadow:none!important}
body[data-nl-contract-driven="1"] :is(.nl948-quick-grid>a,.nl9471-action-grid>a,.nl9473-feature-strip>a,.hub-card[href]):hover{border-color:#b8ddee!important;box-shadow:0 11px 25px rgba(35,143,228,.09)!important;transform:translateY(-1px)}
body[data-nl-contract-driven="1"] :is(.nl948-quick-grid>a,.nl9471-action-grid>a,.nl9473-feature-strip>a,.hub-card[href]) :is(.nav-icon,.nl-icon,.nl948-quick-icon){color:#248fd0!important}

/* Prevent success green from becoming a generic action color. */
body[data-nl-contract-driven="1"] :is(button,a,.btn,.nl946-btn,.nl-action-control).green:not(.badge):not(.status):not(.ok){background:linear-gradient(135deg,var(--nl-action-primary),var(--nl-action-primary-2))!important;color:#fff!important;border-color:transparent!important}

@media(max-width:780px){
 body[data-nl-contract-driven="1"]{--nl-action-h:46px}
 body[data-nl-contract-driven="1"] :is(.form-actions,.page-actions,.nl-final-actions){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
 body[data-nl-contract-driven="1"] :is(.form-actions,.page-actions,.nl-final-actions)>.nl-action-control{width:100%!important}
 body[data-nl-contract-driven="1"] .nl-action-control[data-nl-action-wide="1"]{grid-column:1/-1;width:100%!important}
 body[data-nl-contract-driven="1"] :is(.nl948-quick-grid>a,.nl9471-action-grid>a,.nl9473-feature-strip>a,.hub-card[href]){min-height:112px;padding:15px 12px!important}
}
@media(max-width:430px){
 body[data-nl-contract-driven="1"] :is(.form-actions,.page-actions,.nl-final-actions){grid-template-columns:1fr}
}

/* R947.8.2 UI TRUTH / ACTION RENDER CLOSURE */
body[data-nl-contract-driven="1"] .nl946-command-orb{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important}
body[data-nl-contract-driven="1"] .nl946-command-orb img{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:drop-shadow(0 7px 12px rgba(20,93,145,.16))!important}
body[data-nl-contract-driven="1"] .nl-final-upload .nl946-btn.primary,body[data-nl-contract-driven="1"] #nl-dev-export-start-secondary{display:inline-flex!important;visibility:visible!important;opacity:1!important;background:linear-gradient(135deg,#238fe4,#43c5ef)!important;color:#fff!important;border-color:transparent!important;font-size:15px!important;font-weight:900!important}
body[data-nl-contract-driven="1"] .nl-final-panel header>.nl-action-control,body[data-nl-contract-driven="1"] .nl9473-quick-tools>a{visibility:visible!important;opacity:1!important;color:#176b98!important;background:#fff!important;border:1px solid #d4e8f1!important;min-height:44px!important}
body[data-nl-contract-driven="1"] .nl9473-quick-tools>a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding:10px 12px!important;border-radius:13px!important}
@media(max-width:720px){body[data-nl-contract-driven="1"] .nl-final-panel{padding:16px 12px!important}body[data-nl-contract-driven="1"] .nl-final-upload .nl946-btn.primary{width:100%!important;min-height:54px!important}body[data-nl-contract-driven="1"] .nl-final-history-row{padding:13px 4px!important}body[data-nl-contract-driven="1"] .nl946-command-orb{width:70px!important;height:70px!important;margin-top:-29px!important}body[data-nl-contract-driven="1"] .nl946-command-orb img{width:64px!important;height:64px!important}}

/* R947.8.7 SAFE SERVER-RENDERED UI ISOLATION — canonical R945 stylesheet only */
/* NeuroLife R947.8.7: server-rendered UI visibility authority. No auth/presentation decisions here. */
html,body{visibility:visible!important;opacity:1!important}
.nl946-shell,.nl948-shell,[data-nl-shell]{visibility:visible!important;opacity:1!important;min-height:100vh}
.nl946-shell-main,.nl948-shell-main,[data-nl-canonical-body]{visibility:visible!important;opacity:1!important;transform:none!important}
/* Never allow an old boot layer to cover the server-rendered workspace. */
[data-nl-loading-overlay],[data-nl-boot-overlay],.nl-loading-overlay,.nl-boot-overlay,.nl-app-loader,.app-loader{display:none!important;pointer-events:none!important}
/* Center dock brand is transparent; no white square/card behind the mark. */
.nl946-command-orb,.nl948-mobile-dock .nl946-command-orb,.nl949-contract-dock .nl946-command-orb{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.nl946-command-orb img{background:transparent!important;border:0!important;box-shadow:none!important;filter:drop-shadow(0 8px 14px rgba(20,99,132,.14))}
@media(max-width:720px){.nl946-shell-main,.nl948-shell-main{width:100%!important;max-width:none!important;padding-inline:14px!important;padding-bottom:124px!important}.nl946-mobile-dock,.nl948-mobile-dock{max-width:calc(100vw - 24px)!important}}



/* R947.8.13 PRESENTATION TRUTH CSS CONSOLIDATION CLOSURE — canonical mobile/update-center composition; preserves proven computed behavior */
html{width:100%;max-width:100%;overflow-x:hidden!important;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{width:100%;max-width:100%;overflow-x:hidden!important}
body[data-nl-contract-driven="1"] :is(.nl946-shell,.nl948-shell,.nl946-shell-main,.nl948-shell-main,.nl-final-update,.nl-final-update-hero,.nl-final-panel,.nl-final-status-grid,.nl-final-status,.nl-final-actions,.nl-final-release-flow,.nl-final-release-step,.nl-final-history,.nl-final-history-row,.nl947-tech-note,.alert,details,summary){min-width:0!important;max-width:100%!important}
body[data-nl-contract-driven="1"] :is(.nl947-tech-note,.alert,.nl-final-panel,.nl-final-release-step,.nl-final-history-row,details,summary){overflow-wrap:anywhere!important;word-break:break-word!important}
body[data-nl-contract-driven="1"] :is(pre,code,.mono){max-width:100%!important;overflow-x:auto!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}
body[data-nl-contract-driven="1"] table{max-width:100%!important}
body[data-nl-contract-driven="1"] :is(input,select,textarea,button,.nl946-btn,.nl-action-control){max-width:100%!important}
@media(max-width:780px){
 body[data-nl-contract-driven="1"] :is(.nl946-shell-main,.nl948-shell-main){width:100%!important;max-width:100%!important;margin-inline:0!important;padding-inline:12px!important}
 body[data-nl-contract-driven="1"] .nl-final-update{width:100%!important;max-width:100%!important;overflow:hidden!important}
 body[data-nl-contract-driven="1"] .nl-final-update-hero{padding:18px 14px!important}
 body[data-nl-contract-driven="1"] .nl-final-update-hero h1{font-size:clamp(28px,9vw,38px)!important}
 body[data-nl-contract-driven="1"] .nl-final-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
 body[data-nl-contract-driven="1"] .nl-final-status{padding:13px 10px!important}
 body[data-nl-contract-driven="1"] .nl-final-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body[data-nl-contract-driven="1"] :is(.nl947-tech-note,.alert){font-size:12px!important;line-height:1.6!important;padding:12px!important}
 body[data-nl-contract-driven="1"] .nl-final-release-flow{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body[data-nl-contract-driven="1"] .nl-final-upload{grid-template-columns:1fr!important}
 body[data-nl-contract-driven="1"] .nl-final-upload input[type="file"]{width:100%!important;min-width:0!important}
}
@media(max-width:430px){body[data-nl-contract-driven="1"] .nl-final-status-grid{grid-template-columns:1fr 1fr!important}body[data-nl-contract-driven="1"] .nl-final-history-row{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}}

/* consolidated continuation: bounded Update Center diagnostics + safe mobile composition */
body[data-nl-contract-driven="1"] .nl-final-update{container-type:inline-size}
body[data-nl-contract-driven="1"] .nl-update-message,
body[data-nl-contract-driven="1"] .nl-update-diagnostic{width:100%;min-width:0;max-width:100%;margin:0;box-sizing:border-box}
body[data-nl-contract-driven="1"] .nl-update-diagnostic{padding:0!important;overflow:hidden!important}
body[data-nl-contract-driven="1"] .nl-update-diagnostic>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 16px;font-size:14px;line-height:1.5;min-width:0}
body[data-nl-contract-driven="1"] .nl-update-diagnostic>summary::-webkit-details-marker{display:none}
body[data-nl-contract-driven="1"] .nl-update-diagnostic>summary strong{min-width:0;overflow-wrap:anywhere;word-break:break-word}
body[data-nl-contract-driven="1"] .nl-update-diagnostic>summary span{white-space:nowrap;font-size:11px;font-weight:850;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.65)}
body[data-nl-contract-driven="1"] .nl-update-diagnostic-list{display:grid;gap:0;border-top:1px solid rgba(12,83,111,.10);max-height:min(46vh,420px);overflow:auto;overscroll-behavior:contain}
body[data-nl-contract-driven="1"] .nl-update-diagnostic-item{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:start;padding:10px 14px;border-bottom:1px solid rgba(12,83,111,.08);font-size:12px;line-height:1.55;min-width:0}
body[data-nl-contract-driven="1"] .nl-update-diagnostic-item small{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(35,143,228,.09);font-size:10px;font-weight:900}
body[data-nl-contract-driven="1"] .nl-update-diagnostic-item span{min-width:0;overflow-wrap:anywhere;word-break:break-word}
body[data-nl-contract-driven="1"] .nl-final-panel header{min-width:0;gap:10px;flex-wrap:wrap}
body[data-nl-contract-driven="1"] .nl-final-panel header h2{min-width:0;margin:0}
body[data-nl-contract-driven="1"] .nl-final-upload input[type="file"]{min-width:0;max-width:100%;font-size:13px;overflow:hidden}
body[data-nl-contract-driven="1"] .nl-final-upload input[type="file"]::file-selector-button{min-height:42px;margin-inline-end:10px;padding:8px 12px;border:1px solid #d4e8f1;border-radius:12px;background:#f7fbfd;color:#174f6b;font-weight:800}
body[data-nl-contract-driven="1"] .nl-final-history-row>*{min-width:0;overflow-wrap:anywhere}
body[data-nl-contract-driven="1"] .nl-final-advanced{overflow:hidden}
body[data-nl-contract-driven="1"] .nl-final-advanced>summary{font-size:14px;font-weight:850}

@media(max-width:720px){
 body[data-nl-contract-driven="1"] .nl-final-update{gap:10px!important}
 body[data-nl-contract-driven="1"] .nl-final-update-hero{min-height:0!important;padding:18px 14px!important;border-radius:20px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}
 body[data-nl-contract-driven="1"] .nl-final-update-hero h1{font-size:clamp(27px,8vw,36px)!important;line-height:1.05!important;margin:4px 0 6px!important}
 body[data-nl-contract-driven="1"] .nl-final-update-hero p{font-size:13px!important;line-height:1.5!important}
 body[data-nl-contract-driven="1"] .nl-final-release{max-width:120px!important;font-size:10px!important;padding:8px 10px!important;justify-self:end}
 body[data-nl-contract-driven="1"] .nl-final-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 body[data-nl-contract-driven="1"] .nl-final-status{min-height:82px!important;padding:12px 10px!important;border-radius:16px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}
 body[data-nl-contract-driven="1"] .nl-final-status small{font-size:10px!important}
 body[data-nl-contract-driven="1"] .nl-final-status b{font-size:14px!important;line-height:1.35!important}
 body[data-nl-contract-driven="1"] .nl-final-status em{font-size:11px!important;white-space:normal!important;text-align:end}
 body[data-nl-contract-driven="1"] .nl-final-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 body[data-nl-contract-driven="1"] .nl-final-actions a{min-height:50px!important;padding:8px!important;border-radius:14px!important;font-size:13px!important}
 body[data-nl-contract-driven="1"] .nl-final-panel{padding:14px 10px!important;border-radius:18px!important}
 body[data-nl-contract-driven="1"] .nl-final-panel header h2{font-size:24px!important}
 body[data-nl-contract-driven="1"] .nl-final-upload{gap:8px!important}
 body[data-nl-contract-driven="1"] .nl-final-upload input[type="file"]{min-height:52px!important;padding:5px 7px!important}
 body[data-nl-contract-driven="1"] .nl-final-history-row{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding:11px 2px!important}
 body[data-nl-contract-driven="1"] .nl-final-history-row>small:nth-of-type(2){display:none!important}
 body[data-nl-contract-driven="1"] .nl-update-diagnostic>summary{padding:12px;font-size:12px}
 body[data-nl-contract-driven="1"] .nl-update-diagnostic-list{max-height:38vh}
 body[data-nl-contract-driven="1"] .nl-update-diagnostic-item{grid-template-columns:24px minmax(0,1fr);padding:9px 10px;font-size:11px}
 body[data-nl-contract-driven="1"] .nl946-mobile-dock,
 body[data-nl-contract-driven="1"] .nl948-mobile-dock,
 body[data-nl-contract-driven="1"] .nl946-public-bottom{left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;bottom:max(8px,env(safe-area-inset-bottom))!important;max-width:calc(100vw - 20px)!important}
 body[data-nl-contract-driven="1"] .nl946-shell-main,
 body[data-nl-contract-driven="1"] .nl948-shell-main{padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}
}
@media(max-width:390px){
 body[data-nl-contract-driven="1"] .nl-final-status-grid{grid-template-columns:1fr!important}
 body[data-nl-contract-driven="1"] .nl-final-update-hero{grid-template-columns:1fr!important}
 body[data-nl-contract-driven="1"] .nl-final-release{justify-self:start!important;max-width:100%!important}
}


/* R947.8.13 HOME ROUTE PRESENTATION RECOVERY CLOSURE */
.nl9473-public-canvas,.nl9473-hero,.nl9473-feature-strip,.nl9473-info-strip,.nl9473-public-section,.nl9473-presence{max-width:100%;min-width:0;box-sizing:border-box}
.nl9473-public-canvas img{max-width:100%;height:auto}
@media(max-width:720px){
  .nl9473-public-canvas{width:100%;overflow-x:hidden}
  .nl9473-feature-strip,.nl9473-info-strip{grid-template-columns:1fr!important}
  .nl9473-feature-strip>a,.nl9473-info-strip>*{min-width:0!important;max-width:100%!important}
}


/* R947.8.16 FINAL_UI_ACTION_VISIBILITY_CLOSURE
   Restore only rendered action controls hidden by presentation CSS. Explicit inline/HTML hidden state remains authoritative. */
.nl-action-visibility-recovered{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
.nl946-actions>a:not([hidden]),.nl946-actions>button:not([hidden]),
.nl937-actions>a:not([hidden]),.nl937-actions>button:not([hidden]),
.nl-final-advanced-body>a:not([hidden]),.nl-final-actions>a:not([hidden]),.nl-final-actions>button:not([hidden]),
.nl9473-quick-tools>a:not([hidden]),.nl936-toolbar>a:not([hidden]){max-width:100%;min-width:0}
@media(max-width:720px){
  .nl946-public-auth{display:flex!important;gap:8px!important;flex-wrap:wrap!important}
  .nl948-top-actions{display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;max-width:100%!important}
  .nl948-top-actions>a:not([hidden]),.nl948-top-actions>button:not([hidden]){display:inline-flex!important;flex:0 0 auto!important}
  .nl946-actions,.nl937-actions,.nl-final-actions,.nl936-toolbar{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:100%!important;min-width:0!important}
  .nl946-actions>a,.nl946-actions>button,.nl937-actions>a,.nl937-actions>button,.nl-final-actions>a,.nl-final-actions>button{max-width:100%!important;min-width:0!important;white-space:normal!important}
}


/* R947817 QA EVIDENCE CONSOLE ISOLATION */
body[data-nl-page="qa-evidence-console"],body[data-nl-page="qa-evidence-runner"]{overflow-x:hidden}
body[data-nl-page="qa-evidence-console"] .nl946-mobile-dock,body[data-nl-page="qa-evidence-runner"] .nl946-mobile-dock{display:none!important}
body[data-nl-page="qa-evidence-console"] .nl946-shell-main,body[data-nl-page="qa-evidence-runner"] .nl946-shell-main{padding-bottom:max(24px,env(safe-area-inset-bottom))!important}
.nl947817-qa-console{max-width:1080px;margin-inline:auto}
.nl947817-qa-head{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
.nl947817-qa-head h2{margin:.2rem 0 .5rem}.nl947817-qa-head p{max-width:760px;margin:0}
.nl947817-evidence-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.nl947817-evidence-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid rgba(36,128,164,.16);border-radius:18px;background:rgba(255,255,255,.72)}
.nl947817-evidence-row b{overflow-wrap:anywhere}.nl947817-evidence-row span{font-size:.84rem;font-weight:800;white-space:nowrap}
.nl947817-evidence-row .is-pass{color:#138a6b}.nl947817-evidence-row .is-pending{color:#a56e1b}
.nl947817-qa-details pre{max-height:360px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.78rem;direction:ltr;text-align:left}
@media(max-width:640px){.nl947817-evidence-list{grid-template-columns:1fr}.nl947817-evidence-row{padding:12px 14px}.nl947817-qa-head .inline{display:grid;grid-template-columns:1fr;width:100%}.nl947817-qa-head .btn{width:100%;justify-content:center}}

/* R947.8.18 ACTION CONTRAST / LEGIBILITY CLOSURE
   Canonical contrast safety for server-rendered controls. This layer never creates,
   reveals, enables, or authorizes an action; it only guarantees readable foregrounds. */
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn,button,input[type="submit"],input[type="button"],input[type="reset"],a[role="button"]):not([hidden]){
  text-shadow:none!important;
}
body[data-nl-contract-driven="1"] .nl-action-contrast-recovered{
  color:#124e6d!important;
  -webkit-text-fill-color:#124e6d!important;
  background-color:#fff!important;
  border-color:#b9d9e7!important;
  box-shadow:0 4px 14px rgba(20,83,112,.08)!important;
  opacity:1!important;
}
body[data-nl-contract-driven="1"] .nl-action-contrast-recovered :is(span,b,strong,small,i,svg){
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
}
body[data-nl-contract-driven="1"] :is(.nl-action-control,.btn,.button,.nl946-btn,button,input[type="submit"],input[type="button"],input[type="reset"],a[role="button"]):focus-visible{
  outline:3px solid rgba(35,143,228,.22)!important;
  outline-offset:2px!important;
}


/* R947.8.19 HOME AUTH + DOCTOR PRESENTATION CLOSURE
   Presentation only: fixes button legibility, removes close-glyph dependency from the
   public identity gate, and renders doctor names/schedules as a compact responsive list. */
body[data-nl-page="public-home"] .nl947819-login-action,
body[data-nl-page="public-home"] .nl936-identity-gate [data-nl-gate-login],
body[data-nl-page="public-home"] .nl946-public-auth .nl946-btn.primary{
  display:inline-flex!important;visibility:visible!important;opacity:1!important;
  background:linear-gradient(135deg,#238fe4,#43c5ef)!important;
  color:#073c55!important;-webkit-text-fill-color:#073c55!important;
  border:1px solid transparent!important;box-shadow:0 10px 24px rgba(35,143,228,.16)!important;
  font-weight:900!important;text-decoration:none!important;
}
body[data-nl-page="public-home"] .nl947819-register-action,
body[data-nl-page="public-home"] .nl936-identity-gate [data-nl-gate-register]{
  display:inline-flex!important;visibility:visible!important;opacity:1!important;
  background:#fff!important;color:#124e6d!important;-webkit-text-fill-color:#124e6d!important;
  border:1px solid #bddce8!important;font-weight:900!important;text-decoration:none!important;
}
body[data-nl-page="public-home"] .nl947819-identity-gate>div{position:relative!important}
body[data-nl-page="public-home"] .nl947819-identity-gate [data-nl-gate-close]{display:none!important}

body[data-nl-page="public-home"] .nl947819-doctor-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;max-width:980px!important;margin-inline:auto!important}
body[data-nl-page="public-home"] .nl947819-doctor-row{
  display:grid!important;grid-template-columns:86px minmax(0,1fr) auto!important;align-items:center!important;
  gap:14px!important;min-height:112px!important;padding:12px 14px!important;background:#fff!important;
  border:1px solid #dcebf1!important;border-radius:20px!important;text-align:start!important;color:#123f5b!important;
  text-decoration:none!important;box-shadow:0 8px 24px rgba(28,92,124,.045)!important;
}
body[data-nl-page="public-home"] .nl947819-doctor-row:hover{border-color:#a9d9e8!important;background:linear-gradient(135deg,#fbfeff,#f5fffb)!important;transform:translateY(-1px)}
body[data-nl-page="public-home"] .nl947819-doctor-media{width:86px;height:86px;display:grid;place-items:center;border-radius:18px;background:#effaf8;overflow:hidden}
body[data-nl-page="public-home"] .nl947819-doctor-media>img{width:86px!important;height:86px!important;object-fit:cover!important;border-radius:18px!important}
body[data-nl-page="public-home"] .nl947819-doctor-media .nl946-doctor-mark{width:76px!important;height:76px!important;display:grid!important;place-items:center!important}
body[data-nl-page="public-home"] .nl947819-doctor-media .nl946-doctor-mark img{width:72px!important;height:72px!important;object-fit:contain!important}
body[data-nl-page="public-home"] .nl947819-doctor-body{min-width:0;display:grid;gap:5px}
body[data-nl-page="public-home"] .nl947819-doctor-name{font-size:20px!important;line-height:1.35!important;color:#123f5b!important}
body[data-nl-page="public-home"] .nl947819-doctor-qualification{font-size:13px!important;line-height:1.65!important;color:#607d8c!important;white-space:normal!important;overflow-wrap:anywhere!important}
body[data-nl-page="public-home"] .nl947819-doctor-schedule{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}
body[data-nl-page="public-home"] .nl947819-doctor-schedule em{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#eff8fc;color:#315f75;font-style:normal;font-size:11px;line-height:1.2}
body[data-nl-page="public-home"] .nl947819-doctor-schedule em strong{color:#176f9f;font-size:11px}
body[data-nl-page="public-home"] .nl947819-doctor-schedule.is-empty{font-size:11px;color:#78909c}
body[data-nl-page="public-home"] .nl947819-doctor-cta{align-self:center;white-space:nowrap;padding:8px 11px;border-radius:12px;background:#edf8ff;color:#176f9f;font-size:12px;font-weight:900}

@media(max-width:720px){
 body[data-nl-page="public-home"] .nl947819-doctor-row{grid-template-columns:74px minmax(0,1fr)!important;gap:11px!important;min-height:0!important;padding:12px!important}
 body[data-nl-page="public-home"] .nl947819-doctor-media{width:74px;height:74px}
 body[data-nl-page="public-home"] .nl947819-doctor-media>img{width:74px!important;height:74px!important}
 body[data-nl-page="public-home"] .nl947819-doctor-media .nl946-doctor-mark{width:68px!important;height:68px!important}
 body[data-nl-page="public-home"] .nl947819-doctor-media .nl946-doctor-mark img{width:64px!important;height:64px!important}
 body[data-nl-page="public-home"] .nl947819-doctor-name{font-size:18px!important}
 body[data-nl-page="public-home"] .nl947819-doctor-qualification{font-size:12px!important}
 body[data-nl-page="public-home"] .nl947819-doctor-cta{grid-column:1/-1!important;width:100%;text-align:center;margin-top:2px}
 body[data-nl-page="public-home"] .nl947819-doctor-schedule{gap:4px}
 body[data-nl-page="public-home"] .nl947819-doctor-schedule em{font-size:10px;padding:4px 7px}
 body[data-nl-page="public-home"] .nl936-identity-gate>div{width:min(92vw,440px)!important;padding:24px 18px!important}
 body[data-nl-page="public-home"] .nl936-identity-gate .nl946-btn{min-width:0!important;flex:1 1 145px!important}
}


/* R947860 SMART CLINIC FLOW — secretary + doctor + patient journey reconstruction */
body.smart-clinic-flow-r947860{background:linear-gradient(180deg,#f8fcfd 0,#fff 42%)!important}.nl-smart-clinic{display:grid;gap:18px;max-width:1540px;margin:auto}.nl-scf-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;border:1px solid #dceef1;border-radius:28px;background:radial-gradient(circle at 85% 10%,rgba(83,214,191,.18),transparent 28%),linear-gradient(135deg,#fff,#f3fbfc);box-shadow:0 18px 50px rgba(20,73,91,.07)}.nl-scf-hero h1{margin:6px 0 8px;font-size:clamp(28px,4vw,46px);color:#153f56}.nl-scf-hero p{margin:0;color:#66818e;font-size:15px}.nl-scf-live{min-width:220px;padding:16px 18px;border-radius:20px;background:#fff;border:1px solid #dcecef;display:grid;grid-template-columns:auto 1fr;gap:2px 9px;align-items:center}.nl-scf-live i{width:11px;height:11px;border-radius:50%;background:#60d4bb;box-shadow:0 0 0 7px rgba(96,212,187,.14);grid-row:1/3}.nl-scf-live b{color:#214e64}.nl-scf-live small{color:#78909c}.nl-scf-pulse{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:0 4px}.nl-scf-pulse article{padding:15px 17px;border-inline-start:3px solid #84d8ce;background:linear-gradient(90deg,#f3fbfb,rgba(255,255,255,.25));border-radius:4px 17px 17px 4px}.nl-scf-pulse b{display:block;font-size:25px;color:#173f55}.nl-scf-pulse span{font-size:12px;color:#6c8792}.nl-scf-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px}.nl-scf-work,.nl-scf-flow,.nl-scf-current,.nl-scf-doctor-sequence{background:#fff;border:1px solid #e0edf0;border-radius:24px;padding:20px;box-shadow:0 10px 32px rgba(31,76,91,.055)}.nl-scf-work>header,.nl-scf-flow>header,.nl-scf-doctor-sequence>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.nl-scf-work>header>div{display:flex;align-items:center;gap:10px}.nl-scf-work>header span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#e9f8f5;color:#1e8f80;font-weight:900}.nl-scf-work h2,.nl-scf-flow h2,.nl-scf-doctor-sequence h2{margin:0;color:#20495e}.nl-scf-work header small,.nl-scf-flow header p,.nl-scf-doctor-sequence header p{color:#80939c;margin:2px 0 0;font-size:12px}.nl-scf-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.nl-scf-form label{display:grid;gap:6px;font-size:12px;color:#55727f}.nl-scf-form input,.nl-scf-form select,.nl-scf-collect input,.nl-scf-collect select{width:100%;min-height:44px;border:1px solid #d7e8eb;border-radius:13px;background:#fbfefe;padding:8px 11px}.nl-scf-form button{align-self:end}.nl-scf-collect{display:grid;gap:9px}.nl-scf-collect strong{font-size:20px;color:#17445b}.nl-scf-collect b{font-size:30px;color:#1c8d7e}.nl-scf-collect form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.nl-scf-ok{padding:10px 12px;border-radius:12px;background:#ecfaf5;color:#178267;font-weight:800}.nl-scf-flow>header .nl-scf-actions,.nl-scf-actions{display:flex;gap:8px;flex-wrap:wrap}.nl-scf-actions a,.nl-scf-toolrail a{padding:9px 12px;border-radius:12px;background:#f1f8fa;color:#315f72;font-weight:800;font-size:12px}.nl-scf-lanes{display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));gap:10px;overflow-x:auto;padding-bottom:4px}.nl-scf-lane{min-height:260px;padding:10px;border-radius:18px;background:#f8fbfc}.nl-scf-lane>header{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 10px}.nl-scf-lane>header b{color:#315a6c}.nl-scf-lane>header span{min-width:27px;height:27px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#456c7c;font-weight:900}.nl-scf-lane article{padding:11px;margin-bottom:8px;border:1px solid #e1ecee;border-radius:15px;background:#fff;display:grid;gap:9px}.nl-scf-lane article strong{display:block;color:#193f52}.nl-scf-lane article small,.nl-scf-lane article em{display:block;color:#7c919a;font-size:11px;font-style:normal;margin-top:3px}.nl-scf-row-actions{display:flex;gap:6px;align-items:center}.nl-scf-row-actions a,.nl-scf-row-actions button{border:0;border-radius:10px;padding:7px 9px;background:#edf7f9;color:#2d6476;font-size:11px;font-weight:800;cursor:pointer}.nl-scf-row-actions form{margin:0}.nl-scf-lane.s-waiting{background:#fffaf1}.nl-scf-lane.s-in_visit{background:#f5f4ff}.nl-scf-lane.s-done{background:#f1fbf7}.nl-scf-empty{padding:28px 10px;text-align:center;color:#93a5ad}.nl-scf-current{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#f6fbff,#f4fcfa)}.nl-scf-current-id{display:flex;align-items:center;gap:15px}.nl-scf-current-id>span{width:58px;height:58px;border-radius:20px;background:#1d9e8c;color:white;display:grid;place-items:center;font-weight:900;letter-spacing:1px;box-shadow:0 10px 24px rgba(29,158,140,.18)}.nl-scf-current-id h2{margin:0 0 4px;color:#173f55}.nl-scf-current-id p{margin:0;color:#78909c}.nl-scf-current-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nl-scf-current-actions>a{padding:10px 12px;border-radius:12px;background:white;border:1px solid #dbeaec;color:#2e6477;font-weight:800}.nl-scf-doctor-list{display:grid;gap:7px}.nl-scf-doctor-list article{display:grid;grid-template-columns:48px minmax(220px,1fr) 80px 110px 60px;align-items:center;gap:10px;padding:11px 12px;border-radius:16px;border:1px solid #e4eef0;background:#fff}.nl-scf-doctor-list article.is-focus{border-color:#81d5c9;background:linear-gradient(90deg,#f0fbf8,#fff);box-shadow:0 8px 22px rgba(44,142,129,.08)}.nl-scf-doctor-list .seq{font-weight:900;color:#79a0ad}.nl-scf-doctor-list .patient b{display:block;color:#183f53}.nl-scf-doctor-list .patient small,.nl-scf-doctor-list .wait small{color:#81969e;font-size:11px}.nl-scf-doctor-list .wait b{color:#315e70}.nl-scf-doctor-list .state{padding:7px 9px;border-radius:999px;text-align:center;background:#eef6f8;color:#456b7b;font-size:11px;font-weight:900}.nl-scf-doctor-list .state.s-in_visit{background:#eeeaff;color:#6656a5}.nl-scf-doctor-list .state.s-waiting{background:#fff3d9;color:#9c6a12}.nl-scf-doctor-list .state.s-completed{background:#e9f9f2;color:#187e62}.nl-scf-doctor-list article>a{font-weight:900;color:#248aa0}.nl-scf-toolrail{display:flex;gap:8px;overflow-x:auto}.nl-scf-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:8px}.nl-scf-journey article{position:relative;display:grid;justify-items:center;gap:5px;padding:16px 8px}.nl-scf-journey article:not(:last-child):after{content:'←';position:absolute;left:-8px;top:38%;color:#8bcfc8;font-weight:900}.nl-scf-journey article>span{width:37px;height:37px;display:grid;place-items:center;border-radius:14px;background:#eaf8f6;color:#258b7c;font-weight:900}.nl-scf-journey article>b{font-size:12px;color:#557580}.nl-scf-journey article>strong{font-size:26px;color:#183f53}.nl-scf-timeline{display:grid;gap:7px}.nl-scf-timeline>a{display:grid;grid-template-columns:14px 1fr auto;gap:12px;align-items:center;padding:10px 12px;border-radius:14px;background:#f9fcfd}.nl-scf-timeline .dot{width:10px;height:10px;border-radius:50%;background:#a9bbc1}.nl-scf-timeline .dot.s-waiting{background:#e9ad42}.nl-scf-timeline .dot.s-in_visit{background:#7966c7}.nl-scf-timeline .dot.s-completed{background:#43bd91}.nl-scf-timeline b{display:block;color:#244e61}.nl-scf-timeline small{color:#81959d}.nl-scf-timeline em{font-style:normal;color:#527483;font-size:12px;font-weight:800}
@media(max-width:1100px){.nl-scf-pulse{grid-template-columns:repeat(3,1fr)}.nl-scf-grid{grid-template-columns:1fr}.nl-scf-doctor-list article{grid-template-columns:42px 1fr 72px 95px}.nl-scf-doctor-list article>a{grid-column:2/-1}.nl-scf-journey{overflow-x:auto;grid-template-columns:repeat(5,minmax(150px,1fr))}}
@media(max-width:700px){.nl-smart-clinic{gap:12px}.nl-scf-hero{padding:20px 16px;border-radius:22px;align-items:flex-start;flex-direction:column}.nl-scf-live{width:100%;min-width:0}.nl-scf-pulse{grid-template-columns:repeat(2,1fr);padding:0}.nl-scf-pulse article{padding:12px}.nl-scf-pulse article:last-child{grid-column:1/-1}.nl-scf-work,.nl-scf-flow,.nl-scf-current,.nl-scf-doctor-sequence{padding:14px;border-radius:20px}.nl-scf-form{grid-template-columns:1fr}.nl-scf-collect form{grid-template-columns:1fr}.nl-scf-flow>header,.nl-scf-work>header,.nl-scf-doctor-sequence>header{align-items:flex-start;flex-direction:column}.nl-scf-current{align-items:flex-start;flex-direction:column}.nl-scf-current-actions{width:100%}.nl-scf-current-actions>*{flex:1 1 130px}.nl-scf-doctor-list article{grid-template-columns:36px 1fr 64px;padding:10px 8px}.nl-scf-doctor-list .state{grid-column:2}.nl-scf-doctor-list article>a{grid-column:3;grid-row:2}.nl-scf-toolrail{margin-inline:-4px}.nl-scf-journey{margin-inline:-8px}.nl-scf-lanes{margin-inline:-6px}}

/* R947.8.94 SINGLE DRAWER COMPOSITING AUTHORITY
   Drawer state is isolated to drawer/backdrop classes. Never mutates html/body geometry. */
.nl946-shell-drawer,.nl948-shell-drawer{
  position:fixed!important;
  z-index:230!important;
  top:0!important;bottom:0!important;right:0!important;left:auto!important;
  inset-inline:auto!important;
  margin:0!important;
  width:360px!important;max-width:min(360px,100vw)!important;
  border-radius:0!important;
  overflow-y:auto!important;overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  transform:translate3d(101%,0,0)!important;
  transition:transform .18s cubic-bezier(.2,.72,.28,1)!important;
  backface-visibility:hidden!important;
  will-change:transform!important;
  contain:paint!important;
}
.nl946-shell-drawer.is-open,.nl948-shell-drawer.is-open{
  transform:translate3d(0,0,0)!important;
}
.nl946-shell-backdrop{
  position:fixed!important;
  z-index:220!important;
  inset:0!important;
  margin:0!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
  touch-action:none!important;
  overscroll-behavior:none!important;
  background:rgba(18,59,87,.22)!important;
  transition:opacity .16s linear!important;
  contain:strict!important;
}
.nl946-shell-backdrop.is-open{
  opacity:1!important;
  pointer-events:auto!important;
}
/* Old body/root state classes, if left by cached markup, are presentation no-ops. */
html.nl-nav-open,body.nl-nav-open{
  overflow:visible!important;
  height:auto!important;
  position:static!important;
  inset:auto!important;
  width:auto!important;
  margin:0!important;
  transform:none!important;
}
.nl946-shell,.nl948-shell,.nl946-shell-main,.nl948-shell-main{
  transform:none!important;
}
@media(max-width:899px){
  html,body{scrollbar-gutter:auto!important}
  .nl946-shell-drawer,.nl948-shell-drawer{
    width:min(390px,92vw)!important;
    max-width:92vw!important;
  }
}
@media(min-width:900px){
  html{scrollbar-gutter:stable!important}
  .nl946-shell-drawer,.nl948-shell-drawer{
    width:360px!important;
    max-width:360px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .nl946-shell-drawer,.nl948-shell-drawer,.nl946-shell-backdrop{transition:none!important}
}


/* R947.9.10.30 LIVE ASSET INTEGRITY CLOSURE
   Replaces dead homepage image dependencies with local vector surfaces. */
.nl9473-scene,.nl9473-art{box-sizing:border-box;display:grid;place-items:center;overflow:hidden;color:#188fc7;background:radial-gradient(circle at 30% 25%,rgba(74,221,183,.24),transparent 38%),linear-gradient(145deg,#f1fbff,#eefcf8 54%,#edf7ff);border:1px solid #d7eaf1}
.nl9473-scene svg,.nl9473-art svg{width:44%;height:44%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 18px rgba(29,135,178,.12))}
.nl9473-surgeon>.nl9473-scene{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;color:#198dbe;background:radial-gradient(circle at 70% 35%,rgba(45,192,224,.22),transparent 24%),radial-gradient(circle at 20% 76%,rgba(62,216,173,.18),transparent 26%),linear-gradient(135deg,#eefaff,#f8fffd 52%,#eaf6ff)}
.nl9473-surgeon>.nl9473-scene svg{width:min(260px,38%);height:min(260px,55%);opacity:.78}
.nl9473-clinic-card>.nl9473-art{width:100%;height:116px;border-radius:13px}
.nl9473-feature-strip .nl9473-art{width:100%;height:105px;margin-top:7px;border-radius:10px}
.nl9473-art-ai{color:#258fd6}.nl9473-art-education{color:#2b9e80}.nl9473-art-imaging{color:#527ec8}.nl9473-art-more{color:#1d9ba7}.nl9473-art-clinic{color:#278db2}
@media(max-width:720px){.nl9473-surgeon>.nl9473-scene{display:none}.nl9473-feature-strip .nl9473-art{height:92px}}

/* R947.9.10.34 TRANSPARENT BRAND + CENTERED MOBILE HEADER CLOSURE */
body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb){border:0!important;background:transparent!important;box-shadow:none!important}
body[data-nl-contract-driven="1"] :is(.nl946-command-orb,.nlc13-command-orb) img,
body[data-nl-contract-driven="1"] [data-nl-brand-live] img,
body[data-nl-plane="BOT"] .nl946-shell-brand img,
body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brand img{background:transparent!important;box-shadow:none!important;object-fit:contain!important}
@media(max-width:720px){
 body[data-nl-contract-driven="1"] .nl948-topbar{grid-template-columns:52px 1fr 52px!important;align-items:center!important;padding:8px 14px!important}
 body[data-nl-contract-driven="1"] .nl948-top-brand{grid-column:2!important;justify-self:center!important;margin-inline:auto!important}
 body[data-nl-contract-driven="1"] .nl948-top-brand img{width:74px!important;height:60px!important;display:block!important}
 body[data-nl-contract-driven="1"] .nl948-top-actions{grid-column:1!important;grid-row:1!important;justify-self:start!important}
 body[data-nl-contract-driven="1"] .nl948-top-actions>*:not(.nl946-shell-search){display:none!important}
 body[data-nl-plane="BOT"] .nl946-shell-topbar,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-topbar{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding:8px 14px!important}
 body[data-nl-plane="BOT"] .nl946-shell-brandrow,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brandrow{display:grid!important;grid-template-columns:48px 1fr 48px!important;align-items:center!important;width:100%!important}
 body[data-nl-plane="BOT"] .nl946-shell-brandrow>.nl946-shell-icon,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brandrow>.nl946-shell-icon{grid-column:1!important;justify-self:start!important}
 body[data-nl-plane="BOT"] .nl946-shell-brandrow>.nl946-shell-brand,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brandrow>.nl946-shell-brand{grid-column:2!important;justify-self:center!important;margin-inline:auto!important}
 body[data-nl-plane="BOT"] .nl946-shell-brandrow .nl946-shell-brand img,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brandrow .nl946-shell-brand img{width:70px!important;height:56px!important}
 body[data-nl-plane="BOT"] .nl946-shell-brandrow .nl946-shell-brand b,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brandrow .nl946-shell-brand b,
 body[data-nl-plane="BOT"] .nl946-shell-brandrow .nl946-place-copy,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-brandrow .nl946-place-copy{display:none!important}
 body[data-nl-plane="BOT"] .nl946-shell-actions,
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-actions{justify-self:end!important;gap:6px!important}
 body[data-nl-plane="BOT"] .nl946-shell-actions>*:not(.nl946-shell-search),
 body[data-nl-plane="NODE_CLOUD"] .nl946-shell-actions>*:not(.nl946-shell-search){display:none!important}
}
