/* ==========================================================================
   VERA ROLEPLAY — Minimal & Transparent Teaser Stylesheet
   Focused purely on wallpaper visuality, typography, and community Discord CTA
   ========================================================================== */

/* --- CSS Variables & Design Tokens --- */
:root {
  --bg-main: #08090c;
  
  --text-primary: #ffffff;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  
  --accent-gold: #f59e0b;
  --accent-gold-light: #fbbf24;
  --discord-blurple: #5865f2;
  --discord-blurple-hover: #4752c4;

  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --transition-smooth: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-md: 14px;
}

/* --- Base Reset & Box Sizing --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3rem 1.5rem;
}

/* --- Atmospheric Background System --- */
.bg-wrapper {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-image {
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0.65) contrast(1.1) saturate(1.15);
  transform: scale(1.03);
  transition: transform 12s ease-out;
  will-change: transform;
}

/* Cinematic Dark Overlays */
.bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center 40%, rgba(8, 10, 14, 0.45) 0%, rgba(6, 7, 10, 0.8) 70%, #050608 100%);
}

.bg-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 140px 50px rgba(0, 0, 0, 0.85);
}

/* Soft Ambient Radial Glow */
.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.14;
  pointer-events: none;
}

.glow-top {
  width: 650px;
  height: 380px;
  background: var(--accent-gold);
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.glow-bottom {
  width: 550px;
  height: 320px;
  background: var(--discord-blurple);
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.08;
}

/* --- Layout Container --- */
.page-container {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* --- Top Header & Live Status Badge --- */
.header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  animation: fadeInDown 0.8s ease-out backwards;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 1.25rem;
  background: rgba(14, 18, 26, 0.65);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 9999px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent-gold);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 12px var(--accent-gold);
}

.pulse-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background-color: var(--accent-gold);
  opacity: 0.55;
  animation: pulseGlow 2.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.badge-text {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ffffff;
  text-transform: uppercase;
}

/* --- Main Content Hub (Transparent) --- */
.main-card {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

/* --- Hero Section --- */
.hero-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-wrapper {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.logo-title {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.7rem;
}

.brand-vera {
  background: linear-gradient(180deg, #ffffff 35%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.8));
}

.brand-roleplay {
  font-weight: 800;
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 60%, #fef3c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.06em;
  filter: drop-shadow(0 4px 24px rgba(245, 158, 11, 0.25));
}

.hero-desc {
  max-width: 620px;
  font-size: 1.075rem;
  color: var(--text-secondary);
  font-weight: 400;
  line-height: 1.75;
  margin: 0 auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

/* --- Action Wrapper & Discord Button --- */
.action-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}

.btn-discord {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
  color: #ffffff;
  text-decoration: none;
  padding: 1.15rem 1.85rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 30px -6px rgba(88, 101, 242, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  max-width: 440px;
  width: 100%;
}

.btn-discord::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition-smooth);
}

.btn-discord:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 36px -4px rgba(88, 101, 242, 0.7);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-discord:hover::before {
  opacity: 1;
}

.btn-discord:active {
  transform: translateY(0) scale(1);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
}

.btn-text strong {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

.btn-text small {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-top: 0.2rem;
}

.btn-arrow {
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}

.btn-discord:hover .btn-arrow {
  transform: translate(3px, -3px);
}

/* --- Footer --- */
.footer {
  margin-top: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 1s ease-out backwards;
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  max-width: 580px;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

/* --- Keyframe Animations --- */
@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(2.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --- Responsive Media Queries --- */
@media (max-width: 768px) {
  body {
    padding: 2.5rem 1.25rem;
  }

  .logo-title {
    font-size: 2.8rem;
  }

  .hero-desc {
    font-size: 0.95rem;
  }

  .btn-discord {
    padding: 1.1rem 1.35rem;
  }

  .footer {
    margin-top: 3rem;
  }
}
