:root{--hf-navy:#102a33;--hf-ink:#18333d;--hf-muted:#647985;--hf-teal:#0e5b6d;--hf-green:#0f6f5f;--hf-gold:#e0bf38;--hf-blue:#4d78a7;--hf-red:#a84a4a;--hf-purple:#785b9b;--hf-line:rgba(14,91,109,.12);--hf-bg:#f2f8f8;--hf-white:#fff;--hf-shadow:0 24px 70px rgba(10,37,48,.09)}
.hf-app,.hf-app *,.hf-public,.hf-public *,.hf-admin-wrap,.hf-admin-wrap *{box-sizing:border-box}
.hf-app{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;margin:0 calc(50% - 50vw);width:100vw;background:linear-gradient(145deg,#edf7f7 0,#f8fbfc 46%,#eef6f3 100%);color:var(--hf-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
.hf-sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;background:linear-gradient(180deg,#0e3039 0,#102a33 55%,#0d252c 100%);color:#fff;display:flex;flex-direction:column;z-index:50;box-shadow:18px 0 55px rgba(9,37,45,.12)}
.hf-brand{display:flex;align-items:center;gap:12px;color:#fff!important;text-decoration:none!important;padding:8px 10px 22px;border-bottom:1px solid rgba(255,255,255,.09)}
.hf-brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,var(--hf-gold),#f0d769);color:#16353c;font-weight:900;font-size:21px;box-shadow:0 14px 34px rgba(224,191,56,.22)}
.hf-brand strong,.hf-brand small{display:block}.hf-brand strong{font-size:18px;line-height:1.1}.hf-brand small{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#9eb4b9;margin-top:4px}
.hf-nav{display:grid;gap:5px;margin:24px 0;overflow:auto;padding-right:4px}.hf-nav-label,.hf-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#7c929a}.hf-nav-label{padding:0 12px 8px;color:#7d9aa0}
.hf-nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:14px;color:#bdd0d3!important;text-decoration:none!important;font-size:13px;font-weight:700;transition:.22s ease}.hf-nav-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hf-nav-item:hover{color:#fff!important;background:rgba(255,255,255,.07);transform:translateX(2px)}.hf-nav-item.is-active{color:#fff!important;background:linear-gradient(135deg,rgba(15,111,95,.92),rgba(14,91,109,.96));box-shadow:0 12px 30px rgba(0,0,0,.16),inset 0 0 0 1px rgba(255,255,255,.08)}
.hf-user-card{margin-top:auto;padding:12px 10px;border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.hf-user-card .hf-avatar{width:34px;height:34px;border-radius:12px;background:rgba(224,191,56,.14);color:#f6dc73;display:grid;place-items:center;font-weight:800}.hf-user-card strong,.hf-user-card small{display:block}.hf-user-card strong{font-size:12px}.hf-user-card small{font-size:10px;color:#8fa7ad;margin-top:2px}.hf-user-card a{color:#afc1c5!important;text-decoration:none!important;font-size:18px}
.hf-main{min-width:0}.hf-topbar{height:78px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,.76);border-bottom:1px solid rgba(14,91,109,.08);backdrop-filter:blur(14px);position:sticky;top:0;z-index:35}.hf-topbar>div:first-of-type{display:grid;gap:3px}.hf-topbar strong{font-size:13px;color:var(--hf-ink)}.hf-top-actions{display:flex;align-items:center;gap:12px}.hf-live{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(15,111,95,.08);color:var(--hf-green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.hf-live i{width:7px;height:7px;border-radius:50%;background:#22a37a;box-shadow:0 0 0 5px rgba(34,163,122,.12)}.hf-menu-toggle{display:none;border:0;background:transparent;font-size:24px;color:var(--hf-ink)}
.hf-content{padding:30px 32px 52px;max-width:1560px;margin:0 auto}.hf-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 24px}.hf-page-head h1{font-family:Georgia,serif;font-size:clamp(30px,3vw,44px);line-height:1.02;letter-spacing:-.035em;color:var(--hf-navy);margin:11px 0 8px}.hf-page-head p{margin:0;color:var(--hf-muted);font-size:14px;max-width:760px}.hf-kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 12px;border-radius:999px;background:rgba(224,191,56,.16);color:#7f6500;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hf-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hf-gold);box-shadow:0 0 0 5px rgba(224,191,56,.12)}
.hf-btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(15,111,95,.18);border-radius:14px;background:linear-gradient(135deg,var(--hf-green),var(--hf-teal));color:#fff!important;text-decoration:none!important;padding:12px 17px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 14px 34px rgba(14,91,109,.18);transition:transform .2s ease,box-shadow .2s ease}.hf-btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(14,91,109,.24)}.hf-btn-small{padding:9px 13px;border-radius:12px;font-size:11px}.hf-btn-alt{background:#fff;color:var(--hf-teal)!important;box-shadow:0 9px 24px rgba(14,91,109,.07)}
.hf-notice{margin:18px 32px 0;padding:13px 17px;border-radius:15px;border:1px solid var(--hf-line);background:#fff;font-size:13px;font-weight:700;box-shadow:0 12px 30px rgba(10,37,48,.06)}.hf-notice-success{border-color:rgba(15,111,95,.2);background:#f0faf6;color:#0a6651}.hf-notice-warning{border-color:rgba(224,191,56,.35);background:#fffaf0;color:#7a5f00}.hf-notice-error{border-color:rgba(168,74,74,.25);background:#fff5f5;color:#8a3131}
.hf-metrics{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));gap:13px;margin-bottom:20px}.hf-metric{position:relative;overflow:hidden;padding:17px;border:1px solid var(--hf-line);border-radius:21px;background:rgba(255,255,255,.9);box-shadow:0 16px 44px rgba(10,37,48,.06);min-height:125px}.hf-metric:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent,var(--hf-teal))}.hf-metric:after{content:"";position:absolute;width:76px;height:76px;border-radius:50%;right:-32px;top:-32px;background:color-mix(in srgb,var(--accent,var(--hf-teal)) 10%,transparent)}.hf-metric span,.hf-metric strong,.hf-metric small{display:block;position:relative;z-index:1}.hf-metric span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:#758790}.hf-metric strong{font-size:24px;color:var(--hf-navy);margin:9px 0 5px;line-height:1.1}.hf-metric small{font-size:11px;color:#829198}.hf-accent-teal{--accent:var(--hf-teal)}.hf-accent-gold{--accent:var(--hf-gold)}.hf-accent-blue{--accent:var(--hf-blue)}.hf-accent-red{--accent:var(--hf-red)}.hf-accent-purple{--accent:var(--hf-purple)}.hf-accent-green{--accent:var(--hf-green)}
.hf-grid{display:grid;gap:20px;align-items:start}.hf-grid-2-1{grid-template-columns:minmax(0,2fr) minmax(310px,1fr)}.hf-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hf-stack{display:grid;gap:20px}.hf-card{position:relative;overflow:hidden;padding:23px;border:1px solid var(--hf-line);border-radius:25px;background:rgba(255,255,255,.94);box-shadow:var(--hf-shadow)}.hf-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;top:-75px;right:-55px;background:rgba(224,191,56,.07);box-shadow:0 0 0 18px rgba(224,191,56,.025);pointer-events:none}.hf-card>*{position:relative;z-index:1}.hf-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:17px}.hf-card-head h2{font-family:Georgia,serif;font-size:22px;line-height:1.08;color:var(--hf-navy);margin:5px 0 0}.hf-card-head p{font-size:12px;color:var(--hf-muted);margin:6px 0 0}.hf-card-head>a{font-size:11px;color:var(--hf-teal)!important;text-decoration:none!important;font-weight:800}.hf-command-card{background:linear-gradient(145deg,#113843,#0f3039);color:#fff}.hf-command-card h2{font-family:Georgia,serif;font-size:28px;margin:14px 0 8px}.hf-command-card p{color:#b6c9cc;font-size:13px}.hf-health{display:grid;grid-template-columns:1fr auto;gap:10px 14px;border-top:1px solid rgba(255,255,255,.1);padding-top:16px;margin-top:16px;font-size:11px}.hf-health span{color:#c4d4d7}.hf-health span i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:8px}.hf-health .is-good{background:#54d7a8}.hf-health strong{color:#fff}.hf-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hf-quick-grid a{display:grid;gap:8px;align-content:center;min-height:85px;padding:12px;border:1px solid var(--hf-line);border-radius:17px;background:#f8fbfb;color:var(--hf-ink)!important;text-decoration:none!important;font-size:11px;font-weight:800}.hf-quick-grid b{width:27px;height:27px;border-radius:10px;background:rgba(14,91,109,.09);display:grid;place-items:center;color:var(--hf-teal);font-size:15px}
.hf-table-wrap{overflow:auto;margin:0 -3px}.hf-table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}.hf-table th{padding:11px 12px;border-bottom:1px solid var(--hf-line);background:#f2f8f7;color:#6b7f86;text-align:left;font-size:9px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.hf-table th:first-child{border-radius:12px 0 0}.hf-table th:last-child{border-radius:0 12px 0 0}.hf-table td{padding:13px 12px;border-bottom:1px solid #edf2f3;font-size:12px;vertical-align:middle}.hf-table tr:last-child td{border-bottom:0}.hf-table tr:hover td{background:#fbfdfd}.hf-table td strong,.hf-table td small,.hf-table td code{display:block}.hf-table td small{font-size:10px;color:#7c8d94;margin-top:3px}.hf-table code{font-size:10px;color:var(--hf-teal);background:#eef7f6;border-radius:7px;padding:4px 6px;width:max-content}.hf-link{color:var(--hf-teal)!important;text-decoration:none!important;font-size:11px;font-weight:800;white-space:nowrap}.hf-link-button{border:0;background:none;color:var(--hf-teal);font-size:10px;font-weight:800;cursor:pointer}.hf-person{display:flex;align-items:center;gap:10px}.hf-person>span{width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg,#e5f3f2,#f9fbfb);display:grid;place-items:center;color:var(--hf-teal);font-size:10px;font-weight:900;border:1px solid var(--hf-line)}
.hf-status,.hf-priority,.hf-complete,.hf-module-state{display:inline-flex;align-items:center;width:max-content;padding:6px 9px;border-radius:999px;border:1px solid #dfe9e9;background:#f5f8f8;color:#607077;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.hf-status-checked_in,.hf-status-waiting_consultation,.hf-status-ordered,.hf-status-prescribed{background:#fff8df;border-color:#f0df9b;color:#806700}.hf-status-awaiting_lab,.hf-status-results_ready,.hf-status-awaiting_pharmacy,.hf-status-part_paid{background:#eef5fb;border-color:#d4e1ee;color:#416c91}.hf-status-completed,.hf-status-paid,.hf-status-dispensed{background:#edf9f4;border-color:#caeadd;color:#0d7059}.hf-status-admitted{background:#f3eef9;border-color:#dfd3ed;color:#6d4d8d}.hf-priority-emergency{background:#fff0f0;color:#992f2f;border-color:#efcaca}.hf-priority-urgent{background:#fff7e7;color:#8a5f00;border-color:#f0d99b}.hf-complete{background:#edf9f4;color:var(--hf-green);border-color:#cce8dc}
.hf-search{display:grid;grid-template-columns:1fr auto;gap:11px;margin-bottom:19px}.hf-search input,.hf-form input,.hf-form select,.hf-form textarea{width:100%;border:1px solid rgba(14,91,109,.16);border-radius:14px;background:#fff;color:var(--hf-ink);padding:11px 12px;font:inherit;font-size:12px;outline:none;transition:.2s}.hf-search input{padding:12px 15px}.hf-form input:focus,.hf-form select:focus,.hf-form textarea:focus,.hf-search input:focus{border-color:rgba(15,111,95,.48);box-shadow:0 0 0 4px rgba(15,111,95,.08);transform:translateY(-1px)}.hf-form textarea{resize:vertical}.hf-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.hf-form-stack{display:grid;gap:13px}.hf-form label{display:grid;gap:6px}.hf-form label>span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:#667c84}.hf-field-wide{grid-column:1/-1}.hf-form-actions{display:flex;align-items:center;gap:13px;margin-top:5px}.hf-form-actions>span{font-size:10px;color:#7d8c92}.hf-form-card{margin-bottom:20px}.hf-form-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.hf-inline-form{display:flex;flex-wrap:wrap;gap:9px;align-items:end;margin-top:13px}.hf-inline-form input,.hf-inline-form select{flex:1 1 120px}.hf-inline-form .hf-btn{flex:0 0 auto}.hf-empty{display:grid;justify-items:center;text-align:center;gap:5px;padding:38px 18px;color:#809198}.hf-empty b{font-family:Georgia,serif;color:var(--hf-navy);font-size:18px}.hf-empty span{font-size:12px}.hf-empty-small{padding:18px 10px;background:#f7fafb;border:1px dashed var(--hf-line);border-radius:14px}
.hf-patient-banner{display:grid;grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(110px,.6fr));gap:15px;align-items:center;padding:18px 21px;margin-bottom:20px;border-radius:23px;background:linear-gradient(135deg,#113a44,#0d6066);color:#fff;box-shadow:0 22px 60px rgba(14,91,109,.18)}.hf-patient-banner>div:not(.hf-patient-id){display:grid;gap:4px;padding-left:15px;border-left:1px solid rgba(255,255,255,.14)}.hf-patient-banner small{color:#9fc0c2;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.hf-patient-banner strong{font-size:12px}.hf-patient-id{display:flex;align-items:center;gap:13px}.hf-patient-id>span{width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.11);display:grid;place-items:center;font-weight:900;color:#f3db72}.hf-patient-id strong,.hf-patient-id small{display:block}.hf-patient-id strong{font-family:Georgia,serif;font-size:18px}.hf-allergy strong{color:#f4db75}.hf-encounter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hf-span-2{grid-column:1/-1}.hf-card-head>div:has(.hf-step){display:flex;align-items:center;gap:10px}.hf-step{width:28px;height:28px;border-radius:10px;background:#e9f5f3;color:var(--hf-green);display:grid;place-items:center;font-weight:900;font-size:11px}.hf-vitals{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.hf-vitals span{padding:11px;border-radius:14px;background:#f5f9f9;border:1px solid var(--hf-line)}.hf-vitals small,.hf-vitals strong{display:block}.hf-vitals small{font-size:8px;text-transform:uppercase;color:#7d8d93}.hf-vitals strong{font-size:15px;margin-top:4px;color:var(--hf-navy)}.hf-clinical-note{padding:16px;border-radius:17px;background:#f7faf9;border:1px solid var(--hf-line)}.hf-clinical-note h3,.hf-subhead{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#667c84;margin:0 0 6px}.hf-clinical-note p{font-size:12px;margin:0 0 12px}.hf-clinical-note small{font-size:9px;color:#86959a}.hf-list{display:grid;gap:9px}.hf-list article{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 13px;border-radius:15px;background:#f8fbfb;border:1px solid var(--hf-line)}.hf-list article>div strong,.hf-list article>div small{display:block}.hf-list article>div strong{font-size:12px}.hf-list article>div small{font-size:10px;color:#7a8a90;margin-top:4px}.hf-list article p{grid-column:1/-1;width:100%;font-size:11px;margin:8px 0 0}.hf-disposition{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hf-disposition>div{display:grid;gap:5px;padding:13px;border-radius:15px;background:#f6faf9;border:1px solid var(--hf-line)}.hf-disposition small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#7d8e93}.hf-disposition strong{font-size:13px;color:var(--hf-navy)}
.hf-worklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:18px}.hf-billing-panel{margin-bottom:20px}.hf-charge-list{display:grid;gap:8px}.hf-charge-list>div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #edf2f2;font-size:11px}.hf-charge-list>span{font-size:11px;color:#7d8e94}.hf-invoice-total{display:grid;grid-template-columns:1fr auto;gap:7px;padding:13px;margin-top:12px;border-radius:15px;background:#f1f7f6;font-size:12px}.hf-invoice-total strong{text-align:right}.hf-bed-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:11px}.hf-bed-board article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:13px;border-radius:16px;border:1px solid #cde7dc;background:#f1faf6}.hf-bed-board article>span{width:37px;height:37px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--hf-green);font-size:10px;font-weight:900}.hf-bed-board article strong,.hf-bed-board article small{display:block}.hf-bed-board article strong{font-size:11px}.hf-bed-board article small{font-size:9px;color:#75878d}.hf-bed-board article.is-occupied{border-color:#e6d7af;background:#fff9ea}.hf-bed-board article.is-occupied>span{color:#8a6b00}.hf-dialog{width:min(520px,90vw);border:0;border-radius:24px;padding:25px;box-shadow:0 35px 100px rgba(0,0,0,.25);color:var(--hf-ink)}.hf-dialog::backdrop{background:rgba(8,31,37,.62);backdrop-filter:blur(4px)}.hf-dialog h2{font-family:Georgia,serif;color:var(--hf-navy)}.hf-dialog-close{position:absolute;right:15px;top:12px;border:0;background:#eef4f4;width:31px;height:31px;border-radius:10px;font-size:20px;cursor:pointer}.hf-bar-chart{height:250px;display:flex;align-items:end;justify-content:space-around;gap:12px;padding:25px 10px 0;border-bottom:1px solid var(--hf-line)}.hf-bar-chart>div{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px}.hf-bar-chart span{width:min(44px,75%);min-height:6px;border-radius:10px 10px 3px 3px;background:linear-gradient(180deg,var(--hf-green),var(--hf-teal));position:relative}.hf-bar-chart b{position:absolute;top:-22px;width:100%;text-align:center;font-size:10px}.hf-bar-chart small{font-size:9px;text-transform:uppercase;color:#798b91}
.hf-module-groups{display:grid;gap:20px}.hf-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:10px}.hf-module-grid article{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--hf-line);border-radius:15px;background:#f9fbfb}.hf-module-icon{width:34px;height:34px;border-radius:11px;background:#eaf5f3;color:var(--hf-teal);display:grid;place-items:center}.hf-module-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.hf-module-grid strong,.hf-module-grid small{display:block}.hf-module-grid strong{font-size:11px}.hf-module-grid small{font-size:9px;color:#7a8a91;margin-top:3px}.hf-module-state.is-live{background:#edf9f4;color:var(--hf-green);border-color:#c9e7dc}.hf-module-state.is-foundation{background:#edf5fb;color:#416d91;border-color:#d3e2ee}.hf-module-state.is-planned{background:#f5f6f7;color:#738086}
.hf-public{min-height:100vh;margin:0 calc(50% - 50vw);width:100vw;padding:45px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.65fr);gap:40px;align-items:center;background:radial-gradient(circle at 14% 10%,rgba(224,191,56,.18),transparent 25%),linear-gradient(135deg,#0c313a,#0d5962);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#fff}.hf-login-aside{max-width:760px;padding:6vw}.hf-login-aside .hf-brand-mark{margin-bottom:35px}.hf-login-aside h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.05em;margin:20px 0}.hf-login-aside p{font-size:16px;color:#bed2d4;line-height:1.8;max-width:650px}.hf-login-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hf-login-points span{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:800}.hf-login-card{padding:35px;border-radius:30px;background:rgba(255,255,255,.97);box-shadow:0 35px 100px rgba(0,0,0,.25);color:var(--hf-ink)}.hf-login-card h2{font-family:Georgia,serif;font-size:32px;color:var(--hf-navy);margin:18px 0 7px}.hf-login-card>p{font-size:13px;color:var(--hf-muted)}.hf-login-card label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#637980}.hf-login-card input[type=text],.hf-login-card input[type=password]{width:100%;padding:13px;border:1px solid var(--hf-line);border-radius:14px;background:#fff}.hf-login-card .login-submit input{width:100%;border:0;border-radius:14px;padding:13px;background:linear-gradient(135deg,var(--hf-green),var(--hf-teal));color:#fff;font-weight:800;cursor:pointer}.hf-login-card .login-remember label{font-size:11px;text-transform:none;letter-spacing:0}
.hf-admin-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hf-admin-hero{margin:25px 0;padding:32px;border-radius:25px;background:linear-gradient(135deg,#0e3540,#0d6268);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.hf-admin-hero h1{font-family:Georgia,serif;font-size:36px;color:#fff;margin:15px 0 8px}.hf-admin-hero p{color:#c0d4d6;max-width:660px;margin-bottom:20px}.hf-admin-status{display:grid;gap:10px;min-width:220px}.hf-admin-status span{padding:12px;border-radius:14px;background:rgba(255,255,255,.09);font-size:12px}.hf-admin-status b{font-size:18px;margin-right:6px}.hf-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hf-admin-grid section{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--hf-line);box-shadow:var(--hf-shadow)}
@media(max-width:1280px){.hf-metrics{grid-template-columns:repeat(3,1fr)}.hf-patient-banner{grid-template-columns:minmax(240px,1.4fr) repeat(2,1fr)}.hf-patient-banner>div:nth-last-child(-n+2){margin-top:4px}.hf-form-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.hf-app{grid-template-columns:1fr}.hf-sidebar{position:fixed;left:-280px;width:260px;transition:left .25s ease}.hf-menu-open .hf-sidebar{left:0}.hf-menu-toggle{display:block}.hf-topbar{padding:0 18px}.hf-content{padding:24px 18px}.hf-notice{margin:16px 18px 0}.hf-grid-2-1,.hf-grid-2,.hf-encounter-grid{grid-template-columns:1fr}.hf-span-2{grid-column:auto}.hf-metrics{grid-template-columns:repeat(2,1fr)}.hf-patient-banner{grid-template-columns:1fr 1fr}.hf-public{grid-template-columns:1fr;padding:24px}.hf-login-aside{padding:5vw}.hf-form-compact{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hf-top-actions .hf-live{display:none}.hf-top-actions .hf-btn{display:none}.hf-topbar{height:68px}.hf-content{padding:20px 13px}.hf-notice{margin:13px 13px 0}.hf-page-head{align-items:flex-start;flex-direction:column}.hf-page-head h1{font-size:31px}.hf-metrics{grid-template-columns:1fr 1fr;gap:9px}.hf-metric{min-height:112px;padding:14px}.hf-metric strong{font-size:19px}.hf-card{padding:17px;border-radius:20px}.hf-form-grid,.hf-form-compact{grid-template-columns:1fr}.hf-patient-banner{grid-template-columns:1fr}.hf-patient-banner>div:not(.hf-patient-id){border-left:0;border-top:1px solid rgba(255,255,255,.13);padding:10px 0 0}.hf-vitals{grid-template-columns:repeat(2,1fr)}.hf-disposition{grid-template-columns:1fr 1fr}.hf-search{grid-template-columns:1fr}.hf-inline-form{display:grid;grid-template-columns:1fr;width:100%}.hf-inline-form>*{width:100%}.hf-quick-grid{grid-template-columns:1fr}.hf-public{padding:14px}.hf-login-aside{padding:28px 12px}.hf-login-aside h1{font-size:42px}.hf-login-card{padding:24px}.hf-worklist{grid-template-columns:1fr}.hf-admin-hero{flex-direction:column;align-items:flex-start}.hf-admin-grid{grid-template-columns:1fr}}
@media print{.hf-sidebar,.hf-topbar,.hf-page-head .hf-btn,.hf-notice{display:none!important}.hf-app{display:block;background:#fff;margin:0;width:auto}.hf-content{padding:0}.hf-card,.hf-metric{box-shadow:none;break-inside:avoid}}

/* Public entry experience — isolated from the authenticated application. */
.hf-public.hf-entry{position:relative;display:block;min-height:100vh;margin:0 calc(50% - 50vw);width:100vw;padding:0 64px;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(38,158,152,.24),transparent 31%),radial-gradient(circle at 84% 72%,rgba(224,191,56,.14),transparent 27%),linear-gradient(135deg,#071d26 0%,#0a303b 54%,#0a4b52 100%);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.hf-entry:before{content:"";position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(110deg,#000,transparent 68%);pointer-events:none}
.hf-entry:after{content:"";position:absolute;left:-7vw;bottom:-36vh;width:60vw;height:60vw;border:1px solid rgba(118,219,205,.13);border-radius:50%;box-shadow:0 0 0 80px rgba(118,219,205,.025),0 0 0 160px rgba(118,219,205,.018);pointer-events:none}
.hf-entry-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hf-entry-glow-one{width:280px;height:280px;right:26%;top:-180px;background:rgba(224,191,56,.12);box-shadow:0 0 120px rgba(224,191,56,.08)}.hf-entry-glow-two{width:210px;height:210px;right:-100px;bottom:6%;background:rgba(81,196,191,.18);box-shadow:0 0 130px rgba(81,196,191,.12)}
.hf-entry-header{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1580px,100%);height:112px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.1)}
.hf-entry-brand{display:flex;align-items:center;gap:13px;color:#fff!important;text-decoration:none!important}.hf-entry-symbol{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#e7c846,#f3dc7a);box-shadow:0 16px 40px rgba(224,191,56,.18),inset 0 1px 0 rgba(255,255,255,.6)}.hf-entry-symbol svg{width:31px;height:31px;fill:none;stroke:#0b3440;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hf-entry-brand strong,.hf-entry-brand small{display:block}.hf-entry-brand strong{font-family:Georgia,serif;font-size:23px;line-height:1;color:#fff}.hf-entry-brand small{margin-top:5px;color:#8eacb2;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.hf-entry-environment{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.055);color:#b9cdd0;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hf-entry-environment i{width:7px;height:7px;border-radius:50%;background:#61d9b0;box-shadow:0 0 0 5px rgba(97,217,176,.1)}
.hf-entry-stage{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.66fr);align-items:center;gap:clamp(55px,7vw,120px);width:min(1580px,100%);min-height:calc(100vh - 184px);margin:0 auto;padding:55px 0 64px}
.hf-entry-story{min-width:0}.hf-entry-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:21px;color:#b5d0d1;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hf-entry-kicker i{width:27px;height:1px;background:#e5c94e;box-shadow:9px 0 0 rgba(229,201,78,.38)}
.hf-entry-story h1{max-width:820px;margin:0;font-family:Georgia,serif;font-size:clamp(52px,5.6vw,88px);line-height:.92;letter-spacing:-.055em;color:#f6fbfb;text-wrap:balance}.hf-entry-story h1 em{display:block;margin-top:9px;color:#e7cf62;font-style:normal}.hf-entry-story>p{max-width:720px;margin:24px 0 30px;color:#b2c9cc;font-size:15px;line-height:1.75}
.hf-entry-preview{width:min(760px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:25px;background:rgba(247,251,251,.97);color:#17313a;box-shadow:0 34px 95px rgba(0,0,0,.28);transform:perspective(1200px) rotateX(1.6deg) rotateY(1.2deg);transform-origin:left center}.hf-preview-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(14,91,109,.1);background:linear-gradient(90deg,#f8fbfb,#eef7f5)}.hf-preview-head small,.hf-preview-head strong{display:block}.hf-preview-head small{color:#789096;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.hf-preview-head strong{margin-top:2px;font-family:Georgia,serif;font-size:17px;color:#112e37}.hf-preview-head>span{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;background:#eaf7f1;color:#0c6c54;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.hf-preview-head>span i{width:6px;height:6px;border-radius:50%;background:#1eaa7b;box-shadow:0 0 0 4px rgba(30,170,123,.1)}
.hf-preview-body{padding:17px 18px 18px}.hf-preview-patient{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding-bottom:15px;border-bottom:1px solid #e4ecec}.hf-preview-patient>span{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#dbeeed,#f6faf9);color:#0d6470;font-size:10px;font-weight:900}.hf-preview-patient strong,.hf-preview-patient small{display:block}.hf-preview-patient strong{font-size:12px}.hf-preview-patient small{margin-top:2px;color:#789096;font-size:8px}.hf-preview-patient>b{padding:6px 8px;border-radius:9px;background:#fff5d8;color:#806400;font-size:9px}
.hf-preview-route{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:18px 0 17px}.hf-preview-route>div{position:relative;display:flex;align-items:center;gap:8px;min-width:0}.hf-preview-route>div:not(:last-child):after{content:"";position:absolute;left:28px;right:3px;top:13px;height:1px;background:#dce7e7}.hf-preview-route i{position:relative;z-index:1;flex:0 0 auto;width:27px;height:27px;display:grid;place-items:center;border:1px solid #d6e2e3;border-radius:9px;background:#f8fbfb;color:#789096;font-size:8px;font-style:normal;font-weight:900}.hf-preview-route span{position:relative;z-index:1;min-width:0;background:#f7fbfb;padding-right:7px}.hf-preview-route strong,.hf-preview-route small{display:block;white-space:nowrap}.hf-preview-route strong{font-size:9px}.hf-preview-route small{margin-top:2px;color:#84959a;font-size:7px}.hf-preview-route .is-complete i{border-color:#c7e7dc;background:#e9f7f1;color:#0e745a}.hf-preview-route .is-current i{border-color:#e8d163;background:#f4d95c;color:#28353a;box-shadow:0 0 0 5px rgba(224,191,56,.13)}
.hf-preview-pulse{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hf-preview-pulse>div{padding:11px 12px;border:1px solid rgba(14,91,109,.1);border-radius:13px;background:#f5f9f9}.hf-preview-pulse small,.hf-preview-pulse strong,.hf-preview-pulse span{display:block}.hf-preview-pulse small{font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7e9095}.hf-preview-pulse strong{margin:3px 0 1px;font-size:17px;color:#102f39}.hf-preview-pulse span{font-size:7px;color:#809298}
.hf-entry-auth{width:100%;max-width:510px;justify-self:end;padding:38px 40px 32px!important;border:1px solid rgba(255,255,255,.48)!important;border-radius:28px!important;background:rgba(251,253,253,.98)!important;color:#18333d!important;box-shadow:0 40px 120px rgba(0,0,0,.3)!important;backdrop-filter:blur(16px)}.hf-entry-auth:before{display:none}.hf-entry-auth-top{display:flex;align-items:center;gap:11px;padding-bottom:20px;margin-bottom:27px;border-bottom:1px solid #e5ecec}.hf-entry-lock{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#eaf5f3;color:#0d6570}.hf-entry-lock svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hf-entry-auth-top small,.hf-entry-auth-top strong{display:block}.hf-entry-auth-top small{font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#7c8f95}.hf-entry-auth-top strong{margin-top:3px;color:#16333d;font-size:11px}.hf-entry-auth h2{margin:0 0 8px!important;font-family:Georgia,serif!important;font-size:36px!important;line-height:1!important;letter-spacing:-.035em;color:#102e37!important}.hf-entry-auth>p{margin:0 0 24px!important;color:#71848b!important;font-size:12px!important}
.hf-entry-auth form{display:grid;gap:16px}.hf-entry-auth form p{margin:0}.hf-entry-auth form label{display:grid;gap:7px;color:#586f77!important;font-size:9px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}.hf-entry-auth form input[type=text],.hf-entry-auth form input[type=password]{width:100%;height:49px;padding:0 14px!important;border:1px solid #d9e4e5!important;border-radius:14px!important;background:#f9fbfb!important;color:#16323b!important;font-size:13px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;outline:none;transition:.2s ease}.hf-entry-auth form input[type=text]:focus,.hf-entry-auth form input[type=password]:focus{border-color:#4c9e9c!important;background:#fff!important;box-shadow:0 0 0 4px rgba(14,91,109,.08)!important}.hf-entry-auth .login-remember label{display:flex!important;align-items:center;gap:8px;text-transform:none!important;letter-spacing:0!important;font-size:10px!important;color:#6d7f85!important}.hf-entry-auth #rememberme{width:15px!important;height:15px!important;margin:0!important;accent-color:#0f6f5f}.hf-entry-auth .login-submit{margin-top:1px!important}.hf-entry-auth .login-submit input{width:100%;height:49px;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#0f7664,#0d6170)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em!important;cursor:pointer;box-shadow:0 16px 32px rgba(14,91,109,.19)!important;transition:.2s ease}.hf-entry-auth .login-submit input:hover{transform:translateY(-1px);box-shadow:0 21px 38px rgba(14,91,109,.25)!important}
.hf-entry-help{display:flex;justify-content:space-between;gap:15px;margin-top:18px;font-size:9px}.hf-entry-help a{color:#0d6872!important;text-decoration:none!important;font-weight:900}.hf-entry-help span{color:#8b999e;text-align:right}.hf-entry-assurance{display:flex;gap:17px;padding-top:18px;margin-top:20px;border-top:1px solid #e7eded;color:#708187;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.hf-entry-assurance span{display:flex;align-items:center;gap:5px}.hf-entry-assurance i{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#eaf7f1;color:#0e765b;font-size:8px;font-style:normal}
.hf-entry-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:14px;width:min(1580px,100%);height:72px;margin:-72px auto 0;color:#799ba1;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hf-entry-footer i{width:3px;height:3px;border-radius:50%;background:#d5bd4d}
@media(max-width:1120px){.hf-public.hf-entry{padding:0 34px}.hf-entry-stage{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:42px}.hf-entry-story h1{font-size:clamp(48px,6.5vw,72px)}.hf-entry-preview{transform:none}.hf-preview-route strong{font-size:8px}.hf-entry-auth{padding:32px!important}}
@media(max-width:860px){.hf-public.hf-entry{padding:0 22px;overflow:auto}.hf-entry-header{height:92px}.hf-entry-environment{display:none}.hf-entry-stage{grid-template-columns:1fr;gap:34px;padding:45px 0 100px}.hf-entry-story{text-align:center}.hf-entry-story h1,.hf-entry-story>p{margin-left:auto;margin-right:auto}.hf-entry-kicker{justify-content:center}.hf-entry-preview{text-align:left;margin:0 auto}.hf-entry-auth{justify-self:center;max-width:560px}.hf-entry-footer{margin:-72px auto 0;flex-wrap:wrap}}
@media(max-width:560px){.hf-public.hf-entry{padding:0 14px}.hf-entry-brand small{font-size:7px}.hf-entry-symbol{width:42px;height:42px;border-radius:14px}.hf-entry-stage{padding-top:32px}.hf-entry-story h1{font-size:45px}.hf-entry-story>p{font-size:13px;margin-top:18px}.hf-entry-preview{border-radius:19px}.hf-preview-route{grid-template-columns:1fr 1fr;gap:12px}.hf-preview-route>div:not(:last-child):after{display:none}.hf-preview-pulse{grid-template-columns:1fr 1fr}.hf-preview-pulse>div:last-child{grid-column:1/-1}.hf-entry-auth{padding:26px 22px 24px!important;border-radius:22px!important}.hf-entry-auth h2{font-size:31px!important}.hf-entry-help{display:grid}.hf-entry-help span{text-align:left}.hf-entry-assurance{flex-wrap:wrap}.hf-entry-footer{display:none}}

/* 0.1.2 institutional access gateway */
.hf-public.hf-access{position:relative;display:block;min-height:100vh;width:100vw;margin:0 calc(50% - 50vw);padding:0;overflow:hidden;background:#eef2f0;color:#162b32;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;isolation:isolate}
.hf-access:before{content:"";position:absolute;z-index:-1;left:-170px;bottom:-250px;width:610px;height:610px;border-radius:50%;background:radial-gradient(circle,rgba(21,125,116,.11) 0,rgba(21,125,116,.04) 42%,transparent 70%);pointer-events:none}
.hf-access:after{content:"";position:absolute;z-index:-1;left:43%;top:11%;width:240px;height:240px;border-radius:50%;background:rgba(91,116,175,.06);filter:blur(70px);pointer-events:none}
.hf-access-header{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 clamp(28px,4.2vw,72px);border-bottom:1px solid #dce3e0;background:rgba(248,250,248,.86);backdrop-filter:blur(18px)}
.hf-access-brand{display:flex;align-items:center;gap:12px;color:#142d34!important;text-decoration:none!important}.hf-access-brand>span:last-child,.hf-access-brand strong,.hf-access-brand small{display:block}.hf-access-brand strong{font-size:18px;font-weight:780;line-height:1;letter-spacing:-.025em}.hf-access-brand small{margin-top:5px;color:#6f7f82;font-size:8px;font-weight:750;letter-spacing:.145em;text-transform:uppercase}
.hf-access-mark{width:42px;height:42px;display:grid!important;place-items:center;border-radius:12px;background:#123d45;color:#fff;box-shadow:0 8px 22px rgba(20,61,69,.14)}.hf-access-mark svg{width:27px;height:27px;overflow:visible;fill:#a9dcd4;stroke:#fff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.hf-access-mark svg circle{stroke:none}
.hf-access-meta{display:flex;align-items:center;gap:24px;color:#617276;font-size:9px;font-weight:750;letter-spacing:.085em;text-transform:uppercase}.hf-access-demo{padding:8px 10px;border:1px solid #d6dfdc;border-radius:6px;background:#f7f9f7;color:#637478}.hf-access-secure{display:flex;align-items:center;gap:7px}.hf-access-secure svg{width:15px;height:15px;fill:none;stroke:#24766d;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hf-access-main{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(390px,.62fr);min-height:calc(100vh - 88px)}
.hf-system-architecture{position:relative;min-width:0;padding:clamp(38px,4.2vw,66px) clamp(32px,5vw,84px) 34px;overflow:hidden;border-right:1px solid #dce3e0;background:linear-gradient(145deg,rgba(248,250,248,.86),rgba(231,238,235,.78))}
.hf-system-architecture:before{content:"";position:absolute;right:-80px;top:-60px;width:330px;height:330px;border:1px solid rgba(19,82,88,.07);border-radius:50%;box-shadow:0 0 0 55px rgba(19,82,88,.018),0 0 0 110px rgba(19,82,88,.012);pointer-events:none}
.hf-architecture-title{position:relative;z-index:2}.hf-architecture-title>span{display:block;margin-bottom:12px;color:#2f736e;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hf-architecture-title h1{max-width:620px;margin:0;color:#19363d;font-size:clamp(31px,3.1vw,47px);font-weight:630;line-height:1.08;letter-spacing:-.045em;text-wrap:balance}
.hf-care-map{position:relative;width:min(760px,100%);height:480px;margin:clamp(18px,2.4vh,34px) auto 0}
.hf-care-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.hf-map-orbit{fill:none;stroke:#9aaba9;stroke-width:1;stroke-dasharray:3 8;opacity:.44}.hf-map-orbit-b{stroke-dasharray:1 10;opacity:.35}.hf-map-path{fill:none;stroke-width:2;stroke-linecap:round;opacity:.78}.hf-map-path-a{stroke:url(#hfLineA)}.hf-map-path-b{stroke:url(#hfLineB)}.hf-map-path-c{stroke:#c0974a;stroke-dasharray:2 7;opacity:.55}.hf-map-glow{fill:rgba(22,107,101,.12);filter:url(#hfSoft)}
.hf-care-core{position:absolute;left:50%;top:50%;width:154px;height:154px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.3);border-radius:50%;background:linear-gradient(150deg,#123e47,#0d625f);color:#fff;box-shadow:0 22px 55px rgba(21,70,75,.22),inset 0 1px 0 rgba(255,255,255,.2)}
.hf-care-core:before{content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.hf-care-core-mark{width:38px;height:38px;display:grid;place-items:center;margin-bottom:8px;border-radius:10px;background:rgba(255,255,255,.11)}.hf-care-core-mark svg{width:25px;height:25px;fill:#9fd9d0;stroke:#fff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.hf-care-core-mark svg circle{stroke:none}.hf-care-core small{font-size:8px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#9ed1cb}.hf-care-core strong{margin-top:3px;font-size:13px;font-weight:720;letter-spacing:-.015em}
.hf-care-node{position:absolute;min-width:176px;display:flex;align-items:center;gap:11px;padding:12px 14px 12px 12px;border:1px solid rgba(25,63,68,.11);border-radius:13px;background:rgba(250,252,250,.94);box-shadow:0 12px 30px rgba(22,56,60,.08);backdrop-filter:blur(9px)}.hf-care-node:after{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:0 3px 3px 0;background:#2d8f83}.hf-care-node i{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#e6f1ee;color:#1b6d66;font-size:8px;font-style:normal;font-weight:850;letter-spacing:.04em}.hf-care-node span,.hf-care-node strong,.hf-care-node small{display:block}.hf-care-node strong{color:#213b41;font-size:11px;font-weight:760}.hf-care-node small{margin-top:2px;color:#748486;font-size:8px}.hf-node-registration{left:0;top:16%}.hf-node-clinical{left:38%;top:0}.hf-node-diagnostics{right:0;top:19%}.hf-node-pharmacy{left:0;bottom:14%}.hf-node-revenue{right:0;bottom:13%}.hf-node-inpatient{left:38%;bottom:0}
.hf-node-clinical:after{background:#267d71}.hf-node-diagnostics:after{background:#5475b4}.hf-node-diagnostics i{background:#e8edf7;color:#4968a1}.hf-node-pharmacy:after{background:#8069a7}.hf-node-pharmacy i{background:#f0ecf6;color:#715b97}.hf-node-revenue:after{background:#b5883f}.hf-node-revenue i{background:#f7f0e3;color:#956f31}.hf-node-inpatient:after{background:#458d9c}.hf-node-inpatient i{background:#e7f1f3;color:#3d7b88}
.hf-architecture-legend{display:flex;align-items:center;gap:22px;margin-top:12px;color:#687a7d;font-size:8px;font-weight:720;letter-spacing:.07em;text-transform:uppercase}.hf-architecture-legend span{display:flex;align-items:center;gap:7px}.hf-architecture-legend i{width:7px;height:7px;border-radius:50%;background:#2d8f83}.hf-architecture-legend .is-diagnostic{background:#5475b4}.hf-architecture-legend .is-operational{background:#8069a7}.hf-architecture-legend .is-financial{background:#b5883f}
.hf-access-panel{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:clamp(44px,7vh,86px) clamp(34px,4vw,68px) 28px;background:#fbfcfa}.hf-access-panel-inner{width:100%;max-width:390px;margin:auto}.hf-access-overline{display:block;margin-bottom:24px;color:#28766e;font-size:9px;font-weight:820;letter-spacing:.16em;text-transform:uppercase}.hf-access-panel h2{margin:0;color:#152f36;font-size:38px;font-weight:650;line-height:1;letter-spacing:-.04em}.hf-access-panel-inner>p{margin:10px 0 32px;color:#738184;font-size:13px}
.hf-access-panel form{display:grid;gap:19px}.hf-access-panel form p{margin:0}.hf-access-panel form label{display:grid;gap:8px;color:#475c61!important;font-size:10px!important;font-weight:730!important;letter-spacing:.035em!important;text-transform:none!important}.hf-access-panel form input[type=text],.hf-access-panel form input[type=password]{width:100%;height:52px;padding:0 14px!important;border:1px solid #ced9d6!important;border-radius:9px!important;background:#fff!important;color:#16323a!important;font-size:14px!important;box-shadow:none!important;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.hf-access-panel form input[type=text]:hover,.hf-access-panel form input[type=password]:hover{border-color:#aabbb7!important}.hf-access-panel form input[type=text]:focus,.hf-access-panel form input[type=password]:focus{border-color:#2d8278!important;box-shadow:0 0 0 3px rgba(45,130,120,.11)!important}.hf-access-panel .login-remember label{display:flex!important;align-items:center;gap:8px;color:#617377!important;font-size:10px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.hf-access-panel #rememberme{width:16px!important;height:16px!important;margin:0!important;accent-color:#176f67}.hf-access-panel .login-submit{margin-top:1px!important}.hf-access-panel .login-submit input{width:100%;height:52px;border:0!important;border-radius:9px!important;background:#163f47!important;color:#fff!important;font-size:12px!important;font-weight:760!important;letter-spacing:.025em!important;cursor:pointer;box-shadow:0 9px 22px rgba(20,62,70,.15)!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.hf-access-panel .login-submit input:hover{background:#0d5c59!important;transform:translateY(-1px);box-shadow:0 12px 25px rgba(20,62,70,.19)!important}.hf-access-panel .login-submit input:focus-visible{outline:3px solid rgba(39,126,117,.24);outline-offset:3px}
.hf-password-field{position:relative;display:block}.hf-password-field #user_pass{padding-right:64px!important}.hf-password-toggle{position:absolute;right:9px;top:50%;height:32px;padding:0 9px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:#246f68;font:750 9px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}.hf-password-toggle:hover{background:#edf4f2}.hf-password-toggle:focus-visible{outline:2px solid #2d8278;outline-offset:1px}
.hf-access-options{display:grid;gap:8px;margin-top:18px}.hf-access-options a{width:max-content;color:#1a6d67!important;font-size:10px;font-weight:760;text-decoration:none!important}.hf-access-options a:hover{text-decoration:underline!important}.hf-access-options>span{color:#8a9698;font-size:9px}
.hf-access-notice{display:flex;align-items:center;gap:11px;margin-top:31px;padding:14px 15px;border:1px solid #dfe6e3;border-radius:10px;background:#f4f7f5}.hf-access-notice svg{flex:0 0 auto;width:21px;height:21px;fill:none;stroke:#327970;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hf-access-notice span,.hf-access-notice strong,.hf-access-notice small{display:block}.hf-access-notice strong{color:#354b50;font-size:9px;font-weight:760}.hf-access-notice small{margin-top:3px;color:#7f8d8f;font-size:8px}
.hf-access-panel>footer{display:flex;justify-content:space-between;width:100%;max-width:390px;margin:38px auto 0;color:#97a1a2;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:1180px){.hf-access-main{grid-template-columns:minmax(0,1fr) 410px}.hf-system-architecture{padding-left:34px;padding-right:34px}.hf-care-map{transform:scale(.88);transform-origin:center top;margin-bottom:-58px}.hf-architecture-legend{margin-top:0}.hf-access-panel{padding-left:38px;padding-right:38px}}
@media(max-width:940px){.hf-access-header{padding:0 28px}.hf-access-main{grid-template-columns:1fr 390px}.hf-architecture-title h1{font-size:33px}.hf-care-map{width:680px;left:50%;margin-left:-340px;transform:scale(.75);margin-bottom:-112px}.hf-architecture-legend{gap:12px;flex-wrap:wrap}.hf-access-panel{padding-left:30px;padding-right:30px}}
@media(max-width:760px){.hf-public.hf-access{overflow:auto}.hf-access-header{height:78px;padding:0 20px}.hf-access-meta{gap:12px}.hf-access-demo{display:none}.hf-access-main{display:block;min-height:calc(100vh - 78px)}.hf-system-architecture{display:none}.hf-access-panel{min-height:calc(100vh - 78px);padding:46px 24px 24px}.hf-access-panel-inner{max-width:420px}.hf-access-panel>footer{max-width:420px}.hf-access-brand small{font-size:7px}.hf-access-secure{font-size:8px}}
@media(max-width:440px){.hf-access-header{padding:0 16px}.hf-access-brand strong{font-size:16px}.hf-access-mark{width:38px;height:38px;border-radius:10px}.hf-access-brand small{display:none}.hf-access-secure{font-size:0}.hf-access-secure svg{width:18px;height:18px}.hf-access-panel{padding:38px 18px 20px}.hf-access-panel h2{font-size:34px}.hf-access-panel-inner>p{margin-bottom:27px}}
@media(prefers-reduced-motion:reduce){.hf-access-panel *{transition:none!important}}
