/* =========================================================
   ROHIS KABUPATEN BANYUMAS — Official Digital Platform
   DARK LIQUID GLASS • CELESTIAL CONSTELLATION ("RASI BINTANG")
   Editorial Typography • Deep Obsidian • Emerald & Cyan Glow
   ========================================================= */

:root {
  /* ---------- PRIMARY COLOR SYSTEM (Dark Liquid Glass) ---------- */
  --color-bg:                     #061510; /* Deep Obsidian Forest background */
  --color-bg-secondary:           #0B2019; /* Secondary Dark Emerald */
  --color-surface-pure:           #0E2A21; /* Solid dark card surface */
  --color-forest:                 #F5FAF7; /* Primary Heading / Title on dark: crisp luminous ivory */
  --color-forest-dark:            #030C09; /* Deepest footer grounding */
  --color-emerald:                #39B99A; /* Vibrant Light Emerald primary accent */
  --color-emerald-light:          #5FE3C2; /* Luminous emerald neon accent */
  --color-cyan:                   #54C9CF; /* Ethereal celestial cyan */
  --color-gold:                   #E5C378; /* Subtle celestial gold */
  --color-gold-light:             #F3D89A;
  
  --color-text:                   #E8F2EE; /* Primary Text: luminous light sage-ivory */
  --color-text-secondary:         #9EB3AB; /* Secondary Text: soft mint-slate editorial readability */
  --color-text-muted:             #6E857C; /* Muted text */
  --color-border:                 rgba(57, 185, 154, 0.16); /* Translucent emerald border */
  --color-border-hover:           rgba(57, 185, 154, 0.38); /* Hover neon border */

  /* Legacy & Semantic Component Aliases */
  --color-emerald-deep:           #061510;
  --color-emerald-mid:            #087F62;
  --color-emerald-accent:         #39B99A;
  --color-ivory:                  #F5FAF7;
  --color-warm-ivory:             #E8F2EE;

  --color-surface:                rgba(11, 33, 26, 0.65);
  --color-surface-card:           rgba(11, 33, 26, 0.65);
  --color-surface-hover:          rgba(16, 48, 38, 0.75);
  --color-surface-solid:          #0E2A21;

  --color-primary:                var(--color-emerald);
  --color-primary-light:          var(--color-emerald-light);
  --color-primary-dark:           #087F62;
  --color-primary-glow:           rgba(57, 185, 154, 0.25);
  --color-cyan-glow:              rgba(84, 201, 207, 0.25);
  --color-gold-glow:              rgba(229, 195, 120, 0.20);

  --color-text-on-dark:           #F5FAF7;
  --color-text-on-dark-secondary: #9EB3AB;

  /* ---------- 4-TIER DARK LIQUID GLASS SYSTEM ---------- */
  /* Level 1: Very subtle dark glass (pills, metadata chips) */
  --glass-l1-bg:                  rgba(13, 38, 30, 0.45);
  --glass-l1-border:              rgba(57, 185, 154, 0.14);

  /* Level 2: Frosted dark liquid crystal + blur (cards, events, articles) */
  --glass-l2-bg:                  rgba(11, 33, 26, 0.68);
  --glass-l2-blur:                blur(20px) saturate(180%);
  --glass-l2-border:              rgba(57, 185, 154, 0.20);
  --glass-l2-shadow:              inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 16px 36px rgba(0, 0, 0, 0.45);

  /* Level 3: Elevated glass + reflection + depth (navbar, sticky elements) */
  --glass-l3-bg:                  rgba(8, 26, 20, 0.85);
  --glass-l3-blur:                blur(24px) saturate(190%);
  --glass-l3-border:              rgba(57, 185, 154, 0.28);
  --glass-l3-shadow:              inset 0 1px 1px rgba(255, 255, 255, 0.16), 0 20px 48px rgba(0, 0, 0, 0.55);

  /* Level 4: Interactive highlighted glass with neon glow */
  --glass-l4-bg:                  rgba(13, 42, 33, 0.90);
  --glass-l4-blur:                blur(28px);
  --glass-l4-border:              rgba(84, 201, 207, 0.42);
  --glass-l4-shadow:              inset 0 1px 2px rgba(255, 255, 255, 0.22), 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 24px rgba(57, 185, 154, 0.25);

  /* Standard aliases */
  --glass-bg:                     var(--glass-l2-bg);
  --glass-blur:                   var(--glass-l2-blur);
  --glass-border:                 var(--glass-l2-border);
  --glass-border-hover:           var(--color-border-hover);
  --glass-shadow:                 var(--glass-l2-shadow);
  --glass-shadow-hover:           var(--glass-l3-shadow);

  /* ---------- RESTRAINED BORDER RADIUS ---------- */
  --radius-sm:                    10px;
  --radius-md:                    16px;
  --radius-lg:                    24px;
  --radius-xl:                    32px;
  --radius-pill:                  999px;
  --radius-full:                  999px;
  --radius-glass:                 16px;

  /* ---------- TRANSITIONS & MOTION (Quiet & Restrained) ---------- */
  --ease-out:                     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring:                  cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast:              180ms var(--ease-out);
  --transition-base:              280ms var(--ease-out);
  --transition-slow:              450ms var(--ease-out);

  /* ---------- TYPOGRAPHY ---------- */
  --font-sans:                    'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-heading:                 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-body:                    'Inter', system-ui, -apple-system, sans-serif;
  --font-editorial:               'Newsreader', Georgia, serif;

  /* Aliases */
  --font-serif:                   var(--font-editorial);
  --font-script:                  var(--font-sans);
  --font-arabic:                  var(--font-editorial);

  /* ---------- STRICT SPACING SYSTEM ---------- */
  --space-8:                      8px;
  --space-12:                     12px;
  --space-16:                     16px;
  --space-24:                     24px;
  --space-32:                     32px;
  --space-48:                     48px;
  --space-64:                     64px;
  --space-80:                     80px;
  --space-96:                     96px;
  --space-120:                    120px;

  /* Semantic scale */
  --space-xs:                     var(--space-8);
  --space-sm:                     var(--space-12);
  --space-md:                     var(--space-16);
  --space-lg:                     var(--space-24);
  --space-xl:                     var(--space-32);
  --space-2xl:                    var(--space-48);
  --space-3xl:                    var(--space-64);
  --space-4xl:                    var(--space-96);

  /* ---------- MULTI-TIER SHADOWS (Specular Depth on Dark Liquid Glass) ---------- */
  --shadow-sm:                    0 2px 8px rgba(0, 0, 0, 0.30);
  --shadow-md:                    0 6px 20px rgba(0, 0, 0, 0.45);
  --shadow-lg:                    inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 16px 36px rgba(0, 0, 0, 0.55);
  --shadow-xl:                    inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 24px 52px rgba(0, 0, 0, 0.65);
  --shadow-glow:                  0 0 24px var(--color-primary-glow);
  --shadow-gold:                  0 0 24px var(--color-gold-glow);

  /* ---------- LAYOUT ---------- */
  --max-width:                    1260px;
  --navbar-height:                74px;
}

/* =========================================================
   RESET & BASE STYLING
   ========================================================= */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: var(--color-bg);
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  min-height: 100vh;
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

#root,
main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

a {
  color: var(--color-emerald);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-forest);
}

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

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
}

/* =========================================================
   TYPOGRAPHY SYSTEM
   Editorial Serif for Display • Clean Sans-Serif for UI & Body
   ========================================================= */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-forest);
  letter-spacing: -0.02em;
}

/* Editorial display heading utility */
.heading-editorial,
.editorial-serif {
  font-family: var(--font-editorial);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(1.875rem, 3.8vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(1.375rem, 2.4vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

p {
  color: var(--color-text-secondary);
  line-height: 1.75;
}

.text-muted {
  color: var(--color-text-muted);
}

.text-forest {
  color: var(--color-forest);
}

.text-gold {
  color: var(--color-gold);
}

.text-accent {
  color: var(--color-emerald);
}

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

/* =========================================================
   CONTAINER & SECTION SYSTEM
   ========================================================= */

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-32);
}

@media (max-width: 768px) {
  .container {
    padding: 0 var(--space-24);
  }
}

.section {
  padding: var(--space-4xl) 0;
  position: relative;
  overflow-x: clip;
}

.section-alt {
  background: var(--color-bg-secondary);
  position: relative;
}

/* Subtle section divider */
.section + .section,
.section + .section-alt,
.section-alt + .section {
  border-top: 1px solid rgba(13, 59, 46, 0.06);
}

/* =========================================================
   PAGE HERO / SUBPAGE HEADER — LIGHT PREMIUM
   ========================================================= */

.page-hero {
  position: relative;
  padding-top: calc(var(--navbar-height) + var(--space-3xl));
  padding-bottom: var(--space-3xl);
  text-align: center;
  background: var(--color-bg);
  overflow: hidden;
}

.page-hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  color: var(--color-forest);
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--color-text-secondary);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .page-hero {
    padding-top: calc(var(--navbar-height) + var(--space-xl));
    padding-bottom: var(--space-2xl);
  }
}

/* =========================================================
   FLEX & GRID UTILITIES
   ========================================================= */

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.gap-xl { gap: var(--space-xl); }
.gap-2xl { gap: var(--space-2xl); }

.grid {
  display: grid;
  gap: var(--space-xl);
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-6-6 { grid-template-columns: 1fr 1fr; }
.grid-7-5 { grid-template-columns: 7fr 5fr; }
.grid-5-7 { grid-template-columns: 5fr 7fr; }
.grid-8-4 { grid-template-columns: 8fr 4fr; }

.text-center { text-align: center; }

@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-7-5,
  .grid-5-7,
  .grid-8-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-6-6,
  .grid-7-5,
  .grid-5-7,
  .grid-8-4 {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   CARD SYSTEM — Light Frosted Crystal & Pure Surface
   ========================================================= */

.liquid-glass,
.glass-card,
.card,
.stat-glass-card,
.quote-card,
.home-cta,
.team-card,
.program-glass-card,
.about-story-card,
.about-vm-card,
.about-value-card,
.contact-form-wrapper,
.reg-form,
.admin-login-card,
.admin-stat-card,
.settings-card,
.admin-gallery-card,
.glass-modal,
.gallery-item {
  position: relative;
  background: var(--glass-l2-bg);
  backdrop-filter: var(--glass-l2-blur);
  -webkit-backdrop-filter: var(--glass-l2-blur);
  border: 1px solid var(--glass-l2-border);
  border-radius: var(--radius-md);
  box-shadow: var(--glass-l2-shadow);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
  overflow: hidden;
}

/* Clean hover behavior — subtle lift (-3px) and slight scale (1.008) */
.liquid-glass:hover,
.glass-card:hover,
.card:hover,
.stat-glass-card:hover,
.quote-card:hover,
.team-card:hover,
.program-glass-card:hover,
.about-story-card:hover,
.about-vm-card:hover,
.about-value-card:hover,
.gallery-item:hover,
.school-card:hover,
.article-card:hover,
.event-card:hover {
  transform: translateY(-3px) scale(1.008);
  box-shadow: var(--glass-l3-shadow);
  border-color: var(--color-border-hover);
}

.liquid-glass::before, .glass-card::before, .card::before,
.liquid-glass::after, .glass-card::after, .card::after {
  display: none;
}

/* =========================================================
   BUTTONS — Quietly Premium, Confident & Accessible
   ========================================================= */

.glass-button,
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 28px;
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #0D3B2E 0%, #087F62 100%);
  border: 1px solid rgba(13, 59, 46, 0.15);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 18px rgba(13, 59, 46, 0.20);
  font-weight: 700;
  font-size: 0.95rem;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: all var(--transition-base);
  text-decoration: none;
  white-space: nowrap;
}

.glass-button:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #087F62 0%, #0D3B2E 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(13, 59, 46, 0.28);
  color: #FFFFFF !important;
}

.glass-button:active,
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(13, 59, 46, 0.20);
}

/* Secondary / Outline Button */
.glass-button-secondary,
.btn-outline,
.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  color: var(--color-forest) !important;
  background: rgba(14, 41, 32, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(57, 185, 154, 0.25);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font-heading);
  transition: all var(--transition-base);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.glass-button-secondary:hover,
.btn-outline:hover,
.btn-secondary:hover {
  background: rgba(20, 58, 46, 0.80);
  border-color: var(--color-emerald);
  color: #5FE3C2 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(57, 185, 154, 0.25);
}

/* Gold Button Accent (<2% use) */
.btn-gold {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 28px;
  color: #030C09 !important;
  background: linear-gradient(135deg, #E5C378 0%, #F3D89A 100%);
  border: 1px solid rgba(229, 195, 120, 0.5);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 18px rgba(229, 195, 120, 0.30);
  font-weight: 700;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: all var(--transition-base);
  text-decoration: none;
  white-space: nowrap;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(229, 195, 120, 0.45);
  color: #030C09 !important;
}

/* Button Sizes */
.btn-sm {
  min-height: 38px !important;
  padding: 0 18px !important;
  font-size: 0.85rem !important;
}

.btn-lg {
  min-height: 52px !important;
  padding: 0 32px !important;
  font-size: 1.05rem !important;
}

/* =========================================================
   BADGES & PILLS
   ========================================================= */

.badge,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-heading);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(57, 185, 154, 0.12);
  color: var(--color-emerald-light);
  border: 1px solid rgba(57, 185, 154, 0.28);
}

.badge-primary {
  background: rgba(57, 185, 154, 0.12);
  color: var(--color-emerald-light);
  border-color: rgba(57, 185, 154, 0.28);
}

.badge-cyan {
  background: rgba(84, 201, 207, 0.14);
  color: #54C9CF;
  border-color: rgba(84, 201, 207, 0.35);
}

.badge-gold {
  background: rgba(229, 195, 120, 0.14);
  color: #E5C378;
  border-color: rgba(229, 195, 120, 0.35);
}

/* =========================================================
   ANIMATIONS & SCROLL UTILITIES
   ========================================================= */

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
  will-change: opacity, transform;
}

.animate-on-scroll.visible,
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.40s; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* =========================================================
   FLOATING LIQUID GLASS NAVBAR — DARK LIQUID GLASS
   Deep Obsidian • Translucent Frosted Crystal • Emerald Glow
   ========================================================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--navbar-height);
  padding: 12px 0;
  background: transparent;
  transition:
    background 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out),
    padding 0.35s var(--ease-out);
}

.navbar-scrolled {
  padding: 8px 0;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 16px 0 20px;
  background: rgba(10, 31, 24, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.22);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12), 0 8px 30px rgba(0, 0, 0, 0.45);
  transition: all 0.3s var(--ease-out);
}

.navbar-scrolled .navbar-inner {
  background: rgba(8, 26, 20, 0.92);
  border-color: rgba(57, 185, 154, 0.32);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.16), 0 12px 36px rgba(0, 0, 0, 0.60);
}

/* ── Brand ── */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar-logo-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(57, 185, 154, 0.45);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.navbar-brand:hover .navbar-logo-img {
  transform: scale(1.05);
  border-color: var(--color-emerald-light);
  box-shadow: 0 0 12px rgba(57, 185, 154, 0.4);
}

.navbar-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.navbar-brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.98rem;
  color: #F5FAF7;
  letter-spacing: -0.01em;
}

.navbar-brand-sub {
  font-size: 0.70rem;
  color: var(--color-text-secondary);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── Desktop Links ── */
.navbar-desktop-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 600;
  color: #E8F2EE;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: color 0.22s var(--ease-out), background 0.22s var(--ease-out);
  white-space: nowrap;
}

.navbar-link:hover {
  color: #5FE3C2;
  background: rgba(57, 185, 154, 0.12);
}

/* Active Pill Highlight */
.navbar-link.active {
  color: #5FE3C2;
  background: rgba(57, 185, 154, 0.18);
  border: 1px solid rgba(57, 185, 154, 0.30);
  font-weight: 700;
}

.navbar-active-indicator {
  display: none;
}

/* ── Utility Actions ── */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-toggle-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #F5FAF7;
  background: rgba(13, 38, 30, 0.65);
  border: 1px solid rgba(57, 185, 154, 0.22);
  transition: all 0.2s ease;
}

.navbar-toggle-btn:hover {
  background: rgba(57, 185, 154, 0.18);
  color: #5FE3C2;
}

/* ── Mobile Drawer ── */
.navbar-mobile-drawer {
  display: none;
}

@media (max-width: 900px) {
  .navbar-desktop-links {
    display: none;
  }

  .navbar-toggle-btn {
    display: flex;
  }

  .navbar-mobile-drawer {
    display: block;
    position: fixed;
    top: calc(var(--navbar-height) + 8px);
    left: 16px;
    right: 16px;
    background: rgba(8, 26, 20, 0.95);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(57, 185, 154, 0.28);
    border-radius: var(--radius-xl);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.14), 0 20px 48px rgba(0, 0, 0, 0.75);
    padding: var(--space-lg);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.28s var(--ease-out);
    z-index: 999;
  }

  .navbar-mobile-drawer.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .navbar-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .navbar-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    color: #F5FAF7;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .navbar-mobile-link:hover,
  .navbar-mobile-link.active {
    background: rgba(57, 185, 154, 0.14);
    color: #5FE3C2;
  }
}
/* =========================================================
   FOOTER — LIGHT-TO-DARK GROUNDING TRANSITION
   Deep Forest Green (#092A21) • Warm Ivory Typography • Emerald Accents
   ========================================================= */

.footer {
  background: var(--color-forest-dark, #092A21);
  color: #F7F5EE;
  padding: var(--space-4xl) 0 var(--space-xl);
  border-top: 1px solid rgba(57, 185, 154, 0.20);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #39B99A, #54C9CF, transparent);
}

/* ── Top Grid ── */
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: var(--space-3xl);
  margin-bottom: var(--space-2xl);
}

/* ── Brand ── */
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #F7F5EE;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.footer-brand-tagline {
  font-size: 0.90rem;
  color: #A9B8B2;
  margin-bottom: var(--space-lg);
  line-height: 1.65;
  max-width: 340px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(57, 185, 154, 0.10);
  border: 1px solid rgba(57, 185, 154, 0.25);
  color: #F7F5EE;
  transition: all var(--transition-base);
}

.footer-social-link:hover {
  background: rgba(57, 185, 154, 0.25);
  border-color: #54C9CF;
  color: #54C9CF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(57, 185, 154, 0.25);
}

/* ── Columns ── */
.footer-col-title {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  color: #39B99A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-lg);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  font-size: 0.90rem;
  color: #D1DBD6;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-link:hover {
  color: #39B99A;
  padding-left: 4px;
}

/* ── Contact Info ── */
.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #D1DBD6;
  line-height: 1.5;
}

.footer-contact-item svg {
  color: #39B99A;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ── Bottom Bar ── */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-xl);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: #A9B8B2;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.footer-bottom-links {
  display: flex;
  gap: var(--space-lg);
}

.footer-bottom-link {
  color: #A9B8B2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-link:hover {
  color: #F7F5EE;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
/* =========================================================
   INSTAGRAM SECTION — LIGHT PREMIUM
   Pure White Cards • Forest Green Typography • Subtle Emerald Glow
   ========================================================= */

.instagram-section {
  padding: var(--space-4xl) 0;
}

.instagram-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
  gap: var(--space-md);
}

.instagram-profile {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}

.instagram-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(57, 185, 154, 0.12);
  border: 2px solid rgba(57, 185, 154, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-emerald-light);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.instagram-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-username {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-forest);
}

.instagram-handle {
  font-size: 0.84rem;
  color: var(--color-text-secondary);
}

.instagram-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  background: linear-gradient(135deg, #087F62 0%, #39B99A 100%);
  color: #061510 !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.86rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(57, 185, 154, 0.30);
  transition: all var(--transition-base);
}

.instagram-follow-btn:hover {
  background: linear-gradient(135deg, #0A9B77 0%, #5FE3C2 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(57, 185, 154, 0.45);
}

/* Reels Grid */
.instagram-reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.instagram-reel-card {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  background: rgba(11, 33, 26, 0.72);
  border: 1px solid rgba(57, 185, 154, 0.20);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 8px 24px rgba(0, 0, 0, 0.40);
  transition: all var(--transition-base);
}

.instagram-reel-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(57, 185, 154, 0.50);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 14px 34px rgba(0, 0, 0, 0.60), 0 0 20px rgba(57, 185, 154, 0.25);
}

.instagram-reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.instagram-reel-card:hover img {
  transform: scale(1.04);
}

.instagram-reel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(13, 59, 46, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-md);
  color: #FFFFFF;
}

.instagram-reel-tag {
  display: inline-block;
  font-size: 0.70rem;
  font-weight: 700;
  color: var(--color-emerald-light);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.instagram-reel-title {
  font-size: 0.86rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .instagram-reels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .instagram-reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
  }
}
/* =========================================================
   FLOATING BUTTONS — LIGHT PREMIUM
   Translucent White Crystal Glass • Forest Green / Emerald Icons
   ========================================================= */

.floating-buttons {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(11, 33, 26, 0.82);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.25);
  color: var(--color-forest);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12), 0 8px 24px rgba(0, 0, 0, 0.45);
  transition: all var(--transition-base);
  text-decoration: none;
}

.floating-btn:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2), 0 12px 32px rgba(0, 0, 0, 0.6), 0 0 16px rgba(57, 185, 154, 0.3);
  color: var(--color-emerald-light);
  border-color: rgba(57, 185, 154, 0.50);
}

.floating-btn-whatsapp {
  background: linear-gradient(135deg, #0F6848 0%, #25D366 100%);
  color: #FFFFFF !important;
  border-color: rgba(37, 211, 102, 0.4);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.floating-btn-whatsapp:hover {
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.50), 0 0 20px rgba(37, 211, 102, 0.4);
  color: #FFFFFF !important;
}

.floating-btn-top {
  background: rgba(14, 42, 33, 0.85);
  color: var(--color-emerald-light);
  border-color: rgba(57, 185, 154, 0.35);
}

@media (max-width: 768px) {
  .floating-buttons {
    bottom: 20px;
    right: 18px;
  }

  .floating-btn {
    width: 44px;
    height: 44px;
  }
}
/* =========================================================
   7-LAYER ATMOSPHERIC BACKGROUND SYSTEM — DARK LIQUID GLASS
   Deep Obsidian • Emerald Auroral Glow • Celestial Constellation
   ========================================================= */

.atmospheric-container {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-color: var(--color-bg, #061510);
}

/* Layer 1 & 2: Deep Obsidian Forest Base & Subtle Celestial Gradient */
.atmospheric-base {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(13, 59, 46, 0.45) 0%, transparent 80%),
    radial-gradient(circle 800px at 85% 20%, rgba(57, 185, 154, 0.12) 0%, transparent 60%),
    radial-gradient(circle 700px at 15% 75%, rgba(84, 201, 207, 0.08) 0%, transparent 65%),
    #061510;
}

/* Layer 3: Large Blurred Organic Light Blobs (GPU-accelerated Auroral Waves) */
.atmospheric-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.55;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.blob-emerald-top {
  top: -10vw;
  left: 15vw;
  width: 60vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(57, 185, 154, 0.22) 0%, rgba(8, 127, 98, 0.10) 60%, transparent 100%);
  animation: floatDrift1 28s ease-in-out infinite alternate;
}

.blob-cyan-mid {
  top: 35vh;
  right: -10vw;
  width: 55vw;
  height: 48vw;
  background: radial-gradient(circle, rgba(84, 201, 207, 0.18) 0%, rgba(13, 59, 46, 0.15) 60%, transparent 100%);
  animation: floatDrift2 34s ease-in-out infinite alternate;
}

.blob-gold-bottom {
  bottom: -15vh;
  left: -5vw;
  width: 50vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(229, 195, 120, 0.12) 0%, rgba(13, 59, 46, 0.2) 60%, transparent 100%);
  animation: floatDrift3 38s ease-in-out infinite alternate;
}

/* Layer 5: Ambient Atmosphere Glow Field */
.atmospheric-glow-field {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(3, 10, 7, 0.65) 100%);
}

/* Layer 6: Micro-Noise Texture Simulation for Organic Tactile Depth */
.atmospheric-noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: radial-gradient(#39B99A 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Layer 7: Subtle Islamic Geometric Pattern (Target: 2% Opacity) */
.atmospheric-islamic-pattern {
  position: absolute;
  inset: 0;
  background-image: url('/pattern-islamic.svg');
  background-repeat: repeat;
  background-size: 80px 80px;
  opacity: 0.03;
  mix-blend-mode: overlay;
}

/* ── GPU Keyframe Animations ── */
@keyframes floatDrift1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(4vw, 5vh, 0) scale(1.06);
  }
  100% {
    transform: translate3d(-3vw, 8vh, 0) scale(0.96);
  }
}

@keyframes floatDrift2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-5vw, -4vh, 0) scale(1.08);
  }
  100% {
    transform: translate3d(3vw, 6vh, 0) scale(0.94);
  }
}

@keyframes floatDrift3 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(6vw, -3vh, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-4vw, -6vh, 0) scale(0.98);
  }
}
/* =========================================================
   HERO SECTION — LIGHT PREMIUM EDITORIAL SPLIT
   Warm Ivory • Forest Green Headline • Documentary Anchor
   ========================================================= */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82vh;
  padding-top: calc(var(--navbar-height) + 32px);
  padding-bottom: var(--space-4xl);
  overflow: visible;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-editorial-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-3xl);
  align-items: center;
}

/* ── Left Column: Content ── */
.hero-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* ── Badge Pill ── */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(13, 38, 30, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(57, 185, 154, 0.28);
  border-radius: var(--radius-pill);
  color: var(--color-emerald-light);
  font-size: 0.80rem;
  font-weight: 700;
  font-family: var(--font-heading);
  letter-spacing: 0.06em;
  margin-bottom: var(--space-xl);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--color-emerald-light);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(95, 227, 194, 0.8);
  animation: pulseDot 2.2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
}

/* ── Hero Headline ── */
.hero-title {
  font-size: clamp(2.3rem, 4.8vw, 3.85rem);
  font-weight: 800;
  color: #F5FAF7;
  line-height: 1.14;
  margin-bottom: var(--space-lg);
  letter-spacing: -0.025em;
  text-align: left;
}

.hero-title-editorial {
  display: inline;
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 500;
  color: var(--color-emerald-light);
  padding-right: 4px;
}

/* ── Subtitle ── */
.hero-subtitle {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-2xl);
  max-width: 560px;
  text-align: left;
}

/* ── Action Buttons ── */
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
}

/* ── Meta Trust Bar ── */
.hero-meta-bar {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-lg);
  padding: 10px 22px;
  background: rgba(10, 31, 24, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(57, 185, 154, 0.22);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 8px 24px rgba(0, 0, 0, 0.45);
  font-size: 0.84rem;
  color: var(--color-text-secondary);
  font-family: var(--font-heading);
  flex-wrap: wrap;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-meta-val {
  color: #F5FAF7;
  font-weight: 700;
}

.hero-meta-lbl {
  color: var(--color-text-secondary);
}

.hero-meta-divider {
  color: var(--color-emerald);
  font-size: 0.9rem;
  opacity: 0.5;
}

/* ── Right Column: Documentary Photography Anchor ── */
.hero-visual-col {
  position: relative;
  width: 100%;
}

.hero-visual-card {
  position: relative;
  width: 100%;
}

.hero-image-frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  aspect-ratio: 4 / 3.3;
  box-shadow: 0 24px 56px -12px rgba(0, 0, 0, 0.65), 0 0 30px rgba(57, 185, 154, 0.12);
  border: 1px solid rgba(57, 185, 154, 0.25);
  background: #0A1F18;
}

.hero-doc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease-out);
}

.hero-visual-card:hover .hero-doc-img {
  transform: scale(1.03);
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 21, 16, 0) 60%, rgba(3, 12, 9, 0.65) 100%);
  pointer-events: none;
}

/* Floating Crystal Glass Info Card */
.hero-floating-glass-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: 20px;
  background: rgba(11, 33, 26, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(57, 185, 154, 0.28);
  border-radius: var(--radius-xl);
  padding: 14px 20px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.14), 0 16px 40px rgba(0, 0, 0, 0.55);
  z-index: 3;
  transition: transform 0.3s ease;
}

.hero-visual-card:hover .hero-floating-glass-card {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.18), 0 20px 48px rgba(0, 0, 0, 0.65), 0 0 20px rgba(57, 185, 154, 0.20);
}

.hero-glass-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-emerald-light);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.hero-glass-dot {
  width: 6px;
  height: 6px;
  background: var(--color-emerald-light);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(95, 227, 194, 0.8);
}

.hero-glass-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #F5FAF7;
  margin-bottom: 2px;
  line-height: 1.3;
}

.hero-glass-desc {
  font-size: 0.80rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
  margin: 0;
}

/* ── Animations ── */
.animate-hero {
  animation: heroReveal 0.8s var(--ease-out) forwards;
  opacity: 0;
  transform: translateY(18px);
}

.delay-0 { animation-delay: 0.05s; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.25s; }
.delay-3 { animation-delay: 0.35s; }
.delay-4 { animation-delay: 0.45s; }

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

/* ── Responsive Tablet & Mobile ── */
@media (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding-top: calc(var(--navbar-height) + 24px);
    padding-bottom: var(--space-3xl);
  }

  .hero-editorial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .hero-floating-glass-card {
    position: static;
    margin-top: var(--space-md);
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
  }

  .hero-meta-bar {
    width: 100%;
    border-radius: var(--radius-lg);
    gap: 8px;
    padding: 12px 16px;
    font-size: 0.80rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-meta-divider {
    display: none;
  }

  .hero-image-frame {
    aspect-ratio: 16 / 10;
  }
}
/* =========================================================
   STATS COUNTER — Organization Snapshot & Impact
   LIGHT PREMIUM • Pure White Cards • Soft Multi-layer Shadows
   ========================================================= */

.stats-section {
  position: relative;
  z-index: 5;
  padding: 0 0 var(--space-4xl);
  margin-top: -24px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.stat-glass-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-xl) var(--space-lg);
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 12px 32px rgba(2, 10, 7, 0.45);
  transition: all var(--transition-base);
}

.stat-glass-card:hover {
  transform: translateY(-4px) scale(1.01);
  background: rgba(14, 42, 33, 0.85);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
  border-color: rgba(57, 185, 154, 0.45);
}

/* ── Icon Box ── */
.stat-glass-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-md);
  background: rgba(57, 185, 154, 0.12);
  color: var(--color-emerald-light);
  border: 1px solid rgba(57, 185, 154, 0.30);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.30), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease;
}

.stat-glass-card:hover .stat-glass-icon-box {
  transform: scale(1.08);
}

.stat-green .stat-glass-icon-box {
  background: rgba(57, 185, 154, 0.14);
  color: #5FE3C2;
  border-color: rgba(57, 185, 154, 0.35);
  box-shadow: 0 0 16px rgba(57, 185, 154, 0.25);
}

.stat-cyan .stat-glass-icon-box {
  background: rgba(84, 201, 207, 0.14);
  color: #54C9CF;
  border-color: rgba(84, 201, 207, 0.35);
  box-shadow: 0 0 16px rgba(84, 201, 207, 0.25);
}

.stat-gold .stat-glass-icon-box {
  background: rgba(229, 195, 120, 0.14);
  color: #F3D89A;
  border-color: rgba(229, 195, 120, 0.35);
  box-shadow: 0 0 16px rgba(229, 195, 120, 0.25);
}

.stat-purple .stat-glass-icon-box {
  background: rgba(167, 139, 250, 0.14);
  color: #C4B5FD;
  border-color: rgba(167, 139, 250, 0.35);
  box-shadow: 0 0 16px rgba(167, 139, 250, 0.25);
}

/* ── Value & Label ── */
.stat-value {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--color-forest);
  line-height: 1.15;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 0.86rem;
  color: var(--color-text-secondary);
  font-weight: 500;
  line-height: 1.4;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .stats-section {
    margin-top: 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .stat-glass-card {
    padding: var(--space-lg);
  }
}
/* =========================================================
   SECTION HEADER — LIGHT PREMIUM
   Forest Green Typography • Editorial Hierarchy • Soft Emerald Badge
   ========================================================= */

.section-header {
  text-align: center;
  margin-bottom: var(--space-3xl);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-header-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--color-emerald);
  background: rgba(8, 127, 98, 0.08);
  border: 1px solid rgba(8, 127, 98, 0.20);
  border-radius: var(--radius-pill);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
  box-shadow: 0 2px 10px rgba(8, 127, 98, 0.05);
}

.section-header-title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  color: var(--color-forest);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.section-header-subtitle {
  font-size: 1.02rem;
  color: var(--color-text-secondary);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
}

/* Accent highlights within titles */
.section-header-title span {
  color: var(--color-emerald);
}
/* =========================================================
   EVENT CARD — LIGHT PREMIUM
   Timeline Style • Pure White Surface • Clear Emerald Date Block
   ========================================================= */

.event-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-lg);
  padding: var(--space-lg);
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
  transition: all var(--transition-base);
}

.event-card:hover {
  transform: translateY(-3px);
  background: rgba(14, 42, 33, 0.85);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
  border-color: rgba(57, 185, 154, 0.45);
}

/* Date Box */
.event-card-date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 10px 8px;
  background: rgba(57, 185, 154, 0.12);
  border: 1px solid rgba(57, 185, 154, 0.28);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.30), inset 0 1px 1px rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.event-card-day {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--color-emerald-light);
  line-height: 1;
}

.event-card-month {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

/* Content */
.event-card-content {
  flex: 1;
  min-width: 0;
}

.event-card-type {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-emerald);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.event-card-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--color-forest);
  line-height: 1.35;
  margin-bottom: 8px;
}

.event-card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.event-card-info span {
  font-size: 0.86rem;
  color: var(--color-text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-card-info svg {
  flex-shrink: 0;
  color: var(--color-emerald);
  opacity: 0.85;
}

/* Status Badge */
.event-card-status {
  margin-left: auto;
  flex-shrink: 0;
}

.status-badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-heading);
}

.status-upcoming {
  background: rgba(57, 185, 154, 0.15);
  color: var(--color-emerald-light);
  border: 1px solid rgba(57, 185, 154, 0.35);
}

.status-completed {
  background: rgba(13, 59, 46, 0.05);
  color: var(--color-text-muted);
  border: 1px solid rgba(13, 59, 46, 0.10);
}

/* Responsive */
@media (max-width: 640px) {
  .event-card {
    flex-direction: column;
    gap: var(--space-md);
  }

  .event-card-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .event-card-status {
    margin-left: 0;
  }
}
/* =========================================================
   QUOTE SECTION — LIGHT PREMIUM
   Warm Ivory / White Card • Restrained Gold Calligraphy • Forest Typography
   ========================================================= */

.quote-section {
  padding: var(--space-3xl) 0;
}

.quote-card {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-xl);
  text-align: center;
  background: rgba(11, 33, 26, 0.75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(229, 195, 120, 0.25);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.12), 0 16px 40px rgba(0, 0, 0, 0.50), 0 0 30px rgba(229, 195, 120, 0.10);
  position: relative;
}

.quote-arabic {
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  color: var(--color-gold);
  text-shadow: 0 0 20px rgba(229, 195, 120, 0.35);
  line-height: 1.8;
  margin-bottom: var(--space-md);
  font-weight: 500;
  font-style: normal;
  direction: rtl;
}

.quote-translation {
  font-size: 1.02rem;
  color: var(--color-forest);
  font-style: italic;
  font-family: var(--font-editorial);
  line-height: 1.75;
  margin-bottom: var(--space-md);
}

.quote-source {
  font-size: 0.82rem;
  color: var(--color-emerald-light);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .quote-card {
    padding: var(--space-xl) var(--space-lg);
  }
}
/* ============================================================
   ACHIEVEMENTS ARCHIVE SECTION — LIGHT PREMIUM
   Pure White Surfaces • Subtle Metallic Cues • Editorial Hierarchy
   ============================================================ */

.achievements-section {
  position: relative;
  background: transparent;
  padding: var(--space-4xl) 0;
}

/* Filter Controls */
.achievements-filter-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-3xl);
  padding: var(--space-lg) var(--space-xl);
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(2, 10, 7, 0.45);
}

.achievements-filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.filter-group-label {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-forest);
  min-width: 72px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}

.filter-pill-btn {
  background: rgba(13, 38, 30, 0.60);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-full);
  color: var(--color-text-secondary);
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 6px 14px;
  cursor: pointer;
  transition: all var(--motion-fast);
  white-space: nowrap;
}

.filter-pill-btn:hover {
  color: var(--color-forest);
  background: rgba(57, 185, 154, 0.15);
  border-color: rgba(57, 185, 154, 0.40);
}

.filter-pill-btn.active {
  background: rgba(57, 185, 154, 0.25);
  border-color: var(--color-emerald-light);
  color: var(--color-emerald-light);
  box-shadow: 0 0 14px rgba(57, 185, 154, 0.35);
}

/* Grid Layout */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xl);
}

/* Card Styling */
.achievement-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
  transition: transform var(--motion-medium), border-color var(--motion-medium), box-shadow var(--motion-medium), background var(--motion-medium);
  overflow: hidden;
}

.achievement-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background var(--motion-medium);
}

.achievement-card:hover {
  transform: translateY(-3px) scale(1.006);
  background: rgba(14, 42, 33, 0.85);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
}

/* Rank Distinction — Subtle metallic cues on Light Surface */
.achievement-card.rank-gold {
  border-color: rgba(185, 154, 94, 0.35);
}
.achievement-card.rank-gold::before {
  background: linear-gradient(90deg, transparent, #B99A5E, transparent);
}
.achievement-card.rank-gold:hover {
  border-color: rgba(185, 154, 94, 0.6);
  box-shadow: 0 14px 34px rgba(185, 154, 94, 0.12), 0 4px 12px rgba(13, 59, 46, 0.04);
}

.achievement-card.rank-silver {
  border-color: rgba(97, 112, 106, 0.25);
}
.achievement-card.rank-silver::before {
  background: linear-gradient(90deg, transparent, #61706A, transparent);
}
.achievement-card.rank-silver:hover {
  border-color: rgba(97, 112, 106, 0.45);
  box-shadow: 0 14px 32px rgba(13, 59, 46, 0.08);
}

.achievement-card.rank-bronze {
  border-color: rgba(184, 126, 82, 0.28);
}
.achievement-card.rank-bronze::before {
  background: linear-gradient(90deg, transparent, #B87E52, transparent);
}
.achievement-card.rank-bronze:hover {
  border-color: rgba(184, 126, 82, 0.5);
  box-shadow: 0 14px 32px rgba(13, 59, 46, 0.08);
}

.achievement-card.rank-special {
  border-color: rgba(8, 127, 98, 0.25);
}
.achievement-card.rank-special::before {
  background: linear-gradient(90deg, transparent, #087F62, transparent);
}

/* Header Inside Card */
.achievement-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  flex-wrap: wrap;
}

.achievement-rank-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rank-gold .achievement-rank-badge {
  background: rgba(229, 195, 120, 0.15);
  color: #F3D89A;
  border: 1px solid rgba(229, 195, 120, 0.35);
  box-shadow: 0 0 14px rgba(229, 195, 120, 0.20);
}
.rank-silver .achievement-rank-badge {
  background: rgba(158, 179, 171, 0.15);
  color: #D3E0DA;
  border: 1px solid rgba(158, 179, 171, 0.30);
}
.rank-bronze .achievement-rank-badge {
  background: rgba(217, 140, 80, 0.15);
  color: #E8A87C;
  border: 1px solid rgba(217, 140, 80, 0.35);
}
.rank-special .achievement-rank-badge {
  background: rgba(57, 185, 154, 0.15);
  color: var(--color-emerald-light);
  border: 1px solid rgba(57, 185, 154, 0.35);
}

.achievement-meta-pills {
  display: flex;
  align-items: center;
  gap: 6px;
}

.achievement-year-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  background: rgba(13, 38, 30, 0.60);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(57, 185, 154, 0.18);
}

.achievement-category-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-emerald-light);
  background: rgba(57, 185, 154, 0.14);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(57, 185, 154, 0.28);
}

/* Title */
.achievement-card-title {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-forest);
  margin-bottom: var(--space-md);
}

/* Info Rows */
.achievement-info-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid rgba(57, 185, 154, 0.15);
}

.achievement-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--color-text-secondary);
}

.achievement-info-item .info-icon {
  flex-shrink: 0;
  color: var(--color-emerald);
  opacity: 0.85;
}

.achievement-info-item.recipient-item {
  color: var(--color-forest);
  font-weight: 600;
}

.achievement-info-item.recipient-item .info-icon {
  color: var(--color-gold);
}

/* Description */
.achievement-card-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0;
}

/* Empty State */
.achievements-empty {
  padding: var(--space-3xl) 0;
  color: var(--color-text-muted);
}

/* Responsive */
@media (max-width: 900px) {
  .achievements-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .achievements-filter-wrap {
    padding: var(--space-md);
  }
}

@media (max-width: 640px) {
  .achievement-card {
    padding: var(--space-lg);
  }

  .filter-group-label {
    width: 100%;
    margin-bottom: 4px;
  }

  .achievement-card-title {
    font-size: 1.0625rem;
  }
}
/* =========================================================
   HOME PAGE — LIGHT PREMIUM EDITORIAL REDESIGN
   Warm Ivory • Editorial Asymmetry • Pure White Surfaces
   ========================================================= */

/* ── Section 03: Editorial About ── */
.home-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-3xl);
  align-items: center;
}

.home-about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-about-content h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  color: var(--color-forest);
  margin-bottom: var(--space-lg);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-about-content p {
  color: var(--color-text-secondary);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: var(--space-md);
}

.home-about-visual {
  position: relative;
  width: 100%;
}

.home-about-frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  aspect-ratio: 4 / 3.2;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.60), 0 0 24px rgba(57, 185, 154, 0.12);
  border: 1px solid rgba(57, 185, 154, 0.22);
  background: #0A1F18;
}

.home-about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.home-about-frame:hover .home-about-img {
  transform: scale(1.03);
}

.home-about-badge-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: rgba(11, 33, 26, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(57, 185, 154, 0.28);
  border-radius: var(--radius-xl);
  padding: 14px 22px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.14), 0 12px 32px rgba(0, 0, 0, 0.55);
  display: flex;
  gap: var(--space-lg);
  align-items: center;
}

.home-about-stat-item {
  display: flex;
  flex-direction: column;
}

.home-about-stat-num {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #5FE3C2;
  line-height: 1.1;
}

.home-about-stat-label {
  font-size: 0.76rem;
  color: var(--color-text-secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── Section 04: Five Pillars (1 Featured + 4 Supporting) ── */
.five-pillars-editorial {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-2xl);
  align-items: stretch;
  margin-top: var(--space-2xl);
}

.pillar-featured-card {
  background: rgba(11, 33, 26, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(57, 185, 154, 0.22);
  border-radius: var(--radius-2xl);
  padding: var(--space-2xl) var(--space-2xl);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12), 0 16px 44px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.pillar-featured-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #087F62, #39B99A, #54C9CF);
}

.pillar-featured-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: var(--space-lg);
}

.pillar-featured-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: rgba(8, 127, 98, 0.08);
  border: 1px solid rgba(8, 127, 98, 0.20);
  color: var(--color-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pillar-featured-meta {
  display: flex;
  flex-direction: column;
}

.pillar-featured-badge {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-emerald);
}

.pillar-featured-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--color-forest);
  margin: 2px 0 0;
}

.pillar-featured-desc {
  color: var(--color-text-secondary);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: var(--space-xl);
}

.pillar-details-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-forest);
  margin-bottom: var(--space-md);
}

.pillar-details-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--space-2xl);
}

.pillar-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--color-text);
  line-height: 1.5;
}

.pillar-detail-icon {
  color: var(--color-emerald);
  flex-shrink: 0;
  margin-top: 3px;
}

/* 4 Supporting Pillars */
.pillar-supporting-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pillar-supporting-item {
  background: rgba(11, 33, 26, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(57, 185, 154, 0.16);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all var(--transition-base);
  text-align: left;
}

.pillar-supporting-item:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 185, 154, 0.38);
  background: rgba(16, 48, 38, 0.75);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.pillar-supporting-item.active {
  border-color: var(--color-emerald-light);
  background: rgba(57, 185, 154, 0.14);
  box-shadow: 0 8px 24px rgba(57, 185, 154, 0.20);
}

.pillar-supporting-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(57, 185, 154, 0.10);
  border: 1px solid rgba(57, 185, 154, 0.22);
  color: var(--color-emerald-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pillar-supporting-item.active .pillar-supporting-icon {
  background: linear-gradient(135deg, #087F62 0%, #39B99A 100%);
  color: #FFFFFF;
}

.pillar-supporting-info {
  flex: 1;
  min-width: 0;
}

.pillar-supporting-division {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-emerald);
}

.pillar-supporting-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-forest);
  margin: 1px 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pillar-supporting-desc {
  font-size: 0.80rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Section 05: Featured Activity (60/40 Story) ── */
.activity-story-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-2xl);
  align-items: center;
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(57, 185, 154, 0.22);
  border-radius: var(--radius-2xl);
  padding: var(--space-xl);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 16px 44px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.activity-story-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--color-bg-secondary);
}

.activity-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.activity-story-card:hover .activity-story-img {
  transform: scale(1.03);
}

.activity-story-overlay-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(8, 26, 20, 0.88);
  backdrop-filter: blur(10px);
  color: #5FE3C2;
  border: 1px solid rgba(57, 185, 154, 0.28);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.activity-story-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: var(--space-md);
}

.activity-story-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-text-secondary);
  font-size: 0.84rem;
  margin-bottom: var(--space-md);
}

.activity-story-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.activity-story-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  color: #F5FAF7;
  margin-bottom: var(--space-md);
  line-height: 1.25;
}

.activity-story-desc {
  color: var(--color-text-secondary);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: var(--space-xl);
}

/* ── Section 06: Upcoming Events Spotlight ── */
.events-spotlight-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.event-featured-card {
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(57, 185, 154, 0.22);
  border-radius: var(--radius-2xl);
  padding: var(--space-2xl);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 12px 36px rgba(0, 0, 0, 0.55);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-2xl);
  align-items: center;
}

.event-date-block {
  width: 90px;
  height: 90px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #087F62 0%, #39B99A 100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(57, 185, 154, 0.35);
  flex-shrink: 0;
}

.event-date-day {
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  font-family: var(--font-heading);
}

.event-date-month {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-light-emerald);
}

.event-featured-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.event-featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.event-badge-type {
  background: rgba(8, 127, 98, 0.08);
  color: var(--color-emerald);
  border: 1px solid rgba(8, 127, 98, 0.20);
  border-radius: var(--radius-pill);
  padding: 3px 12px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-location-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  color: var(--color-text-secondary);
}

.event-featured-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-forest);
  margin-bottom: 8px;
}

.event-featured-desc {
  font-size: 0.92rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Secondary Events Grid */
.events-secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
}

/* ── Section 07: Articles Editorial Magazine ── */
.home-articles-magazine {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-2xl);
  align-items: stretch;
}

.article-featured-card {
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(57, 185, 154, 0.22);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10), 0 16px 40px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-base);
}

.article-featured-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 185, 154, 0.40);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.15), 0 20px 50px rgba(0, 0, 0, 0.65);
}

.article-featured-media {
  position: relative;
  aspect-ratio: 16 / 9.5;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

.article-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.article-featured-card:hover .article-featured-img {
  transform: scale(1.04);
}

.article-featured-body {
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.article-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--space-md);
  font-size: 0.80rem;
  color: var(--color-text-secondary);
}

.article-featured-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #F5FAF7;
  margin-bottom: var(--space-md);
  line-height: 1.3;
}

.article-featured-desc {
  color: var(--color-text-secondary);
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: var(--space-xl);
  flex: 1;
}

.article-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-emerald-light);
  font-weight: 700;
  font-size: 0.90rem;
  transition: gap 0.2s ease;
}

.article-featured-card:hover .article-read-btn {
  gap: 12px;
}

/* Supporting Stories Column */
.articles-supporting-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.article-supporting-item {
  background: rgba(11, 33, 26, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(57, 185, 154, 0.16);
  border-radius: var(--radius-xl);
  padding: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  transition: all var(--transition-base);
}

.article-supporting-item:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 185, 154, 0.38);
  background: rgba(16, 48, 38, 0.75);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.article-supporting-thumb {
  width: 104px;
  height: 84px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--color-bg-secondary);
}

.article-supporting-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-supporting-item:hover .article-supporting-img {
  transform: scale(1.06);
}

.article-supporting-content {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.article-supporting-category {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-emerald-light);
  letter-spacing: 0.05em;
}

.article-supporting-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: #F5FAF7;
  margin: 3px 0 5px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-supporting-date {
  font-size: 0.78rem;
  color: var(--color-text-secondary);
}

/* ── Section 10: Network ("Bergerak Bersama") ── */
.network-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}

.network-school-card {
  background: rgba(11, 33, 26, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(57, 185, 154, 0.16);
  border-radius: var(--radius-lg);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  text-align: left;
  transition: all var(--transition-base);
}

.network-school-card:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 185, 154, 0.38);
  background: rgba(16, 48, 38, 0.75);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

.network-school-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(57, 185, 154, 0.12);
  color: var(--color-emerald-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.network-school-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #F5FAF7;
  margin: 0;
  line-height: 1.3;
}

/* ── Final CTA Section ── */
.home-cta-section {
  padding: var(--space-4xl) 0;
  position: relative;
}

.home-cta {
  max-width: 820px;
  margin: 0 auto;
  padding: var(--space-3xl) var(--space-2xl);
  text-align: center;
  background: rgba(11, 33, 26, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(57, 185, 154, 0.25);
  border-radius: var(--radius-xl);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.14), 0 20px 52px rgba(0, 0, 0, 0.65), 0 0 30px rgba(57, 185, 154, 0.12);
  position: relative;
  overflow: hidden;
}

.home-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #087F62, #39B99A, #54C9CF, transparent);
}

.home-cta h2 {
  color: #F5FAF7;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  margin-bottom: var(--space-md);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-cta p {
  color: var(--color-text-secondary);
  font-size: 1.05rem;
  margin-bottom: var(--space-2xl);
  line-height: 1.75;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Responsive Tablet & Mobile ── */
@media (max-width: 1024px) {
  .home-about-grid,
  .five-pillars-editorial,
  .activity-story-card,
  .home-articles-magazine {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .home-about-badge-card {
    position: static;
    margin-top: var(--space-md);
  }

  .event-featured-card {
    grid-template-columns: auto 1fr;
  }

  .event-featured-card .btn-primary {
    grid-column: 1 / -1;
    width: 100%;
  }

  .network-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .events-secondary-grid {
    grid-template-columns: 1fr;
  }

  .event-featured-card {
    grid-template-columns: 1fr;
    text-align: left;
    padding: var(--space-lg);
  }

  .activity-story-card {
    padding: var(--space-md);
  }

  .pillar-featured-card {
    padding: var(--space-lg);
  }

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

  .home-cta {
    padding: var(--space-2xl) var(--space-lg);
  }

  .home-cta-actions {
    flex-direction: column;
    gap: 12px;
  }

  .home-cta-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}
/* =========================================================
   GALLERY — Clean & Professional
   ========================================================= */

/* ── Gallery Grid ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.gallery-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--glass-l2-bg);
  backdrop-filter: var(--glass-l2-blur);
  -webkit-backdrop-filter: var(--glass-l2-blur);
  border: 1px solid var(--glass-l2-border);
  box-shadow: var(--glass-l2-shadow);
  transition: all 0.35s var(--ease-out);
}

.gallery-item:hover {
  transform: translateY(-4px) scale(1.008);
  box-shadow: var(--glass-l3-shadow);
  border-color: var(--color-border-hover);
}


/* ── Gallery Item Image ── */

.gallery-item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(11, 47, 38, 0.05);
}

.gallery-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.gallery-item:hover .gallery-item-img {
  transform: scale(1.05);
}

.gallery-item-emoji {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}

.gallery-item-camera {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: var(--color-text-muted);
  opacity: 0.5;
}


/* ── Card Badge ── */

.gallery-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.gallery-card-badge span {
  display: inline-flex;
  padding: 3px 10px;
  font-size: 0.70rem;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(7, 21, 18, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-pill);
}


/* ── Video Indicator ── */

.gallery-video-indicator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(7, 21, 18, 0.65);
  color: #FFFFFF;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* ── Gallery Overlay ── */

.gallery-item-overlay {
  padding: var(--space-md) var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gallery-overlay-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gallery-overlay-date {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.gallery-item-overlay h4 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-forest);
  line-height: 1.35;
}

.gallery-overlay-desc {
  font-size: 0.84rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ── Gallery CTA Button ── */

.btn-gallery-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: #FFFFFF;
  background: var(--color-forest);
  border: 1px solid var(--color-forest);
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(13, 59, 46, 0.18);
  transition: all 0.3s var(--ease-out);
}

.btn-gallery-cta:hover {
  background: var(--color-emerald);
  border-color: var(--color-emerald);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8, 127, 98, 0.25);
}


/* =========================================================
   CINEMA LIGHTBOX MODAL
   ========================================================= */

.gallery-cinema-backdrop {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(4, 18, 14, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.25s ease;
}

.gallery-cinema-modal {
  position: relative;
  width: min(96vw, 1100px);
  max-height: 94vh;
  background: rgba(6, 23, 19, 0.98);
  border: 1px solid rgba(25, 199, 154, 0.25);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(25, 199, 154, 0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: scaleIn 0.3s var(--ease-out);
}


/* ── Top Bar ── */

.cinema-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(25, 199, 154, 0.12);
  gap: var(--space-md);
  flex-wrap: wrap;
}

.cinema-title-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cinema-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-ivory);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinema-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cinema-counter-badge {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--color-text-muted);
  padding: 4px 12px;
  background: rgba(11, 47, 38, 0.04);
  border-radius: var(--radius-pill);
}

.cinema-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  color: var(--color-text-muted);
  transition: all 0.2s ease;
}

.cinema-icon-btn:hover {
  background: rgba(11, 47, 38, 0.06);
  color: var(--color-forest);
}

.cinema-close-btn:hover {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
}


/* ── Stage ── */

.cinema-stage {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-height: 65vh;
  background: rgba(11, 47, 38, 0.03);
  overflow: hidden;
}

.cinema-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

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

.cinema-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cinema-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.cinema-direct-video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* ── Caption Overlay ── */

.cinema-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background: linear-gradient(to top, rgba(7, 21, 18, 0.7), transparent);
}

.cinema-caption-overlay p {
  font-size: 0.85rem;
  color: #FFFFFF;
}


/* ── Navigation Arrows ── */

.cinema-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--color-forest);
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
}

.cinema-nav-btn:hover {
  background: #FFFFFF;
  box-shadow: var(--shadow-lg);
}

.cinema-nav-prev { left: 16px; }
.cinema-nav-next { right: 16px; }


/* ── Filmstrip ── */

.cinema-filmstrip-container {
  padding: 12px 16px;
  border-top: 1px solid rgba(11, 47, 38, 0.06);
}

.cinema-filmstrip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cinema-filmstrip::-webkit-scrollbar { display: none; }

.cinema-thumb-btn {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.cinema-thumb-btn.active {
  border-color: var(--color-emerald);
}

.cinema-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-thumb-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 47, 38, 0.06);
  color: var(--color-text-muted);
}

.cinema-thumb-play {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(7, 21, 18, 0.65);
  color: #FFFFFF;
}


/* ── Bottom Info ── */

.cinema-bottom-info {
  padding: 14px 20px;
  border-top: 1px solid rgba(11, 47, 38, 0.06);
}

.cinema-meta-row {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.cinema-date {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.cinema-summary-count {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  padding: 2px 10px;
  background: rgba(11, 47, 38, 0.04);
  border-radius: var(--radius-pill);
}

.cinema-description {
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}


/* ── Placeholder ── */

.gallery-modal-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-3xl);
  gap: var(--space-md);
}

.gallery-modal-placeholder span {
  font-size: 3rem;
}

.gallery-modal-placeholder p {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}


/* ── Gallery Filters ── */

.gallery-filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: var(--space-xl);
}

.gallery-filter-btn {
  padding: 6px 16px;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-text-muted);
  background: transparent;
  border: 1px solid rgba(11, 47, 38, 0.10);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-filter-btn:hover {
  border-color: var(--color-emerald);
  color: var(--color-emerald);
}

.gallery-filter-btn.active {
  background: var(--color-emerald);
  color: #FFFFFF;
  border-color: var(--color-emerald);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-cinema-modal {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }

  .cinema-nav-prev { left: 8px; }
  .cinema-nav-next { right: 8px; }

  .cinema-nav-btn {
    width: 36px;
    height: 36px;
  }
}
/* =========================================================
   TEAM CARD — LIGHT PREMIUM
   Pure White Card • Forest Green Typography • Emerald Accents
   ========================================================= */

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-xl) var(--space-lg);
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
  transition: all var(--transition-base);
}

.team-card:hover {
  transform: translateY(-3px) scale(1.008);
  background: rgba(14, 42, 33, 0.85);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
  border-color: rgba(57, 185, 154, 0.45);
}

/* Avatar */
.team-card-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(57, 185, 154, 0.12);
  border: 2px solid rgba(57, 185, 154, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
  color: var(--color-emerald-light);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.team-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info */
.team-card-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-forest);
  margin-bottom: 4px;
  line-height: 1.35;
}

.team-card-role {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-emerald-light);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.team-card-school {
  font-size: 0.80rem;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.team-card-bio {
  font-size: 0.84rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* Instagram link */
.team-card-ig {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  margin-top: var(--space-md);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-forest);
  background: rgba(57, 185, 154, 0.12);
  border: 1px solid rgba(57, 185, 154, 0.25);
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: all 0.2s ease;
}

.team-card-ig:hover {
  background: rgba(57, 185, 154, 0.25);
  border-color: var(--color-emerald-light);
  color: var(--color-emerald-light);
  box-shadow: 0 0 14px rgba(57, 185, 154, 0.3);
}
/* =========================================================
   ABOUT PAGE — LIGHT PREMIUM
   Warm Ivory Base • Pure White Cards • Forest Green Typography
   ========================================================= */

.page-about .page-hero {
  padding-bottom: var(--space-3xl);
}

/* ── Story Section ── */
.about-story {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-3xl);
  align-items: start;
}

.about-story-content h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  margin-bottom: var(--space-lg);
  color: var(--color-forest);
  font-weight: 800;
}

.about-story-content p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
  line-height: 1.8;
  font-size: 1rem;
}

.about-story-visual {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.about-story-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-xl);
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(13, 59, 46, 0.04), 0 1px 3px rgba(13, 59, 46, 0.02);
  transition: all var(--transition-base);
}

.about-story-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 127, 98, 0.25);
  box-shadow: 0 12px 30px rgba(13, 59, 46, 0.08);
}

.about-story-year {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--color-emerald);
  line-height: 1;
  margin-bottom: 6px;
}

.about-story-label {
  font-size: 0.86rem;
  color: var(--color-text-secondary);
  font-weight: 600;
}

/* ── Vision & Mission Grid ── */
.about-vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xl);
}

.about-vm-card {
  padding: var(--space-2xl);
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 20px rgba(13, 59, 46, 0.04), 0 1px 3px rgba(13, 59, 46, 0.02);
  transition: all var(--transition-base);
}

.about-vm-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(13, 59, 46, 0.08);
  border-color: rgba(8, 127, 98, 0.25);
}

.about-vm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: rgba(8, 127, 98, 0.08);
  color: var(--color-emerald);
  border: 1px solid rgba(8, 127, 98, 0.18);
  margin-bottom: var(--space-lg);
}

.about-vm-icon-gold {
  background: rgba(185, 154, 94, 0.10);
  color: var(--color-gold);
  border-color: rgba(185, 154, 94, 0.25);
}

.about-vm-card h3 {
  font-size: 1.35rem;
  color: var(--color-forest);
  margin-bottom: var(--space-sm);
  font-weight: 700;
}

.about-vm-card p {
  color: var(--color-text-secondary);
  font-size: 0.96rem;
  line-height: 1.75;
}

.about-vm-card ul {
  margin-top: var(--space-sm);
}

.about-vm-card li {
  position: relative;
  padding-left: var(--space-lg);
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 8px;
}

.about-vm-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-emerald);
}

/* ── Values Grid ── */
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.about-value-card {
  padding: var(--space-xl);
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(13, 59, 46, 0.04), 0 1px 3px rgba(13, 59, 46, 0.02);
  transition: all var(--transition-base);
}

.about-value-card:hover {
  transform: translateY(-3px) scale(1.008);
  box-shadow: 0 12px 30px rgba(13, 59, 46, 0.08);
  border-color: rgba(8, 127, 98, 0.25);
}

.about-value-card h4 {
  color: var(--color-forest);
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 700;
}

.about-value-card p {
  font-size: 0.90rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.about-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: rgba(8, 127, 98, 0.08);
  color: var(--color-emerald);
  border: 1px solid rgba(8, 127, 98, 0.18);
  margin: 0 auto var(--space-md);
}

/* ── Team Grid BPH ── */
.team-grid-bph {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-xl);
}

@media (max-width: 1024px) {
  .team-grid-bph {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-story {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .about-story-visual {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-md);
  }

  .about-story-card {
    flex: 1;
    min-width: 140px;
  }

  .about-vm-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .team-grid-bph {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   PROGRAM CARD — LIGHT PREMIUM
   Pure White / Warm Ivory Surface • Forest Green Typography • Emerald Accents
   ========================================================= */

.program-glass-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-lg);
  padding: var(--space-xl);
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
  cursor: pointer;
  transition: all var(--transition-base);
  user-select: none;
}

.program-glass-card:hover {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
  border-color: rgba(57, 185, 154, 0.45);
  background: rgba(14, 42, 33, 0.85);
  transform: translateY(-3px) scale(1.006);
}

.program-glass-card.is-expanded {
  border-color: rgba(57, 185, 154, 0.60);
  background: rgba(16, 48, 38, 0.90);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.20), 0 20px 48px rgba(0, 0, 0, 0.65), 0 0 24px rgba(57, 185, 154, 0.25);
}

/* ── Icon Box ── */
.program-glass-icon-wrapper {
  flex-shrink: 0;
}

.program-glass-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  background: rgba(57, 185, 154, 0.12);
  color: var(--color-emerald-light);
  border: 1px solid rgba(57, 185, 154, 0.28);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.30), inset 0 1px 1px rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
}

.program-glass-icon.has-custom-logo {
  background: rgba(8, 26, 20, 0.90);
  padding: 3px;
  border-radius: 50%;
  overflow: hidden;
  border-color: rgba(57, 185, 154, 0.35);
}

.program-custom-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.program-glass-card.is-expanded .program-glass-icon {
  background: var(--color-emerald);
  color: #061510;
  box-shadow: 0 0 20px rgba(57, 185, 154, 0.40);
}

/* ── Content ── */
.program-card-content {
  flex: 1;
  min-width: 0;
}

.program-badge-wrapper {
  margin-bottom: 6px;
}

.program-neon-badge {
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-emerald-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-forest);
  line-height: 1.35;
  margin-bottom: 6px;
}

.program-preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-emerald-light);
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.program-glass-card:hover .program-preview-toggle {
  color: var(--color-cyan);
}

.program-toggle-icon {
  transition: transform 0.25s ease;
}

.program-toggle-icon.is-rotated {
  transform: rotate(180deg);
}

.program-card-desc {
  font-size: 0.90rem;
  color: var(--color-text-secondary);
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── Expanded Detail Drawer ── */
.program-detail-drawer {
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(57, 185, 154, 0.15);
  animation: drawerSlide 0.3s var(--ease-out) forwards;
}

@keyframes drawerSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.program-focus-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: var(--space-lg);
}

.program-focus-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--color-text);
  line-height: 1.5;
}

.program-check-icon {
  color: var(--color-emerald-light);
  flex-shrink: 0;
  margin-top: 2px;
}

.program-action-row {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding-top: var(--space-xs);
}

.btn-program-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  font-size: 0.80rem;
  font-weight: 600;
  font-family: var(--font-heading);
  color: var(--color-forest);
  background: rgba(57, 185, 154, 0.12);
  border: 1px solid rgba(57, 185, 154, 0.25);
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-program-detail:hover {
  background: var(--color-emerald);
  color: #061510;
  border-color: var(--color-emerald);
  box-shadow: 0 0 16px rgba(57, 185, 154, 0.35);
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .program-glass-card {
    flex-direction: column;
    gap: var(--space-md);
    padding: var(--space-lg);
  }
}
/* =========================================================
   ARTICLES & ARTICLE DETAIL — LIGHT PREMIUM
   Editorial Magazine Style • Pure White Cards • Forest Green Typography
   ========================================================= */

.articles-page .page-hero {
  padding-bottom: var(--space-3xl);
}

.articles-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: var(--space-2xl);
  justify-content: center;
}

.articles-filter-btn {
  padding: 8px 20px;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.12);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--transition-base);
  box-shadow: 0 2px 8px rgba(13, 59, 46, 0.03);
}

.articles-filter-btn:hover {
  border-color: var(--color-emerald);
  color: var(--color-forest);
  background: rgba(8, 127, 98, 0.06);
}

.articles-filter-btn.active {
  background: var(--color-forest);
  color: #FFFFFF;
  border-color: var(--color-forest);
  box-shadow: 0 4px 14px rgba(13, 59, 46, 0.20);
  font-weight: 700;
}

/* ── Article Detail ── */
.article-detail {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: var(--space-4xl);
}

.article-detail-cover-wrapper {
  width: 100%;
  max-height: 440px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-2xl);
  border: 1px solid rgba(13, 59, 46, 0.10);
  box-shadow: 0 10px 30px rgba(13, 59, 46, 0.08);
}

.article-detail-cover-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-detail-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--color-text);
}

.article-detail-content h2,
.article-detail-content h3 {
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-md);
  color: var(--color-forest);
}

.article-detail-content p {
  margin-bottom: var(--space-lg);
  color: var(--color-text);
}

.article-detail-meta-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(13, 59, 46, 0.08);
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  flex-wrap: wrap;
}
/* =========================================================
   PROGRAMS & AGENDA PAGE — LIGHT PREMIUM
   Pure White Switcher • Forest Green Active State • Clear Tabs
   ========================================================= */

.programs-page .page-hero {
  padding-bottom: var(--space-3xl);
}

/* ── Section Switcher / Filter Capsule ── */
.programs-page-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.10);
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 20px rgba(13, 59, 46, 0.05);
  margin-top: var(--space-2xl);
  flex-wrap: wrap;
  justify-content: center;
}

.programs-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  border-radius: var(--radius-pill);
  transition: all var(--transition-base);
  border: 1px solid transparent;
}

.programs-tab-btn:hover {
  color: var(--color-forest);
  background: rgba(8, 127, 98, 0.06);
}

.programs-tab-btn.active {
  background: var(--color-forest);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(13, 59, 46, 0.20);
  font-weight: 700;
}

.programs-tab-counter {
  font-size: 0.72rem;
  padding: 1px 8px;
  border-radius: var(--radius-pill);
  background: rgba(13, 59, 46, 0.08);
  color: inherit;
}

.programs-tab-btn.active .programs-tab-counter {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

/* ── Section Divider ── */
.programs-section-divider {
  padding: var(--space-2xl) 0;
}

.programs-divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 59, 46, 0.10), transparent);
}
/* =========================================================
   ARTICLE CARD — LIGHT PREMIUM
   Editorial Magazine Style • Pure White Surface • Clear Hierarchy
   ========================================================= */

.article-card {
  display: flex;
  flex-direction: column;
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  transition: all var(--transition-base);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
}

.article-card:hover {
  transform: translateY(-4px) scale(1.006);
  background: rgba(14, 42, 33, 0.85);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
  border-color: rgba(57, 185, 154, 0.45);
}

.article-card-image {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.article-card:hover .article-card-image img {
  transform: scale(1.04);
}

.article-card-body {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.article-card-category {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-emerald-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(57, 185, 154, 0.14);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(57, 185, 154, 0.28);
}

.article-card-date {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.article-card-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--color-forest);
  line-height: 1.35;
  margin-bottom: 8px;
}

.article-card-excerpt {
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* =========================================================
   MEMBER SCHOOL CARD — LIGHT PREMIUM
   Pure White Card • Forest Green Typography • Emerald Badge
   ========================================================= */

.school-card {
  display: flex;
  flex-direction: column;
  padding: var(--space-lg);
  background: rgba(11, 33, 26, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
  transition: all var(--transition-base);
}

.school-card:hover {
  transform: translateY(-3px) scale(1.006);
  background: rgba(14, 42, 33, 0.85);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(57, 185, 154, 0.20);
  border-color: rgba(57, 185, 154, 0.45);
}

.school-card-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-forest);
  margin-bottom: 6px;
  line-height: 1.35;
}

.school-card-school {
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.school-card-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
}

.school-card-meta span {
  font-size: 0.80rem;
  color: var(--color-text-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
}

.school-card-meta span svg {
  color: var(--color-emerald);
}

.school-card-members {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  background: rgba(57, 185, 154, 0.14);
  border: 1px solid rgba(57, 185, 154, 0.28);
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-emerald-light);
}
/* =========================================================
   DIVISION SHOWCASE — Clean, Compact & Cinematic Motion
   ========================================================= */

.division-showcase {
  width: 100%;
  margin: var(--space-xl) 0 var(--space-3xl);
}

/* ── Division Cards Grid (Initial Compact View: Logo + Title) ── */
.division-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

/* ── Individual Division Card ── */
.division-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-xl) var(--space-lg);
  background: var(--color-surface);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(57, 185, 154, 0.20);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 12px 32px rgba(2, 10, 7, 0.45);
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.28s ease,
              background-color 0.28s ease;
}

.division-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--div-accent, var(--color-emerald));
  opacity: 0.4;
  transition: opacity 0.25s ease, height 0.25s ease;
}

.division-card:hover {
  transform: translateY(-4px);
  border-color: var(--div-accent, var(--color-emerald));
  box-shadow: 0 12px 28px -6px rgba(11, 47, 38, 0.12),
              0 0 0 1px color-mix(in srgb, var(--div-accent) 25%, transparent);
}

.division-card:hover::before {
  opacity: 1;
  height: 4px;
}

.division-card.is-active {
  border-color: var(--div-accent, var(--color-emerald));
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--div-accent) 5%, var(--color-surface)) 0%,
    var(--color-surface) 100%
  );
  box-shadow: 0 14px 32px -8px rgba(11, 47, 38, 0.16),
              0 0 0 2px var(--div-accent, var(--color-emerald));
  transform: translateY(-2px);
}

.division-card.is-active::before {
  opacity: 1;
  height: 4px;
}

/* ── Division Logo Container ── */
.division-card-logo-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  margin-bottom: var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.division-card-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--div-accent) 40%, transparent);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  background: rgba(8, 26, 20, 0.85);
  padding: 3px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.division-card:hover .division-card-logo-img {
  transform: scale(1.06);
  border-color: var(--div-accent, var(--color-emerald));
}

.division-card.is-active .division-card-logo-img {
  transform: scale(1.06);
  border-color: var(--div-accent, var(--color-emerald));
}

.division-card-logo-halo {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--div-accent) 25%, transparent) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.division-card:hover .division-card-logo-halo,
.division-card.is-active .division-card-logo-halo {
  opacity: 1;
}

.division-card-logo-fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--div-accent) 15%, #ffffff);
  border: 2px solid var(--div-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--div-accent);
}

/* ── Division Card Body ── */
.division-card-body {
  margin-bottom: var(--space-md);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.division-card-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--div-accent, var(--color-emerald));
  background: color-mix(in srgb, var(--div-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--div-accent) 25%, transparent);
  border-radius: var(--radius-full);
  padding: 3px 10px;
  margin-bottom: var(--space-xs);
}

.division-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-forest);
  margin-bottom: 6px;
  line-height: 1.35;
}

.division-card-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin: 0;
}

/* ── Division Card Action Indicator ── */
.division-card-indicator {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  margin-top: auto;
  padding-top: var(--space-sm);
}

.division-card-action-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--div-accent, var(--color-forest));
  letter-spacing: 0.02em;
}

.division-card-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--div-accent) 12%, transparent);
  color: var(--div-accent, var(--color-forest));
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.division-card:hover .division-card-icon-circle {
  background: var(--div-accent, var(--color-emerald));
  color: #ffffff;
  transform: translateY(1px);
}

.division-card.is-active .division-card-icon-circle {
  background: var(--div-accent, var(--color-emerald));
  color: #ffffff;
}

/* =========================================================
   CINEMATIC DETAILED DIVISION SHOWCASE
   ========================================================= */

.division-detail-stage {
  position: relative;
  background: var(--color-surface);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid color-mix(in srgb, var(--stage-accent) 30%, transparent);
  border-radius: var(--radius-xl);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.12), 0 20px 48px rgba(0, 0, 0, 0.60);
  padding: var(--space-2xl);
  margin-bottom: var(--space-3xl);
  overflow: hidden;
}

.division-detail-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--stage-accent) 0%, #D4A843 100%);
}

/* ── Cinematic Keyframe Animation ── */
@keyframes cinematicReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.animate-cinematic {
  animation: cinematicReveal 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* ── Detail Header ── */
.division-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-xl);
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid rgba(11, 47, 38, 0.08);
  margin-bottom: var(--space-xl);
}

.division-detail-info {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xl);
  flex: 1;
}

.division-detail-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2.5px solid var(--stage-accent);
  padding: 3px;
  background: rgba(8, 26, 20, 0.85);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  flex-shrink: 0;
  overflow: hidden;
}

.division-detail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.division-detail-fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--stage-accent) 15%, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--stage-accent);
}

.division-detail-tags {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-xs);
}

.division-detail-badge {
  background: color-mix(in srgb, var(--stage-accent) 12%, transparent);
  color: var(--stage-accent);
  border-color: color-mix(in srgb, var(--stage-accent) 30%, transparent);
}

.division-detail-meta {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.division-detail-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-forest);
  margin-bottom: var(--space-xs);
  line-height: 1.3;
}

.division-detail-desc {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.division-detail-close-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: rgba(11, 47, 38, 0.05);
  border: 1px solid rgba(11, 47, 38, 0.1);
  color: var(--color-text-secondary);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.division-detail-close-btn:hover {
  background: rgba(11, 47, 38, 0.1);
  color: var(--color-forest);
  border-color: rgba(11, 47, 38, 0.2);
}

/* ── Koordinator Highlight Banner ── */
.division-koordinator-banner {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  background: color-mix(in srgb, var(--stage-accent) 7%, var(--color-surface));
  border-left: 3px solid var(--stage-accent);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-xl);
}

.division-koordinator-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-emerald-light);
  background: rgba(57, 185, 154, 0.14);
  border: 1px solid rgba(57, 185, 154, 0.28);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.division-koordinator-content {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.division-koordinator-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-forest);
}

.division-koordinator-school {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* ── Members Section & Stagger ── */
.division-members-headline {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-forest);
  margin-bottom: var(--space-lg);
}

.division-members-grid {
  margin-bottom: var(--space-2xl);
}

@keyframes staggerCardIn {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.division-member-stagger-item {
  animation: staggerCardIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── Footer Collapse ── */
.division-detail-footer {
  text-align: center;
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(11, 47, 38, 0.08);
}

.division-collapse-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {
  .division-cards-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: var(--space-md);
  }

  .division-card {
    padding: var(--space-lg) var(--space-md);
  }

  .division-card-logo-wrap {
    width: 76px;
    height: 76px;
  }

  .division-detail-stage {
    padding: var(--space-lg);
  }

  .division-detail-header {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-md);
  }

  .division-detail-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-md);
  }

  .division-detail-tags {
    justify-content: center;
  }

  .division-detail-close-btn {
    align-self: center;
  }

  .division-koordinator-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-xs);
  }
}

@media (max-width: 480px) {
  .division-cards-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   REGISTRATION PAGE — LIGHT PREMIUM
   Pure White Form • Warm Ivory Inputs • Forest Green Typography
   ========================================================= */

.reg-page .page-hero {
  padding-bottom: var(--space-3xl);
}

.reg-form {
  max-width: 680px;
  margin: 0 auto;
  padding: var(--space-2xl);
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(13, 59, 46, 0.06), 0 2px 6px rgba(13, 59, 46, 0.03);
}

.reg-form-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-forest);
  margin-bottom: var(--space-xl);
}

.reg-form-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.reg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
}

@media (max-width: 640px) {
  .reg-form-row {
    grid-template-columns: 1fr;
  }
  .reg-form {
    padding: var(--space-xl) var(--space-lg);
  }
}
/* =========================================================
   CONTACT PAGE — LIGHT PREMIUM
   Pure White Cards • Warm Ivory Inputs • Forest Green Typography
   ========================================================= */

.contact-page .page-hero {
  padding-bottom: var(--space-3xl);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-2xl);
  align-items: start;
}

/* ── Contact Info Cards ── */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  padding: var(--space-lg);
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(13, 59, 46, 0.04), 0 1px 3px rgba(13, 59, 46, 0.02);
  transition: all var(--transition-base);
}

.contact-info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 127, 98, 0.25);
  box-shadow: 0 10px 28px rgba(13, 59, 46, 0.08);
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: rgba(8, 127, 98, 0.08);
  color: var(--color-emerald);
  border: 1px solid rgba(8, 127, 98, 0.18);
  flex-shrink: 0;
}

.contact-info-title {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-forest);
  margin-bottom: 4px;
}

.contact-info-text {
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.contact-info-text a {
  color: var(--color-emerald);
  text-decoration: none;
}

.contact-info-text a:hover {
  color: var(--color-forest);
  text-decoration: underline;
}

/* ── Form Wrapper ── */
.contact-form-wrapper {
  padding: var(--space-2xl);
  background: #FFFFFF;
  border: 1px solid rgba(13, 59, 46, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 28px rgba(13, 59, 46, 0.05), 0 1px 3px rgba(13, 59, 46, 0.02);
}

.contact-form-title {
  font-size: 1.30rem;
  font-weight: 800;
  color: var(--color-forest);
  margin-bottom: var(--space-xl);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color-forest);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 12px 16px;
  background: #F7F5EE;
  border: 1px solid rgba(13, 59, 46, 0.12);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-family: inherit;
  font-size: 0.92rem;
  outline: none;
  transition: all var(--transition-base);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--color-emerald);
  box-shadow: 0 0 0 3px rgba(8, 127, 98, 0.12);
  background: #FFFFFF;
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================================
   ROHIS Kabupaten Banyumas — Admin CMS Styles
   Ultra-Professional, Clean & Responsive
   ============================================ */

/* --- Login Page --- */
.admin-login-page {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3xl) 0;
}

.admin-login-wrapper {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

.admin-login-card {
  padding: var(--space-2xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  border-radius: var(--radius-xl);
  box-shadow:
    0 35px 80px -10px rgba(0, 0, 0, 0.85),
    0 16px 36px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 24px 0 rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.admin-login-header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.admin-login-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto var(--space-md);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, rgba(0, 255, 200, 0.25) 0%, rgba(4, 16, 20, 0.8) 70%);
  border: 2px solid rgba(0, 255, 200, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 0 24px rgba(0, 255, 200, 0.35), inset 0 1px 2px rgba(0, 255, 200, 0.4);
}

.admin-login-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-login-header h2 {
  font-size: 1.6rem;
  color: var(--color-text);
  margin: var(--space-sm) 0;
}

.admin-login-header p {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.admin-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  margin-bottom: var(--space-lg);
  font-size: 0.875rem;
}

.admin-alert-danger {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #f87171;
}

.input-password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-password-wrapper .form-input {
  padding-right: 2.75rem;
}

.btn-password-toggle {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--color-text-secondary);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--transition-fast);
}

.btn-password-toggle:hover {
  color: var(--color-text);
}

.login-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
}

.login-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  cursor: pointer;
}

.btn-login {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}

.admin-login-footer {
  text-align: center;
  margin-top: var(--space-xl);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(0, 255, 200, 0.15);
}

.btn-back-home {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
}

.btn-back-home:hover {
  color: #00F0CF;
}

/* --- Admin Layout --- */
.admin-layout {
  min-height: 100vh;
  background: transparent;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

/* Topbar */
.admin-topbar {
  background: linear-gradient(
    180deg,
    rgba(0, 255, 200, 0.03) 0%,
    rgba(2, 9, 12, 0.85) 100%
  );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.60),
    inset 0 -1px 0 rgba(0, 255, 180, 0.10);
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.admin-brand h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--color-text);
  font-weight: 700;
}

.admin-status-badge {
  font-size: 0.725rem;
  color: var(--color-primary-light);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-primary-light);
  box-shadow: 0 0 8px var(--color-primary-light);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.cloud-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}

.cloud-connected {
  color: #00F0CF;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
}

.cloud-connecting {
  color: #facc15;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.cloud-offline {
  color: #f87171;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.saving-tag {
  background: rgba(0, 255, 200, 0.15);
  color: #00F0CF;
  border: 1px solid rgba(0, 255, 200, 0.3);
  padding: 0.1rem 0.4rem;
  border-radius: var(--radius-sm);
  font-size: 0.65rem;
}

.dot-yellow { background-color: #facc15 !important; box-shadow: 0 0 8px #facc15 !important; }
.dot-red { background-color: #f87171 !important; box-shadow: 0 0 8px #f87171 !important; }

.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn-danger-ghost {
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #ef4444;
  border-radius: var(--radius-md);
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-danger-ghost:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ffffff;
  border-color: #ef4444;
}

/* Sidebar & Content */
.admin-container {
  display: flex;
  flex: 1;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.admin-sidebar {
  width: 260px;
  background: linear-gradient(
    180deg,
    rgba(0, 255, 200, 0.02) 0%,
    rgba(2, 8, 10, 0.90) 100%
  );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-right: 1px solid rgba(0, 255, 200, 0.14);
  box-shadow:
    inset -1px 0 0 rgba(0, 255, 200, 0.10),
    inset 0 0 20px rgba(0, 0, 0, 0.50);
  padding: var(--space-xl) var(--space-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.admin-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  color: var(--color-text-secondary);
  background: transparent;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
}

.admin-nav-item:hover {
  background: rgba(0, 255, 200, 0.08);
  border-color: rgba(0, 255, 200, 0.25);
  color: #ffffff;
  transform: translateX(4px);
}

.admin-nav-item.active {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.20) 0%,
    rgba(0, 212, 170, 0.12) 100%
  );
  color: #00F0CF;
  border: 1px solid rgba(0, 255, 200, 0.40);
  border-left: 3.5px solid #00F0CF;
  font-weight: 600;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(0, 255, 200, 0.35),
    inset 0 -1px 0 rgba(0, 255, 180, 0.20);
}

.nav-counter {
  margin-left: auto;
  font-size: 0.75rem;
  background: rgba(0, 255, 200, 0.15);
  border: 1px solid rgba(0, 255, 200, 0.3);
  padding: 0.15rem 0.45rem;
  border-radius: var(--radius-full);
  color: #00F0CF;
}

.admin-nav-item.active .nav-counter {
  background: #00DDB8;
  color: #041315;
  font-weight: 700;
}

.admin-nav-separator {
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 200, 0.25) 0%, rgba(0, 212, 170, 0.15) 100%);
  margin: var(--space-md) 0;
}

.admin-sidebar-footer {
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(0, 255, 200, 0.15);
}

.org-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}

.period-label {
  font-size: 0.75rem;
  color: var(--color-gold-light);
  margin: 0;
}

/* Content Area */
.admin-content {
  flex: 1;
  padding: var(--space-2xl);
  overflow-y: auto;
}

.tab-pane {
  animation: fadeIn 0.25s ease-out;
}

.admin-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
  gap: var(--space-md);
}

.admin-header-row h2 {
  font-size: 1.75rem;
  color: var(--color-text);
  margin: 0 0 0.35rem 0;
}

.admin-header-row p {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  margin: 0;
}

.quick-actions {
  display: flex;
  gap: 0.5rem;
}

/* Overview Stats Grid */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.admin-stat-card {
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.80),
    0 8px 24px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 20px 0 rgba(0, 0, 0, 0.40);
  transition:
    transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 350ms ease;
  will-change: transform, box-shadow;
}

.admin-stat-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-top-color: rgba(0, 255, 200, 0.80);
  box-shadow:
    0 35px 80px -8px rgba(0, 0, 0, 0.90),
    0 16px 36px -4px rgba(0, 0, 0, 0.65),
    0 0 30px rgba(0, 255, 200, 0.28),
    inset 0 1.5px 0 0 rgba(0, 255, 200, 0.50),
    inset 0 4px 10px 0 rgba(0, 255, 200, 0.20),
    inset 0 -2px 0 0 rgba(0, 255, 180, 0.30);
}

/* 3D Embossed Stat Icon (no white glare) */
.stat-card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
  box-shadow: 
    0 8px 18px rgba(0, 0, 0, 0.45),
    inset 0 1.5px 2px rgba(0, 255, 200, 0.4),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.admin-stat-card:hover .stat-card-icon {
  transform: scale(1.1) translateY(-2px);
}

.stat-icon-emerald { 
  background: radial-gradient(circle at 35% 25%, rgba(0, 255, 200, 0.25) 0%, rgba(5, 150, 105, 0.35) 50%, rgba(2, 25, 20, 0.7) 100%);
  color: #00F0CF; 
  border: 1.5px solid rgba(0, 255, 210, 0.45);
  box-shadow: 0 0 18px rgba(0, 255, 210, 0.25);
}

.stat-icon-blue { 
  background: radial-gradient(circle at 35% 25%, rgba(0, 220, 255, 0.25) 0%, rgba(59, 130, 246, 0.35) 50%, rgba(10, 20, 45, 0.7) 100%);
  color: #60a5fa; 
  border: 1.5px solid rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.25);
}

.stat-icon-gold { 
  background: radial-gradient(circle at 35% 25%, rgba(245, 208, 118, 0.25) 0%, rgba(212, 168, 67, 0.35) 50%, rgba(35, 25, 8, 0.7) 100%);
  color: #f5d076; 
  border: 1.5px solid rgba(215, 184, 102, 0.45);
  box-shadow: 0 0 18px rgba(215, 184, 102, 0.25);
}

.stat-icon-purple { 
  background: radial-gradient(circle at 35% 25%, rgba(0, 255, 200, 0.25) 0%, rgba(5, 150, 105, 0.35) 50%, rgba(2, 25, 20, 0.7) 100%);
  color: #00F0CF; 
  border: 1.5px solid rgba(0, 255, 210, 0.45);
  box-shadow: 0 0 18px rgba(0, 255, 210, 0.25);
}

.stat-icon-rose { 
  background: radial-gradient(circle at 35% 25%, rgba(251, 113, 133, 0.25) 0%, rgba(244, 63, 94, 0.35) 50%, rgba(45, 10, 20, 0.7) 100%);
  color: #fb7185; 
  border: 1.5px solid rgba(244, 63, 94, 0.45);
  box-shadow: 0 0 18px rgba(244, 63, 94, 0.25);
}

.stat-count {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  line-height: 1.1;
  text-shadow: 0 0 16px rgba(0, 255, 210, 0.25);
}

.stat-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: var(--space-md);
  margin-top: 0.35rem;
}

.stat-card-link {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: #00F0CF;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: color var(--transition-fast);
}

.stat-card-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 255, 210, 0.5);
}

/* 3D Sync Banner */
.admin-sync-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-xl) var(--space-2xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.80),
    0 8px 24px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 20px 0 rgba(0, 0, 0, 0.40);
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
  gap: var(--space-lg);
  position: relative;
  overflow: hidden;
}

.admin-sync-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(0, 255, 200, 0.16) 0%,
    transparent 45%,
    rgba(0, 255, 180, 0.08) 100%
  );
  border-radius: inherit;
  pointer-events: none;
}

.sync-banner-content {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.sync-banner-icon {
  color: var(--color-primary-light);
  flex-shrink: 0;
}

.sync-banner-content h4 {
  margin: 0 0 0.25rem 0;
  color: #ffffff;
}

.sync-banner-content p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  max-width: 750px;
}

/* Overview Grid */
.admin-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: var(--space-xl);
}

.overview-panel {
  padding: var(--space-xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.80),
    0 8px 24px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 20px 0 rgba(0, 0, 0, 0.40);
  position: relative;
  overflow: hidden;
}

.overview-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(0, 255, 200, 0.08) 0%,
    transparent 50%,
    rgba(0, 255, 180, 0.04) 100%
  );
  border-radius: inherit;
  pointer-events: none;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.panel-header h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #ffffff;
}

.btn-link-sm {
  background: none;
  border: none;
  color: #00F0CF;
  font-size: 0.85rem;
  cursor: pointer;
  font-weight: 600;
  transition: all var(--transition-fast);
}

.btn-link-sm:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 255, 200, 0.5);
}

.overview-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.overview-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(0, 255, 200, 0.04);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(0, 255, 200, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.35);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.overview-item:hover {
  background: rgba(0, 255, 200, 0.09);
  border-top-color: rgba(0, 255, 200, 0.65);
  transform: translateX(4px);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.45),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.35);
}

.overview-item-title strong {
  display: block;
  font-size: 0.9rem;
  color: var(--color-text);
  margin-bottom: 0.2rem;
}

.overview-item-meta {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
}

/* Filter Bar */
.admin-filter-bar {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  flex-wrap: wrap;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
  min-width: 250px;
  display: flex;
  align-items: center;
}

.search-input-wrapper svg {
  position: absolute;
  left: 0.85rem;
  color: #00F0CF;
  opacity: 0.75;
}

.search-input-wrapper input {
  width: 100%;
  padding: 0.65rem 2.2rem 0.65rem 2.5rem;
  background: rgba(4, 18, 22, 0.65);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  border: 1.5px solid rgba(0, 255, 200, 0.2);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-radius: var(--radius-full);
  color: #ffffff;
  font-size: 0.9rem;
  outline: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.50);
  transition: all 0.3s ease;
}

.search-input-wrapper input:focus {
  background: rgba(0, 255, 200, 0.08);
  border-color: rgba(0, 255, 210, 0.65);
  border-top-color: rgba(0, 255, 210, 0.85);
  box-shadow: 0 0 0 3px rgba(0, 255, 210, 0.20), inset 0 1px 2px rgba(0, 255, 210, 0.35);
}

.btn-clear-search {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color var(--transition-fast);
}

.btn-clear-search:hover {
  color: #00F0CF;
}

.filter-select-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-select-wrapper label {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  font-weight: 500;
}

/* 3D Liquid Glass Table */
.admin-table-wrapper {
  overflow-x: auto;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.80),
    0 8px 24px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 20px 0 rgba(0, 0, 0, 0.40);
  position: relative;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.admin-table th {
  text-align: left;
  padding: 1.1rem 1.25rem;
  background: rgba(4, 18, 22, 0.85);
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 255, 200, 0.2);
}

.admin-table td {
  padding: 1.05rem 1.25rem;
  border-bottom: 1px solid rgba(0, 255, 200, 0.08);
  color: var(--color-text);
  vertical-align: middle;
}

.admin-table tbody tr {
  transition: background 0.25s ease;
}

.admin-table tbody tr:hover {
  background: rgba(0, 255, 200, 0.045);
}

.table-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

.table-slug, .table-sub, .table-speaker {
  display: block;
  font-size: 0.775rem;
  color: var(--color-text-secondary);
  margin-top: 0.15rem;
}

.table-addr {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
}

.table-ig-link {
  color: #00F0CF !important;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.table-ig-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(0, 255, 200, 0.5);
}

.badge-completed {
  background: rgba(100, 116, 139, 0.2);
  color: #94a3b8;
  border: 1px solid rgba(100, 116, 139, 0.3);
}

.table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

/* 3D Neon Glass Action Buttons */
.btn-icon {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.08) 0%,
    rgba(4, 18, 22, 0.65) 100%
  );
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1px solid rgba(0, 255, 200, 0.45);
  border-bottom: 1px solid rgba(0, 255, 180, 0.35);
  color: var(--color-text);
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(0, 255, 200, 0.30);
  transition: all var(--transition-fast);
}

.btn-icon:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.16) 0%,
    rgba(0, 212, 170, 0.16) 100%
  );
  border-color: rgba(0, 255, 200, 0.55);
  color: #00F0CF;
  transform: translateY(-2px);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.45),
    0 0 12px rgba(0, 255, 200, 0.30);
}

.btn-icon-edit:hover {
  background: rgba(59, 130, 246, 0.25);
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.60);
  box-shadow: 0 0 14px rgba(59, 130, 246, 0.40);
}

.btn-icon-delete:hover {
  background: rgba(239, 68, 68, 0.25);
  color: #f87171;
  border-color: rgba(239, 68, 68, 0.60);
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.40);
}

/* 3D Liquid Glass Gallery Grid */
.admin-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-xl);
}

.admin-gallery-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1.5px solid rgba(0, 255, 200, 0.18);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-radius: var(--radius-xl);
  box-shadow:
    0 20px 50px -8px rgba(0, 0, 0, 0.75),
    0 6px 18px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(0, 255, 200, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  transition:
    transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 350ms ease;
  position: relative;
}

.admin-gallery-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(0, 255, 200, 0.5);
  box-shadow:
    0 30px 70px -8px rgba(0, 0, 0, 0.85),
    0 0 25px rgba(0, 255, 200, 0.2),
    inset 0 1px 0 rgba(0, 255, 200, 0.3);
}

.admin-gallery-preview {
  position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(4, 18, 22, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 255, 200, 0.12);
}

.admin-gallery-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.admin-gallery-card:hover .admin-gallery-preview img {
  transform: scale(1.08);
}

.admin-gallery-placeholder {
  font-size: 2.5rem;
}

.gallery-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.admin-gallery-info {
  padding: var(--space-md);
  flex: 1;
}

.admin-gallery-info h4 {
  font-size: 0.95rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
  color: #ffffff;
}

.gallery-date {
  font-size: 0.775rem;
  color: var(--color-text-secondary);
}

.admin-gallery-actions {
  padding: 0 var(--space-md) var(--space-md);
  display: flex;
  gap: 0.5rem;
}

/* 3D Liquid Glass Subpanels in Team */
.admin-subpanel {
  padding: var(--space-xl);
  margin-bottom: var(--space-xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.80),
    0 8px 24px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 20px 0 rgba(0, 0, 0, 0.40);
  position: relative;
  overflow: hidden;
}

.subpanel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.subpanel-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #ffffff;
}

.subpanel-header p {
  margin: 0.2rem 0 0 0;
  font-size: 0.85rem;
  color: var(--color-text-secondary);
}

/* 3D Liquid Glass Settings Layout */
.settings-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: var(--space-xl);
}

.settings-card {
  padding: var(--space-xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 45%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-bottom: 1px solid rgba(0, 255, 180, 0.10);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.80),
    0 8px 24px -4px rgba(0, 0, 0, 0.55),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.10),
    inset 0 0 20px 0 rgba(0, 0, 0, 0.40);
  position: relative;
  overflow: hidden;
}

.settings-card h3 {
  margin: 0 0 var(--space-lg) 0;
  font-size: 1.2rem;
  color: #ffffff;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.settings-desc {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-xl);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.backup-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.backup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-xl);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 50%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1.5px solid rgba(0, 255, 200, 0.18);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-radius: var(--radius-lg);
  box-shadow:
    0 16px 40px -6px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(0, 255, 200, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  gap: var(--space-md);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.backup-box:hover {
  transform: translateY(-3px);
  background: rgba(0, 255, 200, 0.06);
  border-color: rgba(0, 255, 200, 0.45);
  box-shadow:
    0 24px 50px -6px rgba(0, 0, 0, 0.75),
    0 0 20px rgba(0, 255, 200, 0.15),
    inset 0 1px 0 rgba(0, 255, 200, 0.25);
}

.backup-box strong {
  display: block;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.backup-box p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.70);
}

.backup-box .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.backup-danger-box {
  border: 1.5px solid rgba(239, 68, 68, 0.35);
  border-top: 1.5px solid rgba(239, 68, 68, 0.55);
  background:
    linear-gradient(
      135deg,
      rgba(239, 68, 68, 0.08) 0%,
      rgba(4, 18, 22, 0.7) 45%,
      rgba(2, 9, 11, 0.85) 100%
    );
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  box-shadow:
    0 16px 40px -6px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(239, 68, 68, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.backup-danger-box:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 68, 68, 0.65);
  box-shadow:
    0 24px 50px -6px rgba(239, 68, 68, 0.35),
    inset 0 1px 0 rgba(239, 68, 68, 0.40);
}

.file-upload-label {
  cursor: pointer;
}

/* Modals */
body:has(.admin-modal-backdrop),
html:has(.admin-modal-backdrop) {
  overflow: hidden !important;
}

.admin-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  animation: fadeIn 0.2s ease-out;
  overscroll-behavior: contain;
  overflow-y: auto;
}

/* 3D True Liquid Glass Modal */
.admin-modal {
  max-width: 620px;
  width: 100%;
  max-height: 88vh;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: 
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.88) 50%,
      rgba(2, 8, 10, 0.95) 100%
    );
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(0, 255, 200, 0.18);
  border-top: 1.5px solid rgba(0, 255, 200, 0.40);
  border-bottom: 1px solid rgba(0, 255, 180, 0.12);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: 
    0 45px 100px -10px rgba(0, 0, 0, 0.95),
    0 18px 40px -4px rgba(0, 0, 0, 0.75),
    0 0 35px rgba(0, 255, 200, 0.15),
    inset 0 1.2px 0 0 rgba(0, 255, 200, 0.30),
    inset 0 -1px 0 0 rgba(0, 255, 180, 0.12),
    inset 0 0 24px 0 rgba(0, 0, 0, 0.50);
  position: relative;
}

.admin-modal::-webkit-scrollbar {
  width: 6px;
}

.admin-modal::-webkit-scrollbar-track {
  background: rgba(4, 18, 22, 0.4);
  border-radius: var(--radius-full);
}

.admin-modal::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 200, 0.28);
  border-radius: var(--radius-full);
}

.admin-modal::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 255, 200, 0.55);
}

.admin-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: linear-gradient(180deg, rgba(0, 255, 200, 0.12) 0%, rgba(0, 255, 180, 0.04) 50%, transparent 100%);
  pointer-events: none;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.admin-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.18);
}

.admin-modal-header h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #ffffff;
}

.btn-close-modal {
  background: none;
  border: none;
  color: var(--color-text-secondary);
  cursor: pointer;
  padding: 4px;
  transition: color var(--transition-fast);
}

.btn-close-modal:hover {
  color: #00F0CF;
}

.admin-modal-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.admin-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(0, 255, 200, 0.15);
}

/* 3D Liquid Glass Toast */
.admin-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.08) 0%,
    rgba(4, 18, 22, 0.75) 55%,
    rgba(2, 9, 11, 0.90) 100%
  );
  backdrop-filter: blur(24px) saturate(190%) contrast(110%);
  -webkit-backdrop-filter: blur(24px) saturate(190%) contrast(110%);
  border-radius: var(--radius-full);
  padding: 0.75rem 1.5rem;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(0, 255, 200, 0.18),
    inset 0 1px 0 rgba(0, 255, 200, 0.30),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 99999;
  font-size: 0.9rem;
  font-weight: 500;
  animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.admin-toast-success {
  border: 1px solid rgba(0, 255, 200, 0.50);
  color: #ffffff;
}
.admin-toast-success svg { color: #00F0CF; }

.admin-toast-warning {
  border: 1px solid rgba(245, 158, 11, 0.50);
  color: #ffffff;
}
.admin-toast-warning svg { color: #fbbf24; }

.admin-toast-error {
  border: 1px solid rgba(239, 68, 68, 0.50);
  color: #ffffff;
}
.admin-toast-error svg { color: #f87171; }

/* Responsive adjustments */
@media (max-width: 992px) {
  .admin-container {
    flex-direction: column;
  }

  .admin-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 255, 200, 0.15);
  }

  .admin-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .admin-nav-item {
    width: auto;
  }

  .admin-content {
    padding: var(--space-lg);
  }
}

@media (max-width: 600px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .admin-header-row {
    flex-direction: column;
  }

  .admin-topbar {
    padding: 0.75rem 1rem;
  }
}

/* =========================================================
   MULTI-MEDIA GALLERY MANAGER (FOTO & VIDEO)
   ========================================================= */

.admin-modal-lg {
  max-width: 780px;
}

.admin-gallery-count-badge {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(4, 16, 20, 0.88);
  border: 1px solid rgba(0, 255, 200, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.40), 0 0 10px rgba(0, 255, 200, 0.20);
  backdrop-filter: blur(8px);
  color: #00F0CF;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-full);
}

.admin-gallery-desc-snippet {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.admin-media-manager-box {
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 18, 22, 0.65) 50%,
      rgba(2, 9, 11, 0.80) 100%
    );
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1.5px solid rgba(0, 255, 200, 0.18);
  border-top: 1.5px solid rgba(0, 255, 200, 0.35);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(0, 255, 200, 0.15), 0 10px 30px rgba(0, 0, 0, 0.50);
  padding: var(--space-lg);
  margin-top: var(--space-sm);
}

.media-manager-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.media-manager-title {
  margin: 0;
  font-size: 1.05rem;
  color: #ffffff;
}

.media-manager-sub {
  margin: 0.25rem 0 0 0;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.add-media-form-box {
  background: rgba(4, 18, 22, 0.60);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 255, 200, 0.15);
  border-top: 1.5px solid rgba(0, 255, 200, 0.30);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin-bottom: var(--space-md);
}

.media-type-selector {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.media-type-btn {
  background: rgba(0, 255, 200, 0.05);
  border: 1px solid rgba(0, 255, 200, 0.18);
  color: var(--color-text-secondary);
  font-size: 0.8rem;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.media-type-btn:hover {
  background: rgba(0, 255, 200, 0.12);
  color: #ffffff;
}

.media-type-btn.active {
  background: linear-gradient(135deg, rgba(0, 255, 200, 0.30) 0%, rgba(0, 212, 170, 0.20) 100%);
  border-color: #00F0CF;
  color: #00F0CF;
  font-weight: 600;
  box-shadow: 0 0 14px rgba(0, 255, 200, 0.35);
}

.add-media-row-action {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.add-media-row-action .form-input {
  flex: 1;
}

.btn-add-media {
  white-space: nowrap;
  padding: 0.6rem 1.25rem;
}

/* Media List Items */
.admin-media-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.admin-media-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 18, 22, 0.65) 100%
    );
  border: 1px solid rgba(0, 255, 200, 0.15);
  border-top: 1.5px solid rgba(0, 255, 200, 0.30);
  border-radius: var(--radius-md);
  padding: 0.6rem 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(0, 255, 200, 0.15);
  transition: all var(--transition-fast);
}

.admin-media-card:hover {
  border-color: rgba(0, 255, 200, 0.45);
  border-top-color: rgba(0, 255, 200, 0.75);
  transform: translateX(3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.55), 0 0 14px rgba(0, 255, 200, 0.20);
}

.admin-media-card.is-cover {
  border-color: rgba(0, 255, 200, 0.60);
  border-top-color: rgba(0, 255, 200, 0.85);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.14) 0%,
      rgba(4, 18, 22, 0.75) 100%
    );
  box-shadow: 0 0 16px rgba(0, 255, 200, 0.25);
}

.admin-media-thumb {
  position: relative;
  width: 72px;
  height: 52px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: rgba(4, 18, 22, 0.6);
  border: 1px solid rgba(0, 255, 200, 0.2);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.admin-media-no-thumb {
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-type-tag {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 2px;
  line-height: 1.2;
}

.media-type-tag.tag-image {
  background: rgba(0, 255, 200, 0.85);
  color: #041014;
}

.media-type-tag.tag-video {
  background: rgba(0, 221, 184, 0.90);
  color: #041014;
}

.cover-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: #00F0CF;
  color: #041014;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.admin-media-details {
  flex: 1;
  min-width: 0;
}

.admin-media-top-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

.admin-media-num {
  font-size: 0.725rem;
  font-weight: 600;
  color: #00F0CF;
}

.text-gold-sm {
  font-size: 0.725rem;
  color: var(--color-gold);
  font-weight: 600;
}

.admin-media-caption {
  font-size: 0.85rem;
  color: var(--color-text);
  margin: 0 0 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-media-url-hint {
  display: block;
  font-size: 0.725rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-media-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.admin-empty-media {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  border: 1px dashed rgba(0, 255, 200, 0.22);
  border-radius: var(--radius-md);
  color: var(--color-text-muted);
  font-size: 0.875rem;
  background: rgba(0, 255, 200, 0.02);
}

.admin-empty-media p {
  margin: 0 0 0.25rem 0;
  color: var(--color-text-secondary);
}

@media (max-width: 640px) {
  .add-media-row-action {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-media-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-media-thumb {
    width: 100%;
    height: 120px;
  }
  .admin-media-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.admin-drive-tip {
  margin-top: 0.75rem;
  padding: 0.6rem 0.85rem;
  background: rgba(0, 255, 200, 0.06);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-radius: var(--radius-md);
  font-size: 0.775rem;
  color: #99f6e4;
  line-height: 1.45;
}

.admin-drive-tip u {
  text-decoration-color: #00F0CF;
  font-weight: 600;
}

/* Article Cover Preview & Table Thumbnail */
.admin-cover-preview {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.admin-cover-preview-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 0.4rem;
}

.admin-cover-preview-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  background: rgba(4, 18, 22, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px dashed rgba(0, 255, 200, 0.25);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(0, 255, 200, 0.15);
}

.admin-cover-preview-box img {
  width: 140px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(0, 255, 200, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.50);
}

.article-table-title-cell {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.article-table-thumb {
  width: 54px;
  height: 38px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: rgba(4, 18, 22, 0.6);
  border: 1px solid rgba(0, 255, 200, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-table-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-table-thumb-empty {
  font-size: 1.1rem;
  opacity: 0.5;
  color: #00F0CF;
}


