/* Cherrybelle - Cherry Candy Theme */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Pacifico&family=Dancing+Script:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --candy-pink: #ff6b9d;
  --candy-hot: #ff2d78;
  --candy-rose: #ff4081;
  --candy-light: #ffb6c1;
  --candy-pale: #fff0f3;
  --candy-cream: #fff5f7;
  --candy-magenta: #e91e63;
  --cherry-red: #dc143c;
  --cherry-dark: #b71c3c;
  --bubblegum: #ff85a2;
  --cotton-candy: #ffb3d9;
  --lollipop: #ff69b4;
  --mint: #98e8c1;
  --mint-light: #e0fff0;
  --lavender: #e6b3ff;
  --lavender-light: #f5e6ff;
  --peach: #ffcba4;
  --peach-light: #fff3e6;
  --gold-candy: #ffd700;
  --gold-warm: #ffb347;
  --dark: #2d1b36;
  --darker: #1a0f21;
  --purple-dark: #3d1f4e;
  --gray-100: #faf8fb;
  --gray-200: #f0edf2;
  --gray-300: #e0dce3;
  --gray-600: #8e7a96;
  --gray-800: #4a3855;
  --white: #ffffff;
  --gradient-candy: linear-gradient(135deg, #ff6b9d, #ff2d78, #e91e63);
  --gradient-cherry: linear-gradient(135deg, #dc143c, #ff4081, #ff6b9d);
  --gradient-bubblegum: linear-gradient(135deg, #ff85a2, #ffb3d9, #e6b3ff);
  --gradient-dark: linear-gradient(135deg, #2d1b36, #3d1f4e, #1a0f21);
  --gradient-sunset: linear-gradient(135deg, #ff6b9d, #ff85a2, #ffb347);
  --gradient-sparkle: linear-gradient(135deg, #ff69b4, #ff85a2, #98e8c1);
  --shadow-candy: 0 4px 25px rgba(255,107,157,0.35);
  --shadow-sm: 0 2px 12px rgba(255,107,157,0.08);
  --shadow-md: 0 4px 24px rgba(255,107,157,0.15);
  --shadow-lg: 0 8px 40px rgba(255,107,157,0.2);
  --shadow-glow: 0 0 30px rgba(255,107,157,0.3);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

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

body {
  font-family: 'Nunito', sans-serif;
  background: var(--candy-cream);
  color: var(--gray-800);
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--candy-hot); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--cherry-dark); }

/* Cherry icon decorations */
.cherry-icon::before { content: '🍒'; margin-right: 0.3rem; }
.star-icon::before { content: '✨'; margin-right: 0.3rem; }
.candy-icon::before { content: '🍬'; margin-right: 0.3rem; }
.heart-icon::before { content: '💖'; margin-right: 0.3rem; }
.mic-icon::before { content: '🎤'; margin-right: 0.3rem; }
.dance-icon::before { content: '💃'; margin-right: 0.3rem; }
.music-icon::before { content: '🎵'; margin-right: 0.3rem; }
.trophy-icon::before { content: '🏆'; margin-right: 0.3rem; }
.sparkle-icon::before { content: '💫'; margin-right: 0.3rem; }
.ribbon-icon::before { content: '🎀'; margin-right: 0.3rem; }
.camera-icon::before { content: '📸'; margin-right: 0.3rem; }

/* ========== NAVBAR ========== */
.navbar {
  position: fixed; top:0; left:0; right:0; z-index:1000;
  background: rgba(45,27,54,0.92);
  backdrop-filter: blur(25px);
  padding: 0 2rem;
  border-bottom: 2px solid rgba(255,107,157,0.2);
}
.navbar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.navbar-logo {
  font-family: 'Pacifico', cursive;
  font-size: 1.6rem;
  background: var(--gradient-candy);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.navbar-logo::before { content: '🍒 '; -webkit-text-fill-color: initial; }
.navbar-links { display:flex; gap: 0.3rem; align-items: center; }
.navbar-links a {
  color: rgba(255,255,255,0.7); padding: 0.5rem 0.9rem;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.82rem; font-weight: 600; border-radius: 12px;
  transition: all 0.3s;
}
.navbar-links a:hover, .navbar-links a.active {
  color: var(--white); background: rgba(255,107,157,0.2);
}
.btn-audisi {
  background: var(--gradient-candy) !important;
  color: var(--white) !important; font-weight: 700 !important;
  padding: 0.5rem 1.5rem !important;
  box-shadow: var(--shadow-candy);
  border-radius: 50px !important;
}
.btn-audisi::before { content: '🌟 '; }
.btn-audisi:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(255,107,157,0.5); }

.hamburger { display:none; cursor:pointer; padding:0.5rem; }
.hamburger span { display:block; width:24px; height:2.5px; background:var(--candy-pink); margin:5px 0; transition:0.3s; border-radius:3px; }

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  background: var(--gradient-dark);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 6rem 2rem 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 85%, rgba(255,107,157,0.2) 0%, transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(230,179,255,0.15) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(255,133,162,0.1) 0%, transparent 60%);
}
.hero::after {
  content: '🍒'; position: absolute; font-size: 200px; opacity: 0.03;
  top: 10%; right: -5%; transform: rotate(15deg);
}
.hero-content { position: relative; z-index:1; max-width: 800px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(255,107,157,0.15); border: 1px solid rgba(255,107,157,0.3);
  color: var(--candy-light); padding: 0.5rem 1.4rem;
  border-radius: 50px; font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem; font-weight: 600;
  margin-bottom: 1.5rem; letter-spacing: 1px; text-transform: uppercase;
}
.hero h1 {
  font-family: 'Pacifico', cursive;
  font-size: clamp(2.8rem, 7vw, 5rem);
  color: var(--white); line-height: 1.2; margin-bottom: 1rem;
}
.hero h1 .cherry-text {
  background: var(--gradient-candy);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero h1 .gold-text {
  background: linear-gradient(135deg, #ffd700, #ffb347);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p {
  font-family: 'Quicksand', sans-serif;
  color: rgba(255,255,255,0.7); font-size: 1.1rem; font-weight: 500;
  max-width: 600px; margin: 0 auto 2rem;
}
.hero-stats {
  display: flex; gap: 2rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap;
}
.hero-stat {
  text-align: center; padding: 1.2rem 1.5rem;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-lg); border: 1px solid rgba(255,107,157,0.15);
  backdrop-filter: blur(10px);
  min-width: 120px;
}
.hero-stat .num {
  font-family: 'Dancing Script', cursive;
  font-size: 2.8rem; font-weight: 700; color: var(--candy-pink);
  line-height: 1;
}
.hero-stat .label {
  font-family: 'Quicksand', sans-serif;
  color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 0.3rem; font-weight: 600;
}

/* Group photo hero background */
.hero-with-photo {
  background: var(--gradient-dark);
  position: relative;
}
.hero-with-photo .hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.15; filter: blur(2px);
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.85rem 2.2rem;
  border-radius: 50px; font-family: 'Quicksand', sans-serif;
  font-weight: 700; font-size: 0.95rem;
  transition: all 0.3s; cursor: pointer; border: none;
  text-align: center; letter-spacing: 0.3px;
}
.btn-primary {
  background: var(--gradient-candy); color: var(--white);
  box-shadow: var(--shadow-candy);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 35px rgba(255,107,157,0.45); color: var(--white); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,179,209,0.4);
}
.btn-outline:hover { border-color: var(--candy-pink); color: var(--white); background: rgba(255,107,157,0.1); }
.btn-gold {
  background: linear-gradient(135deg, #ffd700, #ffb347); color: var(--dark);
  box-shadow: 0 4px 20px rgba(255,215,0,0.3); font-weight: 800;
}
.btn-gold:hover { transform: translateY(-3px); }
.btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ========== SECTIONS ========== */
.section {
  padding: 5rem 2rem;
  max-width: 1200px; margin: 0 auto;
}
.section-dark {
  background: var(--gradient-dark); color: var(--white);
  max-width: 100%; padding: 5rem 2rem;
  position: relative;
}
.section-dark::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,107,157,0.08) 0%, transparent 50%);
}
.section-dark .section-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.section-cherry {
  background: var(--gradient-candy); color: var(--white);
  max-width: 100%; padding: 5rem 2rem;
}
.section-cherry .section-inner { max-width: 1200px; margin: 0 auto; }

.section-title {
  font-family: 'Dancing Script', cursive;
  font-size: 2.8rem; font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.section-subtitle {
  font-family: 'Quicksand', sans-serif;
  color: var(--gray-600); font-size: 1rem; font-weight: 500; margin-bottom: 3rem;
}
.section-dark .section-title { color: var(--white); }
.section-dark .section-subtitle { color: rgba(255,255,255,0.6); }

/* Feature cards on landing */
.feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap:1.5rem;
}
.feature-card {
  background: var(--white); padding: 2rem; border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  border: 1px solid rgba(255,107,157,0.08);
  transition: all 0.4s;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gradient-candy);
}
.feature-card h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.4rem; color: var(--candy-hot); margin-bottom: 0.5rem;
}
.feature-card p { font-size: 0.88rem; color: var(--gray-600); }
.feature-card .card-icon {
  font-size: 2.5rem; margin-bottom: 1rem; display: block;
}

/* ========== TIMELINE ========== */
.timeline { position: relative; padding: 2rem 0; }
.timeline::before {
  content: ''; position: absolute;
  left: 50%; transform: translateX(-50%);
  width: 3px; height: 100%;
  background: linear-gradient(to bottom, var(--candy-pink), var(--lavender), var(--mint));
  border-radius: 3px;
}
.timeline-item {
  display: flex; align-items: flex-start;
  margin-bottom: 3rem; position: relative;
}
.timeline-item:nth-child(odd) { flex-direction: row-reverse; }
.timeline-item:nth-child(odd) .timeline-content { text-align: right; margin-right: 3rem; margin-left: 0; }
.timeline-item:nth-child(even) .timeline-content { margin-left: 3rem; }
.timeline-dot {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--gradient-candy); border: 3px solid var(--white);
  box-shadow: var(--shadow-candy); z-index: 2;
}
.timeline-content {
  width: calc(50% - 3rem);
  background: var(--white); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow-sm);
  transition: all 0.3s; border: 1px solid rgba(255,107,157,0.06);
}
.timeline-content:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.timeline-date {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem; color: var(--candy-hot); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.3rem;
}
.timeline-content h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--dark);
}
.timeline-content p { font-size: 0.83rem; color: var(--gray-600); line-height: 1.6; }

.timeline-category {
  display: inline-flex; align-items: center; gap: 0.2rem;
  padding: 0.2rem 0.7rem; border-radius: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.5px; margin-bottom: 0.5rem;
}
.cat-milestone { background: rgba(255,107,157,0.1); color: var(--candy-hot); }
.cat-milestone::before { content: '🌟'; }
.cat-release { background: rgba(152,232,193,0.15); color: #2e9e5e; }
.cat-release::before { content: '🎵'; }
.cat-member { background: rgba(230,179,255,0.15); color: #9b59b6; }
.cat-member::before { content: '💜'; }
.cat-film { background: rgba(255,179,71,0.15); color: #e67e22; }
.cat-film::before { content: '🎬'; }
.cat-award { background: rgba(255,215,0,0.15); color: #c8a600; }
.cat-award::before { content: '🏆'; }

/* ========== MEMBER CARDS ========== */
.member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.8rem;
}
.member-card {
  background: var(--white); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: all 0.4s; cursor: pointer;
  border: 1px solid rgba(255,107,157,0.06);
  text-decoration: none; color: inherit; display: block;
}
.member-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); color: inherit; }
.member-photo {
  width: 100%; aspect-ratio: 3/4;
  background: var(--gradient-dark);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.member-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.member-card:hover .member-photo img { transform: scale(1.05); }
.member-photo .initial {
  font-family: 'Pacifico', cursive;
  font-size: 4rem;
  background: var(--gradient-candy);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.member-photo .overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 50%; background: linear-gradient(transparent, rgba(45,27,54,0.7));
}
.member-info { padding: 1.3rem; }
.member-info h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.3rem; font-weight: 700; color: var(--dark);
}
.member-info .role {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.78rem; color: var(--candy-hot); font-weight: 700;
}
.member-info .meta {
  font-size: 0.73rem; color: var(--gray-600); margin-top: 0.3rem;
}
.member-status {
  display: inline-flex; align-items: center; gap: 0.2rem;
  padding: 0.2rem 0.7rem;
  border-radius: 20px; font-family: 'Quicksand', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; margin-top: 0.5rem;
}
.status-active { background: rgba(152,232,193,0.15); color: #2e9e5e; }
.status-active::before { content: '💚 '; }
.status-alumni { background: rgba(230,179,255,0.1); color: #9b59b6; }
.status-alumni::before { content: '💜 '; }

/* ========== DISCOGRAPHY ========== */
.disco-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.8rem;
}
.disco-card {
  background: var(--white); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: all 0.4s; border: 1px solid rgba(255,107,157,0.06);
}
.disco-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.disco-cover {
  width: 100%; aspect-ratio: 1;
  background: var(--gradient-dark);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.disco-cover img {
  width: 100%; height: 100%; object-fit: cover;
}
.disco-cover .year-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--gradient-candy); color: white;
  padding: 0.35rem 1rem; border-radius: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem; font-weight: 800;
  box-shadow: var(--shadow-candy);
}
.disco-cover .album-icon { font-size: 4rem; opacity: 0.3; }
.disco-info { padding: 1.5rem; }
.disco-info h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.4rem; font-weight: 700; margin-bottom: 0.3rem;
}
.disco-info .type {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.72rem; color: var(--candy-hot); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
}
.disco-info .label-info { font-size: 0.8rem; color: var(--gray-600); margin: 0.5rem 0; }
.disco-info .tracks { font-size: 0.8rem; color: var(--gray-600); line-height: 1.6; }
.disco-info .tracks span {
  display: inline-block; background: var(--candy-pale);
  padding: 0.2rem 0.6rem; border-radius: 8px;
  margin: 0.15rem; font-size: 0.72rem; font-weight: 500;
  color: var(--candy-hot);
}

/* ========== AWARDS ========== */
.awards-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.2rem;
}
.award-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow-sm);
  display: flex; align-items: flex-start; gap: 1rem;
  transition: all 0.3s; border: 1px solid rgba(255,107,157,0.06);
}
.award-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.award-icon {
  width: 55px; height: 55px; border-radius: 50%;
  background: linear-gradient(135deg, #ffd700, #ffb347);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0;
  box-shadow: 0 3px 15px rgba(255,215,0,0.3);
}
.award-details h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem; font-weight: 700;
}
.award-details .category { font-size: 0.83rem; color: var(--gray-600); }
.award-details .year {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.72rem; color: var(--candy-hot); font-weight: 700;
}

/* ========== AUDITION INFO ========== */
.audition-hero {
  min-height: 55vh;
  background: var(--gradient-dark);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 8rem 2rem 4rem;
  position: relative; overflow: hidden;
}
.audition-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 80%, rgba(255,107,157,0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 20%, rgba(230,179,255,0.1) 0%, transparent 50%);
}
.audition-hero h1 {
  color: var(--white); font-family: 'Pacifico', cursive; font-size: 3rem;
  position: relative;
}

.process-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem; margin-top: 2rem;
}
.process-step {
  background: var(--white); border-radius: var(--radius-xl);
  padding: 2rem; text-align: center; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
  transition: all 0.4s; border: 1px solid rgba(255,107,157,0.06);
}
.process-step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.process-step::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gradient-candy);
}
.process-step .step-num {
  font-family: 'Pacifico', cursive;
  font-size: 3rem;
  background: var(--gradient-candy);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1; margin-bottom: 0.5rem;
}
.process-step h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem;
}
.process-step p { font-size: 0.83rem; color: var(--gray-600); }

/* ========== FORMS ========== */
.form-page {
  min-height: 100vh; padding-top: 90px;
  background: var(--candy-cream);
}
.form-container {
  max-width: 700px; margin: 0 auto; padding: 2rem;
}
.form-card {
  background: var(--white); border-radius: var(--radius-xl);
  padding: 2.5rem; box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,107,157,0.06);
}
.form-card h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.6rem;
}
.form-card .subtitle {
  font-family: 'Quicksand', sans-serif;
  color: var(--gray-600); font-size: 0.83rem; margin-bottom: 1.5rem; font-weight: 500;
}

.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-family: 'Quicksand', sans-serif;
  font-size: 0.83rem; font-weight: 700;
  color: var(--dark); margin-bottom: 0.4rem;
}
.form-group label .required { color: var(--candy-hot); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.85rem 1.1rem;
  border: 2px solid var(--gray-300); border-radius: 14px;
  font-family: 'Nunito', sans-serif; font-size: 0.9rem;
  transition: all 0.3s; background: var(--white);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--candy-pink);
  box-shadow: 0 0 0 4px rgba(255,107,157,0.12);
}
.form-group textarea { min-height: 100px; resize: vertical; }
.form-group .help { font-size: 0.72rem; color: var(--gray-600); margin-top: 0.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.checkbox-group { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.8rem; }
.checkbox-group input[type="checkbox"] { width: auto; margin-top: 0.3rem; accent-color: var(--candy-hot); }
.checkbox-group label { font-size: 0.83rem; font-weight: 400; }

/* Step indicator */
.step-indicator {
  display: flex; justify-content: center; gap: 0.5rem;
  margin-bottom: 2rem; flex-wrap: wrap;
}
.step-dot {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem; font-weight: 800;
  background: var(--gray-200); color: var(--gray-600);
  transition: all 0.3s;
}
.step-dot.active {
  background: var(--gradient-candy); color: white;
  box-shadow: var(--shadow-candy);
  transform: scale(1.1);
}
.step-dot.done { background: var(--mint); color: #2e9e5e; }

/* File upload */
.file-upload {
  border: 2px dashed var(--candy-light); border-radius: var(--radius-lg);
  padding: 2rem; text-align: center; cursor: pointer;
  transition: all 0.3s; position: relative;
  background: var(--candy-pale);
}
.file-upload:hover { border-color: var(--candy-hot); background: rgba(255,107,157,0.08); }
.file-upload input[type="file"] {
  position: absolute; inset: 0; opacity: 0; cursor: pointer;
  width: 100%; height: 100%;
}
.file-upload .icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.file-upload .text {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.83rem; color: var(--gray-600); font-weight: 600;
}
.file-upload .formats { font-size: 0.7rem; color: var(--gray-600); margin-top: 0.3rem; }

/* ========== DASHBOARD ========== */
.dashboard-header {
  background: var(--gradient-dark); padding: 6rem 2rem 2rem; color: var(--white);
}
.dashboard-header h1 { font-family: 'Pacifico', cursive; font-size: 2rem; }
.status-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.35rem 1.1rem;
  border-radius: 50px; font-family: 'Quicksand', sans-serif;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
}
.status-draft { background: rgba(158,158,158,0.2); color: #bdbdbd; }
.status-draft::before { content: '📝'; }
.status-submitted { background: rgba(255,107,157,0.2); color: var(--candy-pink); }
.status-submitted::before { content: '💌'; }
.status-screening { background: rgba(230,179,255,0.2); color: var(--lavender); }
.status-screening::before { content: '🔍'; }
.status-accepted { background: rgba(152,232,193,0.2); color: var(--mint); }
.status-accepted::before { content: '🌟'; }

/* ========== ADMIN ========== */
.admin-sidebar {
  position: fixed; left: 0; top: 0; bottom: 0;
  width: 250px; background: var(--darker);
  padding: 2rem 1rem; color: var(--white);
}
.admin-main { margin-left: 250px; padding: 2rem; min-height: 100vh; background: var(--candy-cream); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap:1rem; margin-bottom:2rem; }
.stat-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255,107,157,0.06);
}
.stat-card .num {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem; font-weight: 700; color: var(--candy-hot);
}
.stat-card .label {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.78rem; color: var(--gray-600); font-weight: 600;
}

/* Table */
.table-wrapper { overflow-x: auto; }
table {
  width: 100%; border-collapse: collapse;
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
th {
  background: var(--gradient-dark); color: white;
  padding: 1rem; text-align: left;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
td { padding: 0.8rem 1rem; border-bottom: 1px solid var(--gray-200); font-size: 0.83rem; }
tr:hover td { background: var(--candy-pale); }

/* ========== ALERT ========== */
.alert {
  padding: 1rem 1.5rem; border-radius: var(--radius);
  margin-bottom: 1rem; font-size: 0.83rem;
  font-family: 'Quicksand', sans-serif; font-weight: 600;
}
.alert-error { background: #ffebee; color: #c62828; border: 1px solid #ef9a9a; }
.alert-error::before { content: '⚠️ '; }
.alert-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.alert-success::before { content: '✅ '; }

/* ========== MEDIA PAGE ========== */
.media-section { margin-bottom: 3rem; }
.media-section h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.8rem; margin-bottom: 1rem;
}
.video-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 1rem;
}
.video-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.video-card iframe { width: 100%; aspect-ratio: 16/9; border: none; }
.video-card .caption { padding: 0.8rem; font-size: 0.83rem; }

/* Social link cards */
.social-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 1.3rem; box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: 1rem;
  text-decoration: none; color: inherit; transition: all 0.3s;
  border: 1px solid rgba(255,107,157,0.06);
}
.social-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); color: inherit; }
.social-icon {
  width: 50px; height: 50px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0; color: white; font-weight: 800;
}

/* ========== CTA SECTION ========== */
.cta-section {
  text-align: center; padding: 5rem 2rem;
  background: var(--gradient-candy);
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '🍒'; position: absolute; font-size: 150px; opacity: 0.08;
  bottom: -20px; left: 5%;
}
.cta-section::after {
  content: '🍬'; position: absolute; font-size: 120px; opacity: 0.08;
  top: -10px; right: 5%;
}
.cta-section h2 {
  font-family: 'Pacifico', cursive;
  font-size: 2.5rem; color: var(--white); margin-bottom: 1rem;
  position: relative;
}
.cta-section p {
  font-family: 'Quicksand', sans-serif;
  color: rgba(255,255,255,0.85); margin-bottom: 2rem;
  max-width: 500px; margin-left:auto; margin-right:auto;
  font-weight: 500; position: relative;
}

/* ========== FOOTER ========== */
.footer {
  background: var(--darker); color: rgba(255,255,255,0.5);
  padding: 3rem 2rem; text-align: center;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-logo {
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  background: var(--gradient-candy);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem; display: inline-block;
}
.footer-links {
  display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 1.5rem; flex-wrap: wrap;
}
.footer-links a {
  font-family: 'Quicksand', sans-serif;
  color: rgba(255,255,255,0.5); font-size: 0.83rem; font-weight: 600;
}
.footer-links a:hover { color: var(--candy-pink); }
.footer-social { display: flex; gap: 1rem; justify-content: center; margin-bottom: 1.5rem; }
.footer-social a {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,107,157,0.1); display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 1rem; transition: all 0.3s;
  font-weight: 700;
}
.footer-social a:hover { background: var(--gradient-candy); color: white; transform: translateY(-3px); }
.footer-copyright {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.72rem; font-weight: 500;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .navbar-links {
    display:none; position:fixed; top:72px; left:0; right:0;
    background:rgba(45,27,54,0.98); flex-direction:column;
    padding:1.5rem; gap:0.3rem;
    border-bottom: 2px solid rgba(255,107,157,0.2);
  }
  .navbar-links.open { display:flex; }
  .hamburger { display:block; }
  .hero h1 { font-size: 2.2rem; }
  .timeline::before { left: 20px; }
  .timeline-item, .timeline-item:nth-child(odd) { flex-direction: column; padding-left: 50px; }
  .timeline-dot { left: 20px; }
  .timeline-content, .timeline-item:nth-child(odd) .timeline-content {
    width: 100%; margin: 0; text-align: left; margin-right: 0;
  }
  .form-row { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
  .admin-main { margin-left: 0; }
  .hero-stats { gap: 0.8rem; }
  .hero-stat { min-width: 100px; padding: 0.8rem; }
  .hero-stat .num { font-size: 2rem; }
  .section-title { font-size: 2.2rem; }
  .member-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
}
