@charset "UTF-8";
/*
 * NAH Search Dock Pro v2.3 — Canonical Host Theme Compatibility
 * Ownership contract: this stylesheet styles only NAH Search Dock components.
 * Dark-mode host surfaces belong to the active Super App + Theme.
 */
.nah-sdp-dock [hidden],
.nah-sdp-dock form[hidden],
.nah-sdp-popover[hidden],
.nah-sdp-login-form[hidden],
.nah-sdp-forgot-form[hidden]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}:root{--nah-sdp-accent:#0f766e;--nah-sdp-z:999999;--nah-sdp-bar-h:66px}.nah-sdp-dock,.nah-sdp-dock *{box-sizing:border-box;font-family:inherit!important;letter-spacing:normal!important;text-transform:none!important}.nah-sdp-dock{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:var(--nah-sdp-z);display:flex;flex-direction:column;gap:8px;align-items:flex-end;pointer-events:none}.nah-sdp-dock a,.nah-sdp-dock button{pointer-events:auto;text-decoration:none!important}.nah-sdp-dock-btn{width:132px;min-height:46px;border:0;border-radius:16px;background:#fff!important;color:#0f172a!important;box-shadow:0 12px 32px rgba(15,23,42,.16);display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:9px 13px;cursor:pointer;font-size:14px;font-weight:700;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.nah-sdp-dock-btn:hover,.nah-sdp-dock-btn.nah-sdp-active{background:var(--nah-sdp-accent)!important;color:#fff!important;transform:translateX(-2px);box-shadow:0 14px 36px rgba(15,118,110,.28)}.nah-sdp-dock-btn svg{width:22px;height:22px;display:block;flex:0 0 22px;fill:currentColor!important}.nah-sdp-collapsed .nah-sdp-dock-btn{width:48px;justify-content:center;padding:12px}.nah-sdp-collapsed .nah-sdp-dock-btn span{display:none!important}.nah-sdp-dock-btn[data-nah-sdp-tooltip]{position:relative}.nah-sdp-collapsed .nah-sdp-dock-btn[data-nah-sdp-tooltip]:hover:before{content:attr(data-nah-sdp-tooltip);position:absolute;right:58px;top:50%;transform:translateY(-50%);white-space:nowrap;background:#0f172a;color:#fff;border-radius:10px;padding:7px 10px;font-size:14px;box-shadow:0 8px 22px rgba(15,23,42,.2)}.nah-sdp-toggle{display:flex}.nah-sdp-popover{position:absolute;right:58px;top:0;width:min(620px,calc(100vw - 96px));max-height:min(82vh,760px);overflow:auto;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.22);padding:18px;pointer-events:auto;color:#0f172a}.nah-sdp-search-popover{width:min(520px,calc(100vw - 96px))}.nah-sdp-account-popover{width:min(420px,calc(100vw - 96px))}.nah-sdp-icd10-popover{width:min(760px,calc(100vw - 96px));padding:12px;background:#f8fafc}.nah-sdp-title{font-size:18px;font-weight:800;margin:0 0 10px;color:#0f172a}.nah-sdp-note{font-size:14px;color:#64748b;line-height:1.55;margin-bottom:12px}.nah-sdp-search-form{display:flex;gap:8px;align-items:center;background:#f8fafc;border:1px solid #dbe4ee;border-radius:16px;padding:8px}.nah-sdp-search-input{flex:1;border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;font-size:15px!important;line-height:1.45!important;color:#0f172a!important;min-height:34px!important;padding:5px 8px!important}.nah-sdp-search-submit{width:38px;height:38px;border:0!important;border-radius:12px;background:var(--nah-sdp-accent)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;cursor:pointer}.nah-sdp-search-submit svg{width:20px;height:20px;fill:currentColor}.nah-sdp-results{margin-top:12px}.nah-sdp-empty,.nah-sdp-loading,.nah-sdp-error{padding:12px;border-radius:14px;background:#f1f5f9;color:#475569;font-size:14px}.nah-sdp-error{background:#fef2f2;color:#b91c1c}.nah-sdp-result-list{display:grid;gap:8px}.nah-sdp-result{display:flex;gap:10px;padding:10px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;color:#0f172a!important}.nah-sdp-result:hover{border-color:var(--nah-sdp-accent);box-shadow:0 8px 18px rgba(15,118,110,.12)}.nah-sdp-thumb{width:52px;height:52px;object-fit:cover;border-radius:10px;background:#e2e8f0}.nah-sdp-result-body{display:grid;gap:3px}.nah-sdp-result-body strong{font-size:14px;line-height:1.35}.nah-sdp-result-body small{font-size:14px;color:#64748b;line-height:1.4}.nah-sdp-result-body em{font-size:14px;color:#94a3b8;font-style:normal}.nah-sdp-all-results,.nah-sdp-action{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;border-radius:12px;background:var(--nah-sdp-accent)!important;color:#fff!important;font-weight:800;font-size:14px;padding:10px 12px;text-decoration:none!important}.nah-sdp-login-form,.nah-sdp-forgot-form,.nah-sdp-account-card{display:grid;gap:12px}.nah-sdp-login-form label,.nah-sdp-forgot-form label{display:grid;gap:5px;font-size:14px;font-weight:700;color:#334155}.nah-sdp-login-form input,.nah-sdp-forgot-form input{width:100%;border:1px solid #dbe4ee!important;border-radius:12px!important;background:#fff!important;padding:10px 12px!important;min-height:42px!important;font-size:14px!important;color:#0f172a!important}.nah-sdp-submit,.nah-sdp-back,.nah-sdp-forgot-link{border:0;border-radius:12px;padding:11px 14px;cursor:pointer;font-weight:800}.nah-sdp-submit{background:var(--nah-sdp-accent)!important;color:#fff!important}.nah-sdp-back,.nah-sdp-forgot-link{background:#f1f5f9!important;color:#0f172a!important}.nah-sdp-login-options{display:flex;align-items:center;justify-content:space-between;gap:10px}.nah-sdp-remember{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:6px}.nah-sdp-remember input{width:auto!important;min-height:auto!important}.nah-sdp-signup,.nah-sdp-hotline,.nah-sdp-home-link,.nah-sdp-message{font-size:14px;line-height:1.5}.nah-sdp-signup{padding:10px;border-radius:12px;background:#ecfeff}.nah-sdp-signup a{font-weight:900;color:#0f766e!important}.nah-sdp-home-link{color:#0f766e!important;font-weight:800}.nah-sdp-user{font-size:16px;font-weight:800;color:#0f172a}.nah-sdp-actions{display:flex;flex-wrap:wrap;gap:8px}.nah-sdp-standalone-search{max-width:760px;margin:0 auto}.nah-sdp-menu-search-item{display:flex!important;align-items:center}.nah-sdp-menu-search{min-width:280px}.nah-sdp-night-icon{display:block}.nah-sdp-night-btn svg{transition:transform .18s ease,opacity .18s ease}.nah-sdp-night-active .nah-sdp-night-btn svg{transform:scale(1.04)}@media (max-width:1199.98px){.nah-sdp-dock{top:auto!important;right:0!important;left:0!important;bottom:0!important;transform:none!important;display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border-top:1px solid rgba(15,23,42,.12);box-shadow:0 -10px 30px rgba(15,23,42,.16);padding:5px 4px calc(5px + env(safe-area-inset-bottom));align-items:stretch}.nah-sdp-dock:not(.nah-sdp-has-night){grid-template-columns:repeat(4,1fr)}.nah-sdp-dock:not(.nah-sdp-has-icd10){grid-template-columns:repeat(4,1fr)}.nah-sdp-dock:not(.nah-sdp-has-night):not(.nah-sdp-has-icd10){grid-template-columns:repeat(3,1fr)}.nah-sdp-toggle{display:none!important}.nah-sdp-collapsed .nah-sdp-dock-btn,.nah-sdp-dock-btn{width:auto!important;min-height:54px;border-radius:14px;background:transparent!important;box-shadow:none!important;justify-content:center!important;flex-direction:column;gap:3px;padding:5px 2px!important;font-size:14px!important}.nah-sdp-collapsed .nah-sdp-dock-btn span,.nah-sdp-dock-btn span{display:block!important;line-height:1.1}.nah-sdp-dock-btn:hover,.nah-sdp-dock-btn.nah-sdp-active{transform:none;background:#ecfdf5!important;color:var(--nah-sdp-accent)!important;box-shadow:none}.nah-sdp-dock-btn svg{width:21px;height:21px}.nah-sdp-night-btn{gap:4px!important}.nah-sdp-night-btn svg{width:22px!important;height:22px!important;flex:0 0 auto}.nah-sdp-night-btn span{white-space:nowrap!important}.nah-sdp-popover{position:fixed!important;left:8px!important;right:8px!important;bottom:calc(var(--nah-sdp-bar-h) + 8px + env(safe-area-inset-bottom))!important;top:auto!important;width:auto!important;max-height:calc(100vh - var(--nah-sdp-bar-h) - 28px - env(safe-area-inset-bottom))!important;border-radius:20px 20px 18px 18px;padding:14px}.nah-sdp-icd10-popover{padding:8px;background:#f8fafc}.nah-sdp-search-popover,.nah-sdp-account-popover{width:auto!important}.nah-sdp-menu-search-item{display:none!important}.nah-sdp-collapsed .nah-sdp-dock-btn[data-nah-sdp-tooltip]:hover:before{display:none!important}}@media (max-width:420px){.nah-sdp-dock-btn{font-size:14px!important}.nah-sdp-dock-btn svg{width:20px;height:20px}.nah-sdp-popover{left:6px!important;right:6px!important}.nah-sdp-icd10-popover{padding:6px}}@media (min-width:1200px){.nah-sdp-menu-search-item{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    height:100%!important;
    min-height:0!important;
    margin:0 0 0 8px!important;
    padding:0!important;
    line-height:1!important;
    vertical-align:middle!important;
  }.nah-sdp-menu-search{
    width:min(320px,26vw)!important;
    max-width:320px!important;
    min-width:260px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    line-height:1!important;
    position:relative!important;
  }.nah-sdp-menu-search .nah-sdp-search-form{
    width:100%!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 4px 0 12px!important;
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    border-radius:12px!important;
    box-shadow:none!important;
    line-height:1!important;
  }.nah-sdp-menu-search .nah-sdp-search-input{
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    line-height:38px!important;
    padding:0 8px!important;
    margin:0!important;
    font-size:14px!important;
  }.nah-sdp-menu-search .nah-sdp-search-submit{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    flex:0 0 34px!important;
    margin:0!important;
    padding:0!important;
    border-radius:10px!important;
  }.nah-sdp-menu-search .nah-sdp-search-submit svg{
    width:17px!important;
    height:17px!important;
  }}.nah-sdp-search-popover,.nah-sdp-account-popover{border-radius:26px!important}.nah-sdp-login-form input,.nah-sdp-forgot-form input{border-radius:16px!important}.nah-sdp-submit,.nah-sdp-back,.nah-sdp-forgot-link{border-radius:16px!important}.nah-sdp-search-form{border-radius:18px!important;overflow:hidden!important}.nah-sdp-search-input{border-radius:18px 0 0 18px!important}.nah-sdp-search-submit{border-radius:0 18px 18px 0!important}.nah-sdp-menu-search .nah-sdp-search-form{border-radius:18px!important;overflow:hidden!important}.nah-sdp-menu-search .nah-sdp-search-input{border-radius:18px 0 0 18px!important}.nah-sdp-menu-search .nah-sdp-search-submit{border-radius:0 18px 18px 0!important}.nah-sdp-signup{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:6px;padding:12px 14px!important;border-radius:16px!important}.nah-sdp-signup>span{display:block!important;font-weight:400!important;color:#334155!important;text-align:center!important}.nah-sdp-signup a{display:inline-block!important;font-weight:900!important;text-transform:uppercase!important;text-align:center!important}.nah-sdp-hotline{display:block!important;text-align:center!important;font-weight:800!important;color:#334155!important;margin-top:2px}.nah-sdp-hotline a{font-weight:900!important;text-decoration:none!important}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-popover{
  background:#0f1b2d!important;
  color:#e6edf7!important;
  border-color:rgba(148,163,184,.28)!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn:hover,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn.nah-sdp-active{
  background:var(--nah-sdp-accent)!important;
  color:#fff!important;
}.nah-sdp-dock svg,
.nah-sdp-standalone-search svg,
.nah-sdp-menu-search svg,
.nah-sdp-search-form svg,
.nah-sdp-search-submit svg,
.nah-sdp-dock-btn svg{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  max-width:20px!important;
  min-height:20px!important;
  max-height:20px!important;
  display:block!important;
  flex:0 0 20px!important;
}.nah-sdp-dock-btn svg{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  flex-basis:22px!important;
}.nah-sdp-results,
.nah-sdp-result-list,
.nah-sdp-result,
.nah-sdp-result *{
  box-sizing:border-box!important;
}.nah-sdp-results{
  min-width:0!important;
  overflow:visible!important;
}.nah-sdp-result-list{
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  align-items:stretch!important;
}.nah-sdp-result{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:10px!important;
  padding:10px!important;
  border-radius:14px!important;
  text-decoration:none!important;
  overflow:hidden!important;
  white-space:normal!important;
  line-height:1.35!important;
}.nah-sdp-thumb{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  flex:0 0 52px!important;
  object-fit:cover!important;
  border-radius:10px!important;
  display:block!important;
}.nah-sdp-result-body{
  min-width:0!important;
  width:auto!important;
  display:grid!important;
  gap:3px!important;
  white-space:normal!important;
}.nah-sdp-result-body strong,
.nah-sdp-result-body small,
.nah-sdp-result-body em{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}@media (min-width: 900px){.nah-sdp-search-popover{
    width:min(760px,calc(100vw - 112px))!important;
  }.nah-sdp-search-popover .nah-sdp-result-list,
  .nah-sdp-standalone-search:not(.nah-sdp-menu-search) .nah-sdp-result-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }.nah-sdp-search-popover .nah-sdp-all-results,
  .nah-sdp-standalone-search:not(.nah-sdp-menu-search) .nah-sdp-all-results{
    grid-column:1/-1!important;
    justify-self:stretch!important;
  }}@media (min-width: 1200px){.nah-sdp-menu-search-item{
    position:relative!important;
    overflow:visible!important;
    z-index:999990!important;
  }.nah-sdp-menu-search{
    position:relative!important;
    overflow:visible!important;
    z-index:999990!important;
    min-width:320px!important;
    width:320px!important;
    max-width:34vw!important;
    line-height:1!important;
  }.nah-sdp-menu-search .nah-sdp-search-form{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
  }.nah-sdp-menu-search .nah-sdp-standalone-results{
    position:absolute!important;
    top:calc(100% + 10px)!important;
    right:0!important;
    left:auto!important;
    width:min(720px,calc(100vw - 32px))!important;
    min-width:560px!important;
    max-height:calc(100vh - 96px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    margin:0!important;
    padding:12px!important;
    background:#ffffff!important;
    color:#0f172a!important;
    border:1px solid #dbe4ee!important;
    border-radius:18px!important;
    box-shadow:0 22px 60px rgba(15,23,42,.24)!important;
    z-index:999999!important;
  }.nah-sdp-menu-search .nah-sdp-standalone-results:empty{
    display:none!important;
  }.nah-sdp-menu-search .nah-sdp-result-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }.nah-sdp-menu-search .nah-sdp-result{
    min-height:74px!important;
    background:#fff!important;
    border-color:#e2e8f0!important;
    color:#0f172a!important;
  }.nah-sdp-menu-search .nah-sdp-result-body strong{
    font-size:14px!important;
    line-height:1.35!important;
  }.nah-sdp-menu-search .nah-sdp-result-body small{
    font-size:14px!important;
    line-height:1.35!important;
  }.nah-sdp-menu-search .nah-sdp-result-body em{
    font-size:14px!important;
  }.nah-sdp-menu-search .nah-sdp-thumb{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    flex-basis:48px!important;
  }.nah-sdp-menu-search .nah-sdp-all-results{
    grid-column:1/-1!important;
    width:100%!important;
    justify-self:stretch!important;
    text-align:center!important;
    margin-top:2px!important;
  }}@media (max-width:1199.98px){.nah-sdp-search-popover .nah-sdp-result-list,
  .nah-sdp-standalone-search .nah-sdp-result-list,
  .nah-sdp-menu-search .nah-sdp-result-list{
    grid-template-columns:1fr!important;
  }.nah-sdp-menu-search .nah-sdp-standalone-results{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-height:60vh!important;
    overflow:auto!important;
    padding:8px!important;
  }}.nah-sdp-result-list{
  gap:10px!important;
}.nah-sdp-result{
  min-height:74px!important;
  padding:10px!important;
  align-items:center!important;
}.nah-sdp-result-body{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:5px!important;
}.nah-sdp-result-body strong{
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.35!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}.nah-sdp-result-body small{
  display:none!important;
}.nah-sdp-result-body em{
  font-size:14px!important;
  line-height:1.25!important;
  font-style:normal!important;
  color:#64748b!important;
}@media (min-width:1200px){.nah-sdp-menu-search .nah-sdp-result{
    min-height:72px!important;
  }.nah-sdp-menu-search .nah-sdp-result-body strong{
    font-size:14px!important;
    -webkit-line-clamp:2!important;
  }.nah-sdp-menu-search .nah-sdp-result-body em{
    font-size:14px!important;
  }}@media (max-width:1199.98px){html.nah-sdp-night-active .nah-sdp-dock{
    left:0!important;
    right:0!important;
    bottom:0!important;
    gap:0!important;
    padding:0 0 calc(env(safe-area-inset-bottom) + 0px)!important;
    background:#0b1220!important;
    background-image:none!important;
    border-top:1px solid rgba(148,163,184,.22)!important;
    box-shadow:0 -10px 28px rgba(2,6,23,.42)!important;
    border-radius:18px 18px 0 0!important;
    overflow:hidden!important;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn{
    min-height:60px!important;
    margin:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border:none!important;
    border-left:1px solid rgba(148,163,184,.14)!important;
    color:#e5edf7!important;
    position:relative!important;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn:first-of-type{
    border-left:none!important;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn:hover,
  html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn.nah-sdp-active{
    background:rgba(37,99,235,.16)!important;
    color:#ffffff!important;
    box-shadow:none!important;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn.nah-sdp-active::before,
  html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn:hover::before{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    top:0;
    height:3px;
    border-radius:0 0 999px 999px;
    background:#60a5fa;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-night-btn.nah-sdp-active,
  html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-night-btn:hover{
    background:rgba(13,148,136,.14)!important;
    color:#ecfeff!important;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-night-btn.nah-sdp-active::before,
  html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-night-btn:hover::before{
    background:#2dd4bf!important;
  }}@media (max-width:420px){html.nah-sdp-night-active .nah-sdp-dock{
    border-radius:16px 16px 0 0!important;
  }html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-dock-btn{
    min-height:58px!important;
  }}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-card,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-login-form,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-forgot-form{
  color:#e5edf7!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover .nah-sdp-title,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover h1,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover h2,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover h3{
  color:#f8fafc!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-login-form label,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-forgot-form label,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-remember,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-remember span,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-message,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-hotline,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-signup > span{
  color:#dbeafe!important;
  opacity:1!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-login-form input,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-forgot-form input{
  background:#111c2f!important;
  color:#f8fafc!important;
  border-color:rgba(148,163,184,.48)!important;
  box-shadow:none!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-login-form input::placeholder,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-forgot-form input::placeholder{
  color:#94a3b8!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-forgot-link{
  background:#f8fafc!important;
  color:#0f172a!important;
  border-color:rgba(148,163,184,.30)!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-submit{
  background:#0f766e!important;
  color:#ffffff!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-signup{
  background:#e8ffff!important;
  color:#0f172a!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-signup > span{
  color:#0f172a!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-signup a{
  color:#0f766e!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-hotline a{
  color:#67e8f9!important;
  font-weight:900!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-home-link{
  color:#2dd4bf!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover .nah-sdp-user,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover .nah-sdp-account-card .nah-sdp-user,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover strong,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover b{
  color:#f8fafc!important;
  opacity:1!important;
  text-shadow:none!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover .nah-sdp-title{
  color:#f8fafc!important;
}html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover .nah-sdp-action,
html.nah-sdp-night-active .nah-sdp-dock .nah-sdp-account-popover .nah-sdp-actions a{
  background:#0f766e!important;
  color:#ffffff!important;
  border-color:rgba(94,234,212,.28)!important;
}.nah-sdp-icd10-popover .nah-icd10-app{
  overflow:hidden!important;
}html.nah-sdp-night-active .nah-sdp-icd10-popover{
  background:#0b1220!important;
  border-color:rgba(148,163,184,.26)!important;
  border-radius:26px!important;
  overflow:hidden!important;
}@media (min-width:1200px){html.nah-sdp-night-active .nah-sdp-icd10-popover{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }}.nah-sdp-qlcl-btn{
  position:relative;
}.nah-sdp-qlcl-btn::after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  right:8px;
  top:8px;
  border-radius:999px;
  background:#7c3aed;
  box-shadow:0 0 0 3px rgba(124,58,237,.13);
}.nah-sdp-lookup-btn svg{
  color:inherit;
}@media (max-width:1199.98px){.nah-sdp-dock{
    grid-template-columns:repeat(var(--nah-sdp-mobile-items,4),minmax(0,1fr))!important;
  }.nah-sdp-qlcl-btn::after{
    right:calc(50% - 17px);
    top:5px;
    width:6px;
    height:6px;
  }}@media (max-width:480px){.nah-sdp-dock .nah-sdp-dock-btn{
    min-width:0!important;
  }.nah-sdp-dock .nah-sdp-dock-btn span{
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:14px!important;
  }}html.nah-sdp-night-active .nah-sdp-qlcl-btn::after{
  background:#c4b5fd;
  box-shadow:0 0 0 3px rgba(196,181,253,.14);
}.nah-sdp-utility-btn{position:relative}.nah-sdp-utility-btn::after{content:"";position:absolute;width:7px;height:7px;right:8px;top:8px;border-radius:999px;background:#0ea5a5;box-shadow:0 0 0 3px rgba(14,165,165,.13)}.nah-sdp-utility-popover{width:min(1120px,calc(100vw - 96px));padding:0!important;overflow:hidden;background:#f8fafc}.nah-sdp-utility-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px 10px;background:#fff;border-bottom:1px solid #e2e8f0}.nah-sdp-utility-header .nah-sdp-title{margin:2px 0 0}.nah-sdp-utility-kicker{font-size:14px;font-weight:900;letter-spacing:.09em;color:#0f766e}.nah-sdp-utility-close{width:36px;height:36px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;color:#334155;font-size:22px;line-height:1;cursor:pointer}.nah-sdp-utility-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;padding:10px 12px;background:#fff;border-bottom:1px solid #e2e8f0}.nah-sdp-utility-tabs:has(.nah-sdp-utility-tab:only-child){grid-template-columns:1fr}.nah-sdp-utility-tab{border:1px solid #dbe4ee;border-radius:14px;background:#f8fafc;color:#334155;min-height:48px;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.nah-sdp-utility-tab:hover{border-color:#94a3b8;background:#fff}.nah-sdp-utility-tab.is-active{border-color:var(--nah-sdp-accent);background:#ecfdf5;color:#0f766e;box-shadow:0 4px 14px rgba(15,118,110,.10)}.nah-sdp-tab-icon{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:27px;padding:0 5px;border-radius:8px;background:#e0f2fe;color:#075985;font-size:14px;font-weight:900}.nah-sdp-tab-icon-dictionary{background:#fef3c7;color:#92400e;font-size:14px}.nah-sdp-tab-icon-abg{background:#d1fae5;color:#065f46;font-size:14px}.nah-sdp-tab-icon-qlcl{background:#ede9fe;color:#6d28d9;font-size:14px}.nah-sdp-utility-panels{max-height:min(78vh,820px);overflow:auto;overscroll-behavior:contain;padding:12px;scrollbar-gutter:stable}.nah-sdp-utility-panel{display:none}.nah-sdp-utility-panel.is-active{display:block}.nah-sdp-utility-panel[hidden]{display:none!important}.nah-sdp-utility-panel .nah-icd10-app{margin:0!important}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="abg"] .nah-abg{margin:0!important}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-dictionary{margin:0;max-width:none;padding:18px}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-header{margin-bottom:16px}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-header h1{font-size:clamp(23px,3vw,34px)}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-search{font-size:16px;padding:14px 16px}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-search-button{padding:0 20px}.nah-sdp-module-fallback{background:linear-gradient(145deg,#fff 0%,#f4f8ff 100%);border:1px solid #dbe4ee;border-radius:20px;box-shadow:0 10px 28px rgba(15,23,42,.07);display:grid;gap:16px;padding:20px}.nah-sdp-module-fallback-icon{align-items:center;background:#e0f2fe;border-radius:16px;color:#075985;display:flex;font-size:14px;font-weight:900;height:52px;justify-content:center;width:52px}.nah-sdp-module-fallback-icon--dictionary{background:#fef3c7;color:#92400e}.nah-sdp-module-fallback .nah-sdp-title{font-size:20px;margin:3px 0 6px}.nah-sdp-module-fallback .nah-sdp-action{justify-self:start}.nah-sdp-qlcl-utility-card{background:linear-gradient(145deg,#fff 0%,#f4f8ff 100%);border:1px solid #dbe4ee;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(15,23,42,.07)}.nah-sdp-qlcl-utility-hero{display:flex;align-items:flex-start;gap:14px}.nah-sdp-qlcl-utility-logo{width:52px;height:52px;flex:0 0 52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#17365d,#0f766e);color:#fff;font-size:17px;font-weight:900;box-shadow:0 8px 20px rgba(23,54,93,.20)}.nah-sdp-qlcl-utility-card .nah-sdp-title{font-size:20px;margin:3px 0 6px}.nah-sdp-qlcl-utility-card .nah-sdp-note{margin:0}.nah-sdp-qlcl-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:18px 0}.nah-sdp-qlcl-feature-grid>div{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:12px;text-align:center}.nah-sdp-qlcl-feature-grid strong{display:block;color:#17365d;font-size:19px;margin-bottom:4px}.nah-sdp-qlcl-feature-grid span{display:block;color:#64748b;font-size:14px;line-height:1.35}.nah-sdp-qlcl-access-note{display:flex;align-items:center;gap:7px;background:#f5f3ff;border:1px solid #ddd6fe;color:#5b21b6;border-radius:12px;padding:10px 12px;font-size:14px;font-weight:700}.nah-sdp-qlcl-open-action{width:100%;margin-top:14px!important;min-height:44px}@media(max-width:1199.98px){.nah-sdp-utility-popover{padding:0!important}.nah-sdp-utility-panels{max-height:calc(100vh - var(--nah-sdp-bar-h) - 190px - env(safe-area-inset-bottom));padding:8px}.nah-sdp-utility-btn::after{right:calc(50% - 17px);top:5px;width:6px;height:6px}}@media(max-width:520px){.nah-sdp-utility-header{padding:12px 13px 8px}.nah-sdp-utility-tabs{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.nah-sdp-utility-tab{min-height:44px;padding:7px 6px;font-size:14px;gap:5px}.nah-sdp-tab-icon{min-width:26px;height:24px;font-size:14px}.nah-sdp-qlcl-utility-card{padding:14px;border-radius:16px}.nah-sdp-qlcl-utility-logo{width:44px;height:44px;flex-basis:44px;border-radius:13px}.nah-sdp-qlcl-utility-card .nah-sdp-title{font-size:17px}.nah-sdp-qlcl-feature-grid{grid-template-columns:1fr;margin:12px 0;gap:7px}.nah-sdp-qlcl-feature-grid>div{display:grid;grid-template-columns:70px 1fr;align-items:center;text-align:left;padding:9px 11px}.nah-sdp-qlcl-feature-grid strong{margin:0;font-size:16px}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-dictionary{padding:10px}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-header h1{font-size:22px}.nah-sdp-module-fallback{padding:14px}}html.nah-sdp-night-active .nah-sdp-utility-header,html.nah-sdp-night-active .nah-sdp-utility-tabs{background:#101827!important;border-color:rgba(148,163,184,.22)!important}html.nah-sdp-night-active .nah-sdp-utility-tab{background:#17263b!important;border-color:rgba(148,163,184,.25)!important;color:#dbeafe!important}html.nah-sdp-night-active .nah-sdp-utility-tab.is-active{background:#123a3a!important;border-color:#5eead4!important;color:#ccfbf1!important}html.nah-sdp-night-active .nah-sdp-utility-close{background:#17263b!important;border-color:rgba(148,163,184,.25)!important;color:#e2e8f0!important}.nah-sdp-tool-nav-popover{overflow:hidden!important;background:#f8fafc!important}.nah-sdp-tool-nav-header{padding:4px 4px 12px!important;background:transparent!important}.nah-sdp-tool-nav-grid{display:grid;gap:8px}.nah-sdp-tool-nav-card{display:grid!important;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:11px;margin:0!important;padding:10px!important;border:1px solid #dce6ef;border-radius:16px;background:#fff!important;color:#0f172a!important;text-decoration:none!important;box-shadow:0 4px 14px rgba(15,23,42,.04);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.nah-sdp-tool-nav-card:hover,.nah-sdp-tool-nav-card:focus-visible{border-color:var(--nah-sdp-accent)!important;box-shadow:0 9px 24px rgba(15,118,110,.13);transform:translateX(-2px);outline:0}.nah-sdp-tool-nav-card.is-current{border-color:rgba(15,118,110,.34);background:#ecfdf5!important}.nah-sdp-tool-nav-card>span:nth-child(2){display:grid;gap:2px;min-width:0}.nah-sdp-tool-nav-card strong{font-size:14px;line-height:1.3;color:inherit}.nah-sdp-tool-nav-card small{font-size:14px;line-height:1.35;color:#64748b}.nah-sdp-tool-nav-icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#e0f2fe;color:#075985;font-size:14px;font-weight:900;letter-spacing:-.02em}.nah-sdp-tool-nav-icon--clinical{background:#dbeafe;color:#1d4ed8}.nah-sdp-tool-nav-icon--abg{background:#ccfbf1;color:#0f766e}.nah-sdp-tool-nav-icon--icd{background:#ede9fe;color:#6d28d9}.nah-sdp-tool-nav-icon--dictionary{background:#fef3c7;color:#92400e}.nah-sdp-tool-nav-icon--qlcl{background:#ffe4e6;color:#be123c}.nah-sdp-tool-nav-arrow{font-size:19px;color:#94a3b8;text-align:center}html.nah-sdp-night-active .nah-sdp-tool-nav-popover{background:#0f172a!important;border-color:#334155!important}html.nah-sdp-night-active .nah-sdp-tool-nav-card{background:#172033!important;border-color:#334155!important;color:#e5edf7!important}html.nah-sdp-night-active .nah-sdp-tool-nav-card.is-current{background:#12312f!important;border-color:#2dd4bf!important}html.nah-sdp-night-active .nah-sdp-tool-nav-card small{color:#9fb0c5!important}html.nah-sdp-night-active .nah-sdp-qlcl-utility-card{background:linear-gradient(145deg,#101827,#17263b)!important;border-color:rgba(148,163,184,.25)!important}html.nah-sdp-night-active .nah-sdp-qlcl-feature-grid>div{background:#111c2e!important;border-color:rgba(148,163,184,.22)!important}html.nah-sdp-night-active .nah-sdp-qlcl-feature-grid strong{color:#e0f2fe!important}html.nah-sdp-night-active .nah-sdp-qlcl-feature-grid span{color:#a8b5c5!important}html.nah-sdp-night-active .nah-sdp-qlcl-access-note{background:#251b42!important;border-color:#6d5ca5!important;color:#ddd6fe!important}html.nah-sdp-night-active .nah-sdp-module-fallback{background:linear-gradient(145deg,#101827,#17263b)!important;border-color:rgba(148,163,184,.25)!important}html.nah-sdp-night-active .nah-sdp-module-fallback .nah-sdp-note{color:#a8b5c5!important}.nah-sdp-utility-panel[data-nah-sdp-utility-panel="abg"] .nah-abg__webapp-link{align-items:center;display:inline-flex;justify-content:center;text-decoration:none}html.nah-sdp-night-active .nah-sdp-utility-panel[data-nah-sdp-utility-panel="abg"] .nah-abg,
html.nah-sdp-dark-mode .nah-sdp-utility-panel[data-nah-sdp-utility-panel="abg"] .nah-abg{
  --nah-abg-bg:#10181d;
  --nah-abg-surface:#182229;
  --nah-abg-surface-2:#202d35;
  --nah-abg-text:#e7f0f3;
  --nah-abg-muted:#a6b6bf;
  --nah-abg-border:#31414a;
  --nah-abg-primary:#57c8c4;
  --nah-abg-primary-dark:#8fe0da;
  --nah-abg-primary-soft:#17383c;
  --nah-abg-success:#73d6a5;
  --nah-abg-success-soft:#173a2b;
  --nah-abg-warning:#f4bd65;
  --nah-abg-warning-soft:#3b2d19;
  --nah-abg-danger:#ff8d94;
  --nah-abg-danger-soft:#3e2024;
  color-scheme:dark;
}html.nah-sdp-night-active .nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-dictionary,
html.nah-sdp-dark-mode .nah-sdp-utility-panel[data-nah-sdp-utility-panel="dictionary"] .nahmed-dictionary{
  --nahmed-bg:#08111f;
  --nahmed-card:#111c2d;
  --nahmed-text:#e5edf7;
  --nahmed-muted:#9fb0c5;
  --nahmed-line:#26364b;
  --nahmed-accent:#74b9ed;
  --nahmed-accent-soft:#142d42;
  color-scheme:dark;
}@media(max-width:360px){.nah-sdp-utility-tabs{grid-template-columns:1fr}}.nah-sdp-clinical-launcher{
  display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:18px;
  width:100%;max-width:760px;margin:24px auto;padding:24px;border:1px solid #d7e5e6;border-radius:18px;
  background:linear-gradient(135deg,#f7fbfb 0%,#ffffff 65%);box-shadow:0 10px 28px rgba(15,70,78,.08);
}.nah-sdp-clinical-launcher-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:18px;background:linear-gradient(135deg,#08766f,#0b9185);color:#fff;font-size:27px;font-weight:900;box-shadow:0 8px 20px rgba(8,118,111,.2)}.nah-sdp-clinical-launcher-copy{min-width:0}.nah-sdp-clinical-launcher .nah-sdp-title{margin:2px 0 6px;font-size:22px;font-weight:800;color:#17343b}.nah-sdp-clinical-launcher .nah-sdp-note{margin:0;color:#5f7078;font-size:14px;line-height:1.5}.nah-sdp-clinical-launcher-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:126px!important;min-height:46px!important;margin:0!important;border-radius:12px!important;font-weight:800!important;white-space:nowrap!important;text-decoration:none!important}@media(max-width:720px){.nah-sdp-clinical-launcher{grid-template-columns:56px minmax(0,1fr);gap:13px;margin:14px auto;padding:17px}.nah-sdp-clinical-launcher-icon{width:56px;height:56px;border-radius:15px;font-size:22px}.nah-sdp-clinical-launcher .nah-sdp-title{font-size:19px}.nah-sdp-clinical-launcher .nah-sdp-note{font-size:14px}.nah-sdp-clinical-launcher-action{grid-column:1/-1;width:100%!important;min-height:48px!important}}.nah-sdp-tab-icon-qlcl,
.nah-sdp-tool-nav-icon--qlcl{
  overflow:hidden;
  background:linear-gradient(145deg,#e8f4ff,#e8fbf8)!important;
  color:#0f5b70!important;
}.nah-sdp-tab-icon-qlcl img,
.nah-sdp-tool-nav-icon--qlcl img{
  width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;
}.nah-sdp-quality-suite-logo{
  padding:0!important;overflow:hidden;background:transparent!important;
  box-shadow:0 8px 20px rgba(23,54,93,.16)!important;
}.nah-sdp-quality-suite-logo img{
  width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;
}.nah-sdp-quality-suite-launcher{
  background:linear-gradient(145deg,#fff 0%,#f5f9ff 52%,#f0fbf8 100%);
}.nah-sdp-quality-suite-feature-grid>div:first-child{background:linear-gradient(145deg,#f3f8ff,#fff)}.nah-sdp-quality-suite-feature-grid>div:nth-child(2){background:linear-gradient(145deg,#f7f3ff,#fff)}.nah-sdp-quality-suite-feature-grid>div:nth-child(3){background:linear-gradient(145deg,#effbf6,#fff)}html.nah-sdp-night-active .nah-sdp-quality-suite-launcher{
  background:linear-gradient(145deg,#101827 0%,#17263b 55%,#11302f 100%)!important;
}html.nah-sdp-night-active .nah-sdp-tab-icon-qlcl,
html.nah-sdp-night-active .nah-sdp-tool-nav-icon--qlcl{
  background:#14243a!important;
}@media (max-width:1199.98px){.nah-sdp-dock:not(.nah-sdp-mobile-home-allowed){
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }.nah-sdp-dock.nah-sdp-mobile-home-allowed{
    display:grid!important;
    grid-template-columns:repeat(var(--nah-sdp-mobile-items,4),minmax(0,1fr))!important;
  }.nah-sdp-dock.nah-sdp-mobile-home-allowed .nah-sdp-night-btn{
    display:none!important;
  }}.nah-sdp-utility-settings{
  display:none;
}@media (max-width:1199.98px){.nah-sdp-mobile-home-allowed .nah-sdp-utility-settings{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:0;
    padding:12px 14px;
    border-bottom:1px solid #e2e8f0;
    background:#f8fafc;
  }.nah-sdp-utility-setting-copy{min-width:0}.nah-sdp-utility-setting-copy strong{
    display:block;
    color:#17365d;
    font-size:14px;
    font-weight:800;
    line-height:1.25;
  }.nah-sdp-utility-setting-copy small{
    display:block;
    margin-top:3px;
    color:#64748b;
    font-size:14px;
    line-height:1.35;
  }.nah-sdp-theme-switch{
    flex:0 0 auto;
    width:48px;
    height:28px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
  }.nah-sdp-switch-track{
    display:block;
    position:relative;
    width:48px;
    height:28px;
    border-radius:999px;
    background:#cbd5e1;
    box-shadow:inset 0 0 0 1px rgba(15,23,42,.08);
    transition:background .18s ease;
  }.nah-sdp-switch-thumb{
    position:absolute;
    top:3px;
    left:3px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 2px 6px rgba(15,23,42,.22);
    transition:transform .18s ease;
  }.nah-sdp-theme-switch[aria-checked="true"] .nah-sdp-switch-track,
  .nah-sdp-theme-switch[aria-pressed="true"] .nah-sdp-switch-track{
    background:var(--nah-sdp-accent,#0f766e);
  }.nah-sdp-theme-switch[aria-checked="true"] .nah-sdp-switch-thumb,
  .nah-sdp-theme-switch[aria-pressed="true"] .nah-sdp-switch-thumb{
    transform:translateX(20px);
  }html.nah-sdp-night-active .nah-sdp-mobile-home-allowed .nah-sdp-utility-settings{
    background:#111827!important;
    border-bottom-color:rgba(148,163,184,.28)!important;
  }html.nah-sdp-night-active .nah-sdp-mobile-home-allowed .nah-sdp-utility-setting-copy strong{color:#e5edf7!important}html.nah-sdp-night-active .nah-sdp-mobile-home-allowed .nah-sdp-utility-setting-copy small{color:#a8b5c5!important}html.nah-sdp-night-active .nah-sdp-mobile-home-allowed .nah-sdp-switch-track{box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}}

/* v2.3 mobile homepage flow spacer — no body padding ownership. */
.nah-sdp-mobile-home-spacer{display:none;width:100%;height:0;pointer-events:none}
@media(max-width:1199.98px){
  .nah-sdp-mobile-home-spacer{display:block;height:calc(var(--nah-sdp-bar-h,66px) + env(safe-area-inset-bottom))}
}

/* v2.3 final responsive ownership guard. */
@media(max-width:1199.98px){
  .nah-sdp-dock:not(.nah-sdp-mobile-home-allowed){display:none!important;visibility:hidden!important;pointer-events:none!important}
  .nah-sdp-dock.nah-sdp-mobile-home-allowed{display:grid!important;grid-template-columns:repeat(var(--nah-sdp-mobile-items,4),minmax(0,1fr))!important}
  .nah-sdp-dock.nah-sdp-mobile-home-allowed .nah-sdp-night-btn{display:none!important}
}


/* v2.4 — authoritative visibility contract against canonical host search guards. */
@media (min-width:1200px){
  .nah-sdp-dock[data-nah-sdp-dock][data-nah-sdp-default-utility]{
    display:flex!important;
    visibility:visible!important;
  }
}
@media (max-width:1199.98px){
  .nah-sdp-dock[data-nah-sdp-dock][data-nah-sdp-default-utility]:not(.nah-sdp-mobile-home-allowed){
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .nah-sdp-dock[data-nah-sdp-dock][data-nah-sdp-default-utility].nah-sdp-mobile-home-allowed{
    display:grid!important;
    visibility:visible!important;
    grid-template-columns:repeat(var(--nah-sdp-mobile-items,4),minmax(0,1fr))!important;
  }
  .nah-sdp-tool-bridge[data-nah-sdp-dock][data-nah-sdp-default-utility]{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}


/* v2.5 — Launcher-only Utility Hub; host owns dark-mode controls. */
.nah-sdp-night-btn,.nah-sdp-utility-settings,[data-nah-sdp-night-toggle]{display:none!important}
.nah-sdp-launcher-popover{width:min(440px,calc(100vw - 96px))!important;padding:14px!important;background:#f8fafc!important}
.nah-sdp-launcher-popover .nah-sdp-tool-nav-header{padding:2px 2px 12px!important}
.nah-sdp-launcher-popover .nah-sdp-tool-nav-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
.nah-sdp-launcher-popover .nah-sdp-tool-nav-card{min-height:68px!important}
html.nah-sdp-night-active .nah-sdp-launcher-popover{background:#0f172a!important;border-color:#334155!important}
html.nah-sdp-night-active .nah-sdp-launcher-popover .nah-sdp-tool-nav-card{background:#172033!important;border-color:#334155!important;color:#e5edf7!important}
html.nah-sdp-night-active .nah-sdp-launcher-popover .nah-sdp-tool-nav-card small{color:#9fb0c5!important}
html.nah-sdp-night-active .nah-sdp-launcher-popover .nah-sdp-title{color:#eef6fb!important}
@media(max-width:1199.98px){
  .nah-sdp-launcher-popover{left:8px!important;right:8px!important;width:auto!important;padding:12px!important;max-height:calc(100vh - var(--nah-sdp-bar-h) - 24px - env(safe-area-inset-bottom))!important}
  .nah-sdp-launcher-popover .nah-sdp-tool-nav-card{min-height:64px!important;padding:9px 10px!important}
}


/* v2.6 — Expanded launcher-only Utility Hub. */
.nah-sdp-tool-nav-icon--spotlines{background:#dbeafe;color:#1d4ed8}
.nah-sdp-tool-nav-icon--inspiration{background:#fce7f3;color:#be185d;font-size:20px}
.nah-sdp-launcher-popover{overflow:auto!important;overscroll-behavior:contain!important;scrollbar-gutter:stable}
.nah-sdp-launcher-popover .nah-sdp-tool-nav-header{position:sticky;top:0;z-index:2;background:inherit!important}
@media(max-width:1199.98px){
  .nah-sdp-launcher-popover .nah-sdp-tool-nav-grid{padding-bottom:4px!important}
}


/* v2.7 — Desktop Utility panel viewport positioning hotfix.
   Keep mobile/tablet behavior byte-compatible with v2.6. */
@media (min-width:1200px){
  .nah-sdp-dock .nah-sdp-launcher-popover{
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    max-height:calc(100vh - 40px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  .nah-sdp-dock .nah-sdp-launcher-popover .nah-sdp-tool-nav-grid{
    padding-bottom:2px!important;
  }
}

.nah-sdp-tool-nav-icon--qa{background:#dff7f2;color:#087b78;font-size:14px}
