/* ========================================================================
   HostingJet Cloud OS 0.28.16 — Homepage, service artwork and Inbox Reach modal
   Two reference hero cards plus one compact, main-domain-only product box.
   ======================================================================== */

body .hj-home-v288.hj-page-current-overview .hj-main {
  background: #f6f7f8 !important;
}

body .hj-home-v288.hj-page-current-overview .hj-page-context:empty {
  display: none !important;
}

body .hj-home-v288.hj-page-current-overview .hj288-home {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 28px 30px 44px;
}

body .hj-home-v288.hj-page-current-overview .hj288-home > .hj32-inline-notice {
  margin: 0 0 14px;
}

body .hj-home-v288.hj-page-current-overview .hj287-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(320px, 1fr);
  gap: 14px;
  align-items: stretch;
}

body .hj-home-v288.hj-page-current-overview :is(.hj287-inference-card,.hj287-deploy-card) {
  position: relative;
  min-width: 0;
  height: clamp(250px, 23vw, 330px);
  overflow: hidden;
  border-radius: 15px;
  isolation: isolate;
  box-shadow: none;
}

/* Dark inference card ---------------------------------------------------- */
body .hj-home-v288.hj-page-current-overview .hj287-inference-card {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.04);
  background:
    radial-gradient(circle at 54% 56%, rgba(48,139,79,.15), transparent 27%),
    linear-gradient(180deg, #1b1b1d 0%, #1a1a1c 100%);
  color: #fff;
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-card::before,
body .hj-home-v288.hj-page-current-overview .hj287-inference-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 55%;
  height: 82%;
  opacity: .48;
  background-image: radial-gradient(circle, rgba(255,255,255,.34) .65px, transparent .8px);
  background-size: 4px 4px;
  filter: blur(.1px);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 40%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 0 40%, transparent 72%);
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-card::before {
  left: -15%;
  top: -36%;
  transform: rotate(-10deg);
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-card::after {
  right: -18%;
  bottom: -41%;
  transform: rotate(15deg);
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-mesh {
  position: absolute;
  z-index: -1;
  width: 42%;
  height: 82%;
  opacity: .34;
  background-image: radial-gradient(circle, rgba(255,255,255,.29) .55px, transparent .8px);
  background-size: 4px 4px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 43%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, #000 0 43%, transparent 75%);
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-mesh-a {
  right: -11%;
  top: -33%;
  transform: rotate(10deg);
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-mesh-b {
  left: -12%;
  bottom: -45%;
  transform: rotate(-14deg);
}

body .hj-home-v288.hj-page-current-overview .hj287-green-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent 0%, #43ff85 22%, rgba(67,255,133,.9) 72%, transparent 100%);
  box-shadow: 0 0 12px rgba(55,255,126,.16);
  opacity: .9;
}

body .hj-home-v288.hj-page-current-overview .hj287-green-line-a { width: 26%; left: 6%; top: 18%; }
body .hj-home-v288.hj-page-current-overview .hj287-green-line-b { width: 22%; right: 0; top: 40%; }
body .hj-home-v288.hj-page-current-overview .hj287-green-line-c { width: 24%; left: -2%; bottom: 42%; }
body .hj-home-v288.hj-page-current-overview .hj287-green-line-d { width: 17%; right: 5%; bottom: 26%; }

body .hj-home-v288.hj-page-current-overview .hj287-inference-content {
  position: relative;
  z-index: 3;
  width: min(72%, 590px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-kicker {
  margin-bottom: 7px;
  color: rgba(255,255,255,.43);
  font-size: 10px;
  font-weight: 450;
  line-height: 1.2;
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2.35vw, 35px);
  font-weight: 480;
  line-height: 1.08;
  letter-spacing: -.035em;
}

body .hj-home-v288.hj-page-current-overview .hj287-catalog-search {
  width: min(78%, 430px);
  min-height: 42px;
  margin-top: 22px;
  padding: 0 13px 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 57% 50%, rgba(42,170,80,.34), transparent 43%),
    rgba(12,13,14,.58);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.32), 0 0 22px rgba(24,187,69,.06);
  color: rgba(255,255,255,.94);
  text-decoration: none;
  font-size: 11px;
  font-weight: 450;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body .hj-home-v288.hj-page-current-overview .hj287-catalog-search svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: rgba(255,255,255,.86);
}

body .hj-home-v288.hj-page-current-overview .hj287-catalog-search:hover {
  transform: translateY(-1px);
  border-color: rgba(79,255,137,.42);
  background-color: rgba(17,19,19,.72);
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-content p {
  margin: 21px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 9.5px;
  font-weight: 430;
  line-height: 1.55;
}

body .hj-home-v288.hj-page-current-overview .hj287-inference-content p span {
  color: #48e884;
}

/* Orange deployment card ------------------------------------------------ */
body .hj-home-v288.hj-page-current-overview .hj287-deploy-card {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(194,54,0,.16);
  background-color: #9e130d;
  background-image:
    linear-gradient(90deg, rgba(32, 0, 0, .08) 0%, rgba(32, 0, 0, .18) 48%, rgba(18, 0, 0, .38) 100%),
    url('./hostingjet-deploy-glow.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(28,0,0,.05) 36%, rgba(28,0,0,.26));
  pointer-events: none;
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: clamp(27px, 3vw, 42px) clamp(22px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-copy h2 {
  max-width: 280px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 520;
  line-height: 1.06;
  letter-spacing: -.035em;
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-copy p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 450;
  line-height: 1.45;
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-copy a {
  min-height: 38px;
  margin-top: auto;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 999px;
  background: #fff;
  color: #ff4d0c;
  text-decoration: none;
  font-size: 11px;
  font-weight: 650;
  box-shadow: 0 8px 20px rgba(91,16,0,.13);
  transition: transform .18s ease, box-shadow .18s ease;
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-copy a:hover {
  transform: translateY(-1px);
  box-shadow: 0 11px 25px rgba(91,16,0,.18);
}

body .hj-home-v288.hj-page-current-overview .hj287-deploy-copy a svg {
  width: 13px;
  height: 13px;
}

body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud {
  position: absolute;
  right: 8%;
  bottom: 16%;
  z-index: 1;
  width: 46%;
  height: 43%;
  opacity: .7;
  filter: blur(.1px);
}

body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i {
  position: absolute;
  display: block;
  width: 31px;
  height: 31px;
  background: rgba(255,130,76,.33);
  box-shadow: 0 0 28px rgba(255,117,56,.10);
}

body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(1) { left: 2%; top: 14%; width: 27px; height: 27px; }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(2) { left: 18%; top: 29%; width: 36px; height: 36px; background: rgba(255,173,105,.34); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(3) { left: 35%; top: 36%; width: 42px; height: 42px; background: rgba(238,94,36,.35); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(4) { left: 53%; top: 41%; width: 44px; height: 44px; background: rgba(222,67,21,.36); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(5) { left: 72%; top: 47%; width: 40px; height: 40px; background: rgba(255,160,73,.55); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(6) { left: 88%; top: 54%; width: 29px; height: 29px; background: rgba(255,185,80,.64); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(7) { left: 25%; top: 66%; width: 24px; height: 24px; background: rgba(203,44,14,.36); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(8) { left: 45%; top: 74%; width: 34px; height: 34px; background: rgba(213,52,16,.34); }
body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud i:nth-child(9) { left: 69%; top: 70%; width: 38px; height: 38px; background: rgba(255,126,47,.43); }

@media (max-width: 1180px) {
  body .hj-home-v288.hj-page-current-overview .hj287-hero-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .95fr);
  }
  body .hj-home-v288.hj-page-current-overview .hj287-inference-content { width: 82%; }
}

@media (max-width: 900px) {
  body .hj-home-v288.hj-page-current-overview .hj288-home {
    padding: 18px 16px 30px;
  }
  body .hj-home-v288.hj-page-current-overview .hj287-hero-grid {
    grid-template-columns: 1fr;
  }
  body .hj-home-v288.hj-page-current-overview :is(.hj287-inference-card,.hj287-deploy-card) {
    height: 265px;
  }
  body .hj-home-v288.hj-page-current-overview .hj287-deploy-card { min-height: 235px; }
}

@media (max-width: 560px) {
  body .hj-home-v288.hj-page-current-overview .hj288-home {
    padding: 12px 11px 24px;
  }
  body .hj-home-v288.hj-page-current-overview :is(.hj287-inference-card,.hj287-deploy-card) {
    border-radius: 12px;
  }
  body .hj-home-v288.hj-page-current-overview .hj287-inference-card { height: 250px; }
  body .hj-home-v288.hj-page-current-overview .hj287-inference-content { width: 90%; }
  body .hj-home-v288.hj-page-current-overview .hj287-catalog-search { width: 92%; }
  body .hj-home-v288.hj-page-current-overview .hj287-deploy-card { height: 230px; }
  body .hj-home-v288.hj-page-current-overview .hj287-pixel-cloud { right: 0; width: 55%; opacity: .55; }
}

@media (prefers-reduced-motion: reduce) {
  body .hj-home-v288.hj-page-current-overview :is(.hj287-catalog-search,.hj287-deploy-copy a) {
    transition: none;
  }
}


/* Runtime recovery boundary --------------------------------------------- */
body .hj-home-v288 .hj-runtime-recovery {
  margin: 28px 30px;
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  color: #17191c;
}
body .hj-home-v288 .hj-runtime-recovery strong { display: block; font-size: 15px; }
body .hj-home-v288 .hj-runtime-recovery p { margin: 6px 0 0; color: #667085; font-size: 13px; }

/* Homepage domains inventory — 0.28.10 ---------------------------------- */
body .hj-home-v288.hj-page-current-overview .hj290-domain-panel {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16,24,40,.025);
}

body .hj-home-v288.hj-page-current-overview .hj290-product-tabs {
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: stretch;
  gap: 28px;
  overflow-x: auto;
  border-bottom: 1px solid #e8eaed;
  scrollbar-width: none;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs::-webkit-scrollbar { display: none; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a {
  position: relative;
  min-width: max-content;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #62676f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 480;
  line-height: 1;
  transition: color .16s ease;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a > span {
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  color: #6d737b;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a svg { width: 16px; height: 16px; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a strong { font: inherit; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a:hover,
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a.is-active { color: #17191c; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #d4ee19;
}

body .hj-home-v288.hj-page-current-overview .hj290-domain-panel-head {
  min-height: 64px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-panel-head h2 {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  font-weight: 520;
  line-height: 1.2;
  letter-spacing: -.012em;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-panel-head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #17191c;
  text-decoration: none;
  font-size: 12px;
  font-weight: 520;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-panel-head > a svg { width: 13px; height: 13px; }

body .hj-home-v288.hj-page-current-overview .hj290-domain-list {
  padding: 0 18px 18px;
  display: grid;
  gap: 8px;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-row {
  min-height: 68px;
  padding: 9px 10px 9px 12px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(240px, auto);
  align-items: center;
  gap: 18px;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16,24,40,.025);
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f1edff;
  color: #7a42e8;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-avatar.is-blue { background: #eef3ff; color: #4d62ef; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-avatar.is-charcoal { background: #f0f1f2; color: #202226; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-avatar.is-orange { background: #fff1e7; color: #f27622; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-avatar svg { width: 19px; height: 19px; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-identity > div { min-width: 0; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-identity strong {
  display: block;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-identity small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #7a8088;
  font-size: 11px;
  font-weight: 430;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .hj-home-v288.hj-page-current-overview .hj290-dns-label {
  color: #1f2328;
  font-size: 11px;
  font-weight: 520;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions a {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe2e6;
  border-radius: 7px;
  background: #fff;
  color: #202328;
  text-decoration: none;
  font-size: 11px;
  font-weight: 520;
  line-height: 1;
  white-space: nowrap;
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions a:hover {
  transform: translateY(-1px);
  border-color: #cbd0d6;
  background: #f8f9fa;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions .hj290-protection {
  min-width: 126px;
}

body .hj-home-v288.hj-page-current-overview .hj290-domain-empty {
  margin: 0 18px 18px;
  min-height: 84px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border: 1px dashed #dfe3e8;
  border-radius: 10px;
  background: #fafbfc;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-empty > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f0edff;
  color: #7251da;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-empty > span svg { width: 18px; height: 18px; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-empty strong { display: block; color: #202328; font-size: 13px; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-empty p { margin: 3px 0 0; color: #757b84; font-size: 11px; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-empty a {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dfe2e6;
  border-radius: 7px;
  background: #fff;
  color: #202328;
  text-decoration: none;
  font-size: 11px;
  font-weight: 520;
}

@media (max-width: 900px) {
  body .hj-home-v288.hj-page-current-overview .hj290-domain-panel { margin-top: 12px; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
  }
  body .hj-home-v288.hj-page-current-overview .hj290-dns-label { display: none; }
}

@media (max-width: 650px) {
  body .hj-home-v288.hj-page-current-overview .hj290-product-tabs { min-height: 52px; padding: 0 14px; gap: 22px; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-panel-head { min-height: 58px; padding: 0 14px; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-list { padding: 0 10px 10px; gap: 7px; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row {
    min-height: 0;
    padding: 11px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-actions { justify-content: stretch; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-actions a { flex: 1 1 0; min-width: 0; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-empty {
    margin: 0 10px 10px;
    grid-template-columns: auto 1fr;
  }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-empty > a { grid-column: 1 / -1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  body .hj-home-v288.hj-page-current-overview .hj290-domain-actions a { transition: none; }
}

/* Homepage in-place product tabs — 0.28.11 ------------------------------ */
body .hj-home-v288.hj-page-current-overview .hj291-product-panel [hidden] {
  display: none !important;
}

body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button {
  position: relative;
  min-width: max-content;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #62676f;
  font: inherit;
  font-size: 13px;
  font-weight: 480;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: color .16s ease;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button > span {
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  color: #6d737b;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button svg { width: 16px; height: 16px; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button strong { font: inherit; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button em {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f2f4;
  color: #7a8088;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button:hover,
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button.is-active { color: #17191c; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button.is-active > span { color: #17191c; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button.is-active em { background: #eef4be; color: #343900; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #d4ee19;
}
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button:focus-visible {
  outline: 2px solid #181a1e;
  outline-offset: 4px;
  border-radius: 4px;
}

body .hj-home-v288.hj-page-current-overview .hj291-tab-panel {
  min-width: 0;
}

body .hj-home-v288.hj-page-current-overview .hj290-domain-row {
  grid-template-columns: minmax(250px, 1.18fr) minmax(170px, .72fr) minmax(190px, .7fr) minmax(240px, auto);
}

body .hj-home-v288.hj-page-current-overview .hj291-resource-list {
  padding: 0 18px 18px;
  display: grid;
  gap: 8px;
}
body .hj-home-v288.hj-page-current-overview .hj291-resource-row {
  min-height: 72px;
  padding: 9px 10px 9px 12px;
  display: grid;
  align-items: center;
  gap: 16px;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16,24,40,.025);
}
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-website,
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting {
  grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(130px, .72fr)) minmax(190px, auto);
}
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-ssl {
  grid-template-columns: minmax(260px, 1.2fr) minmax(170px, .75fr) minmax(190px, .85fr) minmax(130px, auto);
}

body .hj-home-v288.hj-page-current-overview .hj291-row-metric {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
body .hj-home-v288.hj-page-current-overview .hj291-row-metric > span {
  color: #8a9098;
  font-size: 9px;
  font-weight: 590;
  line-height: 1.2;
  letter-spacing: .045em;
  text-transform: uppercase;
}
body .hj-home-v288.hj-page-current-overview .hj291-row-metric > strong {
  overflow: hidden;
  color: #23262a;
  font-size: 11px;
  font-weight: 570;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .hj-home-v288.hj-page-current-overview .hj291-row-metric > small {
  overflow: hidden;
  color: #8a9098;
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .hj-home-v288.hj-page-current-overview .hj291-row-metric.is-warning > strong { color: #9a5a00; }
body .hj-home-v288.hj-page-current-overview .hj291-row-metric.is-danger > strong { color: #c52b2b; }
body .hj-home-v288.hj-page-current-overview .hj291-row-metric.is-success > strong { color: #087a47; }
body .hj-home-v288.hj-page-current-overview .hj291-row-metric.is-muted > strong { color: #747a82; }

body .hj-home-v288.hj-page-current-overview .hj291-status-dot {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #d29b35;
  vertical-align: 1px;
}
body .hj-home-v288.hj-page-current-overview .hj291-status-dot.is-good { background: #24b36b; }
body .hj-home-v288.hj-page-current-overview .hj291-status-dot.is-warning { background: #d29b35; }

body .hj-home-v288.hj-page-current-overview .hj290-domain-actions .hj291-login {
  min-width: 92px;
  gap: 7px;
  border-color: #191b1f;
  background: #191b1f;
  color: #fff;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions .hj291-login:hover {
  border-color: #000;
  background: #000;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions .hj291-login svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 1180px) {
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row {
    grid-template-columns: minmax(220px, 1fr) minmax(150px, .68fr) minmax(170px, .7fr) minmax(220px, auto);
  }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row .hj290-dns-label { display: none; }
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-website,
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting {
    grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(112px, .7fr)) minmax(170px, auto);
    gap: 12px;
  }
}

@media (max-width: 960px) {
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-website,
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting {
    grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(130px, .7fr));
  }
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-website .hj291-row-metric:nth-of-type(4),
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting .hj291-row-metric:nth-of-type(4) {
    display: none;
  }
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row .hj290-domain-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-ssl {
    grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(150px, .8fr));
  }
}

@media (max-width: 650px) {
  body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button { font-size: 12px; }
  body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button em { display: none; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row,
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-website,
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting,
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-ssl {
    min-height: 0;
    padding: 11px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body .hj-home-v288.hj-page-current-overview .hj291-resource-list { padding: 0 10px 10px; gap: 7px; }
  body .hj-home-v288.hj-page-current-overview .hj291-resource-row .hj290-domain-actions { grid-column: auto; justify-content: stretch; }
  body .hj-home-v288.hj-page-current-overview .hj291-row-metric { padding-left: 52px; }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row .hj291-row-metric { padding-left: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button { transition: none; }
}

/* Account health reference section — 0.28.12 --------------------------- */
body .hj-home-v288.hj-page-current-overview .hj292-account-health {
  width: min(100%, 1060px);
  margin: 18px auto 0;
  display: grid;
  gap: 16px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card {
  position: relative;
  min-width: 0;
  min-height: 390px;
  padding: 34px 36px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 28px;
  color: #101114;
  isolation: isolate;
  box-shadow: 0 18px 42px rgba(29, 34, 46, .07), inset 0 0 0 1px rgba(255,255,255,.24);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.24), transparent 46%, rgba(255,255,255,.08));
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card-utilization {
  background:
    radial-gradient(circle at 8% 4%, rgba(207, 204, 255, .96), transparent 42%),
    radial-gradient(circle at 98% 2%, rgba(255, 115, 93, .95), transparent 47%),
    radial-gradient(circle at 51% 98%, rgba(255, 197, 230, .92), transparent 58%),
    linear-gradient(135deg, #ebe9ff 0%, #fff0ec 48%, #ffc4da 100%);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card-protection {
  background:
    radial-gradient(circle at 5% 86%, rgba(81, 223, 218, .96), transparent 48%),
    radial-gradient(circle at 99% 2%, rgba(66, 145, 255, .94), transparent 50%),
    radial-gradient(circle at 48% 35%, rgba(229, 255, 255, .86), transparent 54%),
    linear-gradient(135deg, #7ce9df 0%, #d8f5fb 50%, #9cc9ff 100%);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-heading h2 {
  max-width: 300px;
  margin: 0;
  color: #111216;
  font-size: clamp(23px, 2.1vw, 32px);
  font-weight: 570;
  line-height: 1.06;
  letter-spacing: -.035em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(255,255,255,.43);
  color: #111216;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 12px 30px rgba(54, 55, 67, .05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.45;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-value {
  margin-top: auto;
  color: #050608;
  font-size: clamp(70px, 7vw, 100px);
  font-weight: 420;
  line-height: .84;
  letter-spacing: -.07em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card > strong {
  margin-top: 24px;
  color: #16171a;
  font-size: clamp(20px, 1.65vw, 27px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -.025em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card > p {
  margin: 8px 0 0;
  color: rgba(18, 20, 25, .77);
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 430;
  line-height: 1.35;
  letter-spacing: -.012em;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
  position: relative;
  min-height: 126px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, #f2f3f5 0%, #e9ebee 100%);
  color: #101114;
  box-shadow: 0 15px 38px rgba(30, 35, 47, .07), inset 0 0 0 1px rgba(255,255,255,.62);
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy h2 {
  margin: 0;
  color: #111216;
  font-size: clamp(23px, 1.9vw, 30px);
  font-weight: 580;
  line-height: 1.05;
  letter-spacing: -.035em;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy p {
  margin: 9px 0 0;
  color: #6c7078;
  font-size: 16px;
  font-weight: 430;
  line-height: 1.3;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(30, 34, 42, .04);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #3d58db;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(37, 42, 54, .09);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 42, 54, .13);
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon svg {
  width: 28px;
  height: 28px;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon.is-wordpress { color: #1473e6; }
body .hj-home-v288.hj-page-current-overview .hj292-service-icon.is-dns { color: #1aa69a; }
body .hj-home-v288.hj-page-current-overview .hj292-service-icon.is-ssl { color: #7b45d8; }
body .hj-home-v288.hj-page-current-overview .hj292-service-icon.is-mail { color: #e59b00; }
body .hj-home-v288.hj-page-current-overview .hj292-service-icon.is-backups { color: #157ed0; }
body .hj-home-v288.hj-page-current-overview .hj292-service-icon.is-inactive {
  opacity: .38;
  filter: saturate(.25);
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu {
  position: relative;
  margin-left: 8px;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary {
  width: 46px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #15171b;
  cursor: pointer;
  list-style: none;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary::-webkit-details-marker { display: none; }
body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary svg { width: 25px; height: 25px; }
body .hj-home-v288.hj-page-current-overview .hj292-services-menu[open] summary { background: rgba(255,255,255,.68); }

body .hj-home-v288.hj-page-current-overview .hj292-services-menu > div {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 25;
  width: 190px;
  padding: 7px;
  display: grid;
  gap: 2px;
  border: 1px solid #e2e4e8;
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 44px rgba(24, 29, 40, .14);
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu > div a {
  padding: 9px 10px;
  border-radius: 9px;
  color: #25282e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 520;
}
body .hj-home-v288.hj-page-current-overview .hj292-services-menu > div a:hover { background: #f3f4f6; }

@media (max-width: 1050px) {
  body .hj-home-v288.hj-page-current-overview .hj292-account-health { max-width: 900px; }
  body .hj-home-v288.hj-page-current-overview .hj292-health-card { min-height: 340px; padding: 28px; border-radius: 24px; }
  body .hj-home-v288.hj-page-current-overview .hj292-health-icon { width: 62px; height: 62px; flex-basis: 62px; border-radius: 18px; }
  body .hj-home-v288.hj-page-current-overview .hj292-health-icon svg { width: 29px; height: 29px; }
}

@media (max-width: 760px) {
  body .hj-home-v288.hj-page-current-overview .hj292-health-grid { grid-template-columns: 1fr; }
  body .hj-home-v288.hj-page-current-overview .hj292-health-card { min-height: 310px; }
  body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
    padding: 22px;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
  }
  body .hj-home-v288.hj-page-current-overview .hj292-service-icons { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  body .hj-home-v288.hj-page-current-overview .hj292-services-menu { margin-left: auto; }
}

@media (max-width: 480px) {
  body .hj-home-v288.hj-page-current-overview .hj292-health-card { min-height: 285px; padding: 24px; border-radius: 22px; }
  body .hj-home-v288.hj-page-current-overview .hj292-health-icon { width: 54px; height: 54px; flex-basis: 54px; border-radius: 16px; }
  body .hj-home-v288.hj-page-current-overview .hj292-health-value { font-size: 68px; }
  body .hj-home-v288.hj-page-current-overview .hj292-services-connected { padding: 20px; }
  body .hj-home-v288.hj-page-current-overview .hj292-service-icon { width: 49px; height: 49px; flex-basis: 49px; }
  body .hj-home-v288.hj-page-current-overview .hj292-service-icon svg { width: 24px; height: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  body .hj-home-v288.hj-page-current-overview .hj292-service-icon { transition: none; }
}

/* Balanced product workspace + account health — 0.28.13 ---------------- */
body .hj-home-v288.hj-page-current-overview .hj293-account-health-title {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  font-weight: 590;
  line-height: 1.2;
  letter-spacing: -.018em;
}

body .hj-home-v288.hj-page-current-overview .hj292-account-health {
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
  padding: 14px;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16,24,40,.025);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
  gap: 10px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card {
  min-height: 228px;
  padding: 18px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.26);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-heading {
  gap: 10px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-heading h2 {
  max-width: 150px;
  font-size: 15px;
  font-weight: 590;
  line-height: 1.14;
  letter-spacing: -.025em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 13px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-icon svg {
  width: 21px;
  height: 21px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-value {
  font-size: clamp(48px, 4.4vw, 62px);
  line-height: .9;
  letter-spacing: -.065em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card > strong {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.18;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card > p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.35;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
  min-height: 92px;
  padding: 16px 18px;
  gap: 14px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.62);
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy h2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.02em;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy p {
  margin-top: 5px;
  font-size: 11px;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icons {
  gap: 7px;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  box-shadow: 0 6px 14px rgba(37,42,54,.07);
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon svg {
  width: 19px;
  height: 19px;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu {
  margin-left: 2px;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(30,34,42,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.74);
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary svg {
  width: 19px;
  height: 19px;
}

/* Compact account health below product workspace — 0.28.14 ------------ */
body .hj-home-v288.hj-page-current-overview .hj288-home {
  display: block;
}

body .hj-home-v288.hj-page-current-overview .hj291-product-panel {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

body .hj-home-v288.hj-page-current-overview .hj292-account-health {
  width: 100%;
  max-width: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.18fr);
  gap: 9px 12px;
  align-items: stretch;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body .hj-home-v288.hj-page-current-overview .hj293-account-health-title {
  grid-column: 1 / -1;
  margin: 0 0 1px 2px;
  font-size: 15px;
  font-weight: 610;
  line-height: 1.15;
  letter-spacing: -.018em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card {
  min-height: 126px;
  padding: 13px 15px 12px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 0 8px 24px rgba(35,39,48,.045);
}

body .hj-home-v288.hj-page-current-overview .hj292-health-heading {
  gap: 8px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-heading h2 {
  max-width: 130px;
  font-size: 12.5px;
  font-weight: 610;
  line-height: 1.12;
  letter-spacing: -.022em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 10px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-icon svg {
  width: 17px;
  height: 17px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-value {
  margin-top: auto;
  font-size: clamp(32px, 3.2vw, 43px);
  line-height: .88;
  letter-spacing: -.06em;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card > strong {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 620;
  line-height: 1.15;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card > p {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.25;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
  grid-column: 2;
  min-height: 126px;
  padding: 16px 18px;
  gap: 16px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.68), 0 8px 24px rgba(35,39,48,.045);
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy {
  min-width: 150px;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy h2 {
  font-size: 14px;
  font-weight: 620;
  line-height: 1.1;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-copy p {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.25;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icons {
  gap: 7px;
  flex-wrap: nowrap;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  box-shadow: 0 5px 13px rgba(37,42,54,.07);
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon svg {
  width: 18px;
  height: 18px;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-menu summary svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1050px) {
  body .hj-home-v288.hj-page-current-overview .hj292-account-health {
    grid-template-columns: 1fr;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-health-grid,
  body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  body .hj-home-v288.hj-page-current-overview .hj292-account-health {
    padding: 0;
    gap: 8px;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-health-card {
    min-height: 122px;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
    min-height: 92px;
    padding: 14px;
    align-items: center;
    flex-direction: row;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-service-icons {
    width: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
    grid-template-columns: 1fr;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
    align-items: flex-start;
    flex-direction: column;
  }

  body .hj-home-v288.hj-page-current-overview .hj292-service-icons {
    width: 100%;
    justify-content: flex-start;
  }
}/* Default service icons + Inbox Reach modal */
body .hj-home-v288.hj-page-current-overview .hj292-account-health {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

body .hj-home-v288.hj-page-current-overview .hj293-account-health-title,
body .hj-home-v288.hj-page-current-overview .hj292-health-grid,
body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
  grid-column: 1;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

body .hj-home-v288.hj-page-current-overview .hj292-health-card,
body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card {
  min-height: 132px;
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 95% 2%, rgba(139, 184, 255, .76), transparent 48%),
    radial-gradient(circle at 4% 94%, rgba(205, 193, 255, .82), transparent 50%),
    linear-gradient(135deg, #eeeaff 0%, #f1f6ff 52%, #dfeeff 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 8px 24px rgba(35,39,48,.045);
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card.is-attention {
  background:
    radial-gradient(circle at 96% 3%, rgba(255, 172, 156, .72), transparent 47%),
    radial-gradient(circle at 3% 95%, rgba(210, 198, 255, .86), transparent 52%),
    linear-gradient(135deg, #eeeaff 0%, #fff1ed 55%, #ffdfe5 100%);
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card.is-ready {
  background:
    radial-gradient(circle at 96% 3%, rgba(126, 213, 190, .7), transparent 47%),
    radial-gradient(circle at 3% 95%, rgba(211, 201, 255, .84), transparent 53%),
    linear-gradient(135deg, #eeeaff 0%, #edf9f5 56%, #d9f3ea 100%);
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-toggle {
  width: 100%;
  min-height: 132px;
  padding: 13px 15px 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: #101114;
  text-align: left;
  cursor: pointer;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-toggle:hover {
  background: rgba(255,255,255,.075);
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-toggle:focus-visible {
  outline: 2px solid #24272d;
  outline-offset: 3px;
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-toggle .hj292-health-heading {
  width: 100%;
}

body .hj-home-v288.hj-page-current-overview .hj294-card-title {
  max-width: 130px;
  color: #111216;
  font-size: 12.5px;
  font-weight: 610;
  line-height: 1.12;
  letter-spacing: -.022em;
}

body .hj-home-v288.hj-page-current-overview .hj295-health-art {
  padding: 1px;
  overflow: hidden;
}body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-toggle .hj292-health-value {
  margin-top: auto;
  color: #08090b;
  font-size: clamp(32px, 3.2vw, 43px);
  font-weight: 470;
  line-height: .88;
  letter-spacing: -.06em;
}

body .hj-home-v288.hj-page-current-overview .hj294-delivery-state {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #17181b;
  font-size: 11px;
  font-weight: 620;
  line-height: 1.15;
}

body .hj-home-v288.hj-page-current-overview .hj294-delivery-state i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #2ba36e;
  box-shadow: 0 0 0 3px rgba(43,163,110,.1);
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card.is-attention .hj294-delivery-state i {
  background: #ce4d58;
  box-shadow: 0 0 0 3px rgba(206,77,88,.1);
}

body .hj-home-v288.hj-page-current-overview .hj294-card-copy {
  margin-top: 3px;
  overflow: hidden;
  color: rgba(25, 27, 32, .72);
  font-size: 10px;
  font-weight: 450;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .hj-home-v288.hj-page-current-overview .hj292-services-connected {
  min-height: 78px;
  padding: 12px 16px;
  border-radius: 14px;
}

body .hj-home-v288.hj-page-current-overview .hj292-service-icon {
  overflow: visible;
}

body.hj-inbox-modal-open {
  overflow: hidden;
}

body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  padding: 28px;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal[hidden] {
  display: none !important;
}

body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

body .hj-home-v288.hj-page-current-overview .hj295-inbox-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(11, 14, 20, .42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: default;
}

body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 56px));
  max-height: min(78vh, 760px);
  overflow: auto;
  border: 1px solid rgba(226, 228, 233, .95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(16, 20, 29, .24), 0 3px 12px rgba(16, 20, 29, .08);
  transform: translateY(10px) scale(.992);
  transition: transform .2s ease;
  overscroll-behavior: contain;
}

body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal.is-open .hj294-inbox-reach-panel {
  transform: translateY(0) scale(1);
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-header {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 78px;
  padding: 15px 16px 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #eceef1;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-kicker {
  display: block;
  margin-bottom: 3px;
  color: #777d88;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-header h3 {
  margin: 0;
  color: #17191d;
  font-size: 16px;
  font-weight: 640;
  letter-spacing: -.025em;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-header p {
  max-width: 460px;
  margin: 4px 0 0;
  color: #747983;
  font-size: 10.5px;
  line-height: 1.4;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-actions button,
body .hj-home-v288.hj-page-current-overview .hj294-issue-review,
body .hj-home-v288.hj-page-current-overview .hj294-all-clear > a {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe2e7;
  border-radius: 9px;
  background: #fff;
  color: #202329;
  text-decoration: none;
  font: inherit;
  font-size: 10.5px;
  font-weight: 630;
  cursor: pointer;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-actions .hj294-fix-all {
  border-color: #111318;
  background: #111318;
  color: #fff;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-actions button:disabled {
  opacity: .55;
  cursor: wait;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-actions .hj294-panel-close {
  width: 36px;
  padding: 0;
}

body .hj-home-v288.hj-page-current-overview .hj294-panel-close svg {
  width: 15px;
  height: 15px;
}

body .hj-home-v288.hj-page-current-overview .hj294-fix-status {
  margin: 12px 14px 0;
  padding: 11px 12px;
  border: 1px solid #d9e4df;
  border-radius: 10px;
  background: #f1f8f5;
  color: #286b50;
  font-size: 10.5px;
  font-weight: 560;
  line-height: 1.4;
}

body .hj-home-v288.hj-page-current-overview .hj294-fix-status.is-error {
  border-color: #f0d3d5;
  background: #fff3f3;
  color: #a03b44;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-list {
  padding: 10px;
  display: grid;
  gap: 7px;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-row {
  min-height: 72px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid #eceef1;
  border-radius: 11px;
  background: #fafafb;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-row.is-fixable {
  border-color: #efdadd;
  background: #fffafa;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  color: #ad3f49;
  box-shadow: inset 0 0 0 1px rgba(31, 35, 43, .055);
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-icon svg {
  width: 17px;
  height: 17px;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-row strong {
  display: block;
  color: #202329;
  font-size: 11.5px;
  font-weight: 640;
  line-height: 1.25;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-row p {
  margin: 3px 0 0;
  color: #626872;
  font-size: 10px;
  line-height: 1.4;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-row small {
  display: block;
  margin-top: 4px;
  color: #8a9099;
  font-size: 9px;
}

body .hj-home-v288.hj-page-current-overview .hj294-issue-state {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f4e9ec;
  color: #9d3d48;
  font-size: 9px;
  font-weight: 650;
  white-space: nowrap;
}

body .hj-home-v288.hj-page-current-overview .hj294-all-clear {
  margin: 10px;
  padding: 15px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #f5faf7;
}

body .hj-home-v288.hj-page-current-overview .hj294-all-clear > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #dff3e8;
  color: #27805b;
}

body .hj-home-v288.hj-page-current-overview .hj294-all-clear svg { width: 19px; height: 19px; }
body .hj-home-v288.hj-page-current-overview .hj294-all-clear strong { display: block; font-size: 11.5px; color: #1e2823; }
body .hj-home-v288.hj-page-current-overview .hj294-all-clear p { margin: 3px 0 0; color: #66716b; font-size: 10px; }

@media (max-width: 1050px) {
  body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body .hj-home-v288.hj-page-current-overview .hj292-health-grid {
    grid-template-columns: 1fr;
  }

  body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card {
    grid-column: auto;
  }

  body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal {
    padding: 0;
    place-items: end stretch;
  }

  body .hj-home-v288.hj-page-current-overview .hj295-inbox-backdrop {
    background: rgba(11, 14, 20, .48);
  }

  body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-panel {
    width: 100%;
    max-height: min(86dvh, 760px);
    border: 0;
    border-radius: 22px 22px 0 0;
    transform: translateY(100%);
  }

  body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal.is-open .hj294-inbox-reach-panel {
    transform: translateY(0);
  }

  body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-panel::before {
    content: "";
    position: sticky;
    top: 0;
    z-index: 5;
    width: 38px;
    height: 4px;
    margin: 8px auto -5px;
    display: block;
    border-radius: 999px;
    background: #d7d9de;
  }

  body .hj-home-v288.hj-page-current-overview .hj294-panel-header {
    top: 7px;
    padding: 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body .hj-home-v288.hj-page-current-overview .hj294-panel-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 36px;
  }

  body .hj-home-v288.hj-page-current-overview .hj294-panel-actions .hj294-fix-all,
  body .hj-home-v288.hj-page-current-overview .hj294-panel-actions .hj294-recheck {
    width: 100%;
  }

  body .hj-home-v288.hj-page-current-overview .hj294-issue-row {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  body .hj-home-v288.hj-page-current-overview .hj294-issue-state,
  body .hj-home-v288.hj-page-current-overview .hj294-issue-review {
    grid-column: 2;
    justify-self: start;
  }

  body .hj-home-v288.hj-page-current-overview .hj294-all-clear {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  body .hj-home-v288.hj-page-current-overview .hj294-all-clear > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button > .hj295-tab-art {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }}

@media (prefers-reduced-motion: reduce) {
  body .hj-home-v288.hj-page-current-overview .hj295-inbox-modal,
  body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-panel {
    transition: none;
  }
}


/* 0.28.17 — restore the original compact SVG icon language */
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button > span:not(.hj295-tab-art) { width:24px; height:24px; display:grid; place-items:center; color:#686d75; }
body .hj-home-v288.hj-page-current-overview .hj290-product-tabs button > span:not(.hj295-tab-art) svg { width:16px; height:16px; }
body .hj-home-v288.hj-page-current-overview .hj290-domain-avatar svg { width:17px; height:17px; }
body .hj-home-v288.hj-page-current-overview .hj292-service-icon svg { width:18px; height:18px; }
body .hj-home-v288.hj-page-current-overview .hj294-inbox-reach-card .hj292-health-icon svg { width:16px; height:16px; }
body .hj-home-v288.hj-page-current-overview .hj297-origin-metric { min-width:155px; }
body .hj-home-v288.hj-page-current-overview .hj297-files-button { display:inline-flex; align-items:center; gap:6px; }
body .hj-home-v288.hj-page-current-overview .hj297-files-button svg { width:13px; height:13px; }
@media (max-width:1060px) { body .hj-home-v288.hj-page-current-overview .hj297-origin-metric { display:none; } }


/* 0.28.19 — secure loader and homepage domain-row correction */
body .hj-home-v288.hj-page-current-overview .hj290-domain-row .hj290-dns-label { display: none !important; }








@media (prefers-reduced-motion: reduce) {
  
}
@media (max-width: 760px) {
  
}

@media (max-width: 900px) and (min-width: 651px) {
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row {
    grid-template-columns: minmax(0, 1fr) minmax(160px, .72fr);
    gap: 10px 16px;
  }
  body .hj-home-v288.hj-page-current-overview .hj290-domain-row .hj290-domain-actions {
    justify-content: flex-end;
  }
}

/* 0.28.20 — WHOIS expiry and seven-day grace state. */
body .hj-reference-v286 .hj291-row-metric.is-grace{padding:7px 9px;border:1px solid #f0d18f;border-radius:9px;background:#fff8e8;}
body .hj-reference-v286 .hj291-row-metric.is-grace>span,body .hj-reference-v286 .hj291-row-metric.is-grace>small{color:#9c6b1a;}
body .hj-reference-v286 .hj291-row-metric.is-grace>strong{color:#7c4e06;}
body .hj-reference-v286 .hj291-row-metric.is-warning>strong{color:#9a5f0b;}
body .hj-reference-v286 .hj291-row-metric.is-danger>strong{color:#aa332d;}

/* 0.28.23 — homepage domain manager trigger. */
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage{
  min-height:34px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dfe2e6;border-radius:7px;background:#fff;color:#202328;font:520 11px/1 inherit;white-space:nowrap;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage:hover{transform:translateY(-1px);border-color:#cbd0d6;background:#f8f9fa;}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage.is-connect{border-color:#dce3ef;background:#f3f6fa;color:#4268a8;}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage svg{width:13px;height:13px;}
@media(max-width:650px){body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage{flex:1 1 0;min-width:0;}}


/* 0.28.27 — homepage Manage button exactly matches Manage Protection. */
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage{
  min-width:126px;min-height:34px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfe2e6;border-radius:7px;background:#fff;color:#202328;appearance:none;-webkit-appearance:none;text-decoration:none;font-family:inherit;font-size:11px;font-weight:520;line-height:1;white-space:nowrap;transition:border-color .16s ease,background-color .16s ease,transform .16s ease;
}
body .hj-home-v288.hj-page-current-overview .hj290-domain-actions button.hj290-manage:hover{transform:translateY(-1px);border-color:#cbd0d6;background:#f8f9fa;}


/* 0.28.31 — supplied animated glow artwork is the exact deploy-card background. */
body .hj-home-v288.hj-page-current-overview .hj287-deploy-card .hj287-pixel-cloud {
  display: none !important;
}


/* 0.28.32 — administrator-selected image/GIF backgrounds for both top cards. */
body .hj-home-v288.hj-page-current-overview .hj287-inference-card.has-custom-background { background-color:#171719!important; background-image:linear-gradient(180deg,rgba(8,8,10,.42),rgba(8,8,10,.58)),var(--hj-dashboard-card-bg)!important; background-repeat:no-repeat!important; background-position:center!important; background-size:cover!important; }
body .hj-home-v288.hj-page-current-overview .hj287-inference-card.has-custom-background::before,body .hj-home-v288.hj-page-current-overview .hj287-inference-card.has-custom-background::after,body .hj-home-v288.hj-page-current-overview .hj287-inference-card.has-custom-background .hj287-inference-mesh,body .hj-home-v288.hj-page-current-overview .hj287-inference-card.has-custom-background .hj287-green-line{display:none!important}
body .hj-home-v288.hj-page-current-overview .hj287-deploy-card.has-custom-background { background-color:#6f100d!important; background-image:linear-gradient(90deg,rgba(20,0,0,.12),rgba(20,0,0,.28) 55%,rgba(12,0,0,.48)),var(--hj-dashboard-card-bg)!important; background-repeat:no-repeat!important; background-position:center!important; background-size:cover!important; }
body .hj-home-v288 .hj332-connect-domain-form label>small{display:block;margin-top:6px;color:#8c8f94;font-size:11px;line-height:1.45}
body .hj-home-v288 .hj332-connect-target{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e5e6e8;border-radius:10px;background:#fafafa}
body .hj-home-v288 .hj332-connect-target>span{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #e4e5e7}
body .hj-home-v288 .hj332-connect-target svg{width:16px;height:16px}body .hj-home-v288 .hj332-connect-target div{display:grid;gap:2px}body .hj-home-v288 .hj332-connect-target strong{color:#1d1f22;font-size:12px}body .hj-home-v288 .hj332-connect-target small{color:#8b8e93;font-size:10px}


/* 0.28.97 — Hosting Manage action: one-line, premium compact CTA. */
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting .hj290-domain-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:174px!important;}
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting button.hj291-login[data-hj94-open-hosting]{
  box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;gap:9px!important;width:auto!important;min-width:166px!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 17px!important;border:1px solid #1d1f23!important;border-radius:9px!important;background:#1d1f23!important;color:#fff!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:0 1px 1px rgba(12,14,18,.08)!important;font-family:inherit!important;font-size:12px!important;font-weight:600!important;line-height:1!important;letter-spacing:-.005em!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;cursor:pointer!important;
}
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting button.hj291-login[data-hj94-open-hosting]:hover{background:#0f1012!important;border-color:#0f1012!important;transform:translateY(-1px)!important;}
body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting button.hj291-login[data-hj94-open-hosting] svg{display:block!important;flex:0 0 auto!important;width:13px!important;height:13px!important;margin:0!important;}
@media(max-width:650px){body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting .hj290-domain-actions{min-width:0!important;}body .hj-home-v288.hj-page-current-overview .hj291-resource-row.is-hosting button.hj291-login[data-hj94-open-hosting]{width:100%!important;min-width:0!important;}}
