body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-page {
  padding: 22px 0 52px;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-shell {
  display: grid;
  gap: 16px;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-breadcrumb {
  margin-bottom: 2px;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(90, 130, 220, 0.16);
  background:
    radial-gradient(circle at top center, rgba(108, 93, 211, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(20, 27, 48, 0.98), rgba(15, 22, 40, 0.96));
  box-shadow: 0 24px 60px rgba(3, 8, 20, 0.28);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -30% -10%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 122, 245, 0.12), transparent 70%);
  pointer-events: none;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 34px 24px 32px;
  text-align: center;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero-inner h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.04em;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero-inner p {
  margin: 0;
  max-width: 760px;
  color: rgba(219, 232, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.75;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-search {
  position: relative;
  width: min(100%, 460px);
  display: flex;
  align-items: center;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-search i {
  position: absolute;
  left: 16px;
  color: rgba(205, 221, 247, 0.56);
  font-size: 0.95rem;
  pointer-events: none;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-search input {
  width: 100%;
  height: 52px;
  padding: 0 18px 0 48px;
  border-radius: 12px;
  border: 1px solid rgba(124, 149, 198, 0.16);
  background: rgba(10, 14, 24, 0.9);
  color: #f8fbff;
  font-size: 0.96rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-search input::placeholder {
  color: rgba(205, 221, 247, 0.42);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-search input:focus {
  border-color: rgba(99, 136, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(59, 89, 255, 0.14);
  background: rgba(11, 16, 28, 0.98);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  min-height: 150px;
  padding: 22px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, var(--social-card-start), var(--social-card-end));
  box-shadow: 0 18px 34px rgba(7, 12, 26, 0.24);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  text-align: center;
  text-decoration: none;
  transform: translateY(10px);
  opacity: 0;
  animation: social-showcase-enter 0.45s ease forwards;
  animation-delay: calc(var(--social-card-order, 0) * 45ms);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card[hidden] {
  display: none !important;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 34%);
  opacity: 0.5;
  pointer-events: none;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  opacity: 0.55;
  pointer-events: none;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card:hover,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 40px rgba(7, 12, 26, 0.34);
  filter: saturate(1.05);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.16);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .brand-glyph-wrap,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .brand-glyph-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon img,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .brand-glyph-icon,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .cat-icon-img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
  filter: brightness(0) invert(1) grayscale(1);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .brand-glyph-fallback,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .brand-glyph-fallback i,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card-icon .brand-glyph-wrap i {
  color: #fff !important;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card strong {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-empty {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 24px;
  border-radius: 18px;
  border: 1px solid rgba(101, 126, 170, 0.16);
  background: linear-gradient(180deg, rgba(15, 22, 38, 0.94), rgba(10, 14, 24, 0.98));
  text-align: center;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-empty[hidden] {
  display: none !important;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-empty-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 89, 255, 0.12);
  color: #dbe8ff;
  font-size: 1.15rem;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-empty strong {
  color: #fff;
  font-size: 1.06rem;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-empty p {
  margin: 0;
  color: rgba(221, 231, 248, 0.72);
  line-height: 1.7;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-clear {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(123, 149, 199, 0.18);
  border-radius: 999px;
  background: rgba(59, 89, 255, 0.12);
  color: #f8fbff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-clear:hover,
body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-clear:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(123, 149, 199, 0.3);
  background: rgba(59, 89, 255, 0.18);
}

@keyframes social-showcase-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-page {
    padding: 18px 0 38px;
  }

  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero-inner {
    padding: 26px 16px 22px;
  }

  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-hero-inner p {
    font-size: 0.92rem;
  }

  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card {
    min-height: 138px;
    padding: 18px 12px;
  }

  body:is(.page-sosyal-medya, .page-kategoriler).magaza-hesap-style .social-showcase-card strong {
    font-size: 0.94rem;
  }
}
