:root{
  --bg:#eef7f3;
  --canvas:#ffffff;
  --ink:#10231f;
  --text:#30433e;
  --muted:#6b7d78;
  --faint:#8ca09a;
  --line:#dce9e5;
  --line-soft:#edf5f2;
  --brand:#0f9f7a;
  --brand-dark:#08755c;
  --brand-soft:#e8f8f1;
  --green:#087f5b;
  --blue:#2563eb;
  --amber:#b96b00;
  --red:#b42318;
  --radius:16px;
  --shadow:0 20px 50px rgba(18,55,47,.10);
  --shadow-soft:0 10px 24px rgba(18,55,47,.06);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.45}
body{overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:3px solid rgba(15,159,122,.25);outline-offset:2px}
.hd-page{background:radial-gradient(circle at top left,#ffffff 0,#f7fcfb 28%,#eff8f5 68%,#eaf2f1 100%)}
.hd-app{min-height:100vh;display:grid;grid-template-columns:176px minmax(0,1fr);max-width:1440px;margin:0 auto;padding:18px}
.hd-side{background:rgba(255,255,255,.97);border:1px solid var(--line);border-radius:24px 0 0 24px;padding:14px 10px;display:flex;flex-direction:column;min-height:calc(100vh - 36px);box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.hd-main{min-width:0;background:#fff;border:1px solid var(--line);border-left:0;border-radius:0 24px 24px 0;min-height:calc(100vh - 36px);box-shadow:var(--shadow);overflow:hidden}
.hd-brand{display:flex;align-items:center;gap:10px;padding:2px 8px 14px;font-weight:950;color:#063c33;letter-spacing:-.03em}
.hd-brand small{display:block;font-size:9px;color:#71827d;letter-spacing:0;font-weight:850;margin-top:-1px}
.hd-mark{width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,var(--brand),#27c992);display:grid;place-items:center;color:#fff;font-weight:950;font-size:12px;box-shadow:0 10px 20px rgba(15,159,122,.18)}
.hd-nav{display:grid;gap:4px}
.hd-nav-label{margin:9px 9px 2px;color:#93a39e;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.hd-nav-sub-label{margin:4px 9px 1px;color:#7f918b;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.hd-nav a{min-height:34px;border-radius:12px;display:flex;align-items:center;gap:8px;padding:0 8px;color:#38504a;font-size:12px;font-weight:850}
.hd-nav a::before{content:attr(data-icon);width:23px;height:23px;border-radius:8px;display:grid;place-items:center;font-size:10px;font-weight:950;color:#72827e;background:#f6faf9}
.hd-nav a:hover,.hd-nav a.active{background:#eaf6f2;color:#06483d}
.hd-nav a:hover::before,.hd-nav a.active::before{background:var(--brand-soft);color:var(--brand-dark)}
.hd-spacer{flex:1}
.hd-nav-footer{border-radius:12px;padding:9px 8px;color:#697a75;font-size:12px;font-weight:850}
.hd-nav-footer:hover{background:#eaf6f2;color:#182924}
.hd-top{min-height:58px;border-bottom:1px solid var(--line-soft);display:flex;align-items:center;gap:12px;padding:10px 18px;background:#fff}
.hd-search{width:min(430px,45vw)}
.hd-search input{width:100%;height:38px;border:1px solid var(--line);border-radius:13px;background:#f8fbfa;padding:0 14px;outline:0;color:#182924;font-size:12px}
.hd-search input:focus{background:#fff;border-color:#8cd7c4;box-shadow:0 0 0 4px rgba(15,159,122,.09)}
.hd-shortcut{border:1px solid var(--line-soft);border-radius:999px;padding:6px 10px;color:#7c8c87;font-size:11px;font-weight:850;background:#fbfefd}
.hd-user{margin-left:auto;display:flex;align-items:center;gap:8px;color:#697a75;font-size:12px}
.hd-avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#ddf7ef;color:var(--brand-dark);font-weight:950}
.hd-logout{height:32px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#33433f;font-size:12px;font-weight:850;padding:0 10px}
.hd-logout:hover{background:#f7faf9}
.hd-content{padding:20px 22px 30px}
.hd-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.hd-eyebrow{margin:0 0 5px;color:var(--brand);font-size:10.5px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.hd-title h1{margin:0;font-size:28px;line-height:1.03;letter-spacing:-.055em;color:#0c211c}
.hd-title p{margin:7px 0 0;color:var(--muted);max-width:650px;font-size:13px}
.hd-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.hd-btn{border:1px solid var(--line);min-height:37px;border-radius:12px;padding:0 13px;background:#fff;color:#1f342e;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 1px 0 rgba(16,35,31,.03)}
.hd-btn:hover{border-color:#8cd7c4;background:#fbfefd;color:#063c33}
.hd-primary-action,.hd-btn.hd-primary-action,.hd-btn.hd-full{background:linear-gradient(135deg,var(--brand),#20bf8c);border-color:transparent;color:#fff;box-shadow:0 12px 24px rgba(15,159,122,.20)}
.hd-btn.hd-secondary{background:#f8fbfa;color:#30433e}
.hd-full{width:100%}
.hd-section-space{margin-top:12px}
.hd-coach{margin:0 0 14px;border:1px solid #cfe9e0;background:linear-gradient(135deg,#ffffff,#f2fbf8);border-radius:18px;padding:13px 14px;display:grid;grid-template-columns:140px 180px minmax(0,1fr);gap:13px;align-items:center;box-shadow:var(--shadow-soft)}
.hd-coach div{border-right:1px solid var(--line-soft);padding-right:10px}
.hd-coach span{display:block;color:var(--faint);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.hd-coach b{display:block;color:#082f27;font-size:13px;margin-top:2px}
.hd-coach ol{margin:0;display:flex;gap:8px;flex-wrap:wrap;padding:0;list-style:none}
.hd-coach li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:#33433f;font-size:11.5px;font-weight:850}
.hd-toast{position:fixed;right:22px;bottom:22px;background:#063c33;color:#fff;border-radius:15px;padding:13px 15px;font-weight:850;font-size:12px;box-shadow:0 20px 45px rgba(0,0,0,.16);z-index:50;max-width:360px}
.hd-status{border-radius:16px;border:1px solid var(--line);padding:12px 14px;display:flex;gap:8px;align-items:center;margin:0 0 14px;background:#fff;color:#33433f;box-shadow:var(--shadow-soft)}
.hd-status b{color:#082f27}.hd-status.success{background:#f0fdf4;border-color:#bbf7d0}.hd-status.warn{background:#fff7ed;border-color:#fed7aa}.hd-status.info{background:#eff6ff;border-color:#bfdbfe}
.hd-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin:0 0 14px}
.hd-stat{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px;box-shadow:var(--shadow-soft)}
.hd-stat span{display:block;color:var(--muted);font-size:11px;font-weight:900}.hd-stat b{display:block;font-size:26px;line-height:1;color:#08755c;letter-spacing:-.05em;margin:4px 0}.hd-stat small{color:var(--faint);font-size:11px;font-weight:750}
.hd-grid{display:grid;gap:14px;margin-bottom:14px}.hd-grid.two{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.hd-grid.two-even{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.hd-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow-soft);min-width:0}
.hd-card h2{margin:0 0 12px;font-size:16px;letter-spacing:-.035em;color:#0b2520}
.hd-task-list{display:grid;gap:9px}.hd-task-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;border:1px solid var(--line);border-radius:15px;padding:11px;background:#fbfefd}.hd-task-item:hover{border-color:#8cd7c4;background:#f6fffb}.hd-task-item span{grid-row:span 2;width:34px;height:34px;border-radius:12px;background:#ddf7ef;color:#08755c;display:grid;place-items:center;font-weight:950}.hd-task-item b{font-size:13px}.hd-task-item small{color:var(--muted);font-weight:750}
.hd-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.hd-flow-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow-soft)}.hd-flow-step small{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#f6faf9;color:#72827e;font-weight:950}.hd-flow-step b{display:block;margin:8px 0 2px;font-size:13px}.hd-flow-step span{font-size:11px;color:var(--muted)}.hd-flow-step.active{border-color:#8cd7c4;background:#f5fffb}.hd-flow-step.active small{background:#ddf7ef;color:#08755c}
.hd-form{display:grid;gap:11px}.hd-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hd-field{display:grid;gap:5px}.hd-field.hd-wide{grid-column:1/-1}.hd-form-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.hd-field span{font-size:12px;font-weight:900;color:#263a34}.hd-field em{font-style:normal;color:#08755c;background:#e8f8f1;border-radius:999px;padding:2px 6px;margin-left:4px;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.hd-field em.optional{background:#f2f6f5;color:#7d8b87}.hd-field input,.hd-field select,.hd-field textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fbfefd;color:#14251f;padding:10px 11px;outline:0}.hd-field textarea{min-height:86px;resize:vertical}.hd-field input:focus,.hd-field select:focus,.hd-field textarea:focus{border-color:#8cd7c4;background:#fff;box-shadow:0 0 0 4px rgba(15,159,122,.08)}.hd-help{color:var(--faint);font-size:11px}.hd-inline-error{min-height:13px;color:var(--red);font-size:11px;font-weight:850}.hd-field.is-error input,.hd-field.is-error select,.hd-field.is-error textarea{border-color:#fca5a5;background:#fff7f7}
.hd-list{display:grid;gap:8px}.hd-list-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid var(--line-soft);border-radius:13px;padding:10px;background:#fbfefd}.hd-list-row b{font-size:12.5px}.hd-list-row span{color:var(--muted);font-size:11.5px;text-align:right}
.hd-token{border:1px solid #a7e3d5;background:linear-gradient(135deg,#ecfff8,#fff);border-radius:18px;padding:16px;text-align:center;margin-bottom:12px}.hd-token span{display:block;color:#08755c;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950}.hd-token b{display:block;font-size:42px;line-height:1;color:#063c33;letter-spacing:-.06em}.hd-token small{color:var(--muted);font-weight:750}.hd-token.small b{font-size:30px}
.hd-mini-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.hd-mini-btn,.hd-link-btn{border:1px solid var(--line);border-radius:999px;background:#fff;color:#1f342e;padding:7px 10px;font-size:11px;font-weight:900}.hd-mini-btn:hover,.hd-link-btn:hover{background:#eaf6f2;border-color:#8cd7c4;color:#06483d}
.hd-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.hd-table{width:100%;border-collapse:collapse;min-width:560px}.hd-table th,.hd-table td{padding:11px 12px;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle}.hd-table th{background:#f8fbfa;color:#667873;font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;font-weight:950}.hd-table td{font-size:12.3px;color:#263a34}.hd-table tr:last-child td{border-bottom:0}.hd-empty{margin:0;padding:18px;text-align:center;color:var(--muted);font-weight:850;background:#fbfefd}
.hd-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 8px;font-size:10.5px;font-weight:950;background:#f2f6f5;color:#53645f;white-space:nowrap}.hd-badge.ok{background:#dcfce7;color:#166534}.hd-badge.warn{background:#ffedd5;color:#9a3412}.hd-badge.wait{background:#fef9c3;color:#854d0e}.hd-badge.info{background:#dbeafe;color:#1d4ed8}
.hd-chip-row,.hd-pay-modes{display:flex;flex-wrap:wrap;gap:7px}.hd-chip{border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 11px;font-size:11px;font-weight:900;color:#33433f}.hd-chip.active,.hd-chip:hover{background:#ddf7ef;border-color:#9bdacb;color:var(--brand-dark)}
.hd-pos{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px}.hd-pos-search{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:8px;margin-bottom:11px}.hd-pos-search input{height:40px;border:1px solid var(--line);border-radius:12px;padding:0 12px;outline:0}.hd-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.hd-product{text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;padding:11px;display:grid;gap:5px}.hd-product:hover{border-color:#8cd7c4;background:#fbfefd}.hd-product.warning{border-color:#fed7aa;background:#fffaf0}.hd-product-icon{width:38px;height:30px;border-radius:10px;background:#eaf6f2;display:grid;place-items:center;color:var(--brand-dark);font-weight:950}.hd-product b{font-size:12px}.hd-product span{font-size:11px;color:var(--muted)}.hd-receipt-box{border:1px solid #a7e3d5;background:linear-gradient(180deg,#f4fffb,#fff);border-radius:18px;padding:16px;margin-bottom:12px}.hd-receipt-box span{display:block;color:var(--muted);font-weight:850;font-size:11px}.hd-receipt-box b{display:block;font-size:36px;line-height:1;color:#08755c;letter-spacing:-.06em;margin:4px 0}.hd-receipt-box small{color:var(--muted);font-weight:750}
.hd-bed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.hd-bed{text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px}.hd-bed b{display:block;font-size:13px}.hd-bed span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.hd-bed.occupied{background:#eff6ff;border-color:#bfdbfe}.hd-bed.vacant{background:#f0fdf4;border-color:#bbf7d0}.hd-bed.cleaning{background:#fff7ed;border-color:#fed7aa}.hd-bed.discharge{background:#fef2f2;border-color:#fecaca}
.hd-tabs{display:flex;gap:18px;border-bottom:1px solid var(--line-soft);margin:0 0 14px}.hd-tabs a{padding:0 0 9px;font-size:12px;font-weight:950;color:#697a75}.hd-tabs a.active{color:var(--brand-dark);border-bottom:2px solid var(--brand-dark)}
.hd-profile{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft);padding:15px;margin-bottom:14px}.hd-profile h2{margin:0;font-size:19px;letter-spacing:-.04em}.hd-profile p{margin:4px 0 0;color:var(--muted)}.hd-photo{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#ddf7ef,#ffffff);border:1px solid var(--line);display:grid;place-items:center;color:var(--brand-dark);font-weight:950;font-size:24px}.hd-patient-banner{border:1px solid var(--line-soft);background:#fbfefd;border-radius:14px;padding:12px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.hd-patient-banner b{display:block}.hd-patient-banner span{display:block;font-size:11px;color:var(--muted);margin-top:2px}.hd-patient-banner a{font-size:11px;font-weight:950;color:var(--brand-dark)}.hd-large-note{font-size:15px;color:#263a34;margin:0 0 12px}
.hd-login-wrap,.hd-public-wrap{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:18px;max-width:1120px;margin:0 auto;padding:34px;align-items:center}.hd-login-preview,.hd-login-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:28px}.hd-login-preview h1,.hd-public-wrap h1{margin:10px 0 8px;font-size:38px;line-height:1.02;letter-spacing:-.055em;max-width:640px}.hd-login-card h1{margin:18px 0 6px;font-size:28px;letter-spacing:-.04em}.hd-login-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hd-login-metric{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfefd}.hd-login-metric span{display:block;color:var(--muted);font-size:11px;font-weight:850}.hd-login-metric b{font-size:24px;color:var(--brand-dark)}.hd-login-password{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:8px}.hd-login-actions{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.hd-warning{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:12px;padding:10px;font-size:12px;font-weight:800}.hd-warning.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
@media (max-width:1100px){.hd-app{grid-template-columns:148px minmax(0,1fr);padding:14px}.hd-grid.two,.hd-pos,.hd-login-wrap,.hd-public-wrap{grid-template-columns:1fr}.hd-grid.three,.hd-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-products{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-bed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-coach{grid-template-columns:1fr 1fr}.hd-coach ol{grid-column:1/-1}}
@media (max-width:760px){.hd-app{display:block;padding:0}.hd-side{position:relative;min-height:auto;border-radius:0;box-shadow:none;border-left:0;border-right:0}.hd-main{border-radius:0;border:0;box-shadow:none;min-height:auto}.hd-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.hd-nav-label{grid-column:1/-1}.hd-nav a{justify-content:center}.hd-nav a::before{display:none}.hd-top{height:auto;align-items:stretch;flex-direction:column}.hd-search{width:100%}.hd-user{margin-left:0;justify-content:space-between}.hd-content{padding:16px}.hd-title{display:grid}.hd-actions{justify-content:flex-start}.hd-strip,.hd-grid.two-even,.hd-flow,.hd-grid.three,.hd-coach{grid-template-columns:1fr}.hd-coach div{border-right:0;border-bottom:1px solid var(--line-soft);padding:0 0 8px}.hd-coach ol{display:grid}.hd-products{grid-template-columns:1fr}.hd-form-grid{grid-template-columns:1fr}.hide-sm{display:none}.hd-login-wrap,.hd-public-wrap{padding:18px}.hd-login-preview h1,.hd-public-wrap h1{font-size:31px}.hd-login-metrics{grid-template-columns:1fr}.hd-profile{grid-template-columns:1fr}.hd-photo{width:74px;height:74px}.hd-table th,.hd-table td{padding:10px}.hd-status{display:grid}.hd-toast{left:14px;right:14px;bottom:14px}.hd-bed-grid{grid-template-columns:1fr}}
@media print{.hd-side,.hd-top,.hd-actions,.hd-coach{display:none}.hd-app{display:block;padding:0}.hd-main{border:0;box-shadow:none}.hd-content{padding:0}.hd-card{box-shadow:none}}
.hd-muted{color:var(--muted)}
.hd-btn.secondary{background:#f8fbfa;color:#30433e;border-color:var(--line)}
/* i29 interaction fixes */
.hd-live-panel{margin:0 0 14px;border:1px solid #cfe9e0;background:#fbfefd;border-radius:16px;padding:10px 12px;display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1fr);gap:12px;align-items:start;box-shadow:var(--shadow-soft)}
.hd-live-panel div>b{display:block;color:#0b2c25;font-size:12px;font-weight:950;margin-bottom:2px}.hd-live-panel div>span{display:block;color:var(--muted);font-size:12px;font-weight:800}.hd-live-panel div>span.is-success{color:#08755c}.hd-live-panel div>span.is-warn{color:#9a3412}.hd-live-panel ol{margin:0;padding:0;list-style:none;display:grid;gap:6px}.hd-live-panel li{border:1px solid var(--line-soft);border-radius:11px;background:#fff;padding:7px 9px;display:flex;gap:8px;justify-content:space-between;align-items:center}.hd-live-panel li span{color:#7b8a86;font-size:10.5px;font-weight:850;white-space:nowrap}.hd-live-panel li b{font-size:11.5px;color:#243a34;text-align:right}.hd-live-status{border:1px solid var(--line);border-radius:13px;background:#f8fbfa;padding:9px 10px;margin:-4px 0 10px;color:#33433f;font-size:12px;font-weight:850}.hd-flow-step.done{border-color:#bbf7d0;background:#f4fdf7}.hd-flow-step.done small{background:#dcfce7;color:#166534}.hd-flow-step.done b:after{content:" ✓";color:#08755c}.changed{animation:hdPulse 1.05s ease-out}.hd-stat.changed{box-shadow:0 0 0 4px rgba(15,159,122,.12),var(--shadow-soft)}@keyframes hdPulse{0%{box-shadow:0 0 0 0 rgba(15,159,122,.28)}100%{box-shadow:0 0 0 8px rgba(15,159,122,0)}}.hd-toast.success{background:#08755c}.hd-toast.warn{background:#9a3412}.hd-toast.info{background:#1d4ed8}.hd-qty{width:25px;height:25px;border:1px solid var(--line);background:#fff;border-radius:8px;font-weight:950;color:#0f513f;margin:0 5px}.hd-qty:hover{background:#ddf7ef;border-color:#9bdacb}.hd-table tr.changed td,.hd-list-row.changed,.hd-bed.changed,.hd-product.changed{background:#f2fbf8!important}.hd-btn[aria-disabled="true"],button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:760px){.hd-live-panel{grid-template-columns:1fr}.hd-live-panel li{display:grid}.hd-live-panel li b{text-align:left}}
/* i30 real admin CRUD + report console */
.hd-admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px;box-shadow:var(--shadow-soft)}
.hd-admin-tabs button{border:1px solid transparent;border-radius:999px;background:#f8fbfa;color:#415550;padding:8px 11px;font-size:11.5px;font-weight:950}
.hd-admin-tabs button.active,.hd-admin-tabs button:hover{background:#ddf7ef;border-color:#9bdacb;color:#08755c}
.hd-admin-panel{display:none;margin-bottom:14px}.hd-admin-panel.active{display:block}.hd-admin-strip .hd-stat b{font-size:25px}.hd-check{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:850;color:#33433f}.hd-check input{width:auto}.hd-api-error{border:1px solid #fecaca;background:#fff7f7;color:#991b1b;border-radius:14px;padding:11px 12px;font-weight:850}.hd-api-ok{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:14px;padding:11px 12px;font-weight:850}.hd-code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;background:#f2f6f5;border:1px solid var(--line);border-radius:8px;padding:2px 5px;color:#263a34}.hd-admin-actions{display:flex;gap:6px;flex-wrap:wrap}.hd-admin-actions button{border:1px solid var(--line);border-radius:999px;background:#fff;color:#1f342e;padding:6px 8px;font-size:10.5px;font-weight:900}.hd-admin-actions button:hover{background:#eaf6f2;border-color:#8cd7c4}.hd-report-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 12px}.hd-report-metric{border:1px solid var(--line);border-radius:14px;background:#fbfefd;padding:11px}.hd-report-metric span{display:block;color:var(--muted);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.hd-report-metric b{display:block;margin-top:4px;color:#08755c;font-size:20px}.hd-json-list{display:grid;gap:8px}.hd-json-row{border:1px solid var(--line-soft);border-radius:13px;background:#fbfefd;padding:10px}.hd-json-row b{display:block;font-size:12.5px;color:#10231f}.hd-json-row small{display:block;color:var(--muted);margin-top:3px}.hd-table-wrap .hd-table select{border:1px solid var(--line);border-radius:9px;background:#fff;padding:5px;font-size:11px}select[multiple]{min-height:150px}.hd-admin-panel .hd-table{min-width:760px}@media(max-width:900px){.hd-admin-panel .hd-grid.two,.hd-admin-panel .hd-grid.two-even,.hd-admin-panel .hd-grid.three,.hd-report-metrics{grid-template-columns:1fr}.hd-admin-tabs{overflow:auto;flex-wrap:nowrap}.hd-admin-tabs button{white-space:nowrap}}
.hd-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.hd-link-card{display:block;color:inherit}.hd-link-card:hover{border-color:#8cd7c4;background:#fbfffd;transform:translateY(-1px)}.hd-link-card p{margin:0}@media(max-width:1100px){.hd-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hd-grid.five{grid-template-columns:1fr}}

/* i32 real business analytics */
.hd-filter-card{border-left:4px solid #16a34a}
.hd-business-headline{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:14px;margin:18px 0}
.hd-business-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 14px 34px rgba(15,23,42,.07);display:flex;flex-direction:column;gap:8px;min-height:150px}
.hd-business-kpi span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:800}.hd-business-kpi b{font-size:25px;color:#0f172a}.hd-business-kpi small{color:#64748b;line-height:1.45}.hd-business-kpi a{margin-top:auto;color:#047857;font-weight:800;text-decoration:none}.hd-business-kpi.success{border-color:#bbf7d0}.hd-business-kpi.warn{border-color:#fde68a}.hd-business-kpi.danger{border-color:#fecaca;background:#fff7f7}.hd-insight-list{display:grid;gap:12px}.hd-insight{border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:#fff;display:grid;gap:8px}.hd-insight p{margin:0;color:#475569;line-height:1.5}.hd-insight.success{border-color:#bbf7d0}.hd-insight.warn{border-color:#fde68a}.hd-insight.danger{border-color:#fecaca;background:#fff7f7}.hd-analytics-sections{display:grid;gap:18px}.hd-analytics-section{border:1px solid #e5e7eb;border-radius:18px;background:#fff;overflow:hidden}.hd-section-head{display:flex;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid #eef2f7;background:#f8fafc}.hd-section-head h3{margin:0 0 6px;font-size:18px}.hd-section-head p{margin:0;color:#64748b}.hd-small{padding:7px 10px;font-size:12px}.hd-trend-list{display:grid;gap:10px}.hd-trend-bars{display:grid;gap:12px}.hd-trend-row{display:grid;gap:6px}.hd-trend-row>span{font-weight:800;color:#334155}.hd-bars{height:34px;background:#f1f5f9;border-radius:12px;overflow:hidden;display:flex;align-items:center;gap:3px;padding:4px}.hd-bars i{display:block;height:100%;border-radius:9px;background:#16a34a;min-width:3px}.hd-bars i:nth-child(2){background:#0f766e}.hd-bars i:nth-child(3){background:#84cc16}.hd-trend-row small{color:#64748b}.hd-source-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px}.hd-source-card{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff;display:grid;gap:5px}.hd-source-card b{font-size:13px}.hd-source-card span{font-size:20px;font-weight:900}.hd-source-card small{color:#64748b}.hd-source-card.success{border-color:#bbf7d0}.hd-source-card.warn{border-color:#fde68a;background:#fffbeb}.hd-risk-card{border-left:4px solid #f59e0b}@media(max-width:1200px){.hd-business-headline{grid-template-columns:repeat(3,1fr)}.hd-source-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.hd-business-headline,.hd-source-grid{grid-template-columns:1fr}.hd-business-kpi b{font-size:22px}}

/* i40 real workflow closure helpers */
.hd-context-row{display:flex;gap:12px;align-items:end;flex-wrap:wrap;background:#fff;border:1px solid #e4ebe7;border-radius:18px;padding:12px 14px;margin:0 0 16px;box-shadow:0 10px 28px rgba(23,54,42,.06)}
.hd-context-row label{display:grid;gap:4px;font-size:12px;color:#5d7069;font-weight:700}.hd-context-row input{height:38px;border:1px solid #d9e4de;border-radius:10px;padding:0 10px;background:#fbfdfc;color:#17362a;font-weight:700;min-width:130px}.span-2{grid-column:1/-1}.hd-list-button{width:100%;text-align:left;border:0;background:#fff;cursor:pointer}.hd-list-button:hover,.hd-list-button.active{outline:2px solid #33b274;background:#f4fbf7}.hd-link-btn{border:0;background:#eaf8f0;color:#147a46;border-radius:999px;padding:7px 10px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block}.hd-link-btn:hover{background:#d9f1e3}.hd-api-error{padding:12px;border-radius:12px;background:#fff3f1;color:#a13a2c;border:1px solid #ffd1c8}.hd-mini-input{max-width:70px;border:1px solid #d9e4de;border-radius:8px;padding:5px 7px}.hd-check{display:flex;align-items:center;gap:8px;margin:8px 0 14px;font-weight:700;color:#38554a}.hd-card hr{border:0;border-top:1px solid #e4ebe7;margin:18px 0}
/* i41 platform foundation: shared context and appointment workflow polish */
.hd-link-btn.danger{color:#b42318;border-color:#f3b5ad;background:#fff7f5}.hd-context-row input[data-hd-tenant],.hd-context-row input[data-hd-branch]{font-weight:700}.hd-mini-input{width:72px;border:1px solid var(--hd-border,#d9e4df);border-radius:10px;padding:6px 8px}.hd-api-error{border:1px solid #fecaca;background:#fff1f2;color:#991b1b;border-radius:12px;padding:10px 12px}.hd-section-space{margin-top:16px}.hd-list-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--hd-border,#e2eee9)}.hd-list-row:first-child{border-top:0}.hd-list-row span{color:var(--hd-muted,#64756e)}

/* i41 platform foundation closure: shared tenant/branch context bar and admin CRUD usability */
.hd-context-bar{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:10px 14px;background:#ffffff;border:1px solid #d8eadf;border-radius:18px;box-shadow:0 10px 30px rgba(15,118,75,.07);flex-wrap:wrap}
.hd-context-bar>div{display:flex;flex-direction:column;min-width:170px}.hd-context-bar span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b7d74}.hd-context-bar b{font-size:13px;color:#0f3d2e}.hd-context-bar label{display:flex;align-items:center;gap:6px;font-size:12px;color:#486055}.hd-context-bar input{height:34px;border:1px solid #cfe5d8;border-radius:10px;padding:0 10px;background:#f8fffb;color:#163b2c;min-width:118px}.hd-context-bar .hd-btn{height:34px;padding:0 12px}.hd-admin-actions{display:flex;gap:6px;flex-wrap:wrap}.hd-admin-actions button,.hd-table button[data-hdp-action]{border:1px solid #cfe5d8;background:#fff;border-radius:999px;padding:5px 9px;color:#0f6848;cursor:pointer}.hd-admin-actions button:hover,.hd-table button[data-hdp-action]:hover{background:#ecfff5}.hd-empty-state.warn{border-color:#f6d3a5;background:#fffaf1;color:#6a4300}.hd-card pre,.hd-status pre{white-space:pre-wrap;word-break:break-word;background:#f7fbf8;border:1px solid #dcefe3;border-radius:14px;padding:12px;max-height:360px;overflow:auto;font-size:12px;color:#183b2c}.hd-field.is-error input,.hd-field.is-error select,.hd-field.is-error textarea{border-color:#d12f2f;background:#fff8f8}.hd-inline-error{display:block;min-height:16px;color:#b42318;font-size:12px;margin-top:4px}
@media(max-width:800px){.hd-context-bar{align-items:stretch}.hd-context-bar label,.hd-context-bar input{width:100%;justify-content:space-between}.hd-context-bar .hd-btn{width:100%}}
/* i42 reception/appointment/OPD/billing source closure */
.hd-flow-step span{min-height:18px}.hd-status{border:1px solid var(--line);border-radius:14px;background:#fbfefd;padding:12px;color:#243a34;font-size:12.5px;font-weight:800;line-height:1.55}.hd-actions a.hd-btn{text-decoration:none}.hd-table .hd-list-button{padding:0}.hd-table .hd-link-btn{font-size:11px}.hd-field select:empty::before{content:'Load options'}
.hd-json{min-height:140px;max-height:360px;overflow:auto;background:#f8fbfa;border:1px solid var(--line);border-radius:14px;padding:12px;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;color:#1f342e;white-space:pre-wrap}.hd-row-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;color:#08755c}.hd-table tr.is-selected{background:#e7f7f2}.hd-form.compact{margin-top:14px;border-top:1px dashed var(--line);padding-top:14px}.hd-actions label{display:flex;gap:6px;align-items:center;font-size:12px;font-weight:850;color:#33433f}.hd-actions input,.hd-actions select{border:1px solid var(--line);border-radius:10px;padding:7px 8px;background:#fff;min-height:34px}
.hd-span-2{grid-column:span 2}.hd-report-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.hd-mini-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px}.hd-mini-card b,.hd-mini-card span{display:block}.hd-mini-card strong{display:block;font-size:20px;margin:5px 0}.hd-alert{border:1px solid var(--line);border-radius:14px;padding:10px 12px;margin-top:10px;background:#fff}.hd-alert.ok{border-color:#a7e5c8;background:#effdf5;color:#0b6847}.hd-alert.warn{border-color:#ffd29d;background:#fff8ee;color:#8a4b00}.hd-alert.danger{border-color:#ffb4b4;background:#fff1f1;color:#9c1d1d}.hd-kpi strong{font-size:26px}.hd-kpi p{min-height:42px}.hd-section-space{margin-top:18px}@media(max-width:780px){.hd-span-2{grid-column:span 1}.hd-report-head{align-items:flex-start;flex-direction:column}}

/* i53 frontend/backend closure: runtime notification bell and RBAC-first navigation */
.hd-notification-root{position:relative;display:inline-flex;align-items:center}.hd-notification-bell{width:34px;height:34px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;position:relative;cursor:pointer}.hd-notification-bell span{position:absolute;right:-5px;top:-6px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:950;display:grid;place-items:center;padding:0 4px}.hd-notification-panel{position:absolute;right:0;top:42px;width:min(360px,92vw);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px rgba(15,23,42,.18);z-index:90;overflow:hidden}.hd-notification-panel>div{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border-bottom:1px solid var(--line-soft);background:#f8fbfa}.hd-notification-panel>div b{font-size:13px}.hd-notification-panel>div button{border:0;background:#eaf8f0;color:#08755c;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.hd-notification-panel section{max-height:340px;overflow:auto;padding:8px}.hd-notification-item{width:100%;border:1px solid var(--line-soft);border-radius:13px;background:#fff;text-align:left;display:grid;gap:3px;padding:10px;margin-bottom:7px;cursor:pointer}.hd-notification-item:hover{border-color:#8cd7c4;background:#fbfffd}.hd-notification-item b{font-size:12.5px;color:#10231f}.hd-notification-item span{font-size:11.5px;color:var(--muted);line-height:1.35}.hd-notification-item small{font-size:10px;color:#08755c;font-weight:900;text-transform:uppercase}.hd-nav:empty::before{content:'Loading permitted menu...';display:block;color:#83918d;font-size:12px;font-weight:850;padding:10px 12px}.hd-page [hidden]{display:none!important}

/* i56 UI simplification: progressive disclosure, dense workbench usability, keyboard/mobile polish */
.hd-i56-usability .hd-content{max-width:1280px;margin:0 auto}.hd-i56-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:10px;margin:0 0 12px}.hd-i56-guide>div{border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px;box-shadow:var(--shadow-soft)}.hd-i56-guide span{display:block;color:var(--brand);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.hd-i56-guide b{display:block;font-size:13px;color:#0b2520;margin-top:2px}.hd-i56-guide small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.hd-i56-guide .hd-i56-guide-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;background:linear-gradient(135deg,#f7fffc,#fff)}.hd-i56-toolbar{position:sticky;top:0;z-index:20;display:flex;align-items:end;justify-content:space-between;gap:12px;border:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-radius:18px;padding:12px;margin:0 0 14px;box-shadow:var(--shadow-soft)}.hd-i56-toolbar label{display:grid;gap:4px;min-width:min(440px,100%);font-size:11px;font-weight:950;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.hd-i56-toolbar input{height:38px;border:1px solid var(--line);border-radius:13px;background:#f8fbfa;padding:0 12px;outline:0;color:#10231f}.hd-i56-toolbar input:focus{border-color:#8cd7c4;background:#fff;box-shadow:0 0 0 4px rgba(15,159,122,.08)}.hd-i56-toolbar>div{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.hd-i56-usability .hd-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-i56-usability .hd-card[data-i56-kind="form"]{border-color:#b8eadc;background:linear-gradient(180deg,#ffffff,#fbfffd)}.hd-i56-usability .hd-card[data-i56-kind="status"]{background:#f8fbfa}.hd-i56-card-kicker{margin:0 0 10px;color:var(--muted);font-size:11.5px;font-weight:850}.hd-i56-card-toggle{width:100%;border:0;background:transparent;padding:0;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#0b2520;font-weight:950;cursor:pointer}.hd-i56-card-toggle span{font-size:15px;letter-spacing:-.02em}.hd-i56-card-toggle small{border:1px solid var(--line);border-radius:999px;padding:4px 8px;background:#fff;color:var(--brand-dark);font-size:10px;font-weight:950}.hd-i56-card-body{margin-top:10px}.hd-i56-usability .hd-card.is-collapsed{background:#fbfefd;box-shadow:none}.hd-i56-secondary-action[hidden],.hd-i56-advanced-field[hidden]{display:none!important}.hd-i56-advanced-row{grid-column:1/-1;display:flex;justify-content:flex-start}.hd-i56-usability .hd-actions{justify-content:flex-start}.hd-i56-usability .hd-table-wrap{max-height:360px}.hd-i56-usability .hd-code,.hd-i56-usability pre{max-height:280px}.hd-i56-usability .hd-field input+input,.hd-i56-usability .hd-field textarea+textarea{margin-top:6px}.hd-i56-usability .hd-card[hidden],.hd-i56-usability tr[hidden]{display:none!important}.hd-i56-usability .hd-mini-btn{min-height:32px}.hd-i56-usability .hd-card:target{outline:3px solid rgba(15,159,122,.20)}
@media(max-width:1100px){.hd-i56-guide{grid-template-columns:1fr 1fr}.hd-i56-guide .hd-i56-guide-actions{grid-column:1/-1;justify-content:flex-start}.hd-i56-usability .hd-grid.three,.hd-i56-usability .hd-grid.two-even,.hd-i56-usability .hd-grid.two{grid-template-columns:1fr}.hd-i56-toolbar{position:static;align-items:stretch;flex-direction:column}.hd-i56-toolbar label{min-width:0}.hd-i56-toolbar>div{justify-content:flex-start}}@media(max-width:760px){.hd-i56-guide{grid-template-columns:1fr}.hd-i56-usability .hd-app{padding:8px;grid-template-columns:1fr}.hd-i56-usability .hd-side{min-height:auto;border-radius:20px 20px 0 0}.hd-i56-usability .hd-main{border-left:1px solid var(--line);border-radius:0 0 20px 20px}.hd-i56-usability .hd-form-grid{grid-template-columns:1fr}.hd-i56-usability .hd-title{flex-direction:column}.hd-i56-usability .hd-top{flex-wrap:wrap}.hd-i56-usability .hd-search{width:100%}}

/* i57 admin/foundation consolidation */
.hd-json-block{max-height:360px;overflow:auto;padding:12px;border-radius:14px;background:rgba(15,23,42,.05);border:1px solid rgba(15,23,42,.12);font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word}
.hd-table td .hd-badge{white-space:nowrap}
[aria-invalid="true"]{outline:2px solid rgba(220,38,38,.45);outline-offset:2px}


/* i144 premium public website */
.hd-public-page{background:#071c18;color:#10231f}.hd-public-site{min-height:100vh;background:linear-gradient(180deg,#08251f 0,#0d332b 360px,#eff8f5 361px,#f8fcfb 100%)}
.hd-public-site .hd-eyebrow{color:#16c99a}.hd-public-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:18px;max-width:1220px;margin:0 auto;padding:16px 24px;background:rgba(7,28,24,.82);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.12);color:#fff}.hd-public-brand{display:flex;align-items:center;gap:11px;min-width:230px}.hd-public-brand b{display:block;font-size:16px;letter-spacing:-.04em}.hd-public-brand small{display:block;color:rgba(255,255,255,.68);font-size:10px;font-weight:750;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hd-public-logo{width:40px;height:40px;border-radius:15px;background:linear-gradient(135deg,#16c99a,#74f2c2);color:#063c33;display:grid;place-items:center;font-size:14px;font-weight:950;box-shadow:0 14px 36px rgba(22,201,154,.26)}
.hd-public-nav{display:flex;gap:4px;align-items:center;flex:1;justify-content:center}.hd-public-nav a{color:rgba(255,255,255,.76);font-size:12px;font-weight:850;padding:9px 10px;border-radius:999px}.hd-public-nav a:hover{background:rgba(255,255,255,.10);color:#fff}.hd-public-header-actions{display:flex;gap:8px;align-items:center}.hd-public-header .hd-btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}.hd-public-header .hd-primary-action{box-shadow:none}
.hd-public-site main{max-width:1220px;margin:0 auto;padding:34px 24px 44px}.hd-public-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:30px;align-items:center;color:#fff;padding:46px 0 38px}.hd-public-hero h1{margin:0;font-size:64px;line-height:.96;letter-spacing:-.075em;max-width:760px;color:#fff}.hd-public-subtitle{margin:18px 0 0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.62;max-width:680px}.hd-public-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.hd-public-hero .hd-btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.hd-public-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.hd-public-trust-card{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);border-radius:18px;padding:13px 14px;backdrop-filter:blur(12px)}.hd-public-trust-card b{display:block;font-size:18px;color:#fff;letter-spacing:-.04em}.hd-public-trust-card span{display:block;margin-top:3px;font-size:11px;color:rgba(255,255,255,.68);font-weight:800}
.hd-public-hero-panel{border:1px solid rgba(255,255,255,.16);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.07));box-shadow:0 30px 80px rgba(0,0,0,.20);padding:18px;display:grid;gap:12px;backdrop-filter:blur(20px);position:relative;overflow:hidden}.hd-public-hero-panel:before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-70px;top:-90px;background:radial-gradient(circle,#74f2c2,rgba(116,242,194,0));opacity:.42}.hd-public-glass-card,.hd-public-glass-grid article,.hd-public-route-card{position:relative;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(5,30,25,.38);padding:17px}.hd-public-emergency-card b{display:block;font-size:34px;letter-spacing:-.06em;color:#fff;margin-top:3px}.hd-public-emergency-card span,.hd-public-emergency-card small,.hd-public-glass-grid span,.hd-public-route-card span{display:block;color:rgba(255,255,255,.68);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.hd-public-emergency-card small{text-transform:none;letter-spacing:0;font-weight:800;margin-top:8px}.hd-public-glass-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hd-public-glass-grid b{display:block;color:#fff;font-size:16px;line-height:1.25;margin-top:6px;word-break:break-word}.hd-public-route-card>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hd-public-service-pill{display:inline-flex;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.10);color:#fff;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:900}
.hd-public-quickbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 28px}.hd-public-quickbar a{border:1px solid #d9ece5;background:#fff;border-radius:20px;padding:15px 16px;box-shadow:0 18px 40px rgba(7,28,24,.08)}.hd-public-quickbar b{display:block;color:#09251f;font-size:13px}.hd-public-quickbar span{display:block;color:#6b7d78;font-size:12px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hd-public-section{margin:0 0 22px;border:1px solid #dbe9e5;background:#fff;border-radius:28px;padding:24px;box-shadow:0 18px 45px rgba(18,55,47,.07)}.hd-public-section-head{text-align:center;max-width:720px;margin:0 auto 18px}.hd-public-section-head.left{text-align:left;margin:0 0 18px}.hd-public-section h2,.hd-public-split h2{margin:0;color:#09251f;font-size:32px;letter-spacing:-.06em;line-height:1.05}.hd-public-section-head p:not(.hd-eyebrow){margin:9px 0 0;color:#6b7d78}.hd-public-about{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:30px;align-items:start}.hd-public-about p:last-child{font-size:16px;line-height:1.72;color:#40554f;margin:0}.hd-public-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.hd-public-card{border:1px solid #e3eee9;border-radius:20px;padding:16px;background:linear-gradient(180deg,#fff,#f9fcfb);min-height:150px}.hd-public-card-media{height:92px;border-radius:16px;background:linear-gradient(135deg,#e8f8f1,#d7f4ea);margin-bottom:12px;overflow:hidden}.hd-public-card-media img{width:100%;height:100%;object-fit:cover;display:block}.hd-public-card b{display:block;font-size:15px;color:#0b2520;letter-spacing:-.025em}.hd-public-card span{display:block;margin-top:4px;color:#08755c;font-size:11px;font-weight:900}.hd-public-card p{margin:9px 0 0;color:#5d7069;font-size:12.5px;line-height:1.55}.hd-public-card .hd-btn{margin-top:12px}.hd-public-service-cloud{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hd-public-service-cloud .hd-public-service-pill{background:#e8f8f1;border-color:#cbeee1;color:#075e4c;padding:9px 12px}.hd-public-dept-card{min-height:128px}.hd-public-dept-card b:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;background:#16c99a;margin-right:8px}.hd-public-doctor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.hd-public-doctor-card{text-align:center;border:1px solid #e3eee9;border-radius:22px;background:#fff;padding:17px;box-shadow:0 10px 24px rgba(18,55,47,.04)}.hd-public-doctor-photo{width:72px;height:72px;border-radius:26px;margin:0 auto 12px;background:linear-gradient(135deg,#0f9f7a,#74f2c2);display:grid;place-items:center;color:#fff;font-weight:950;font-size:22px;overflow:hidden}.hd-public-doctor-photo img{width:100%;height:100%;object-fit:cover}.hd-public-doctor-card b{display:block;color:#09251f}.hd-public-doctor-card span{display:block;color:#08755c;font-weight:900;font-size:11px;margin-top:4px}.hd-public-doctor-card p{margin:8px 0 0;color:#6b7d78;font-size:12px}.hd-public-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hd-public-process .hd-public-card{counter-increment:step;position:relative}.hd-public-process .hd-public-card:before{content:counter(step);position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:12px;background:#e8f8f1;color:#08755c;display:grid;place-items:center;font-weight:950}.hd-public-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px;margin-bottom:22px}.hd-public-appointment-card,.hd-public-contact-card{border:1px solid #dbe9e5;background:#fff;border-radius:28px;padding:24px;box-shadow:0 18px 45px rgba(18,55,47,.07)}.hd-public-contact-list{display:grid;gap:10px}.hd-public-contact-list a,.hd-public-contact-list div{border:1px solid #e3eee9;border-radius:16px;background:#fbfefd;padding:13px;display:grid;gap:4px}.hd-public-contact-list b{font-size:12px;color:#08755c}.hd-public-contact-list span{font-size:13px;color:#33433f;word-break:break-word}.hd-public-map-card{height:180px;border-radius:22px;margin-top:14px;background:linear-gradient(135deg,#e8f8f1,#f8fcfb);border:1px solid #dbe9e5;display:grid;place-items:center;color:#6b7d78;font-weight:900;text-align:center;padding:18px}.hd-public-notice-list{display:grid;gap:10px}.hd-public-notice-list .hd-public-card{min-height:auto;border-left:4px solid #16c99a}.hd-public-footer{max-width:1220px;margin:0 auto;padding:26px 24px 40px;color:#d8fff3;display:flex;justify-content:space-between;gap:20px}.hd-public-footer b{color:#fff}.hd-public-footer p{max-width:680px;color:rgba(255,255,255,.68)}.hd-public-footer-links{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start}.hd-public-footer-links a{color:#d8fff3;font-weight:850;font-size:12px}
@media(max-width:1060px){.hd-public-header{position:relative;flex-wrap:wrap}.hd-public-nav{order:3;justify-content:flex-start;overflow:auto}.hd-public-hero,.hd-public-about,.hd-public-split{grid-template-columns:1fr}.hd-public-trust,.hd-public-doctor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-public-card-grid,.hd-public-process,.hd-public-quickbar{grid-template-columns:1fr 1fr}.hd-public-hero h1{font-size:48px}}
@media(max-width:680px){.hd-public-site main{padding:20px 14px 30px}.hd-public-header{padding:14px}.hd-public-header-actions{width:100%}.hd-public-header-actions .hd-btn{flex:1}.hd-public-brand{min-width:0}.hd-public-brand small{display:none}.hd-public-nav{width:100%}.hd-public-hero{padding-top:22px}.hd-public-hero h1{font-size:38px}.hd-public-subtitle{font-size:15px}.hd-public-trust,.hd-public-card-grid,.hd-public-process,.hd-public-quickbar,.hd-public-doctor-grid,.hd-public-glass-grid{grid-template-columns:1fr}.hd-public-section,.hd-public-appointment-card,.hd-public-contact-card{border-radius:22px;padding:18px}.hd-public-section h2,.hd-public-split h2{font-size:26px}.hd-public-footer{display:grid;padding:24px 14px 34px}.hd-public-site .hd-form-grid{grid-template-columns:1fr}}

/* i145 public website clinic visual reference alignment */
.hd-public-page{background:#eef8f7;color:#082335}.hd-public-site{min-height:100vh;background:#f6fbfb;color:#082335;--public-navy:#06314d;--public-teal:#139c98;--public-teal-dark:#087a78;--public-orange:#ec6b21;--public-line:#d6e8e5;--public-shadow:0 18px 48px rgba(6,49,77,.11)}
.hd-public-site .hd-eyebrow{color:var(--public-teal-dark);font-size:11px;letter-spacing:.11em}.hd-public-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:18px;max-width:1440px;margin:0 auto;background:linear-gradient(90deg,#052b47,#073a57 56%,#06314d);min-height:66px;padding:0 110px;border-bottom:4px solid var(--public-teal);box-shadow:0 16px 36px rgba(4,36,57,.18);color:#fff}.hd-public-brand{display:flex;align-items:center;gap:11px;min-width:250px}.hd-public-brand b{display:block;font-size:18px;line-height:1.02;letter-spacing:-.05em;color:#fff}.hd-public-brand small{display:block;color:rgba(255,255,255,.75);font-size:10px;font-weight:750;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hd-public-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#e8ffff,#65d7cf);color:#06314d;display:grid;place-items:center;font-size:13px;font-weight:950;box-shadow:0 12px 30px rgba(19,156,152,.22);position:relative}.hd-public-logo:after{content:"";position:absolute;inset:9px;border-left:4px solid var(--public-teal);border-bottom:4px solid var(--public-teal);transform:rotate(-45deg);border-radius:4px;opacity:.6}.hd-public-nav{display:flex;gap:6px;align-items:center;flex:1;justify-content:center}.hd-public-nav a{color:rgba(255,255,255,.84);font-size:12px;font-weight:850;padding:22px 8px 19px;border-bottom:2px solid transparent;border-radius:0}.hd-public-nav a:hover,.hd-public-nav a:first-child{color:#7ce4dc;border-color:#7ce4dc;background:transparent}.hd-public-header-actions{display:flex;gap:9px;align-items:center}.hd-public-header .hd-btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.hd-public-site .hd-primary-action,.hd-public-site .hd-btn.hd-primary-action{background:linear-gradient(135deg,#f08a38,var(--public-orange));border-color:transparent;color:#fff;box-shadow:0 14px 28px rgba(236,107,33,.24);border-radius:999px;text-transform:none}.hd-public-site main{max-width:1440px;margin:0 auto;padding:0 0 38px;background:#fff;box-shadow:0 0 0 1px rgba(6,49,77,.04)}
.hd-public-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(360px,.98fr);align-items:start}.hd-public-left-column{min-width:0;border-right:9px solid var(--public-teal)}.hd-public-right-rail{min-width:0;background:#fff}.hd-public-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(300px,.78fr);gap:0;min-height:360px;align-items:stretch;color:#082335;padding:0;background:linear-gradient(90deg,#e9fbfb 0%,#f4ffff 44%,#f2e5d5 100%);overflow:hidden;position:relative}.hd-public-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#dcefed}.hd-public-hero-copy{padding:70px 34px 48px 110px;position:relative;z-index:1}.hd-public-hero h1{margin:0;font-size:42px;line-height:1.08;letter-spacing:-.065em;color:#082335;max-width:520px}.hd-public-subtitle{margin:12px 0 0;color:#102f43;font-size:15px;line-height:1.52;max-width:560px;font-weight:650}.hd-public-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 0}.hd-public-hero .hd-btn.secondary{background:#fff;border-color:#bedbd8;color:#073a57;border-radius:999px}.hd-public-hero-visual{position:relative;min-height:360px;overflow:hidden;background:linear-gradient(120deg,rgba(244,255,255,.15),rgba(255,239,219,.56))}.hd-public-room-shape{position:absolute;right:-20px;bottom:-18px;width:95%;height:82%;border-radius:36px 0 0 0;background:linear-gradient(135deg,#fff,#efd7bd);box-shadow:inset 0 0 0 1px rgba(6,49,77,.07)}.hd-public-room-shape:before{content:"";position:absolute;left:26px;top:28px;width:72px;height:94px;border:1px solid #c8d8d4;border-radius:10px;background:linear-gradient(#fff,#f2faf8);box-shadow:108px 18px 0 -24px #fff,109px 18px 0 -23px #c8d8d4}.hd-public-room-shape:after{content:"";position:absolute;left:30px;bottom:40px;width:230px;height:72px;border-radius:22px;background:#f5f8f6;border:1px solid #cbdcd8;box-shadow:24px -34px 0 -18px #fff}.hd-public-doctor-figure{position:absolute;right:58px;bottom:0;width:206px;height:292px;border-radius:96px 96px 0 0;background:linear-gradient(180deg,#f1fff9 0 33%,#ffffff 34% 100%);box-shadow:0 20px 48px rgba(6,49,77,.16);display:grid;place-items:start center;color:#073a57;font-size:40px;font-weight:950;padding-top:32px;overflow:hidden}.hd-public-doctor-figure:before{content:"";position:absolute;top:54px;width:82px;height:82px;border-radius:50%;background:linear-gradient(135deg,#f1b78f,#f6d2bc);box-shadow:0 -38px 0 -15px #25364a}.hd-public-doctor-figure:after{content:"";position:absolute;left:58px;right:58px;bottom:70px;height:74px;border-radius:20px 20px 0 0;border:10px solid #15364a;border-top:0;border-left-color:transparent;border-right-color:transparent;opacity:.72}.hd-public-doctor-figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hd-public-visual-note{position:absolute;left:26px;bottom:22px;max-width:220px;background:rgba(255,255,255,.9);border:1px solid #d9ece9;border-radius:18px;padding:12px;box-shadow:0 16px 36px rgba(6,49,77,.10)}.hd-public-visual-note b{display:block;font-size:12px;color:#073a57}.hd-public-visual-note span{display:block;margin-top:3px;color:#526b75;font-size:11px;font-weight:750;line-height:1.35}
.hd-public-about-strip{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.8fr);gap:28px;padding:32px 34px 30px 110px;background:#fff}.hd-public-about-copy h2{margin:0;font-size:25px;line-height:1.08;letter-spacing:-.055em;color:#082335}.hd-public-about-copy p:not(.hd-eyebrow){color:#243d4e;font-size:14px;line-height:1.6;max-width:630px}.hd-public-clinic-card{min-height:170px;border-radius:12px;background:linear-gradient(135deg,#fdfaf4,#f5fffd);border:1px solid #d9e8e5;box-shadow:var(--public-shadow);position:relative;overflow:hidden}.hd-public-clinic-window{position:absolute;left:18px;right:18px;top:18px;height:86px;border-radius:9px;background:linear-gradient(135deg,#e9f7f5,#fff);border:1px solid #d4e6e2;display:grid;place-items:center;color:#073a57;font-weight:950;font-size:12px}.hd-public-clinic-team{position:absolute;left:32px;right:32px;bottom:20px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dcebe8;border-radius:12px;padding:10px}.hd-public-clinic-team span{width:32px;height:32px;border-radius:10px;background:#e2faf5;color:#087a78;display:grid;place-items:center;font-weight:950}.hd-public-clinic-team b{font-size:12px;color:#073a57}.hd-public-section{margin:0;border:0;border-top:1px solid #e1eeeb;background:#fff;border-radius:0;padding:34px 34px 34px 110px;box-shadow:none}.hd-public-left-column .hd-public-section{padding-right:34px}.hd-public-section-head{text-align:center;max-width:720px;margin:0 auto 20px}.hd-public-section-head.left{text-align:left;margin:0 0 18px}.hd-public-section h2,.hd-public-rail-card h2{margin:0;color:#082335;font-size:26px;letter-spacing:-.055em;line-height:1.08}.hd-public-section-head p:not(.hd-eyebrow){margin:7px 0 0;color:#5e737e}.hd-public-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hd-public-card{border:1px solid #dfece9;border-radius:14px;padding:16px;background:#fff;min-height:134px;box-shadow:0 10px 24px rgba(6,49,77,.04)}.hd-public-card:hover{border-color:#9bd7d2;box-shadow:0 16px 34px rgba(6,49,77,.08)}.hd-public-card-media{height:92px;border-radius:12px;background:linear-gradient(135deg,#e8f8f7,#fff7ec);margin-bottom:12px;overflow:hidden}.hd-public-card-media img{width:100%;height:100%;object-fit:cover;display:block}.hd-public-card b{display:block;font-size:15px;color:#082335;letter-spacing:-.025em}.hd-public-card span{display:block;margin-top:4px;color:#087a78;font-size:11px;font-weight:900}.hd-public-card p{margin:9px 0 0;color:#5d7079;font-size:12.5px;line-height:1.55}.hd-public-card .hd-btn{margin-top:12px}.hd-public-service-cloud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;justify-content:center}.hd-public-service-pill{display:grid;place-items:center;text-align:center;min-height:92px;border:0;background:#fff;color:#082335;border-radius:16px;padding:14px;font-size:12px;font-weight:950;box-shadow:none;position:relative}.hd-public-service-pill:before{content:"";display:block;width:40px;height:40px;margin:0 auto 10px;border:3px solid var(--public-teal-dark);border-radius:12px;background:linear-gradient(#f9ffff,#e9fbfa)}.hd-public-service-pill:nth-child(1):before{border-radius:50%;box-shadow:0 12px 0 -9px var(--public-teal-dark)}.hd-public-service-pill:nth-child(2):before{border-radius:50% 50% 45% 45%;transform:rotate(45deg)}.hd-public-service-pill:nth-child(3):before{border-radius:4px}.hd-public-service-pill:nth-child(4):before{border-radius:6px;box-shadow:10px 10px 0 -5px #e9fbfa,10px 10px 0 -2px var(--public-teal-dark)}.hd-public-dept-card{min-height:116px}.hd-public-dept-card b:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e6f8f6;color:#087a78;margin-right:8px;font-size:11px}.hd-public-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hd-public-process .hd-public-card{counter-increment:step;position:relative}.hd-public-process .hd-public-card:before{content:counter(step);position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;background:#e6f8f6;color:#087a78;display:grid;place-items:center;font-weight:950}
.hd-public-rail-card{border-bottom:1px solid #dfece9;background:#fff;padding:30px 42px}.hd-public-team-spotlight{text-align:left}.hd-public-team-spotlight>.hd-eyebrow{text-align:center;color:#082335;font-size:16px;letter-spacing:-.03em;text-transform:uppercase}.hd-public-spotlight{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:center;margin-top:12px}.hd-public-spotlight-photo{height:160px;border-radius:12px;background:linear-gradient(180deg,#f3fffb,#fff);border:1px solid #d8e8e5;display:grid;place-items:center;color:#073a57;font-size:34px;font-weight:950;overflow:hidden;position:relative}.hd-public-spotlight-photo:before{content:"";position:absolute;top:28px;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#f0b991,#f6d6bf);box-shadow:0 -27px 0 -11px #293d4e}.hd-public-spotlight-photo:after{content:"";position:absolute;left:45px;right:45px;bottom:0;height:76px;border-radius:24px 24px 0 0;background:#fff;border:1px solid #d8e8e5}.hd-public-spotlight-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hd-public-spotlight-copy b{display:block;color:#082335;font-size:16px;letter-spacing:-.035em}.hd-public-spotlight-copy small{display:block;color:#111827;font-size:12px;font-weight:850;margin-top:2px}.hd-public-spotlight-copy p{color:#243d4e;font-size:12.5px;line-height:1.45;margin:10px 0}.hd-public-spotlight-copy a{font-size:11px;color:#a75a16;font-weight:950;text-decoration:underline}.hd-public-doctor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hd-public-doctor-grid.compact{margin-top:14px}.hd-public-doctor-card{text-align:left;border:1px solid #dfece9;border-radius:14px;background:#fff;padding:12px;box-shadow:none;display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;align-items:center}.hd-public-doctor-photo{width:46px;height:46px;border-radius:14px;margin:0;background:linear-gradient(135deg,#0f9f9a,#7be3dd);display:grid;place-items:center;color:#fff;font-weight:950;font-size:16px;overflow:hidden}.hd-public-doctor-photo img{width:100%;height:100%;object-fit:cover}.hd-public-doctor-card b{display:block;color:#082335;font-size:12.5px}.hd-public-doctor-card span{display:block;color:#087a78;font-weight:900;font-size:10px;margin-top:1px}.hd-public-doctor-card p{grid-column:1/-1;margin:4px 0 0;color:#6b7d78;font-size:11px}.hd-public-why-card{background:#eafafa;display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:18px;align-items:center}.hd-public-why-card h2{text-transform:uppercase;font-size:20px}.hd-public-trust{display:grid;gap:6px;margin-top:10px}.hd-public-trust-card{border:0;background:transparent;border-radius:0;padding:0;box-shadow:none;display:grid;grid-template-columns:14px minmax(0,1fr);gap:4px;align-items:start}.hd-public-trust-card:before{content:"✓";color:#087a78;font-weight:950}.hd-public-trust-card b{display:block;font-size:12px;color:#082335;line-height:1.25}.hd-public-trust-card span{display:block;margin-top:2px;font-size:10.5px;color:#465f69;font-weight:750}.hd-public-why-card blockquote{margin:0;font-size:12px;color:#082335;font-weight:750;font-style:italic;line-height:1.35;position:relative}.hd-public-why-card blockquote:before{content:"";display:block;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#123f5a,#7be3dd);margin:0 0 10px auto}.hd-public-why-card blockquote b{display:block;margin-top:8px;font-style:normal;color:#082335}.hd-public-contact-card h2{text-align:center;text-transform:uppercase;font-size:20px}.hd-public-contact-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.hd-public-contact-list a,.hd-public-contact-list div{border:1px solid #dfece9;border-radius:12px;background:#f9fdfc;padding:9px;display:grid;gap:3px}.hd-public-contact-list b{font-size:10px;color:#087a78;text-transform:uppercase;letter-spacing:.06em}.hd-public-contact-list span{font-size:12px;color:#33433f;word-break:break-word}.hd-public-map-card{height:132px;border-radius:14px;margin:10px 0;background:linear-gradient(135deg,#e2eee9,#fefefe);border:1px solid #d6e8e5;display:grid;place-items:center;color:#465f69;font-weight:900;text-align:center;padding:14px;position:relative;overflow:hidden}.hd-public-map-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 48%,rgba(8,122,120,.18) 49%,transparent 50%),linear-gradient(0deg,transparent 48%,rgba(8,122,120,.15) 49%,transparent 50%);background-size:48px 48px}.hd-public-map-card:after{content:"";width:24px;height:24px;border-radius:50% 50% 50% 0;background:#e9532d;transform:rotate(-45deg);box-shadow:0 0 0 7px rgba(233,83,45,.12);z-index:1}.hd-public-map-card span{position:absolute;left:12px;top:12px;background:#fff;border:1px solid #d6e8e5;border-radius:8px;padding:7px 8px;z-index:2;font-size:11px;color:#082335}.hd-public-mini-form{background:#062f4b;border:1px solid #083d60;border-radius:16px;padding:13px;display:grid;gap:7px;box-shadow:0 18px 38px rgba(6,49,77,.18)}.hd-public-mini-form .hd-field{gap:3px}.hd-public-mini-form .hd-field span{color:#d7f9f5;font-size:10px}.hd-public-mini-form .hd-field input,.hd-public-mini-form .hd-field select,.hd-public-mini-form .hd-field textarea{min-height:34px;border-radius:8px;background:#fff;border-color:transparent;padding:8px 10px;font-size:12px}.hd-public-mini-form .hd-field textarea{min-height:72px}.hd-public-mini-form .hd-btn{min-height:36px;width:100%;background:linear-gradient(135deg,#3ccdc4,#139c98);box-shadow:none}.hd-public-notice-list{display:grid;gap:10px}.hd-public-notice-list .hd-public-card{min-height:auto;border-left:4px solid var(--public-teal)}.hd-public-footer{max-width:1440px;margin:0 auto;background:#052b47;border-top:5px solid var(--public-teal);padding:28px 110px 38px;color:#d8fff9;display:flex;justify-content:space-between;gap:20px}.hd-public-footer b{color:#fff}.hd-public-footer p{max-width:720px;color:rgba(255,255,255,.7)}.hd-public-footer-links{display:flex;gap:14px;flex-wrap:wrap;align-items:flex-start}.hd-public-footer-links a{color:#d8fff9;font-weight:850;font-size:12px}.hd-public-site .hd-section-space{margin-top:16px}.hd-public-site .hd-empty-state{background:#f9fdfc;border:1px dashed #cbdedb;color:#526b75;border-radius:14px;padding:14px}
@media(max-width:1180px){.hd-public-header{padding:0 34px;flex-wrap:wrap;min-height:auto;padding-top:12px;padding-bottom:12px}.hd-public-nav{order:3;width:100%;justify-content:flex-start;overflow:auto}.hd-public-nav a{padding:8px 6px}.hd-public-layout{grid-template-columns:1fr}.hd-public-left-column{border-right:0;border-bottom:8px solid var(--public-teal)}.hd-public-hero-copy,.hd-public-about-strip,.hd-public-section{padding-left:34px}.hd-public-right-rail{display:grid;grid-template-columns:1fr}.hd-public-spotlight{grid-template-columns:140px 1fr}.hd-public-footer{padding-left:34px;padding-right:34px}}
@media(max-width:760px){.hd-public-site main{padding-bottom:24px}.hd-public-header{padding:12px 14px}.hd-public-brand{min-width:0}.hd-public-brand small{display:none}.hd-public-header-actions{width:100%}.hd-public-header-actions .hd-btn{flex:1}.hd-public-hero{grid-template-columns:1fr;min-height:0}.hd-public-hero-copy{padding:34px 18px 18px}.hd-public-hero h1{font-size:34px}.hd-public-hero-visual{min-height:260px}.hd-public-doctor-figure{right:28px;width:168px;height:240px}.hd-public-visual-note{left:16px;bottom:14px}.hd-public-about-strip{grid-template-columns:1fr;padding:24px 18px}.hd-public-section{padding:26px 18px}.hd-public-service-cloud,.hd-public-card-grid,.hd-public-process,.hd-public-doctor-grid,.hd-public-contact-list,.hd-public-why-card{grid-template-columns:1fr}.hd-public-rail-card{padding:24px 18px}.hd-public-spotlight{grid-template-columns:1fr}.hd-public-spotlight-photo{height:190px}.hd-public-footer{display:grid;padding:24px 18px 32px}.hd-public-section h2,.hd-public-rail-card h2{font-size:24px}}

/* i146 public website reference replica: clinic screenshot-aligned layout using local CMS media assets */
.hd-public-page{background:#eef4f7;color:#061e32;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hd-public-site{--ref-navy:#062b46;--ref-navy-2:#073856;--ref-teal:#159f9c;--ref-teal-dark:#087a78;--ref-mint:#e9faf9;--ref-orange:#ef6d25;--ref-text:#082335;--ref-muted:#2e4150;max-width:1408px;margin:0 auto;min-height:100vh;background:#fff;position:relative;box-shadow:0 0 0 1px rgba(9,31,47,.08)}
.hd-public-site main{max-width:none;margin:0;padding:0}.hd-public-layout{display:grid;grid-template-columns:minmax(0,1fr) 470px;align-items:start;min-height:768px}.hd-public-left-column{border-right:9px solid var(--ref-teal);padding-top:54px;background:#fff;min-height:768px}.hd-public-right-rail{background:#fff;min-height:768px;display:block}.hd-public-header{position:absolute;left:0;top:0;z-index:40;width:calc(100% - 470px);height:54px;min-height:54px;max-width:none;margin:0;padding:0 106px;background:linear-gradient(180deg,#073856,#052b47);border:0;border-bottom:2px solid rgba(255,255,255,.08);box-shadow:0 4px 12px rgba(5,43,71,.22);display:flex;gap:18px}.hd-public-brand{min-width:210px;color:#fff;text-decoration:none}.hd-public-brand b{font-size:17px;line-height:.92;letter-spacing:-.04em}.hd-public-brand small{display:none}.hd-public-logo{width:34px;height:34px;border-radius:7px;background:transparent;box-shadow:none;position:relative;font-size:0;flex:0 0 34px}.hd-public-logo:before{content:"";position:absolute;left:6px;top:5px;width:19px;height:19px;border-radius:7px 7px 4px 7px;background:#eaffff;transform:rotate(45deg);box-shadow:11px 6px 0 -3px #65d8d0}.hd-public-logo:after{content:"";position:absolute;left:13px;top:10px;width:8px;height:18px;border-radius:8px;background:#0b8c8d;box-shadow:0 -7px 0 -2px #fff}.hd-public-nav{height:54px;justify-content:flex-start;gap:14px;overflow:hidden}.hd-public-nav a{color:#eef9f8;padding:19px 0 13px;border-radius:0;font-size:11px;font-weight:650;line-height:1;opacity:.95}.hd-public-nav a:first-child{color:#51d0ca;border-bottom:1px solid #51d0ca}.hd-public-nav a:hover{background:transparent;color:#fff}.hd-public-header-actions{margin-left:auto}.hd-public-header .hd-btn.secondary{display:none}.hd-public-header .hd-primary-action{min-height:30px;border-radius:18px;padding:0 20px;background:linear-gradient(180deg,#f28a45,#e75c16);border:0;color:#fff;font-size:11px;text-transform:none;box-shadow:0 5px 12px rgba(231,92,22,.28)}
.hd-public-hero{position:relative;display:block;height:286px;min-height:286px;padding:0;overflow:hidden;background:linear-gradient(90deg,#eafbfb 0%,#eafafa 31%,#f9f5ec 65%,#f9eadb 100%);color:var(--ref-text)}.hd-public-hero-copy{position:relative;z-index:3;width:390px;padding:70px 0 0 108px}.hd-public-hero .hd-eyebrow{display:none}.hd-public-hero h1{margin:0;color:#082b44;font-size:30px;line-height:1.14;letter-spacing:-.038em;font-weight:900;max-width:340px}.hd-public-subtitle{margin:8px 0 0;color:#051827;font-size:13.5px;line-height:1.25;font-weight:600;max-width:380px}.hd-public-hero-actions{margin:18px 0 0}.hd-public-hero-actions .hd-btn.secondary{display:none}.hd-public-hero .hd-primary-action{height:30px;min-height:30px;border-radius:18px;background:linear-gradient(180deg,#f4863e,#e95c17);font-size:11px;padding:0 18px;border:0;color:#fff;box-shadow:0 6px 12px rgba(232,93,23,.23);text-transform:uppercase;letter-spacing:.02em}.hd-public-hero-visual{position:absolute;inset:0 0 0 330px;z-index:1;display:block;overflow:hidden;min-height:0;background:transparent;border-radius:0}.hd-public-doctor-figure{position:absolute;inset:0;display:block;background:transparent;border:0;box-shadow:none;width:auto;height:auto;right:auto;bottom:auto}.hd-public-doctor-figure img,.hd-public-hero-visual img{position:absolute;right:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center}.hd-public-hero-fade{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#eafbfb 0%,rgba(234,251,251,.94) 12%,rgba(234,251,251,.55) 32%,rgba(234,251,251,.03) 54%,rgba(234,251,251,0) 100%)}.hd-public-visual-note{display:none}
.hd-public-about-strip{display:grid;grid-template-columns:260px 242px;gap:22px;align-items:start;padding:30px 0 20px 106px;background:#fff;border:0}.hd-public-about-copy .hd-eyebrow{display:none}.hd-public-about-copy h2{margin:0 0 10px;font-size:20px;line-height:1.15;color:#082335;letter-spacing:-.035em}.hd-public-about-copy p{font-size:11.5px;line-height:1.42;color:#0f1720;margin:0 0 10px;font-weight:560}.hd-public-about-copy .hd-btn{min-height:24px;border-radius:15px;padding:0 16px;background:#1aa19d;color:#fff;font-size:10px;border:0;box-shadow:0 5px 10px rgba(26,161,157,.18)}.hd-public-clinic-card{height:149px;border:0;border-radius:6px;background:#fff;box-shadow:0 7px 20px rgba(8,35,53,.13);overflow:hidden;padding:0;position:relative}.hd-public-clinic-card img{width:100%;height:100%;object-fit:cover;display:block}.hd-public-clinic-team{position:absolute;left:12px;top:9px;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.84);border-radius:6px;padding:5px 8px;color:#082335;font-size:10px}.hd-public-clinic-team .hd-public-logo{width:20px;height:20px;flex-basis:20px}.hd-public-clinic-team .hd-public-logo:before{left:3px;top:3px;width:12px;height:12px}.hd-public-clinic-team .hd-public-logo:after{left:8px;top:6px;width:5px;height:10px}
.hd-public-section{margin:0;background:#fff;border:0;border-radius:0;box-shadow:none;padding:0}.hd-public-services-section{padding:12px 96px 26px 106px}.hd-public-section-head{margin:0 auto 14px;text-align:center;max-width:560px}.hd-public-section-head .hd-eyebrow,.hd-public-services-section .hd-public-section-head p:not(.hd-eyebrow){display:none}.hd-public-section h2,.hd-public-rail-card h2{font-size:18px;line-height:1.1;letter-spacing:-.03em;color:#082335;text-transform:uppercase;margin:0}.hd-public-service-cloud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:start;justify-content:center}.hd-public-service-pill{min-height:112px;background:#fff;border:0;border-radius:0;padding:0;text-align:center;box-shadow:none;color:#082335;display:block}.hd-public-service-pill:before{content:"";display:block;width:36px;height:36px;margin:0 auto 10px;border:3px solid var(--ref-teal-dark);background:transparent;border-radius:50%;box-shadow:none}.hd-public-service-pill:nth-child(1):before{border-radius:50%;box-shadow:0 14px 0 -10px var(--ref-teal-dark),18px 20px 0 -14px var(--ref-teal-dark),-18px 20px 0 -14px var(--ref-teal-dark)}.hd-public-service-pill:nth-child(2):before{border-radius:50% 50% 45% 45%;transform:rotate(45deg)}.hd-public-service-pill:nth-child(3):before{border-radius:2px}.hd-public-service-pill:nth-child(4):before{border-radius:2px;box-shadow:11px 10px 0 -5px #fff,11px 10px 0 -2px var(--ref-teal-dark),-11px 10px 0 -5px #fff,-11px 10px 0 -2px var(--ref-teal-dark)}.hd-public-service-pill b{display:block;font-size:12px;color:#061e32;font-weight:900;margin-bottom:5px}.hd-public-service-pill p{margin:0;color:#111827;font-size:9.7px;line-height:1.18;font-weight:600}.hd-public-services-section .hd-section-space{display:none}.hd-public-left-column>#departments,.hd-public-left-column [data-public-section="departments"]{display:none}.hd-public-left-column + .hd-public-right-rail + .hd-public-section{display:none}
.hd-public-rail-card{border:0;border-bottom:1px solid #e0ece9;background:#fff;padding:0}.hd-public-team-spotlight{min-height:290px;padding:18px 42px 22px}.hd-public-team-spotlight>.hd-eyebrow{text-align:center;margin:0 0 12px;color:#082335;font-size:16px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;font-weight:900}.hd-public-spotlight{display:grid;grid-template-columns:178px minmax(0,1fr);gap:16px;align-items:center;margin-top:0}.hd-public-spotlight-photo{height:162px;border-radius:7px;background:#eef8f5;border:0;overflow:hidden;box-shadow:0 5px 16px rgba(8,35,53,.12)}.hd-public-spotlight-photo:before,.hd-public-spotlight-photo:after{display:none}.hd-public-spotlight-photo img{position:static;width:100%;height:100%;object-fit:cover}.hd-public-spotlight-copy b{font-size:15px;line-height:1;color:#051827;font-weight:900}.hd-public-spotlight-copy small{font-size:11px;color:#111827;font-weight:700}.hd-public-spotlight-copy p{font-size:10.5px;line-height:1.18;color:#050c12;margin:8px 0;font-weight:600}.hd-public-spotlight-copy a{font-size:10px;color:#a6651d;text-decoration:none;font-weight:900}.hd-public-doctor-grid.compact,.hd-public-team-spotlight .hd-section-space{display:none}.hd-public-why-card{min-height:135px;padding:22px 42px;background:#eafbfb;display:grid;grid-template-columns:minmax(0,1fr) 182px;gap:20px;align-items:center}.hd-public-why-card .hd-eyebrow{display:none}.hd-public-why-card h2{font-size:18px;text-align:left}.hd-public-trust{display:grid;gap:4px;margin-top:10px}.hd-public-trust-card{display:grid;grid-template-columns:14px minmax(0,1fr);gap:0;border:0;background:transparent;padding:0}.hd-public-trust-card:before{content:"✓";font-size:11px;color:#087a78;font-weight:900}.hd-public-trust-card b{font-size:11px;line-height:1.15;color:#061e32;font-weight:700}.hd-public-trust-card span{display:none}.hd-public-why-card blockquote{margin:0;display:grid;grid-template-columns:minmax(0,1fr) 62px;gap:10px;align-items:center;font-size:10.5px;line-height:1.16;color:#061e32;font-weight:800;font-style:italic}.hd-public-why-card blockquote:before{display:none}.hd-public-why-card blockquote img{grid-column:2;grid-row:1 / span 2;width:62px;height:62px;border-radius:50%;object-fit:cover}.hd-public-why-card blockquote span{grid-column:1;grid-row:1}.hd-public-why-card blockquote b{grid-column:1;grid-row:2;font-size:10px;margin:0;color:#061e32;font-style:normal}.hd-public-why-card .hd-public-card-grid{display:none}
.hd-public-contact-card{padding:24px 42px 24px;min-height:226px;background:#fff}.hd-public-contact-card .hd-eyebrow{display:none}.hd-public-contact-card h2{text-align:center;font-size:17px;line-height:1;text-transform:uppercase;margin-bottom:14px}.hd-public-contact-list{display:none}.hd-public-contact-grid{display:grid;grid-template-columns:205px minmax(0,1fr);gap:10px;align-items:start}.hd-public-map-card{height:151px;margin:0;border:0;border-radius:4px;padding:0;background:#edf3ef;box-shadow:none;overflow:hidden}.hd-public-map-card:before,.hd-public-map-card:after{display:none}.hd-public-map-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hd-public-map-card span{left:7px;top:8px;max-width:86px;border:0;border-radius:2px;background:#fff;color:#061e32;font-size:8.5px;line-height:1.15;font-weight:700;padding:5px}.hd-public-mini-form{margin:0;height:151px;border-radius:7px;background:#052b47;border:3px solid #06243e;padding:10px;display:grid;grid-template-columns:1fr;gap:6px;box-shadow:0 6px 14px rgba(5,43,71,.22)}.hd-public-mini-form .hd-field{display:block}.hd-public-mini-form .hd-field span{display:none}.hd-public-mini-form .hd-field input,.hd-public-mini-form .hd-field textarea{min-height:23px;height:23px;border-radius:3px;border:0;background:#fff;padding:5px 7px;font-size:10px;color:#061e32}.hd-public-mini-form .hd-field textarea{height:57px;min-height:57px;resize:none}.hd-public-mini-form .hd-btn{min-height:24px;height:24px;border-radius:13px;background:linear-gradient(180deg,#42c9c7,#149a98);font-size:10px;text-transform:none;color:#fff}.hd-public-mini-form .hd-field:nth-of-type(1) input::placeholder{color:transparent}.hd-public-mini-form .hd-field:nth-of-type(1) input{font-size:0}.hd-public-mini-form .hd-field:nth-of-type(1) input:focus,.hd-public-mini-form .hd-field:nth-of-type(1) input:not(:placeholder-shown){font-size:10px}.hd-public-mini-form input[name="fullName"]{font-size:10px}.hd-public-mini-form input[name="fullName"]::before{content:"Name"}.hd-public-mini-form input[name="fullName"]::placeholder{color:#667}.hd-public-mini-form input[name="fullName"]{placeholder:"Name"}.hd-public-mini-form input[name="email"]::placeholder{color:#667}.hd-public-mini-form textarea::placeholder{color:#667}.hd-public-mini-form input[name="fullName"]{background:#fff}.hd-public-mini-form input[name="fullName"]:placeholder-shown,.hd-public-mini-form input[name="email"]:placeholder-shown,.hd-public-mini-form textarea:placeholder-shown{font-size:10px}.hd-public-mini-form input[name="fullName"]{ }
.hd-public-mini-form input[name="fullName"]{ }
.hd-public-rail-footer{display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:18px;align-items:start;background:#052b47;border-top:4px solid var(--ref-teal);min-height:115px;padding:28px 42px;color:#d9f7f7}.hd-public-rail-footer b{display:block;color:#fff;font-size:11px;margin-bottom:6px}.hd-public-rail-footer a,.hd-public-rail-footer span{display:block;color:#d9f7f7;font-size:9.5px;line-height:1.45;text-decoration:none}.hd-public-rail-footer-brand{display:flex;align-items:center;gap:8px}.hd-public-rail-footer-brand b{font-size:12px;line-height:1;margin:0}.hd-public-rail-footer-brand .hd-public-logo{width:28px;height:28px;flex-basis:28px}.hd-public-footer{display:none}.hd-public-site>[data-public-section="footer"]{display:none}.hd-public-layout + .hd-public-section,.hd-public-layout ~ .hd-public-section{display:none}.hd-public-site .hd-empty-state{display:none}
.hd-public-mini-form input[name="fullName"]::placeholder{color:#475569}.hd-public-mini-form input[name="email"]::placeholder{color:#475569}.hd-public-mini-form textarea::placeholder{color:#475569}
@media(max-width:1180px){.hd-public-layout{grid-template-columns:1fr}.hd-public-header{position:sticky;width:100%;padding:12px 24px;height:auto}.hd-public-left-column{padding-top:0;border-right:0}.hd-public-hero-copy{padding-left:34px}.hd-public-about-strip{padding-left:34px}.hd-public-services-section{padding-left:34px;padding-right:34px}.hd-public-right-rail{min-height:0}.hd-public-rail-footer{grid-template-columns:repeat(2,minmax(0,1fr));padding:24px 34px}.hd-public-contact-grid{grid-template-columns:1fr 1fr}.hd-public-layout + .hd-public-section,.hd-public-layout ~ .hd-public-section{display:block}.hd-public-footer{display:none}}
@media(max-width:760px){.hd-public-layout{display:block}.hd-public-header{padding:12px 14px}.hd-public-nav{width:100%;height:auto;overflow:auto}.hd-public-brand{min-width:0}.hd-public-hero{height:auto;min-height:520px}.hd-public-hero-copy{padding:28px 18px;width:auto}.hd-public-hero h1{font-size:34px}.hd-public-hero-visual{top:210px;left:0;right:0;bottom:0;inset:auto 0 0 0;height:310px}.hd-public-about-strip{grid-template-columns:1fr;padding:24px 18px}.hd-public-services-section{padding:24px 18px}.hd-public-service-cloud{grid-template-columns:1fr 1fr}.hd-public-team-spotlight,.hd-public-why-card,.hd-public-contact-card{padding:24px 18px}.hd-public-spotlight,.hd-public-why-card,.hd-public-contact-grid{grid-template-columns:1fr}.hd-public-mini-form{height:auto}.hd-public-rail-footer{grid-template-columns:1fr;padding:24px 18px}.hd-public-left-column{min-height:0}}

/* i147 public website correction: true two-panel reference layout, not one combined page */
.hd-public-page{margin:0;background:#eef4f7;color:#061e32;overflow-x:auto}
.hd-public-site{max-width:1408px;min-width:1120px;margin:0 auto;background:#fff;position:relative;box-shadow:0 0 0 1px rgba(9,31,47,.08)}
.hd-public-site main{display:block;max-width:1408px;margin:0;padding:0;background:#fff;box-shadow:none}
.hd-public-layout{display:grid !important;grid-template-columns:minmax(0,calc(100% - 470px)) 470px !important;align-items:start;min-height:712px;background:#fff}
.hd-public-left-column{position:relative;min-width:0;min-height:712px;padding-top:0 !important;border-right:9px solid var(--ref-teal) !important;background:#fff;display:grid;grid-template-rows:54px 288px 190px 180px;overflow:hidden}
.hd-public-right-rail{min-width:0;min-height:712px;background:#fff;display:grid;grid-template-rows:236px 135px 228px 113px;overflow:hidden}
.hd-public-left-column>.hd-public-header{position:relative !important;left:auto;right:auto;top:auto;z-index:5;width:100% !important;height:54px !important;min-height:54px !important;max-width:none;margin:0;padding:0 106px !important;box-sizing:border-box;background:linear-gradient(180deg,#073856,#052b47);border:0;border-bottom:2px solid rgba(255,255,255,.08);box-shadow:0 4px 12px rgba(5,43,71,.22);display:flex;align-items:center;gap:18px;color:#fff}
.hd-public-left-column>.hd-public-header .hd-public-brand{min-width:210px;flex:0 0 210px;color:#fff;text-decoration:none}
.hd-public-left-column>.hd-public-header .hd-public-nav{height:54px;width:auto;order:initial;display:flex;align-items:center;justify-content:flex-start;gap:14px;overflow:hidden;flex:1}
.hd-public-left-column>.hd-public-header .hd-public-nav a{padding:19px 0 13px;font-size:11px;line-height:1;white-space:nowrap}
.hd-public-left-column>.hd-public-header .hd-public-header-actions{width:auto;margin-left:auto;display:flex;align-items:center;gap:9px;flex:0 0 auto}
.hd-public-left-column>.hd-public-header .hd-primary-action{height:30px;min-height:30px;white-space:nowrap}
.hd-public-hero{grid-row:2;height:288px !important;min-height:288px !important;display:block;position:relative;padding:0;overflow:hidden;background:linear-gradient(90deg,#eafbfb 0%,#eafafa 31%,#f9f5ec 65%,#f9eadb 100%)}
.hd-public-hero-copy{position:relative;z-index:3;width:390px;padding:72px 0 0 108px !important;box-sizing:border-box}
.hd-public-hero h1{font-size:30px;line-height:1.14;max-width:340px;margin:0;font-weight:900;letter-spacing:-.038em;color:#082b44}
.hd-public-subtitle{max-width:380px;margin:8px 0 0;font-size:13.5px;line-height:1.25;font-weight:600;color:#051827}
.hd-public-hero-actions{margin-top:18px}
.hd-public-hero-visual{position:absolute;inset:0 0 0 330px !important;min-height:0;height:288px;background:transparent;overflow:hidden;border-radius:0;z-index:1}
.hd-public-doctor-figure{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;display:block;background:transparent;border:0;box-shadow:none;overflow:hidden;border-radius:0;padding:0}
.hd-public-doctor-figure img,.hd-public-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hd-public-hero-fade{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#eafbfb 0%,rgba(234,251,251,.94) 12%,rgba(234,251,251,.55) 32%,rgba(234,251,251,.04) 54%,rgba(234,251,251,0) 100%)}
.hd-public-about-strip{grid-row:3;height:190px;display:grid;grid-template-columns:260px 242px;gap:22px;align-items:start;padding:30px 0 20px 106px !important;box-sizing:border-box;background:#fff;border:0;overflow:hidden}
.hd-public-about-copy h2{font-size:20px;line-height:1.15;margin:0 0 10px;color:#082335;letter-spacing:-.035em}
.hd-public-about-copy p:not(.hd-eyebrow){font-size:11.5px;line-height:1.42;color:#0f1720;margin:0 0 10px;font-weight:560;max-width:none}
.hd-public-clinic-card{width:242px;height:149px;min-height:0;border:0;border-radius:6px;background:#fff;box-shadow:0 7px 20px rgba(8,35,53,.13);overflow:hidden;padding:0;position:relative}
.hd-public-clinic-card img{width:100%;height:100%;object-fit:cover;display:block}
.hd-public-services-section{grid-row:4;height:180px;padding:11px 96px 20px 106px !important;box-sizing:border-box;background:#fff;overflow:hidden;border:0}
.hd-public-services-section .hd-public-section-head{margin:0 auto 12px;text-align:center;max-width:560px}
.hd-public-section h2,.hd-public-rail-card h2{font-size:18px;line-height:1.1;letter-spacing:-.03em;color:#082335;text-transform:uppercase;margin:0}
.hd-public-service-cloud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:start;justify-content:center}
.hd-public-service-pill{min-height:102px;background:#fff;border:0;border-radius:0;padding:0;text-align:center;box-shadow:none;color:#082335;display:block;overflow:hidden}
.hd-public-service-pill:before{width:36px;height:36px;margin:0 auto 10px}
.hd-public-service-pill b{display:block;font-size:12px;color:#061e32;font-weight:900;margin-bottom:5px}
.hd-public-service-pill p{margin:0;color:#111827;font-size:9.7px;line-height:1.18;font-weight:600}
.hd-public-team-spotlight{grid-row:1;height:236px;min-height:236px;padding:18px 42px 18px !important;box-sizing:border-box;overflow:hidden;background:#fff;border:0;border-bottom:1px solid #e0ece9}
.hd-public-team-spotlight>.hd-eyebrow{text-align:center;margin:0 0 12px;color:#082335;font-size:16px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;font-weight:900}
.hd-public-spotlight{display:grid;grid-template-columns:178px minmax(0,1fr);gap:16px;align-items:center;margin:0}
.hd-public-spotlight-photo{height:162px;border-radius:7px;background:#eef8f5;border:0;overflow:hidden;box-shadow:0 5px 16px rgba(8,35,53,.12)}
.hd-public-spotlight-copy b{font-size:15px;line-height:1;color:#051827;font-weight:900}
.hd-public-spotlight-copy small{font-size:11px;color:#111827;font-weight:700}
.hd-public-spotlight-copy p{font-size:10.5px;line-height:1.18;color:#050c12;margin:8px 0;font-weight:600}
.hd-public-why-card{grid-row:2;height:135px;min-height:135px;padding:22px 42px !important;box-sizing:border-box;background:#eafbfb;display:grid;grid-template-columns:minmax(0,1fr) 182px;gap:20px;align-items:center;overflow:hidden;border:0}
.hd-public-contact-card{grid-row:3;height:228px;min-height:228px;padding:24px 42px 24px !important;box-sizing:border-box;background:#fff;overflow:hidden;border:0;border-bottom:1px solid #e0ece9}
.hd-public-contact-card h2{text-align:center;font-size:17px;line-height:1;text-transform:uppercase;margin:0 0 14px}
.hd-public-contact-grid{display:grid;grid-template-columns:205px minmax(0,1fr);gap:10px;align-items:start}
.hd-public-map-card{height:151px;margin:0;border:0;border-radius:4px;padding:0;background:#edf3ef;box-shadow:none;overflow:hidden;position:relative}
.hd-public-mini-form{margin:0;height:151px;border-radius:7px;background:#052b47;border:3px solid #06243e;padding:10px;display:grid;grid-template-columns:1fr;gap:6px;box-shadow:0 6px 14px rgba(5,43,71,.22);box-sizing:border-box}
.hd-public-mini-form .hd-field input,.hd-public-mini-form .hd-field textarea{font-size:10px}
.hd-public-mini-form .hd-field:nth-of-type(1) input{font-size:10px}
.hd-public-mini-form .hd-field:nth-of-type(1) input::placeholder{color:#475569}
.hd-public-rail-footer{grid-row:4;height:113px;min-height:113px;display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:18px;align-items:start;background:#052b47;border-top:4px solid var(--ref-teal);padding:28px 42px !important;box-sizing:border-box;color:#d9f7f7;overflow:hidden}
.hd-public-left-column>#departments,.hd-public-left-column [data-public-section="departments"],.hd-public-layout + .hd-public-section,.hd-public-layout ~ .hd-public-section,.hd-public-footer,.hd-public-team-spotlight .hd-section-space,.hd-public-doctor-grid.compact,.hd-public-site .hd-empty-state{display:none !important}
@media(max-width:1180px){.hd-public-page{overflow-x:auto}.hd-public-site{min-width:1120px}.hd-public-layout{grid-template-columns:minmax(0,650px) 470px !important}.hd-public-left-column{border-right:9px solid var(--ref-teal) !important;display:grid;grid-template-rows:54px 288px 190px 180px}.hd-public-left-column>.hd-public-header{position:relative !important;width:100% !important;height:54px !important;padding:0 48px !important;flex-wrap:nowrap}.hd-public-left-column>.hd-public-header .hd-public-brand{flex-basis:190px;min-width:190px}.hd-public-left-column>.hd-public-header .hd-public-nav{order:initial;width:auto;height:54px;overflow:hidden}.hd-public-left-column>.hd-public-header .hd-public-nav a{padding:19px 0 13px}.hd-public-hero-copy{padding-left:48px !important}.hd-public-about-strip{padding-left:48px !important}.hd-public-services-section{padding-left:48px !important;padding-right:48px !important}.hd-public-right-rail{min-height:712px}.hd-public-contact-grid{grid-template-columns:205px minmax(0,1fr)}.hd-public-layout + .hd-public-section,.hd-public-layout ~ .hd-public-section{display:none !important}}
@media(max-width:760px){.hd-public-site{min-width:0}.hd-public-layout{display:block !important;min-height:0}.hd-public-left-column{display:block;min-height:0;border-right:0 !important;overflow:visible}.hd-public-right-rail{display:block;min-height:0;overflow:visible}.hd-public-left-column>.hd-public-header{height:auto !important;min-height:0 !important;padding:12px 14px !important;flex-wrap:wrap}.hd-public-left-column>.hd-public-header .hd-public-nav{width:100%;height:auto;overflow:auto}.hd-public-hero,.hd-public-about-strip,.hd-public-services-section,.hd-public-team-spotlight,.hd-public-why-card,.hd-public-contact-card,.hd-public-rail-footer{height:auto !important;min-height:0 !important}.hd-public-hero{min-height:520px !important}.hd-public-hero-copy{padding:28px 18px !important;width:auto}.hd-public-hero-visual{top:210px;left:0;right:0;bottom:0;inset:auto 0 0 0 !important;height:310px}.hd-public-about-strip{grid-template-columns:1fr;padding:24px 18px !important}.hd-public-services-section{padding:24px 18px !important}.hd-public-service-cloud{grid-template-columns:1fr 1fr}.hd-public-team-spotlight,.hd-public-why-card,.hd-public-contact-card{padding:24px 18px !important}.hd-public-spotlight,.hd-public-why-card,.hd-public-contact-grid{grid-template-columns:1fr}.hd-public-mini-form{height:auto}.hd-public-rail-footer{grid-template-columns:1fr;padding:24px 18px !important}}


/* i148 public website distortion-free reference layout: lock the desktop shell to the uploaded two-panel composition and protect CMS content from stretching the grid. */
.hd-public-page{margin:0;background:#edf3f6;color:#061e32;overflow-x:auto;overflow-y:auto}
.hd-public-site{width:100%;max-width:1408px;min-width:1180px;height:712px;min-height:712px;max-height:712px;margin:0 auto;background:#fff;position:relative;overflow:hidden;box-shadow:0 0 0 1px rgba(9,31,47,.08)}
.hd-public-site main{width:100%;max-width:none;height:712px;min-height:712px;max-height:712px;margin:0;padding:0;background:#fff;overflow:hidden;box-shadow:none}
.hd-public-layout{display:grid!important;grid-template-columns:940px 468px!important;width:1408px;height:712px;min-height:712px;max-height:712px;align-items:stretch;background:#fff;overflow:hidden}
.hd-public-left-column{position:relative;width:940px;min-width:940px;height:712px;min-height:712px;max-height:712px;padding:0!important;border-right:14px solid var(--ref-teal)!important;background:#fff;box-sizing:border-box;display:grid;grid-template-rows:54px 288px 190px 180px;overflow:hidden}
.hd-public-right-rail{width:468px;min-width:468px;height:712px;min-height:712px;max-height:712px;background:#fff;display:grid;grid-template-rows:236px 135px 228px 113px;overflow:hidden}
.hd-public-left-column>.hd-public-header{position:relative!important;left:auto;right:auto;top:auto;width:100%!important;height:54px!important;min-height:54px!important;max-height:54px!important;max-width:none;margin:0;padding:0 106px!important;box-sizing:border-box;background:linear-gradient(180deg,#073856,#052b47);border:0;border-bottom:2px solid rgba(255,255,255,.08);box-shadow:0 4px 12px rgba(5,43,71,.22);display:flex;align-items:center;gap:18px;overflow:hidden;color:#fff}
.hd-public-left-column>.hd-public-header .hd-public-brand{min-width:210px;flex:0 0 210px;color:#fff;overflow:hidden}
.hd-public-left-column>.hd-public-header .hd-public-brand b{font-size:15px;line-height:1.02;white-space:normal;max-width:146px}
.hd-public-left-column>.hd-public-header .hd-public-brand small{display:none}
.hd-public-left-column>.hd-public-header .hd-public-logo{width:38px;height:38px;min-width:38px;flex-basis:38px;border-radius:10px;box-shadow:none}
.hd-public-left-column>.hd-public-header .hd-public-nav{height:54px;width:auto;display:flex;align-items:center;justify-content:flex-start;gap:14px;overflow:hidden;flex:1;min-width:0}
.hd-public-left-column>.hd-public-header .hd-public-nav a{padding:19px 0 13px;font-size:11px;line-height:1;white-space:nowrap;border-radius:0;color:rgba(255,255,255,.86);background:transparent;flex:0 0 auto}
.hd-public-left-column>.hd-public-header .hd-public-nav a:first-child{color:#38bdb9;border-bottom:1px solid #38bdb9}
.hd-public-left-column>.hd-public-header .hd-public-header-actions{margin-left:auto;display:flex;align-items:center;gap:9px;flex:0 0 auto;min-width:0}
.hd-public-left-column>.hd-public-header .hd-public-header-actions .secondary{display:none}
.hd-public-left-column>.hd-public-header .hd-primary-action{height:30px;min-height:30px;max-height:30px;border-radius:15px;padding:0 18px;font-size:10.5px;white-space:nowrap;background:linear-gradient(180deg,#f47c32,#e85d16);border:0;color:#fff;box-shadow:0 4px 10px rgba(232,93,22,.25)}
.hd-public-hero{grid-row:2;position:relative;display:block;height:288px!important;min-height:288px!important;max-height:288px!important;padding:0!important;margin:0;overflow:hidden;background:linear-gradient(90deg,#eafbfb 0%,#eafafa 31%,#f9f5ec 65%,#f9eadb 100%);border:0;box-sizing:border-box;color:#061e32}
.hd-public-hero-copy{position:relative;z-index:4;width:390px;padding:72px 0 0 108px!important;box-sizing:border-box;overflow:visible}
.hd-public-hero .hd-eyebrow{display:none}
.hd-public-hero h1{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:30px;line-height:1.14;max-width:340px;max-height:70px;margin:0;font-weight:900;letter-spacing:-.038em;color:#082b44;text-shadow:none}
.hd-public-subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:370px;max-height:36px;margin:8px 0 0;font-size:13.5px;line-height:1.25;font-weight:600;color:#051827}
.hd-public-hero-actions{margin-top:18px;display:flex;gap:8px}.hd-public-hero-actions .secondary{display:none}
.hd-public-hero .hd-primary-action{height:29px;min-height:29px;border-radius:15px;background:linear-gradient(180deg,#f47c32,#e85d16);font-size:11px;padding:0 17px;border:0;color:#fff;box-shadow:0 4px 10px rgba(232,93,22,.18)}
.hd-public-hero-visual{position:absolute!important;left:330px!important;right:0!important;top:0!important;bottom:0!important;inset:auto!important;height:288px!important;min-height:288px!important;max-height:288px!important;background:transparent;overflow:hidden;border-radius:0;z-index:1}
.hd-public-doctor-figure{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block;background:transparent;border:0;box-shadow:none;overflow:hidden;border-radius:0;padding:0;margin:0}
.hd-public-doctor-figure img,.hd-public-hero-visual img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center;display:block;border:0;transform:none!important;filter:none!important}
.hd-public-hero-fade{position:absolute;z-index:3;inset:0;background:linear-gradient(90deg,#eafbfb 0%,rgba(234,251,251,.96) 12%,rgba(234,251,251,.61) 31%,rgba(234,251,251,.08) 51%,rgba(234,251,251,0) 100%);pointer-events:none}
.hd-public-visual-note{display:none!important}
.hd-public-about-strip{grid-row:3;height:190px;min-height:190px;max-height:190px;display:grid;grid-template-columns:260px 243px;gap:20px;align-items:start;padding:30px 0 20px 106px!important;box-sizing:border-box;background:#fff;border:0;overflow:hidden;margin:0}
.hd-public-about-copy{min-width:0;overflow:hidden}.hd-public-about-copy .hd-eyebrow{display:none}.hd-public-about-copy h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:20px;line-height:1.15;max-height:46px;margin:0 0 10px;color:#082335;letter-spacing:-.035em}.hd-public-about-copy p:not(.hd-eyebrow){display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:11.5px;line-height:1.42;color:#0f1720;margin:0 0 10px;font-weight:560;max-width:260px;max-height:66px}.hd-public-about-copy .hd-btn{height:24px;min-height:24px;border-radius:12px;background:#179d9a;color:#fff;border:0;padding:0 15px;font-size:10px;box-shadow:none}
.hd-public-clinic-card{width:243px;height:150px;min-height:150px;max-height:150px;border:0;border-radius:6px;background:#fff;box-shadow:0 7px 20px rgba(8,35,53,.13);overflow:hidden;padding:0;position:relative;margin:0}.hd-public-clinic-card img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block;transform:none!important}.hd-public-clinic-team{display:none!important}
.hd-public-services-section{grid-row:4;height:180px;min-height:180px;max-height:180px;padding:11px 96px 20px 106px!important;box-sizing:border-box;background:#fff;overflow:hidden;border:0;margin:0;box-shadow:none;border-radius:0}.hd-public-services-section .hd-public-section-head{margin:0 auto 12px;text-align:center;max-width:560px}.hd-public-services-section .hd-public-section-head .hd-eyebrow,.hd-public-services-section .hd-public-section-head p:not(.hd-eyebrow){display:none}.hd-public-section h2,.hd-public-rail-card h2{font-size:18px;line-height:1.1;letter-spacing:-.03em;color:#082335;text-transform:uppercase;margin:0}.hd-public-service-cloud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:start;justify-content:center;overflow:hidden}.hd-public-service-pill{height:102px;min-height:102px;max-height:102px;background:#fff;border:0;border-radius:0;padding:0;text-align:center;box-shadow:none;color:#082335;display:block;overflow:hidden}.hd-public-service-pill:before{width:36px;height:36px;margin:0 auto 10px}.hd-public-service-pill b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.12;color:#061e32;font-weight:900;margin:0 0 5px}.hd-public-service-pill p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#111827;font-size:9.7px;line-height:1.18;font-weight:600}
.hd-public-team-spotlight{grid-row:1;height:236px;min-height:236px;max-height:236px;padding:18px 42px 18px!important;box-sizing:border-box;overflow:hidden;background:#fff;border:0;border-bottom:1px solid #e0ece9;margin:0;box-shadow:none;border-radius:0}.hd-public-team-spotlight>.hd-eyebrow{text-align:center;margin:0 0 12px;color:#082335;font-size:16px;line-height:1;text-transform:uppercase;letter-spacing:-.02em;font-weight:900}.hd-public-spotlight{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;margin:0;overflow:hidden}.hd-public-spotlight-photo{width:180px;height:163px;min-height:163px;max-height:163px;border-radius:7px;background:#eef8f5;border:0;overflow:hidden;box-shadow:0 5px 16px rgba(8,35,53,.12);position:relative}.hd-public-spotlight-photo img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block;transform:none!important}.hd-public-spotlight-copy{min-width:0;overflow:hidden}.hd-public-spotlight-copy b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.05;color:#051827;font-weight:900}.hd-public-spotlight-copy small{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:11px;color:#111827;font-weight:700}.hd-public-spotlight-copy p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;font-size:10.5px;line-height:1.18;color:#050c12;margin:8px 0;font-weight:600}.hd-public-spotlight-copy a{font-size:10px;color:#a6651d;text-decoration:none;font-weight:900}
.hd-public-why-card{grid-row:2;height:135px;min-height:135px;max-height:135px;padding:22px 42px!important;box-sizing:border-box;background:#eafbfb;display:grid;grid-template-columns:minmax(0,1fr) 182px;gap:20px;align-items:center;overflow:hidden;border:0;margin:0;box-shadow:none;border-radius:0}.hd-public-why-card .hd-eyebrow{display:none}.hd-public-why-card h2{font-size:18px;text-align:left}.hd-public-trust{display:grid;gap:4px;margin-top:10px;overflow:hidden}.hd-public-trust-card{display:grid;grid-template-columns:14px minmax(0,1fr);gap:0;border:0;background:transparent;padding:0;margin:0;box-shadow:none}.hd-public-trust-card:before{content:'✓';font-size:11px;color:#087a78;font-weight:900}.hd-public-trust-card b{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:11px;line-height:1.15;color:#061e32;font-weight:700}.hd-public-trust-card span{display:none}.hd-public-why-card blockquote{margin:0;display:grid;grid-template-columns:minmax(0,1fr) 62px;gap:10px;align-items:center;font-size:10.5px;line-height:1.16;color:#061e32;font-weight:800;font-style:italic;overflow:hidden}.hd-public-why-card blockquote img{grid-column:2;grid-row:1 / span 2;width:62px;height:62px;min-width:62px;border-radius:50%;object-fit:cover;object-position:center;display:block}.hd-public-why-card blockquote span{grid-column:1;grid-row:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hd-public-why-card blockquote b{grid-column:1;grid-row:2;font-size:10px;margin:0;color:#061e32;font-style:normal}.hd-public-why-card .hd-public-card-grid{display:none!important}
.hd-public-contact-card{grid-row:3;height:228px;min-height:228px;max-height:228px;padding:24px 42px 24px!important;box-sizing:border-box;background:#fff;overflow:hidden;border:0;border-bottom:1px solid #e0ece9;margin:0;box-shadow:none;border-radius:0}.hd-public-contact-card .hd-eyebrow,.hd-public-contact-list{display:none!important}.hd-public-contact-card h2{text-align:center;font-size:17px;line-height:1;text-transform:uppercase;margin:0 0 14px}.hd-public-contact-grid{display:grid;grid-template-columns:206px minmax(0,1fr);gap:10px;align-items:start;overflow:hidden}.hd-public-map-card{width:206px;height:152px;min-height:152px;max-height:152px;margin:0;border:0;border-radius:4px;padding:0;background:#edf3ef;box-shadow:none;overflow:hidden;position:relative;display:block}.hd-public-map-card:before,.hd-public-map-card:after{display:none}.hd-public-map-card img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block;transform:none!important}.hd-public-map-card span{position:absolute;left:7px;top:8px;max-width:86px;border:0;border-radius:2px;background:#fff;color:#061e32;font-size:8.5px;line-height:1.15;font-weight:700;padding:5px;text-align:left}
.hd-public-mini-form{margin:0;width:100%;height:152px;min-height:152px;max-height:152px;border-radius:7px;background:#052b47;border:3px solid #06243e;padding:10px;display:grid;grid-template-columns:1fr;gap:6px;box-shadow:0 6px 14px rgba(5,43,71,.22);box-sizing:border-box;overflow:hidden}.hd-public-mini-form .hd-field{display:block;margin:0;padding:0}.hd-public-mini-form .hd-field span{display:none}.hd-public-mini-form .hd-field input,.hd-public-mini-form .hd-field textarea{width:100%;min-height:23px;height:23px;border-radius:3px;border:0;background:#fff;padding:5px 7px;font-size:10px!important;line-height:1;color:#061e32;box-shadow:none}.hd-public-mini-form .hd-field textarea{height:57px;min-height:57px;max-height:57px;resize:none;line-height:1.15}.hd-public-mini-form .hd-btn{min-height:24px;height:24px;border-radius:13px;background:linear-gradient(180deg,#42c9c7,#149a98);font-size:10px;text-transform:none;color:#fff;box-shadow:none;border:0}.hd-public-mini-form input::placeholder,.hd-public-mini-form textarea::placeholder{color:#667!important;opacity:1}
.hd-public-rail-footer{grid-row:4;height:113px;min-height:113px;max-height:113px;display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:18px;align-items:start;background:#052b47;border-top:4px solid var(--ref-teal);padding:28px 42px!important;box-sizing:border-box;color:#d9f7f7;overflow:hidden;margin:0}.hd-public-rail-footer b{display:block;color:#fff;font-size:11px;margin:0 0 6px}.hd-public-rail-footer a,.hd-public-rail-footer span{display:block;color:#d9f7f7;font-size:9.5px;line-height:1.45;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.hd-public-rail-footer-brand{display:flex;align-items:center;gap:8px;overflow:hidden}.hd-public-rail-footer-brand b{font-size:12px;line-height:1;margin:0}.hd-public-rail-footer-brand .hd-public-logo{width:28px;height:28px;min-width:28px;flex-basis:28px;border-radius:8px;box-shadow:none}.hd-public-left-column>#departments,.hd-public-left-column [data-public-section='departments'],.hd-public-layout + .hd-public-section,.hd-public-layout ~ .hd-public-section,.hd-public-footer,.hd-public-team-spotlight .hd-section-space,.hd-public-doctor-grid.compact,.hd-public-site .hd-empty-state{display:none!important}
@media(max-width:1180px){.hd-public-page{overflow-x:auto}.hd-public-site{min-width:1180px;width:1180px;height:712px;max-height:712px}.hd-public-site main{height:712px;max-height:712px}.hd-public-layout{width:1408px;height:712px;grid-template-columns:940px 468px!important}.hd-public-left-column{width:940px;min-width:940px;border-right:14px solid var(--ref-teal)!important}.hd-public-right-rail{width:468px;min-width:468px}.hd-public-layout + .hd-public-section,.hd-public-layout ~ .hd-public-section{display:none!important}}
@media(max-width:760px){.hd-public-page{overflow-x:hidden}.hd-public-site{width:100%;min-width:0;max-width:none;height:auto;min-height:0;max-height:none;overflow:visible}.hd-public-site main{height:auto;min-height:0;max-height:none;overflow:visible}.hd-public-layout{display:block!important;width:100%;height:auto;min-height:0;max-height:none}.hd-public-left-column{display:block;width:100%;min-width:0;height:auto;min-height:0;max-height:none;border-right:0!important;overflow:visible}.hd-public-right-rail{display:block;width:100%;min-width:0;height:auto;min-height:0;max-height:none;overflow:visible}.hd-public-left-column>.hd-public-header{height:auto!important;min-height:0!important;max-height:none!important;padding:12px 14px!important;flex-wrap:wrap}.hd-public-left-column>.hd-public-header .hd-public-nav{width:100%;height:auto;overflow:auto}.hd-public-hero,.hd-public-about-strip,.hd-public-services-section,.hd-public-team-spotlight,.hd-public-why-card,.hd-public-contact-card,.hd-public-rail-footer{height:auto!important;min-height:0!important;max-height:none!important}.hd-public-hero{min-height:520px!important}.hd-public-hero-copy{padding:28px 18px!important;width:auto}.hd-public-hero h1{font-size:34px;max-height:none}.hd-public-hero-visual{top:210px!important;left:0!important;right:0!important;bottom:0!important;inset:auto 0 0 0!important;height:310px!important;min-height:310px!important;max-height:310px!important}.hd-public-about-strip{grid-template-columns:1fr;padding:24px 18px!important}.hd-public-clinic-card{width:100%;max-width:360px}.hd-public-services-section{padding:24px 18px!important}.hd-public-service-cloud{grid-template-columns:1fr 1fr}.hd-public-team-spotlight,.hd-public-why-card,.hd-public-contact-card{padding:24px 18px!important}.hd-public-spotlight,.hd-public-why-card,.hd-public-contact-grid{grid-template-columns:1fr}.hd-public-map-card{width:100%}.hd-public-mini-form{height:auto;min-height:0;max-height:none}.hd-public-rail-footer{grid-template-columns:1fr;padding:24px 18px!important}}

/* i149 public website refinement: exact two-panel composition, clean crops, no visual stretching. */
.hd-public-page{
  margin:0!important;
  padding:0!important;
  background:#eef3f5!important;
  color:#061e32!important;
  overflow-x:auto!important;
}
.hd-public-site{
  --ref-navy:#052b47;
  --ref-navy-2:#073856;
  --ref-teal:#19a7a3;
  --ref-teal-soft:#e9fbfb;
  --ref-orange:#ec6b21;
  width:1408px!important;
  min-width:1408px!important;
  max-width:none!important;
  height:712px!important;
  min-height:712px!important;
  max-height:712px!important;
  margin:0 auto!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 10px 40px rgba(6,31,50,.12)!important;
}
.hd-public-site main{
  width:1408px!important;
  max-width:none!important;
  height:712px!important;
  min-height:712px!important;
  max-height:712px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.hd-public-layout{
  width:1408px!important;
  height:712px!important;
  min-height:712px!important;
  display:grid!important;
  grid-template-columns:940px 468px!important;
  gap:0!important;
  align-items:stretch!important;
  background:#fff!important;
  overflow:hidden!important;
}
.hd-public-left-column{
  width:940px!important;
  height:712px!important;
  min-height:712px!important;
  max-height:712px!important;
  display:grid!important;
  grid-template-rows:54px 288px 190px 180px!important;
  border-right:14px solid var(--ref-teal)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#fff!important;
}
.hd-public-right-rail{
  width:468px!important;
  height:712px!important;
  min-height:712px!important;
  max-height:712px!important;
  display:grid!important;
  grid-template-rows:236px 135px 228px 113px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.hd-public-left-column>.hd-public-header{
  grid-row:1!important;
  position:relative!important;
  inset:auto!important;
  width:926px!important;
  max-width:none!important;
  height:54px!important;
  min-height:54px!important;
  max-height:54px!important;
  margin:0!important;
  padding:0 105px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:18px!important;
  background:linear-gradient(180deg,var(--ref-navy-2),var(--ref-navy))!important;
  border:0!important;
  border-bottom:2px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  color:#fff!important;
  overflow:hidden!important;
}
.hd-public-left-column>.hd-public-header .hd-public-brand{
  min-width:210px!important;
  flex:0 0 210px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  color:#fff!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.hd-public-left-column>.hd-public-header .hd-public-logo{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  border-radius:10px!important;
  box-shadow:none!important;
  font-size:11px!important;
  line-height:1!important;
}
.hd-public-left-column>.hd-public-header .hd-public-brand b{
  display:block!important;
  width:96px!important;
  white-space:normal!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:.96!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
}
.hd-public-left-column>.hd-public-header .hd-public-brand small{display:none!important;}
.hd-public-left-column>.hd-public-header .hd-public-nav{
  flex:1 1 auto!important;
  height:54px!important;
  width:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:15px!important;
  overflow:hidden!important;
  order:initial!important;
}
.hd-public-left-column>.hd-public-header .hd-public-nav a{
  display:flex!important;
  align-items:center!important;
  height:54px!important;
  padding:0!important;
  color:#d9edf3!important;
  white-space:nowrap!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:750!important;
  border-radius:0!important;
  text-decoration:none!important;
  border-bottom:2px solid transparent!important;
}
.hd-public-left-column>.hd-public-header .hd-public-nav a:first-child{
  color:#42c9c7!important;
  border-bottom-color:#42c9c7!important;
}
.hd-public-left-column>.hd-public-header .hd-public-header-actions{
  flex:0 0 auto!important;
  width:auto!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:0!important;
}
.hd-public-left-column>.hd-public-header .hd-public-header-actions .hd-btn.secondary{display:none!important;}
.hd-public-left-column>.hd-public-header .hd-primary-action,
.hd-public-hero .hd-primary-action{
  height:30px!important;
  min-height:30px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#f38637,#ea6420)!important;
  color:#fff!important;
  font-size:10.5px!important;
  font-weight:900!important;
  box-shadow:0 6px 12px rgba(236,107,33,.26)!important;
  white-space:nowrap!important;
}
.hd-public-hero{
  grid-row:2!important;
  position:relative!important;
  display:block!important;
  height:288px!important;
  min-height:288px!important;
  max-height:288px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(90deg,#eafbfb 0%,#eefafa 42%,#fbf0e3 100%)!important;
  overflow:hidden!important;
  color:#061e32!important;
}
.hd-public-hero-copy{
  position:relative!important;
  z-index:4!important;
  width:390px!important;
  padding:72px 0 0 108px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.hd-public-hero .hd-eyebrow{display:none!important;}
.hd-public-hero h1{
  max-width:340px!important;
  max-height:104px!important;
  margin:0!important;
  color:#082b44!important;
  font-size:30px!important;
  line-height:1.14!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
  overflow:hidden!important;
}
.hd-public-subtitle{
  max-width:356px!important;
  max-height:36px!important;
  margin:8px 0 0!important;
  color:#061e32!important;
  font-size:13px!important;
  line-height:1.23!important;
  font-weight:650!important;
  overflow:hidden!important;
}
.hd-public-hero-actions{margin:18px 0 0!important;display:flex!important;gap:8px!important;}
.hd-public-hero-actions .hd-btn.secondary{display:none!important;}
.hd-public-hero-visual{
  position:absolute!important;
  inset:0 0 0 357px!important;
  height:288px!important;
  min-height:288px!important;
  max-height:288px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  z-index:1!important;
}
.hd-public-doctor-figure{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.hd-public-doctor-figure img,
.hd-public-hero-visual img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  transform:none!important;
}
.hd-public-hero-fade{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(90deg,#eafbfb 0%,rgba(234,251,251,.96) 10%,rgba(234,251,251,.70) 22%,rgba(234,251,251,.14) 45%,rgba(234,251,251,0) 65%)!important;
  pointer-events:none!important;
}
.hd-public-visual-note{display:none!important;}
.hd-public-about-strip{
  grid-row:3!important;
  display:grid!important;
  grid-template-columns:258px 243px!important;
  gap:21px!important;
  align-items:start!important;
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  padding:30px 0 20px 108px!important;
  box-sizing:border-box!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.hd-public-about-copy{min-width:0!important;overflow:hidden!important;}
.hd-public-about-copy .hd-eyebrow{display:none!important;}
.hd-public-about-copy h2{
  margin:0 0 10px!important;
  max-height:48px!important;
  color:#082335!important;
  font-size:20px!important;
  line-height:1.14!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
  overflow:hidden!important;
}
.hd-public-about-copy p:not(.hd-eyebrow){
  margin:0 0 10px!important;
  max-height:67px!important;
  color:#101820!important;
  font-size:10.7px!important;
  line-height:1.35!important;
  font-weight:600!important;
  overflow:hidden!important;
}
.hd-public-about-copy .hd-btn.small{
  min-height:24px!important;
  height:24px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#35bebc,#119391)!important;
  color:#fff!important;
  border:0!important;
  font-size:9.5px!important;
  box-shadow:0 5px 10px rgba(17,147,145,.20)!important;
}
.hd-public-clinic-card{
  width:243px!important;
  height:151px!important;
  min-height:151px!important;
  max-height:151px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 7px 18px rgba(8,35,53,.14)!important;
  overflow:hidden!important;
  position:relative!important;
}
.hd-public-clinic-card img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  transform:none!important;
}
.hd-public-clinic-team{display:none!important;}
.hd-public-services-section{
  grid-row:4!important;
  height:180px!important;
  min-height:180px!important;
  max-height:180px!important;
  margin:0!important;
  padding:10px 96px 20px 108px!important;
  box-sizing:border-box!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.hd-public-services-section .hd-public-section-head{
  max-width:520px!important;
  margin:0 auto 12px!important;
  text-align:center!important;
}
.hd-public-services-section .hd-public-section-head .hd-eyebrow,
.hd-public-services-section .hd-public-section-head p:not(.hd-eyebrow){display:none!important;}
.hd-public-services-section h2,
.hd-public-rail-card h2{
  margin:0!important;
  color:#082335!important;
  font-size:18px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
.hd-public-service-cloud{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:start!important;
  justify-content:center!important;
  height:120px!important;
  overflow:hidden!important;
}
.hd-public-service-pill{
  position:relative!important;
  height:112px!important;
  min-height:112px!important;
  max-height:112px!important;
  margin:0!important;
  padding:40px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  text-align:center!important;
  overflow:hidden!important;
}
.hd-public-service-pill:before{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:31px!important;
  height:31px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border:2px solid #139c98!important;
  border-radius:10px!important;
  color:#139c98!important;
  background:#fff!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:900!important;
  box-sizing:border-box!important;
}
.hd-public-service-pill:nth-child(1):before{content:'+'!important;border-radius:50%!important;}
.hd-public-service-pill:nth-child(2):before{content:'♡'!important;border-radius:50%!important;}
.hd-public-service-pill:nth-child(3):before{content:'□'!important;}
.hd-public-service-pill:nth-child(4):before{content:'▥'!important;}
.hd-public-service-pill b{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:0 0 5px!important;
  color:#061e32!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:950!important;
}
.hd-public-service-pill p{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:0!important;
  color:#111827!important;
  font-size:9.4px!important;
  line-height:1.18!important;
  font-weight:600!important;
}
.hd-public-team-spotlight{
  grid-row:1!important;
  height:236px!important;
  min-height:236px!important;
  max-height:236px!important;
  margin:0!important;
  padding:18px 42px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid #e0ece9!important;
  background:#fff!important;
  box-shadow:none!important;
}
.hd-public-team-spotlight>.hd-eyebrow{
  display:block!important;
  margin:0 0 13px!important;
  text-align:center!important;
  color:#082335!important;
  font-size:16px!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
.hd-public-spotlight{
  display:grid!important;
  grid-template-columns:181px minmax(0,1fr)!important;
  gap:15px!important;
  align-items:center!important;
  margin:0!important;
  overflow:hidden!important;
}
.hd-public-spotlight-photo{
  position:relative!important;
  width:181px!important;
  height:163px!important;
  min-height:163px!important;
  max-height:163px!important;
  border:0!important;
  border-radius:7px!important;
  background:#eef8f5!important;
  box-shadow:0 5px 16px rgba(8,35,53,.12)!important;
  overflow:hidden!important;
}
.hd-public-spotlight-photo img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  transform:none!important;
}
.hd-public-spotlight-copy{min-width:0!important;overflow:hidden!important;}
.hd-public-spotlight-copy b{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:#051827!important;
  font-size:15px!important;
  line-height:1.05!important;
  font-weight:950!important;
}
.hd-public-spotlight-copy small{
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:#111827!important;
  font-size:10.8px!important;
  font-weight:700!important;
}
.hd-public-spotlight-copy p{
  display:-webkit-box!important;
  -webkit-line-clamp:5!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:8px 0!important;
  color:#050c12!important;
  font-size:10.2px!important;
  line-height:1.18!important;
  font-weight:600!important;
}
.hd-public-spotlight-copy a{color:#a6651d!important;font-size:10px!important;font-weight:900!important;text-decoration:none!important;}
.hd-public-why-card{
  grid-row:2!important;
  height:135px!important;
  min-height:135px!important;
  max-height:135px!important;
  margin:0!important;
  padding:22px 42px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 184px!important;
  gap:19px!important;
  align-items:center!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#eafbfb!important;
  box-shadow:none!important;
}
.hd-public-why-card .hd-eyebrow{display:none!important;}
.hd-public-why-card h2{text-align:left!important;font-size:18px!important;line-height:1.05!important;}
.hd-public-why-card .hd-public-trust{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:4px!important;
  margin:10px 0 0!important;
  overflow:hidden!important;
}
.hd-public-trust-card{
  display:grid!important;
  grid-template-columns:14px minmax(0,1fr)!important;
  gap:0!important;
  align-items:start!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.hd-public-trust-card:before{content:'✓'!important;color:#087a78!important;font-size:11px!important;font-weight:950!important;line-height:1.1!important;}
.hd-public-trust-card b{display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#061e32!important;font-size:10.5px!important;line-height:1.15!important;font-weight:750!important;}
.hd-public-trust-card span{display:none!important;}
.hd-public-why-card blockquote{
  min-width:0!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 62px!important;
  gap:10px!important;
  align-items:center!important;
  overflow:hidden!important;
  color:#061e32!important;
  font-size:10.2px!important;
  line-height:1.16!important;
  font-style:italic!important;
  font-weight:850!important;
}
.hd-public-why-card blockquote img{grid-column:2!important;grid-row:1 / span 2!important;width:62px!important;height:62px!important;min-width:62px!important;border-radius:50%!important;object-fit:cover!important;object-position:center!important;display:block!important;}
.hd-public-why-card blockquote span{grid-column:1!important;grid-row:1!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.hd-public-why-card blockquote b{grid-column:1!important;grid-row:2!important;margin:0!important;color:#061e32!important;font-size:9.7px!important;font-style:normal!important;}
.hd-public-why-card .hd-public-card-grid{display:none!important;}
.hd-public-contact-card{
  grid-row:3!important;
  height:228px!important;
  min-height:228px!important;
  max-height:228px!important;
  margin:0!important;
  padding:24px 42px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid #e0ece9!important;
  background:#fff!important;
  box-shadow:none!important;
}
.hd-public-contact-card .hd-eyebrow,
.hd-public-contact-list{display:none!important;}
.hd-public-contact-card h2{
  margin:0 0 14px!important;
  text-align:center!important;
  color:#082335!important;
  font-size:17px!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
.hd-public-contact-grid{
  display:grid!important;
  grid-template-columns:207px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:start!important;
  overflow:hidden!important;
}
.hd-public-map-card{
  position:relative!important;
  display:block!important;
  width:207px!important;
  height:152px!important;
  min-height:152px!important;
  max-height:152px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:4px!important;
  background:#edf3ef!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.hd-public-map-card:before,.hd-public-map-card:after{display:none!important;}
.hd-public-map-card img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;display:block!important;transform:none!important;}
.hd-public-map-card span{position:absolute!important;left:8px!important;top:8px!important;max-width:88px!important;border:0!important;border-radius:2px!important;background:#fff!important;color:#061e32!important;font-size:8.3px!important;line-height:1.15!important;font-weight:750!important;padding:5px!important;text-align:left!important;}
.hd-public-mini-form{
  margin:0!important;
  width:100%!important;
  height:152px!important;
  min-height:152px!important;
  max-height:152px!important;
  border:3px solid #06243e!important;
  border-radius:7px!important;
  background:#052b47!important;
  padding:10px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  overflow:hidden!important;
  box-shadow:0 6px 14px rgba(5,43,71,.22)!important;
}
.hd-public-mini-form .hd-field{display:block!important;margin:0!important;padding:0!important;}
.hd-public-mini-form .hd-field>span{display:none!important;}
.hd-public-mini-form .hd-field input,
.hd-public-mini-form .hd-field textarea{
  width:100%!important;
  height:23px!important;
  min-height:23px!important;
  max-height:23px!important;
  margin:0!important;
  border:0!important;
  border-radius:3px!important;
  background:#fff!important;
  padding:5px 7px!important;
  box-sizing:border-box!important;
  color:#061e32!important;
  font-size:10px!important;
  line-height:1!important;
  box-shadow:none!important;
}
.hd-public-mini-form .hd-field textarea{height:57px!important;min-height:57px!important;max-height:57px!important;resize:none!important;line-height:1.15!important;}
.hd-public-mini-form .hd-btn{height:24px!important;min-height:24px!important;border:0!important;border-radius:13px!important;background:linear-gradient(180deg,#42c9c7,#149a98)!important;color:#fff!important;font-size:10px!important;text-transform:none!important;box-shadow:none!important;}
.hd-public-mini-form input::placeholder,.hd-public-mini-form textarea::placeholder{color:#667!important;opacity:1!important;}
.hd-public-rail-footer{
  grid-row:4!important;
  height:113px!important;
  min-height:113px!important;
  max-height:113px!important;
  margin:0!important;
  padding:28px 42px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:1.1fr .9fr .9fr .9fr!important;
  gap:18px!important;
  align-items:start!important;
  overflow:hidden!important;
  border:0!important;
  border-top:4px solid var(--ref-teal)!important;
  background:#052b47!important;
  color:#d9f7f7!important;
}
.hd-public-rail-footer b{display:block!important;margin:0 0 6px!important;color:#fff!important;font-size:11px!important;line-height:1.1!important;}
.hd-public-rail-footer a,.hd-public-rail-footer span{display:block!important;color:#d9f7f7!important;font-size:9.2px!important;line-height:1.42!important;text-decoration:none!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.hd-public-rail-footer-brand{display:flex!important;align-items:center!important;gap:8px!important;overflow:hidden!important;}
.hd-public-rail-footer-brand b{width:78px!important;margin:0!important;font-size:12px!important;line-height:1!important;}
.hd-public-rail-footer-brand .hd-public-logo{width:28px!important;height:28px!important;min-width:28px!important;flex-basis:28px!important;border-radius:8px!important;box-shadow:none!important;}
.hd-public-left-column>#departments,
.hd-public-left-column [data-public-section='departments'],
.hd-public-layout + .hd-public-section,
.hd-public-layout ~ .hd-public-section,
.hd-public-footer,
.hd-public-team-spotlight .hd-section-space,
.hd-public-doctor-grid.compact,
.hd-public-site .hd-empty-state{display:none!important;}
@media(max-width:1407px){
  .hd-public-page{overflow-x:auto!important;}
  .hd-public-site{margin:0!important;}
}
@media(max-width:760px){
  .hd-public-page{overflow-x:hidden!important;background:#fff!important;}
  .hd-public-site{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;box-shadow:none!important;}
  .hd-public-site main{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}
  .hd-public-layout{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}
  .hd-public-left-column,.hd-public-right-rail{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;border-right:0!important;overflow:visible!important;}
  .hd-public-left-column>.hd-public-header{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px 14px!important;flex-wrap:wrap!important;}
  .hd-public-left-column>.hd-public-header .hd-public-brand{flex:1 1 auto!important;min-width:180px!important;}
  .hd-public-left-column>.hd-public-header .hd-public-nav{width:100%!important;height:auto!important;min-height:32px!important;overflow:auto!important;gap:12px!important;order:3!important;}
  .hd-public-left-column>.hd-public-header .hd-public-nav a{height:32px!important;}
  .hd-public-hero{height:auto!important;min-height:520px!important;max-height:none!important;}
  .hd-public-hero-copy{width:auto!important;padding:28px 18px!important;}
  .hd-public-hero h1{font-size:34px!important;max-height:none!important;}
  .hd-public-subtitle{max-height:none!important;}
  .hd-public-hero-visual{position:relative!important;inset:auto!important;height:310px!important;min-height:310px!important;max-height:310px!important;margin-top:12px!important;}
  .hd-public-about-strip{height:auto!important;min-height:0!important;max-height:none!important;grid-template-columns:1fr!important;padding:24px 18px!important;}
  .hd-public-clinic-card{width:100%!important;max-width:360px!important;}
  .hd-public-services-section{height:auto!important;min-height:0!important;max-height:none!important;padding:24px 18px!important;}
  .hd-public-service-cloud{height:auto!important;grid-template-columns:1fr 1fr!important;}
  .hd-public-team-spotlight,.hd-public-why-card,.hd-public-contact-card,.hd-public-rail-footer{height:auto!important;min-height:0!important;max-height:none!important;padding:24px 18px!important;}
  .hd-public-spotlight,.hd-public-why-card,.hd-public-contact-grid{grid-template-columns:1fr!important;}
  .hd-public-map-card{width:100%!important;}
  .hd-public-mini-form{height:auto!important;min-height:0!important;max-height:none!important;}
  .hd-public-rail-footer{grid-template-columns:1fr!important;}
}

/* i151: Aditi Clinic public website from uploaded logo, doctor and clinic-front references. Uses real CMS-bound images in semantic sections; no screenshot/background-page composition. */
.hd-real-clinic-public{background:linear-gradient(135deg,#f9f6ee 0%,#eef6fb 48%,#f6efe4 100%);color:#142334;font-family:Inter,Arial,sans-serif;overflow-x:hidden;}
.hd-real-clinic-public .hd-real-public-site{width:100%;min-height:100vh;background:transparent;}
.hd-real-clinic-public .hd-clinic-shell{width:min(100%,1440px);margin:0 auto;background:#fff;display:grid;grid-template-columns:minmax(0,1.35fr) 12px minmax(360px,.72fr);align-items:stretch;box-shadow:0 24px 70px rgba(9,31,80,.14);}
.hd-real-clinic-public .hd-clinic-main-panel,.hd-real-clinic-public .hd-clinic-info-panel{min-width:0;overflow:hidden;background:#fff;}
.hd-real-clinic-public .hd-clinic-main-panel{display:grid;grid-template-rows:auto auto auto auto;}
.hd-real-clinic-public .hd-clinic-info-panel{display:grid;grid-template-rows:auto auto auto auto;}
.hd-real-clinic-public .hd-clinic-teal-divider{background:linear-gradient(180deg,#172777 0%,#1c3aa4 45%,#d8b86a 100%);box-shadow:inset 3px 0 rgba(255,255,255,.22),inset -3px 0 rgba(15,24,74,.22);}
.hd-real-clinic-public .hd-public-anchor{position:relative;top:-94px;display:block;width:1px;height:1px;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-header{display:grid;grid-template-columns:minmax(250px,320px) 1fr auto;align-items:center;gap:18px;background:linear-gradient(90deg,#071c5b,#132e88 58%,#06174d);padding:20px 38px;border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:3;}
.hd-real-clinic-public .hd-clinic-brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff;min-width:0;}
.hd-real-clinic-public .hd-clinic-logo-mark,.hd-real-clinic-public .hd-clinic-mini-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:58px;height:58px;border-radius:18px;background:#3b221e center/cover no-repeat;color:#f6df9a;font-weight:950;font-size:16px;box-shadow:0 10px 26px rgba(216,184,106,.28);position:relative;overflow:hidden;border:2px solid rgba(216,184,106,.78);}
.hd-real-clinic-public [data-logo-image="true"]{color:transparent;text-shadow:none;background-size:cover;background-position:center;background-repeat:no-repeat;}
.hd-real-clinic-public .hd-clinic-mini-logo{width:34px;height:34px;border-radius:11px;font-size:11px;}

.hd-real-clinic-public .hd-clinic-brand-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0;}
.hd-real-clinic-public .hd-clinic-brand-copy b{font-size:27px;letter-spacing:.01em;font-weight:950;white-space:nowrap;color:#fff;}
.hd-real-clinic-public .hd-clinic-brand-copy small{font-size:12px;color:#f4d68c;margin-top:5px;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;}
.hd-real-clinic-public .hd-clinic-nav{display:flex;align-items:center;justify-content:center;gap:22px;min-width:0;white-space:nowrap;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-nav a{color:#eef4ff;text-decoration:none;font-weight:800;font-size:13px;padding:8px 0;border-bottom:2px solid transparent;}
.hd-real-clinic-public .hd-clinic-nav a:first-child{color:#f4d68c;border-color:#f4d68c;}
.hd-real-clinic-public .hd-clinic-book-btn,.hd-real-clinic-public .hd-clinic-primary-cta,.hd-real-clinic-public .hd-clinic-submit-btn{border:0;border-radius:999px;background:linear-gradient(180deg,#e3bf70,#b27b26);color:#0d1d57;text-decoration:none;font-size:13px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;box-shadow:0 12px 24px rgba(178,123,38,.24);white-space:nowrap;}
.hd-real-clinic-public .hd-clinic-secondary-cta,.hd-real-clinic-public .hd-clinic-small-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;background:#132e88;color:#fff;font-weight:950;padding:11px 22px;box-shadow:0 8px 18px rgba(19,46,136,.18);font-size:13px;}
.hd-real-clinic-public .hd-clinic-hero{display:grid;grid-template-columns:minmax(0,.98fr) minmax(330px,.92fr);background:radial-gradient(circle at 68% 28%,rgba(227,191,112,.24),transparent 34%),linear-gradient(120deg,#fffaf0 0%,#f8fbff 48%,#eaf0ff 100%);overflow:hidden;position:relative;min-height:430px;}
.hd-real-clinic-public .hd-clinic-hero::after{content:'';position:absolute;right:-160px;top:-170px;width:430px;height:430px;border-radius:50%;background:rgba(19,46,136,.08);}
.hd-real-clinic-public .hd-clinic-hero-copy{padding:68px 34px 54px 64px;position:relative;z-index:2;align-self:center;}
.hd-real-clinic-public .hd-clinic-eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.13em;color:#13318c;font-weight:950;font-size:11px;line-height:1.15;}
.hd-real-clinic-public .hd-clinic-hero h1{margin:0;color:#0b1d55;font-size:43px;line-height:1.06;font-weight:950;max-width:620px;letter-spacing:-.035em;}
.hd-real-clinic-public .hd-clinic-hero p[data-public-subtitle]{margin:18px 0 26px;color:#27384b;font-size:16px;line-height:1.55;max-width:640px;font-weight:650;}
.hd-real-clinic-public .hd-clinic-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.hd-real-clinic-public .hd-clinic-hero-photo{margin:44px 54px 44px 16px;height:360px;position:relative;overflow:hidden;border-radius:28px;background:#132e88;box-shadow:0 24px 48px rgba(8,31,86,.22);border:8px solid #fff;z-index:2;}
.hd-real-clinic-public .hd-clinic-hero-photo::before{content:'Dr. (Maj) Haricharan T.K · M.B.B.S, MS (OBG)';position:absolute;left:18px;right:18px;bottom:18px;z-index:2;padding:11px 13px;border-radius:14px;background:rgba(7,28,91,.88);color:#fff;font-size:12px;font-weight:900;letter-spacing:.01em;backdrop-filter:blur(6px);}
.hd-real-clinic-public .hd-clinic-hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;}
.hd-real-clinic-public .hd-clinic-about{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,360px);gap:32px;align-items:center;padding:54px 64px;background:#fff;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-about-text{min-width:0;}
.hd-real-clinic-public .hd-clinic-about h2{margin:0 0 12px;color:#0b1d55;font-size:28px;line-height:1.12;font-weight:950;}
.hd-real-clinic-public .hd-clinic-about p[data-public-about-body]{margin:0 0 18px;color:#334155;font-size:14px;line-height:1.62;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-about-photo{margin:0;border-radius:24px;overflow:hidden;height:230px;position:relative;box-shadow:0 18px 42px rgba(9,31,80,.16);background:#eef2ff;border:1px solid rgba(19,46,136,.12);}
.hd-real-clinic-public .hd-clinic-about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 33%;display:block;}
.hd-real-clinic-public .hd-clinic-about-photo figcaption{position:absolute;left:14px;top:14px;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#0b1d55;font-size:11px;font-weight:950;backdrop-filter:blur(6px);box-shadow:0 8px 20px rgba(9,31,80,.12);}
.hd-real-clinic-public .hd-clinic-services{padding:16px 64px 54px;background:#fff;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-section-title{text-align:center;margin:0 auto 24px;}
.hd-real-clinic-public .hd-clinic-section-title h2{margin:0;color:#0b1d55;text-transform:uppercase;font-size:24px;line-height:1.1;font-weight:950;letter-spacing:.02em;}
.hd-real-clinic-public .hd-clinic-section-title p:not(.hd-clinic-eyebrow){margin:9px auto 0;color:#4b5d72;font-size:13px;max-width:640px;line-height:1.5;}
.hd-real-clinic-public .hd-clinic-service-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch;}
.hd-real-clinic-public .hd-public-service-pill{background:#fff;border:1px solid rgba(19,46,136,.12);box-shadow:0 12px 32px rgba(9,31,80,.08);text-align:left;padding:22px 18px;border-radius:22px;min-width:0;color:#142334;position:relative;overflow:hidden;}
.hd-real-clinic-public .hd-public-service-pill::before{content:'';width:46px;height:46px;margin:0 0 13px;display:block;border:3px solid #d8b86a;border-radius:16px;background:linear-gradient(180deg,rgba(216,184,106,.17),rgba(255,255,255,.7));box-shadow:inset 0 0 0 8px #fff;}
.hd-real-clinic-public .hd-public-service-pill:nth-child(1)::before{border-radius:50% 50% 44% 44%;}
.hd-real-clinic-public .hd-public-service-pill:nth-child(2)::before{clip-path:polygon(50% 0,68% 30%,100% 36%,76% 61%,82% 94%,50% 78%,18% 94%,24% 61%,0 36%,32% 30%);border-radius:0;}
.hd-real-clinic-public .hd-public-service-pill:nth-child(3)::before{border-radius:8px;border-width:4px;}
.hd-real-clinic-public .hd-public-service-pill:nth-child(4)::before{border-radius:4px;background:repeating-linear-gradient(90deg,#fff 0 8px,rgba(216,184,106,.2) 8px 12px);}
.hd-real-clinic-public .hd-public-service-pill b{display:block;margin:0 0 8px;font-size:14px;line-height:1.2;font-weight:950;color:#0b1d55;}
.hd-real-clinic-public .hd-public-service-pill p{margin:0;color:#334155;font-size:12px;line-height:1.45;}
.hd-real-clinic-public .hd-clinic-team{padding:42px 36px 30px;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);overflow:hidden;border-bottom:1px solid rgba(19,46,136,.09);}
.hd-real-clinic-public .hd-clinic-team>.hd-clinic-eyebrow{text-align:left;color:#0b1d55;font-size:18px;letter-spacing:.02em;margin-bottom:18px;}
.hd-real-clinic-public .hd-public-spotlight{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;align-items:center;}
.hd-real-clinic-public .hd-public-spotlight-photo{height:190px;border-radius:24px;overflow:hidden;background:#e8efff;box-shadow:0 16px 34px rgba(9,31,80,.15);border:1px solid rgba(19,46,136,.12);}
.hd-real-clinic-public .hd-public-spotlight-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;}
.hd-real-clinic-public .hd-public-spotlight-copy b{display:block;color:#0b1d55;font-size:21px;line-height:1.12;font-weight:950;margin-bottom:5px;}
.hd-real-clinic-public .hd-public-spotlight-copy small{display:block;color:#9b6c20;font-size:12px;font-weight:950;margin-bottom:10px;line-height:1.3;}
.hd-real-clinic-public .hd-public-spotlight-copy p{margin:0;color:#334155;font-size:13px;line-height:1.48;}
.hd-real-clinic-public .hd-public-spotlight-copy a{display:inline-flex;margin-top:12px;color:#132e88;font-weight:950;font-size:12px;text-decoration:none;border-bottom:2px solid rgba(19,46,136,.28);}
.hd-real-clinic-public .hd-clinic-why{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;background:linear-gradient(135deg,#071c5b,#163493);padding:32px 36px;color:#fff;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-why .hd-clinic-eyebrow{color:#f2d28c;}
.hd-real-clinic-public .hd-clinic-why h2{margin:0 0 13px;color:#fff;font-size:22px;line-height:1.1;text-transform:uppercase;font-weight:950;}
.hd-real-clinic-public .hd-clinic-trust-list{display:grid;gap:9px;}
.hd-real-clinic-public .hd-public-trust-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:none;padding:11px 12px;border-radius:15px;display:flex;align-items:flex-start;gap:8px;color:#fff;min-width:0;}
.hd-real-clinic-public .hd-public-trust-card::before{content:'✓';color:#f2d28c;font-weight:950;font-size:13px;margin-top:1px;}
.hd-real-clinic-public .hd-public-trust-card b{font-size:12px;line-height:1.25;font-weight:900;display:block;}
.hd-real-clinic-public .hd-public-trust-card span{display:none;}
.hd-real-clinic-public .hd-clinic-testimonial{margin:0;position:relative;padding:18px 78px 18px 18px;color:#10233a;background:#fff;border-radius:20px;font-style:italic;font-weight:800;font-size:12px;line-height:1.35;box-shadow:0 16px 32px rgba(0,0,0,.14);}
.hd-real-clinic-public .hd-clinic-testimonial p{margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-testimonial b{display:block;font-style:normal;font-size:11px;color:#9b6c20;}
.hd-real-clinic-public .hd-clinic-testimonial img{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:16px;object-fit:cover;box-shadow:0 7px 17px rgba(10,49,71,.16);border:2px solid #f2d28c;}
.hd-real-clinic-public .hd-clinic-contact{padding:34px 36px;background:#fff;overflow:hidden;position:relative;}
.hd-real-clinic-public .hd-clinic-contact>.hd-clinic-eyebrow{display:block;text-align:left;}
.hd-real-clinic-public .hd-clinic-contact h2{text-align:left;margin:0 0 18px;color:#0b1d55;font-size:22px;font-weight:950;line-height:1.16;}
.hd-real-clinic-public .hd-clinic-contact-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:stretch;}
.hd-real-clinic-public .hd-clinic-map{margin:0;height:150px;border-radius:18px;overflow:hidden;background:#eef2ff;border:1px solid rgba(19,46,136,.14);position:relative;box-shadow:0 12px 28px rgba(9,31,80,.09);}
.hd-real-clinic-public .hd-clinic-map img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
.hd-real-clinic-public .hd-clinic-map figcaption{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.93);border-radius:12px;padding:8px 10px;color:#0b1d55;font-size:10px;line-height:1.25;font-weight:950;box-shadow:0 6px 18px rgba(15,52,68,.14);max-width:170px;}
.hd-real-clinic-public .hd-clinic-mini-form{background:#071c5b;border-radius:22px;border:1px solid rgba(242,210,140,.25);padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 16px 34px rgba(7,28,91,.2);}
.hd-real-clinic-public .hd-clinic-mini-form label{display:block;margin:0;min-width:0;}
.hd-real-clinic-public .hd-clinic-mini-form label span{display:block;color:#f2d28c;font-size:10px;font-weight:900;margin:0 0 5px;text-transform:uppercase;letter-spacing:.08em;}
.hd-real-clinic-public .hd-clinic-mini-form label:nth-of-type(4){grid-column:1/-1;}
.hd-real-clinic-public .hd-clinic-mini-form input,.hd-real-clinic-public .hd-clinic-mini-form textarea{width:100%;border:0;border-radius:12px;background:#fff;color:#10293a;font-size:12px;padding:10px 11px;min-height:38px;box-shadow:inset 0 0 0 1px rgba(5,35,56,.12);}
.hd-real-clinic-public .hd-clinic-mini-form textarea{min-height:70px;resize:vertical;}
.hd-real-clinic-public .hd-clinic-submit-btn{grid-column:1/-1;width:100%;min-height:42px;border-radius:999px;background:linear-gradient(180deg,#e3bf70,#b27b26);box-shadow:none;font-size:12px;padding:0 14px;color:#071c5b;}
.hd-real-clinic-public .hd-clinic-contact-list{display:grid;grid-template-columns:1fr;gap:9px;margin-top:16px;}
.hd-real-clinic-public .hd-clinic-contact-list a,.hd-real-clinic-public .hd-clinic-contact-list div{display:block;text-decoration:none;background:#f8fafc;border:1px solid rgba(19,46,136,.1);border-radius:14px;padding:10px 12px;color:#10233a;}
.hd-real-clinic-public .hd-clinic-contact-list b{display:block;color:#0b1d55;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;}
.hd-real-clinic-public .hd-clinic-contact-list span{display:block;color:#334155;font-size:12px;line-height:1.35;}
.hd-real-clinic-public .hd-clinic-rail-footer{background:linear-gradient(90deg,#071c5b,#132e88);display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px 36px;color:#e9fbfb;overflow:hidden;}
.hd-real-clinic-public .hd-clinic-rail-footer a,.hd-real-clinic-public .hd-clinic-rail-footer span{display:block;color:#dfe8ff;text-decoration:none;font-size:11px;line-height:1.55;}
.hd-real-clinic-public .hd-clinic-rail-footer b{display:block;color:#fff;font-size:12px;line-height:1.25;margin-bottom:6px;font-weight:950;}
.hd-real-clinic-public .hd-clinic-footer-brand{display:flex;align-items:center;gap:9px;}
.hd-real-clinic-public .hd-clinic-footer-brand b{font-size:15px;margin:0;max-width:160px;}
.hd-real-clinic-public .hd-public-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}
.hd-real-clinic-public .hd-public-card{background:#fff;border:1px solid rgba(19,46,136,.12);border-radius:20px;padding:18px;box-shadow:0 12px 30px rgba(9,31,80,.08);overflow:hidden;}
.hd-real-clinic-public .hd-public-card-media{height:140px;margin:-18px -18px 14px;overflow:hidden;background:#eef2ff;}
.hd-real-clinic-public .hd-public-card-media img{width:100%;height:100%;display:block;object-fit:cover;}
.hd-real-clinic-public .hd-public-card b{display:block;color:#0b1d55;font-size:15px;line-height:1.25;font-weight:950;margin-bottom:5px;}
.hd-real-clinic-public .hd-public-card span{display:block;color:#9b6c20;font-size:12px;font-weight:900;margin-bottom:8px;}
.hd-real-clinic-public .hd-public-card p{margin:0;color:#334155;font-size:13px;line-height:1.5;}
.hd-real-clinic-public .hd-public-below-fold{width:min(1180px,calc(100% - 48px));margin:26px auto;background:#fff;border-radius:28px;padding:34px;box-shadow:0 16px 42px rgba(9,31,80,.08);}
.hd-real-clinic-public .hd-public-section-head{text-align:center;max-width:760px;margin:0 auto 22px;}
.hd-real-clinic-public .hd-public-section-head h2{margin:0;color:#0b1d55;font-size:28px;line-height:1.12;font-weight:950;}
.hd-real-clinic-public .hd-public-section-head p:not(.hd-eyebrow){margin:9px auto 0;color:#4b5d72;font-size:14px;line-height:1.5;}
.hd-real-clinic-public .hd-public-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}
.hd-real-clinic-public .hd-public-notice-list{display:grid;gap:14px;}
.hd-real-clinic-public .hd-section-space{margin-top:18px;}
.hd-real-clinic-public [data-public-blocks-services]:empty,.hd-real-clinic-public [data-public-blocks-doctors]:empty,.hd-real-clinic-public [data-public-blocks-care-access]:empty{display:none;}
.hd-real-clinic-public .hd-empty-state{border:1px dashed rgba(19,46,136,.2);background:#f8fafc;border-radius:16px;padding:16px;color:#475569;}
@media (max-width:1180px){
  .hd-real-clinic-public .hd-clinic-shell{grid-template-columns:1fr;box-shadow:none;}
  .hd-real-clinic-public .hd-clinic-teal-divider{height:10px;}
  .hd-real-clinic-public .hd-clinic-info-panel{display:block;}
  .hd-real-clinic-public .hd-clinic-header{grid-template-columns:1fr;gap:14px;text-align:center;padding:22px 24px;}
  .hd-real-clinic-public .hd-clinic-brand{justify-content:center;}
  .hd-real-clinic-public .hd-clinic-nav{flex-wrap:wrap;gap:14px;overflow:visible;}
  .hd-real-clinic-public .hd-clinic-book-btn{justify-self:center;}
  .hd-real-clinic-public .hd-clinic-hero{grid-template-columns:1fr;}
  .hd-real-clinic-public .hd-clinic-hero-copy{padding:46px 24px 20px;text-align:center;}
  .hd-real-clinic-public .hd-clinic-hero h1,.hd-real-clinic-public .hd-clinic-hero p[data-public-subtitle]{margin-left:auto;margin-right:auto;}
  .hd-real-clinic-public .hd-clinic-hero-actions{justify-content:center;}
  .hd-real-clinic-public .hd-clinic-hero-photo{margin:18px auto 44px;width:min(86vw,430px);}
  .hd-real-clinic-public .hd-clinic-about{grid-template-columns:1fr;padding:36px 24px;}
  .hd-real-clinic-public .hd-clinic-about-photo{height:270px;}
  .hd-real-clinic-public .hd-clinic-services{padding:30px 24px;}
  .hd-real-clinic-public .hd-clinic-service-row{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hd-real-clinic-public .hd-clinic-team,.hd-real-clinic-public .hd-clinic-why,.hd-real-clinic-public .hd-clinic-contact,.hd-real-clinic-public .hd-clinic-rail-footer{padding-left:24px;padding-right:24px;}
  .hd-real-clinic-public .hd-clinic-rail-footer{grid-template-columns:1fr 1fr;}
  .hd-real-clinic-public .hd-public-below-fold{width:calc(100% - 32px);padding:24px;margin:18px auto;}
}
@media (max-width:680px){
  .hd-real-clinic-public .hd-clinic-brand-copy b{font-size:23px;}
  .hd-real-clinic-public .hd-clinic-brand-copy small{max-width:230px;}
  .hd-real-clinic-public .hd-clinic-nav{overflow:auto;justify-content:flex-start;width:100%;padding-bottom:4px;}
  .hd-real-clinic-public .hd-clinic-hero h1{font-size:32px;}
  .hd-real-clinic-public .hd-clinic-hero-photo{height:320px;width:calc(100% - 36px);}
  .hd-real-clinic-public .hd-clinic-service-row{grid-template-columns:1fr;}
  .hd-real-clinic-public .hd-public-spotlight{grid-template-columns:1fr;}
  .hd-real-clinic-public .hd-public-spotlight-photo{height:300px;max-width:250px;}
  .hd-real-clinic-public .hd-clinic-mini-form{grid-template-columns:1fr;}
  .hd-real-clinic-public .hd-clinic-mini-form label:nth-of-type(4),.hd-real-clinic-public .hd-clinic-submit-btn{grid-column:auto;}
  .hd-real-clinic-public .hd-clinic-rail-footer{grid-template-columns:1fr;}
  .hd-real-clinic-public .hd-public-section-head h2{font-size:24px;}
}

/* i160: internal app UX reset — compact left panel, real-data empty states, mobile shell. */
body.hd-app-v160{
  background:linear-gradient(135deg,#f4fbf8 0%,#eef6f4 46%,#f7f3ea 100%)!important;
  color:#12251f!important;
}
body.hd-app-v160 .hd-app{
  max-width:none!important;
  width:100%!important;
  min-height:100vh!important;
  grid-template-columns:248px minmax(0,1fr)!important;
  gap:0!important;
  padding:14px!important;
}
body.hd-app-v160 .hd-side{
  border-radius:24px!important;
  min-height:calc(100vh - 28px)!important;
  max-height:calc(100vh - 28px)!important;
  padding:14px 12px!important;
  overflow:hidden!important;
  position:sticky!important;
  top:14px!important;
  border:1px solid rgba(9,60,48,.12)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fcfa 100%)!important;
}
body.hd-app-v160 .hd-main{
  border-radius:26px!important;
  border:1px solid rgba(9,60,48,.12)!important;
  margin-left:14px!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.hd-app-v160 .hd-brand{
  min-height:54px!important;
  padding:8px 8px 13px!important;
  border-bottom:1px solid #edf4f1!important;
  margin-bottom:10px!important;
}
body.hd-app-v160 .hd-mark{width:38px!important;height:38px!important;border-radius:14px!important;box-shadow:0 12px 24px rgba(15,159,122,.18)!important;}
body.hd-app-v160 .hd-brand span:not(.hd-mark){font-size:16px!important;line-height:1.05!important;min-width:0!important;}
body.hd-app-v160 .hd-brand small{font-size:10px!important;color:#70817b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:160px!important;}
body.hd-app-v160 .hd-nav{
  display:block!important;
  overflow:auto!important;
  padding:0 2px 8px!important;
  scrollbar-width:thin!important;
  flex:1 1 auto!important;
}
body.hd-app-v160 .hd-nav-tools{position:sticky!important;top:0!important;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 100%)!important;z-index:4!important;padding:3px 0 9px!important;}
body.hd-app-v160 .hd-nav-tools input{width:100%!important;height:36px!important;border-radius:13px!important;border:1px solid #dce9e5!important;background:#f8fbfa!important;padding:0 12px!important;font-size:12px!important;font-weight:750!important;color:#14251f!important;outline:0!important;}
body.hd-app-v160 .hd-nav-tools input:focus{border-color:#8cd7c4!important;background:#fff!important;box-shadow:0 0 0 4px rgba(15,159,122,.09)!important;}
body.hd-app-v160 .hd-nav-label{font-size:10px!important;color:#73847f!important;margin:13px 8px 7px!important;letter-spacing:.09em!important;}
body.hd-app-v160 .hd-nav-sub-label{display:none!important;}
body.hd-app-v160 .hd-nav-pins{display:grid!important;gap:5px!important;margin-bottom:8px!important;}
body.hd-app-v160 .hd-nav a{
  min-height:38px!important;
  border-radius:13px!important;
  padding:0 10px!important;
  font-size:12.5px!important;
  color:#263c36!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
body.hd-app-v160 .hd-nav a::before{width:26px!important;height:26px!important;border-radius:10px!important;background:#f0f6f4!important;color:#577069!important;flex:0 0 auto!important;font-size:10px!important;}
body.hd-app-v160 .hd-nav a:hover{background:#effaf6!important;color:#06483d!important;}
body.hd-app-v160 .hd-nav a.active{background:linear-gradient(135deg,#0f9f7a,#20bf8c)!important;color:#fff!important;box-shadow:0 10px 22px rgba(15,159,122,.24)!important;}
body.hd-app-v160 .hd-nav a.active::before{background:rgba(255,255,255,.22)!important;color:#fff!important;}
body.hd-app-v160 .hd-nav-group{border:1px solid #edf4f1!important;border-radius:15px!important;background:#fbfefd!important;margin:7px 0!important;overflow:hidden!important;}
body.hd-app-v160 .hd-nav-group[open]{background:#fff!important;box-shadow:0 8px 18px rgba(18,55,47,.04)!important;}
body.hd-app-v160 .hd-nav-group summary{height:38px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:0 11px!important;cursor:pointer!important;font-size:12px!important;font-weight:950!important;color:#12312a!important;list-style:none!important;}
body.hd-app-v160 .hd-nav-group summary::-webkit-details-marker{display:none!important;}
body.hd-app-v160 .hd-nav-group summary::after{content:'›'!important;font-size:18px!important;color:#88a099!important;transform:rotate(90deg)!important;transition:.16s ease!important;}
body.hd-app-v160 .hd-nav-group:not([open]) summary::after{transform:rotate(0deg)!important;}
body.hd-app-v160 .hd-nav-group summary span{margin-left:auto!important;background:#edf6f2!important;color:#587068!important;border-radius:999px!important;font-size:10px!important;line-height:1!important;padding:5px 7px!important;}
body.hd-app-v160 .hd-nav-group-list{display:grid!important;gap:3px!important;padding:0 5px 7px!important;}
body.hd-app-v160 .hd-nav-footer{display:block!important;border:1px solid #edf4f1!important;background:#fbfefd!important;margin-top:6px!important;text-align:center!important;}
body.hd-app-v160 .hd-top{min-height:68px!important;padding:12px 18px!important;background:rgba(255,255,255,.96)!important;position:sticky!important;top:0!important;z-index:10!important;}
body.hd-app-v160 .hd-search input{height:40px!important;border-radius:14px!important;}
body.hd-app-v160 .hd-content{padding:24px!important;}
body.hd-app-v160 .hd-title{align-items:center!important;margin-bottom:16px!important;border-bottom:1px solid #edf4f1!important;padding-bottom:16px!important;}
body.hd-app-v160 .hd-eyebrow{color:#08755c!important;font-size:11px!important;letter-spacing:.08em!important;}
body.hd-app-v160 .hd-title h1{font-size:31px!important;letter-spacing:-.055em!important;color:#0b251f!important;}
body.hd-app-v160 .hd-title p{font-size:13.5px!important;color:#53665f!important;}
body.hd-app-v160 .hd-card,body.hd-app-v160 .hd-stat,body.hd-app-v160 .hd-flow-step{border-color:#e0ece8!important;box-shadow:0 14px 32px rgba(18,55,47,.06)!important;}
body.hd-app-v160 .hd-coach{grid-template-columns:minmax(140px,.55fr) minmax(170px,.65fr) minmax(0,1.2fr)!important;background:linear-gradient(135deg,#fff,#f2fbf8)!important;}
body.hd-app-v160 .hd-table-wrap{border:1px solid #e0ece8!important;border-radius:16px!important;overflow:auto!important;}
body.hd-app-v160 .hd-table{min-width:760px!important;}
body.hd-app-v160 .hd-table td,body.hd-app-v160 .hd-table th{padding:11px 12px!important;}
.hd-sidebar-toggle{display:none;border:1px solid #dce9e5;background:#fff;border-radius:12px;width:42px;height:40px;align-items:center;justify-content:center;gap:4px;flex-direction:column;box-shadow:0 8px 18px rgba(18,55,47,.06);}
.hd-sidebar-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#0f513f;}
.hd-mobile-backdrop{position:fixed;inset:0;background:rgba(12,35,30,.32);z-index:98;border:0;}
body.hd-app-v160 .hd-empty-state, body.hd-app-v160 .hd-empty{color:#6b7d78!important;background:#fbfefd!important;border-radius:12px!important;}
body.hd-app-v160 .hd-api-error{border:1px solid #fed7aa!important;background:#fff7ed!important;color:#9a3412!important;border-radius:13px!important;padding:10px!important;}
@media(max-width:1180px){
  body.hd-app-v160 .hd-app{grid-template-columns:220px minmax(0,1fr)!important;padding:10px!important;}
  body.hd-app-v160 .hd-main{margin-left:10px!important;}
  body.hd-app-v160 .hd-grid.two,body.hd-app-v160 .hd-grid.two-even{grid-template-columns:1fr!important;}
  body.hd-app-v160 .hd-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:1040px){
  .hd-sidebar-toggle{display:inline-flex!important;}
  body.hd-app-v160 .hd-app{display:block!important;padding:0!important;}
  body.hd-app-v160 .hd-side{position:fixed!important;z-index:99!important;left:12px!important;top:12px!important;bottom:12px!important;width:min(86vw,310px)!important;max-height:none!important;min-height:0!important;transform:translateX(calc(-100% - 24px))!important;transition:transform .2s ease!important;border-radius:22px!important;}
  body.hd-app-v160.hd-sidebar-open .hd-side{transform:translateX(0)!important;}
  body.hd-app-v160 .hd-main{margin:0!important;min-height:100vh!important;border-radius:0!important;border:0!important;}
  body.hd-app-v160 .hd-top{gap:10px!important;}
  body.hd-app-v160 .hd-search{width:auto!important;flex:1 1 auto!important;}
  body.hd-app-v160 .hd-shortcut{display:none!important;}
  body.hd-app-v160 .hd-user{gap:5px!important;font-size:11px!important;}
}
@media(max-width:720px){
  body.hd-app-v160 .hd-content{padding:16px!important;}
  body.hd-app-v160 .hd-title{display:block!important;}
  body.hd-app-v160 .hd-title h1{font-size:26px!important;}
  body.hd-app-v160 .hd-actions{justify-content:flex-start!important;margin-top:12px!important;}
  body.hd-app-v160 .hd-strip{grid-template-columns:1fr!important;}
  body.hd-app-v160 .hd-flow{grid-template-columns:1fr!important;}
  body.hd-app-v160 .hd-form-grid,body.hd-app-v160 .hd-form-grid.compact{grid-template-columns:1fr!important;}
  body.hd-app-v160 .hd-coach{grid-template-columns:1fr!important;}
  body.hd-app-v160 .hd-coach div{border-right:0!important;border-bottom:1px solid var(--line-soft)!important;padding-bottom:8px!important;}
  body.hd-app-v160 .hd-top{min-height:62px!important;padding:10px 12px!important;}
  body.hd-app-v160 .hd-user [data-role-name],body.hd-app-v160 .hd-user b{display:none!important;}
}

/* i161 analytical dashboard: login lands on a real source-ledger dashboard with charts and explanatory figures. */
.hd-analytics-dashboard .hd-app{grid-template-columns:218px minmax(0,1fr);max-width:1540px;padding:16px}
.hd-analytics-dashboard .hd-content{padding:18px 20px 28px;background:linear-gradient(180deg,#f7fbfa 0,#ffffff 420px)}
.hd-analytics-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border:1px solid #d7ebe5;background:linear-gradient(135deg,#ffffff,#f2fbf8 56%,#eef7ff);border-radius:22px;padding:20px 22px;margin-bottom:14px;box-shadow:0 18px 42px rgba(18,55,47,.08)}
.hd-analytics-hero h1{margin:0;font-size:34px;line-height:1.02;letter-spacing:-.06em;color:#071f1a}
.hd-analytics-hero p{margin:9px 0 0;color:#49625b;font-size:14px;max-width:820px;font-weight:720}
.hd-analytics-scope{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px;align-items:center;color:#647873;font-size:12px;font-weight:900}
.hd-analytics-scope span{border:1px solid #dbeae6;background:#fff;border-radius:999px;padding:6px 10px;color:#24413a}
.hd-analytics-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.hd-analytics-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}
.hd-analytic-kpi{display:block;border:1px solid #dce9e5;background:#fff;border-radius:18px;padding:14px;box-shadow:0 10px 24px rgba(18,55,47,.055);min-height:156px;transition:.15s ease border-color,.15s ease transform}
.hd-analytic-kpi:hover{transform:translateY(-2px);border-color:#9bd9ca}
.hd-analytic-kpi span{display:block;color:#61746e;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}
.hd-analytic-kpi b{display:block;margin:8px 0 5px;font-size:30px;line-height:1;color:#0b725c;letter-spacing:-.055em;word-break:break-word}
.hd-analytic-kpi small{display:block;color:#263a34;font-weight:850;line-height:1.28;min-height:34px}
.hd-analytic-kpi em{display:block;margin-top:9px;color:#82928e;font-style:normal;font-size:10.5px;font-weight:780}
.hd-analytic-kpi.good{background:linear-gradient(180deg,#ffffff,#effcf6);border-color:#c9f0df}.hd-analytic-kpi.warn{background:linear-gradient(180deg,#ffffff,#fff7ed);border-color:#fed7aa}.hd-analytic-kpi.danger{background:linear-gradient(180deg,#ffffff,#fff1f2);border-color:#fecdd3}.hd-analytic-kpi.neutral{background:#fff}
.hd-analytic-kpi.warn b{color:#a15c00}.hd-analytic-kpi.danger b{color:#b42318}.hd-analytic-kpi.neutral b{color:#1e3a8a}
.hd-analytics-grid{display:grid;gap:14px;margin-bottom:14px}.hd-analytics-grid-main{grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr)}.hd-analytics-grid.two-even{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-analytics-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.hd-analytics-card{padding:16px;border-radius:20px}.hd-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.hd-card-head h2{margin:0 0 4px;font-size:17px;color:#0b2520;letter-spacing:-.04em}.hd-card-head p{margin:0;color:#6b7d78;font-size:12px}.hd-card-head span,.hd-card-head a{flex:0 0 auto;border:1px solid #dce9e5;background:#f8fbfa;border-radius:999px;padding:5px 9px;color:#4e655f;font-size:10.5px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.hd-mixed-bars{height:280px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:11px;align-items:end;padding:6px 0 0}.hd-mixed-day{height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto auto auto;gap:5px;min-width:0}.hd-mixed-columns{height:100%;display:flex;gap:5px;align-items:end;border-bottom:1px solid #dce9e5;padding:0 4px}.hd-mixed-columns i{display:block;flex:1;border-radius:9px 9px 2px 2px;min-height:4px}.hd-mixed-columns .billed{background:#0f9f7a}.hd-mixed-columns .collected{background:#2563eb}.hd-mixed-columns .visits{background:#eab308}.hd-mixed-day b{font-size:11px;color:#20352f;text-align:center}.hd-mixed-day small{display:block;text-align:center;font-size:10px;color:#7d8b87;font-weight:780;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hd-chart-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}.hd-chart-legend span{display:flex;align-items:center;gap:6px;color:#63766f;font-size:11px;font-weight:900}.hd-chart-legend i{width:10px;height:10px;border-radius:3px;background:#0f9f7a}.hd-chart-legend span:nth-child(2) i{background:#2563eb}.hd-chart-legend span:nth-child(3) i{background:#eab308}
.hd-flow-chart{display:grid;gap:11px}.hd-flow-row{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:10px;align-items:center;border:1px solid #e3efeb;border-radius:15px;background:#fbfefd;padding:10px}.hd-flow-row b{display:block;color:#0f261f;font-size:13px}.hd-flow-row span{display:block;color:#71827d;font-size:11px}.hd-flow-row strong{text-align:right;color:#0b725c;font-size:22px;line-height:1;letter-spacing:-.05em}.hd-flow-row i{grid-column:1/-1;height:8px;background:#eef5f2;border-radius:999px;overflow:hidden}.hd-flow-row em{display:block;height:100%;background:linear-gradient(90deg,#0f9f7a,#22c55e);border-radius:inherit}
.hd-detail-list{display:grid;gap:8px}.hd-detail-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #e4efeb;background:#fbfefd;border-radius:14px;padding:10px}.hd-detail-row span{min-width:0}.hd-detail-row b{display:block;color:#182f29;font-size:12.5px}.hd-detail-row small{display:block;color:#7b8d87;font-size:10.5px}.hd-detail-row strong{font-size:17px;letter-spacing:-.035em;color:#124f42;white-space:nowrap}.hd-detail-row.good strong{color:#087f5b}.hd-detail-row.warn strong{color:#a15c00}.hd-detail-row.danger strong{color:#b42318}
.hd-priority-list{display:grid;gap:9px}.hd-priority-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;border:1px solid #dce9e5;background:#fbfefd;border-radius:16px;padding:11px}.hd-priority-item:hover{border-color:#9bd9ca;background:#f6fffb}.hd-priority-item span{grid-row:span 2;width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#ecfdf5;color:#047857;font-weight:950}.hd-priority-item b{font-size:13px;color:#14251f}.hd-priority-item small{color:#6f817b;font-size:11px;font-weight:760}.hd-priority-item.warn span{background:#fff7ed;color:#a15c00}.hd-priority-item.danger span{background:#fff1f2;color:#b42318}.hd-priority-item.good span{background:#ecfdf5;color:#047857}
.hd-month-bars{display:grid;gap:12px}.hd-month-row{display:grid;grid-template-columns:76px minmax(0,1fr);gap:9px;align-items:center}.hd-month-row>b{font-size:11px;color:#263a34}.hd-month-row>div{position:relative;height:22px;background:#f2f7f5;border-radius:999px;overflow:hidden}.hd-month-row i{position:absolute;left:0;top:0;bottom:0;border-radius:999px;min-width:2px}.hd-month-row .revenue{background:#0f9f7a}.hd-month-row .expense{background:#ef4444}.hd-month-row .surplus{background:#2563eb}.hd-month-row span{position:relative;z-index:1;display:block;padding:4px 8px;color:#1d302a;font-size:10.5px;font-weight:900}.hd-month-row small{grid-column:2;color:#7d8b87;font-size:10px;font-weight:850;margin-top:-7px}
.hd-insight-copy ul{margin:0;padding:0;list-style:none;display:grid;gap:9px}.hd-insight-copy li{border:1px solid #e4efeb;background:#fbfefd;border-radius:14px;padding:10px;color:#405750;font-size:12px;font-weight:760}.hd-insight-box{margin-top:12px;border-radius:16px;padding:13px;background:#eff6ff;border:1px solid #bfdbfe}.hd-insight-box b{display:block;color:#102a56}.hd-insight-box p{margin:5px 0 0;color:#38506f;font-size:12px;font-weight:760}.hd-empty-state{border:1px dashed #cfe0db;border-radius:16px;background:#fbfefd;padding:16px;text-align:left}.hd-empty-state b{display:block;color:#263a34}.hd-empty-state span{display:block;color:#73857f;margin-top:4px;font-size:12px}.hd-analytics-dashboard .hd-table td,.hd-analytics-dashboard .hd-table th{font-size:12px}
@media(max-width:1280px){.hd-analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.hd-analytics-grid-main,.hd-analytics-grid.three{grid-template-columns:1fr}.hd-mixed-bars{height:240px}}
@media(max-width:1040px){.hd-analytics-dashboard .hd-app{grid-template-columns:1fr;padding:10px}.hd-analytics-dashboard .hd-main{border-left:1px solid var(--line);border-radius:22px}.hd-analytics-hero{display:grid}.hd-analytics-hero-actions{justify-content:flex-start}.hd-analytics-grid.two-even{grid-template-columns:1fr}.hd-analytics-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.hd-analytics-dashboard .hd-content{padding:13px}.hd-analytics-hero{padding:16px;border-radius:18px}.hd-analytics-hero h1{font-size:26px}.hd-analytics-kpis{grid-template-columns:1fr}.hd-analytics-grid{gap:11px}.hd-mixed-bars{height:auto;display:grid;gap:8px}.hd-mixed-day{height:auto;grid-template-columns:64px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;border:1px solid #e5efec;border-radius:14px;padding:9px}.hd-mixed-columns{height:70px;grid-row:1/3;grid-column:2}.hd-mixed-day b,.hd-mixed-day small{text-align:left}.hd-month-row{grid-template-columns:1fr}.hd-month-row small{grid-column:1}.hd-card-head{display:grid}.hd-detail-row{display:grid}.hd-detail-row strong{white-space:normal}.hd-priority-item{grid-template-columns:30px minmax(0,1fr)}}

/* i162 client-scope visibility: route focus and dashboard scope cards. */
.hd-client-focus-card{outline:3px solid rgba(15,159,122,.24)!important;box-shadow:0 0 0 8px rgba(15,159,122,.08),0 18px 42px rgba(18,55,47,.10)!important;scroll-margin-top:96px!important;transition:outline-color .2s ease, box-shadow .2s ease!important;}
.hd-client-scope-card{margin:0 0 14px;padding:16px 18px;border:1px solid #dce9e5;background:linear-gradient(135deg,#ffffff,#f7fcfa);border-radius:20px;box-shadow:0 12px 28px rgba(18,55,47,.055)}
.hd-client-scope-card .hd-card-head{margin-bottom:12px}.hd-client-scope-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.hd-client-scope-list a{display:flex;align-items:flex-start;gap:8px;text-decoration:none;border:1px solid #e3efeb;background:#fbfefd;border-radius:14px;padding:10px;color:#17332c;font-weight:900;min-height:58px}.hd-client-scope-list a:hover{border-color:#9bd9ca;background:#f2fffa}.hd-client-scope-list i{width:20px;height:20px;flex:0 0 20px;border-radius:8px;display:grid;place-items:center;background:#e7f8f2;color:#08755c;font-style:normal;font-size:11px;font-weight:950}.hd-client-scope-list span{display:block;font-size:12.5px;line-height:1.18}.hd-client-scope-list small{display:block;margin-top:3px;color:#71827d;font-size:10.5px;font-weight:760;line-height:1.2}
@media(max-width:1180px){.hd-client-scope-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.hd-client-scope-list{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-client-scope-card{padding:14px}}
@media(max-width:520px){.hd-client-scope-list{grid-template-columns:1fr}}

/* i164: Aditi Clinic dashboard + navigation simplification. */
body.hd-app-v164 .hd-nav-label{display:none!important;}
body.hd-app-v164 .hd-nav-pins{display:none!important;}
body.hd-app-v164 .hd-nav-group summary span{display:none!important;}
body.hd-app-v164 .hd-nav-group{margin:8px 0!important;border-radius:16px!important;}
body.hd-app-v164 .hd-nav-group summary{height:40px!important;font-size:12.5px!important;}
body.hd-app-v164 .hd-nav-group-list{padding:0 6px 8px!important;}
body.hd-app-v164 .hd-nav a{min-height:40px!important;font-size:13px!important;}
body.hd-app-v164 .hd-dashboard-filter{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;gap:12px;align-items:end;border:1px solid #dce9e5;background:#fff;border-radius:20px;padding:14px 16px;margin:0 0 14px;box-shadow:0 12px 28px rgba(18,55,47,.055)}
body.hd-app-v164 .hd-dashboard-filter h2{margin:0 0 4px;font-size:18px;letter-spacing:-.035em;color:#0b2520}
body.hd-app-v164 .hd-dashboard-filter p{margin:0;color:#6b7d78;font-size:12px;line-height:1.35;max-width:760px}
body.hd-app-v164 .hd-period-tabs{display:flex;gap:6px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
body.hd-app-v164 .hd-period-tab{height:38px;border-radius:999px;border:1px solid #dce9e5;background:#f8fbfa;color:#344943;padding:0 13px;font-size:12px;font-weight:950;cursor:pointer}
body.hd-app-v164 .hd-period-tab:hover{border-color:#9bd9ca;background:#f2fffa;color:#06483d}
body.hd-app-v164 .hd-period-tab.active{background:linear-gradient(135deg,#0f9f7a,#20bf8c);border-color:#0f9f7a;color:#fff;box-shadow:0 8px 18px rgba(15,159,122,.22)}
body.hd-app-v164 .hd-date-filter{display:grid;gap:4px;font-size:11px;font-weight:950;color:#61746e;text-transform:uppercase;letter-spacing:.055em}
body.hd-app-v164 .hd-date-filter input{height:38px;border:1px solid #dce9e5;border-radius:13px;background:#fbfffd;color:#10231f;padding:0 10px;font-weight:850;outline:0}
body.hd-app-v164 .hd-date-filter input:focus{border-color:#0f9f7a;box-shadow:0 0 0 3px rgba(15,159,122,.12)}
body.hd-app-v164 .hd-mixed-bars{grid-template-columns:repeat(var(--hd-trend-count,7),minmax(52px,1fr))!important;overflow-x:auto;padding-bottom:6px;}
body.hd-app-v164 .hd-mixed-day{min-width:52px;}
body.hd-app-v164 .hd-analytics-kpis{grid-template-columns:repeat(6,minmax(140px,1fr));overflow-x:auto;padding-bottom:2px;}
body.hd-app-v164 .hd-analytics-hero{margin-bottom:12px;}
body.hd-app-v164 .hd-client-scope-card{display:none!important;}
@media(max-width:1180px){body.hd-app-v164 .hd-dashboard-filter{grid-template-columns:1fr 1fr;}body.hd-app-v164 .hd-period-tabs{justify-content:flex-start}}
@media(max-width:760px){body.hd-app-v164 .hd-dashboard-filter{grid-template-columns:1fr;padding:13px}body.hd-app-v164 .hd-period-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hd-period-tab{width:100%}body.hd-app-v164 .hd-analytics-kpis{grid-template-columns:1fr;overflow:visible}body.hd-app-v164 .hd-mixed-bars{grid-template-columns:1fr!important;overflow:visible}.hd-mixed-day{min-width:0!important}}

/* i165: analytics dashboard must show visible real charts immediately, including zero-baseline charts when no source records exist. */
body.hd-app-v165 .hd-analytics-content{padding-top:16px!important;}
body.hd-app-v165 .hd-analytics-hero{padding:18px 24px!important;margin-bottom:12px!important;min-height:0!important;align-items:center!important;}
body.hd-app-v165 .hd-analytics-hero h1{font-size:32px!important;line-height:1.05!important;margin-bottom:8px!important;}
body.hd-app-v165 .hd-analytics-hero p[data-analytics-summary]{font-size:14px!important;line-height:1.42!important;max-width:980px!important;margin:0 0 10px!important;}
body.hd-app-v165 .hd-dashboard-filter{margin-bottom:12px!important;}
body.hd-app-v165 .hd-visible-chart-row{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;margin-bottom:12px!important;}
body.hd-app-v165 .hd-chart-card,.hd-app-v165 .hd-analytics-card{overflow:hidden;}
body.hd-app-v165 .hd-line-chart{min-height:392px;}
body.hd-app-v165 .hd-flow-chart{position:relative;min-height:392px;}
body.hd-app-v165 .hd-chart-shell{position:relative;display:grid;gap:10px;min-height:392px;}
body.hd-app-v165 .hd-svg-chart{display:block;width:100%;height:auto;min-height:292px;border:1px solid #dce9e5;border-radius:18px;background:#fbfefd;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
body.hd-app-v165 .hd-svg-bg{fill:#fbfefd;}
body.hd-app-v165 .hd-svg-grid{stroke:#dce9e5;stroke-width:1;stroke-dasharray:4 5;}
body.hd-app-v165 .hd-svg-tick{stroke:#cbded8;stroke-width:1;}
body.hd-app-v165 .hd-svg-axis{fill:#6d807a;font-size:11px;font-weight:850;}
body.hd-app-v165 .hd-svg-axis.y{font-size:10px;}
body.hd-app-v165 .hd-svg-axis-caption{fill:#536963;font-size:10.5px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;}
body.hd-app-v165 .hd-svg-bar.visits{fill:#eab308;fill-opacity:.30;}
body.hd-app-v165 .hd-svg-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px 6px rgba(10,34,30,.08));}
body.hd-app-v165 .hd-svg-line.billed{stroke:#0f9f7a;}
body.hd-app-v165 .hd-svg-line.collected{stroke:#2563eb;}
body.hd-app-v165 .hd-svg-line.visits{stroke:#eab308;stroke-width:3;stroke-dasharray:7 6;}
body.hd-app-v165 .hd-svg-point{stroke:#fff;stroke-width:2;}
body.hd-app-v165 .hd-svg-point.billed{fill:#0f9f7a;}
body.hd-app-v165 .hd-svg-point.collected{fill:#2563eb;}
body.hd-app-v165 .hd-svg-point.visits{fill:#eab308;}
body.hd-app-v165 .hd-chart-metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;}
body.hd-app-v165 .hd-chart-metric-row span{display:grid;gap:2px;border:1px solid #e4efeb;background:#fff;border-radius:14px;padding:10px 12px;}
body.hd-app-v165 .hd-chart-metric-row b{font-size:18px;line-height:1;color:#0d332b;letter-spacing:-.04em;}
body.hd-app-v165 .hd-chart-metric-row small{font-size:10px;color:#6f827c;font-weight:850;text-transform:uppercase;letter-spacing:.05em;}
body.hd-app-v165 .hd-chart-empty-overlay{position:absolute;left:72px;right:24px;top:116px;z-index:2;border:1px solid rgba(15,159,122,.22);background:rgba(255,255,255,.88);backdrop-filter:blur(8px);border-radius:16px;padding:12px 14px;color:#12352e;box-shadow:0 14px 30px rgba(20,50,44,.08);}
body.hd-app-v165 .hd-chart-empty-overlay b{display:block;font-size:13px;margin-bottom:3px;color:#073f35;}
body.hd-app-v165 .hd-chart-empty-overlay span{display:block;font-size:12px;line-height:1.35;color:#5e716b;font-weight:750;}
body.hd-app-v165 .hd-chart-empty-overlay.small{position:static;margin-top:8px;background:#fbfefd;box-shadow:none;}
body.hd-app-v165 .hd-flow-chart-shell{position:relative;display:grid;gap:9px;}
body.hd-app-v165 .hd-flow-row{grid-template-columns:minmax(0,1fr) 46px!important;padding:9px 10px!important;border-radius:14px!important;}
body.hd-app-v165 .hd-flow-row strong{font-size:19px!important;}
body.hd-app-v165 .hd-flow-row i{height:9px!important;background:#edf5f2!important;}
body.hd-app-v165 .hd-flow-chart-shell.is-zero .hd-flow-row em{width:0!important;}
body.hd-app-v165 .hd-month-chart-shell{position:relative;min-height:310px;}
body.hd-app-v165 .hd-month-chart-shell.is-zero .hd-month-row>div{background:linear-gradient(90deg,#f7fbfa,#eef7f4);}
body.hd-app-v165 .hd-month-chart-shell.is-zero .hd-month-row i{min-width:0!important;}
body.hd-app-v165 .hd-analytics-kpis{margin-bottom:12px!important;}
body.hd-app-v165 .hd-card-head{gap:12px;}
body.hd-app-v165 .hd-card-head h2{font-size:18px!important;}
body.hd-app-v165 .hd-card-head p{font-size:12px!important;line-height:1.35!important;}
body.hd-app-v165 .hd-chart-legend{margin-top:8px;}
@media(max-width:1280px){body.hd-app-v165 .hd-visible-chart-row{grid-template-columns:1fr!important;}body.hd-app-v165 .hd-line-chart,body.hd-app-v165 .hd-flow-chart{min-height:0;}body.hd-app-v165 .hd-chart-shell{min-height:0;}}
@media(max-width:760px){body.hd-app-v165 .hd-analytics-hero{display:grid!important;padding:15px!important;}body.hd-app-v165 .hd-analytics-hero h1{font-size:25px!important;}body.hd-app-v165 .hd-chart-metric-row{grid-template-columns:1fr;}body.hd-app-v165 .hd-chart-empty-overlay{position:static;margin-top:8px;}body.hd-app-v165 .hd-svg-chart{min-height:220px;}body.hd-app-v165 .hd-visible-chart-row{gap:10px!important;}}

/* i166: Aditi Clinic simple operator UI. No duplicate nav, no collapsible menu noise, visible dashboard charts, compact feature screens. */
body.hd-app-v168{--bg:#f2f8f6;--brand:#0e9f78;--brand-dark:#067158;--line:#dceae6;--line-soft:#edf5f2;--ink:#10231f;--muted:#657872;}
body.hd-app-v168 .hd-app{grid-template-columns:248px minmax(0,1fr);max-width:1540px;padding:14px;gap:0;}
body.hd-app-v168 .hd-side{border-radius:24px 0 0 24px;padding:16px 12px;box-shadow:0 16px 40px rgba(18,55,47,.08);}
body.hd-app-v168 .hd-main{border-radius:0 24px 24px 0;box-shadow:0 16px 40px rgba(18,55,47,.08);}
body.hd-app-v168 .hd-brand{padding:4px 8px 18px;gap:12px;}
body.hd-app-v168 .hd-brand span:last-child{font-size:17px;line-height:1.05;}
body.hd-app-v168 .hd-brand small{font-size:10px;color:#6b8079;font-weight:800;}
body.hd-app-v168 .hd-mark{width:38px;height:38px;border-radius:14px;}
body.hd-app-v168 .hd-nav{display:block;overflow:auto;padding-right:2px;}
body.hd-app-v168 .hd-nav-simple{display:grid;gap:15px;}
body.hd-app-v168 .hd-nav-section{display:grid;gap:6px;}
body.hd-app-v168 .hd-nav-section h3{margin:0 8px 2px;color:#788b84;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;}
body.hd-app-v168 .hd-nav a{min-height:42px;border-radius:14px;padding:0 10px;font-size:13px;font-weight:900;color:#243d36;gap:10px;}
body.hd-app-v168 .hd-nav a::before{width:28px;height:28px;border-radius:10px;background:#f3faf7;color:#607870;}
body.hd-app-v168 .hd-nav a:hover{background:#eef9f5;color:#063f34;}
body.hd-app-v168 .hd-nav a.active{background:linear-gradient(135deg,#0e9f78,#21bd8c);color:#fff;box-shadow:0 10px 20px rgba(14,159,120,.18);}
body.hd-app-v168 .hd-nav a.active::before{background:rgba(255,255,255,.18);color:#fff;}
body.hd-app-v168 .hd-nav-label,body.hd-app-v168 .hd-nav-tools,body.hd-app-v168 .hd-nav-group,body.hd-app-v168 .hd-nav-sub-label{display:none!important;}
body.hd-app-v168 .hd-nav-footer{border:1px solid var(--line-soft);background:#fbfefd;margin-top:7px;text-align:center;}
body.hd-app-v168 .hd-context-bar{display:none!important;}
body.hd-app-v168 .hd-top{min-height:58px;padding:10px 18px;background:#fff;border-bottom:1px solid var(--line-soft);}
body.hd-app-v168 .hd-shortcut{display:none!important;}
body.hd-app-v168 .hd-search{max-width:420px;width:38vw;}
body.hd-app-v168 .hd-search input{height:40px;border-radius:14px;background:#fbfefd;}
body.hd-app-v168 .hd-content{background:#f8fcfb;padding:18px;}
body.hd-app-v168 .hd-card,body.hd-app-v168 .aditi-card{box-shadow:0 8px 20px rgba(18,55,47,.05);border-radius:18px;}
body.hd-app-v168 .hd-btn{border-radius:12px;min-height:38px;font-size:12px;}
body.hd-app-v168 .hd-primary-action{background:linear-gradient(135deg,#0e9f78,#20ba89);}

/* Dashboard: simple owner view with charts first and clear filters. */
body.hd-app-v168.hd-dashboard-lite .hd-analytics-content{display:grid;gap:14px;background:#f8fcfb;padding:18px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-hero{margin:0!important;padding:18px 20px!important;border-radius:20px!important;box-shadow:0 8px 20px rgba(18,55,47,.05)!important;background:#fff!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-hero h1{font-size:30px!important;line-height:1.08!important;letter-spacing:-.055em!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-hero p[data-analytics-summary]{margin-top:6px!important;font-size:13px!important;color:#536963!important;}
body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter{margin:0!important;grid-template-columns:minmax(240px,1fr) auto 170px auto!important;border-radius:18px!important;box-shadow:0 8px 20px rgba(18,55,47,.05)!important;}
body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter h2{font-size:16px!important;margin:0 0 3px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter p{font-size:11.5px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-kpis{margin:0!important;grid-template-columns:repeat(6,minmax(132px,1fr));gap:9px;overflow:auto;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi{min-height:110px;padding:12px;border-radius:16px;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi b{font-size:24px;margin:6px 0 3px;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi small{min-height:0;font-size:10.5px;}
body.hd-app-v168.hd-dashboard-lite .hd-visible-chart-row{margin:0!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;gap:14px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-second-row{margin:0!important;gap:14px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-line-chart,body.hd-app-v168.hd-dashboard-lite .hd-flow-chart{min-height:330px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-chart-shell{min-height:330px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-svg-chart{min-height:238px!important;}
body.hd-app-v168 .hd-chart-skeleton{min-height:220px;border:1px dashed #cfe0db;border-radius:16px;background:#fbfefd;display:grid;place-items:center;text-align:center;padding:24px;color:#6b8079;}
body.hd-app-v168 .hd-chart-skeleton b{display:block;color:#12352e;font-size:15px;margin-bottom:4px;}
body.hd-app-v168 .hd-chart-skeleton span{display:block;font-size:12px;max-width:420px;}
body.hd-app-v168.hd-dashboard-lite .hd-month-chart-shell{min-height:260px!important;}

/* Feature screens: one purpose, one form column, one records column; no coaching cards. */
body.hd-app-v168.aditi-feature-page .hd-app{grid-template-columns:248px minmax(0,1fr);max-width:1540px;padding:14px;}
body.hd-app-v168.aditi-feature-page .hd-side{border-radius:24px 0 0 24px;}
body.hd-app-v168.aditi-feature-page .hd-main{border-radius:0 24px 24px 0;border-left:0;}
body.hd-app-v168.aditi-feature-page .aditi-feature-content{padding:18px!important;gap:14px!important;background:#f8fcfb!important;}
body.hd-app-v168.aditi-feature-page .aditi-simple-flow,body.hd-app-v168.aditi-feature-page .aditi-guide,body.hd-app-v168.aditi-feature-page .aditi-action-strip,body.hd-app-v168.aditi-feature-page .aditi-module-tabs{display:none!important;}
body.hd-app-v168.aditi-feature-page .aditi-feature-hero{margin:0!important;padding:16px 18px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 20px rgba(18,55,47,.05)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;}
body.hd-app-v168.aditi-feature-page .aditi-feature-hero h1{font-size:28px!important;line-height:1.08!important;margin:0 0 4px!important;}
body.hd-app-v168.aditi-feature-page .aditi-feature-hero p{font-size:12.5px!important;line-height:1.35!important;max-width:850px!important;color:#536963!important;}
body.hd-app-v168.aditi-feature-page .aditi-feature-context{display:none!important;}
body.hd-app-v168.aditi-feature-page .aditi-feature-actions{justify-content:flex-end!important;flex-wrap:nowrap!important;}
body.hd-app-v168.aditi-feature-page .aditi-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;}
body.hd-app-v168.aditi-feature-page .aditi-kpi{min-height:88px!important;padding:12px!important;border-radius:16px!important;}
body.hd-app-v168.aditi-feature-page .aditi-kpi b{font-size:24px!important;}
body.hd-app-v168.aditi-feature-page .aditi-register-layout{grid-template-columns:380px minmax(0,1fr)!important;gap:14px!important;align-items:start;}
body.hd-app-v168.aditi-feature-page .aditi-card{padding:15px!important;border-radius:18px!important;}
body.hd-app-v168.aditi-feature-page .aditi-card-head{margin-bottom:10px!important;}
body.hd-app-v168.aditi-feature-page .aditi-card-head h2{font-size:16px!important;margin:0 0 3px!important;}
body.hd-app-v168.aditi-feature-page .aditi-card-head p{font-size:11.5px!important;line-height:1.3!important;}
body.hd-app-v168.aditi-feature-page .aditi-form-grid{grid-template-columns:1fr!important;gap:9px!important;}
body.hd-app-v168.aditi-feature-page .aditi-field.span-2{grid-column:auto!important;}
body.hd-app-v168.aditi-feature-page .aditi-field input,body.hd-app-v168.aditi-feature-page .aditi-field select,body.hd-app-v168.aditi-feature-page .aditi-field textarea{min-height:38px!important;border-radius:11px!important;padding:9px 10px!important;}
body.hd-app-v168.aditi-feature-page .aditi-field textarea{min-height:74px!important;}
body.hd-app-v168.aditi-feature-page .aditi-table-wrap{max-height:560px;border-radius:14px;}
body.hd-app-v168.aditi-feature-page .aditi-table th,body.hd-app-v168.aditi-feature-page .aditi-table td{padding:9px 10px;}
body.hd-app-v168.aditi-feature-page .aditi-table th{font-size:9.5px;}
@media(max-width:1180px){body.hd-app-v168 .hd-app,body.hd-app-v168.aditi-feature-page .hd-app{grid-template-columns:1fr;padding:10px;}body.hd-app-v168 .hd-side{position:fixed;left:10px;top:10px;bottom:10px;width:282px;z-index:1000;transform:translateX(-112%);transition:.18s ease;border-radius:22px!important;}body.hd-sidebar-open .hd-side{transform:translateX(0)!important;}body.hd-app-v168 .hd-main{border-radius:22px!important;border-left:1px solid var(--line)!important;}body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter{grid-template-columns:1fr 1fr!important;}body.hd-app-v168.hd-dashboard-lite .hd-visible-chart-row,body.hd-app-v168.hd-dashboard-lite .hd-lite-second-row,body.hd-app-v168.aditi-feature-page .aditi-register-layout{grid-template-columns:1fr!important;}body.hd-app-v168.aditi-feature-page .aditi-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:720px){body.hd-app-v168 .hd-content,body.hd-app-v168.hd-dashboard-lite .hd-analytics-content,body.hd-app-v168.aditi-feature-page .aditi-feature-content{padding:12px!important;}body.hd-app-v168 .hd-search{display:none!important;}body.hd-app-v168 .hd-user [data-role-name],body.hd-app-v168 .hd-user b{display:none!important;}body.hd-app-v168.hd-dashboard-lite .hd-lite-hero,body.hd-app-v168.aditi-feature-page .aditi-feature-hero{display:grid!important;padding:14px!important;}body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter{grid-template-columns:1fr!important;}body.hd-app-v168.hd-dashboard-lite .hd-lite-kpis,body.hd-app-v168.aditi-feature-page .aditi-kpi-grid{grid-template-columns:1fr!important;overflow:visible;}body.hd-app-v168.hd-dashboard-lite .hd-line-chart,body.hd-app-v168.hd-dashboard-lite .hd-flow-chart{min-height:0!important;}body.hd-app-v168.aditi-feature-page .aditi-feature-hero h1{font-size:24px!important;}body.hd-app-v168.aditi-feature-page .aditi-feature-actions{justify-content:flex-start!important;flex-wrap:wrap!important;}.hd-table,.aditi-table{min-width:680px!important;}}
body.hd-app-v168 .hd-top .hd-search{display:none!important;}
body.hd-app-v168 .hd-top{justify-content:flex-end;}
body.hd-app-v168 .hd-sidebar-toggle{margin-right:auto;}

/* i167 senior UI reset: remove command-center complexity for Aditi Clinic. */
.hd-app-v168 .hd-app{max-width:none;grid-template-columns:220px minmax(0,1fr);padding:0;min-height:100vh;background:#f5faf8}
.hd-app-v168 .hd-side{min-height:100vh;border-radius:0;border:0;border-right:1px solid #dce9e5;box-shadow:none;background:#fff;padding:18px 12px}
.hd-app-v168 .hd-main{min-height:100vh;border-radius:0;border:0;box-shadow:none;background:#f7fbfa}
.hd-app-v168 .hd-brand{padding:0 6px 18px;margin-bottom:6px;border-bottom:1px solid #edf4f1}
.hd-app-v168 .hd-mark{width:36px;height:36px;border-radius:11px}
.hd-app-v168 .hd-brand span:not(.hd-mark){font-size:15px;line-height:1.05}.hd-app-v168 .hd-brand small{font-size:10px;font-weight:800;color:#6e807a}
.hd-app-v168 .hd-nav-simple{display:grid;gap:4px}.hd-app-v168 .hd-nav-label{margin:8px 8px 8px;font-size:10px;color:#8a9b95;letter-spacing:.12em}.hd-app-v168 .hd-nav-section,.hd-app-v168 .hd-nav-section h3{display:contents}
.hd-app-v168 .hd-nav a{min-height:38px;border-radius:11px;padding:0 10px;font-size:13px;font-weight:850;color:#28403a;background:transparent}.hd-app-v168 .hd-nav a::before{width:26px;height:26px;border-radius:9px;background:#f2f8f5;color:#0e7760;font-size:10px}.hd-app-v168 .hd-nav a:hover{background:#f2f8f5}.hd-app-v168 .hd-nav a.active{background:#11aa82;color:#fff;box-shadow:0 8px 18px rgba(17,170,130,.18)}.hd-app-v168 .hd-nav a.active::before{background:rgba(255,255,255,.22);color:#fff}
.hd-app-v168 .hd-nav-footer{display:none}.hd-app-v168 .hd-top{height:58px;min-height:58px;padding:0 22px;background:#fff;border-bottom:1px solid #e6efeb;box-shadow:none}.hd-app-v168 .hd-search,.hd-app-v168 .hd-shortcut{display:none!important}.hd-app-v168 .hd-user{font-size:12px}.hd-app-v168 .hd-avatar{width:30px;height:30px}.hd-app-v168 .hd-logout{height:32px;border-radius:9px}
.hd-app-v168 .hd-content{padding:18px 22px 26px}.hd-app-v168 .hd-card,.hd-app-v168 .hd-analytics-card{box-shadow:none;border-radius:14px;border-color:#dce9e5}.hd-app-v168 .hd-btn{box-shadow:none;border-radius:10px;min-height:36px}.hd-app-v168 .hd-primary-action{box-shadow:none!important;background:#11aa82!important}
.hd-app-v168 .hd-dashboard-filter{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #dce9e5;background:#fff;border-radius:14px;margin-bottom:14px}.hd-app-v168 .hd-dashboard-filter h2{display:none}.hd-app-v168 .hd-dashboard-filter p{margin:0;color:#70817b;font-size:12px}.hd-app-v168 .hd-period-tabs{display:flex;gap:6px}.hd-app-v168 .hd-period-tab{height:34px;border:1px solid #dce9e5;background:#fff;border-radius:9px;padding:0 11px;font-size:12px;font-weight:850}.hd-app-v168 .hd-period-tab.active{background:#11aa82;color:#fff;border-color:#11aa82}.hd-app-v168 .hd-date-filter{margin-left:auto;font-size:12px;font-weight:850;color:#40544e;display:flex;gap:8px;align-items:center}.hd-app-v168 .hd-date-filter input{height:34px;border:1px solid #dce9e5;border-radius:9px;padding:0 10px}
.hd-app-v168 .hd-analytics-hero{background:#fff;border:1px solid #dce9e5;border-radius:16px;padding:18px;margin-bottom:14px;box-shadow:none}.hd-app-v168 .hd-analytics-hero h1{font-size:30px;letter-spacing:-.04em;margin:0}.hd-app-v168 .hd-analytics-hero p{font-size:13px;color:#536760;margin:6px 0 0}.hd-app-v168 .hd-analytics-scope{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap;color:#63776f;font-weight:850}
.hd-app-v168 .hd-analytics-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}.hd-app-v168 .hd-analytic-kpi{border-radius:14px;min-height:92px;padding:12px;box-shadow:none}.hd-app-v168 .hd-analytic-kpi b{font-size:23px}.hd-app-v168 .hd-analytics-grid{gap:14px}.hd-app-v168 .hd-visible-chart-row{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)}
@media(max-width:1180px){.hd-app-v168 .hd-app{grid-template-columns:1fr}.hd-app-v168 .hd-side{position:fixed;left:0;top:0;bottom:0;width:260px;z-index:1000;transform:translateX(-105%);transition:.18s ease}.hd-app-v168.hd-sidebar-open .hd-side,body.hd-sidebar-open .hd-side{transform:translateX(0)}.hd-app-v168 .hd-main{min-height:100vh}.hd-app-v168 .hd-analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.hd-app-v168 .hd-visible-chart-row,.hd-app-v168 .hd-analytics-grid.two-even{grid-template-columns:1fr}}
@media(max-width:760px){.hd-app-v168 .hd-content{padding:12px}.hd-app-v168 .hd-top{padding:0 12px}.hd-app-v168 .hd-user span[data-role-name]{display:none}.hd-app-v168 .hd-dashboard-filter{display:grid}.hd-app-v168 .hd-date-filter{margin-left:0}.hd-app-v168 .hd-period-tabs{overflow:auto}.hd-app-v168 .hd-analytics-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-app-v168 .hd-analytics-hero h1{font-size:25px}}

/* i168 senior UI refinement: clinic-grade minimal shell. */
body.hd-app-v168{
  --hd-green:#0c9f78;--hd-green-2:#087c61;--hd-ink:#10231f;--hd-muted:#667972;--hd-line:#dce9e5;--hd-bg:#f6faf8;
  background:var(--hd-bg)!important;color:var(--hd-ink)!important;
}
body.hd-app-v168 .hd-app{max-width:none!important;min-height:100vh!important;display:grid!important;grid-template-columns:236px minmax(0,1fr)!important;padding:0!important;background:var(--hd-bg)!important;}
body.hd-app-v168 .hd-side{min-height:100vh!important;border:0!important;border-right:1px solid var(--hd-line)!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:18px 12px!important;}
body.hd-app-v168 .hd-main{min-height:100vh!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:var(--hd-bg)!important;}
body.hd-app-v168 .hd-brand{height:58px!important;margin:0 0 12px!important;padding:0 6px 14px!important;border-bottom:1px solid #eef4f1!important;align-items:center!important;}
body.hd-app-v168 .hd-brand span:not(.hd-mark){font-size:16px!important;letter-spacing:-.03em!important;}
body.hd-app-v168 .hd-brand small{font-size:10px!important;color:#72847e!important;font-weight:800!important;}
body.hd-app-v168 .hd-mark{width:38px!important;height:38px!important;border-radius:12px!important;background:linear-gradient(135deg,var(--hd-green),#23bd8e)!important;box-shadow:none!important;}
body.hd-app-v168 .hd-nav{overflow:auto!important;padding:0 2px 8px!important;}
body.hd-app-v168 .hd-nav-simple{display:grid!important;gap:3px!important;}
body.hd-app-v168 .hd-nav-label{display:block!important;margin:13px 9px 4px!important;font-size:10px!important;line-height:1!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#92a39d!important;font-weight:950!important;}
body.hd-app-v168 .hd-nav-simple>.hd-nav-label:first-child{margin-top:2px!important;}
body.hd-app-v168 .hd-nav a{height:38px!important;min-height:38px!important;border-radius:10px!important;padding:0 9px!important;gap:9px!important;background:transparent!important;color:#2c433d!important;font-size:13px!important;font-weight:850!important;box-shadow:none!important;}
body.hd-app-v168 .hd-nav a::before{width:25px!important;height:25px!important;border-radius:8px!important;background:#eef8f4!important;color:#0a735c!important;font-size:9px!important;letter-spacing:-.04em!important;}
body.hd-app-v168 .hd-nav a:hover{background:#f2faf7!important;color:#073f34!important;}
body.hd-app-v168 .hd-nav a.active{background:#0c9f78!important;color:#fff!important;}
body.hd-app-v168 .hd-nav a.active::before{background:rgba(255,255,255,.18)!important;color:#fff!important;}
body.hd-app-v168 .hd-spacer{min-height:8px!important;}
body.hd-app-v168 .hd-nav-footer{display:none!important;}
body.hd-app-v168 .hd-context-bar{display:none!important;}
body.hd-app-v168 .hd-top{height:56px!important;min-height:56px!important;display:flex!important;align-items:center!important;padding:0 18px!important;background:#fff!important;border-bottom:1px solid #e7efeb!important;gap:10px!important;}
body.hd-app-v168 .hd-search,body.hd-app-v168 .hd-shortcut{display:none!important;}
body.hd-app-v168 .hd-user{margin-left:auto!important;color:#5f746d!important;font-size:12px!important;gap:8px!important;}
body.hd-app-v168 .hd-user [data-role-name]{display:none!important;}
body.hd-app-v168 .hd-avatar{width:30px!important;height:30px!important;background:#e8f8f1!important;color:#0a735c!important;}
body.hd-app-v168 .hd-logout{height:32px!important;border-radius:9px!important;background:#fff!important;border-color:#dbe9e4!important;font-weight:850!important;}
body.hd-app-v168 .hd-content{padding:18px!important;background:var(--hd-bg)!important;}
body.hd-app-v168 .hd-btn{min-height:36px!important;border-radius:10px!important;box-shadow:none!important;font-size:12px!important;font-weight:850!important;}
body.hd-app-v168 .hd-btn.hd-primary-action,body.hd-app-v168 .hd-primary-action{background:#0c9f78!important;border-color:#0c9f78!important;color:#fff!important;box-shadow:none!important;}
body.hd-app-v168 .hd-card,body.hd-app-v168 .hd-analytics-card,body.hd-app-v168 .aditi-card{border:1px solid #dce9e5!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;}
body.hd-app-v168 .hd-sidebar-toggle{display:none!important;border:1px solid var(--hd-line)!important;background:#fff!important;border-radius:10px!important;width:38px!important;height:38px!important;margin-right:auto!important;}
body.hd-app-v168 .hd-sidebar-toggle span{display:block;width:17px;height:2px;background:#1f3b34;margin:3px auto;border-radius:999px;}
body.hd-app-v168 .hd-mobile-backdrop{position:fixed;inset:0;background:rgba(9,34,29,.28);z-index:900;}
@media(max-width:1040px){body.hd-app-v168 .hd-app{grid-template-columns:1fr!important;}body.hd-app-v168 .hd-side{position:fixed!important;z-index:1000!important;left:0!important;top:0!important;bottom:0!important;width:260px!important;transform:translateX(-104%)!important;transition:.18s ease!important;}body.hd-app-v168.hd-sidebar-open .hd-side,body.hd-sidebar-open.hd-app-v168 .hd-side,body.hd-sidebar-open .hd-side{transform:translateX(0)!important;}body.hd-app-v168 .hd-sidebar-toggle{display:grid!important;place-items:center!important;}.hd-app-v168 .hd-main{min-height:100vh!important;}}
@media(max-width:720px){body.hd-app-v168 .hd-content{padding:12px!important;}body.hd-app-v168 .hd-top{padding:0 12px!important;}body.hd-app-v168 .hd-user b{display:none!important;}}

/* i168 dashboard refinement: chart-first, no command-center bulk. */
body.hd-app-v168.hd-dashboard-lite .hd-analytics-content{display:grid!important;gap:12px!important;padding:16px!important;background:var(--hd-bg)!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-hero{margin:0!important;padding:16px 18px!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;border:1px solid #dce9e5!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-hero h1{font-size:26px!important;line-height:1.08!important;margin:0!important;letter-spacing:-.045em!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-hero p{font-size:12.5px!important;line-height:1.35!important;margin-top:6px!important;color:#5c7069!important;}
body.hd-app-v168.hd-dashboard-lite .hd-analytics-scope{margin-top:9px!important;font-size:11.5px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-analytics-scope span{padding:4px 8px!important;border-radius:999px!important;background:#f8fcfb!important;}
body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:10px!important;border-radius:14px!important;border:1px solid #dce9e5!important;background:#fff!important;box-shadow:none!important;}
body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter>div:first-child{display:none!important;}
body.hd-app-v168.hd-dashboard-lite .hd-period-tabs{display:flex!important;gap:6px!important;overflow:auto!important;}
body.hd-app-v168.hd-dashboard-lite .hd-period-tab{height:32px!important;border-radius:9px!important;border:1px solid #dce9e5!important;background:#fff!important;padding:0 11px!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important;}
body.hd-app-v168.hd-dashboard-lite .hd-period-tab.active{background:#0c9f78!important;border-color:#0c9f78!important;color:#fff!important;}
body.hd-app-v168.hd-dashboard-lite .hd-date-filter{margin-left:auto!important;height:32px!important;display:flex!important;align-items:center!important;gap:7px!important;font-size:12px!important;font-weight:850!important;color:#4b625b!important;}
body.hd-app-v168.hd-dashboard-lite .hd-date-filter input{height:32px!important;border:1px solid #dce9e5!important;border-radius:9px!important;padding:0 8px!important;background:#fff!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-kpis{display:grid!important;grid-template-columns:repeat(6,minmax(120px,1fr))!important;gap:8px!important;margin:0!important;overflow:auto!important;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi{min-height:88px!important;padding:11px!important;border-radius:12px!important;box-shadow:none!important;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi span{font-size:9.5px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi b{font-size:22px!important;margin:5px 0 3px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-analytic-kpi small{font-size:10.2px!important;line-height:1.2!important;min-height:0!important;}
body.hd-app-v168.hd-dashboard-lite .hd-visible-chart-row{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)!important;gap:12px!important;margin:0!important;}
body.hd-app-v168.hd-dashboard-lite .hd-lite-second-row{gap:12px!important;margin:0!important;}
body.hd-app-v168.hd-dashboard-lite .hd-card-head h2{font-size:15px!important;margin:0 0 3px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-card-head p{font-size:11.5px!important;line-height:1.3!important;}
body.hd-app-v168.hd-dashboard-lite .hd-line-chart{min-height:300px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-flow-chart{min-height:300px!important;}
body.hd-app-v168.hd-dashboard-lite .hd-month-chart-shell{min-height:230px!important;}
@media(max-width:1160px){body.hd-app-v168.hd-dashboard-lite .hd-visible-chart-row,body.hd-app-v168.hd-dashboard-lite .hd-lite-second-row{grid-template-columns:1fr!important;}body.hd-app-v168.hd-dashboard-lite .hd-lite-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important;}}
@media(max-width:720px){body.hd-app-v168.hd-dashboard-lite .hd-lite-hero{padding:14px!important;}body.hd-app-v168.hd-dashboard-lite .hd-lite-hero h1{font-size:23px!important;}body.hd-app-v168.hd-dashboard-lite .hd-dashboard-filter{display:grid!important;}body.hd-app-v168.hd-dashboard-lite .hd-date-filter{margin-left:0!important;}body.hd-app-v168.hd-dashboard-lite .hd-lite-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:480px){body.hd-app-v168.hd-dashboard-lite .hd-lite-kpis{grid-template-columns:1fr!important;}}

/* i169 layman navigation: simple left menu, no expert grouping noise. */
body.hd-app-v169 .hd-app{grid-template-columns:224px minmax(0,1fr)!important;}
body.hd-app-v169 .hd-side{padding:16px 10px!important;background:#fff!important;border-right:1px solid #dce9e5!important;}
body.hd-app-v169 .hd-brand{height:auto!important;min-height:56px!important;margin-bottom:8px!important;padding:0 5px 12px!important;}
body.hd-app-v169 .hd-nav-label{display:none!important;}
body.hd-app-v169 .hd-nav-simple{gap:4px!important;}
body.hd-app-v169 .hd-nav-simple:before{content:'Clinic menu';display:block;margin:5px 8px 8px;color:#8a9b95;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}
body.hd-app-v169 .hd-nav a{height:40px!important;min-height:40px!important;border-radius:10px!important;font-size:13px!important;font-weight:850!important;padding:0 10px!important;}
body.hd-app-v169 .hd-nav a::before{width:24px!important;height:24px!important;border-radius:8px!important;font-size:8.5px!important;}
body.hd-app-v169 .hd-top{height:54px!important;min-height:54px!important;}
body.hd-app-v169 .hd-search,body.hd-app-v169 .hd-shortcut{display:none!important;}
body.hd-app-v169 .hd-content{padding:16px!important;}
@media(max-width:1040px){body.hd-app-v169 .hd-app{grid-template-columns:1fr!important;}body.hd-app-v169 .hd-side{width:260px!important;}}

/* i180: superadmin session/account repair UI */
.hd-account-btn{height:32px;border:1px solid #dce9e5;background:#f6fbf9;color:#0f513f;border-radius:9px;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}
.hd-account-btn:hover{background:#eaf8f3;border-color:#b9ddd2}
.hd-account-panel{position:fixed;inset:0;z-index:3000;background:rgba(7,22,17,.38);display:grid;place-items:center;padding:18px;backdrop-filter:blur(5px)}
.hd-account-panel[hidden]{display:none!important}
.hd-account-card{position:relative;width:min(460px,100%);background:#fff;border:1px solid #d9e9e2;border-radius:24px;box-shadow:0 32px 80px rgba(7,31,24,.22);padding:24px;display:grid;gap:14px;color:#17352d}
.hd-account-card h2{margin:0;font-size:24px;color:#0a2f26;line-height:1.1}
.hd-account-close{position:absolute;right:16px;top:14px;width:34px;height:34px;border:1px solid #dce9e5;border-radius:10px;background:#fff;color:#0f513f;font-size:24px;line-height:1;cursor:pointer}
.hd-account-summary{border:1px solid #e0eee8;background:#f7fcfa;border-radius:16px;padding:12px;display:grid;gap:3px}
.hd-account-summary b{font-size:14px;color:#0d382e}.hd-account-summary span{font-size:12px;color:#647872;font-weight:800}
.hd-account-form{display:grid;gap:12px}.hd-account-note{margin:0;color:#6d807a;font-size:12px;font-weight:750;line-height:1.45}
@media(max-width:720px){.hd-account-btn{height:30px;padding:0 8px}.hd-account-card{padding:18px;border-radius:20px}.hd-account-card h2{font-size:21px}}
