/* 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,var(--nl-primary) 0%,var(--nl-primary-2) 58%,var(--nl-blue-2) 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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media all and (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 all and (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 all and (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 all and (max-width:960px){.public-doctor-grid{grid-template-columns:1fr 1fr!important}.clinic-week-board{grid-template-columns:repeat(4,1fr)}}
@media all and (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 all and (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 all and (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:transparent!important;border:0!important;border-bottom:1px solid var(--nl95-line)!important;border-radius:0!important;box-shadow:none!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 all and (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 all and (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 all and (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:#28c8a5;--nl-primary-2:#59d9c4;--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,var(--nl-primary) 0%,var(--nl-primary-2) 58%,var(--nl-blue-2) 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:transparent!important;border:0!important;border-bottom:1px solid var(--nl-line)!important;border-radius:0!important;box-shadow:none!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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (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 all and (min-width:900px){
  html{scrollbar-gutter:stable!important}
  .nl946-shell-drawer,.nl948-shell-drawer{
    width:360px!important;
    max-width:360px!important;
  }
}
@media all and (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 all and (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 all and (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}
}

/* NL-R947.9.10.120 visual-identity convergence repair.
   Shared across MAIN/BOT/NODE_CLOUD: light mint/quartz primary, medical blue secondary, white surfaces. */
:root{
 --nl-mint:#2fc7b5;--nl-mint-2:#68ddcf;--nl-blue:#278fda;--nl-blue-2:#45b7e7;
 --nl-bg:#f7fcfc;--nl-surface:#ffffff;--nl-surface-2:#f1fbfa;--nl-ink:#153f55;--nl-text:#315e70;--nl-muted:#718895;--nl-line:#d9eceb;
 --nl-gradient:linear-gradient(135deg,#79e4d5 0%,#41cdbb 46%,#5bb9e8 100%);
 --nl-hero:linear-gradient(135deg,#ffffff 0%,#effcf9 52%,#edf8ff 100%);
}
body{background:linear-gradient(180deg,#fff 0,#f8fdfc 48%,#f5fbfe 100%)}
.nl946-btn.primary,.btn.primary,.nl-final-actions .primary,button.primary{background:var(--nl-gradient);color:#103e50;border-color:transparent}
.nl946-shell-primary-nav a:hover,.nl946-shell-primary-nav a.active,.nl946-public-head>nav a:hover{background:#eafaf7;color:#167d72}
.nl948-drawer-tab.is-active,.nl948-drawer-links a.active,.tabs .active,.nl947-med-tabs a.active,.medical-tabs a.active{background:#e9faf6;border-color:#b9eadf;color:#167d72}
.nl946-command-orb{background:transparent!important;box-shadow:none!important;border-color:#fff!important}
.nl946-command-orb img{filter:drop-shadow(0 10px 18px rgba(30,126,143,.18))}
.card,.panel,.surface,.nl932-surface,.nl936-surface,.nl948-panel,.nl946-owner-panel{box-shadow:none!important}
@media all and (max-width:720px){.nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{background:rgba(255,255,255,.97);border-color:#d9eceb}.nl946-command-orb{width:70px;height:70px}}

/* === NEUROLIFE ONE FABRIC 100 · 947.9.10.141 === */
:root{
 --nl-one-canvas:#f7fbfc;--nl-one-surface:rgba(255,255,255,.86);--nl-one-line:rgba(25,91,112,.12);
 --nl-one-ink:#15313c;--nl-one-muted:#67818d;--nl-one-mint:#58d5bd;--nl-one-cyan:#65c9e8;--nl-one-blue:#397dd8;
 --nl-one-ai:#7b72e8;--nl-one-warn:#d79b32;--nl-one-danger:#d75c65;--nl-one-ok:#2fa989;
 --nl-one-r1:10px;--nl-one-r2:16px;--nl-one-r3:24px;--nl-one-space:clamp(14px,1.4vw,22px);
 --nl-one-fast:140ms;--nl-one-standard:220ms;--nl-one-slow:320ms;
}
html{scroll-behavior:smooth}body[data-nl-one-fabric="1"],body[data-nl-plane]{background:var(--nl-one-canvas);color:var(--nl-one-ink)}
body[data-nl-plane] :where(button,a,input,select,textarea){transition:background-color var(--nl-one-fast) ease,border-color var(--nl-one-fast) ease,box-shadow var(--nl-one-fast) ease,transform var(--nl-one-fast) ease,opacity var(--nl-one-fast) ease}
body[data-nl-plane] :where(button,a):active{transform:translateY(1px) scale(.995)}
body[data-nl-plane] :where(button,a,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--nl-one-cyan) 52%,transparent);outline-offset:2px}
body[data-nl-plane] :where(.card,.panel,.tile,.surface,.nl937-surface,.nl946-surface){box-shadow:none;border-color:var(--nl-one-line)}
body[data-nl-plane] :where(.nl946-shell-main,.nl948-shell-main,main){container-type:inline-size}
body[data-nl-plane] [data-nl-canonical-body]{min-height:calc(100dvh - 72px)}
body[data-nl-plane] :where(table){border-collapse:separate;border-spacing:0;width:100%}
body[data-nl-plane] :where(th){font-weight:800;color:var(--nl-one-muted);letter-spacing:.01em}
body[data-nl-plane] :where(tr){transition:background-color var(--nl-one-fast) ease}
body[data-nl-plane] :where(tbody tr:hover){background:rgba(101,201,232,.065)}
body[data-nl-plane] :where(input,select,textarea){min-height:42px;background:rgba(255,255,255,.92);border:1px solid var(--nl-one-line);border-radius:12px}
body[data-nl-plane] :where(button,[role="button"],.btn,.nl946-btn,.nl937-action){min-height:40px;touch-action:manipulation}
body[data-nl-plane] [aria-busy="true"]{cursor:progress;opacity:.72}
body[data-nl-plane].nl-one-offline::before{content:"Offline · سيتم استئناف المزامنة عند عودة الاتصال";position:fixed;inset:0 0 auto;z-index:99999;padding:7px 14px;text-align:center;background:#fff4d9;color:#704d12;font:700 12px/1.4 system-ui}
.nl-one-attention{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--nl-one-line);border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(14px)}
.nl-one-attention::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--nl-one-mint);box-shadow:0 0 0 5px rgba(88,213,189,.12)}
.nl-one-context-band{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px 0;border-block:1px solid var(--nl-one-line)}
.nl-one-context-band [data-nl-context-primary]{font-weight:850}.nl-one-context-band [data-nl-context-secondary]{color:var(--nl-one-muted)}
body[data-nl-plane].nl-one-compact :where(.nl946-pagehead,.nl948-pagehead){align-items:flex-start}
body[data-nl-plane].nl-one-compact :where(table){font-size:13px}
body[data-nl-plane].nl-one-compact :where(button,[role="button"],.btn,.nl946-btn,.nl937-action){min-height:44px}
body[data-nl-plane].nl-one-compact [data-nl-canonical-body]{padding-bottom:max(82px,env(safe-area-inset-bottom))}
body[data-nl-plane].nl-one-reduced-motion *,body[data-nl-plane].nl-one-reduced-motion *::before,body[data-nl-plane].nl-one-reduced-motion *::after{animation-duration:.001ms;animation-iteration-count:1;transition-duration:.001ms}

/* R122 HYPER DIGITAL AUTHORITY LOADED BY PRESENTATION JS */


/* NeuroLife Digital Fabric R124 — final visual authority.
   This block is intentionally last and scoped to canonical live surfaces. */
:root{
 --nlf-bg:#f4fbfd;--nlf-paper:rgba(255,255,255,.94);--nlf-ink:#0c416a;--nlf-muted:#62839a;
 --nlf-blue:#168ee7;--nlf-cyan:#42c5ec;--nlf-mint:#3bd3b4;--nlf-line:#d7eaf2;
 --nlf-grad:linear-gradient(135deg,#138ce7,#48c8ec 58%,#40d4b4);
 --nlf-soft:linear-gradient(135deg,#f7fdff,#ecfbff 46%,#effff9);
 --nlf-shadow:0 18px 52px rgba(20,92,137,.10);
}
html,body{max-width:100%;overflow-x:hidden}
body{background:radial-gradient(circle at 20% 0,rgba(61,211,180,.10),transparent 24%),linear-gradient(180deg,#fff,#f5fbfe);color:var(--nlf-ink)}

/* Public landing: three-dimensional clinical hero and dense functional fabric. */
body[data-nl-page="public-home"] .nl9473-public-canvas{width:min(1536px,100%);padding-bottom:92px}
body[data-nl-page="public-home"] .nl9473-public-head{min-height:76px;padding-inline:max(18px,calc((100vw - 1440px)/2));background:rgba(255,255,255,.88);box-shadow:0 10px 32px rgba(25,105,150,.07)}
body[data-nl-page="public-home"] .nl9473-hero{width:min(1480px,calc(100% - 24px));margin:12px auto 0;min-height:560px;grid-template-columns:1.08fr .9fr 1fr;border-radius:30px;background:radial-gradient(circle at 50% 45%,rgba(47,214,199,.24),transparent 24%),radial-gradient(circle at 78% 14%,rgba(30,142,231,.15),transparent 27%),linear-gradient(125deg,#f9feff,#eafaff 46%,#f1fff9);box-shadow:var(--nlf-shadow)}
body[data-nl-page="public-home"] .nl9473-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 44%,rgba(255,255,255,.46) 50%,transparent 56%);opacity:.7}
body[data-nl-page="public-home"] .nl9473-hero-copy{padding:52px 50px;align-self:center}
body[data-nl-page="public-home"] .nl9473-hero-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.12;text-shadow:0 10px 30px rgba(10,66,111,.08)}
body[data-nl-page="public-home"] .nl9473-brand-orb{width:min(470px,94%);filter:drop-shadow(0 28px 50px rgba(24,137,181,.18))}
body[data-nl-page="public-home"] .nl9473-brand-orb img{width:62%;height:62%}
body[data-nl-page="public-home"] .nl9473-surgeon{background:radial-gradient(circle at 60% 30%,rgba(44,202,231,.24),transparent 25%),linear-gradient(150deg,#ecfaff,#f8fffd)}
body[data-nl-page="public-home"] .nl9473-feature-strip{width:min(1440px,calc(100% - 40px));margin:14px auto;gap:12px;padding:0;background:transparent}
body[data-nl-page="public-home"] .nl9473-feature-strip>a{min-height:220px;border-radius:22px;box-shadow:0 12px 32px rgba(26,101,145,.07)}
body[data-nl-page="public-home"] .nl9473-info-strip,body[data-nl-page="public-home"] .nl9473-device-showcase,body[data-nl-page="public-home"] .nl9473-public-section{width:min(1440px,calc(100% - 40px));margin-inline:auto}

/* Authenticated shell always owns the full available canvas. */
.nl946-shell-main,.nl948-shell-main{width:min(1480px,calc(100% - 32px));max-width:1480px;margin-inline:auto}
.nl119-owner-console-unified,.nl9473-owner-console{display:block;width:100%;max-width:none;min-width:0;margin:0;border:0;border-radius:0;background:transparent;overflow:visible}
.nl119-owner-console-unified>.nl9473-owner-main,.nl9473-owner-main{display:block;width:100%;max-width:none;min-width:0;margin:0;padding:0}
.nl9473-owner-top{display:grid;grid-template-columns:minmax(240px,1fr) minmax(260px,.75fr) auto;gap:16px;align-items:center;padding:24px 26px;margin:0 0 14px;border:1px solid var(--nlf-line);border-radius:28px;background:var(--nlf-soft);box-shadow:var(--nlf-shadow)}
.nl9473-owner-top h1{font-size:clamp(30px,4vw,48px);color:#0b4776}
.nl9473-owner-kpis{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;width:100%;margin:0 0 14px}
.nl9473-owner-kpis article{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:92px;padding:14px;border:1px solid var(--nlf-line);border-radius:20px;background:var(--nlf-paper);box-shadow:0 10px 26px rgba(28,101,143,.06)}
.nl9473-owner-kpis i{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#e5f8ff,#e7fff8)}
.nl9473-owner-kpis small{font-size:11px}.nl9473-owner-kpis b{font-size:18px}
.nl9473-owner-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px;width:100%;align-items:start}
.nl9473-control-center,.nl9473-owner-alerts,.nl9473-owner-schedule,.nl9473-owner-lower>section{min-width:0;padding:20px;border:1px solid var(--nlf-line);border-radius:24px;background:var(--nlf-paper);box-shadow:0 12px 34px rgba(25,96,137,.06)}
.nl9473-control-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.nl9473-control-grid>a{min-width:0;min-height:122px;border:1px solid rgba(31,127,171,.08);border-radius:20px;background:linear-gradient(145deg,#f7fcff,#edfbff 55%,#effff9)}
.nl9473-owner-schedule{width:100%;margin-top:14px}.nl9473-owner-lower{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%;margin-top:14px}

/* Shared reference login composition for MAIN, BOT and NODE_CLOUD. */
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1){min-height:100dvh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 18% 18%,rgba(55,211,180,.20),transparent 30%),radial-gradient(circle at 82% 22%,rgba(38,153,232,.20),transparent 34%),linear-gradient(145deg,#f9feff,#eaf9ff 52%,#effff9)}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1):before{content:"Clinical · Intelligence · Operations · Communications · Infrastructure";position:fixed;inset:auto 0 18px;text-align:center;color:#6a8ba0;font-size:11px;letter-spacing:.12em}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface){position:relative;width:min(1080px,100%);min-height:580px;margin:0;padding:54px 56px 54px calc(50% + 34px);border:1px solid rgba(190,224,237,.9);border-radius:32px;background:rgba(255,255,255,.94);box-shadow:0 28px 80px rgba(18,91,137,.14);overflow:hidden;display:grid;align-content:center;gap:12px}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface):before{content:"";position:absolute;inset:0 50% 0 0;background:radial-gradient(circle at 50% 36%,rgba(50,204,224,.28),transparent 26%),radial-gradient(circle at 55% 58%,rgba(48,218,180,.18),transparent 33%),linear-gradient(145deg,#eaf9ff,#f2fffb);z-index:0}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface):after{content:"NEUROLIFE\A One Platform · A Brighter Tomorrow\A MAIN + BOT + NODE CLOUD";white-space:pre;position:absolute;inset:52% 50% auto 0;z-index:1;text-align:center;color:#0e527e;font-weight:900;font-size:clamp(18px,2.2vw,28px);line-height:1.7}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface)>*{position:relative;z-index:2}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.nl-logo-frame,.brand.big){position:absolute;z-index:2;top:58px;left:calc(25% - 125px);width:250px;height:250px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,#fff 0 34%,rgba(105,219,236,.26) 55%,transparent 72%)}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) .nl-logo-frame img{width:220px;height:220px;object-fit:contain}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) .brand.big{font-size:22px;text-align:center;align-content:center;color:#0d4a76}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) h1{font-size:clamp(36px,4vw,56px);margin:0;color:#0b4674}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) form{display:grid;gap:13px;width:100%}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) input{min-height:52px;border-radius:15px}
body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) button[type=submit]{width:100%;min-height:52px;background:var(--nlf-grad);color:#fff;border:0}

/* Mobile/tablet continuity. */
@media all and (max-width:1100px){
 .nl9473-owner-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.nl9473-control-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 body[data-nl-page="public-home"] .nl9473-hero{grid-template-columns:1fr 1fr}.nl9473-surgeon{grid-column:1/-1;min-height:300px}
}
@media all and (max-width:760px){
 body[data-nl-page="public-home"] .nl9473-hero{display:flex;flex-direction:column;width:calc(100% - 16px);min-height:0;border-radius:24px}.nl9473-hero-copy{padding:28px 20px}.nl9473-brand-orb{order:-1;width:250px;margin:20px auto 0}.nl9473-surgeon{min-height:190px}.nl9473-feature-strip{display:flex;overflow-x:auto;width:100%;padding:10px 14px}.nl9473-feature-strip>a{flex:0 0 78vw;min-height:190px}
 .nl946-shell-main,.nl948-shell-main{width:100%;padding-inline:12px}.nl9473-owner-top{grid-template-columns:1fr auto;padding:20px}.nl9473-owner-search{display:none}.nl9473-owner-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.nl9473-owner-kpis article{min-height:84px}.nl9473-owner-grid{grid-template-columns:1fr}.nl9473-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nl9473-owner-lower{grid-template-columns:1fr}
 body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1){padding:12px;place-items:start center}body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1):before{display:none}
 body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface){min-height:0;margin:10px 0;padding:150px 20px 26px;border-radius:24px}
 body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface):before{inset:0 0 auto;height:132px}
 body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.login-card,.nl936-auth-surface):after{display:none}
 body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) :is(.nl-logo-frame,.brand.big){top:12px;left:50%;transform:translateX(-50%);width:118px;height:118px}
 body:is([data-nl-surface-template="REFERENCE_LOGIN_V1"],[data-nl-surface-template="REFERENCE_AUTH_V1"],.nl9474-surface-reference-login-v1) .nl-logo-frame img{width:108px;height:108px}
}

/* Final anti-collapse invariant. */
body[data-nl-plane] :is(.nl9473-owner-main,.nl9473-owner-grid,.nl9473-control-center,.nl9473-owner-schedule,.nl9473-owner-lower){max-width:100%;min-width:0}



/* R128 — functional reconstruction of the approved unified reference. */
.nlf128-platform-map{width:min(1500px,calc(100% - 24px));margin:14px auto 30px;padding:18px;border:1px solid #d6eaf2;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(238,250,255,.96) 54%,rgba(239,255,249,.96));box-shadow:0 22px 70px rgba(17,92,139,.1)}
.nlf128-map-head{display:grid;grid-template-columns:minmax(300px,1fr) minmax(520px,1.35fr);align-items:center;gap:20px;padding:14px 16px 22px}.nlf128-map-head>div:first-child small{color:#1697d9;font-weight:900;letter-spacing:.16em}.nlf128-map-head h2{margin:5px 0;font-size:clamp(28px,3vw,46px);color:#0b4878}.nlf128-map-head p{margin:0;color:#64849a}
.nlf128-triad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nlf128-triad a{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;gap:0 10px;align-items:center;min-height:88px;padding:14px;border:1px solid #d8eaf1;border-radius:20px;background:rgba(255,255,255,.82);color:#164d73;text-decoration:none}.nlf128-triad i{grid-row:1/3;display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#e5f7ff,#e7fff6);color:#148fd9}.nlf128-triad svg{width:24px}.nlf128-triad b{font-size:14px}.nlf128-triad small{font-size:11px;color:#7390a2}
.nlf128-command-grid{display:grid;grid-template-columns:1.05fr 1.05fr 1.1fr .9fr;gap:12px;direction:rtl}.nlf128-panel{position:relative;min-width:0;min-height:270px;padding:16px;border:1px solid #d9eaf1;border-radius:22px;background:rgba(255,255,255,.94);color:#174663;text-decoration:none;overflow:hidden;box-shadow:0 10px 30px rgba(18,90,130,.055);transition:transform .2s ease,box-shadow .2s ease}.nlf128-panel:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(18,90,130,.11)}
.nlf128-panel>header{display:flex;align-items:center;gap:9px;margin-bottom:14px}.nlf128-panel>header>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#e9f8ff;color:#148ed6;font-weight:900;font-size:12px}.nlf128-panel>header>div{min-width:0;flex:1}.nlf128-panel>header b,.nlf128-panel>header small{display:block}.nlf128-panel>header b{color:#0d4b77;font-size:15px}.nlf128-panel>header small{color:#7691a1;font-size:10px}.nlf128-panel>header em{padding:6px 9px;border-radius:999px;background:#e9fff7;color:#159777;font-style:normal;font-weight:900;font-size:10px}
.nlf128-panel.owner{grid-column:span 1}.nlf128-panel.imaging{background:linear-gradient(145deg,#071727,#102d42);color:#dff6ff}.nlf128-panel.imaging header b{color:#fff}.nlf128-panel.node{grid-column:span 2}.nlf128-panel.mobile{grid-column:span 1}.nlf128-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.nlf128-kpis i{padding:10px;border-radius:14px;background:linear-gradient(145deg,#f2fbff,#f2fff9);font-style:normal}.nlf128-kpis b,.nlf128-kpis small{display:block}.nlf128-kpis b{font-size:18px;color:#0a70b7}.nlf128-kpis small{font-size:9px;color:#77909d}.nlf128-chart{position:relative;height:112px;margin-top:12px;border-radius:15px;background:repeating-linear-gradient(0deg,#edf5f8 0 1px,transparent 1px 27px)}.nlf128-chart svg{position:absolute;inset:18px 8px 8px;width:calc(100% - 16px);height:76px}.nlf128-chart path{fill:none;stroke:#168fe1;stroke-width:4;filter:drop-shadow(0 4px 6px rgba(16,142,220,.22))}
.nlf128-patient{display:flex;align-items:center;gap:12px;padding:12px;border-radius:15px;background:linear-gradient(135deg,#edfaff,#effff8)}.nlf128-patient>i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;color:#168fd8}.nlf128-patient svg{width:24px}.nlf128-patient b,.nlf128-patient small{display:block}.nlf128-patient small{font-size:10px;color:#718a9a}.nlf128-panel ul{display:grid;gap:7px;margin:13px 0 0;padding:0;list-style:none}.nlf128-panel li{padding:8px 11px;border-radius:10px;background:#f6fafc;font-size:11px}.nlf128-panel li:before{content:'✓';margin-left:7px;color:#22b795;font-weight:900}
.nlf128-scan{display:grid;grid-template-columns:1.1fr .8fr;gap:10px;height:196px}.nlf128-brain{position:relative;border-radius:16px;background:radial-gradient(circle at 54% 44%,#ffb06b 0 4%,#f05e47 5% 9%,transparent 10%),radial-gradient(ellipse at 50% 48%,rgba(187,228,255,.6),rgba(24,72,101,.35) 49%,#07131e 51%);overflow:hidden}.nlf128-brain:before,.nlf128-brain:after{content:'';position:absolute;border:1px solid rgba(154,221,255,.35);border-radius:50%}.nlf128-brain:before{inset:22px 32px}.nlf128-brain:after{inset:42px 18px}.nlf128-scan aside{display:grid;align-content:center;gap:9px;padding:12px;border-radius:14px;background:rgba(22,65,88,.76)}.nlf128-scan aside b{color:#71efd0}.nlf128-scan aside small{font-size:9px;color:#c6dce7}
.nlf128-operating{height:115px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#dff6ff,#e9fff8);position:relative}.nlf128-operating>i{color:#168fd8}.nlf128-operating svg{width:55px;height:55px}.nlf128-operating>div{position:absolute;inset:auto 8px 8px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.nlf128-operating span{padding:5px;border-radius:7px;background:rgba(255,255,255,.82);font-size:8px;text-align:center}
.nlf128-messages{display:grid;gap:7px}.nlf128-messages i{display:block;padding:11px;border-radius:13px;background:linear-gradient(135deg,#f1fbff,#f5fffb);font-style:normal}.nlf128-messages b,.nlf128-messages small{display:block}.nlf128-messages b{font-size:11px}.nlf128-messages small{font-size:9px;color:#75909f}
.nlf128-copilot{display:flex;align-items:center;gap:12px;padding:13px;border-radius:16px;background:linear-gradient(135deg,#e7f9ff,#effff7)}.nlf128-bot-face{display:grid;place-items:center;flex:0 0 62px;height:62px;border-radius:22px;background:linear-gradient(145deg,#072c50,#0a5a87);color:#66f1d0;font-size:30px;box-shadow:inset 0 -8px 18px rgba(0,0,0,.12)}.nlf128-copilot p{font-size:12px}.nlf128-prompts{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.nlf128-prompts span{padding:7px 9px;border:1px solid #d7eaf1;border-radius:999px;font-size:9px;background:#fff}
.nlf128-node-map{position:relative;height:125px;display:grid;place-items:center;border-radius:17px;background:radial-gradient(circle,#e8f9ff,#f5fffc 58%,#fff);overflow:hidden}.nlf128-node-map:before{content:'';position:absolute;inset:20px 13%;border:1px dashed #8dd6e6;border-radius:50%}.nlf128-node-map b{z-index:2;display:grid;place-items:center;width:94px;height:94px;border-radius:50%;background:radial-gradient(circle,#fff,#dff8ff);color:#107cc5;box-shadow:0 0 0 9px rgba(51,195,225,.08)}.nlf128-node-map i{position:absolute;width:21px;height:21px;border-radius:50%;background:#46d5bb;box-shadow:0 0 0 5px #e3fbf6}.nlf128-node-map i:nth-of-type(1){top:22px;left:17%}.nlf128-node-map i:nth-of-type(2){bottom:18px;left:25%}.nlf128-node-map i:nth-of-type(3){top:22px;right:17%}.nlf128-node-map i:nth-of-type(4){bottom:18px;right:25%}.nlf128-node-map i:nth-of-type(5){top:12px;left:48%}.nlf128-node-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.nlf128-node-stats span{padding:8px;border-radius:10px;background:#f3fafc;text-align:center;font-size:9px}
.nlf128-phone{height:206px;display:grid;place-items:center;background:linear-gradient(145deg,#eafff8,#e5f7ff);border-radius:16px}.nlf128-phone>div{width:112px;height:196px;padding:18px 10px;border:6px solid #0a3859;border-radius:25px;background:#fff;text-align:center;box-shadow:0 13px 25px rgba(13,71,107,.18)}.nlf128-phone img{width:55px;height:55px;object-fit:contain}.nlf128-phone b,.nlf128-phone small,.nlf128-phone span{display:block}.nlf128-phone b{margin-top:8px;font-size:10px}.nlf128-phone small{font-size:7px;color:#77909d}.nlf128-phone span{margin-top:13px;padding:6px;border-radius:8px;background:#168fe1;color:#fff;font-size:8px}
@media all and (max-width:1180px){.nlf128-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nlf128-panel.node{grid-column:span 1}.nlf128-map-head{grid-template-columns:1fr}}
@media all and (max-width:700px){.nlf128-platform-map{width:calc(100% - 12px);padding:9px;border-radius:22px}.nlf128-map-head{padding:10px 8px 16px}.nlf128-triad{display:flex;overflow-x:auto}.nlf128-triad a{flex:0 0 210px}.nlf128-command-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.nlf128-panel{flex:0 0 86vw;scroll-snap-align:center;min-height:270px}.nlf128-map-head h2{font-size:28px}}



/* R129 — one responsive authority for MAIN, BOT and NODE_CLOUD. */
:root{--nl129-gutter:clamp(12px,2.2vw,28px);--nl129-radius:18px;--nl129-touch:46px;--nl129-dock:76px;--nl129-line:#d8eaf1;--nl129-paper:#fff;--nl129-soft:#f3fbfd;--nl129-ink:#0b456f;--nl129-muted:#668496}
html{min-width:320px;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:clip}
body{min-width:320px;max-width:100%;overflow-x:clip}
body *{min-width:0}
body :where(img,video,canvas,svg){max-width:100%;height:auto}
body :where(input,select,textarea,button){max-width:100%;font-size:16px}
body :where(button,.btn,[role="button"],a.nl946-btn){min-height:var(--nl129-touch);display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:normal;text-align:center}
body :where(.nl946-shell-main,.nl948-shell-main,main){max-width:100%}
body :where(.table-wrap,.table-responsive,[data-table-wrap]){max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}

/* A single header/drawer geometry across every plane. */
.nl946-shell-topbar,.nl948-topbar,.nl946-public-head,.nl9473-public-head{width:100%;max-width:100%;padding-inline:var(--nl129-gutter)}
.nl946-shell-drawer,.nl948-shell-drawer{width:min(420px,calc(100vw - 20px));max-width:100%;overscroll-behavior:contain}
.nl948-drawer-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.nl946-shell-main,.nl948-shell-main{width:min(1480px,calc(100% - (var(--nl129-gutter) * 2)));padding-bottom:calc(var(--nl129-dock) + 26px)}
.nl946-pagehead,.nl948-pagehead{max-width:100%;flex-wrap:wrap}

/* Reference command surface: compact collage on desktop, native stack on mobile. */
.nlf128-platform-map{max-width:1500px;isolation:isolate}
.nlf128-command-grid{grid-auto-flow:dense;align-items:stretch}
.nlf128-panel{height:auto;min-height:270px}
.nlf128-panel.mobile{grid-row:auto!important}

/* Shared workspace and form geometry. */
body[data-nl-plane] :where(.nl9473-owner-top,.nl9473-owner-grid,.nl9473-owner-lower,.nl9473-control-grid,.nl9473-owner-kpis,.nl-scf-grid,.nl-scf-form,.nl-scf-pulse,.nl936-auth-grid){max-width:100%}
body[data-nl-plane] :where(form){max-width:100%}
body[data-nl-plane] :where(input,select,textarea){width:100%}

@media all and (max-width:1100px){
 .nl946-shell-topbar,.nl948-topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:10px}
 .nl946-shell-primary-nav{display:none}
 .nlf128-map-head{grid-template-columns:1fr}
 .nlf128-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .nlf128-panel.node{grid-column:auto}
}

@media all and (max-width:760px){
 :root{--nl129-gutter:12px;--nl129-radius:16px;--nl129-dock:74px}
 body{font-size:14px;line-height:1.6;padding-bottom:env(safe-area-inset-bottom)}
 h1{font-size:clamp(26px,8vw,36px)}h2{font-size:clamp(22px,7vw,30px)}h3{font-size:18px}
 .nl946-shell-topbar,.nl948-topbar,.nl946-public-head,.nl9473-public-head{position:sticky;top:0;min-height:60px;height:auto;padding:7px 10px;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;backdrop-filter:none}
 .nl946-shell-brand img,.nl948-top-brand img,.nl946-brand img,.nl9473-brand-full img{width:46px!important;height:46px!important;object-fit:contain}
 .nl946-shell-brand span,.nl946-brand span,.nl946-shell-primary-nav,.nl9473-public-head nav,.nl946-shell-online,.nl946-shell-profile{display:none!important}
 .nl946-shell-actions,.nl948-top-actions,.nl946-public-auth{gap:5px;justify-self:end}
 .nl946-shell-search,.nl946-shell-icon,.nl9473-search{width:44px;min-width:44px;height:44px;padding:0}
 .nl946-shell-main,.nl948-shell-main{width:100%;padding:14px 10px calc(var(--nl129-dock) + 22px)}
 .nl946-pagehead,.nl948-pagehead{display:grid;grid-template-columns:1fr;align-items:start;padding:4px 2px 12px;margin-bottom:12px}
 .nl946-pagehead h1,.nl948-pagehead h1{font-size:28px;overflow-wrap:anywhere}
 .nl946-shell-drawer,.nl948-shell-drawer{inset:0 auto 0 0;width:min(360px,calc(100vw - 18px));padding:14px 12px;border-radius:0 22px 22px 0}
 [dir="rtl"] .nl946-shell-drawer,[dir="rtl"] .nl948-shell-drawer{left:auto;right:0;border-radius:22px 0 0 22px}
 .nl948-drawer-links{grid-template-columns:1fr}.nl948-drawer-links a{min-height:48px}
 .nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;z-index:500;inset:auto 0 0;height:calc(var(--nl129-dock) + env(safe-area-inset-bottom));padding:6px 5px env(safe-area-inset-bottom);background:rgba(255,255,255,.98);border-top:1px solid var(--nl129-line);box-shadow:0 -10px 28px rgba(15,74,107,.10)}
 .nl946-mobile-dock>a,.nl948-mobile-dock>a,.nl946-public-bottom>a{min-width:0;min-height:56px;padding:5px 2px;display:grid;place-items:center;align-content:center;font-size:9px;line-height:1.2;overflow:hidden}
 .nl946-command-orb{width:64px!important;height:64px!important;transform:translateY(-17px);border-radius:50%}
 .nl9473-whatsapp{bottom:calc(var(--nl129-dock) + 12px);right:10px}

 body[data-nl-page="public-home"] .nl9473-public-canvas{width:100%;padding-bottom:calc(var(--nl129-dock) + 18px)}
 body[data-nl-page="public-home"] .nl9473-hero{display:flex;width:calc(100% - 12px);margin:7px auto 0;border-radius:22px;overflow:hidden}
 body[data-nl-page="public-home"] .nl9473-brand-orb{order:-1;width:min(220px,68vw);margin:12px auto 0}
 body[data-nl-page="public-home"] .nl9473-hero-copy{padding:12px 16px 22px;text-align:center}
 body[data-nl-page="public-home"] .nl9473-hero-copy h1{font-size:clamp(31px,10vw,43px);line-height:1.14}
 body[data-nl-page="public-home"] .nl9473-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
 body[data-nl-page="public-home"] .nl9473-hero-actions>*{width:100%}
 body[data-nl-page="public-home"] .nl9473-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
 body[data-nl-page="public-home"] .nl9473-surgeon{min-height:210px}

 .nlf128-platform-map{width:calc(100% - 12px);margin:8px auto 18px;padding:8px;border-radius:22px;box-shadow:0 10px 34px rgba(17,92,139,.08)}
 .nlf128-map-head{display:grid;padding:10px 7px 14px;gap:12px;text-align:center}
 .nlf128-map-head h2{font-size:clamp(27px,8.6vw,36px);line-height:1.15}
 .nlf128-map-head p{font-size:12px;overflow-wrap:anywhere}
 .nlf128-triad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;overflow:visible}
 .nlf128-triad a{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;text-align:center;min-height:112px;padding:9px 5px;gap:3px;border-radius:15px}
 .nlf128-triad i{grid-row:auto;width:42px;height:42px;border-radius:13px}.nlf128-triad b{font-size:11px}.nlf128-triad small{font-size:8px}
 .nlf128-command-grid{display:grid;grid-template-columns:1fr;gap:8px;overflow:visible;padding:0;scroll-snap-type:none}
 .nlf128-panel,.nlf128-panel.node,.nlf128-panel.mobile{grid-column:auto;flex:none;width:100%;min-height:0;padding:13px;border-radius:18px;scroll-snap-align:none}
 .nlf128-panel>header{margin-bottom:10px}.nlf128-panel>header b{font-size:14px}.nlf128-panel>header small{font-size:9px}
 .nlf128-kpis{gap:5px}.nlf128-kpis i{padding:8px 5px;text-align:center}.nlf128-kpis b{font-size:16px}
 .nlf128-chart{height:86px}.nlf128-scan{height:176px}.nlf128-node-map{height:118px}.nlf128-phone{height:198px}

 body[data-nl-plane] :where(.nl9473-owner-top,.nl9473-owner-grid,.nl9473-owner-lower,.nl9473-control-grid,.nl9473-owner-kpis,.nl-scf-grid,.nl-scf-form,.nl-scf-pulse,.nl936-auth-grid){display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
 body[data-nl-plane] :where(.nl9473-control-center,.nl9473-owner-alerts,.nl9473-owner-schedule,.nl9473-owner-lower>section,.nl-scf-work,.nl-scf-flow,.nl-scf-current,.nl-scf-doctor-sequence){padding:13px!important;border-radius:18px!important}
 body[data-nl-plane] :where(.nl9473-control-grid>a,.nl9473-owner-kpis article){min-height:76px!important}
 body[data-nl-plane] :where(.nl9473-control-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body[data-nl-plane] :where(.nl9473-owner-kpis){grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body[data-nl-plane] :where(.nl-scf-doctor-list article){max-width:100%;overflow:hidden}
 body[data-nl-plane] :where(table):not([data-mobile-table="keep"]){font-size:12px}
 body[data-nl-plane] :where(th,td){padding:9px 7px;overflow-wrap:anywhere}
}

@media all and (max-width:430px){
 :root{--nl129-gutter:9px}
 .nl946-shell-main,.nl948-shell-main{padding-inline:8px}
 .nl9473-owner-kpis,.nl9473-control-grid{grid-template-columns:1fr!important}
 .nlf128-triad{grid-template-columns:repeat(3,minmax(0,1fr))}
 .nlf128-triad a{min-height:104px}.nlf128-triad i{width:38px;height:38px}
 .nlf128-scan{grid-template-columns:1fr;height:auto}.nlf128-brain{min-height:150px}.nlf128-scan aside{min-height:105px}
 .nl9473-device-showcase{grid-template-columns:1fr!important}
}

@media all and (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition-duration:.001ms!important}}


/* R130 PHYSICAL PRESENTATION CUTOVER — the only active visual authority. */
:root{
 --nl-bg:#f5fbfe;--nl-surface:#fff;--nl-surface-soft:#eefaff;--nl-ink:#0b436d;
 --nl-muted:#678598;--nl-blue:#168ee7;--nl-cyan:#43c5ed;--nl-mint:#42d2b2;
 --nl-line:#d8eaf2;--nl-danger:#ea626d;--nl-radius:18px;--nl-space:clamp(12px,2vw,24px);
 --nl-shadow:0 14px 38px rgba(20,91,133,.09);--nl-dock:76px
}
html{background:var(--nl-bg);overflow-x:clip;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;min-width:320px;max-width:100%;overflow-x:clip;background:linear-gradient(180deg,#fff,var(--nl-bg));color:var(--nl-ink)}
*,*::before,*::after{box-sizing:border-box}
body *{min-width:0}
body :where(img,svg,video,canvas){max-width:100%}
body :where(button,.btn,[role=button],.nl946-btn){min-height:44px;border-radius:13px}
body :where(input,select,textarea){width:100%;min-height:46px;border:1px solid var(--nl-line);border-radius:13px;background:#fff;padding:10px 12px;font-size:16px}

/* One shell geometry on all planes. */
.nl946-shell,.nl948-shell{min-height:100dvh;background:transparent}
.nl946-shell-topbar,.nl948-topbar,.nl9473-public-head{position:sticky;top:0;z-index:200;width:100%;min-height:68px;padding:8px max(16px,calc((100vw - 1480px)/2));display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:12px;align-items:center;background:rgba(255,255,255,.97);border-bottom:1px solid var(--nl-line);box-shadow:0 8px 24px rgba(16,77,112,.055);backdrop-filter:none}
.nl946-shell-brand,.nl948-top-brand{display:flex;align-items:center;gap:8px}.nl946-shell-brand img,.nl948-top-brand img{width:48px;height:48px;object-fit:contain}.nl946-shell-brand span,.nl948-top-brand span{display:grid;line-height:1.15}.nl946-shell-brand small,.nl948-top-brand small{font-size:9px;color:var(--nl-muted)}
.nl946-shell-primary-nav{display:flex;justify-content:center;gap:3px;overflow:auto;scrollbar-width:none}.nl946-shell-primary-nav a{padding:9px 11px;border-radius:11px;font-size:12px;font-weight:800;white-space:nowrap}.nl946-shell-primary-nav a.active{background:#eaf8ff;color:#0b79c7}
.nl946-shell-actions,.nl948-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.nl946-shell-main,.nl948-shell-main{width:min(1480px,calc(100% - 32px));margin-inline:auto;padding:20px 0 calc(var(--nl-dock) + 28px)}
.nl946-shell-drawer,.nl948-shell-drawer{position:fixed;z-index:420;inset:0 0 0 auto;width:min(410px,calc(100vw - 18px));padding:15px;background:#fff;box-shadow:-22px 0 60px rgba(13,64,93,.19);overflow:auto;overscroll-behavior:contain;transform:translateX(105%);transition:transform .22s ease}
.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:410;inset:0;background:rgba(10,48,70,.26);opacity:0;pointer-events:none;border:0}.nl946-shell-backdrop.is-open,body.nl-nav-open .nl946-shell-backdrop{opacity:1;pointer-events:auto}
.nl948-drawer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.nl948-drawer-links a{min-height:48px;padding:10px;border:1px solid var(--nl-line);border-radius:13px;background:#fafdff}
.nl946-pagehead,.nl948-pagehead{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:4px 0 14px;margin-bottom:14px;border-bottom:1px solid var(--nl-line)}

/* One component language. */
body[data-nl-plane] :where(.card,.panel,article,.nl9473-control-center,.nl9473-owner-alerts,.nl9473-owner-schedule,.nl-scf-work,.nl-scf-flow,.nl-scf-current,.nl-scf-doctor-sequence){border-color:var(--nl-line);box-shadow:none}
body[data-nl-plane] :where(.btn,.nl946-btn,button[type=submit],a.primary){background:linear-gradient(135deg,var(--nl-blue),var(--nl-cyan));color:#fff;border:0;font-weight:850;padding:9px 15px}
body[data-nl-plane] :where(.ghost,.secondary){background:#fff;color:var(--nl-ink);border:1px solid var(--nl-line)}
body[data-nl-plane] :where(.badge,.status){border-radius:999px}
body[data-nl-plane] :where(table){width:100%;border-collapse:separate;border-spacing:0}
body[data-nl-plane] :where(.table-wrap,.table-responsive,[data-table-wrap]){max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}

/* Reference homepage composition fits the first desktop viewport. */
body[data-nl-page=public-home] .nl9473-public-canvas{width:100%;max-width:1536px;margin:auto}
body[data-nl-page=public-home] .nl9473-hero{width:min(1500px,calc(100% - 20px));min-height:470px;margin:10px auto 0;grid-template-columns:1fr .9fr 1fr;border-radius:26px;box-shadow:var(--nl-shadow)}
body[data-nl-page=public-home] .nl9473-hero-copy{padding:34px 38px}
body[data-nl-page=public-home] .nl9473-hero-copy h1{font-size:clamp(38px,4.6vw,66px)}
body[data-nl-page=public-home] .nl9473-brand-orb{width:min(390px,90%)}
body[data-nl-page=public-home] .nl9473-surgeon{min-height:470px}
.nlf128-platform-map{width:min(1500px,calc(100% - 20px));margin:10px auto 24px;padding:14px;border-radius:26px;box-shadow:var(--nl-shadow)}
.nlf128-map-head{grid-template-columns:minmax(280px,.85fr) minmax(520px,1.4fr);padding:8px 10px 14px}.nlf128-map-head h2{font-size:clamp(28px,3vw,43px)}
.nlf128-command-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;grid-auto-flow:dense}.nlf128-panel{min-height:245px;padding:13px;border-radius:18px}.nlf128-panel.node{grid-column:span 2}.nlf128-panel.mobile{grid-column:auto}

/* Canonical role workspaces. */
.nl9473-owner-top{grid-template-columns:minmax(220px,1fr) minmax(250px,.7fr) auto}.nl9473-owner-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.nl9473-owner-grid{grid-template-columns:minmax(0,1fr) 300px}.nl9473-control-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.nl9336-workspace,.nl936-cockpit{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px}.nl9336-canvas,.nl936-focus,.nl9336-inspector{min-width:0}

@media all and (max-width:1100px){
 .nl946-shell-topbar,.nl948-topbar{grid-template-columns:auto auto minmax(0,1fr);gap:8px}.nl946-shell-primary-nav{display:none}.nl946-shell-actions{grid-column:auto}
 body[data-nl-page=public-home] .nl9473-hero{grid-template-columns:1fr 1fr}.nl9473-surgeon{grid-column:1/-1;min-height:280px}
 .nlf128-map-head{grid-template-columns:1fr}.nlf128-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nlf128-panel.node{grid-column:auto}
 .nl9473-owner-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.nl9473-owner-grid,.nl9336-workspace,.nl936-cockpit{grid-template-columns:1fr}
}
@media all and (max-width:760px){
 :root{--nl-space:10px;--nl-dock:74px}
 body{font-size:14px;line-height:1.58;padding-bottom:env(safe-area-inset-bottom)}
 h1{font-size:clamp(27px,8.5vw,37px)}h2{font-size:clamp(22px,7vw,30px)}
 .nl946-shell-topbar,.nl948-topbar,.nl9473-public-head{min-height:60px;padding:7px 9px;grid-template-columns:auto minmax(0,1fr) auto;gap:6px}
 .nl946-shell-brand img,.nl948-top-brand img{width:44px;height:44px}.nl946-shell-brand span,.nl948-top-brand span,.nl946-shell-online,.nl946-shell-profile,.nl9473-public-head nav{display:none!important}
 .nl946-shell-main,.nl948-shell-main{width:100%;padding:12px 9px calc(var(--nl-dock) + 22px)}
 .nl946-shell-drawer,.nl948-shell-drawer{width:min(360px,calc(100vw - 16px));padding:12px;border-radius:20px 0 0 20px}.nl948-drawer-links{grid-template-columns:1fr}
 .nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;z-index:500;inset:auto 0 0;height:calc(var(--nl-dock) + env(safe-area-inset-bottom));padding:5px 4px env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--nl-line);box-shadow:0 -10px 24px rgba(14,70,102,.1)}
 .nl946-mobile-dock>a,.nl946-mobile-dock>button,.nl948-mobile-dock>a,.nl946-public-bottom>a{min-width:0;min-height:55px;padding:4px 2px;display:grid;place-items:center;align-content:center;font-size:9px;line-height:1.15;overflow:hidden}
 .nl946-command-orb,.nlc13-command-orb{width:64px!important;height:64px!important;transform:translateY(-15px);border-radius:50%;background:#fff!important;padding:5px!important;box-shadow:0 10px 28px rgba(15,100,145,.2)}
 .nl946-command-orb img,.nlc13-command-orb img{width:52px!important;height:52px!important;object-fit:contain}
 body[data-nl-page=public-home] .nl9473-hero{display:flex;flex-direction:column;width:calc(100% - 10px);min-height:0;margin:5px auto 0;border-radius:20px}
 body[data-nl-page=public-home] .nl9473-brand-orb{order:-1;width:min(215px,66vw);margin:10px auto 0}
 body[data-nl-page=public-home] .nl9473-hero-copy{padding:10px 15px 20px;text-align:center}
 body[data-nl-page=public-home] .nl9473-hero-copy h1{font-size:clamp(30px,10vw,42px);line-height:1.12}
 body[data-nl-page=public-home] .nl9473-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.nl9473-hero-actions>*{width:100%}
 body[data-nl-page=public-home] .nl9473-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.nl9473-surgeon{min-height:205px}
 .nlf128-platform-map{width:calc(100% - 10px);margin:7px auto 18px;padding:7px;border-radius:20px}
 .nlf128-map-head{display:grid;padding:8px 6px 12px;text-align:center;gap:10px}.nlf128-map-head h2{font-size:clamp(26px,8.5vw,35px)}
 .nlf128-triad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;overflow:visible}.nlf128-triad a{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;text-align:center;min-height:105px;padding:8px 4px;gap:2px}.nlf128-triad i{grid-row:auto;width:39px;height:39px}.nlf128-triad b{font-size:10px}.nlf128-triad small{font-size:8px}
 .nlf128-command-grid{display:grid;grid-template-columns:1fr;gap:7px;overflow:visible;scroll-snap-type:none}.nlf128-panel,.nlf128-panel.node,.nlf128-panel.mobile{grid-column:auto;width:100%;min-height:0;padding:12px;scroll-snap-align:none}
 .nl9473-owner-top,.nl9473-owner-grid,.nl9473-owner-lower,.nl9473-owner-kpis,.nl9473-control-grid,.nl-scf-grid,.nl-scf-form,.nl-scf-pulse,.nl9336-workspace,.nl936-cockpit{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
 .nl9473-owner-kpis,.nl9473-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .nl936-inspector,.nl9336-inspector{display:none}
 body[data-nl-plane] :where(.card,.panel,article,.nl9473-control-center,.nl9473-owner-alerts,.nl9473-owner-schedule,.nl-scf-work,.nl-scf-flow){border-radius:16px!important;padding:12px!important}
}
@media all and (max-width:430px){
 .nl9473-owner-kpis,.nl9473-control-grid{grid-template-columns:1fr!important}.nlf128-scan{grid-template-columns:1fr;height:auto}.nlf128-brain{min-height:150px}
}
@media all and (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}


/* R132 truth-safe visual repair: no synthetic operational metrics. */
.nlf132-truth-note{min-height:96px;display:grid;place-items:center;padding:16px;border:1px dashed #bfe2ec;border-radius:15px;background:linear-gradient(135deg,#f5fcff,#f2fff9);color:#56798d;text-align:center;font-size:12px;line-height:1.7}
body[data-nl-page=public-home] .nlf128-kpis b{font-size:14px!important}
body[data-nl-page=public-home] .nlf128-node-stats span{font-size:9px;line-height:1.4}
@media all and (min-width:1181px){
 body[data-nl-page=public-home] .nl9473-public-canvas{padding:0 6px 88px}
 body[data-nl-page=public-home] .nl9473-hero{min-height:430px;max-height:430px;grid-template-columns:1fr .92fr 1fr}
 body[data-nl-page=public-home] .nl9473-surgeon{min-height:430px}
 body[data-nl-page=public-home] .nl9473-brand-orb{width:360px}
 body[data-nl-page=public-home] .nl9473-hero-copy{padding:28px 34px}
 body[data-nl-page=public-home] .nl9473-hero-copy h1{font-size:clamp(36px,4.2vw,58px)}
 body[data-nl-page=public-home] .nlf128-platform-map{margin-top:8px}
 body[data-nl-page=public-home] .nlf128-map-head{grid-template-columns:minmax(330px,.8fr) minmax(560px,1.4fr)}
 body[data-nl-page=public-home] .nlf128-panel{min-height:238px}
}
@media all and (max-width:760px){
 body[data-nl-page=public-home] .nl9473-public-head{grid-template-columns:auto 1fr auto!important}
 body[data-nl-page=public-home] .nl9473-brand-full{justify-self:start}
 body[data-nl-page=public-home] .nl946-public-auth{justify-self:end}
 body[data-nl-page=public-home] .nl946-public-auth .ghost,body[data-nl-page=public-home] .nl9473-lang{display:none!important}
 body[data-nl-page=public-home] .nl9473-hero{max-height:none!important}
 body[data-nl-page=public-home] .nlf128-panel{overflow:hidden}
 body[data-nl-page=public-home] .nlf128-kpis{grid-template-columns:1fr!important}
 body[data-nl-page=public-home] .nlf128-kpis i{display:grid;grid-template-columns:80px 1fr;align-items:center;text-align:start}
 body[data-nl-page=public-home] .nlf128-node-stats{grid-template-columns:1fr!important}
 body[data-nl-page=public-home] .nlf128-phone{height:180px}
}

/* R947.9.10.133 — canonical compact geometry, owner workspace and communications launcher */
html{overflow-x:hidden}
body{overflow-x:hidden}

/* The communications launcher previously had no active geometry rules and
   expanded as a normal document block. Keep it a small fixed action. */
.nlc-global-rail{position:fixed!important;z-index:490!important;inset:auto 22px 24px auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;pointer-events:none!important}
[dir="rtl"] .nlc-global-rail{right:auto!important;left:22px!important}
.nlc-fab{pointer-events:auto!important;position:relative!important;display:flex!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:58px!important;max-width:210px!important;height:58px!important;min-height:58px!important;margin:0!important;padding:6px 8px!important;border:1px solid #d7e9f1!important;border-radius:19px!important;background:rgba(255,255,255,.97)!important;color:#0d527b!important;box-shadow:0 12px 30px rgba(12,76,112,.16)!important;overflow:hidden!important}
.nlc-fab-halo,.nlc-fab-ring{position:absolute!important;inset:5px auto 5px 5px!important;width:46px!important;height:46px!important;border-radius:15px!important;background:linear-gradient(145deg,#e9faff,#ebfff8)!important}
.nlc-fab-ring{background:transparent!important;border:1px solid rgba(26,157,190,.22)!important}
.nlc-fab-logo-wrap{position:relative!important;z-index:2!important;display:grid!important;place-items:center!important;width:46px!important;height:46px!important;flex:0 0 46px!important}
.nlc-fab-logo{display:block!important;width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;object-fit:contain!important}
.nlc-fab-status{position:relative!important;z-index:2!important;display:grid!important;min-width:0!important;text-align:start!important;line-height:1.15!important}
.nlc-fab-status strong{font-size:12px!important;white-space:nowrap!important}.nlc-fab-status em{font-size:10px!important;font-style:normal!important;color:#678693!important;white-space:nowrap!important}
.nlc-fab-badges{position:absolute!important;z-index:3!important;top:4px!important;right:4px!important}.nlc-fab-badges i{display:grid!important;place-items:center!important;min-width:17px!important;height:17px!important;padding:0 4px!important;border-radius:9px!important;background:#e64f5c!important;color:#fff!important;font-size:9px!important;text-decoration:none!important}.nlc-fab-badges u{display:none!important}
.nlc-workspace{position:fixed!important;z-index:520!important;top:0!important;bottom:0!important;right:0!important;width:min(430px,100vw)!important;max-width:100vw!important;background:#fff!important;box-shadow:-18px 0 50px rgba(16,65,92,.2)!important;overflow:hidden!important}.nlc-workspace[hidden],.nlc-backdrop[hidden]{display:none!important}
.nlc-backdrop{position:fixed!important;z-index:510!important;inset:0!important;background:rgba(15,55,78,.22)!important}

/* Owner density: remove oversized billboard behaviour. */
.nl9473-owner-main{width:min(1320px,calc(100% - 32px))!important;margin:0 auto!important;padding:18px 0 104px!important}
.nl9473-owner-top{min-height:112px!important;padding:18px 20px!important;border-radius:22px!important}
.nl9473-owner-top h1{font-size:clamp(28px,3vw,42px)!important;line-height:1.12!important;margin:4px 0!important}
.nl9473-owner-meta b{font-size:27px!important}.nl9473-owner-meta span{font-size:11px!important}
.nl9473-owner-kpis{gap:10px!important;margin:12px 0!important}
.nl9473-owner-kpis article{min-height:88px!important;padding:12px 14px!important;border-radius:18px!important}
.nl9473-owner-kpis article i{width:48px!important;height:48px!important}.nl9473-owner-kpis article b{font-size:22px!important}.nl9473-owner-kpis article small{font-size:11px!important}

@media all and (max-width:760px){
 body{font-size:13px!important;padding-bottom:82px!important}
 .nl946-shell-topbar,.nl948-topbar{min-height:58px!important;height:58px!important;padding:5px 10px!important;grid-template-columns:44px minmax(0,1fr) 44px!important;gap:6px!important}
 .nl946-shell-topbar nav,.nl948-topbar nav,.nl946-shell-online,.nl946-shell-profile,.nl948-top-actions>a{display:none!important}
 .nl946-shell-brand,.nl948-top-brand{grid-column:2!important;justify-self:center!important;min-width:0!important}
 .nl946-shell-brand img,.nl948-top-brand img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}
 .nl946-shell-menu,.nl948-menu-toggle{grid-column:1!important;grid-row:1!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important}
 .nl946-shell-search,.nl948-top-search{grid-column:3!important;grid-row:1!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important}
 .nl9473-owner-main{width:100%!important;padding:10px 10px 98px!important}
 .nl9473-owner-top{min-height:0!important;padding:14px!important;border-radius:18px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
 .nl9473-owner-top small{font-size:10px!important}.nl9473-owner-top h1{font-size:25px!important;line-height:1.16!important}
 .nl9473-owner-meta{gap:2px!important;align-self:center!important}.nl9473-owner-meta b{font-size:20px!important}.nl9473-owner-meta span{font-size:9px!important;white-space:nowrap!important}
 .nl9473-owner-kpis{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:9px 0!important}
 .nl9473-owner-kpis article{display:flex!important;min-height:72px!important;padding:9px 10px!important;border-radius:15px!important;gap:8px!important;overflow:hidden!important}
 .nl9473-owner-kpis article i{width:40px!important;height:40px!important;flex:0 0 40px!important}.nl9473-owner-kpis article b{font-size:18px!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.nl9473-owner-kpis article small{font-size:10px!important}
 .nl9473-control-center,.nl9473-owner-alerts,.nl9473-owner-schedule,.nl9473-owner-lower>section{padding:11px!important;border-radius:16px!important}
 .nl9473-control-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
 .nl9473-control-grid>a{min-height:64px!important;padding:9px!important;border-radius:14px!important}
 .nl946-mobile-dock,.nl948-mobile-dock{left:8px!important;right:8px!important;bottom:max(6px,env(safe-area-inset-bottom))!important;height:66px!important;min-height:66px!important;padding:4px 6px!important;border-radius:22px!important}
 .nl946-mobile-dock>a,.nl946-mobile-dock>button,.nl948-mobile-dock>a{min-height:52px!important;font-size:9px!important;padding:3px 1px!important}
 .nl946-command-orb,.nlc13-command-orb{width:54px!important;height:54px!important;margin-top:-19px!important;transform:none!important}.nl946-command-orb img,.nlc13-command-orb img{width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important}
 .nlc-global-rail{left:10px!important;right:auto!important;bottom:82px!important}
 .nlc-fab{width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important;min-height:52px!important;padding:4px!important;border-radius:17px!important}
 .nlc-fab-halo,.nlc-fab-ring,.nlc-fab-logo-wrap{width:44px!important;height:44px!important;flex-basis:44px!important}.nlc-fab-logo{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important}.nlc-fab-status{display:none!important}
 .nlc-workspace{width:100vw!important}
 .nlf135-reference-stage{display:flex;flex-direction:column;padding:6px;gap:7px}.nlf135-clinical-hero{order:1}.nlf135-access{order:2}.nlf135-fabric{order:3}.nlf135-identity{order:4}
 .nlf135-reference-stage>*{border-radius:16px}.nlf135-identity{padding:12px}.nlf135-identity img{width:130px}.nlf135-identity h2{margin:8px 0 2px;font-size:20px}
 .nlf135-clinical-hero{min-height:410px;padding:12px}.nlf135-clinical-hero nav{overflow-x:auto;gap:12px}.nlf135-hero-copy{width:100%;margin-top:18px;text-align:center}.nlf135-hero-copy h1{font-size:27px}.nlf135-hero-copy>div{justify-content:center}
 .nlf135-brain-visual{inset:auto 20% 62px;width:60%;height:150px;opacity:.8}.nlf135-clinical-hero footer{grid-template-columns:repeat(3,1fr);inset:auto 7px 7px}
 .nlf135-access,.nlf135-fabric{padding:14px}.nlf135-fabric-orb{width:170px;height:170px}.nlf128-platform-map{margin-top:7px!important}
}

@media all and (max-width:390px){
 .nl9473-owner-kpis,.nl9473-control-grid{grid-template-columns:1fr!important}
 .nl9473-owner-top h1{font-size:22px!important}.nl9473-owner-meta b{font-size:18px!important}
}

/* R135 — real reference-board structure, no synthetic operational values */
.nlf135-reference-stage{width:min(1536px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(180px,.75fr) minmax(360px,2fr) minmax(200px,.85fr) minmax(200px,.85fr);gap:8px;padding:8px;background:linear-gradient(135deg,#f8fdff,#ecfbff 52%,#f4fffb);border-bottom:1px solid #d8edf4}
.nlf135-reference-stage>*{min-width:0;border:1px solid rgba(188,222,235,.85);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 9px 28px rgba(20,93,129,.07);overflow:hidden}
.nlf135-identity{padding:20px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#fff,#f2fcff 62%,#effff8)}.nlf135-identity img{width:190px;max-width:90%;height:auto}.nlf135-identity h2{margin:22px 0 5px;color:#124f78;font-size:25px;line-height:1.28}.nlf135-identity p{margin:0;color:#247557;font-size:12px;font-weight:900}.nlf135-identity small{margin-top:7px;color:#37739a;font-weight:800}
.nlf135-clinical-hero{position:relative;min-height:390px;padding:15px 20px;background:radial-gradient(circle at 78% 42%,rgba(68,203,242,.22),transparent 30%),linear-gradient(135deg,#fbfeff,#e7f9ff 60%,#effff8)}.nlf135-clinical-hero nav{display:flex;gap:14px;position:relative;z-index:3}.nlf135-clinical-hero nav a{font-size:11px;font-weight:900;color:#3d6d85}.nlf135-hero-copy{position:relative;z-index:3;width:58%;margin-top:70px}.nlf135-hero-copy>small{color:#159e87;font-weight:900;letter-spacing:.08em}.nlf135-hero-copy h1{margin:8px 0;color:#174e77;font-size:31px;line-height:1.2}.nlf135-hero-copy h1 b{color:#075b9a}.nlf135-hero-copy p{color:#54798b;font-weight:800}.nlf135-hero-copy>div{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.nlf135-brain-visual{position:absolute;z-index:1;inset:45px 12px 55px auto;width:43%;display:grid;place-items:center}.nlf135-brain-visual:before,.nlf135-brain-visual span{content:'';position:absolute;inset:5%;border-radius:50%;border:1px solid rgba(25,155,213,.25);box-shadow:0 0 60px rgba(42,204,221,.18)}.nlf135-brain-visual span{inset:16%;border-color:rgba(37,199,153,.33)}.nlf135-brain-visual img{position:relative;width:72%;height:72%;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(13,91,143,.2))}.nlf135-clinical-hero footer{position:absolute;z-index:3;inset:auto 14px 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.nlf135-clinical-hero footer span{padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.88);border:1px solid #d8ebf2}.nlf135-clinical-hero footer b,.nlf135-clinical-hero footer small{display:block}.nlf135-clinical-hero footer b{color:#138e78;font-size:11px}.nlf135-clinical-hero footer small{font-size:9px;color:#668493}
.nlf135-access{padding:18px 16px;text-align:center}.nlf135-access>img{width:120px;height:70px;object-fit:contain}.nlf135-access h3{margin:6px 0 2px;color:#124e78}.nlf135-access p{margin:0 0 12px;color:#78909c;font-size:11px}.nlf135-login{display:block;padding:9px 11px;margin:6px 0;border:1px solid #cfe4ed;border-radius:11px;color:#196b93;font-weight:900}.nlf135-login.primary{background:linear-gradient(90deg,#149de1,#22b8b0);color:#fff;border:0}.nlf135-access>small{display:block;margin:15px 0 7px;color:#6f8996}.nlf135-role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.nlf135-role-grid a{padding:10px 5px;border-radius:11px;background:#f1f9fc;color:#226b8d;font-size:11px;font-weight:900}
.nlf135-fabric{padding:17px 13px;text-align:center;background:radial-gradient(circle at 50% 48%,#fff,#eafaff 58%,#f2fff9)}.nlf135-fabric header b{display:block;color:#0f5380;font-size:19px}.nlf135-fabric header small{color:#4d87a3;font-weight:900}.nlf135-fabric-orb{position:relative;width:205px;height:205px;margin:10px auto;display:grid;place-items:center;border-radius:50%;border:1px solid #bfe6ef;box-shadow:inset 0 0 35px rgba(37,179,211,.13)}.nlf135-fabric-orb img{width:98px;height:98px;object-fit:contain}.nlf135-fabric-orb a{position:absolute;padding:6px 8px;border-radius:10px;background:#fff;border:1px solid #cde7ef;color:#147cab;font-size:10px;font-weight:900}.nlf135-fabric-orb a:nth-of-type(1){top:5px}.nlf135-fabric-orb a:nth-of-type(2){left:-4px;bottom:35px}.nlf135-fabric-orb a:nth-of-type(3){right:-5px;bottom:35px}.nlf135-fabric p{font-size:10px;color:#587c8e;line-height:1.5}
/* the new board replaces the old oversized hero; the operational grid remains */
.nlf135-reference-stage+.nl9473-hero{display:none!important}.nlf128-map-head{padding-top:18px!important}
.nlf135-hero-copy{margin-right:auto!important;margin-left:0!important;text-align:right}.nlf135-brain-visual{right:12px!important;left:auto!important}.nlf135-hero-copy h1{max-width:100%;text-wrap:balance}
.nlf135-reference-stage{direction:ltr}.nlf135-reference-stage>*{direction:rtl}.nlf135-clinical-hero{order:2}.nlf135-identity{order:1}.nlf135-access{order:3}.nlf135-fabric{order:4}
body[data-nl-page="public-home"] .nl9473-public-canvas{display:flex;flex-direction:column}body[data-nl-page="public-home"] .nlf135-reference-stage{order:1}body[data-nl-page="public-home"] .nl9473-hero{order:2}body[data-nl-page="public-home"] .nlf128-platform-map{order:3}body[data-nl-page="public-home"] #services{order:4}body[data-nl-page="public-home"] .nl881-public-journey{order:5}body[data-nl-page="public-home"] #doctors{order:6}body[data-nl-page="public-home"] [data-r947878="production-capabilities"]{order:7}body[data-nl-page="public-home"] [data-r947885="public-ai-concierge"]{order:8}body[data-nl-page="public-home"] .nl9473-info-strip:not([data-r947878]):not([data-r947885]){order:9}body[data-nl-page="public-home"] #clinic{order:10}



/* R947.9.10.141 — public entry, role journey and responsive closure */
body[data-nl-page="public-home"]{overflow-x:clip}
body[data-nl-page="public-home"] .nl9473-public-head{grid-template-columns:minmax(132px,178px) minmax(0,1fr) auto auto!important;gap:10px!important;padding-block:7px!important}
body[data-nl-page="public-home"] .nl946-public-auth{display:flex!important;align-items:center!important;gap:7px!important;justify-self:end!important;flex-wrap:nowrap!important}
body[data-nl-page="public-home"] .nl946-public-auth .nl946-btn{display:inline-flex!important;min-height:40px!important;padding:8px 14px!important;border-radius:12px!important;white-space:nowrap!important}
body[data-nl-page="public-home"] .nl946-public-auth .ghost{background:#fff!important;border:1px solid #cde4ed!important;color:#176b91!important}
body[data-nl-page="public-home"] .nlf135-reference-stage{grid-template-columns:minmax(190px,.8fr) minmax(420px,2.15fr) minmax(245px,1.05fr) minmax(220px,.95fr)!important;gap:10px!important;padding:10px!important;background:linear-gradient(135deg,#f8fdff 0%,#ebfaff 48%,#effff8 100%)!important}
body[data-nl-page="public-home"] .nlf135-reference-stage>*{border:1px solid rgba(178,218,232,.9)!important;border-radius:24px!important;background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(240,251,255,.94))!important;box-shadow:0 16px 42px rgba(18,94,132,.08)!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}
body[data-nl-page="public-home"] .nlf135-reference-stage>*:hover{transform:translateY(-4px);border-color:#8fd8e4!important;box-shadow:0 22px 48px rgba(19,113,151,.13)!important}
body[data-nl-page="public-home"] .nlf135-identity{padding:22px 15px!important;background:linear-gradient(165deg,#fff,#effaff 60%,#edfff7)!important}
body[data-nl-page="public-home"] .nlf135-identity img{width:min(176px,88%)!important}
body[data-nl-page="public-home"] .nlf135-clinical-hero{min-height:390px!important;padding:18px 22px!important;background:radial-gradient(circle at 82% 38%,rgba(48,196,232,.24),transparent 30%),linear-gradient(135deg,#fbfeff,#e9f9ff 61%,#effff8)!important}
body[data-nl-page="public-home"] .nlf135-access{position:relative;padding:20px 15px!important;text-align:right!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important}
body[data-nl-page="public-home"] .nlf135-access:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;inset:-65px auto auto -55px;background:radial-gradient(circle,rgba(52,203,210,.18),transparent 70%)}
.nlf139-path-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:linear-gradient(135deg,#e9f9ff,#eafff6);color:#139bbb;font-size:22px;margin-bottom:10px;box-shadow:inset 0 0 0 1px #ccebf0}
body[data-nl-page="public-home"] .nlf135-access h3{margin:0 0 4px!important;font-size:20px!important;color:#10547d!important}
body[data-nl-page="public-home"] .nlf135-access>p{margin:0 0 13px!important;font-size:11px!important;color:#628392!important}
body[data-nl-page="public-home"] .nlf135-role-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
body[data-nl-page="public-home"] .nlf135-role-grid a{position:relative;display:grid!important;grid-template-columns:34px 1fr!important;grid-template-rows:auto auto!important;column-gap:9px!important;align-items:center!important;min-height:55px!important;padding:8px 10px!important;border:1px solid #d9ebf1!important;border-radius:15px!important;background:rgba(255,255,255,.88)!important;color:#175b7b!important;transition:transform .22s ease,border-color .22s ease,background .22s ease!important}
body[data-nl-page="public-home"] .nlf135-role-grid a:hover{transform:translateX(-3px);border-color:#8ed9dd!important;background:#f4fffc!important}
body[data-nl-page="public-home"] .nlf135-role-grid i{grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:linear-gradient(135deg,#e8f7ff,#e8fff6);color:#138ca8;font-style:normal;font-size:10px;font-weight:900}
body[data-nl-page="public-home"] .nlf135-role-grid b{font-size:12px;line-height:1.15}
body[data-nl-page="public-home"] .nlf135-role-grid small{font-size:9px;color:#718b97;line-height:1.3}
.nlf139-workspace-link{margin-top:9px;padding:9px 11px;border-radius:12px;background:linear-gradient(90deg,#149de1,#22b8b0);color:#fff!important;text-align:center;font-weight:900;font-size:11px}
body[data-nl-page="public-home"] .nlf135-fabric{padding:20px 14px!important;background:radial-gradient(circle at 50% 45%,#fff,#eafaff 60%,#effff8)!important}
body[data-nl-page="public-home"] .nlf135-fabric-orb{width:min(190px,88%)!important;height:auto!important;aspect-ratio:1!important}
body[data-nl-page="public-home"] .nl936-identity-gate[aria-hidden="true"]{display:none!important}
body[data-nl-page="public-home"] .nl936-identity-gate[aria-hidden="false"]{position:fixed!important;z-index:500!important;inset:0!important;display:grid!important;place-items:center!important;height:auto!important;padding:18px!important;background:rgba(9,45,66,.42)!important;backdrop-filter:blur(10px)!important}
body[data-nl-page="public-home"] .nl936-identity-gate[aria-hidden="false"]>div{width:min(430px,92vw)!important;padding:25px 20px!important;border:1px solid #d8ebf1!important;border-radius:24px!important;background:#fff!important;text-align:center!important;box-shadow:0 30px 80px rgba(7,55,82,.22)!important}
.nlf139-gate-mark{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;margin:0 auto 12px!important;border-radius:18px!important;background:linear-gradient(135deg,#e8f9ff,#eafff5)!important;color:#149bbb!important;font-size:27px!important}
.nlf139-home-switcher{position:sticky;z-index:110;top:70px;width:min(720px,calc(100% - 20px));margin:10px auto 12px;padding:6px;display:grid;grid-template-columns:repeat(5,1fr);gap:5px;border:1px solid #d7e9ef;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 12px 34px rgba(19,93,128,.10);backdrop-filter:blur(16px)}
.nlf139-home-switcher button{min-width:0;min-height:47px;border:0;border-radius:15px;background:transparent;color:#557889;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:900;cursor:pointer;transition:.22s ease}
.nlf139-home-switcher button i{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#eef9fc;color:#138dad;font-style:normal}
.nlf139-home-switcher button.active{background:linear-gradient(135deg,#eaf9ff,#ebfff7);color:#0c6592;box-shadow:inset 0 0 0 1px #c9e8ed}
.nlf139-home-switcher button.active i{background:linear-gradient(135deg,#16a7dc,#28bea6);color:#fff}
body[data-nl-page="public-home"] .nl9473-public-canvas>[hidden]{display:none!important}
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view]:not([data-nlf139-view="intro"]) .nlf139-home-switcher~section:not([hidden]){animation:nlf139SceneIn .32s ease both}
@keyframes nlf139SceneIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
body[data-nl-page="public-home"] .nl9473-hero,body[data-nl-page="public-home"] [data-r947878="production-capabilities"]{display:none!important}
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="platform"] .nlf128-platform-map,
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="services"] #services,
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="services"] .nl881-public-journey,
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="services"] [data-r947885="public-ai-concierge"],
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="doctors"] #doctors,
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="clinic"] #clinic,
body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="clinic"] .nl9473-info-strip:not([data-r947878]):not([data-r947885]){width:min(1480px,calc(100% - 20px))!important;margin:10px auto!important;max-height:calc(100dvh - 170px);overflow:auto}

@media all and (max-width:1050px){
 body[data-nl-page="public-home"] .nl9473-public-head{grid-template-columns:auto minmax(0,1fr) auto!important}
 body[data-nl-page="public-home"] .nl9473-brand-full{justify-self:start!important}
 body[data-nl-page="public-home"] .nl9473-search{display:none!important}
 body[data-nl-page="public-home"] .nlf135-reference-stage{grid-template-columns:minmax(170px,.8fr) minmax(360px,1.9fr) minmax(230px,1fr)!important}
 body[data-nl-page="public-home"] .nlf135-fabric{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 190px 1fr!important;align-items:center!important;text-align:right!important}
}
@media all and (max-width:700px){
 body[data-nl-page="public-home"]{padding-bottom:98px!important}
 body[data-nl-page="public-home"] .nl9473-public-head{min-height:72px!important;grid-template-columns:52px minmax(70px,1fr) auto!important;padding:7px 9px!important;gap:6px!important}
 body[data-nl-page="public-home"] .nl9473-public-head:after{grid-column:1!important;grid-row:1!important;width:46px!important;height:46px!important;justify-self:start!important}
 body[data-nl-page="public-home"] .nl9473-brand-full{grid-column:2!important;grid-row:1!important;justify-self:center!important;width:72px!important;max-width:72px!important}
 body[data-nl-page="public-home"] .nl9473-brand-full img{width:72px!important;height:50px!important}
 body[data-nl-page="public-home"] .nl946-public-auth{grid-column:3!important;grid-row:1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:4px!important;justify-self:end!important}
 body[data-nl-page="public-home"] .nl946-public-auth .nl946-btn{display:flex!important;min-height:38px!important;padding:7px 8px!important;border-radius:11px!important;font-size:10px!important;justify-content:center!important}
 body[data-nl-page="public-home"] .nl9473-lang{display:none!important}
 body[data-nl-page="public-home"] .nl9473-public-canvas{width:100%!important;padding:8px!important;overflow:hidden!important}
 body[data-nl-page="public-home"] .nlf135-reference-stage{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;gap:10px!important;direction:rtl!important;background:transparent!important;border:0!important;overflow:visible!important}
 body[data-nl-page="public-home"] .nlf135-reference-stage>*{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;transform:none!important;border-radius:22px!important;overflow:hidden!important}
 body[data-nl-page="public-home"] .nlf135-clinical-hero{order:1!important;min-height:420px!important;padding:15px!important}
 body[data-nl-page="public-home"] .nlf135-clinical-hero nav{display:flex!important;gap:7px!important;overflow-x:auto!important;padding-bottom:5px!important}
 body[data-nl-page="public-home"] .nlf135-hero-copy{width:100%!important;margin-top:18px!important;text-align:right!important;padding-left:0!important}
 body[data-nl-page="public-home"] .nlf135-hero-copy h1{font-size:29px!important;line-height:1.25!important;max-width:74%!important}
 body[data-nl-page="public-home"] .nlf135-hero-copy p{max-width:70%!important;font-size:12px!important}
 body[data-nl-page="public-home"] .nlf135-brain-visual{inset:98px auto auto -7px!important;width:40%!important;height:170px!important;opacity:.7!important}
 body[data-nl-page="public-home"] .nlf135-clinical-hero footer{position:absolute!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;inset:auto 8px 8px!important;gap:5px!important}
 body[data-nl-page="public-home"] .nlf135-identity{order:2!important;min-height:280px!important;padding:22px 15px!important}
 body[data-nl-page="public-home"] .nlf135-identity img{width:150px!important}
 body[data-nl-page="public-home"] .nlf135-identity h2{font-size:25px!important;margin-top:12px!important}
 body[data-nl-page="public-home"] .nlf135-access{order:3!important;padding:18px 14px!important}
 body[data-nl-page="public-home"] .nlf135-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
 body[data-nl-page="public-home"] .nlf135-role-grid a{grid-template-columns:30px 1fr!important;min-height:68px!important;padding:8px!important}
 body[data-nl-page="public-home"] .nlf135-role-grid small{white-space:normal!important}
 body[data-nl-page="public-home"] .nlf135-fabric{order:4!important;display:flex!important;flex-direction:column!important;min-height:300px!important;text-align:center!important;padding:20px 14px!important}
 body[data-nl-page="public-home"] .nlf135-fabric-orb{width:180px!important;margin:10px auto!important}
 .nlf139-home-switcher{top:72px;width:calc(100% - 12px);margin:8px auto;padding:5px;border-radius:17px;gap:3px}
 .nlf139-home-switcher button{min-height:50px;display:grid;justify-items:center;gap:1px;padding:4px 2px;font-size:9px}
 .nlf139-home-switcher button i{width:25px;height:25px}
 body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view]:not([data-nlf139-view="intro"]){min-height:calc(100dvh - 150px)!important}
 body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="platform"] .nlf128-platform-map,body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="services"] #services,body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="services"] .nl881-public-journey,body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="services"] [data-r947885="public-ai-concierge"],body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="doctors"] #doctors,body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="clinic"] #clinic,body[data-nl-page="public-home"] .nl9473-public-canvas[data-nlf139-view="clinic"] .nl9473-info-strip:not([data-r947878]):not([data-r947885]){width:100%!important;max-height:calc(100dvh - 162px)!important;margin:0!important;padding:10px!important;overflow:auto!important}
}
@media all and (max-width:390px){
 body[data-nl-page="public-home"] .nl9473-public-head{grid-template-columns:46px 54px minmax(0,1fr)!important}
 body[data-nl-page="public-home"] .nl9473-brand-full,body[data-nl-page="public-home"] .nl9473-brand-full img{width:54px!important;max-width:54px!important}
 body[data-nl-page="public-home"] .nl946-public-auth .nl946-btn{padding-inline:6px!important;font-size:9px!important}
 body[data-nl-page="public-home"] .nlf135-hero-copy h1{font-size:26px!important}
 body[data-nl-page="public-home"] .nlf135-role-grid{grid-template-columns:1fr!important}
}
@media all and (prefers-reduced-motion:no-preference){
 body[data-nl-page="public-home"] .nlf135-brain-visual:before{animation:nlf139Pulse 5s ease-in-out infinite}
 body[data-nl-page="public-home"] .nlf135-fabric-orb{animation:nlf139Float 6s ease-in-out infinite}
 @keyframes nlf139Pulse{50%{transform:scale(1.055);opacity:.65}}
 @keyframes nlf139Float{50%{transform:translateY(-5px)}}
}


/* R947.9.10.141 — one visual system for every MAIN/BOT/NODE surface */
:root{
 --nl140-max:1440px;--nl140-gutter:clamp(12px,2vw,24px);--nl140-radius:18px;
 --nl140-line:#d9e9ef;--nl140-soft:#f3f9fb;--nl140-ink:#124d70;--nl140-muted:#6c8794;
 --nl140-blue:#159bd5;--nl140-mint:#22b99f;--nl140-shadow:0 10px 30px rgba(20,87,121,.07)
}
html{font-size:16px;scroll-behavior:smooth}body{overflow-x:clip;background:#f8fcfe;color:var(--nl140-ink)}
body,button,input,select,textarea{font-family:inherit}
.nl946-shell,.nl948-shell{min-height:100dvh;background:linear-gradient(180deg,#fbfeff,#f7fcfe 55%,#f8fffc)}
.nl946-shell-topbar,.nl948-topbar{min-height:64px!important;height:64px!important;padding:7px max(var(--nl140-gutter),calc((100vw - var(--nl140-max))/2))!important;gap:10px!important;box-shadow:0 5px 18px rgba(20,87,121,.05)!important;background:rgba(255,255,255,.97)!important;border-color:var(--nl140-line)!important}
.nl946-shell-brand img,.nl948-top-brand img{width:48px!important;height:48px!important}.nl946-shell-brand b,.nl948-top-brand b{font-size:18px!important}.nl946-shell-brand small,.nl948-top-brand small{font-size:9px!important}
.nl946-shell-primary-nav a{padding:8px 10px!important;font-size:12px!important;border-radius:10px!important}
.nl946-shell-icon,.nl946-shell-search{width:42px!important;min-width:42px!important;height:42px!important;border-radius:13px!important}
.nl946-shell-main,.nl948-shell-main{width:min(var(--nl140-max),calc(100% - (2 * var(--nl140-gutter))))!important;padding:16px 0 92px!important}
.nl946-pagehead,.nl948-pagehead{min-height:74px!important;padding:4px 0 13px!important;margin:0 0 14px!important;align-items:center!important}
.nl946-pagehead h1,.nl948-pagehead h1{font-size:clamp(26px,3vw,38px)!important;line-height:1.15!important;margin:3px 0 0!important;letter-spacing:-.02em!important}
.nl946-pagehead p,.nl948-pagehead p{font-size:13px!important;margin:4px 0!important}.nl946-breadcrumb{font-size:10px!important}
h1{font-size:clamp(28px,3.2vw,42px)!important;line-height:1.18!important}h2{font-size:clamp(22px,2.2vw,31px)!important;line-height:1.22!important}h3{font-size:clamp(17px,1.6vw,23px)!important}
p{line-height:1.7}.nl946-eyebrow{font-size:10px!important;letter-spacing:.08em!important}
.nl946-btn,.btn,button:not(.nl946-command-orb):not(.nlc13-command-orb){min-height:42px;border-radius:12px;padding:8px 14px;font-size:13px}
input,select,textarea{max-width:100%;min-height:44px;border:1px solid #cfe3eb!important;border-radius:12px!important;background:#fff!important;padding:9px 12px!important;font-size:14px!important;box-shadow:none!important}
textarea{min-height:96px}label{gap:6px!important;font-size:12px!important}
.card,.panel,.surface,.nl936-surface,.nl937-surface,.nl948-panel,.nl946-owner-panel,.nl-final-panel,.nl9336-canvas,.nl9336-inspector,.nl9332-zone{border:1px solid var(--nl140-line)!important;border-radius:var(--nl140-radius)!important;background:rgba(255,255,255,.88)!important;box-shadow:none!important}
.nl948-panel,.nl946-owner-panel,.nl-final-panel,.nl9336-canvas,.nl9336-inspector,.nl936-surface{padding:18px!important}
.nl946-metric-grid,.nl948-kpi-strip,.nl-final-status-grid,.nl9473-owner-kpis{gap:9px!important}
.nl946-metric,.nl948-kpi-strip article,.nl-final-status,.nl9473-owner-kpis article{min-height:86px!important;padding:12px!important;border:1px solid var(--nl140-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
.nl946-metric b,.nl948-kpi-strip b,.nl9473-owner-kpis b{font-size:clamp(22px,2vw,30px)!important}
.nl9473-owner-main{width:min(var(--nl140-max),calc(100% - (2 * var(--nl140-gutter))))!important;margin:auto!important;padding:16px 0 92px!important}
.nl9473-owner-top{min-height:112px!important;padding:18px 22px!important;border-radius:22px!important;margin-bottom:12px!important;background:linear-gradient(135deg,#ecfaff,#effff8)!important;border:1px solid var(--nl140-line)!important;box-shadow:none!important}
.nl9473-owner-top h1{font-size:clamp(28px,3vw,40px)!important}.nl9473-owner-meta b{font-size:28px!important}
.nl9473-owner-grid{gap:12px!important}.nl9473-control-center{padding:18px!important;border-radius:20px!important}.nl9473-control-grid{gap:8px!important}.nl9473-control-grid a{min-height:92px!important;padding:12px!important;border-radius:15px!important}
.nl937-surface{padding:15px!important}.nl-patient-search-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}.nl-patient-search-form input{width:100%!important}
.nl-patient-directory{display:grid!important;gap:8px!important}.nl-patient-directory>.nl937-surface{margin:0!important;padding:12px 14px!important;border-radius:15px!important;min-height:0!important}.nl-patient-directory .btn{min-height:38px!important;padding:7px 10px!important}
.nl-final-update-hero{min-height:150px!important;padding:22px!important;border-radius:22px!important}.nl-final-update-hero h1{font-size:clamp(30px,3.4vw,46px)!important}.nl-final-panel{margin-top:12px!important}.nl-final-history-row{min-height:52px!important;padding:9px 11px!important}
.nl9334-chat-canvas,.nl9336-workspace{min-height:min(680px,calc(100dvh - 180px))!important;max-height:calc(100dvh - 150px)!important;overflow:hidden!important}.nl9334-chat-inbox,.nl9334-chat-main{min-height:0!important;height:100%!important;overflow:auto!important}
.nl948-shell-drawer,.nl946-shell-drawer{width:min(390px,92vw)!important;padding:14px!important;background:#fff!important;box-shadow:18px 0 55px rgba(12,58,84,.18)!important}
.nl948-drawer-head{padding:2px 0 12px!important}.nl948-drawer-brand img{width:52px!important;height:52px!important}.nl948-drawer-context{padding:12px!important;border-radius:14px!important;margin-bottom:10px!important}
.nl948-drawer-tabs{display:flex!important;gap:5px!important;overflow-x:auto!important;padding:3px 0 8px!important}.nl948-drawer-tab{flex:0 0 auto!important;min-width:88px!important;min-height:54px!important;padding:7px!important;border-radius:13px!important}.nl948-drawer-links{gap:6px!important}.nl948-drawer-links a{min-height:46px!important;padding:10px 12px!important;border-radius:12px!important}
.nl936-auth-grid{width:min(1000px,calc(100% - 28px))!important;min-height:calc(100dvh - 120px)!important;margin:14px auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,.82fr)!important;gap:12px!important;align-items:stretch!important}
.nl936-auth-visual,.nl936-auth-card{min-height:0!important;height:auto!important;border:1px solid var(--nl140-line)!important;border-radius:24px!important;box-shadow:none!important;padding:clamp(22px,4vw,48px)!important}
.nl936-auth-visual{display:flex!important;flex-direction:column!important;justify-content:center!important;background:linear-gradient(145deg,#edfaff,#effff7)!important}.nl936-auth-visual img{width:min(240px,72%)!important;max-height:150px!important;object-fit:contain!important}.nl936-auth-visual h1{font-size:clamp(30px,4vw,48px)!important}
.nl936-auth-card{display:flex!important;flex-direction:column!important;justify-content:center!important;background:#fff!important}.nl936-auth-card>.logo{width:66px!important;height:66px!important}.nl936-auth-card h2{font-size:32px!important;margin:10px 0 3px!important}.nl936-auth-form{gap:10px!important}.nl936-auth-links{gap:7px!important;margin-top:10px!important}
body.login,body.nl917-auth,body.nlc14-auth{min-height:100dvh;display:grid;place-items:center;padding:18px;background:linear-gradient(145deg,#f5fbfe,#effff8)}
.login-card,.nl936-auth-surface{width:min(470px,100%)!important;min-height:0!important;margin:auto!important;padding:28px!important;border:1px solid var(--nl140-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--nl140-shadow)!important}.login-card h1,.nl936-auth-surface h1{font-size:34px!important}.login-card img{max-width:180px!important;max-height:100px!important;object-fit:contain!important}

/* audited surface closure: one density for all operational routes */
[data-nl-page]{--page-gap:12px}[data-nl-page] main,[data-nl-page] .container,[data-nl-page] .wrap,[data-nl-page] .content{max-width:var(--nl140-max);margin-inline:auto}
[data-nl-page] section,[data-nl-page] article,[data-nl-page] form{min-width:0}
[data-nl-page] main>section+section,[data-nl-page] main>.panel+*{margin-top:var(--page-gap)!important}
[data-nl-page] h1:not(.nl946-pagehead h1):not(.nl948-pagehead h1){font-size:clamp(27px,3vw,40px)!important;margin-block:0 10px!important}
[data-nl-page] h2{margin-block:0 8px!important}[data-nl-page] h3{margin-block:0 6px!important}
[data-nl-page] .hero,[data-nl-page] [class*="-hero"],[data-nl-page] [class*="__hero"]{min-height:0!important;padding:clamp(16px,2.2vw,28px)!important;border-radius:22px!important}
[data-nl-page] .grid,[data-nl-page] [class*="-grid"],[data-nl-page] [class*="__grid"]{gap:10px!important}
[data-nl-page] .toolbar,[data-nl-page] [class*="-toolbar"],[data-nl-page] [class*="__toolbar"]{gap:8px!important;min-height:0!important;padding:8px!important;flex-wrap:wrap!important}
[data-nl-page] .tabs,[data-nl-page] [class*="-tabs"],[data-nl-page] [role="tablist"]{gap:5px!important;overflow-x:auto!important;scrollbar-width:thin}
[data-nl-page] [role="tab"],[data-nl-page] .tab,[data-nl-page] [class$="-tab"]{min-height:38px!important;padding:7px 11px!important;font-size:12px!important;white-space:nowrap}
[data-nl-page] table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;font-size:12px!important}
[data-nl-page] th,[data-nl-page] td{padding:8px 9px!important;line-height:1.45!important;vertical-align:middle!important}
[data-nl-page] th{font-size:11px!important;white-space:nowrap;background:#f3f9fb!important;position:sticky;top:0;z-index:1}
[data-nl-page] .table-wrap,[data-nl-page] [class*="table-wrap"],[data-nl-page] [class*="-table"]{max-width:100%;overflow:auto!important}
[data-nl-page="audit"] table{display:block;max-height:min(68dvh,720px);overflow:auto}
[data-nl-page="audit"] table tbody,[data-nl-page="audit"] table thead{display:table;width:100%;table-layout:fixed}
[data-nl-page="accounting"] .nl936-surface,[data-nl-page="communications-r9471"] .nl936-surface{padding:14px!important}
[data-nl-page="communications-r9471"] main,[data-nl-page="accounting"] main{gap:10px!important}
[data-nl-page="communications-r9471"] form{gap:7px!important;margin-block:6px!important}
[data-nl-page="users"] table,[data-nl-page="quality-certification"] table,[data-nl-page="mobile-node-control-r901"] table{font-size:11px!important}

@media all and (max-width:720px){
 html{font-size:14px}body{padding-bottom:78px!important}
 .nl946-shell-topbar,.nl948-topbar{height:58px!important;min-height:58px!important;grid-template-columns:44px minmax(0,1fr) 44px!important;padding:6px 9px!important;gap:5px!important}
 .nl948-menu-button,.nl946-shell-brandrow>.nl946-shell-icon{width:42px!important;height:42px!important;min-width:42px!important}
 .nl948-top-brand,.nl946-shell-brand{justify-self:center!important}.nl946-shell-brand img,.nl948-top-brand img{width:46px!important;height:46px!important}.nl946-shell-brand span,.nl948-top-brand span{display:none!important}
 .nl948-top-actions,.nl946-shell-actions{justify-self:start!important}.nl948-top-actions>*:not(.nl946-shell-search),.nl946-shell-actions>*:not(.nl946-shell-search){display:none!important}
 .nl946-shell-main,.nl948-shell-main{width:100%!important;padding:10px 10px 88px!important}
 .nl946-pagehead,.nl948-pagehead{min-height:58px!important;padding:4px 2px 9px!important;margin-bottom:9px!important}.nl946-pagehead h1,.nl948-pagehead h1{font-size:26px!important}.nl946-pagehead p,.nl948-pagehead p{font-size:11px!important}.nl946-page-live{display:none!important}
 h1{font-size:29px!important}h2{font-size:23px!important}h3{font-size:18px!important}
 .nl946-btn,.btn,button:not(.nl946-command-orb):not(.nlc13-command-orb){min-height:40px!important;padding:8px 11px!important;font-size:12px!important}
 input,select,textarea{min-height:42px!important;font-size:13px!important;padding:8px 10px!important}
 .card,.panel,.surface,.nl936-surface,.nl937-surface,.nl948-panel,.nl946-owner-panel,.nl-final-panel,.nl9336-canvas,.nl9336-inspector,.nl9332-zone{border-radius:15px!important}
 .nl948-panel,.nl946-owner-panel,.nl-final-panel,.nl9336-canvas,.nl9336-inspector,.nl936-surface{padding:12px!important}
 .nl946-metric-grid,.nl948-kpi-strip,.nl-final-status-grid,.nl9473-owner-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
 .nl946-metric,.nl948-kpi-strip article,.nl-final-status,.nl9473-owner-kpis article{min-height:78px!important;padding:10px!important;border-radius:14px!important}.nl946-metric b,.nl948-kpi-strip b,.nl9473-owner-kpis b{font-size:23px!important}
 .nl9473-owner-main{width:100%!important;padding:8px 10px 86px!important}.nl9473-owner-top{min-height:106px!important;padding:14px!important;border-radius:18px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important}.nl9473-owner-top h1{font-size:28px!important}.nl9473-owner-search{display:none!important}.nl9473-owner-meta{align-self:end!important}.nl9473-owner-meta b{font-size:23px!important}
 .nl9473-owner-grid{display:block!important}.nl9473-owner-grid>*+*{margin-top:9px!important}.nl9473-control-center{padding:12px!important}.nl9473-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.nl9473-control-grid a{min-height:88px!important;padding:10px!important}
 .nl937-surface{padding:11px!important}.nl-patient-search-form{grid-template-columns:minmax(0,1fr) auto!important}.nl-patient-directory{gap:6px!important}.nl-patient-directory>.nl937-surface{padding:10px!important;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:7px!important}.nl-patient-directory>.nl937-surface .btn{min-height:36px!important;padding:6px 7px!important;font-size:10px!important}
 .nl948-shell-drawer,.nl946-shell-drawer{width:min(340px,calc(100vw - 18px))!important;padding:11px!important}.nl948-drawer-head{padding-bottom:8px!important}.nl948-drawer-brand img{width:46px!important;height:46px!important}.nl948-drawer-context{padding:10px!important}.nl948-drawer-tab{min-width:76px!important;min-height:48px!important;font-size:10px!important}.nl948-drawer-links{grid-template-columns:1fr!important}.nl948-drawer-links a{min-height:42px!important;padding:9px 11px!important}
 .nl946-mobile-dock,.nl948-mobile-dock,.nl946-public-bottom{left:8px!important;right:8px!important;bottom:7px!important;height:68px!important;min-height:68px!important;padding:5px 7px!important;border-radius:23px!important;box-shadow:0 10px 28px rgba(20,87,121,.14)!important}.nl946-mobile-dock>a,.nl948-mobile-dock>a,.nl946-public-bottom>a{font-size:9px!important;gap:0!important}.nl946-mobile-dock svg,.nl948-mobile-dock svg{width:22px!important;height:22px!important}
 .nl946-command-orb,.nlc13-command-orb{width:62px!important;height:62px!important;margin-top:-20px!important;border-width:6px!important}.nl946-command-orb img,.nlc13-command-orb img{width:43px!important;height:43px!important}.nl946-command-orb span,.nlc13-command-orb span{display:none!important}
 .nl-final-update-hero{min-height:112px!important;padding:15px!important}.nl-final-update-hero h1{font-size:30px!important}.nl-final-status-grid{grid-template-columns:1fr 1fr!important}.nl-final-history-row{grid-template-columns:1fr auto!important}.nl-final-history-row>*:nth-child(3){display:none!important}
 .nl9334-chat-canvas,.nl9336-workspace{min-height:calc(100dvh - 150px)!important;max-height:calc(100dvh - 150px)!important}.nl9336-workspace{display:block!important}.nl9336-inspector{display:none!important}
 .nl936-auth-grid{width:100%!important;min-height:calc(100dvh - 80px)!important;margin:0!important;display:block!important;padding:8px!important}.nl936-auth-visual{display:none!important}.nl936-auth-card{width:100%!important;min-height:calc(100dvh - 96px)!important;padding:22px 16px!important;border-radius:20px!important;justify-content:center!important}.nl936-auth-card>.logo{width:62px!important;height:62px!important;margin-inline:auto!important}.nl936-auth-card h2{text-align:center!important;font-size:28px!important}.nl936-auth-card>p{text-align:center!important;font-size:12px!important}
 body.login,body.nl917-auth,body.nlc14-auth{padding:10px!important}.login-card,.nl936-auth-surface{width:100%!important;padding:22px 16px!important;border-radius:20px!important}.login-card h1,.nl936-auth-surface h1{font-size:28px!important}.login-card img{max-width:150px!important;max-height:82px!important}
 [data-nl-page]{--page-gap:8px}[data-nl-page] main,[data-nl-page] .container,[data-nl-page] .wrap,[data-nl-page] .content{width:100%!important;max-width:100%!important}
 [data-nl-page] h1:not(.nl946-pagehead h1):not(.nl948-pagehead h1){font-size:26px!important;line-height:1.2!important;margin-bottom:7px!important}
 [data-nl-page] .hero,[data-nl-page] [class*="-hero"],[data-nl-page] [class*="__hero"]{padding:13px!important;border-radius:16px!important}
 [data-nl-page] .grid,[data-nl-page] [class*="-grid"],[data-nl-page] [class*="__grid"]{gap:7px!important}
 [data-nl-page] .toolbar,[data-nl-page] [class*="-toolbar"],[data-nl-page] [class*="__toolbar"]{padding:6px!important;gap:5px!important}
 [data-nl-page] [role="tab"],[data-nl-page] .tab,[data-nl-page] [class$="-tab"]{min-height:36px!important;padding:6px 9px!important;font-size:10px!important}
 [data-nl-page] table{min-width:620px!important;font-size:10px!important}[data-nl-page] th,[data-nl-page] td{padding:7px!important}
 [data-nl-page] .table-wrap,[data-nl-page] [class*="table-wrap"],[data-nl-page] [class*="-table"]{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
 [data-nl-page="audit"] table{max-height:58dvh}
 [data-nl-page="patient-directory-r9471"] .nl-patient-directory>.nl937-surface{grid-template-columns:42px minmax(0,1fr)!important}
 [data-nl-page="patient-create"] form,[data-nl-page="clinical-paper-intake-r901"] form,[data-nl-page="my-profile"] form{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
 [data-nl-page="communications-r9471"] .nl9334-chat-canvas,[data-nl-page="communications-r9471"] .nl9336-workspace{height:calc(100dvh - 150px)!important;min-height:0!important}
}
@media all and (max-width:390px){
 .nl946-shell-main,.nl948-shell-main{padding-inline:7px!important}.nl9473-owner-main{padding-inline:7px!important}.nl946-metric-grid,.nl948-kpi-strip,.nl-final-status-grid,.nl9473-owner-kpis{gap:5px!important}.nl946-metric,.nl948-kpi-strip article,.nl-final-status,.nl9473-owner-kpis article{padding:8px!important}.nl9473-control-grid{gap:5px!important}
}


/* R947.9.10.141 — production-facing role segregation */
body[data-nl-page="public-home"] [data-internal-only],
body[data-nl-page="public-home"] [data-technical-only]{display:none!important}
.nl141-public-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}
.nl141-public-paths a{min-height:92px;padding:16px;border:1px solid #d9e9ef;border-radius:18px;background:#fff;text-decoration:none;color:#124d70;display:grid;align-content:center;gap:4px}
.nl141-public-paths b{font-size:18px}.nl141-public-paths small{color:#6c8794}
.nl141-care-fabric{display:grid;gap:12px;align-content:center;text-align:center}.nl141-care-fabric img{width:96px;height:96px;object-fit:contain;margin:auto}
.nl141-care-fabric p{margin:0;color:#6c8794;font-size:13px}
.nl141-public-services{padding:22px;border:1px solid #d9e9ef;border-radius:22px;background:linear-gradient(135deg,#f3fbff,#f2fff9)}
.nl141-public-services>header{text-align:center;margin-bottom:14px}.nl141-public-services>header p{color:#6c8794;margin:4px 0}
.nl141-public-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.nl141-public-service-grid a{min-height:126px;padding:16px;border:1px solid #d9e9ef;border-radius:18px;background:#fff;text-decoration:none;color:#124d70;display:grid;align-content:center;gap:6px}
.nl141-public-service-grid b{font-size:18px}.nl141-public-service-grid small{color:#6c8794}
body:not([data-nl-role="OWNER"]) [data-owner-only],body[data-nl-role="VISITOR"] [data-authenticated-only]{display:none!important}
@media all and (max-width:720px){.nl141-public-paths{grid-template-columns:1fr}.nl141-public-paths a{min-height:72px;padding:12px}.nl141-public-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.nl141-public-services{padding:13px}.nl141-public-service-grid a{min-height:98px;padding:12px}.nl141-public-service-grid b{font-size:15px}}

/* R947.9.10.141 comprehensive visual closure */
:root{--nl-space-1:4px;--nl-space-2:8px;--nl-space-3:12px;--nl-space-4:16px;--nl-space-5:24px;--nl-radius-sm:10px;--nl-radius-md:14px;--nl-radius-lg:20px;--nl-control-h:42px}
.nl-diagnostic-evidence{margin:10px 0;border:1px solid #d9e9ef;border-radius:14px;background:#fff;overflow:hidden}.nl-diagnostic-evidence>summary{cursor:pointer;padding:11px 14px;font-weight:800;color:#176b91;background:#f5fbfe;list-style:none}.nl-diagnostic-pre{margin:0;max-height:52vh;overflow:auto;white-space:pre-wrap;word-break:break-word;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;padding:14px;background:#0e2532;color:#e7f6fb;border-radius:0}
.nl946-shell,.nl948-shell{overflow-x:hidden}.nl946-sidebar,.nl948-sidebar{will-change:transform;contain:layout paint}.nl946-shell-main,.nl948-shell-main{min-width:0}.nl946-btn,.btn,button,input,select,textarea{min-height:42px}.nl946-btn,.btn,button{touch-action:manipulation}.nl932-surface,.nl946-card,.nl948-card{box-shadow:none}.nl946-bottom-dock,.nl948-bottom-dock{transform:translateZ(0);backface-visibility:hidden}
[data-nl-canonical-body] table{width:100%;border-collapse:collapse}[data-nl-canonical-body] table:not(.nl-no-scroll){display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[data-nl-canonical-body] img,[data-nl-canonical-body] video,[data-nl-canonical-body] canvas{max-width:100%;height:auto}
body{font-size:clamp(13px,2.8vw,15px)}.nl946-shell-main,.nl948-shell-main{padding-inline:clamp(10px,2vw,24px)}.nl946-pagehead h1,.nl948-pagehead h1{font-size:clamp(22px,5vw,30px)}.nl946-btn,.btn,button,input,select,textarea{max-width:100%}.nl-diagnostic-pre{font-size:clamp(11px,2.4vw,12px);max-height:46vh}.nl141-public-service-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
/* NL311 MERGED UI ORGANIZATION AUTHORITY */
/* Current UI organization authority. No legacy override debt. */
body[data-nl-contract-driven="1"] .nl119-owner-console-unified{display:block;max-width:1480px;margin:0 auto}
body[data-nl-contract-driven="1"] .nl119-owner-console-unified>.nl9473-owner-main{width:100%;max-width:none;margin:0;padding-inline:0}
body[data-nl-contract-driven="1"] .nl119-owner-console-unified .nl9473-control-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body[data-nl-contract-driven="1"] .nl948-drawer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body[data-nl-contract-driven="1"] .nl948-drawer-links>a{min-height:46px;padding:10px 12px;display:flex;align-items:center}
body[data-nl-contract-driven="1"] .nl948-drawer-tabs{max-height:220px;overflow:auto;align-content:start}
body[data-nl-contract-driven="1"] .nl946-shell-primary-nav{gap:4px;padding:4px;border:1px solid #dfeaf1;border-radius:16px;background:#f7fbfd}
body[data-nl-contract-driven="1"] .nl946-shell-primary-nav>a{padding:9px 12px;border-radius:12px}
body[data-nl-contract-driven="1"] .nl9473-owner-kpis{gap:10px}
body[data-nl-contract-driven="1"] .nl9473-owner-kpis>article{min-width:0;padding:14px}
.nl119-experience-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 28px;margin-bottom:18px;border:1px solid #d9e9f1;border-radius:24px;background:linear-gradient(135deg,#eef9ff,#f7fffc 58%,#f5f1ff)}
.nl119-experience-hero h2{margin:7px 0;font-size:clamp(28px,4vw,44px)}.nl119-experience-hero p{margin:0;max-width:760px;color:#637f8f}
.nl119-experience-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:16px}.nl119-experience-grid>.panel{margin:0;padding:24px}
.nl119-experience-grid header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.nl119-experience-grid h3{margin:5px 0 0;font-size:24px}
.nl119-experience-settings form{display:grid;gap:10px}.nl119-experience-settings label{font-weight:800;margin-top:4px}.nl119-experience-settings select{min-height:48px;border-radius:13px;padding-inline:12px}.nl119-experience-settings button{margin-top:8px;min-height:48px}
.nl119-experience-tools nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nl119-experience-tools nav>a{display:flex;flex-direction:column;gap:5px;padding:17px;border:1px solid #dbeaf1;border-radius:17px;background:#f8fcff;color:#174f70;text-decoration:none}.nl119-experience-tools nav>a:hover{border-color:#a9d9ee;transform:translateY(-1px)}.nl119-experience-tools nav span{color:#708994;font-size:13px}


/* NL311 extracted from communications_command_center.php #1 */
.nl883-comm-form{display:flex;gap:10px;flex-wrap:wrap;align-items:end;margin:10px 0}.nl883-comm-form label{display:grid;gap:5px;min-width:160px}.nl883-comm-form select{min-height:42px;border:1px solid #d6e8ec;border-radius:14px;background:#fff;padding:7px}

/* NL311 extracted from daily_close.php #1 */
.nl873-close{direction:rtl;color:#173f51}.nl873-close h1{margin:4px 0}.nl873-close .hero{padding:16px 4px;border-bottom:1px solid #d8ebef}.nl873-close .score{display:flex;gap:12px;align-items:center;padding:14px;background:#f7fcfd;margin:12px 0;border-radius:16px}.nl873-close .score b{font-size:34px}.nl873-close .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nl873-close .grid div{padding:12px;background:#fff;border-top:2px solid #b7eddb}.nl873-close .grid b{display:block;font-size:22px}.nl873-close form{margin-top:14px;padding:14px 4px;border-top:1px solid #d8ebef}.nl873-close input,.nl873-close textarea{width:100%;padding:10px;border:1px solid #cfe4e8;border-radius:10px;font:inherit}.nl873-close label{display:block;margin:8px 0}.nl873-close .warn{background:#fff8e9;padding:10px;border-radius:10px}@media screen and (max-width:700px){.nl873-close .grid{grid-template-columns:1fr 1fr}}

/* NL311 extracted from doctor_clinical_cockpit.php #1 */
.dcw{--ink:#143f53;--mut:#6b8592;--line:#d6eaee;--wash:#f7fcfd;--mint:#dff8ef;--blue:#edf8ff;direction:rtl;color:var(--ink);padding:0 0 88px}.dcw *{box-sizing:border-box}.dcw-top{position:sticky;top:0;z-index:35;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:10px 14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dcw-id{flex:1;min-width:210px}.dcw-id h1{margin:0;font-size:clamp(19px,3vw,28px)}.dcw-id p{margin:3px 0 0;color:var(--mut);font-size:13px}.dcw-nav,.dcw-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.dcw-nav a,.dcw-btn{border:0;border-radius:999px;padding:9px 14px;background:#e9f7fa;color:var(--ink);text-decoration:none;font-weight:800;cursor:pointer}.dcw-btn.primary{background:#bff2df}.dcw-btn.warn{background:#fff1c9}.dcw-btn.danger{background:#ffe8e8}.dcw-btn[disabled],a[aria-disabled=true]{opacity:.38;pointer-events:none}.dcw-save{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--mut);white-space:nowrap}.dcw-save i{width:9px;height:9px;border-radius:50%;background:#9ab1bb}.dcw-save.saving i{animation:pulse .8s infinite}.dcw-save.saved i{background:#4fbf91}.dcw-save.error i{background:#d86b6b}@keyframes pulse{50%{opacity:.25}}.dcw-kpis{display:flex;border-bottom:1px solid var(--line);overflow:auto;background:#fff}.dcw-kpis div{min-width:116px;padding:10px 16px;border-left:1px solid var(--line)}.dcw-kpis b{font-size:20px;display:block}.dcw-kpis small{color:var(--mut)}.dcw-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;min-height:65vh}.dcw-main{padding:14px;min-width:0}.dcw-queue{border-right:1px solid var(--line);background:var(--wash);padding:10px;max-height:calc(100vh - 130px);overflow:auto;position:sticky;top:105px;align-self:start}.dcw-q{display:grid;grid-template-columns:32px 1fr auto;gap:7px;align-items:center;padding:9px 6px;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink)}.dcw-q.active{background:var(--mint);border-radius:14px}.dcw-q small{display:block;color:var(--mut)}.dcw-patientbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid var(--line);margin-bottom:10px;position:sticky;top:61px;background:#fff;z-index:20}.dcw-patientbar strong{font-size:22px}.dcw-chip{padding:5px 9px;border-radius:999px;background:var(--blue);font-size:12px;font-weight:800}.dcw-alert{padding:9px 11px;border-right:4px solid #e6b64d;background:#fffaf0;margin:5px 0;border-radius:10px}.dcw-stage{display:flex;gap:6px;overflow:auto;padding:7px 0 10px}.dcw-stage button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;white-space:nowrap;font-weight:800;color:var(--mut)}.dcw-stage button.done{background:var(--mint);color:var(--ink)}.dcw-stage button.now{outline:2px solid #9ee4d0}.dcw-tabs{display:flex;gap:5px;overflow:auto;padding:4px 0 10px;background:#fff}.dcw-tabs button{white-space:nowrap;border:0;border-radius:999px;padding:8px 12px;background:#f1f8fa;font-weight:800;color:var(--ink)}.dcw-tabs button.on{background:#bff2df}.dcw-pane{display:none}.dcw-pane.on{display:block}.dcw-section{padding:13px 2px;border-top:1px solid var(--line)}.dcw-section:first-child{border-top:0}.dcw-section h2{margin:0 0 5px;font-size:18px}.dcw-section>p{margin:0 0 10px;color:var(--mut)}.dcw-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dcw-span2{grid-column:span 2}.dcw-field label{font-size:12px;font-weight:800;color:var(--mut)}.dcw-field input,.dcw-field textarea,.dcw-field select{width:100%;border:1px solid #cfe4e8;background:#fff;border-radius:11px;padding:10px;margin-top:4px;font:inherit}.dcw-field textarea{min-height:82px;resize:vertical}.dcw-note{padding:11px;background:var(--wash);border:1px solid var(--line);border-radius:13px}.dcw-doc{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.dcw-doc small{display:block;color:var(--mut);margin-top:2px}.dcw-empty{text-align:center;padding:55px 15px}.dcw-drawer{position:fixed;inset:0;z-index:1000;display:none}.dcw-drawer.open{display:block}.dcw-drawer-bg{position:absolute;inset:0;background:rgba(19,54,70,.25);backdrop-filter:blur(3px)}.dcw-drawer-panel{position:absolute;inset:3% 2% 3% 18%;background:#fff;border-radius:22px;box-shadow:0 22px 70px rgba(19,54,70,.18);overflow:hidden;display:grid;grid-template-rows:auto 1fr}.dcw-drawer-head{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line)}.dcw-drawer-head b{flex:1}.dcw-native-context{border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff}.dcw-native-context h3{margin:0 0 8px}.dcw-native-actions{display:flex;gap:7px;flex-wrap:wrap}.dcw-start-override{display:none;padding:10px;background:#fffaf0;border:1px solid #f1deb0;border-radius:12px;margin-top:8px}.dcw-start-override.show{display:block}.dcw-360line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:8px 0 14px}.dcw-360line>div{padding:10px 12px;border-left:1px solid var(--line)}.dcw-360line small{display:block;color:var(--mut);font-size:11px}.dcw-360line b{display:block;margin-top:3px}.dcw-history-item{padding:11px 2px;border-bottom:1px solid var(--line)}.dcw-history-item summary{cursor:pointer;display:flex;gap:8px;align-items:center;font-weight:800}.dcw-history-body{padding:9px 0 2px;color:var(--ink)}.dcw-history-body p{margin:5px 0}.dcw-doc-shell{display:grid;grid-template-columns:minmax(250px,38%) 1fr;gap:12px;min-height:430px}.dcw-doc-list{max-height:520px;overflow:auto;border-left:1px solid var(--line);padding-left:9px}.dcw-doc-preview{background:var(--wash);border:1px solid var(--line);border-radius:14px;overflow:hidden;min-height:430px;display:grid;place-items:center}.dcw-doc-preview object{width:100%;height:100%;min-height:430px;border:0;background:#fff}.dcw-doc-preview img{max-width:100%;max-height:70vh;object-fit:contain}.dcw-doc-preview .hint{padding:30px;text-align:center;color:var(--mut)}.dcw-doc-preview.smart{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,38%);place-items:stretch}.dcw-doc-visual{min-height:430px;display:grid;place-items:center;overflow:auto}.dcw-doc-content{border-right:1px solid var(--line);padding:14px;overflow:auto;max-height:560px;background:#fff}.dcw-doc-content h3{margin:0 0 7px}.dcw-doc-content .meta{color:var(--mut);font-size:12px;margin-bottom:10px}.dcw-doc-content .part{padding:10px 0;border-top:1px solid var(--line)}.dcw-doc-content .part b{display:block;margin-bottom:5px}.dcw-doc-content .part p{margin:0;white-space:pre-wrap;line-height:1.65}.dcw-timeline{display:grid;gap:0}.dcw-timeline a,.dcw-timeline-link{display:grid;grid-template-columns:10px 1fr;gap:8px;text-decoration:none;color:var(--ink);padding:8px 0;border-bottom:1px solid var(--line)}.dcw-timeline-link{width:100%;border:0;background:transparent;text-align:right;font:inherit;cursor:pointer}.dcw-timeline i{width:8px;height:8px;border-radius:50%;background:#9edfcf;margin-top:6px}.dcw-surgery-fin{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}.dcw-surgery-fin div{padding:9px;background:var(--wash);border-radius:10px}.dcw-surgery-fin small{display:block;color:var(--mut)}.dcw-ai-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dcw-ai-box{padding:11px;background:var(--wash);border-radius:12px;border:1px solid var(--line)}.dcw-ai-box h3{margin:0 0 6px;font-size:15px}.dcw-ai-box p,.dcw-ai-box pre{margin:0;white-space:pre-wrap;font:inherit}.dcw-inline-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.dcw-surgery-form{margin-top:10px}
@media screen and (max-width:900px){.dcw-doc-preview.smart{grid-template-columns:1fr}.dcw-doc-content{border-right:0;border-top:1px solid var(--line);max-height:none}.dcw-ai-grid{grid-template-columns:1fr}.dcw-360line{grid-template-columns:repeat(2,1fr)}.dcw-doc-shell{grid-template-columns:1fr}.dcw-doc-list{max-height:none;border-left:0;padding-left:0}.dcw-doc-preview{min-height:360px}.dcw-surgery-fin{grid-template-columns:1fr 1fr}.dcw-shell{grid-template-columns:1fr}.dcw-queue{position:static;max-height:none;border-right:0;border-top:1px solid var(--line);order:2}.dcw-grid{grid-template-columns:1fr}.dcw-span2{grid-column:auto}.dcw-main{padding:9px 11px}.dcw-patientbar{top:105px}.dcw-nav{width:100%;justify-content:space-between}.dcw-drawer-panel{inset:2%}.dcw-kpis{display:none}}

/* NL311 extracted from financial_command.php #1 */
.nl883-inline-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;align-items:end}.nl883-inline-form label{display:grid;gap:5px}.nl883-inline-form input,.nl883-inline-form select{min-height:42px;border:1px solid #d6e8ec;border-radius:14px;padding:8px;background:#fff}.nl883-inline-form button{min-height:42px;border:0;border-radius:14px;padding:8px 14px}

/* NL311 extracted from imaging_timeline.php #1 */
.it76{max-width:1500px;margin:auto}.it76-hero{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px 0}.it76-hero h1{margin:0}.it76-hero p{margin:4px 0;color:#667}.it76-back,.it76-btn{display:inline-flex;padding:9px 12px;border:1px solid #d5e7e2;border-radius:11px;text-decoration:none;background:#fff;font-weight:800}.it76-phases{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.it76-col{background:#fbfefd;border:1px solid #dcebe7;border-radius:16px;padding:12px;min-width:0}.it76-col h2{font-size:16px;margin:0 0 9px;display:flex;justify-content:space-between}.it76-card{padding:10px 0;border-top:1px solid #e4efec}.it76-card:first-of-type{border-top:0}.it76-card small{display:block;color:#667;margin-top:3px}.it76-card .actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.it77-policy{margin:10px 0 14px;padding:10px 12px;border:1px solid #dcebe7;border-radius:14px;background:#f9fffd;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.it77-policy div{display:grid;gap:2px}.it77-policy small{color:#667}.it77-policy span{margin-inline-start:auto;font-weight:900}.it77-policy form{display:flex;gap:6px}.it77-policy input{width:80px;padding:8px;border:1px solid #d5e7e2;border-radius:9px}.it76-compare{margin-top:14px;padding:14px;border:1px solid #dcebe7;border-radius:16px;background:#fff}.it76-compare form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.it76-compare select{padding:9px;border:1px solid #d5e7e2;border-radius:10px}.it76-panes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.it76-pane{min-height:420px;border:1px solid #e0ebe8;border-radius:12px;overflow:hidden;background:#fafcfc}.it76-pane object,.it76-pane img{width:100%;height:420px;object-fit:contain}.it76-pane header{padding:8px 10px;background:#f3f9f7;font-weight:800}@media screen and (max-width:1000px){.it76-phases{grid-template-columns:1fr 1fr}}@media screen and (max-width:650px){.it76-phases,.it76-panes{grid-template-columns:1fr}.it76-compare form{grid-template-columns:1fr}.it76-hero{align-items:flex-start;flex-direction:column}}

/* NL311 extracted from patient360.php #1 */
.p360{--ink:#143f53;--mut:#6b8592;--line:#d6eaee;--wash:#f7fcfd;--mint:#e2f9f0;direction:rtl;color:var(--ink);padding-bottom:80px}.p360 *{box-sizing:border-box}.p360-top{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:10px 14px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.p360-top h1{font-size:clamp(20px,3vw,30px);margin:0}.p360-top p{margin:2px 0 0;color:var(--mut)}.p360-top .id{flex:1;min-width:220px}.p360-btn{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;padding:9px 13px;background:#e9f7fa;color:var(--ink);text-decoration:none;font-weight:800;cursor:pointer}.p360-btn.primary{background:#bff2df}.p360-identity{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border-bottom:1px solid var(--line)}.p360-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.p360-chip{font-size:12px;font-weight:800;background:var(--wash);padding:5px 9px;border-radius:999px}.p360-next{text-align:left;min-width:190px}.p360-next small{display:block;color:var(--mut)}.p360-alert{padding:9px 14px;border-bottom:1px solid #efd99c;background:#fffaf0}.p360-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.p360-metrics div{padding:12px 14px;border-left:1px solid var(--line)}.p360-metrics small{display:block;color:var(--mut)}.p360-metrics b{font-size:22px}.p360-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid var(--line)}.p360-panel{padding:14px;border-left:1px solid var(--line);min-width:0}.p360-panel h2{margin:0 0 5px;font-size:18px}.p360-panel>p{margin:0 0 10px;color:var(--mut)}.p360-snapshot{display:grid;grid-template-columns:1fr 1fr;gap:8px}.p360-item{padding:10px 0;border-bottom:1px solid var(--line)}.p360-item small{display:block;color:var(--mut)}.p360-item p{margin:3px 0}.p360-row{display:grid;grid-template-columns:1fr auto;gap:9px;padding:9px 0;border-bottom:1px solid var(--line);align-items:center}.p360-row small{display:block;color:var(--mut)}.p360-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.p360-score{display:flex;align-items:center;gap:12px}.p360-score strong{font-size:28px}.p360-progress{height:8px;flex:1;background:#eaf2f4;border-radius:99px;overflow:hidden}.p360-progress i{display:block;height:100%;background:#a7ead4}.p360-checks{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.p360-check{font-size:12px;padding:5px 8px;border-radius:999px;background:#f3f8fa}.p360-check.ok{background:var(--mint)}.p360-timeline a,.p360-timeline-event{display:grid;grid-template-columns:10px 1fr;gap:8px;padding:8px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink)}.p360-timeline-event{width:100%;border:0;background:transparent;text-align:right;cursor:pointer;font:inherit}.p360-timeline i{width:8px;height:8px;background:#9edfcf;border-radius:50%;margin-top:6px}.p360-surg-fin{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:7px}.p360-surg-fin div{background:var(--wash);padding:8px;border-radius:10px}.p360-empty{color:var(--mut);padding:14px 0}.p360-doc-open{font-size:12px}
.p360-context{position:fixed;inset:0;z-index:90;display:none}.p360-context.open{display:block}.p360-context-bg{position:absolute;inset:0;background:rgba(18,57,72,.38)}.p360-context-panel{position:absolute;inset:5vh 4vw;background:#fff;border-radius:18px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 24px 70px rgba(15,60,75,.22)}.p360-context-head{display:flex;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid var(--line)}.p360-context-head b{flex:1}.p360-context-object{width:100%;height:100%;border:0;background:#fff;min-height:70vh}.p360-smartdoc{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);min-height:70vh}.p360-smartdoc-view{min-width:0;background:#f7fcfd}.p360-smartdoc-view object{width:100%;height:100%;min-height:70vh;border:0;background:#fff}.p360-smartdoc-info{padding:16px;overflow:auto;border-right:1px solid var(--line)}.p360-smartdoc-info h3{margin:0 0 5px}.p360-smartdoc-info .meta{color:var(--mut);font-size:12px}.p360-smartdoc-part{padding:12px 0;border-top:1px solid var(--line)}.p360-smartdoc-part b{display:block;margin-bottom:6px}.p360-smartdoc-part p{white-space:pre-wrap;line-height:1.7;margin:0}.p360-candidates{border-top:1px solid var(--line);margin-top:12px;padding-top:10px}.p360-candidate{border:1px solid var(--line);border-radius:12px;padding:10px;margin:8px 0}.p360-candidate-head{display:flex;gap:8px;align-items:center}.p360-candidate-head b{flex:1}.p360-confidence{font-size:11px;font-weight:900;background:#e4f8ef;border-radius:999px;padding:4px 7px}.p360-candidate-value{white-space:pre-wrap;line-height:1.6;margin:7px 0}.p360-candidate-actions{display:flex;gap:6px;flex-wrap:wrap}.p360-candidate-status{font-size:12px;color:var(--mut)}.p360-evidence{white-space:pre-wrap;line-height:1.7;border:1px dashed var(--line);border-radius:12px;padding:10px;max-height:220px;overflow:auto}.p360-evidence mark{background:#fff0a8}
@media screen and (max-width:760px){.p360-smartdoc{grid-template-columns:1fr}.p360-smartdoc-info{border-right:0;border-top:1px solid var(--line)}.p360-identity,.p360-grid{grid-template-columns:1fr}.p360-next{text-align:right}.p360-metrics{grid-template-columns:1fr 1fr}.p360-snapshot{grid-template-columns:1fr}.p360-panel{border-left:0;border-bottom:1px solid var(--line);padding:11px}.p360-top{padding:8px 10px}.p360-surg-fin{grid-template-columns:1fr 1fr}}

/* NL311 responsive table safety */
@media screen and (max-width:760px){.nl946-shell-main table,.nl948-shell-main table{display:block;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}}

/* V12.5 COMMUNICATIONS SHELL CONVERGENCE
   Current communications markup must be rendered by the single presentation authority.
   Scoped to nlc-* so no unrelated page geometry is changed. */
.nlc-workspace{
  display:grid!important;
  grid-template-rows:auto auto auto minmax(0,1fr)!important;
  top:72px!important;
  bottom:14px!important;
  right:14px!important;
  width:min(920px,calc(100vw - 28px))!important;
  max-width:calc(100vw - 28px)!important;
  border:1px solid #dfecef!important;
  border-radius:30px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(13,52,68,.2)!important;
  overflow:hidden!important;
}
.nlc-workspace[hidden],.nlc-backdrop[hidden]{display:none!important}
.nlc-backdrop{position:fixed!important;inset:0!important;z-index:510!important;background:rgba(16,39,50,.18)!important}
.nlc-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  min-width:0!important;padding:12px 14px!important;border-bottom:1px solid #edf4f6!important;
  background:linear-gradient(115deg,#fff,#f4fbff 58%,#f4fcf9)!important
}
.nlc-head--compact{min-height:58px!important}
.nlc-head-brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
.nlc-head-copy{min-width:0!important;display:grid!important;gap:2px!important}
.nlc-head-copy small{display:block!important;color:#8096a0!important;font:900 9px/1.15 system-ui!important;letter-spacing:.08em!important;white-space:nowrap!important}
.nlc-head-copy b{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#12384d!important;font:950 18px/1.15 system-ui!important}
.nlc-head-logo{width:40px!important;height:40px!important;flex:0 0 40px!important;display:grid!important;place-items:center!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important}
.nlc-head-logo img{display:block!important;width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important;object-fit:contain!important}
.nlc-pulse{width:9px!important;height:9px!important;flex:0 0 9px!important;border-radius:50%!important;background:#43c7ad!important;box-shadow:0 0 0 4px rgba(67,199,173,.10)!important}
.nlc-head-actions,.nlc-head-actions-left{display:flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important}
.nlc-head-actions button,.nlc-head-actions-left button{
  display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;
  padding:0!important;border:1px solid #dfecef!important;border-radius:13px!important;background:#fff!important;color:#4b7180!important;box-shadow:none!important
}
.nlc-svg{display:grid!important;place-items:center!important;width:20px!important;height:20px!important}
.nlc-svg svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.nlc-command-strip{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;border-bottom:1px solid #edf4f6!important;background:#fff!important}
.nlc-tabs,.nlc-icon-strip{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;overflow-x:auto!important;scrollbar-width:none!important}
.nlc-tabs::-webkit-scrollbar,.nlc-icon-strip::-webkit-scrollbar{display:none!important}
.nlc-tabs button,.nlc-icon-strip button{
  position:relative!important;display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  padding:0!important;border:1px solid #e4eef2!important;border-radius:14px!important;background:#f7fafb!important;color:#5f7d89!important;box-shadow:none!important
}
.nlc-tabs button.active,.nlc-icon-strip button.active{background:linear-gradient(135deg,#e7f6ff,#e5fbf8)!important;color:#087d98!important;border-color:#d4eaf0!important}
.nlc-tab-icon{display:grid!important;place-items:center!important;width:21px!important;height:21px!important}
.nlc-icon-strip button i{position:absolute!important;top:-4px!important;inset-inline-end:-4px!important;display:grid!important;place-items:center!important;min-width:17px!important;height:17px!important;padding:0 4px!important;border-radius:999px!important;background:#e64f5c!important;color:#fff!important;font:900 9px/1 system-ui!important;font-style:normal!important}
.nlc-health-row,.nlc-status-strip{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important}
.nlc-health-card,.nlc-health-chip{display:flex!important;align-items:center!important;gap:5px!important;min-height:34px!important;padding:0 8px!important;border:1px solid #e5eff2!important;border-radius:12px!important;background:#f9fcfd!important;color:#66828e!important}
.nlc-health-icon{display:grid!important;place-items:center!important;width:15px!important;height:15px!important}
.nlc-health-card small,.nlc-health-chip small{font:800 9px/1 system-ui!important;white-space:nowrap!important}
.nlc-health-card u,.nlc-health-chip u{display:block!important;width:6px!important;height:6px!important;border-radius:50%!important;background:#43c7ad!important;text-decoration:none!important}
.nlc-notifications{min-height:0!important;overflow:auto!important;background:#fff!important}
.nlc-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:12px 14px!important;border-bottom:1px solid #edf4f6!important}
.nlc-section-head small{color:#859aa3!important;font-size:9px!important}.nlc-section-head h3{margin:2px 0 0!important;color:#163f52!important;font-size:15px!important}
.nlc-frame-wrap{position:relative!important;min-height:0!important;height:100%!important;margin:0!important;border:0!important;border-radius:0!important;overflow:hidden!important;background:#fff!important}
.nlc-frame-wrap iframe{display:block!important;width:100%!important;height:100%!important;min-height:320px!important;border:0!important;background:#fff!important}
.nlc-frame-state{position:absolute!important;inset:0!important;z-index:2!important;display:grid!important;place-content:center!important;justify-items:center!important;gap:7px!important;background:#fff!important;color:#537582!important;text-align:center!important}
.nlc-frame-state[hidden]{display:none!important}
.nlc-frame-orbit{display:block!important;width:34px!important;height:34px!important;border:3px solid #dcebf0!important;border-top-color:#2aaed0!important;border-radius:50%!important}
.nlc-frame-state b{font-size:12px!important}.nlc-frame-state small{font-size:9px!important;color:#8aa0aa!important}
@media all and (max-width:720px){
  .nlc-workspace{
    top:68px!important;right:6px!important;bottom:82px!important;width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;
    border-radius:22px!important
  }
  .nlc-head{padding:9px 10px!important}
  .nlc-head-logo{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:11px!important}
  .nlc-head-logo img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important}
  .nlc-head-copy b{font-size:15px!important}.nlc-head-copy small{font-size:8px!important}
  .nlc-head-actions button,.nlc-head-actions-left button{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;border-radius:11px!important}
  .nlc-command-strip{grid-template-columns:1fr!important;padding:7px 8px!important}
  .nlc-tabs,.nlc-icon-strip{justify-content:center!important}
  .nlc-tabs button,.nlc-icon-strip button{flex-basis:40px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
  .nlc-health-row,.nlc-status-strip{justify-content:center!important;overflow-x:auto!important}
  .nlc-health-card,.nlc-health-chip{min-height:30px!important;padding:0 7px!important}
  .nlc-frame-wrap iframe{min-height:280px!important}
}
@media all and (max-width:430px){
  .nlc-workspace{top:64px!important;right:4px!important;bottom:78px!important;width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;border-radius:20px!important}
  .nlc-head{gap:7px!important}
  .nlc-head-copy small{display:none!important}
  .nlc-command-strip{gap:5px!important}
  .nlc-health-card small,.nlc-health-chip small{font-size:8px!important}
}
