:root {
  --hostander-bg: #0b101c;
  --hostander-surface: #101827;
  --hostander-card: rgba(20, 29, 45, .72);
  --hostander-border: rgba(122, 143, 166, .22);
  --hostander-text: #f7fafc;
  --hostander-muted: #a6b3c3;
  --hostander-brand: #52c7ea;
  --hostander-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
body {
  background: var(--hostander-bg);
}
body > .hostander-page {
  min-height: 100vh;
  color: var(--hostander-text);
  background:
    radial-gradient(circle at 50% -10%, rgba(82,199,234,.18), transparent 36rem),
    linear-gradient(180deg, #0b101c 0%, #0d1422 46%, #0b101c 100%);
}
.hostander-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 16, 28, .82);
  border-bottom: 1px solid var(--hostander-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.hostander-topbar .container { position: relative; }
.hostander-nav-row {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.hostander-brand-link { display: inline-flex; align-items: center; color: var(--hostander-text); text-decoration: none; }
.hostander-brand-link:hover, .hostander-brand-link:focus { color: var(--hostander-text); text-decoration: none; }
.hostander-brand-link img { display: block; width: auto; height: 38px; max-width: 190px; object-fit: contain; }
.hostander-brand-text { font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.hostander-nav-wrap { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.hostander-primary-nav, .hostander-secondary-nav, .hostander-account-nav { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.hostander-primary-nav > li, .hostander-secondary-nav > li, .hostander-account-nav > li { position: relative; list-style: none; }
.hostander-primary-nav > li > a, .hostander-secondary-nav > li > a, .hostander-account-nav > li > a,
.hostander-mobile-panel a {
  color: var(--hostander-muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 12px;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.hostander-primary-nav > li > a:hover, .hostander-primary-nav > li.open > a,
.hostander-secondary-nav > li > a:hover, .hostander-secondary-nav > li.open > a,
.hostander-account-nav > li > a:hover, .hostander-account-nav > li.open > a,
.hostander-mobile-panel a:hover { color: var(--hostander-text); background: rgba(255,255,255,.055); text-decoration: none; }
.hostander-account-nav > li.primary-action > a, .hostander-action-primary,
.hostander-secondary-nav > li.primary-action > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: #0b101c !important;
  background: var(--hostander-text);
  border: 1px solid rgba(255,255,255,.78);
  padding: 8px 15px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}
.hostander-secondary-nav > li > a, .hostander-account-nav > li:not(.primary-action) > a {
  border: 1px solid var(--hostander-border);
  background: rgba(255,255,255,.035);
}
.hostander-topbar .dropdown-menu {
  background: #111a2a;
  border: 1px solid var(--hostander-border);
  border-radius: 14px;
  box-shadow: var(--hostander-shadow);
  padding: 8px;
  margin-top: 10px;
}
.hostander-topbar .dropdown-menu > li > a, .hostander-topbar .client-alerts a {
  color: var(--hostander-muted);
  border-radius: 9px;
  padding: 9px 12px;
}
.hostander-topbar .dropdown-menu > li > a:hover, .hostander-topbar .client-alerts a:hover { color: var(--hostander-text); background: rgba(255,255,255,.07); }
.hostander-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--hostander-border);
  background: rgba(255,255,255,.04);
  color: var(--hostander-text);
}
.hostander-menu-toggle .icon-bar { display: block; width: 18px; height: 2px; margin: 3px 0; background: currentColor; border-radius: 2px; }
.hostander-mobile-panel { border-top: 1px solid var(--hostander-border); padding: 10px 0 16px; }
.hostander-mobile-panel ul { list-style: none; padding: 0; margin: 0; }
.hostander-mobile-panel li { list-style: none; }
.hostander-mobile-panel a { display: block; margin: 2px 0; }
.hostander-mobile-panel .dropdown-menu { position: static; float: none; width: 100%; margin: 4px 0 8px; box-shadow: none; }
section#main-body {
  background: transparent;
  color: #dce6f2;
  padding-top: 34px;
  padding-bottom: 54px;
}
section#main-body .main-content,
section#main-body .sidebar .panel,
section#main-body .panel,
section#main-body .card,
section#main-body .list-group-item,
section#main-body .domain-checker-container,
section#main-body .tiles .tile {
  border-color: var(--hostander-border);
}
section#main-body .main-content {
  background: rgba(255,255,255,.02);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 24px;
}
section#main-body h1, section#main-body h2, section#main-body h3, section#main-body h4,
section#main-body .main-content > p, section#main-body label { color: var(--hostander-text); }
section#main-body a { color: #73d6f2; }
section#main-body .panel, section#main-body .card, section#main-body .list-group-item, section#main-body .well,
section#main-body .tiles .tile {
  background-color: rgba(16, 24, 39, .72);
  color: #dce6f2;
}
section#main-body .panel-heading, section#main-body .card-header { background: rgba(255,255,255,.045); color: var(--hostander-text); border-color: var(--hostander-border); }
section#main-body .form-control { background: rgba(255,255,255,.96); border-color: rgba(122,143,166,.32); color: #1f2937; }
section#main-body .btn-primary, section#main-body input.btn.search, section#main-body .btn-success {
  background: #52c7ea;
  border-color: #52c7ea;
  color: #06111b;
  font-weight: 700;
}
section#main-body .btn-default { background: rgba(255,255,255,.06); border-color: var(--hostander-border); color: var(--hostander-text); }
.hostander-home-banner {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--hostander-border);
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(82,199,234,.24), transparent 35rem);
  background-size: 48px 48px, 48px 48px, auto;
}
.hostander-home-banner .container { padding-top: 86px; padding-bottom: 64px; text-align: center; }
.hostander-eyebrow { display: inline-flex; gap: 8px; align-items: center; border: 1px solid var(--hostander-border); background: rgba(16,24,39,.62); border-radius: 999px; color: var(--hostander-muted); padding: 6px 12px; font-size: 12px; font-weight: 700; }
.hostander-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hostander-brand); box-shadow: 0 0 16px var(--hostander-brand); }
.hostander-home-banner h1, .hostander-home-banner h2 { margin: 20px auto 16px; max-width: 850px; color: var(--hostander-text); font-size: clamp(38px, 7vw, 76px); line-height: 1.04; font-weight: 700; letter-spacing: -.06em; }
.hostander-home-banner p { max-width: 720px; margin: 0 auto 28px; color: var(--hostander-muted); font-size: 18px; line-height: 1.65; }
.hostander-domain-search { max-width: 760px; margin: 0 auto; }
.hostander-shortcuts { border-bottom: 1px solid var(--hostander-border); background: rgba(16,24,39,.45); }
.hostander-shortcuts .container { padding-top: 22px; padding-bottom: 22px; }
.hostander-shortcuts ul { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 0; margin: 0; list-style: none; }
.hostander-shortcuts li { list-style: none; }
.hostander-shortcuts a { display: flex; align-items: center; gap: 10px; color: var(--hostander-text); padding: 12px 16px; border: 1px solid var(--hostander-border); border-radius: 14px; background: rgba(255,255,255,.035); text-decoration: none; }
.hostander-shortcuts p { margin: 0; }
.hostander-footer { border-top: 1px solid var(--hostander-border); background: #080d17; color: var(--hostander-muted); }
.hostander-footer-main { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 36px; padding: 52px 0 36px; }
.hostander-footer-logo { height: 36px; width: auto; margin-bottom: 18px; }
.hostander-footer p { line-height: 1.7; }
.hostander-footer h4 { color: var(--hostander-text); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 14px; }
.hostander-footer ul { list-style: none; padding: 0; margin: 0; }
.hostander-footer li { margin: 9px 0; }
.hostander-footer a { color: var(--hostander-muted); text-decoration: none; }
.hostander-footer a:hover { color: var(--hostander-text); }
.hostander-footer-bottom { border-top: 1px solid var(--hostander-border); padding: 18px 0 28px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.hostander-footer .back-to-top { color: var(--hostander-text); }
@media (max-width: 991px) {
  .hostander-menu-toggle { display: inline-flex; }
  .hostander-nav-wrap { display: none; }
  .hostander-footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hostander-nav-row { min-height: 64px; }
  .hostander-brand-link img { height: 32px; }
  .hostander-home-banner .container { padding-top: 56px; padding-bottom: 42px; }
  .hostander-footer-main { grid-template-columns: 1fr; padding-top: 38px; }
}

/* Hostander navigation refinements */
.hostander-site-nav { display:flex; align-items:center; gap:4px; margin:0; padding:0; list-style:none; }
.hostander-site-nav > li { position:relative; list-style:none; }
.hostander-site-nav > li > a { display:inline-flex; align-items:center; gap:5px; color:var(--hostander-muted); font-size:14px; font-weight:600; line-height:1; text-decoration:none; border-radius:999px; padding:11px 13px; white-space:nowrap; transition:color .18s ease, background .18s ease; }
.hostander-site-nav > li > a:hover, .hostander-site-nav > li.open > a, .hostander-site-nav > li > a:focus { color:var(--hostander-text); background:rgba(255,255,255,.055); text-decoration:none; }
.hostander-client-menu > a { border:1px solid var(--hostander-border); background:rgba(255,255,255,.035); }
.hostander-topbar .dropdown-menu-right { right:0; left:auto; }
.hostander-mobile-divider { height:1px; margin:10px 0; background:var(--hostander-border); }
@media (min-width:992px) and (max-width:1199px) { .hostander-nav-wrap { gap:10px; } .hostander-site-nav > li > a, .hostander-account-nav > li > a { font-size:13px; padding-left:9px; padding-right:9px; } .hostander-brand-link img { max-width:165px; } }
