/* ==========================================================================
   Ganyotçu Ailesi - VIP & Modern Luxury Gold CSS (Site + Admin Panel)
   ========================================================================== */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --font-primary: 'Outfit', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --bg-dark: #0a0b0e;
  --bg-card: #13161c;
  --gold-main: #d4af37;
  --gold-light: #ffd700;
  --gold-bright: #fff2a8;
  --gold-dark: #b8860b;
  --orange-accent: #ff8c00;
  --text-main: #f0f3f8;
  --text-muted: rgba(240, 243, 248, 0.7);
  --glass-bg: rgba(19, 22, 28, 0.85);
  --glass-border: rgba(212, 175, 55, 0.25);
}

html {
  background-color: var(--bg-dark);
  font-family: var(--font-primary);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-primary);
  overflow-x: hidden;
  position: relative;
}

/* ==================== Ambient Glow Orbs ==================== */
.bgGlowOrb {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
}

.orb1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #ffd700 0%, #ff8c00 100%);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  animation: orbFloat1 12s ease-in-out infinite alternate;
}

.orb2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #b8860b 0%, #0088cc 100%);
  bottom: 10%;
  right: -150px;
  animation: orbFloat2 15s ease-in-out infinite alternate;
}

@keyframes orbFloat1 {
  0% { transform: translateX(-50%) translateY(0); }
  100% { transform: translateX(-40%) translateY(50px); }
}

@keyframes orbFloat2 {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-60px) scale(1.1); }
}

/* ==================== Main Page Layout ==================== */
.mainPageBg {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}

.referansSection {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
}

@media (max-width: 767px) {
  .referansSection {
    padding: 1rem 0.85rem 3rem;
  }
}

/* ==================== Header ==================== */
.siteHeader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 11, 14, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.headerInner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  height: 64px;
}

.headerLogoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerLogo {
  height: 80px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.4));
  transition: transform 0.3s ease;
}

.headerLogo:hover {
  transform: scale(1.03);
}

.headerGoldLine {
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffd700, #ff8c00, #ffd700, transparent);
  background-size: 200% 100%;
  animation: goldLineShift 4s linear infinite;
}

@keyframes goldLineShift {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* ==================== Banner ==================== */
.referansBannerWrap {
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: #13161c;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.referansBannerWrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 215, 0, 0.35);
}

.referansBanner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ==================== Sosyal Medya Butonları ==================== */
.socialBtnRow {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .socialBtnRow {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.telegramBannerBtn,
.instagramBannerBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex: 1 1;
  padding: 0.85rem 1.25rem;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  position: relative;
  overflow: hidden;
}

.telegramBannerBtn {
  background: linear-gradient(135deg, #0088cc, #005580);
  box-shadow: 0 4px 20px rgba(0, 136, 204, 0.3);
  border: 1px solid rgba(0, 136, 204, 0.5);
}

.telegramBannerBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 136, 204, 0.5);
  color: #fff;
}

.instagramBannerBtn {
  background: linear-gradient(135deg, #e6683c, #dc2743, #cc2366, #bc1888);
  box-shadow: 0 4px 20px rgba(220, 39, 67, 0.35);
  border: 1px solid rgba(220, 39, 67, 0.5);
}

.instagramBannerBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(220, 39, 67, 0.6);
  color: #fff;
}

.telegramBannerBtnIcon,
.instagramBannerBtnIcon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* ==================== Section Headers ==================== */
.sectionHeaderBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 2px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd700, #b8860b, #ff8c00, #ffd700);
  background-size: 300% 300%;
  animation: headerGradient 6s ease infinite;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.25);
  width: 100%;
  overflow: visible;
}

.vipSectionHeader {
  background: linear-gradient(135deg, #ffd700, #ffaa00, #ff3b3b, #ffd700);
  background-size: 300% 300%;
  box-shadow: 0 6px 25px rgba(255, 215, 0, 0.35);
}

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

.sectionHeaderInner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1.1rem;
  background: #11141a;
  border-radius: 12px;
}

.headerTitleGroup {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.crownIcon, .starIcon {
  font-size: 1.35rem;
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.8));
}

.sectionHeaderTitle {
  font-size: clamp(1rem, 2.5vw + 0.5rem, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.referansHeaderSafeWrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: -0.6rem -0.6rem -0.6rem 0;
}

.referansHeaderSafe {
  max-height: clamp(52px, 10vw, 90px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

/* ==================== VIP Siteler (Tekli Sütun Layout) ==================== */
.vipGrid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 2.75rem;
}

.vipCard {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 18px;
  padding: 2.5px;
  background: linear-gradient(135deg, #ffd700, #ff8c00, #b8860b, #fff2a8, #ffd700);
  background-size: 300% 300%;
  animation: vipGlowShift 4s ease infinite, vipPulse 2.5s ease-in-out infinite alternate;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7), 0 0 25px rgba(255, 215, 0, 0.35);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  overflow: hidden;
}

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

@keyframes vipPulse {
  0% { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 215, 0, 0.3); }
  100% { box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8), 0 0 35px rgba(255, 215, 0, 0.65); }
}

.vipCard:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.85), 0 0 45px rgba(255, 215, 0, 0.8);
}

.vipShimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: translateX(-150%) skewX(-25deg);
  animation: shimmerSweep 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes shimmerSweep {
  0% { transform: translateX(-150%) skewX(-25deg); }
  35%, 100% { transform: translateX(280%) skewX(-25deg); }
}

.vipCardInner {
  position: relative;
  z-index: 1;
  width: 100%;
  background: linear-gradient(145deg, #151922 0%, #0d0f14 100%);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

@media (max-width: 600px) {
  .vipCardInner {
    padding: 1rem 1.1rem;
  }
}

.vipHeaderTags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.vipTag {
  background: linear-gradient(135deg, #ffd700, #ff8c00);
  color: #0a0b0e;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4);
}

.vipFeatureBadge {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.35);
  color: #ffe699;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.vipCardBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 520px) {
  .vipCardBody {
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    text-align: center;
  }
}

.vipLogoWrap {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 54px;
}

@media (max-width: 520px) {
  .vipLogoWrap {
    justify-content: center;
  }
}

.vipLogoImg {
  max-width: 220px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease;
}

.vipCard:hover .vipLogoImg {
  transform: scale(1.05);
}

.vipLogoPlaceholder {
  color: #ffd700;
  font-weight: 800;
  font-size: 1.1rem;
}

.vipActionWrap {
  flex-shrink: 0;
}

.vipActionBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffd700 0%, #d4af37 100%);
  color: #0a0b0e;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.vipCard:hover .vipActionBtn {
  background: linear-gradient(135deg, #fff2a8 0%, #ffd700 100%);
  transform: translateX(3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.vipArrowIcon {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.vipCard:hover .vipArrowIcon {
  transform: translateX(4px);
}

/* ==================== Referans Siteler (2'li Yan Yana Grid) ==================== */
.referansGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (max-width: 480px) {
  .referansGrid {
    gap: 0.75rem;
  }
}

.referansBox {
  aspect-ratio: 2.8 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 14px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.5), rgba(184, 134, 11, 0.2), rgba(212, 175, 55, 0.5));
  background-size: 200% 200%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.4s ease;
  overflow: hidden;
}

.referansBox:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
  background-position: 100% 0;
}

.referansBoxInner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #11141a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.referansBoxLogo {
  width: auto !important;
  max-width: 75%;
  height: auto !important;
  max-height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  transition: transform 0.25s ease;
}

.referansBox:hover .referansBoxLogo {
  transform: scale(1.06);
}

.referansBoxPlaceholder {
  color: rgba(212, 175, 55, 0.85);
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}

/* ==================== Hakkımda ==================== */
.hakkimdaSection {
  margin-top: 2.5rem;
}

.hakkimdaContent {
  padding: 1.75rem;
  background: rgba(17, 20, 26, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .hakkimdaContent {
    padding: 1.25rem;
  }
}

.hakkimdaContent p {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.hakkimdaContent p strong {
  color: #ffd700;
  font-weight: 700;
}

.hakkimdaFinal {
  margin-top: 0.75rem;
  color: #ffd700 !important;
  font-size: 1.05rem !important;
  font-weight: 700;
}

.hakkimdaCollapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
}

.hakkimdaCollapseOpen {
  max-height: 700px;
  opacity: 1;
}

.hakkimdaToggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.6rem 1.35rem;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.05);
  color: #ffd700;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hakkimdaToggle:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #ffd700;
  transform: translateY(-2px);
}

.hakkimdaToggleIcon {
  width: 18px;
  height: 18px;
  transition: transform 0.35s ease;
}

.hakkimdaToggleIconOpen {
  transform: rotate(180deg);
}

.reklamIletisimBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
  margin-top: 1.75rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd700 0%, #b8860b 100%);
  color: #0a0b0e;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}

.reklamIletisimBtn:hover {
  background: linear-gradient(135deg, #fff2a8 0%, #ffd700 100%);
  color: #0a0b0e;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 215, 0, 0.55);
}

.reklamIletisimIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ==================== Popup Modal ==================== */
.popupWrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.popupInner {
  position: relative;
  display: inline-block;
  max-width: 90vw;
  max-height: 90vh;
  animation: popupScale 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popupScale {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.popupImage {
  display: block;
  width: auto;
  height: auto;
  max-width: min(560px, 90vw);
  max-height: min(420px, 85vh);
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 175, 55, 0.3);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.popupClose {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  border-radius: 50%;
  background: #ffd700;
  color: #0a0b0e;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s, background 0.2s;
}

.popupClose:hover {
  transform: scale(1.15);
  background: #ffffff;
}

/* ==========================================================================
   🔑 ADMIN PANEL STİLLERİ (admin.html)
   ========================================================================== */
.adminBody {
  background: #090a0d;
  color: #e5e9f0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Login View */
.loginViewContainer {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: radial-gradient(circle at center, #1a1e29 0%, #090a0d 100%);
}

.loginCard {
  width: 100%;
  max-width: 420px;
  background: rgba(19, 23, 32, 0.95);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.25);
  backdrop-filter: blur(16px);
  text-align: center;
}

.loginLogo {
  max-width: 180px;
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.4));
}

.loginTitle {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffd700;
  margin-bottom: 0.3rem;
}

.loginSubtitle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.75rem;
}

.loginForm {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.loginError {
  background: rgba(255, 59, 59, 0.15);
  border: 1px solid rgba(255, 59, 59, 0.4);
  color: #ff6b6b;
  font-size: 0.85rem;
  padding: 0.75rem;
  border-radius: 10px;
  text-align: center;
}

.loginSubmitBtn {
  width: 100%;
  padding: 0.85rem;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  color: #090a0d;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.loginSubmitBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

/* Dashboard Container */
.dashboardContainer {
  min-height: 100vh;
}

.adminHeader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 17, 24, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  padding: 0.75rem 1.5rem;
}

.adminHeaderInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.adminBrand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.adminHeaderLogo {
  height: 48px;
  width: auto;
}

.adminHeaderTitle {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffd700;
}

.adminStatusBadge {
  font-size: 0.75rem;
  color: #4cd964;
  font-weight: 600;
}

.adminHeaderActions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.saveAllBtn {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: #fff;
  border: none;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.saveAllBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.5);
}

.logoutBtn {
  background: rgba(255, 59, 59, 0.15);
  border: 1px solid rgba(255, 59, 59, 0.4);
  color: #ff6b6b;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s;
}

.logoutBtn:hover {
  background: rgba(255, 59, 59, 0.3);
}

.adminMainContent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}

/* Nav Tabs */
.adminNavTabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navTab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.65rem 1.2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.navTab:hover {
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
}

.navTab.active {
  background: linear-gradient(135deg, #ffd700, #b8860b);
  color: #090a0d;
  border-color: #ffd700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Tab Panes */
.tabPane {
  display: none;
}

.tabPane.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.paneHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.paneTitle {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffd700;
}

.paneDesc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}

.addBtn {
  background: linear-gradient(135deg, #ffd700, #ff8c00);
  color: #090a0d;
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.addBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

/* Form Controls */
.formGroup {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.formLabel {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 215, 0, 0.9);
}

.formInput, .formTextarea {
  width: 100%;
  background: #141720;
  border: 1px solid rgba(255, 215, 0, 0.2);
  color: #fff;
  padding: 0.6rem 0.85rem;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.formInput:focus, .formTextarea:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.inputWithUpload {
  display: flex;
  gap: 0.5rem;
}

.uploadMiniBtn, .uploadBtn {
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: #ffd700;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.uploadMiniBtn:hover, .uploadBtn:hover {
  background: rgba(255, 215, 0, 0.3);
}

/* Admin Site Items List */
.siteAdminList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.siteAdminItem {
  background: rgba(19, 23, 32, 0.9);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 850px) {
  .siteAdminItem {
    flex-direction: column;
    align-items: stretch;
  }
}

.itemOrderControls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 850px) {
  .itemOrderControls {
    flex-direction: row;
    justify-content: space-between;
  }
}

.orderBtn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffd700;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
}

.orderBtn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.orderNum {
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
}

.itemLogoPreview {
  width: 80px;
  height: 50px;
  background: #0d0f14;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  flex-shrink: 0;
}

.itemLogoPreview img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.itemFieldsGrid {
  flex: 1 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.itemActions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}

@media (max-width: 850px) {
  .itemActions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.deleteBtn {
  background: rgba(255, 59, 59, 0.15);
  border: 1px solid rgba(255, 59, 59, 0.4);
  color: #ff6b6b;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s;
}

.deleteBtn:hover {
  background: rgba(255, 59, 59, 0.3);
}

/* Switch Slider */
.switchLabel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.switchLabel input {
  display: none;
}

.switchSlider {
  width: 38px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  position: relative;
  transition: background 0.25s;
}

.switchSlider::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.25s;
}

.switchLabel input:checked + .switchSlider {
  background: #28a745;
}

.switchLabel input:checked + .switchSlider::before {
  transform: translateX(18px);
}

.switchText {
  font-size: 0.82rem;
  font-weight: 700;
}

/* Admin Card Group */
.adminCardGroup {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.adminCard {
  background: rgba(19, 23, 32, 0.9);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
}

.cardHeading {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffd700;
  margin-bottom: 1rem;
}

.mediaUploadRow {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

@media (max-width: 600px) {
  .mediaUploadRow {
    flex-direction: column;
  }
}

.mediaPreviewWrap {
  width: 160px;
  height: 90px;
  background: #0d0f14;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.mediaPreviewImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mediaInputs {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Toast Notifications */
.toastContainer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
}

.toast {
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.toastShow {
  opacity: 1;
  transform: translateX(0);
}

.toastSuccess {
  background: linear-gradient(135deg, #1e7e34, #28a745);
  border: 1px solid #4cd964;
}

.toastError {
  background: linear-gradient(135deg, #bd2130, #dc3545);
  border: 1px solid #ff6b6b;
}