:root {
  --ik-primary: #0970b7;
  --ik-primary-dark: #065a92;
  --ik-success: #2fc10a;
  --ik-accent: #d2ab3e;
  --ik-text: #1e293b;
  --ik-muted: #64748b;
  --ik-bg: #f5f8fb;
  --ik-footer: #0b3a5c;
}

html { scroll-behavior: smooth; }
body {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ik-text);
  background: var(--ik-bg);
}

.topbar {
  background: var(--ik-primary-dark);
  color: #fff;
  font-size: .85rem;
  padding: .4rem 0;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: nowrap;
}
.topbar-contact,
.topbar-actions {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
}
.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #fff;
  text-decoration: none;
  opacity: .92;
  white-space: nowrap;
}
.topbar-link i {
  flex: 0 0 auto;
}
.topbar a { color: #fff; text-decoration: none; opacity: .9; }
.topbar a:hover { opacity: 1; }

.navbar-brand span { font-weight: 700; color: #fff; }
.nav-link { font-weight: 500; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: .25rem;
}
.lang-switch a {
  color: #fff;
  padding: .12rem .5rem;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 4px;
  font-weight: 600;
  font-size: .75rem;
  text-decoration: none;
  line-height: 1.2;
}
.lang-switch a.active {
  background: #fff;
  color: #065a92;
}
.lang-switch a:hover { opacity: 1; }

@media (max-width: 767.98px) {
  .topbar {
    font-size: .78rem;
    padding: .32rem 0;
  }
  .topbar-inner {
    gap: .4rem;
  }
  .topbar-contact,
  .topbar-actions {
    gap: .55rem;
  }
  .topbar-link {
    gap: .3rem;
  }
  .topbar-contact .topbar-link:nth-child(2) .topbar-text,
  .topbar-actions .topbar-link .topbar-text {
    display: none;
  }
  .lang-switch a {
    padding: .1rem .4rem;
    font-size: .7rem;
  }
}
@media (max-width: 399.98px) {
  .topbar-contact .topbar-text {
    display: none;
  }
}

.hero {
  background: #fff;
  color: var(--ik-text);
  border-bottom: 1px solid #e8eef4;
  padding: .9rem 0;
}
.hero h1 { font-weight: 700; font-size: 1.25rem; color: var(--ik-primary); margin: 0 0 .25rem; }
.hero p { color: var(--ik-muted); font-size: .85rem; margin-bottom: .75rem; }

.search-toolbar {
  background: #fff;
  border-bottom: 1px solid #e8eef4;
  padding: .7rem 0 .55rem;
  box-shadow: 0 6px 16px rgba(15, 40, 70, .05);
}
.search-toolbar.sticky-top {
  top: 64px;
  z-index: 1025;
}
.search-bar-form {
  display: flex;
  align-items: stretch;
  gap: .45rem;
  max-width: 520px;
}
.search-bar-form .form-control {
  flex: 1 1 auto;
  width: 100%;
  max-width: 280px;
  height: 46px;
  border: 2px solid #9bb8cc;
  background: #fff;
  box-shadow: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0 .9rem;
  color: #0f172a;
}
.search-bar-form .form-control::placeholder {
  color: #7a8ea0;
  opacity: 1;
}
.search-bar-form .form-control:focus {
  border-color: var(--ik-primary);
  box-shadow: 0 0 0 .2rem rgba(9, 112, 183, .18);
  outline: 0;
}
.search-bar-form .form-select {
  width: 88px;
  min-width: 88px;
  flex: 0 0 88px;
  height: 46px;
  border: 2px solid #9bb8cc;
  border-radius: 8px;
  font-weight: 700;
  color: var(--ik-primary);
  background-color: #fff;
}
.search-bar-form .btn-search {
  flex: 0 0 auto;
  background: var(--ik-success);
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  min-width: 108px;
  height: 46px;
  border-radius: 8px;
  padding: 0 1.15rem;
  letter-spacing: .02em;
}
.search-bar-form .btn-search:hover,
.search-bar-form .btn-search:focus {
  background: #27a809;
  color: #fff;
}

.info-strip-wrap {
  background: #fff;
  padding: .75rem 0 .9rem;
}
.info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}
.info-chip {
  background: linear-gradient(180deg, #eef6fb 0%, #fff 70%);
  border: 1px solid #b7d3e8;
  border-left: 4px solid var(--ik-primary);
  border-radius: 10px;
  padding: .7rem .85rem;
  min-height: 88px;
}
.info-chip-asn {
  border-left-color: var(--ik-success);
}
.info-chip-asn .info-chip-value {
  font-size: 1.22rem;
  letter-spacing: .01em;
}
.info-chip-label {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  color: var(--ik-primary);
  margin-bottom: .2rem;
}
.info-chip-value {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  word-break: break-all;
  line-height: 1.25;
}
.info-chip-note {
  font-size: .75rem;
  color: var(--ik-muted);
  margin-top: .15rem;
}
@media (max-width: 767.98px) {
  .info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .35rem;
  }
  .info-chip {
    min-height: 0;
    padding: .4rem .4rem .4rem .5rem;
    border-radius: 8px;
    border-left-width: 3px;
  }
  .info-chip-label {
    font-size: .58rem;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .1rem;
  }
  .info-chip-value {
    font-size: .78rem;
    line-height: 1.2;
  }
  .info-chip-asn .info-chip-value {
    font-size: .78rem;
  }
  .info-chip-note {
    display: none;
  }
}

.faq-list { margin-top: 1rem; }
.faq-item {
  border-top: 1px solid #e8eef4;
  padding: .9rem 0;
}
.faq-item:first-child { border-top: 0; }
.faq-item h3 {
  font-size: 1.05rem;
  margin-bottom: .35rem;
}
.faq-item p { margin: 0; color: #334155; }

.search-box {
  background: #fff;
  border: 1px solid #d5dee8;
  border-radius: 10px;
  padding: .3rem;
}
.search-box .form-control {
  border: 0;
  box-shadow: none;
  font-size: 1rem;
  height: 42px;
}
.search-box .btn-search {
  background: var(--ik-success);
  border: 0;
  color: #fff;
  font-weight: 600;
  min-width: 110px;
  height: 42px;
  border-radius: 8px;
}
.search-box .btn-search:hover { background: #27a809; color: #fff; }

.type-pills .btn {
  border-radius: 6px;
  margin: .15rem .1rem 0;
  font-size: .8rem;
}
.type-pills .btn-check:checked + .btn {
  background: var(--ik-primary);
  color: #fff;
  border-color: var(--ik-primary);
}

@media (max-width: 767.98px) {
  .search-bar-form {
    max-width: 100%;
    flex-wrap: wrap;
    gap: .4rem;
  }
  .search-bar-form .form-control {
    flex: 1 1 100%;
    max-width: none;
    height: 48px;
    font-size: 16px;
  }
  .search-bar-form .form-select {
    flex: 0 0 88px;
    height: 48px;
    font-size: 16px;
  }
  .search-bar-form .btn-search {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
  }
}

.info-card {
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 40, 70, .06);
  height: 100%;
}
.info-card .label { color: var(--ik-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.info-card .value { font-weight: 600; word-break: break-all; font-size: .95rem; }

.navbar-brand .site-logo {
  width: 36px;
  height: 36px;
  display: block;
}
.site-nav {
  background: var(--ik-primary);
  z-index: 1030;
}
.site-nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.9) !important;
  font-weight: 500;
}
.site-nav .nav-link.active,
.site-nav .nav-link:hover {
  color: #fff !important;
}
.site-nav .nav-ico {
  font-size: .82rem;
  opacity: .88;
  width: 1rem;
  text-align: center;
}
.site-nav .nav-chevron { display: none; }
.site-nav .navbar-toggler {
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.14);
}
.site-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(47, 193, 10, .35);
}
.site-nav .navbar-toggler-icon {
  width: 1.15rem;
  height: 1.15rem;
}

@media (max-width: 991.98px) {
  .site-nav .container {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .site-nav .navbar-collapse {
    padding: .65rem 0 1rem;
  }
  .site-nav .navbar-nav {
    gap: .4rem;
  }
  .site-nav .nav-item { width: 100%; }
  .site-nav .nav-link {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: .65rem .85rem;
    border-radius: 12px;
    background: rgba(255,255,255,.1);
    font-weight: 600;
    gap: .75rem;
  }
  .site-nav .nav-link:hover {
    background: rgba(255,255,255,.16);
  }
  .site-nav .nav-link.active {
    background: rgba(255,255,255,.18);
    box-shadow: inset 3px 0 0 var(--ik-success);
  }
  .site-nav .nav-ico {
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 2.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.16);
    font-size: .95rem;
    opacity: 1;
  }
  .site-nav .nav-link.active .nav-ico {
    background: var(--ik-success);
    color: #fff;
  }
  .site-nav .nav-chevron {
    display: inline-block;
    margin-left: auto;
    font-size: .7rem;
    opacity: .4;
  }
}

.lookup-split > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.lookup-results {
  overflow: visible;
}
.lookup-map-col {
  align-self: flex-start;
}
.lookup-map-wrap {
  position: relative;
  flex: 0 0 auto;
  height: 380px;
  min-height: 380px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 40, 70, .08);
  background: #dbe7f3;
}
#map {
  position: absolute;
  inset: 0;
  height: 100% !important;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background: #dbe7f3;
  cursor: default;
}
.leaflet-control-zoom { display: none !important; }
.leaflet-control-attribution {
  font-size: 10px !important;
  background: rgba(255,255,255,.75) !important;
}
.map-banner {
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(15, 40, 70, .06);
}
.map-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
@media (max-width: 991.98px) {
  .lookup-map-wrap {
    height: 260px;
    min-height: 260px;
  }
}

.table-results {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.table-results table {
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
.table-results th,
.table-results td {
  padding: .28rem .5rem;
  font-size: .78rem;
  vertical-align: middle;
  border-color: #eef2f6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-results .cell-loc { width: 42%; }
.res-brand {
  display: inline-block;
  margin-left: .25rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ik-primary);
  background: #e8f3fb;
  border-radius: 999px;
  padding: .08rem .45rem;
  vertical-align: middle;
}
.flag-img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 40, 70, .12);
  vertical-align: -3px;
  margin-right: .35rem;
}
.flag-img-lg { width: 32px; height: 24px; vertical-align: middle; margin-right: 0; }
.flag-fallback {
  display: inline-block;
  min-width: 24px;
  font-size: .7rem;
  font-weight: 700;
  color: var(--ik-primary);
  vertical-align: middle;
  margin-right: .35rem;
}
.flag-cell { white-space: nowrap; }
.table-results .cell-result {
  width: 62%;
  white-space: normal;
  word-break: break-word;
}
.rec-line {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
}
.table-results .cell-status {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.35;
  padding-top: .02rem;
}
.table-results .cell-val {
  flex: 1 1 auto;
  font-weight: 600;
  font-size: .86rem;
  color: #0f172a;
  line-height: 1.45;
}
.rec-ok { color: var(--ik-success); }
.rec-fail { color: #94a3b8; }
.rec-diff { color: #dc3545; }
.rec-nx { color: var(--ik-accent); }
.rec-wait { color: var(--ik-primary); }
.table-results .loc-title { font-weight: 600; }
.table-results .badge { font-size: .68rem; font-weight: 600; }
.badge-online { background: var(--ik-success); }
.badge-offline { background: #94a3b8; }
.badge-degraded { background: var(--ik-accent); color: #1e293b; }
.badge-diff { background: #dc3545; }

.content-block {
  background: #fff;
  border-radius: 14px;
  padding: 1.6rem 1.8rem 2rem;
  box-shadow: 0 6px 18px rgba(15, 40, 70, .06);
}
.content-block h1, .content-block h2, .content-block h3 { color: var(--ik-primary); font-weight: 600; }
.content-block h1 { font-size: 1.75rem; margin-bottom: 1.25rem; }
.content-block h1 + .tool-def {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #334155;
  margin: -.65rem 0 1.35rem;
  max-width: 46rem;
}
.table-results caption {
  caption-side: top;
  text-align: left;
  padding: .45rem .85rem;
  font-size: .82rem;
  font-weight: 500;
  color: #475569;
  background: #f8fafc;
  border-bottom: 1px solid #e8eef4;
}
.content-block h2 { font-size: 1.28rem; margin: 0 0 .7rem; }
.content-block p, .content-block li { line-height: 1.7; color: #334155; }
.content-block .guide p { margin-bottom: .85rem; }

.guide-sec {
  padding: 1.15rem 0 1.35rem;
  border-bottom: 1px solid #e8eef4;
}
.guide-sec:last-child, .guide-faq { border-bottom: 0; }
.guide-faq { padding-top: 1.35rem; }

mark.hl-green, mark.hl-grey {
  color: inherit;
  font-weight: 700;
  padding: .05rem .4rem;
  border-radius: 4px;
}
mark.hl-green { background: #d8f8cc; color: #167a08; }
mark.hl-grey { background: #e8edf2; color: #475569; }

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
  margin: 0 0 1rem;
}
@media (min-width: 900px) {
  .how-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.how-card {
  background: #f5f8fb;
  border: 1px solid #e2eaf2;
  border-radius: 12px;
  padding: 1.1rem 1.15rem 1.15rem;
}
.how-card h3 {
  margin: .55rem 0 .4rem;
  font-size: 1.05rem;
  color: var(--ik-footer);
}
.how-card p {
  margin: 0;
  line-height: 1.55;
}
.how-types {
  list-style: none;
  padding: 0;
  margin: .15rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.how-types li {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #fff;
  border: 1px solid #e2eaf2;
  border-radius: 8px;
  padding: .28rem .55rem;
  font-size: .86rem;
  color: #334155;
  white-space: nowrap;
  margin: 0;
}
.how-types span {
  display: inline-block;
  background: var(--ik-primary);
  color: #fff;
  font-weight: 700;
  font-size: .72rem;
  line-height: 1;
  padding: .22rem .4rem;
  border-radius: 4px;
}

.guide-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.step-n {
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--ik-success);
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.guide-callout {
  background: #e8f3fb;
  border-left: 4px solid var(--ik-primary);
  border-radius: 0 10px 10px 0;
  padding: .85rem 1.1rem;
  color: #0b3a5c;
  margin: 0;
}

.rec-full {
  background: #f5f8fb;
  border: 1px solid #e2eaf2;
  border-radius: 12px;
  padding: 1.05rem 1.2rem;
  margin: 0 0 .85rem;
}
.rec-full:last-child { margin-bottom: 0; }
.rec-full h3 {
  margin: 0 0 .65rem;
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem;
}
.rec-full p { margin: 0 0 .65rem; }
.rec-full p:last-child { margin-bottom: 0; }
.rec-tag {
  display: inline-block;
  background: var(--ik-primary);
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  padding: .18rem .55rem;
  border-radius: 6px;
}
.rec-tag-muted { background: #0b3a5c; }

.aeo-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .aeo-list { grid-template-columns: 1fr 1fr; }
}
.aeo-card {
  border: 1px solid #e2eaf2;
  border-top: 3px solid var(--ik-accent);
  border-radius: 12px;
  padding: .95rem 1.15rem;
  background: #fffdf7;
}
.aeo-card h3 {
  margin: 0 0 .45rem;
  font-size: 1.08rem;
  color: var(--ik-footer);
}
.aeo-card h3 span {
  font-weight: 500;
  font-size: .82rem;
  color: var(--ik-muted);
}
.aeo-card p { margin: 0; }

.guide-note {
  background: #f5f8fb;
  border-radius: 12px;
  padding: .95rem 1.15rem;
  margin: 0;
}

.faq-list { margin-top: .5rem; }
.faq-item-open {
  border: 1px solid #e2eaf2;
  border-radius: 12px;
  background: #f8fafc;
  margin-bottom: .75rem;
  padding: 1rem 1.2rem;
}
.faq-item-open h3 {
  margin: 0 0 .45rem;
  font-size: 1.05rem;
  color: var(--ik-footer);
}
.faq-item-open p {
  margin: 0;
  color: #334155;
}

.whois-pre {
  background: #0b3a5c;
  color: #e2eef7;
  border-radius: 12px;
  padding: 1.2rem;
  max-height: 520px;
  overflow: auto;
  font-size: .85rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.whois-hero {
  background: linear-gradient(160deg, #0b3a5c 0%, #0970b7 70%);
  color: #fff;
  padding: 2.4rem 0 2.2rem;
}
.whois-kicker {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .8;
  margin-bottom: .35rem;
}
.whois-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.whois-lead {
  max-width: 38rem;
  opacity: .92;
  margin-bottom: 1.25rem;
}
.whois-search-box {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border-radius: 12px;
  padding: .4rem .4rem .4rem .9rem;
  max-width: 640px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.whois-search-box > i { color: var(--ik-primary); }
.whois-search-box .form-control {
  border: 0;
  box-shadow: none;
  height: 46px;
  font-size: 1.05rem;
}
.whois-search-box .form-control:focus { box-shadow: none; }
.whois-search-box .btn-search {
  background: var(--ik-success);
  border: 0;
  color: #fff;
  font-weight: 600;
  height: 46px;
  min-width: 120px;
  border-radius: 9px;
  white-space: nowrap;
}
.whois-search-box .btn-search:hover { background: #27a809; color: #fff; }
.whois-hint { font-size: .85rem; opacity: .8; margin-top: .7rem; }
.whois-hint a { color: #fff; text-decoration: underline; font-weight: 600; }
.whois-hint a:hover { color: #d2ab3e; }
#whois-error a { font-weight: 700; text-decoration: underline; color: inherit; }
@media (max-width: 575.98px) {
  .whois-hero {
    padding: 1.35rem 0 1.4rem;
  }
  .whois-hero h1 {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  .whois-lead {
    font-size: .92rem;
    margin-bottom: 1rem;
  }
  .whois-search-box {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: .55rem .5rem;
    padding: .7rem;
  }
  .whois-search-box > i {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.05rem;
    text-align: center;
  }
  .whois-search-box .form-control {
    grid-column: 2;
    grid-row: 1;
    flex: none;
    width: 100%;
    height: 48px;
    border: 2px solid #c5d7e6;
    border-radius: 8px;
    background: #f4f8fb;
    padding: 0 .85rem;
    font-size: 16px;
  }
  .whois-search-box .form-control:focus {
    border-color: var(--ik-primary);
    background: #fff;
    box-shadow: 0 0 0 .15rem rgba(9, 112, 183, .16);
  }
  .whois-search-box .btn-search {
    grid-column: 1 / -1;
    grid-row: 2;
    flex: none;
    width: 100%;
    min-width: 0;
    height: 48px;
  }
}

.whois-idle {
  background: #fff;
  border-radius: 14px;
  padding: 2.4rem 1.5rem;
  text-align: center;
  color: var(--ik-muted);
  box-shadow: 0 6px 18px rgba(15, 40, 70, .06);
}
.whois-idle i { font-size: 1.8rem; color: var(--ik-primary); margin-bottom: .7rem; display: block; }
.whois-idle p { margin: 0; }
.whois-loading { text-align: center; padding: 2rem; color: var(--ik-primary); font-weight: 600; }

.whois-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 40, 70, .08);
  overflow: hidden;
}
.whois-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid #e8eef4;
}
.whois-domain {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ik-footer);
  word-break: break-all;
}
.whois-badge {
  display: inline-block;
  margin-top: .35rem;
  font-size: .75rem;
  font-weight: 700;
  padding: .2rem .55rem;
  border-radius: 999px;
}
.whois-badge-reg { background: #d8f8cc; color: #167a08; }
.whois-badge-free { background: #e8f3fb; color: var(--ik-primary); }
.whois-badge { margin-right: .4rem; }
.whois-badge-lock-open { background: #d8f8cc; color: #167a08; }
.whois-badge-lock-closed { background: #fde8e8; color: #b42318; }
.whois-badge-lock-unk { background: #eef2f6; color: #64748b; }
.whois-lock-word { font-weight: 700; }
.whois-lock-word-open { color: #167a08; }
.whois-lock-word-closed { color: #b42318; }
.whois-lock-word-unknown { color: #64748b; }
.whois-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  margin: 0 1.4rem 1.15rem;
  padding: 1rem 1.15rem;
  background: #f3f8fc;
  border: 1px solid #d5e6f2;
  border-radius: 12px;
}
.whois-offer strong {
  display: block;
  color: var(--ik-footer);
  font-size: 1rem;
  margin-bottom: .25rem;
}
.whois-offer p {
  margin: 0;
  color: #475569;
  font-size: .9rem;
  max-width: 38rem;
}
.whois-offer-btn {
  display: inline-block;
  background: transparent;
  color: var(--ik-primary);
  border: 0;
  font-weight: 500;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(9, 112, 183, .35);
}
.whois-offer-btn:hover {
  background: transparent;
  color: var(--ik-primary-dark);
  border-bottom-color: var(--ik-primary);
}
.whois-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  padding: 0 1.4rem 1.1rem;
}
@media (max-width: 575.98px) {
  .whois-facts { grid-template-columns: 1fr; }
}
.whois-fact {
  background: #f5f8fb;
  border-radius: 10px;
  padding: .75rem .9rem;
}
.whois-fact-label {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ik-muted);
  margin-bottom: .2rem;
}
.whois-fact-value { font-weight: 600; color: #0f172a; word-break: break-word; }
.whois-status-row { padding: 0 1.4rem 1rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.whois-status {
  background: #fffdf7;
  border: 1px solid #ead9a8;
  color: #7a5b12;
  font-size: .78rem;
  padding: .2rem .5rem;
  border-radius: 6px;
}
.whois-ns { padding: 0 1.4rem 1.15rem; }
.whois-ns h3 { font-size: 1rem; margin-bottom: .5rem; }
.whois-ns ul { list-style: none; padding: 0; margin: 0; }
.whois-ns li {
  padding: .35rem 0;
  color: #334155;
}
.whois-ns i { color: var(--ik-primary); margin-right: .4rem; width: 1rem; }
.whois-raw { padding: 0 1.4rem 1.2rem; }
.whois-raw summary { cursor: pointer; font-weight: 600; color: var(--ik-primary); }
.whois-raw pre {
  margin: .7rem 0 0;
  background: #0b3a5c;
  color: #e2eef7;
  border-radius: 12px;
  padding: 1rem;
  max-height: 360px;
  overflow: auto;
  font-size: .8rem;
  white-space: pre-wrap;
  word-break: break-word;
}
#ip-error a { font-weight: 700; text-decoration: underline; color: inherit; }
.ip-mine-title {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ik-muted);
  font-weight: 600;
  margin-bottom: .65rem;
}
.ip-mine-link {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: inherit;
  cursor: pointer;
}
.ip-mine-link:hover { color: #d2ab3e; }
.ip-mine-addr { opacity: .85; }
.ip-explain {
  margin: 0 1.4rem 1.1rem;
  padding: 1rem 1.15rem;
  background: #f3f8fc;
  border: 1px solid #d5e6f2;
  border-radius: 12px;
}
.ip-explain strong {
  display: block;
  font-size: 1.15rem;
  color: var(--ik-footer);
  margin-bottom: .35rem;
}
.ip-explain p {
  margin: 0;
  color: #475569;
  font-size: .95rem;
  line-height: 1.55;
}

.site-footer {
  background: var(--ik-footer);
  color: #d7e6f2;
  margin-top: 3rem;
  padding: 3rem 0 1.2rem;
}
.site-footer h3, .site-footer h4 { color: #fff; font-size: 1.1rem; }
.footer-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 .85rem;
  color: #fff;
  text-decoration: none;
}
.footer-brand img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.footer-brand span {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
.footer-brand:hover { color: #fff; }
.footer-company {
  margin: 0 0 .55rem;
  color: #8ec0e4;
  font-weight: 600;
  font-size: .92rem;
}
.footer-meta {
  margin: 0;
  color: #c5d8e8;
  font-size: .88rem;
  line-height: 1.5;
}
.footer-contact {
  display: grid;
  gap: .28rem;
  margin-top: .75rem;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
}
.footer-contact a:hover { color: var(--ik-success); }
.footer-links a { color: #d7e6f2; text-decoration: none; display: inline-block; margin-bottom: .35rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1rem; font-size: .85rem; }
.footer-copy { margin: 0; }
.footer-copy a { color: #fff; text-decoration: none; font-weight: 600; }
.footer-copy a:hover { color: var(--ik-success); }
.footer-public {
  margin: .4rem 0 0;
  color: #9ec4e0;
  font-size: .8rem;
}

.admin-wrap { min-height: 70vh; }
.resolver-drag {
  cursor: grab;
  color: #94a3b8;
  text-align: center;
  width: 2rem;
}
.resolver-drag:active, tr.is-dragging .resolver-drag { cursor: grabbing; }
#resolver-rows tr[data-id] { cursor: default; }
#resolver-rows tr.is-dragging {
  opacity: .45;
  background: #e8f3fb;
}
.admin-side {
  background: #0b3a5c;
  min-height: 100vh;
}
.admin-side a { color: #d7e6f2; text-decoration: none; display: block; padding: .55rem .8rem; border-radius: 8px; }
.admin-side a.active, .admin-side a:hover { background: rgba(255,255,255,.12); color: #fff; }

.progress-thin { height: 6px; }

.ad-slot,
.ad-slot .container,
.ad-slot .container-xl,
.ad-card,
.ad-card-banner,
.ad-card-media,
.ad-card-banner img {
  max-width: 100%;
}
.ad-slot {
  overflow: hidden;
  padding: .85rem 0;
}
.ad-slot-nav {
  background: #eef4f9;
  border-bottom: 1px solid #d7e4ef;
}
.ad-slot-hero,
.ad-slot-mid,
.ad-slot-content {
  padding: .75rem 0 0;
}
.ad-slot-sidebar {
  margin-top: .75rem;
  padding: 0;
  width: 100%;
}
.ad-slot-sidebar .ad-slot-grid,
.ad-slot-sidebar .ad-card-banner,
.ad-slot-sidebar .ad-card-media {
  width: 100%;
}
.ad-slot-footer {
  background: #eef4f9;
  border-top: 1px solid #d7e4ef;
  padding: 1rem 0 .4rem;
}
.ad-slot-footer + .site-footer {
  margin-top: 0;
}
.ad-slot-label {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 0 .4rem;
}
.ad-slot-grid {
  display: grid;
  gap: .65rem;
}
.ad-slot-grid.ad-count-1 {
  grid-template-columns: 1fr;
}
.ad-slot-nav .ad-slot-grid.ad-count-1,
.ad-slot-hero .ad-slot-grid.ad-count-1,
.ad-slot-mid .ad-slot-grid.ad-count-1,
.ad-slot-content .ad-slot-grid.ad-count-1,
.ad-slot-footer .ad-slot-grid.ad-count-1 {
  max-width: 960px;
  margin: 0 auto;
}
.ad-slot-grid.ad-count-2,
.ad-slot-grid.ad-count-3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.ad-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid #d5e3ee;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  min-height: 88px;
  box-shadow: 0 4px 12px rgba(15, 40, 70, .05);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ad-card:hover {
  border-color: var(--ik-primary);
  box-shadow: 0 6px 16px rgba(9, 112, 183, .12);
  color: inherit;
}
.ad-card-media {
  flex: 0 0 140px;
  max-width: 180px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ad-card-banner {
  min-height: 0;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 16px;
}
.ad-card-banner:hover {
  box-shadow: 0 10px 28px rgba(9, 112, 183, .2);
}
.ad-card-banner .ad-card-media {
  flex: none;
  max-width: none;
  width: 100%;
  background: transparent;
}
.ad-card-banner img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: transparent;
  display: block;
}
.ad-slot-nav .ad-card-banner img,
.ad-slot-hero .ad-card-banner img,
.ad-slot-mid .ad-card-banner img,
.ad-slot-content .ad-card-banner img,
.ad-slot-footer .ad-card-banner img {
  max-height: 140px;
}
.ad-slot-sidebar .ad-card-banner img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: unset;
}
.ad-card-textonly .ad-card-body {
  padding-left: 1rem;
}
.ad-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .15rem;
  padding: .7rem .9rem;
  min-width: 0;
}
.ad-card-title {
  font-size: .95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.ad-card-desc {
  font-size: .8rem;
  color: #475569;
  line-height: 1.4;
}
.ad-card-url {
  font-size: .75rem;
  color: var(--ik-success);
  font-weight: 600;
}
.ad-card-cta {
  align-self: flex-start;
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 700;
  color: #fff;
  background: var(--ik-primary);
  border-radius: 6px;
  padding: .2rem .65rem;
}
.ad-card:hover .ad-card-cta {
  background: var(--ik-primary-dark);
}
@media (max-width: 991.98px) {
  .ad-slot-nav .ad-slot-grid.ad-count-1,
  .ad-slot-hero .ad-slot-grid.ad-count-1,
  .ad-slot-mid .ad-slot-grid.ad-count-1,
  .ad-slot-content .ad-slot-grid.ad-count-1,
  .ad-slot-footer .ad-slot-grid.ad-count-1 {
    max-width: none;
  }
  .ad-slot-nav .ad-card-banner img,
  .ad-slot-hero .ad-card-banner img,
  .ad-slot-mid .ad-card-banner img,
  .ad-slot-content .ad-card-banner img,
  .ad-slot-footer .ad-card-banner img {
    max-height: none;
  }
}
@media (max-width: 767.98px) {
  .ad-slot {
    padding: .5rem 0;
  }
  .ad-slot-nav,
  .ad-slot-footer {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .ad-slot-hero,
  .ad-slot-mid,
  .ad-slot-content {
    padding-left: .15rem;
    padding-right: .15rem;
  }
  .ad-card-banner {
    border-radius: 12px;
  }
  .ad-card-banner img,
  .ad-slot-nav .ad-card-banner img,
  .ad-slot-hero .ad-card-banner img,
  .ad-slot-mid .ad-card-banner img,
  .ad-slot-content .ad-card-banner img,
  .ad-slot-footer .ad-card-banner img,
  .ad-slot-sidebar .ad-card-banner img {
    width: 100%;
    height: auto;
    min-height: 88px;
    max-height: 132px;
    object-fit: cover;
    object-position: left center;
  }
  .ad-slot-grid.ad-count-2,
  .ad-slot-grid.ad-count-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 399.98px) {
  .ad-card-banner img,
  .ad-slot-nav .ad-card-banner img,
  .ad-slot-hero .ad-card-banner img,
  .ad-slot-mid .ad-card-banner img,
  .ad-slot-content .ad-card-banner img,
  .ad-slot-footer .ad-card-banner img,
  .ad-slot-sidebar .ad-card-banner img {
    min-height: 76px;
    max-height: 112px;
  }
}
@media (max-width: 575.98px) {
  .ad-card:not(.ad-card-banner) {
    flex-direction: column;
  }
  .ad-card-media {
    flex: none;
    max-width: none;
    width: 100%;
    height: 120px;
  }
}

.analiz-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 28px rgba(15, 40, 70, .08); overflow: hidden; }
.analiz-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.4rem;
  border-bottom: 1px solid #e8eef4;
}
.analiz-score-ring {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid #cbd5e1;
  flex-shrink: 0;
}
.analiz-score-ring.g-a { border-color: #2fc10a; }
.analiz-score-ring.g-b { border-color: #7cb518; }
.analiz-score-ring.g-c { border-color: #d2ab3e; }
.analiz-score-ring.g-d { border-color: #e67e22; }
.analiz-score-ring.g-f { border-color: #dc2626; }
.analiz-score-num { font-size: 1.7rem; font-weight: 700; line-height: 1; color: #0f172a; }
.analiz-score-grade { font-size: .8rem; font-weight: 700; letter-spacing: .04em; color: var(--ik-muted); }
.analiz-head-text { min-width: 0; flex: 1; }
.analiz-head-text h2 { font-size: 1.35rem; font-weight: 700; margin: 0 0 .35rem; word-break: break-all; color: var(--ik-footer); }
.analiz-head-text p { margin: 0; color: #475569; }
.analiz-map-link { display: inline-block; margin-top: .55rem; font-weight: 600; color: var(--ik-primary); }
.analiz-sec { padding: 1.15rem 1.4rem 1.25rem; border-top: 1px solid #e8eef4; }
.analiz-sec h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ik-primary); font-weight: 700; margin: 0 0 .75rem; }
.analiz-check {
  display: flex;
  gap: .7rem;
  padding: .55rem 0;
  border-top: 1px solid #f1f5f9;
}
.analiz-check:first-of-type { border-top: 0; }
.analiz-check i { margin-top: .2rem; width: 1.1rem; text-align: center; }
.analiz-check.ok i { color: #2fc10a; }
.analiz-check.warn i { color: #d2ab3e; }
.analiz-check.crit i { color: #dc2626; }
.analiz-check.info i { color: #0970b7; }
.analiz-check strong { display: block; font-size: .92rem; }
.analiz-check span { display: block; font-size: .82rem; color: #64748b; }
.analiz-recs { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
@media (max-width: 767.98px) { .analiz-recs { grid-template-columns: 1fr; } }
.analiz-rec {
  background: #f5f8fb;
  border-radius: 10px;
  padding: .7rem .85rem;
}
.analiz-rec-type { font-size: .72rem; font-weight: 700; letter-spacing: .04em; color: var(--ik-primary); margin-bottom: .35rem; }
.analiz-rec ul { margin: 0; padding-left: 1.1rem; font-size: .85rem; word-break: break-word; }
.analiz-rec .empty { margin: 0; color: var(--ik-muted); font-size: .85rem; }
.analiz-mail { font-size: .88rem; }
.analiz-mail code { display: block; background: #f5f8fb; border-radius: 8px; padding: .55rem .7rem; margin: .3rem 0 .7rem; word-break: break-all; white-space: pre-wrap; }

.bl-table-wrap {
  overflow-x: auto;
  border-top: 1px solid #e8eef4;
}
.bl-table { font-size: .9rem; }
.bl-table th {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ik-muted);
  font-weight: 700;
  background: #f8fafc;
}
.bl-table td { vertical-align: middle; }
.bl-zone { font-size: .75rem; color: var(--ik-muted); word-break: break-all; }
.bl-return { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .82rem; color: #475569; }
.bl-row-listed { background: #fff5f5; }
.bl-pill {
  display: inline-block;
  border-radius: 999px;
  padding: .15rem .55rem;
  font-size: .75rem;
  font-weight: 700;
}
.bl-pill-listed { background: #fde8e8; color: #b42318; }
.bl-pill-clean { background: #d8f8cc; color: #167a08; }
.bl-pill-unknown { background: #eef2f6; color: #64748b; }
.bl-pill-blocked { background: #f8eed6; color: #8a6a12; }
.bl-delist {
  display: inline-block;
  margin-top: .35rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--ik-primary);
  text-decoration: underline;
}
.bl-delist:hover { color: #065a92; }
.related-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ik-primary);
  margin: 0 0 1rem;
}
.related-tools {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 .4rem;
}
.related-tools a {
  display: inline-block;
  background: #e8f3fb;
  color: var(--ik-primary);
  font-weight: 600;
  font-size: .88rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  text-decoration: none;
}
.related-tools a:hover { background: var(--ik-primary); color: #fff; }
.related-tools-lg a { padding: .6rem 1rem; }
.error-hero .btn-search { display: inline-flex; align-items: center; }

.dk-notice .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .22);
}
.dk-notice .modal-header {
  background: var(--ik-primary);
  color: #fff;
  border: 0;
  padding: 1rem 1.15rem;
}
.dk-notice .modal-title {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.dk-notice .modal-body {
  padding: 1.15rem 1.2rem 1rem;
  color: #1e293b;
  font-size: 1rem;
  line-height: 1.55;
}
.dk-notice .modal-body a { color: var(--ik-primary); font-weight: 600; }
.dk-notice .modal-footer {
  border: 0;
  padding: 0 1.15rem 1.15rem;
}
.dk-notice .btn-notice {
  background: var(--ik-primary);
  color: #fff;
  border: 0;
  font-weight: 600;
  min-width: 96px;
  border-radius: 8px;
}
.dk-notice .btn-notice:hover { background: #075a94; color: #fff; }

@media (max-width: 575.98px) {
  .bl-col-return { display: none; }
  .bl-zone { display: none; }
  .bl-table td { vertical-align: top; }
  .bl-delist { display: block; }
  .content-block { padding: 1.15rem 1rem 1.4rem; }
  .related-tools a { flex: 1 1 calc(50% - .55rem); text-align: center; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-nav .nav-link { padding-left: .55rem; padding-right: .55rem; }
}

