@font-face {
  font-family: "GC Sans";
  src: url("../fonts/site.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Deneme: H ? Petrol. Orijinal ye?il yedek:
     --green:#00c660; --green-dark:#009245; --green-deep:#006837;
     --green-soft:#e6f5eb; --green-50:#ebfbec;
     --shadow-search: 0 9px 10px -4px rgba(0,0,0,.35), 0 -9px 10px -4px rgba(6,87,47,.35);
  */
  --green: #0d9488;
  --green-dark: #115e59;
  --green-deep: #134e4a;
  --green-soft: #ccfbf1;
  --green-50: #f0fdfa;
  --black: #0f1413;
  --ink: #0f1413;
  --grey: #6b7280;
  --iron: #4d4d4d;
  --border: #e5e7eb;
  --silver: #c8c9cd;
  --pearl: #f3f4f6;
  --bg: #f7f8fa;
  --white: #ffffff;
  --shadow: 0 8px 24px rgba(15, 20, 19, 0.08);
  --shadow-search: 0 9px 10px -4px rgba(0, 0, 0, 0.35), 0 -9px 10px -4px rgba(13, 148, 136, 0.35);
  --radius: 12px;
  --max: 1280px;
  --font: "GC Sans", "Segoe UI", Tahoma, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--black);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.4;
}

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

img {
  max-width: 100%;
  display: block;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.nav-desktop {
  display: none;
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 32px;
  align-items: center;
  gap: 16px;
}

.nav-desktop .logo img {
  width: auto;
  height: 56px;
  max-width: 240px;
  object-fit: contain;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-links a,
.nav-links .nav-btn {
  font-weight: 700;
  font-size: 16px;
  padding: 8px 12px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--black);
}

.nav-tg-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #229ed9;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}

.nav-tg-btn:hover {
  background: #1b8bc0;
}

.nav-tg-btn .tg-icon {
  flex: none;
  display: block;
}

.nav-mobile .nav-tg-btn {
  min-width: 44px;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 13px;
}

.mobile-menu-tg {
  margin-top: 6px;
}

.nav-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 16px;
}

.nav-mobile .logo img {
  width: auto;
  height: 48px;
  max-width: 210px;
  object-fit: contain;
  display: block;
}

.icon-btn {
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px 20px;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  font-weight: 700;
  padding: 12px 8px;
  border-bottom: 1px solid var(--pearl);
}

.hero {
  position: relative;
  background: linear-gradient(160deg, #134e4a 0%, #115e59 50%, #0d9488 100%);
}

.hero-bg {
  width: 100%;
  height: 346px;
  object-fit: cover;
  object-position: bottom;
  /* Ye?il SVG ? Petrol (H). Orijinale d�n�?te filter'? kald?r. */
  filter: hue-rotate(32deg) saturate(0.88) brightness(0.96);
  opacity: 0.92;
}

.hero-bg.desktop {
  display: none;
}

.hero-copy {
  position: absolute;
  inset: 0 0 auto 0;
  height: 346px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  padding: 0 16px;
}

.query-hub {
  position: relative;
  z-index: 20;
}

#queryHero {
  scroll-margin-top: 72px;
}

#queryBar {
  scroll-margin-top: 100px;
}

#site-analiz,
#nasil-calisir,
#one-cikanlar {
  scroll-margin-top: 100px;
}

.query-bar {
  padding-left: 10px !important;
  padding-right: 8px !important;
}

.query-mode-wrap {
  position: relative;
  flex: none;
  display: inline-flex;
  align-items: center;
  z-index: 3;
}

.query-mode-switch {
  flex: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.query-mode-switch-track {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d1d5db;
  transition: background 0.2s ease;
  display: block;
}

.query-mode-switch-track i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  display: block;
}

#queryHub[data-mode="oyun"] .query-mode-switch-track,
#queryHero[data-mode="oyun"] ~ .query-hub .query-mode-switch-track {
  background: #0f766e;
}

#queryHub[data-mode="oyun"] .query-mode-switch-track i {
  transform: translateX(18px);
}

/* İlk ziyaret: soft pulse + tip (geri almak kolay — bu bloğu sil) */
.query-mode-switch.is-nudge .query-mode-switch-track {
  animation: queryModePulse 1.1s ease-in-out infinite;
}

.query-mode-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 8px;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 16px rgba(15, 20, 19, 0.18);
  pointer-events: none;
  z-index: 30;
  animation: queryModeTipIn 0.35s ease;
}

.query-mode-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #0f766e;
  transform: translateX(-50%) rotate(45deg);
}

@keyframes queryModePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(15, 118, 110, 0); transform: scale(1); }
  40% { box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.22); transform: scale(1.06); }
  70% { box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.1); transform: scale(1.02); }
}

@keyframes queryModeTipIn {
  from { opacity: 0; transform: translate(-50%, 4px); }
  to { opacity: 1; transform: translateX(-50%); }
}

.query-mode-tip.is-back {
  background: #374151;
}

.query-mode-tip.is-back::before {
  background: #374151;
}

@media (max-width: 767px) {
  .query-mode-tip {
    left: 0;
    right: auto;
    transform: none;
    white-space: nowrap;
    font-size: 11px;
    padding: 5px 8px;
    animation: queryModeTipInMobile 0.35s ease;
  }

  .query-mode-tip::before {
    left: 12px;
    transform: rotate(45deg);
  }

  @keyframes queryModeTipInMobile {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: none; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .query-mode-switch.is-nudge .query-mode-switch-track,
  .query-mode-tip {
    animation: none;
  }
}

.query-inline-form {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  height: 100%;
}

.query-inline-form[hidden] {
  display: none !important;
}

.query-inline-form input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0 !important;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding: 0 4px;
  box-shadow: none !important;
}

.query-go-btn {
  flex: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.query-go-btn:hover {
  background: rgba(15, 118, 110, 0.08);
}

.query-go-btn img {
  width: 22px;
  height: 22px;
  display: block;
}

.analyzer-section.is-compact {
  max-width: 100%;
  margin: 12px 0 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-copy h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-copy p {
  margin: 8px 0 0;
  font-size: 16px;
  max-width: 560px;
}

.search-wrap {
  max-width: 616px;
  margin: -28px auto 0;
  padding: 0 16px 40px;
  position: relative;
  z-index: 20;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 0 12px 0 16px;
  background: transparent;
  border: none;
  border-radius: 999px;
  box-shadow: var(--shadow-search);
  position: relative;
  isolation: isolate;
}

/* Beyaz dolgu kenar?n i�inde ? d??ar? ta?an beyaz halkay? �nler */
.search-box::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: var(--white);
  z-index: 0;
  pointer-events: none;
}

.search-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(
    110deg,
    var(--green-deep),
    var(--green-dark),
    var(--green),
    #5eead4,
    var(--green-soft),
    var(--green),
    var(--green-dark),
    var(--green-deep)
  );
  background-size: 280% 100%;
  animation: petrolBorderSlide 6.5s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.search-box > * {
  position: relative;
  z-index: 2;
}

.search-box img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.search-box input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  min-width: 0;
}

.search-box input::placeholder {
  color: #9ca3af;
}

.search-clear {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #e5e7eb;
  color: #374151;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.search-clear:hover {
  background: #d1d5db;
}

.search-dropdown {
  margin-top: 10px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 20, 19, 0.12);
  border: 1px solid #eef2f6;
  overflow: hidden;
  text-align: left;
}

.search-dropdown-label {
  padding: 12px 16px 6px;
  font-size: 13px;
  color: #98a2b3;
  font-weight: 600;
}

.search-dropdown-list {
  padding: 4px 8px 10px;
}

.search-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.search-item-main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 10px 8px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  color: inherit;
}

.search-item-main:hover {
  background: #f5f7fa;
}

.search-avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #111827;
  color: #facc15;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
}

.search-avatar-img {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 0;
}

.search-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.search-item-text strong {
  font-size: 15px;
  color: #101828;
}

.search-item-text small {
  color: #667085;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sg-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.sg-badge.real { background: var(--green-soft); color: var(--green-deep); }
.sg-badge.fake { background: #fee4e2; color: #b42318; }
.sg-badge.suspicious { background: #fef0c7; color: #b54708; }
.sg-badge.closed { background: #f2f4f7; color: #475467; }
.sg-badge.unknown { background: #fef0c7; color: #b54708; }

.search-item-visit {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.search-item-visit:hover {
  background: #d1fae5;
}

.search-item-remove {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f7;
  color: #475467;
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0;
}

.search-item-remove:hover {
  background: #e4e7ec;
}

.search-empty {
  padding: 14px 12px 18px;
  color: #98a2b3;
  font-size: 14px;
}

.search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 14px 20px;
  min-height: 56px;
}

.search-loading-dashes {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.search-loading-dashes i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  flex: 0 0 auto;
  animation: searchDot 1s ease-in-out infinite;
}

.search-loading-dashes i:nth-child(1) { animation-delay: 0s; }
.search-loading-dashes i:nth-child(2) { animation-delay: 0.1s; }
.search-loading-dashes i:nth-child(3) { animation-delay: 0.2s; }
.search-loading-dashes i:nth-child(4) { animation-delay: 0.3s; }
.search-loading-dashes i:nth-child(5) { animation-delay: 0.4s; }
.search-loading-dashes i:nth-child(6) { animation-delay: 0.5s; }
.search-loading-dashes i:nth-child(7) { animation-delay: 0.6s; }
.search-loading-dashes i:nth-child(8) { animation-delay: 0.7s; }

@keyframes searchDot {
  0%, 100% { opacity: 0.2; transform: scale(0.75); }
  50% { opacity: 1; transform: scale(1.15); }
}

.instructions {
  text-align: center;
  padding: 0 16px 8px;
}

.instructions h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.logo-marquee {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 16px 28px;
  overflow: visible;
  box-sizing: border-box;
  text-align: center;
}
.logo-marquee-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}
.logo-marquee-head h2 {
  margin: 0;
  font-size: 20px;
}
.logo-marquee-switch-wrap {
  position: relative;
  flex: none;
  display: inline-flex;
  align-items: center;
}
.logo-marquee-switch {
  flex: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.logo-marquee-switch-track {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #16a34a;
  transition: background 0.2s ease;
  display: block;
}
.logo-marquee-switch-track i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  display: block;
}
.logo-marquee[data-mode="fake"] .logo-marquee-switch-track {
  background: #dc2626;
}
.logo-marquee[data-mode="fake"] .logo-marquee-switch-track i {
  transform: translateX(20px);
}
.logo-marquee[data-mode="fake"] #logoMarqueeTitle {
  color: #b91c1c;
}

.logo-marquee-switch.is-nudge .logo-marquee-switch-track {
  animation: queryModePulse 1.1s ease-in-out infinite;
}

.logo-marquee-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 8px;
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 16px rgba(15, 20, 19, 0.18);
  pointer-events: none;
  z-index: 30;
  animation: queryModeTipIn 0.35s ease;
}

.logo-marquee-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #dc2626;
  transform: translateX(-50%) rotate(45deg);
}

.logo-marquee-tip.is-back {
  background: #16a34a;
}

.logo-marquee-tip.is-back::before {
  background: #16a34a;
}

@media (max-width: 767px) {
  .logo-marquee-tip {
    left: 0;
    transform: none;
    font-size: 11px;
    padding: 5px 8px;
    animation: queryModeTipInMobile 0.35s ease;
  }

  .logo-marquee-tip::before {
    left: 14px;
    transform: rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-switch.is-nudge .logo-marquee-switch-track,
  .logo-marquee-tip {
    animation: none;
  }
}
.logo-marquee-empty {
  margin: 0;
  padding: 18px 12px;
  color: var(--grey);
  font-size: 14px;
}
.logo-marquee-viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
}
.logo-marquee-viewport.is-scrolling .logo-marquee-track {
  animation: logo-marquee-scroll 22s linear infinite;
}
.logo-marquee-viewport.is-static .logo-marquee-track {
  animation: none;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-marquee-viewport.is-scrolling:hover .logo-marquee-track {
  animation-play-state: paused;
}
.logo-marquee-item {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 72px;
  padding: 8px 12px;
  border-radius: 16px;
  background: #fff;
  border: 3px solid transparent;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease;
}
.logo-marquee-item.is-real {
  border-color: #16a34a;
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.18), 0 2px 10px rgba(15, 23, 42, 0.08);
}
.logo-marquee-item.is-fake {
  border-color: #dc2626;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.18), 0 2px 10px rgba(15, 23, 42, 0.08);
}
.logo-marquee-item:hover {
  transform: translateY(-2px);
}
.logo-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-stats {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 16px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}

.home-stats-kpi {
  position: relative;
  text-align: center;
  padding: 6px 8px 10px;
}

.home-stats-ico {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--green-dark);
}

.home-stats-ico svg {
  width: 20px;
  height: 20px;
}

.home-stats-kpi.is-ok .home-stats-ico {
  background: var(--green-soft);
  color: var(--green);
}

.home-stats-kpi.is-bad .home-stats-ico {
  background: #fee2e2;
  color: #dc2626;
}

.home-stats-kpi strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--green-dark);
}

.home-stats-kpi.is-ok strong {
  color: var(--green);
}

.home-stats-kpi.is-bad strong {
  color: #dc2626;
}

.home-stats-kpi span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: var(--iron);
}

.home-stats-kpi > i {
  display: block;
  width: 28px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 99px;
  background: var(--green-dark);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-stats-kpi.is-ok > i {
  background: var(--green);
}

.home-stats-kpi.is-bad > i {
  background: #dc2626;
}

.home-stats.is-in .home-stats-kpi > i {
  transform: scaleX(1);
}

@media (min-width: 700px) {
  .home-stats {
    gap: 20px;
    padding-bottom: 28px;
  }

  .home-stats-ico {
    width: 46px;
    height: 46px;
  }

  .home-stats-kpi strong {
    font-size: 34px;
  }

  .home-stats-kpi span {
    font-size: 13px;
  }
}

.payout-strip {
  max-width: 760px;
  margin: 0 auto 8px;
  padding: 4px 16px 20px;
  text-align: center;
}

.payout-strip h2 {
  margin: 0 0 14px;
  font-size: 18px;
  color: var(--black);
}

.payout-strip-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.payout-strip-item {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 72px;
  padding: 8px 10px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.payout-strip-item:hover {
  transform: translateY(-2px);
  border-color: var(--green);
}

.payout-strip-item img {
  width: 100%;
  height: 100%;
  max-width: 148px;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
  display: block;
}

@keyframes logo-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .home-stats-kpi > i {
    transition: none;
  }

  .logo-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.step {
  width: 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-icon {
  width: 88px;
  height: 72px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 800;
}

.step-art,
.step svg {
  width: 140px;
  height: 110px;
  display: block;
  /* Ye?il ikonlar ? Petrol (H). Orijinale d�n�?te filter'? kald?r. */
  filter: hue-rotate(32deg) saturate(0.9);
}

.card-art,
.card-top svg {
  width: 80px;
  height: 80px;
  display: block;
}

.step p {
  margin: 0;
  font-size: 14px;
  color: var(--grey);
}

.section {
  padding: 16px;
}

.promo,
.card,
.newsletter {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.promo {
  max-width: 896px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.promo-media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.2;
}

.promo p {
  margin: 0 0 20px;
  color: var(--iron);
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.btn-green {
  background: var(--green-dark);
  color: var(--white);
}

.btn-outline {
  background: var(--white);
  border: 1px solid var(--silver);
  color: var(--black);
  width: 100%;
}

.cards {
  max-width: 1024px;
  margin: 24px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card.highlight {
  position: relative;
  border: none;
  isolation: isolate;
}

/* Petrol tonlar?nda kayan kenar ? mevcut palet bozulmaz */
.card.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(
    110deg,
    var(--green-deep),
    var(--green-dark),
    var(--green),
    #5eead4,
    var(--green-soft),
    var(--green),
    var(--green-dark),
    var(--green-deep)
  );
  background-size: 280% 100%;
  animation: petrolBorderSlide 6.5s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

@keyframes petrolBorderSlide {
  0% { background-position: 0% 50%; }
  100% { background-position: 280% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .card.highlight::before,
  .search-box::before {
    animation: none;
    background-position: 40% 50%;
  }
}

.card-top {
  background: var(--green-50);
  min-height: 140px;
  display: grid;
  place-items: center;
}

.card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 800;
}

.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.card-body h3 {
  margin: 0;
  text-align: center;
  font-size: 18px;
}

.card-body p {
  margin: 0;
  text-align: center;
  color: var(--iron);
  font-weight: 500;
  flex: 1;
}

.card-body .btn {
  margin-top: 12px;
}

.newsletter {
  max-width: 1024px;
  margin: 0 auto 32px;
  padding: 24px;
  border: 1px solid var(--pearl);
  text-align: center;
}

.newsletter h3 {
  margin: 0;
  font-size: 28px;
}

.newsletter p {
  max-width: 640px;
  margin: 16px auto;
  color: var(--grey);
  font-weight: 500;
}

.telegram-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.btn-telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--green-dark);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid var(--green-dark);
  transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}

.btn-telegram:hover {
  background: var(--green-deep);
  border-color: var(--green-deep);
}

.btn-telegram:active {
  opacity: 0.92;
}

.btn-telegram-outline {
  background: #fff;
  color: var(--green-dark);
  border-color: var(--green);
}

.btn-telegram-outline:hover {
  background: var(--green-soft);
  color: var(--green-deep);
  border-color: var(--green-dark);
}

.btn-telegram .tg-icon {
  flex-shrink: 0;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--white);
  padding: 28px 16px;
  text-align: center;
  color: var(--grey);
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 12px;
}

.site-footer a {
  font-weight: 600;
  color: var(--black);
}

@media (min-width: 768px) {
  .hero-bg.mobile {
    display: none;
  }

  .hero-bg.desktop {
    display: block;
  }

  .hero-bg,
  .hero-copy {
    height: 320px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .search-wrap {
    margin-top: -28px;
    padding-bottom: 32px;
  }

  .promo {
    flex-direction: row;
    align-items: center;
  }

  .promo-media {
    width: 392px;
    flex-shrink: 0;
    aspect-ratio: 149 / 84;
  }

  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px auto;
  }

}

/* Mobil: orijinale yak?n, �ok az k?salt?lm?? */
@media (max-width: 767px) {
  .hero-bg,
  .hero-copy {
    height: 320px;
  }

  .hero-copy {
    justify-content: center;
    padding: 0 16px;
  }

  .hero-copy h1 {
    font-size: 26px;
  }

  .hero-copy p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .search-wrap {
    margin-top: -28px;
    padding: 0 16px 28px;
  }

  .instructions {
    padding: 0 16px 8px;
  }

  .logo-marquee-item {
    width: 96px;
    height: 64px;
    padding: 6px 10px;
  }

  .home-stats-kpi strong {
    font-size: 24px;
  }

  .home-stats-kpi span {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .nav-mobile {
    display: none;
  }

  .nav-desktop {
    display: flex;
  }

  .mobile-menu {
    display: none !important;
  }
}

/* Search result page */
.result-page {
  padding: 40px 16px 64px;
  background: linear-gradient(180deg, var(--green-soft) 0%, var(--bg) 220px);
}

.result-inner {
  max-width: 820px;
  margin: 0 auto;
}

.result-back {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--green-deep);
}

.result-hero h1 {
  margin: 0 0 8px;
  font-size: 32px;
}

.result-query {
  color: var(--grey);
  margin: 0 0 24px;
}

.result-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.result-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 4px;
}

.result-logo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.result-empty h2,
.result-card h2 {
  margin: 12px 0 8px;
}

.result-head h2 {
  margin: 10px 0 6px;
}

.result-domain {
  color: var(--grey);
  margin: 0 0 20px;
  font-weight: 600;
}

.result-head .result-domain {
  margin-bottom: 0;
}

.result-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}

.status-real { background: var(--green-soft); color: var(--green-deep); }
.status-fake { background: #fee4e2; color: #b42318; }
.status-suspicious { background: #fef0c7; color: #b54708; }
.status-unknown { background: #f2f4f7; color: #475467; }

.result-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 12px;
}

.result-meta span {
  display: block;
  color: var(--grey);
  font-size: 13px;
  margin-bottom: 4px;
}

.result-meta strong {
  font-size: 16px;
}

.risk-bar {
  height: 10px;
  background: #eef2f6;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 24px;
}

.risk-fill {
  height: 100%;
  border-radius: 999px;
}

.risk-fill.status-real { background: var(--green); }
.risk-fill.status-fake { background: #f04438; }
.risk-fill.status-suspicious { background: #f79009; }
.risk-fill.status-unknown { background: #98a2b3; }

.result-card h3 {
  margin: 20px 0 8px;
  font-size: 18px;
}

.result-analysis {
  color: var(--iron);
  line-height: 1.55;
  white-space: normal;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 700px) {
  .result-meta { grid-template-columns: 1fr; }
}

/* ?? Casino profile (local templates) ?? */
.profile-page {
  min-height: 70vh;
  background: #042f2e;
  color: #fff;
}

.profile-empty-wrap {
  padding: 40px 16px 64px;
  background: linear-gradient(180deg, var(--green-soft) 0%, var(--bg) 220px);
  color: var(--black);
}

.profile-empty-wrap .profile-panel {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.profile-hero {
  position: relative;
  padding: 28px 16px 48px;
  overflow: hidden;
}

.profile-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.profile-bg-mobile { display: none; }
.profile-bg-desktop { display: block; }

.profile-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.profile-back {
  display: inline-block;
  margin-bottom: 18px;
  color: #d3ebda;
  font-weight: 600;
  font-size: 14px;
}

.profile-brand-logo {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  object-fit: cover;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  margin: 0 auto 14px;
  display: block;
}

.profile-active-url {
  margin: -6px 0 22px;
  color: #d3ebda;
  font-size: 15px;
}

.profile-active-url span {
  font-weight: 400;
  opacity: 0.9;
}

.profile-domain {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.profile-brand {
  margin: 8px 0 22px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.92;
  word-break: break-all;
}

.profile-card {
  background: #fff;
  color: var(--black);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--green);
  text-align: center;
}

.profile-card-fake {
  border-color: #f04438;
}

.profile-card-closed {
  border-color: #98a2b3;
}

.profile-status-title {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 800;
  color: var(--green-deep);
}

.profile-card-fake .profile-status-title { color: #b42318; }
.profile-card-closed .profile-status-title { color: #475467; }

.profile-seal {
  display: flex;
  justify-content: center;
  margin: 8px 0 12px;
}

.profile-seal img {
  width: min(295px, 100%);
  height: auto;
}

.profile-seal-note {
  margin: 0 0 8px;
  font-weight: 600;
  color: #344054;
}

.profile-seal-note.muted {
  font-weight: 500;
  color: var(--grey);
  font-size: 14px;
}

.profile-verdict {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.45;
  color: #101828;
  font-weight: 500;
}

.profile-features {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  text-align: left;
}

.profile-features-bottom {
  margin-top: 32px;
}

.profile-feature {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
}

.profile-feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #101828;
}

.profile-feature span {
  font-size: 13px;
  color: #475467;
  line-height: 1.4;
}

.profile-closed-hint {
  margin: 16px 0 0;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-weight: 600;
  font-size: 13px;
}

.profile-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 24px;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.profile-actions-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.profile-action-btn {
  width: 100% !important;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

.profile-actions .btn-green {
  font-size: 16px;
}

.profile-actions .btn-outline {
  width: 100%;
}

.profile-actions .btn-telegram-outline {
  width: 100%;
  min-height: 46px;
  font-size: 15px;
  border-width: 1px;
}

.profile-body {
  background: var(--bg);
  color: var(--black);
  padding: 36px 16px 64px;
}

.profile-body-inner {
  max-width: 720px;
  margin: 0 auto;
}

.profile-body h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.profile-games {
  margin: 0 0 32px;
}
.profile-card .profile-games {
  margin: 18px 0 4px;
  text-align: left;
}
.profile-card .profile-games-head h2 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #101828;
}
.profile-card .profile-games-head p {
  margin: 0 0 10px;
  font-size: 13px;
}
.profile-card .profile-game-item {
  background: #f8fafc;
}
.profile-empty-wrap .profile-games {
  margin-top: 28px;
  text-align: left;
}
.profile-games-head p {
  margin: 0 0 14px;
  color: var(--iron);
  font-size: 14px;
  line-height: 1.5;
}
.profile-games-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.profile-game-item {
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  overflow: hidden;
}
.profile-card .profile-game-item {
  background: #f8fafc;
}
.profile-game-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
}
.profile-game-main {
  min-width: 0;
  flex: 1;
}
.profile-game-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
}
.profile-game-symbol {
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  color: var(--grey);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.profile-game-meta {
  margin-top: 8px;
  display: grid;
  gap: 4px;
}
.gq-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-size: 13px;
  line-height: 1.4;
}
.gq-k {
  color: var(--grey);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.gq-v {
  color: var(--iron);
  font-weight: 500;
}
.profile-game-side {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.profile-game-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.profile-game-badge.gq-ok {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}
.profile-game-badge.gq-warn {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}
.profile-game-badge.gq-bad {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}
.profile-game-badge.gq-mute {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
}
.profile-game-report-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
}
.profile-game-report-btn:hover {
  background: rgba(15, 118, 110, 0.1);
  border-color: rgba(15, 118, 110, 0.25);
}

body.gq-modal-open {
  overflow: hidden;
  touch-action: none;
}
.gq-modal[hidden] {
  display: none !important;
}
.gq-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.gq-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(2px);
}
.gq-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(82vh, 580px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  padding: 18px;
  text-align: left;
  box-sizing: border-box;
}
.gq-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  text-align: left;
}
.gq-modal-head-main {
  min-width: 0;
  flex: 1;
}
.gq-modal-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.gq-modal-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  min-width: 0;
}
.gq-modal-head h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: var(--black);
  word-break: break-word;
}
.gq-modal-title-row .profile-game-badge {
  flex: none;
}
.gq-modal-close {
  flex: none;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: #f1f5f9;
  color: #334155;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.gq-modal-close:hover {
  background: #e2e8f0;
}
.gq-modal-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.gq-modal-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  align-items: start;
  padding: 11px 12px;
  border-top: 1px solid #eef2f7;
  background: #fff;
}
.gq-modal-row:first-child {
  border-top: 0;
}
.gq-modal-row:nth-child(even) {
  background: #f8fafc;
}
.gq-modal-row dt {
  margin: 0;
  color: var(--grey);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.gq-modal-row dd {
  margin: 0;
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
}
.gq-modal-url {
  margin: 12px 0 0;
  display: grid;
  gap: 4px;
  text-align: left;
}
.gq-modal-url a {
  color: #0f766e;
  font-size: 13px;
  word-break: break-all;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 640px) {
  .gq-modal {
    align-items: flex-end;
    padding: 0;
  }
  .gq-modal-dialog {
    width: 100%;
    max-width: 100%;
    max-height: min(62vh, 100%);
    margin: 0;
    border-radius: 16px 16px 0 0;
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
  }
  .gq-modal-head {
    margin-bottom: 10px;
    gap: 8px;
  }
  .gq-modal-head h3 {
    font-size: 16px;
  }
  .gq-modal-close {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .gq-modal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .gq-modal-row {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
  }
  .gq-modal-row:nth-child(even) {
    background: #f8fafc;
  }
  .gq-modal-row dt {
    font-size: 11px;
  }
  .gq-modal-row dd {
    font-size: 14px;
  }
  .gq-modal-url a {
    font-size: 12.5px;
  }
}
@media (max-width: 560px) {
  .profile-game-summary {
    flex-direction: column;
  }
  .profile-game-side {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}

.profile-next {
  font-size: 15px;
  line-height: 1.55;
  color: var(--iron);
  margin-bottom: 10px;
}

.profile-next-extra {
  color: var(--grey);
  font-size: 14px;
  margin: 0 0 28px;
}

.profile-next-extra a {
  color: var(--green-deep);
  font-weight: 600;
  text-decoration: underline;
}

.profile-faq details {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
}

.profile-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}

.profile-faq details p,
.profile-faq-answer {
  margin: 10px 0 0;
  color: var(--grey);
  font-size: 14px;
  line-height: 1.55;
}

.profile-faq-answer p {
  margin: 0 0 10px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.profile-faq-answer p:last-child {
  margin-bottom: 0;
}

.profile-faq-answer .faq-md-h {
  margin: 14px 0 8px;
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.profile-faq-answer .faq-md-h:first-child {
  margin-top: 0;
}

.profile-faq-answer .faq-md-list {
  margin: 0 0 10px;
  padding-left: 1.2em;
}

.profile-faq-answer .faq-md-list li {
  margin: 0 0 6px;
}

.profile-faq-answer strong {
  color: var(--black);
  font-weight: 700;
}

.status-closed { background: #f2f4f7; color: #475467; }

@media (max-width: 760px) {
  .profile-bg-desktop { display: none; }
  .profile-bg-mobile { display: block; }
  .profile-domain { font-size: 22px; }
  .profile-card { padding: 22px 16px; }
  .profile-actions-secondary {
    grid-template-columns: 1fr;
  }
  .profile-actions {
    max-width: 100%;
  }
}

/* ?? Articles ?? */
.articles-page { background: var(--bg); color: var(--black); }
.articles-hero {
  background: linear-gradient(160deg, var(--green-deep), var(--green-dark) 55%, var(--green));
  color: #fff;
  padding: 48px 16px 40px;
  text-align: center;
}
.articles-hero-inner { max-width: 720px; margin: 0 auto; }
.articles-hero h1 { margin: 0 0 10px; font-size: 32px; font-weight: 800; }
.articles-hero p { margin: 0; opacity: .92; font-size: 16px; }
.articles-list-wrap { max-width: 1040px; margin: 0 auto; padding: 28px 16px 64px; }
.articles-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.article-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.article-card-media { display: block; aspect-ratio: 16 / 9; background: var(--green-soft); }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-card-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--green-soft), #fff); }
.article-card-body { padding: 18px 18px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.article-card-tag {
  display: inline-flex; align-self: flex-start;
  padding: 4px 10px; border-radius: 999px;
  background: var(--green-soft); color: var(--green-deep);
  font-size: 12px; font-weight: 700;
}
.article-card h2 { margin: 0; font-size: 18px; line-height: 1.3; }
.article-card h2 a { color: inherit; }
.article-card p { margin: 0; color: var(--grey); font-size: 14px; line-height: 1.45; flex: 1; }
.article-card .btn { width: fit-content; margin-top: 4px; }
.articles-empty { text-align: center; padding: 40px 16px; color: var(--grey); }

.article-detail { max-width: 760px; margin: 0 auto; padding: 32px 16px 64px; }
.article-back { display: inline-block; margin-bottom: 14px; font-weight: 600; color: var(--green-deep); }
.article-detail h1 { margin: 8px 0 12px; font-size: 28px; line-height: 1.25; }
.article-meta { display: flex; gap: 12px; flex-wrap: wrap; color: var(--grey); font-size: 14px; margin-bottom: 18px; }
.article-cover { border-radius: 14px; overflow: hidden; margin-bottom: 22px; background: var(--green-soft); }
.article-cover img { width: 100%; display: block; }
.article-content { font-size: 16px; line-height: 1.65; color: #1f2937; }
.article-content p { margin: 0 0 14px; }
.article-content h2 { margin: 26px 0 10px; font-size: 22px; color: var(--green-deep); }
.article-content h3 { margin: 20px 0 8px; font-size: 18px; }
.article-content .article-inline-img { margin: 18px 0; }
.article-content .article-inline-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.article-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

@media (min-width: 768px) {
  .articles-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .articles-hero h1 { font-size: 40px; }
  .article-detail h1 { font-size: 34px; }
}
@media (min-width: 1024px) {
  .articles-grid { grid-template-columns: repeat(3, 1fr); }
}

/* —— Site Analyzer —— */
.analyzer-section {
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 16px 40px;
}
.analyzer-head { text-align: center; margin-bottom: 18px; }
.analyzer-head h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: var(--green-deep);
}
.analyzer-head p { margin: 0; color: var(--grey); font-size: 15px; line-height: 1.45; }
.analyzer-box {
  background: #fff;
  border: 1px solid rgba(19, 78, 74, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  margin-bottom: 16px;
}
.analyzer-box > label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey);
  margin-bottom: 8px;
}
.analyzer-row { display: flex; gap: 10px; }
.analyzer-row input {
  flex: 1;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  outline: none;
  background: #fff;
}
.analyzer-row input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.analyzer-row .btn { white-space: nowrap; }
.analyzer-check {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--black) !important;
  cursor: pointer;
}
.analyzer-check input { width: auto; accent-color: var(--green); }
.analyzer-alert {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 14px;
}
.analyzer-card {
  background: #fff;
  border: 1px solid rgba(19, 78, 74, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.analyzer-verdict {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 14px;
  background: var(--green-50);
  color: var(--green-deep);
}
.analyzer-verdict.likely_authentic { background: rgba(13, 148, 136, 0.12); color: var(--green-deep); }
.analyzer-verdict.suspicious { background: rgba(239, 68, 68, 0.1); color: #b91c1c; }
.analyzer-verdict.unverified { background: rgba(245, 158, 11, 0.12); color: #b45309; }
.analyzer-verdict.unknown { background: #f3f4f6; color: var(--grey); }
.analyzer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.analyzer-card h3 {
  margin: 16px 0 8px;
  font-size: 15px;
  color: var(--green-deep);
}
.analyzer-card ul { margin: 0; padding-left: 1.1rem; color: #4b5563; }
.analyzer-card li { margin: 0.25rem 0; }
.analyzer-card code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  color: var(--green-dark);
  word-break: break-all;
}
.analyzer-evidence {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--green-50);
  border: 1px solid rgba(19, 78, 74, 0.1);
}
.analyzer-evidence-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 8px;
}
.analyzer-evidence-top span { color: var(--grey); }
.analyzer-evidence-bar {
  height: 8px;
  border-radius: 99px;
  background: #e5e7eb;
  overflow: hidden;
}
.analyzer-evidence-bar i {
  display: block;
  height: 100%;
  background: #f59e0b;
  border-radius: 99px;
}
.analyzer-evidence.solid .analyzer-evidence-bar i,
.analyzer-evidence.dense .analyzer-evidence-bar i { background: var(--green); }
.analyzer-evidence.none .analyzer-evidence-bar i { background: #9ca3af; }
.analyzer-evidence p { margin: 8px 0 0; font-size: 13px; color: var(--grey); }
.analyzer-signals { list-style: none; padding: 0; }
.analyzer-signals li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
  color: var(--black);
  flex-wrap: wrap;
}
.analyzer-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 6px;
  background: #eef2f7;
  color: var(--grey);
}
.analyzer-tag.authentic,
.analyzer-tag.provider,
.analyzer-tag.platform {
  color: var(--green-deep);
  background: var(--green-soft);
}
.analyzer-tag.suspicious {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.12);
}
.analyzer-mono { list-style: none; padding: 0; }
.analyzer-mono li { margin: 6px 0; }
.analyzer-muted { color: var(--grey); }
.analyzer-foot {
  margin: 14px 0 0;
  color: var(--grey);
  font-size: 14px;
  text-align: center;
}
.analyzer-foot a { color: var(--green-deep); font-weight: 600; }

@media (min-width: 768px) {
  .analyzer-grid { grid-template-columns: 1fr 1fr; }
  .analyzer-head h2 { font-size: 28px; }
}
@media (max-width: 600px) {
  .analyzer-row { flex-direction: column; }
}

.analyzer-live {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0f2f2c 0%, #134e4a 45%, #0d9488 120%);
  color: #ecfeff;
  border-radius: 18px;
  padding: 22px 20px 18px;
  margin-bottom: 16px;
  box-shadow: 0 16px 40px rgba(19, 78, 74, 0.28);
}
.analyzer-live-glow {
  position: absolute;
  inset: -40% -20% auto;
  height: 70%;
  background: radial-gradient(circle, rgba(204, 251, 241, 0.22), transparent 65%);
  pointer-events: none;
  animation: analyzerGlow 3.2s ease-in-out infinite;
}
@keyframes analyzerGlow {
  0%, 100% { opacity: .55; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(8px); }
}
.analyzer-live-top {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.analyzer-radar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(204, 251, 241, 0.35);
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px rgba(13, 148, 136, 0.18);
}
.analyzer-radar::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid rgba(204, 251, 241, 0.25);
}
.analyzer-radar span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #99f6e4);
  transform-origin: left center;
  animation: analyzerSweep 1.6s linear infinite;
}
@keyframes analyzerSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.analyzer-live-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(204, 251, 241, 0.75);
  font-weight: 700;
}
.analyzer-live-title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.analyzer-live-sub {
  margin: 0;
  color: rgba(236, 254, 255, 0.78);
  font-size: 14px;
}
.analyzer-live-eta {
  margin: 8px 0 0;
  color: rgba(153, 246, 228, 0.92);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.analyzer-progress {
  position: relative;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  margin-bottom: 16px;
}
.analyzer-progress i {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: linear-gradient(90deg, #5eead4, #ccfbf1, #99f6e4);
  transition: width 0.55s ease;
  box-shadow: 0 0 12px rgba(153, 246, 228, 0.55);
}
.analyzer-stages {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.analyzer-stages li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(236, 254, 255, 0.55);
  font-size: 14px;
  font-weight: 500;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.analyzer-stages li .stage-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
  line-height: 1.35;
  padding-top: 0;
}
.analyzer-stages li .stage-countdown {
  color: #99f6e4;
  font-size: 12.5px;
  font-weight: 700;
}
.analyzer-stages li .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
  margin-top: 4px;
}
.analyzer-stages li.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(204, 251, 241, 0.35);
  transform: translateX(2px);
}
.analyzer-stages li.active .dot {
  background: #99f6e4;
  box-shadow: 0 0 10px rgba(153, 246, 228, 0.8);
  animation: analyzerPulse 1s ease-in-out infinite;
}
.analyzer-stages li.done {
  color: rgba(204, 251, 241, 0.92);
}
.analyzer-stages li.done .dot { background: #5eead4; }
.analyzer-stages li.fail {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(252, 165, 165, 0.35);
}
.analyzer-stages li.fail .dot {
  background: #f87171;
  box-shadow: none;
}
.analyzer-stages li.skip {
  color: rgba(236, 254, 255, 0.45);
  opacity: 0.85;
}
.analyzer-stages li.skip .dot { background: rgba(255,255,255,.2); }
@keyframes analyzerPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: .7; }
}

.analyzer-result {
  background: #fff;
  border: 1px solid rgba(19, 78, 74, 0.12);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  animation: analyzerReveal .45s ease;
}
@keyframes analyzerReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.analyzer-hero-result {
  border-radius: 14px;
  padding: 18px 16px;
  margin-bottom: 16px;
}
.analyzer-hero-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
}
.analyzer-hero-title-row h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
}
.analyzer-site-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 3px;
  display: block;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(15, 50, 45, 0.12);
}
.analyzer-hero-result.ok { background: linear-gradient(135deg, #ccfbf1, #f0fdfa); color: var(--green-deep); }
.analyzer-hero-result.warn { background: linear-gradient(135deg, #fef3c7, #fffbeb); color: #92400e; }
.analyzer-hero-result.bad {
  background: linear-gradient(145deg, #7f1d1d 0%, #991b1b 45%, #b91c1c 100%);
  color: #fff7f7;
  box-shadow: 0 8px 24px rgba(127, 29, 29, 0.28);
}
.analyzer-hero-result.bad .analyzer-hero-meta { opacity: 0.85; color: #fecaca; }
.analyzer-hero-result.bad .analyzer-site-logo {
  background: rgba(255, 255, 255, 0.95);
}
.analyzer-hero-result.mute { background: #f3f4f6; color: #374151; }
.analyzer-hero-result h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}
.analyzer-hero-title-row h3 {
  margin: 0;
}
.analyzer-hero-result p { margin: 0; font-size: 15px; line-height: 1.5; opacity: .92; }
.analyzer-hero-meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  opacity: .8;
}
.analyzer-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.analyzer-stat {
  background: var(--green-50);
  border-radius: 12px;
  padding: 12px;
}
.analyzer-stat span {
  display: block;
  font-size: 12px;
  color: var(--grey);
  margin-bottom: 4px;
}
.analyzer-stat strong {
  font-size: 18px;
  color: var(--green-deep);
}
.analyzer-details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--green-deep);
  margin: 8px 0;
}
.analyzer-details[open] summary { margin-bottom: 10px; }

@media (min-width: 768px) {
  .analyzer-stats { grid-template-columns: repeat(4, 1fr); }
}

