@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./public/fonts/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("./public/fonts/baloo2-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --bg: #080d1d;
  --panel: rgba(13, 21, 40, 0.94);
  --panel-2: rgba(26, 34, 53, 0.94);
  --line: rgba(255, 255, 255, 0.09);
  --line-bright: rgba(0, 229, 214, 0.4);
  --text: #f7f8fb;
  --muted: #8d95a8;
  --cyan: #00e5d6;
  --cyan-soft: #54f3e8;
  --coral: #ff5a5f;
  --pink: #ff4b76;
  --violet: #5b5bff;
  --radius: 12px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 66% 8%, rgba(18, 65, 128, 0.23), transparent 31%),
    radial-gradient(circle at 0% 54%, rgba(0, 229, 214, 0.045), transparent 22%),
    linear-gradient(155deg, #020612 0%, #030817 52%, #04091a 100%);
  font-family: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-shell {
  position: relative;
  width: min(100%, 1600px);
  min-height: 100vh;
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 38px 8px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  transition: transform 180ms ease;
}

.brand:hover {
  transform: translateY(-1px);
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 7px 16px rgba(255, 46, 99, 0.2));
}

.brand-word {
  display: flex;
  align-items: center;
  gap: 17px;
}

.brand-word > span {
  color: #f7f8fb;
  font-size: 28px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.brand-word > span span {
  color: var(--coral);
}

.brand-word strong {
  color: var(--coral);
  font-size: 21px;
  letter-spacing: 0.5px;
}

.header-status {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  color: var(--cyan-soft);
  border: 1px solid rgba(0, 229, 214, 0.18);
  border-radius: 99px;
  background: rgba(0, 229, 214, 0.055);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.status-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00d6ac;
  box-shadow: 0 0 0 5px rgba(0, 214, 172, 0.09), 0 0 18px rgba(0, 214, 172, 0.68);
  animation: pulse-dot 2.2s ease-out infinite;
}

@keyframes pulse-dot {
  0%,
  70%,
  100% {
    box-shadow: 0 0 0 4px rgba(0, 214, 172, 0.08), 0 0 14px rgba(0, 214, 172, 0.48);
  }
  35% {
    box-shadow: 0 0 0 8px rgba(0, 214, 172, 0), 0 0 20px rgba(0, 214, 172, 0.7);
  }
}

.hero {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  padding: 32px 38px 48px;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  height: 105px;
  content: "";
  background: linear-gradient(to bottom, transparent, var(--bg));
}

.hero-art {
  position: absolute;
  z-index: -2;
  inset: -88px 0 -35px 29%;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(2, 6, 23, 0.94) 10%, rgba(2, 6, 23, 0.2) 45%, rgba(2, 6, 23, 0.05) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.04), rgba(2, 6, 23, 0.68)),
    url("./public/img/hero-mosaic.png") center right / cover no-repeat;
  opacity: 0.96;
  filter: saturate(1.08) contrast(1.03);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 685px;
}

.eyebrow,
.panel-title {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 15px;
}

h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(38px, 4.25vw, 66px);
  font-weight: 900;
  letter-spacing: -2.4px;
  line-height: 1.05;
  text-wrap: balance;
}

h1 em {
  color: var(--coral);
  font-style: italic;
}

h1 span {
  color: var(--cyan);
}

.hero-description {
  max-width: 510px;
  margin: 20px 0 24px;
  color: #c2c7d3;
  font-size: 16px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: rgba(255, 110, 126, 0.6);
  background: linear-gradient(135deg, #c71946, #ff425c);
  box-shadow: 0 11px 28px rgba(255, 46, 99, 0.24), inset 0 1px rgba(255, 255, 255, 0.16);
}

.button-primary:hover {
  box-shadow: 0 13px 36px rgba(255, 46, 99, 0.36), inset 0 1px rgba(255, 255, 255, 0.16);
}

.button-secondary {
  border-color: rgba(0, 229, 214, 0.55);
  background: rgba(5, 15, 32, 0.65);
  box-shadow: inset 0 0 22px rgba(0, 229, 214, 0.02);
}

.button-secondary svg {
  color: var(--cyan);
}

.button-secondary:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 24px rgba(0, 229, 214, 0.11);
}

.dashboard {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  padding: 0 36px;
}

.panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(10, 20, 43, 0.78), rgba(4, 10, 25, 0.92)),
    var(--panel);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.012);
  transition: transform 180ms ease, border-color 180ms ease;
}

.panel::before {
  position: absolute;
  top: 0;
  left: 16px;
  width: 72px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), transparent);
  opacity: 0.45;
}

.panel:hover {
  border-color: rgba(131, 156, 204, 0.39);
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 13px;
}

.panel-title svg {
  width: 21px;
  height: 21px;
}

.domain-panel {
  grid-column: span 3;
}

.status-panel {
  grid-column: span 3;
}

.facts-panel {
  grid-column: span 3;
}

.social-panel {
  grid-column: span 3;
}

.faq-panel {
  grid-column: span 6;
}

.old-domains-panel {
  grid-column: span 3;
}

.help-panel {
  grid-column: span 3;
}

.domain-name {
  display: inline-block;
  margin: -2px 0 9px;
  font-size: clamp(31px, 3.3vw, 45px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -1.8px;
  line-height: 1;
}

.domain-name span {
  color: var(--cyan);
}

.domain-panel > p,
.help-panel > p {
  margin: 8px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.secure-banner {
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 0 14px;
  color: var(--cyan);
  border: 1px solid rgba(0, 229, 214, 0.25);
  border-radius: 6px;
  background: rgba(0, 229, 214, 0.045);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.secure-banner .secure-arrow {
  width: 15px;
  margin-left: auto;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.secure-banner:hover .secure-arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.status-card {
  display: grid;
  min-height: 145px;
  grid-template-columns: 1fr 1px 1.12fr;
  gap: 14px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(121, 148, 198, 0.2);
  border-radius: 8px;
  background: rgba(8, 18, 39, 0.62);
}

.status-state {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  align-items: center;
}

.status-state .status-dot {
  width: 12px;
  height: 12px;
}

.status-state strong {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.status-state p,
.uptime p {
  grid-column: 1 / -1;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.status-separator {
  align-self: stretch;
  background: linear-gradient(transparent, var(--line), transparent);
}

.uptime {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  align-items: center;
}

.uptime > svg {
  width: 43px;
  height: 43px;
  color: var(--pink);
  stroke-width: 1.3;
}

.uptime span {
  display: block;
  color: var(--coral);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.uptime strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.uptime p {
  margin-top: 0;
}

.last-check {
  margin: 9px 2px 0;
  color: #707b92;
  font-size: 10px;
  text-align: right;
}

.fact-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.fact-list li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.fact-list .fact-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--cyan);
  stroke-width: 1.9;
  filter: drop-shadow(0 0 7px rgba(0, 229, 214, 0.16));
}

.fact-list li:nth-child(4) .fact-icon,
.fact-list li:nth-child(5) .fact-icon {
  color: var(--coral);
  filter: drop-shadow(0 0 7px rgba(255, 90, 95, 0.16));
}

.social-list {
  display: grid;
  gap: 5px;
}

.social-list a {
  display: grid;
  min-height: 31px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(120, 141, 190, 0.15);
  border-radius: 6px;
  background: rgba(67, 66, 147, 0.09);
  font-size: 12px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-list a:hover {
  z-index: 1;
  transform: translateX(3px);
  border-color: rgba(0, 229, 214, 0.3);
  background: rgba(0, 229, 214, 0.06);
}

.social-list a:nth-child(2) {
  background: rgba(0, 153, 255, 0.08);
}

.social-list a:nth-child(4) {
  background: rgba(255, 46, 99, 0.09);
}

.social-list a:nth-child(5) {
  background: rgba(255, 0, 60, 0.09);
}

.social-list small {
  color: #a6a8f7;
}

.social-list a:nth-child(2) small {
  color: #65d9ff;
}

.social-list a:nth-child(5) small {
  color: #ff6478;
}

.social-icon {
  font-weight: 900;
}

.discord {
  color: #8991ff;
}

.telegram {
  color: #54ccff;
}

.x-social {
  color: white;
}

.instagram {
  color: #ff5a9e;
}

.youtube {
  color: #ff3850;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
}

details {
  position: relative;
  border: 1px solid rgba(126, 150, 198, 0.18);
  border-radius: 6px;
  background: rgba(11, 22, 45, 0.62);
  transition: border-color 180ms ease, background 180ms ease;
}

details[open] {
  border-color: rgba(0, 229, 214, 0.32);
  background: rgba(7, 31, 46, 0.72);
}

summary {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 11px;
  cursor: pointer;
  font-size: 11.5px;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

details[open] summary svg {
  color: var(--cyan);
  transform: rotate(-90deg);
}

details p {
  margin: 0;
  padding: 0 11px 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.panel-link {
  display: flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 13px;
  padding: 0 12px;
  color: var(--cyan);
  border: 1px solid rgba(0, 229, 214, 0.31);
  border-radius: 6px;
  background: rgba(0, 229, 214, 0.025);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease;
}

.panel-link:hover {
  border-color: rgba(0, 229, 214, 0.58);
  background: rgba(0, 229, 214, 0.075);
}

.panel-link svg {
  width: 16px;
  height: 16px;
}

.domain-history {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.domain-history li {
  display: grid;
  min-height: 28px;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(126, 150, 198, 0.15);
  border-radius: 6px;
  background: rgba(12, 23, 46, 0.6);
  font-size: 12px;
}

.domain-history small {
  color: #656e83;
  font-size: 10px;
}

.domain-history .domain-history-empty {
  display: block;
  padding: 9px;
  color: var(--muted);
  border-style: dashed;
  text-align: center;
}

.inactive {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: var(--coral);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.help-panel > p {
  margin-top: -7px;
  line-height: 1.4;
}

.help-list {
  display: grid;
  gap: 5px;
  margin-top: 10px;
}

.help-list a,
.help-list button {
  display: grid;
  width: 100%;
  min-height: 29px;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  padding: 0 9px;
  color: inherit;
  border: 1px solid rgba(126, 150, 198, 0.2);
  border-radius: 6px;
  background: rgba(11, 22, 45, 0.62);
  font-family: inherit;
  font-size: 11px;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease;
}

.help-list a:hover,
.help-list button:hover {
  transform: translateX(2px);
  border-color: rgba(0, 229, 214, 0.36);
}

.help-list svg {
  width: 14px;
  height: 14px;
}

.help-list .help-icon {
  width: 17px;
  height: 17px;
  color: var(--cyan);
  stroke-width: 1.9;
}

.help-list > :first-child .help-icon {
  color: var(--coral);
}

.help-list > :last-child .help-icon {
  color: var(--pink);
}

.contact-button {
  display: flex;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 9px;
  color: #ff5d82;
  border: 1px solid rgba(255, 46, 99, 0.5);
  border-radius: 6px;
  background: rgba(255, 46, 99, 0.1);
  font-size: 11px;
  font-weight: 800;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.contact-button:hover {
  background: rgba(255, 46, 99, 0.16);
  box-shadow: 0 0 20px rgba(255, 46, 99, 0.1);
}

.safety-notice {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 15px;
  margin: 14px 36px 26px;
  padding: 7px 15px;
  border: 1px solid rgba(120, 144, 190, 0.19);
  border-radius: 10px;
  background: rgba(6, 13, 29, 0.78);
}

.safety-notice > svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: var(--pink);
}

.safety-notice p {
  margin: 0;
  color: #aeb5c4;
  font-size: 10px;
  line-height: 1.55;
}

.safety-notice strong {
  color: var(--coral);
}

.safety-notice img {
  width: 200px;
  height: 42px;
  margin-left: auto;
  object-fit: contain;
  object-position: right center;
  opacity: 0.55;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  max-width: min(360px, calc(100vw - 44px));
  padding: 12px 16px;
  color: #dffefa;
  border: 1px solid rgba(0, 229, 214, 0.35);
  border-radius: 8px;
  background: rgba(4, 25, 39, 0.96);
  box-shadow: var(--shadow);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .domain-panel,
  .status-panel,
  .facts-panel,
  .social-panel {
    grid-column: span 6;
  }

  .faq-panel {
    grid-column: span 12;
  }

  .old-domains-panel,
  .help-panel {
    grid-column: span 6;
  }

  .hero-art {
    inset-inline-start: 20%;
  }

  .hero-copy {
    max-width: 610px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 18px 18px 6px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand-word {
    gap: 8px;
  }

  .brand-word > span {
    font-size: 21px;
  }

  .brand-word strong {
    font-size: 15px;
  }

  .header-status {
    width: 12px;
    height: 12px;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: none;
  }

  .header-status .status-dot {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 520px;
    padding: 44px 19px 38px;
  }

  .hero-art {
    inset: 135px -120px -10px 0;
    background:
      linear-gradient(180deg, var(--bg) 0%, rgba(2, 6, 23, 0.4) 28%, rgba(2, 6, 23, 0.62) 72%, var(--bg) 100%),
      linear-gradient(90deg, rgba(2, 6, 23, 0.72), transparent 75%),
      url("./public/img/hero-mosaic.png") center right / cover no-repeat;
    opacity: 0.72;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 47px);
    letter-spacing: -1.6px;
  }

  .hero-description {
    margin-top: 16px;
    font-size: 14px;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    min-height: 44px;
    padding: 0 15px;
    font-size: 12px;
  }

  .dashboard {
    gap: 11px;
    padding: 0 14px;
  }

  .domain-panel,
  .status-panel,
  .facts-panel,
  .social-panel,
  .faq-panel,
  .old-domains-panel,
  .help-panel {
    grid-column: span 12;
  }

  .panel {
    padding: 16px;
  }

  .domain-name {
    font-size: 40px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .safety-notice {
    align-items: flex-start;
    margin: 11px 14px 18px;
  }

  .safety-notice img {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* -------------------------------------------------------------------------- */
/* AncorFlix live identity                                                     */
/* -------------------------------------------------------------------------- */

body {
  background:
    radial-gradient(circle at 85% 0, rgba(91, 91, 255, 0.08), transparent 400px),
    #080d1d;
  font-family: "Montserrat", system-ui, sans-serif;
}

body::before {
  opacity: 0.14;
  background:
    radial-gradient(circle at 16% 38%, rgba(255, 90, 95, 0.08), transparent 24%),
    radial-gradient(circle at 78% 62%, rgba(0, 229, 214, 0.045), transparent 23%);
  mask-image: none;
}

.page-shell {
  width: 100%;
  max-width: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: 100%;
  height: 80px;
  padding: 8px clamp(22px, 3vw, 44px);
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(8, 13, 29, 0.98), rgba(8, 13, 29, 0.7) 66%, transparent);
  backdrop-filter: blur(9px);
}

.brand {
  flex: 0 0 auto;
  gap: 12px;
}

.brand img {
  width: clamp(168px, 13vw, 196px);
  height: 64px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.wiki-pill {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 10px;
  color: var(--coral);
  border: 1px solid rgba(255, 90, 95, 0.28);
  border-radius: 8px;
  background: rgba(255, 90, 95, 0.09);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.wiki-nav {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.wiki-nav a {
  position: relative;
  padding: 13px 12px;
  color: #aeb5c4;
  font-size: 12px;
  font-weight: 700;
  transition: color 160ms ease;
}

.wiki-nav a::after {
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: var(--coral);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.wiki-nav a:hover,
.wiki-nav a.is-active {
  color: white;
}

.wiki-nav a:hover::after,
.wiki-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-status {
  min-height: 40px;
  flex: 0 0 auto;
  gap: 9px;
  padding: 0 14px;
  color: white;
  border: 1px solid var(--coral);
  border-radius: 10px;
  background: var(--coral);
  box-shadow: 0 8px 30px rgba(255, 90, 95, 0.18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.header-status:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 10px 34px rgba(255, 90, 95, 0.26);
}

.header-status svg {
  width: 15px;
  height: 15px;
}

.hero {
  display: grid;
  min-height: 675px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  padding: 126px clamp(24px, 3vw, 48px) 94px;
  background:
    radial-gradient(circle at 78% 44%, rgba(91, 91, 255, 0.18), transparent 29%),
    radial-gradient(circle at 90% 66%, rgba(255, 90, 95, 0.11), transparent 24%),
    linear-gradient(180deg, #070b1a 0%, rgba(7, 11, 26, 0.92) 72%, #080d1d 100%);
}

.hero::before {
  position: absolute;
  inset: 80px 0 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 11, 26, 0.98) 0%, rgba(7, 11, 26, 0.72) 42%, rgba(7, 11, 26, 0.08) 78%),
    linear-gradient(180deg, transparent 55%, #080d1d 100%);
}

.hero::after {
  height: 125px;
  background: linear-gradient(to bottom, transparent, #080d1d);
}

.hero-art {
  display: none;
}

.hero-copy {
  max-width: 710px;
}

.eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 0 12px;
  color: var(--coral);
  border: 1px solid rgba(255, 90, 95, 0.27);
  border-radius: 8px;
  background: rgba(255, 90, 95, 0.08);
  font-size: 10px;
  font-weight: 900;
}

.eyebrow .status-dot {
  width: 8px;
  height: 8px;
}

h1 {
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 900;
  letter-spacing: -3.4px;
  line-height: 0.98;
}

h1 span {
  color: var(--coral);
}

h1 em {
  color: white;
  font-style: normal;
}

.hero-description {
  max-width: 580px;
  margin: 24px 0 27px;
  color: #aeb5c4;
  font-size: 15px;
  line-height: 1.72;
}

.button {
  min-height: 47px;
  padding: 0 18px;
  border-radius: 10.4px;
  font-size: 13px;
  font-weight: 800;
}

.button-primary {
  border-color: var(--coral);
  background: var(--coral);
  box-shadow: 0 8px 30px rgba(255, 90, 95, 0.18);
}

.button-primary:hover {
  box-shadow: 0 10px 36px rgba(255, 90, 95, 0.28);
}

.button-secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.15);
  background: #1a2235;
  box-shadow: none;
}

.button-secondary svg {
  color: var(--cyan);
}

.button-secondary:hover {
  border-color: rgba(0, 229, 214, 0.35);
  background: #202b42;
  box-shadow: none;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
}

.hero-visual::before {
  position: absolute;
  width: min(42vw, 600px);
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 91, 255, 0.2), rgba(255, 90, 95, 0.08) 45%, transparent 70%);
  filter: blur(15px);
}

.hero-visual img {
  position: relative;
  width: min(50vw, 660px);
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 35px 70px rgba(0, 0, 0, 0.55));
  transform: rotate(1.5deg);
}

.hero-visual-tag {
  position: absolute;
  right: 7%;
  bottom: 8%;
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(8, 13, 29, 0.82);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
}

.hero-visual-tag .status-dot {
  width: 8px;
  height: 8px;
}

.dashboard {
  gap: 14px;
  padding: 0 clamp(14px, 2.6vw, 42px) 6px;
}

.social-panel {
  grid-column: span 6;
}

.panel {
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0, rgba(91, 91, 255, 0.055), transparent 37%),
    linear-gradient(145deg, rgba(16, 25, 47, 0.98), rgba(11, 18, 36, 0.98));
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.11);
}

.panel::before {
  display: none;
}

.panel:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.panel-title {
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.panel-title svg {
  color: var(--coral);
}

.status-panel .panel-title svg,
.facts-panel .panel-title svg,
.help-panel .panel-title svg {
  color: var(--cyan);
}

.domain-name {
  max-width: 100%;
  color: white;
  font-size: clamp(25px, 2.5vw, 36px);
  font-style: normal;
  letter-spacing: -1.6px;
  overflow-wrap: anywhere;
}

.domain-name span {
  color: var(--coral);
}

#domain-host-main {
  color: white;
}

#domain-host-suffix {
  color: var(--coral);
}

.domain-panel > p,
.help-panel > p {
  color: var(--muted);
}

.secure-banner {
  border-color: rgba(0, 229, 214, 0.3);
  border-radius: 8px;
  background: rgba(0, 229, 214, 0.06);
}

.secure-banner .secure-arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.secure-banner:hover .secure-arrow {
  opacity: 1;
  transform: translate(3px, -3px);
}

.status-card,
details,
.domain-history li,
.help-list a,
.help-list button {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(8, 13, 29, 0.72);
}

.status-card {
  grid-template-columns: minmax(92px, 1fr) 1px minmax(100px, 1fr);
  gap: 10px;
  padding-inline: 12px;
}

.uptime {
  gap: 7px;
}

.uptime > svg {
  width: 34px;
  height: 34px;
}

.uptime strong {
  font-size: 19px;
}

details[open] {
  border-color: rgba(255, 90, 95, 0.4);
  background: rgba(255, 90, 95, 0.055);
}

details[open] summary svg {
  color: var(--coral);
}

.uptime > svg {
  color: var(--coral);
}

.social-list a {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(8, 13, 29, 0.64);
}

.social-list a:nth-child(2),
.social-list a:nth-child(4),
.social-list a:nth-child(5) {
  background: rgba(8, 13, 29, 0.64);
}

.social-list a:hover {
  border-color: rgba(255, 90, 95, 0.32);
  background: rgba(255, 90, 95, 0.06);
}

.social-panel .social-list {
  gap: 10px;
}

.social-panel .social-list a {
  min-height: 52px;
  grid-template-columns: 36px 1fr auto;
  padding-inline: 12px;
}

.social-logo {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

body[data-site-status="maintenance"] .status-dot,
body[data-site-status="degraded"] .status-dot {
  background: #f6b73c;
  box-shadow: 0 0 0 5px rgba(246, 183, 60, 0.09), 0 0 18px rgba(246, 183, 60, 0.55);
}

body[data-site-status="offline"] .status-dot {
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(255, 90, 95, 0.09), 0 0 18px rgba(255, 90, 95, 0.55);
}

.requests {
  color: var(--coral);
}

.adfree {
  color: var(--cyan);
}

.prime {
  color: #8b7bff;
}

.panel-link {
  min-height: 38px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #1a2235;
}

.panel-link:hover {
  border-color: rgba(0, 229, 214, 0.35);
  background: #202b42;
}

.contact-button {
  min-height: 38px;
  color: white;
  border-color: var(--coral);
  border-radius: 8px;
  background: var(--coral);
}

.contact-button:hover {
  background: #ff686d;
  box-shadow: 0 8px 26px rgba(255, 90, 95, 0.2);
}

.safety-notice {
  min-height: 64px;
  padding: 10px 18px;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(10, 17, 34, 0.88);
}

.safety-notice p {
  min-width: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.safety-notice strong {
  color: var(--coral);
}

.safety-notice img {
  width: clamp(250px, 21vw, 320px);
  height: 68px;
  opacity: 0.9;
}

.toast {
  color: white;
  border-color: rgba(255, 90, 95, 0.4);
  background: rgba(20, 24, 43, 0.97);
}

.report-dialog {
  width: min(570px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: auto;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 229, 214, 0.1), transparent 34%),
    #0b1124;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.report-dialog::backdrop {
  background: rgba(2, 5, 14, 0.78);
  backdrop-filter: blur(7px);
}

.report-dialog-shell {
  padding: 24px;
}

.report-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dialog-kicker {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-dialog h2 {
  margin: 5px 0 0;
  font-size: clamp(25px, 5vw, 34px);
  letter-spacing: -0.04em;
}

.dialog-close {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 24px;
  cursor: pointer;
}

.dialog-close:hover {
  color: var(--coral);
  border-color: rgba(255, 90, 95, 0.45);
}

.report-form {
  display: grid;
  gap: 8px;
  padding-top: 19px;
}

.report-form label {
  margin-top: 7px;
  color: #dce4f3;
  font-size: 12px;
  font-weight: 750;
}

.report-form input,
.report-form select,
.report-form textarea {
  width: 100%;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  outline: none;
  background: rgba(5, 10, 23, 0.88);
  font: inherit;
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.report-form input,
.report-form select {
  min-height: 43px;
  padding: 0 12px;
}

.report-form textarea {
  min-height: 122px;
  padding: 11px 12px;
  resize: vertical;
}

.report-form input:focus,
.report-form select:focus,
.report-form textarea:focus {
  border-color: rgba(0, 229, 214, 0.65);
  box-shadow: 0 0 0 3px rgba(0, 229, 214, 0.08);
}

.report-privacy {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.report-message {
  min-height: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.report-message[data-state="success"] {
  color: var(--cyan);
}

.report-message[data-state="error"] {
  color: #ff7a82;
}

.report-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 3px;
}

.report-actions button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 9px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.report-cancel {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.report-submit {
  color: white;
  border: 1px solid var(--coral);
  background: var(--coral);
  box-shadow: 0 8px 24px rgba(255, 90, 95, 0.18);
}

.report-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1050px) {
  .wiki-nav {
    display: flex;
  }

  .site-header {
    justify-content: space-between;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    padding-inline: 28px;
  }

  .hero-visual img {
    width: min(55vw, 570px);
  }

  .safety-notice img {
    width: clamp(220px, 27vw, 280px);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 70px;
    gap: 8px;
    padding: 6px 14px;
  }

  .brand {
    gap: 7px;
  }

  .brand img {
    width: 140px;
    height: 56px;
  }

  .wiki-pill {
    height: 24px;
    padding: 0 7px;
    font-size: 9px;
  }

  .wiki-nav {
    flex: 0 1 auto;
  }

  .wiki-nav a {
    padding-inline: 8px;
    font-size: 11px;
  }

  .header-status {
    display: grid;
    width: 42px;
    height: 42px;
    min-height: 42px;
    place-items: center;
    overflow: visible;
    padding: 0;
    border: 1px solid var(--coral);
    background: var(--coral);
    font-size: 0;
  }

  .header-status svg {
    width: 17px;
    height: 17px;
  }

  .hero {
    display: block;
    min-height: 650px;
    padding: 112px 19px 54px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 11, 26, 0.1) 0%, rgba(7, 11, 26, 0.72) 46%, #080d1d 100%);
  }

  .hero-copy {
    position: relative;
    z-index: 3;
  }

  h1 {
    max-width: 360px;
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -2.7px;
  }

  .hero-description {
    max-width: 360px;
    font-size: 13px;
  }

  .hero-visual {
    position: absolute;
    right: -220px;
    bottom: -95px;
    z-index: 0;
    width: 550px;
    opacity: 0.24;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.7) 35%, black 70%);
  }

  .hero-visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 20%, #080d1d 88%);
  }

  .hero-visual img {
    width: 550px;
    max-height: none;
  }

  .hero-visual-tag {
    display: none;
  }

  .dashboard {
    padding-inline: 14px;
  }

  .panel {
    padding: 17px;
  }

  .domain-name {
    font-size: clamp(23px, 8vw, 29px);
  }

  .safety-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    padding: 14px;
  }

  .safety-notice img {
    display: block;
    width: min(100%, 300px);
    height: auto;
    grid-column: 1 / -1;
    margin: 7px auto 0;
    object-position: center;
    opacity: 0.9;
  }

  .report-dialog-shell {
    padding: 19px;
  }

  .report-actions {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 6px;
    padding-inline: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 132px;
    height: 54px;
  }

  .wiki-pill {
    display: none;
  }

  .wiki-nav {
    justify-content: flex-end;
  }

  .wiki-nav a {
    padding-inline: 6px;
  }

  .header-status {
    flex: 0 0 42px;
  }

  .hero {
    min-height: 630px;
    padding-inline: 15px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 12.5vw, 52px);
    letter-spacing: -2.2px;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .dashboard {
    gap: 10px;
    padding-inline: 10px;
  }

  .panel {
    padding: 15px;
  }

  .status-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .status-separator {
    width: 100%;
    height: 1px;
  }

  .last-check {
    text-align: left;
  }

  .secure-banner,
  summary,
  .domain-history li,
  .help-list a,
  .help-list button {
    min-height: 44px;
  }

  .social-panel .social-list a {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .social-list small {
    font-size: 10px;
  }

  .safety-notice {
    margin-inline: 10px;
  }

  .report-dialog {
    width: min(100% - 16px, 570px);
    max-height: calc(100dvh - 16px);
  }

  .report-dialog-shell {
    padding: 16px;
  }

  .report-actions {
    grid-template-columns: 1fr;
  }

  .report-actions button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 118px;
  }

  .wiki-nav a {
    font-size: 10px;
  }

  .header-status {
    width: 40px;
    height: 40px;
    min-height: 40px;
    flex-basis: 40px;
  }

  .hero {
    padding-inline: 12px;
  }
}
