:root {
  --bg: #07010f;
  --card: #12081f;
  --line: #f5c542;
  --pink: #ff2d95;
  --gold: #ffd36a;
  --gold2: #ffe9a3;
  --muted: #cbb7e2;
  --safe: env(safe-area-inset-bottom, 0px);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #050009; color: #fff; font-family: Inter, Segoe UI, sans-serif; overflow-x: hidden; }
img { max-width: 100%; display: block; }
button, a { font-family: inherit; }
.fx { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 40; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.phone {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100dvh;
  padding: 12px 12px calc(92px + var(--safe));
  background:
    radial-gradient(700px 280px at 50% -40px, rgba(255, 45, 149, .22), transparent 60%),
    linear-gradient(180deg, #14061f, #07010f 28%);
  position: relative;
  overflow: hidden;
}
.top { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.top img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; box-shadow: 0 0 18px rgba(255, 211, 106, .45); }
.top strong { display: block; font-size: 18px; }
.top span { color: var(--gold); }
.top-h1 {
  margin: 3px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .2px;
}

.banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 9px;
}
.banners a {
  display: block;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  background: #0a1222;
  box-shadow: 0 4px 12px rgba(0,0,0,.38);
}
.banners img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 12px;
  font-size: 22px;
  letter-spacing: .2px;
}
.sec span { color: #7dd3fc; filter: drop-shadow(0 0 8px #7dd3fc); }
.list { display: grid; gap: 10px; width: 100%; }
.site-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 10px 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1a0d2c, #11081c);
  border: 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.site-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  z-index: 0;
  background: conic-gradient(from var(--spin, 0deg), #f5c542, #ff2d95 25%, transparent 40%, #7dd3fc 58%, #ffe37a 72%, transparent 85%, #f5c542);
  animation: spinBorder 3.2s linear infinite;
  animation-delay: calc(var(--i, 0) * -0.45s);
  opacity: .95;
}
.site-card::after {
  content: "";
  position: absolute;
  inset: 1.5px;
  border-radius: 15px;
  background: linear-gradient(180deg, #1a0d2c, #11081c);
  z-index: 0;
}
.site-card > * { position: relative; z-index: 1; }
.bolt-border {
  position: absolute;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}
.bolt-border .track {
  fill: none;
  stroke: rgba(245, 197, 66, .55);
  stroke-width: 2;
}
.bolt-border .spark,
.bolt-border .spark2 {
  fill: none;
  stroke: url(#boltGrad);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 3px #ffd36a) drop-shadow(0 0 7px #ff2d95);
}
.bolt-border .spark {
  stroke-width: 3.2;
  stroke-dasharray: 52 320;
  animation: boltRun 1.8s linear infinite;
  animation-delay: calc(var(--i, 0) * -0.28s);
}
.bolt-border .spark2 {
  stroke-width: 2;
  stroke-dasharray: 28 360;
  animation: boltRun 2.6s linear infinite reverse;
  animation-delay: calc(var(--i, 0) * -0.5s);
  opacity: .85;
}
@keyframes boltRun {
  to { stroke-dashoffset: -380; }
}
@keyframes spinBorder {
  to { --spin: 360deg; }
}
@property --spin {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.site-card.zap {
  box-shadow: 0 0 18px rgba(255, 45, 149, .55), 0 0 28px rgba(255, 211, 106, .35);
}
.vip {
  position: absolute;
  top: -8px;
  left: 92px;
  z-index: 3;
  background: linear-gradient(90deg, #ff2d55, #ff5d8f);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 8px;
}
.logo-box {
  position: relative;
  flex: 0 0 96px;
  width: 96px;
  height: 58px;
  border-radius: 12px;
  overflow: hidden;
  background: #0a0612;
  border: 1px solid rgba(255, 211, 106, .22);
}
.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
}
.logo-box .slot {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #6b5a82;
  background: repeating-linear-gradient(135deg, #140b20 0 8px, #1b1028 8px 16px);
}
.logo-box .name-logo {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2px;
  text-align: center;
  color: #ffe9a3;
  line-height: 1.15;
}
.card-hit {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
}
.back-home { display: block; }
.firm-hero h1 {
  margin: 4px 0 12px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}
.crumb { margin: 0 0 8px; color: var(--muted); font-size: 12px; }
.crumb a { color: var(--gold); }
.firm-lead { color: #d7cce8; font-size: 14px; line-height: 1.6; margin: 12px 2px 0; }
.firm-card { margin: 0; }
.rel-grid { display: grid; gap: 8px; margin: 8px 0 14px; }
.rel-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(20, 14, 36, .9);
  border: 1px solid rgba(255, 211, 106, .1);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.rel-item span { color: var(--gold); font-weight: 800; white-space: nowrap; }
.dates { color: #9b8bb3; font-size: 12px; margin: 0 0 12px; }
.alpha-nav { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 4px; }
a.alpha {
  display: inline-flex; min-width: 28px; height: 28px; align-items: center; justify-content: center;
  border-radius: 8px; background: #1a1028; color: #ffd36a; text-decoration: none; font-size: 12px; font-weight: 800;
  padding: 0 6px;
}
a.alpha.on { background: #ff2d95; color: #fff; }
.brand-block { margin: 0 0 14px; }
.brand-block h3 { margin: 0 0 6px; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.brand-block h3 img, .article-logo img { height: 28px; width: auto; max-width: 110px; object-fit: contain; }
.article-logo { width: auto; height: 48px; margin: 0 0 12px; background: #0a0612; border: 1px solid rgba(255,211,106,.15); }
a.tab { text-decoration: none; color: #9b8bb3; }
.seo a { color: var(--gold); }
.seo-cta-wrap { margin: 14px 0 18px; }
a.btn.seo-cta {
  display: flex;
  width: 100%;
  height: 48px;
  flex: none;
  min-width: 0;
  font-size: 14px;
  text-decoration: none;
}
.logo-box .kod {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 4px;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
  color: #b8ff6a;
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}
.meta { text-align: center; flex: 1; min-width: 0; }
.meta .label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .3px; }
.meta .amount { color: var(--gold); font-size: 12px; font-weight: 900; margin-top: 2px; line-height: 1.2; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 86px;
  width: 86px;
  min-width: 86px;
  height: 40px;
  padding: 0 4px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffe37a, #f5c542);
  color: #2a1200;
  font-weight: 900;
  font-size: 10px;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(245, 197, 66, .35);
  transition: box-shadow .2s, transform .2s;
}
.btn.zap { box-shadow: 0 0 22px #ff2d95, 0 0 16px #ffd36a; transform: scale(1.04); }

.winners-overlay {
  position: fixed;
  inset: 0;
  z-index: 56;
  display: none;
  place-items: center;
  padding: 24px 16px calc(96px + var(--safe));
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(6px);
}
.winners-overlay.on { display: grid !important; }
.winners-box {
  position: relative;
  width: min(360px, 100%);
  padding: 18px 12px 14px;
  border-radius: 28px;
  background: #0b1224;
  border: 2px solid #f5c542;
  box-shadow: 0 0 28px rgba(245, 197, 66, .42), 0 18px 48px rgba(0,0,0,.55);
}
.winners-box h1,
.winners-box-title {
  margin: 6px 42px 14px 8px;
  text-align: center;
  color: #ffe037;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .2px;
  white-space: nowrap;
  text-shadow: 0 0 16px rgba(255, 224, 55, .45);
}
.winners-box h1 span,
.winners-box-title span { filter: drop-shadow(0 0 8px #ffd36a); }
.winners-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #e11d48;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 0 0 3px rgba(255,255,255,.08), 0 8px 18px rgba(225, 29, 72, .5);
}
.winners-list {
  display: grid;
  gap: 8px;
  max-height: min(72vh, 640px);
  overflow-x: hidden;
  overflow-y: auto;
}
.win-pop-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 8px 10px 8px 10px;
  border-radius: 16px;
  background: #141c2f;
  box-shadow: inset 3px 0 0 #22d3ee;
}
.win-pop-row .cup { font-size: 16px; }
.win-pop-row .who { min-width: 0; }
.win-pop-row .who b {
  display: block;
  font-size: 14px;
  font-weight: 800;
}
.win-pop-row .who small {
  display: block;
  margin-top: 2px;
  color: #9aa6c2;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.win-pop-row .amt {
  color: #22d3ee;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(34, 211, 238, .35);
}

.wheel-overlay {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px 16px 28px;
  background:
    radial-gradient(500px 280px at 50% 42%, rgba(255, 211, 106, .16), transparent 58%),
    radial-gradient(400px 220px at 50% 8%, rgba(255, 45, 149, .18), transparent 50%),
    #07010f;
}
.wheel-overlay.on { display: flex !important; }
.wheel-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #e11d48;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(255,255,255,.15), 0 8px 20px rgba(225, 29, 72, .6);
}
.win-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 100;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #e11d48;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(255,255,255,.15), 0 6px 16px rgba(225, 29, 72, .6);
}
.wheel-title {
  margin: 28px 0 0;
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  color: #ffe37a;
  text-shadow: 0 0 18px rgba(255, 211, 106, .7), 0 0 32px rgba(255, 45, 149, .35);
}
.wheel-title span { filter: drop-shadow(0 0 8px #ffd36a); }
.wheel-stage {
  position: relative;
  width: min(320px, 78vw);
  height: min(320px, 78vw);
  display: grid;
  place-items: center;
}
.wheel-glow {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 211, 106, .35), transparent 68%);
  filter: blur(6px);
  animation: glowPulse 2.2s ease-in-out infinite;
}
@keyframes glowPulse {
  50% { opacity: .55; transform: scale(1.04); }
}
#wheel {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 18px rgba(245, 197, 66, .55));
}
.needle {
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 26px solid #f4f4f5;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 8px rgba(0,0,0,.5));
}
.spin-btn {
  min-width: 220px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .6px;
  color: #2a1200;
  background: linear-gradient(180deg, #ffe37a, #f5a302);
  box-shadow: 0 10px 28px rgba(245, 163, 2, .45);
}
.spin-btn:disabled {
  opacity: .35;
  filter: grayscale(.4);
}
.win-modal {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: none;
  place-items: center;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(3px);
}
.win-modal.on { display: grid !important; }
.win-card {
  width: min(340px, 88%);
  text-align: center;
  padding: 8px 16px 0;
}
.win-card h2 {
  margin: 0;
  font-size: 34px;
  color: #ffe037;
  text-shadow: 0 0 18px rgba(255, 224, 55, .65);
}
.win-amount {
  margin: 8px 0 10px;
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 900;
  color: #22d3ee;
  text-shadow: 0 0 22px rgba(34, 211, 238, .7);
  line-height: 1.2;
}
.win-sub { margin: 0 0 18px; font-size: 18px; font-weight: 800; }
.win-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(180deg, #4cc9ff, #1d7dff);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(29, 125, 255, .45);
}

.contact { background: var(--card); border: 1px solid rgba(255,211,106,.28); border-radius: 16px; padding: 18px; }
.btn.tg { width: 100%; background: linear-gradient(180deg, #6cb7ff, #2a8dff); color: #fff; }

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(86px + var(--safe));
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  pointer-events: none;
  z-index: 30;
  background: #0b0a16;
  border: 1px solid rgba(255,211,106,.35);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  max-width: min(406px, calc(100% - 24px));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
  transition: .35s;
}
.toast.on { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #22d3ee; margin-right: 8px; }

.hint { text-align: center; color: #8b7aa3; font-size: 11px; margin: 14px 0 0; }

.seo {
  margin: 28px 2px 8px;
  padding: 18px 14px 12px;
  border-radius: 18px;
  background: rgba(10, 8, 22, .72);
  border: 1px solid rgba(255, 211, 106, .14);
  color: #d7cce8;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.7;
}
.seo h2 {
  margin: 22px 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: #ffe9a3;
  letter-spacing: .2px;
}
.seo h2:first-child { margin-top: 0; }
.seo h3 {
  margin: 16px 0 6px;
  font-size: 15px;
  color: #fff;
}
.seo p { margin: 0 0 10px; }
.seo ol, .seo ul { margin: 0 0 12px; padding-left: 18px; }
.seo li { margin: 0 0 6px; }
.seo-firms {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}
.seo-firms li {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(20, 14, 36, .9);
  border: 1px solid rgba(255, 211, 106, .1);
}
.seo-faq details {
  margin: 0 0 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(20, 14, 36, .9);
  border: 1px solid rgba(255, 211, 106, .1);
}
.seo-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #fff;
}
.seo-faq details p { margin: 8px 0 0; }
.seo-tags { margin: 22px 0 8px; }
.seo-tags-lead { color: #d7cce8; font-size: 13px; margin: 0 0 10px; }
.seo-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.seo-tags li span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1a1028;
  border: 1px solid rgba(255, 211, 106, .18);
  color: #f6eaff;
  font-size: 11px;
  font-weight: 700;
}
.seo-keys { margin: 22px 0 8px; }
.seo-keys ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.seo-keys li { margin: 0; }
.seo-keys a,
.seo-keys span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1a1028;
  border: 1px solid rgba(255, 211, 106, .18);
  color: #f6eaff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.seo-keys a { color: #ffd36a; border-color: rgba(255, 211, 106, .35); }

.view { display: none; }
.view.on { display: block; }

.tabs {
  position: fixed;
  left: 50%;
  bottom: calc(10px + var(--safe));
  transform: translateX(-50%);
  width: min(406px, calc(100% - 12px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  padding: 6px;
  border-radius: 28px;
  background: #0d0818;
  border: 1px solid rgba(255,211,106,.18);
  z-index: 25;
}
.tab {
  border: 0;
  background: transparent;
  color: #9b8bb3;
  font-size: 9px;
  font-weight: 800;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 7px 0;
  border-radius: 18px;
  min-width: 0;
}
.tab svg { width: 18px; height: 18px; fill: currentColor; }
.tab.on { background: linear-gradient(180deg, #ffe37a, #f0c132); color: #2a1200; }

.kind-hero {
  margin: 0 0 16px;
  padding: 14px 12px 8px;
  border-radius: 18px;
}
.kind-giris .kind-hero {
  background: rgba(8, 47, 73, .45);
  border: 1px solid rgba(125, 211, 252, .25);
}
.kind-deneme .kind-hero {
  background: rgba(58, 34, 8, .5);
  border: 1px solid rgba(255, 211, 106, .3);
}
.kind-guncel .kind-hero {
  background: rgba(67, 20, 7, .45);
  border: 1px solid rgba(251, 146, 60, .35);
}
.kind-badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.kind-giris .kind-badge { background: #12324a; color: #7dd3fc; }
.kind-deneme .kind-badge { background: #3a2208; color: #ffd36a; }
.kind-guncel .kind-badge { background: #3a1a12; color: #fb923c; }
.kind-checks {
  margin: 0 0 12px;
  padding: 12px 12px 12px 32px;
  border-radius: 16px;
  background: #102033;
  border: 1px solid rgba(125, 211, 252, .25);
  color: #e8f4ff;
}
.kind-checks li { margin: 0 0 8px; font-size: 13px; font-weight: 700; }
.kind-checks li:last-child { margin: 0; }
.kind-bonus {
  margin: 0 0 12px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: #24140a;
  border: 1px solid rgba(255, 211, 106, .35);
}
.kind-bonus small { display: block; color: #cbb7e2; font-size: 11px; margin: 0 0 4px; }
.kind-bonus strong { display: block; font-size: 22px; color: #ffe9a3; }
.kind-bonus em { display: block; margin-top: 6px; font-style: normal; color: #d7cce8; font-size: 12px; }
.kind-warn {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #2a140c;
  border: 1px solid rgba(251, 146, 60, .4);
  color: #fed7aa;
  font-size: 13px;
  line-height: 1.5;
}
.kind-giris .seo-cta { background: #38bdf8; color: #082f49; }
.kind-guncel .seo-cta { background: #fb923c; color: #431407; }

@media (max-width: 400px) {
  .logo-box { flex-basis: 84px; width: 84px; height: 54px; }
  .vip { left: 80px; }
  .btn { flex-basis: 78px; width: 78px; min-width: 78px; font-size: 9px; }
  .meta .amount { font-size: 13px; }
}
@media (min-width: 500px) {
  body { background: #020005; }
  .phone { min-height: 100dvh; box-shadow: 0 0 80px rgba(255, 45, 149, .15); }
}
