:root{--bg:#f4f7fb;--bg-accent:#edf3fb;--surface:#fff;--surface-muted:#f6f8fc;--surface-strong:#eef4fd;--border:#dde5f0;--border-strong:#c8d4e5;--text:#213244;--muted:#4d6178;--muted-strong:#334961;--heading:#1172d6;--primary:#1172d6;--primary-dark:#0d5fb5;--danger-bg:#fff7cc;--danger-border:#fc0;--danger-text:#8d6b0b;--success-bg:#edf9f1;--success-text:#23844b;--warning-bg:#fff7cc;--warning-border:#fc0;--warning-text:#8d6b0b;--shadow:0 18px 48px #10345f14;color:var(--text);background:linear-gradient(180deg, var(--bg) 0%, var(--bg-accent) 100%);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Avenir Next,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}code{background:var(--surface-strong);color:var(--primary-dark);border-radius:8px;padding:.14rem .4rem;font-family:SFMono-Regular,Consolas,monospace}#root{min-height:100vh}.app-root{flex-direction:column;min-height:100vh;display:flex}.app-route-content{flex-direction:column;flex:1;display:flex}.app-route-content>.page-shell--centered{flex:1;min-height:0}.page-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:28px 0 52px}.page-shell--centered{place-items:center;min-height:100vh;padding:24px 0;display:grid}.app-topbar,.section-card,.message-card,.summary-card,.login-form{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px}.hero-copy,.hero-visual,.section-card,.message-card{position:relative}.eyebrow,.detail-label,.summary-label{color:var(--muted-strong);letter-spacing:.08em;margin:0;font-size:.73rem;font-weight:700}h1,h2,h3{color:var(--heading);letter-spacing:-.03em;margin:0;font-family:inherit;font-weight:700;line-height:1.05}h1{font-size:clamp(2.2rem,5vw,3.5rem)}.signed-out-title{font-size:clamp(1.7rem,3vw,2.25rem)}.nalcus-footer{border-top:1px solid var(--border);width:min(1180px,100% - 32px);color:var(--muted);justify-content:center;align-items:center;gap:12px;margin:0 auto;padding:18px 0 22px;font-size:.82rem;display:flex}.nalcus-footer__brand{color:var(--primary-dark);letter-spacing:-.02em;align-items:center;gap:7px;font-size:1rem;font-weight:800;display:inline-flex}.nalcus-footer__brand:hover,.nalcus-footer__brand:focus-visible{color:var(--primary);outline:none}.nalcus-footer__brand:focus-visible{border-radius:8px;box-shadow:0 0 0 3px #1172d633}.nalcus-footer__brand img{width:32px;height:24px}.nalcus-footer__statement:before,.nalcus-footer__version:before{color:var(--border-strong);content:"|";margin-right:12px}.nalcus-footer__version[data-build-version]{position:relative}.nalcus-footer__version[data-build-version]:after{z-index:2;background:var(--text);color:#fff;content:attr(data-build-version);opacity:0;pointer-events:none;border-radius:5px;width:max-content;max-width:220px;padding:6px 8px;font-size:.72rem;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,4px)}.nalcus-footer__version[data-build-version]:hover:after{opacity:1;transform:translate(-50%)}h2{font-size:clamp(1.45rem,3vw,2.2rem)}.app-title{font-size:clamp(1.8rem,2.7vw,2.5rem)}.supporting-copy{max-width:58ch;color:var(--muted);margin:12px 0 0;font-size:.98rem;line-height:1.6}.supporting-copy--compact{max-width:38ch;margin:0}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0 20px;display:grid}.detail-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:16px 18px}.detail-card strong{color:var(--text);word-break:break-word;margin-top:8px;display:block}.login-form,.note-form{gap:16px;display:grid}.login-form{width:min(760px,100%);padding:30px}.login-form__urls{gap:12px;display:grid}.login-form__url-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;gap:8px;padding:14px 16px;display:grid}.login-form__url-card code{color:var(--text);word-break:break-word;font-family:SFMono-Regular,SF Mono,IBM Plex Mono,Fira Code,monospace;font-size:.88rem;line-height:1.5}.login-form__action-row{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:stretch;gap:14px;display:grid}.login-form__action-row--compact{grid-template-columns:minmax(0,1fr)}.page-shell--centered .login-form .primary-button{width:100%;min-height:100%}.page-shell--centered .login-form .secondary-button{width:100%}.page-shell--centered .login-form .inline-note,.page-shell--centered .login-form .inline-error{text-align:center}.field{gap:8px;display:grid}.field span{color:var(--muted-strong);letter-spacing:.08em;font-size:.73rem;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--border-strong);background:var(--surface);color:#1e3148;border-radius:8px;outline:none;width:100%;padding:12px 14px;transition:border-color .16s,box-shadow .16s}.login-status{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;align-content:center;gap:6px;min-height:72px;padding:14px 16px;display:grid}.login-status strong,.login-status span:last-child{word-break:break-word}.login-status strong{color:var(--heading);font-size:1rem;font-weight:700}.login-status span:last-child{color:var(--muted);font-size:.9rem;line-height:1.5}.login-status--up{background:#f4fbf6;border-color:#bcd9c5}.login-status--checking{background:#f5f9ff;border-color:#c7d5e6}.login-status--down{background:#fff6f7;border-color:#e2c0c4}.login-debug{gap:16px;display:grid}.login-debug__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.login-debug__actions{flex-wrap:wrap;gap:12px;display:flex}.login-debug__header strong,.login-debug__header span{display:block}.login-debug__header span{color:var(--muted);margin-top:8px;line-height:1.5}.login-debug__meta dd{overflow-wrap:anywhere}.login-debug__json{resize:vertical;min-height:110px;font-family:SFMono-Regular,SF Mono,IBM Plex Mono,Fira Code,monospace;font-size:.84rem;line-height:1.55}.login-debug__results{gap:16px;display:grid}.login-debug__probe{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;gap:8px;padding:14px 16px;display:grid}.login-debug__probe strong,.login-debug__probe span{word-break:break-word}.login-debug__probe strong{color:var(--text)}.login-debug__probe span{color:var(--muted);line-height:1.5}.login-debug__probe--passed{background:#f4fbf6;border-color:#bcd9c5}.login-debug__probe--failed{background:#fff8da;border-color:#ead18a}.login-debug__probe--info{background:#f5f9ff;border-color:#c7d5e6}.field input::placeholder,.field textarea::placeholder{color:#5f748c}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1172d624}.field textarea{resize:vertical;min-height:118px}.field--search{margin-top:16px}.primary-button,.secondary-button,.secondary-link,.success-button,.reject-button{border-radius:8px;justify-content:center;align-items:center;gap:10px;font-weight:700;transition:transform .14s,box-shadow .14s,background .14s;display:inline-flex}.primary-button,.secondary-button,.success-button,.reject-button{cursor:pointer;padding:12px 18px}.primary-button{background:var(--primary);color:#fff;border:1px solid #0000;box-shadow:0 10px 24px #1172d638}.primary-button:hover:not(:disabled),.secondary-button:hover,.secondary-link:hover{transform:translateY(-1px)}.primary-button:disabled{color:#f8fafc;box-shadow:none;cursor:not-allowed;background:#a4b3c3}.primary-button--inline{width:fit-content}.secondary-button,.secondary-link{border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.success-button{color:#fff;background:#36b548;border:1px solid #0000;box-shadow:0 10px 24px #36b54833}.reject-button{color:#b51237;box-shadow:none;background:#fbe7eb;border:1px solid #0000}.secondary-link{width:fit-content;padding:10px 16px}.hero-image,.section-image{border:1px solid var(--border);background:var(--surface-muted);border-radius:16px;width:100%}.section-image{padding:18px}.image-caption{color:var(--muted);margin:14px 0 0;font-size:.93rem;line-height:1.55}.app-frame{gap:18px;display:grid}.app-topbar,.app-nav,.app-troubleshooting-panel{justify-self:center;width:min(980px,100%)}.app-topbar{justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;display:flex}.topbar-workspace{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.app-brand{align-items:center;gap:12px;min-height:42px;display:inline-flex}.app-brand img{width:96px;height:auto;display:block}.app-brand p{color:var(--primary-dark);letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:1.08rem;font-weight:800;line-height:1.15}.topbar-actions{align-items:center;gap:12px;display:flex}.facility-switcher{align-items:center;gap:8px;display:flex}.facility-switcher span{color:var(--muted-strong);letter-spacing:.04em;white-space:nowrap;font-size:.76rem;font-weight:700}.facility-switcher select{border:1px solid var(--border-strong);background:var(--surface);width:190px;min-height:42px;color:var(--text);border-radius:10px;outline:none;padding:9px 38px 9px 12px;font-weight:650;transition:border-color .16s,box-shadow .16s}.facility-switcher select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1172d624}.facility-switcher select:disabled{cursor:default;opacity:.78}.account-menu{align-self:flex-end;position:relative}.account-menu__trigger{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;width:44px;height:44px;padding:0;display:grid}.account-menu__trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #1172d633}.account-menu__avatar{color:#344378;letter-spacing:.01em;background:#e6ebfb;border-radius:50%;place-items:center;width:44px;height:44px;font-size:1rem;font-weight:750;display:grid}.account-menu__avatar--large{flex:none;width:76px;height:76px;font-size:1.8rem}.account-menu__panel{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:16px;width:min(360px,100vw - 40px);padding:20px 0 0;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #18315133}.account-menu__eyebrow{color:var(--muted-strong);letter-spacing:.06em;text-transform:uppercase;margin:0;padding:0 22px 14px;font-size:.78rem;font-weight:750}.account-menu__profile{align-items:center;gap:16px;padding:4px 22px 22px;display:flex}.account-menu__profile div{gap:5px;min-width:0;display:grid}.account-menu__profile strong,.account-menu__profile span:not(.account-menu__avatar){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-menu__profile strong{color:var(--text);font-size:1.05rem}.account-menu__profile span:not(.account-menu__avatar){color:var(--muted);font-size:.92rem}.account-menu__actions{border-top:1px solid var(--border);padding:10px}.account-menu__switch{width:100%;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:12px;font-weight:700;display:inline-flex}.account-menu__switch:hover,.account-menu__switch:focus-visible{background:var(--surface-strong);outline:none}.account-menu__switch svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.facility-switcher .facility-switcher__error{color:var(--danger);letter-spacing:0;font-size:.76rem;font-weight:650}.facility-loading{border-left:5px solid var(--warning-border);background:var(--warning-bg);width:min(980px,100%);color:var(--warning-text);border-radius:10px;justify-self:center;margin:0;padding:14px 16px;font-weight:700}.facility-alert{color:#8f1730;background:#fde8ec;border-left:5px solid #d51f3f;border-radius:14px;justify-self:center;width:min(980px,100%);margin:0;padding:18px 20px}.facility-alert h3,.facility-alert p{color:inherit}.facility-alert h3{margin:0;font-size:.98rem}.facility-alert p{margin:8px 0 0;line-height:1.55}.session-chip,.pill,.status-pill{border:1px solid var(--border);background:var(--surface-muted);color:var(--muted-strong);border-radius:999px;align-items:center;padding:8px 12px;font-size:.88rem;display:inline-flex}.app-nav{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;flex-wrap:wrap;gap:8px;padding:6px;display:inline-flex}.app-nav a{color:var(--muted-strong);border-radius:12px;padding:10px 16px;font-weight:700}.app-nav__link{transition:transform .14s,box-shadow .14s,background .14s,opacity .14s}.app-nav a.active{background:var(--primary);color:#fff}.app-nav__access-error{color:#8f1730;background:#fde8ec;border-left:4px solid #d51f3f;border-radius:10px;margin:0;padding:10px 16px;font-weight:700}.content-stack{gap:18px;display:grid}.decanting-flow{place-items:center;display:grid}.decanting-screen,.hospital-screen{background:var(--surface);border:1px solid var(--border);width:min(980px,100%);box-shadow:var(--shadow);border-radius:24px;padding:34px 38px 36px}.decanting-screen--confirm{gap:18px;display:grid}.troubleshooting-panel-shell{margin-top:18px}.decanting-screen__intro,.hospital-screen__intro{margin-bottom:28px}.decanting-screen__eyebrow,.hospital-screen__eyebrow{color:#6d7d90;margin:0 0 10px;font-size:.8rem;font-weight:500}.decanting-screen__title,.decanting-screen__value,.hospital-screen__title{color:var(--heading);letter-spacing:-.04em;font-size:clamp(1.5rem,3.2vw,2.5rem);font-weight:700}.decanting-screen__title--confirm{color:#0a315f}.decanting-screen__lead,.decanting-screen__hint,.hospital-screen__lead,.hospital-screen__hint{color:#536880;max-width:88ch;margin:18px 0 0;font-size:.97rem;line-height:1.6}.decanting-screen__hint{margin-top:14px}.decanting-form-grid{gap:24px;display:grid}.decanting-screen .field span,.hospital-screen .field span{color:#314b73;letter-spacing:-.01em;font-size:.9rem;font-weight:700}.decanting-screen__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.decanting-screen__actions--single{grid-template-columns:minmax(280px,500px)}.decanting-screen__actions--full{grid-template-columns:minmax(0,1fr)}.decanting-entry-retrieve,.decanting-field-with-note,.hospital-entry-retrieve,.hospital-field-with-note{gap:10px;display:grid}.decanting-entry-retrieve .decanting-screen__actions--full{margin-top:20px}.decanting-field-note,.hospital-field-note{color:#536880;margin:-2px 0 0;font-size:.92rem;line-height:1.5}.decanting-field-note--warning,.hospital-field-note--warning{color:var(--warning-text);font-weight:600}.troubleshooting-panel{gap:18px;display:grid}.non-production-panel{background:linear-gradient(#f4fff3 0%,#fbfffb 100%);border:2px solid #4cae4f;border-radius:20px;padding:20px;box-shadow:inset 0 0 0 1px #4cae4f1f}.non-production-panel__eyebrow{color:#2f7c32;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.82rem;font-weight:800}.non-production-panel__note{color:#2f6131;margin:10px 0 0;font-size:.92rem;font-weight:600;line-height:1.5}.non-production-card{background:#fff;border-color:#7bc67f;box-shadow:0 0 0 3px #7bc67f24}.troubleshooting-panel__intro h3,.troubleshooting-call__intro h4,.troubleshooting-log h5{color:var(--heading);letter-spacing:-.02em;margin:0;font-size:1.02rem;font-weight:700}.troubleshooting-panel__intro p{color:#536880;margin:8px 0 0;font-size:.95rem;line-height:1.55}.troubleshooting-session{gap:10px;display:grid}.troubleshooting-session h4{color:var(--heading);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:700}.troubleshooting-session pre{border:1px solid var(--border-strong);color:#1e3148;white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:14px;margin:0;padding:16px 18px;font-size:.91rem;line-height:1.55;overflow:auto}.troubleshooting-panel__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:16px;display:grid}.troubleshooting-call{border:1px solid var(--border-strong);background:#f7f9fc;border-radius:18px;align-self:start;gap:16px;padding:20px;display:grid}.troubleshooting-call__intro{gap:8px;display:grid}.troubleshooting-call__path,.troubleshooting-call__description{color:#536880;margin:0;font-size:.95rem;line-height:1.55}.troubleshooting-call__path{font-family:SFMono-Regular,ui-monospace,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.88rem}.troubleshooting-call__actions{grid-template-columns:minmax(260px,360px);gap:16px;display:grid}.troubleshooting-call__button{width:100%}.troubleshooting-call__logs,.troubleshooting-log{gap:10px;display:grid}.troubleshooting-log pre{border:1px solid var(--border-strong);color:#1e3148;white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:14px;min-height:190px;margin:0;padding:16px 18px;font-size:.91rem;line-height:1.55;overflow:auto}.decanting-screen__button,.hospital-screen__button{border-radius:12px;width:100%;min-height:58px;font-size:1rem}.decanting-secondary-button{color:#314b73;box-shadow:none;background:#fff;border:2px solid #425b83}.decanting-secondary-button:hover{box-shadow:none;background:#f8fbff;transform:none}.decanting-secondary-button:disabled{opacity:.7}.decanting-detail-top{grid-template-columns:1fr;align-items:start;gap:22px;display:grid}.decanting-image-frame{border:1px solid var(--border-strong);background:#f6f8fc;border-radius:18px;width:min(420px,100%);padding:18px}.decanting-product-image{width:100%;height:auto}.decanting-image-placeholder{color:#5d7392;border:1px dashed #9db0ca;border-radius:10px;place-items:center;min-height:120px;font-size:.95rem;display:grid}.decanting-detail-list,.decanting-stat-list,.decanting-send-summary{gap:8px;margin:0;display:grid}.decanting-detail-list{width:100%}.decanting-detail-list div,.decanting-stat-list div,.decanting-send-summary div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:24px;display:grid}.decanting-detail-list dt,.decanting-stat-list dt,.decanting-send-summary dt,.hospital-meta dt,.hospital-summary p{color:#4f667f;font-size:.96rem;font-weight:600}.decanting-detail-list dd,.decanting-stat-list dd,.decanting-send-summary dd,.hospital-meta dd,.hospital-summary strong{color:#0a315f;margin:0;font-size:.98rem;font-weight:700}.decanting-detail-list dd,.decanting-stat-list dd,.decanting-send-summary dd,.hospital-meta dd{text-align:right}.decanting-divider{background:var(--border-strong);border-radius:999px;height:2px;margin:28px 0 30px}.decanting-send-summary{margin:-4px 0 12px}.hospital-flow{place-items:center;display:grid}.hospital-screen--confirmation{text-align:center;gap:22px;display:grid}.hospital-alert,.decanting-alert{border-left:5px solid #0000;border-radius:14px;margin:0 0 28px;padding:18px 20px}.hospital-alert h3,.decanting-alert h3{color:inherit;letter-spacing:-.02em;margin:0;font-size:.98rem;font-weight:700}.hospital-alert p,.decanting-alert p{color:inherit;margin:8px 0 0;line-height:1.55}.workflow-request-alert__detail,.workflow-request-alert__correlation{margin-top:4px!important}.workflow-request-alert__response{margin-top:12px}.workflow-request-alert__response strong{font-size:.88rem;display:block}.workflow-request-alert__response pre{overflow-wrap:anywhere;white-space:pre-wrap;margin:6px 0 0}.hospital-alert,.decanting-alert{background:var(--warning-bg);color:#745906;border-left-color:#fc0}.hospital-alert--error,.decanting-alert--error{color:#8f1730;background:#fde8ec;border-left-color:#d51f3f}.decanting-alert--success{background:var(--success-bg);color:var(--success-text);border-left-color:#23844b}.hospital-screen__title--centered{max-width:11ch;margin:0 auto}.hospital-screen__hint{margin-top:14px}.hospital-screen__hint+.hospital-screen__button{margin-top:28px}.hospital-field{margin-top:18px}.hospital-field input{border-radius:14px;min-height:56px;font-size:1rem}.hospital-entry-retrieve .hospital-screen__button{margin-top:20px}.hospital-screen__actions{gap:14px;margin-top:24px;display:grid}.hospital-send-section{gap:16px;display:grid}.hospital-send-section h3{color:#314b73;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:700}.hospital-send-summary{margin-top:0}.hospital-send-actions{margin-top:38px}.reject-button:hover:not(:disabled){box-shadow:none;background:#f8d9df;transform:none}.reject-button:disabled{color:#d48a99;cursor:not-allowed;background:#f5dde2}.hospital-meta{gap:12px;margin:0 0 28px;display:grid}.hospital-meta div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:24px;display:grid}.hospital-summary{background:#eef2f7;border-radius:18px;gap:20px;padding:28px;display:grid}.hospital-summary p{margin:0 0 8px}.hospital-summary strong{font-size:clamp(1.2rem,2.4vw,1.6rem);line-height:1.05}.hospital-screen__icon{background:var(--primary);border-radius:999px;place-items:center;width:132px;height:132px;margin:0 auto 4px;display:grid}.hospital-screen__icon-box{border:5px solid #fff;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:44px;height:38px;display:flex;position:relative}.hospital-screen__icon-box:before,.hospital-screen__icon-box:after{content:"";background:#fff;border-radius:999px;width:7px;height:10px;position:absolute;top:-10px}.hospital-screen__icon-box:before{left:8px}.hospital-screen__icon-box:after{right:8px}.hospital-screen__icon-box span{background:#fff;border-radius:999px;width:5px;height:5px}.section-card,.message-card,.summary-card{padding:24px}.message-card{width:min(560px,100%)}.section-card--hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:24px;display:grid}.section-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.section-grid--narrow{grid-template-columns:1.15fr 1fr}.summary-card{gap:12px;display:grid}.summary-card strong{color:var(--heading);font-size:2.15rem;line-height:1}.summary-card span{background:var(--surface-strong);width:fit-content;color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-size:.84rem;font-weight:700}.summary-card p:last-child{color:var(--muted);margin:0;line-height:1.55}.pill-row{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.activity-list,.record-list{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.activity-item,.record-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.activity-item{border-top:1px solid var(--border);padding:14px 0}.activity-item:first-child{border-top:0;padding-top:0}.activity-item strong{color:var(--text);margin-bottom:6px;display:block}.activity-item p{color:var(--muted);margin:0}.activity-item span{color:var(--muted);white-space:nowrap}.record-layout{grid-template-columns:minmax(290px,.86fr) minmax(0,1.14fr);gap:18px;display:grid}.record-row{text-align:left;border:1px solid var(--border);background:var(--surface-muted);cursor:pointer;border-radius:16px;width:100%;padding:12px}.record-row img{object-fit:cover;border:1px solid var(--border);background:#fff;border-radius:12px;flex:none;width:84px;height:70px}.record-row strong,.record-row p,.record-row span{display:block}.record-row strong{color:var(--text)}.record-row p,.record-row span{color:var(--muted);margin:6px 0 0}.record-row--active{background:#1172d60f;border-color:#1172d673;box-shadow:0 0 0 3px #1172d61a}.section-card--detail{gap:18px;display:grid}.detail-image{aspect-ratio:16/10;object-fit:cover;border:1px solid var(--border);background:var(--surface-muted);border-radius:16px;width:100%}.detail-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.status-pill--ready{background:var(--success-bg);color:var(--success-text);border-color:#bfe3cb}.status-pill--review{background:var(--surface-strong);color:var(--primary-dark);border-color:#cddcf0}.status-pill--attention{background:var(--warning-bg);color:var(--warning-text);border-color:#efdd8f}.metadata-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.metadata-grid div{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;padding:14px 16px}.metadata-grid dt{color:var(--muted-strong);letter-spacing:.08em;margin-bottom:6px;font-size:.72rem;font-weight:700}.metadata-grid dd{color:var(--text);margin:0}.inline-note,.inline-error{margin:0;line-height:1.55}.inline-note{color:var(--muted);font-size:.95rem}.inline-error{border-left:4px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text);border-radius:10px;padding:12px 14px}.callout{border:1px solid var(--border);background:var(--surface-muted);color:var(--text);border-radius:14px;margin-top:16px;padding:16px 18px}.callout strong,.callout span{display:block}.callout span{color:var(--muted);margin-top:8px}.callout--success{background:var(--success-bg);border-color:#bfe3cb}@media (width<=980px){.section-card--hero,.record-layout,.section-grid,.section-grid--narrow,.detail-grid,.section-heading{flex-direction:column;grid-template-columns:1fr}.app-topbar{flex-direction:column;align-items:flex-start}.topbar-workspace{align-items:flex-start;width:100%}.app-brand{width:100%}.topbar-actions{align-self:flex-end}.app-nav{width:100%;display:flex}.hospital-meta{grid-template-columns:1fr}.hospital-meta div{grid-template-columns:1fr;gap:4px}.hospital-meta dd{text-align:left}.login-form__action-row{grid-template-columns:1fr}.login-debug__header{flex-direction:column}.login-debug__actions{flex-direction:column;width:100%}.decanting-detail-top{grid-template-columns:1fr}.decanting-detail-list,.decanting-stat-list,.decanting-send-summary{gap:12px}.decanting-detail-list div,.decanting-stat-list div,.decanting-send-summary div{grid-template-columns:1fr;gap:4px}.decanting-detail-list dd,.decanting-stat-list dd,.decanting-send-summary dd{text-align:left}}@media (width<=720px){.nalcus-footer{flex-direction:column;gap:5px;width:min(100%,100% - 24px);padding:14px 0 18px}.nalcus-footer__statement:before,.nalcus-footer__version:before{display:none}.page-shell{width:min(100%,100% - 24px);padding:16px 0 28px}.app-topbar,.section-card,.message-card,.summary-card,.login-form,.decanting-screen,.hospital-screen{border-radius:16px;padding:18px}.topbar-workspace{align-items:flex-start}.facility-switcher{min-width:0}.facility-switcher select{width:min(190px,48vw)}.app-brand img{width:82px}.app-brand p{white-space:normal}h1{font-size:2rem}.decanting-screen__title,.decanting-screen__value,.hospital-screen__title{font-size:1.8rem}.decanting-screen__actions,.decanting-screen__actions--single,.troubleshooting-call__actions,.metadata-grid{grid-template-columns:1fr}.hospital-screen__title{font-size:2.25rem}.hospital-screen__icon{width:104px;height:104px}}
