/* ShenraZ cinematic overlay — last stylesheet. Leaves app.css / soft-theme.css on disk. */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700;800&family=Outfit:wght@400;500;600;700&display=swap');

:root {
  --bg-deep: #08090c;
  --bg: #0c0e13;
  --bg-raised: #141821;
  --bg-card: #161b24;
  --bg-glass: rgba(12, 14, 19, 0.78);
  --line: rgba(232, 196, 140, 0.12);
  --line-bright: rgba(232, 196, 140, 0.28);

  --text: #f3efe6;
  --text-soft: #c9c2b4;
  --muted: #8b857a;
  --dim: #6b665c;

  --gold: #e8c48c;
  --gold-light: #f4ddb8;
  --gold-dark: #c4924a;
  --ember: #e26a3a;
  --cyan: #8ec8dc;
  --violet: #9aa3b5;
  --green: #8fca9a;
  --red: #d45d5d;

  --gradient-gold: linear-gradient(135deg, #c4924a 0%, #e8c48c 45%, #f4ddb8 100%);
  --gradient-hero: linear-gradient(180deg, #08090c 0%, #12151c 100%);
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.45);
  --shadow-glow: 0 10px 32px rgba(196, 146, 74, 0.18);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 18px;
  --font: 'Outfit', 'Pretendard', sans-serif;
  --font-display: 'Cinzel', 'Times New Roman', serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  font-family: var(--font);
  background:
    radial-gradient(ellipse 80% 40% at 50% -8%, rgba(196, 146, 74, 0.08), transparent 55%),
    var(--bg-deep);
  color: var(--text-soft);
}

.bg-glow--1 { background: rgba(196, 146, 74, 0.1); }
.bg-glow--2 { background: rgba(142, 200, 220, 0.08); }

.brand {
  gap: 0;
}

.brand-logo {
  display: block;
  height: 58px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  background: none !important;
  mix-blend-mode: normal;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.45));
}

.brand--footer .brand-logo {
  height: 44px;
  max-width: 220px;
}

.site-header {
  background: rgba(8, 9, 12, 0.72) !important;
  border-bottom: 1px solid rgba(232, 196, 140, 0.1) !important;
  backdrop-filter: blur(18px) saturate(1.1);
  box-shadow: none !important;
}

.site-header.scrolled {
  background: rgba(8, 9, 12, 0.92) !important;
}

.nav {
  height: 80px !important;
  gap: 18px !important;
}

.nav-links {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  gap: 4px !important;
}

.nav-links a {
  color: var(--muted) !important;
  font-weight: 600 !important;
  font-size: 0.84rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px !important;
  padding: 8px 12px !important;
}

.nav-links a:hover {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.nav-links a.active,
.nav-links a.is-active {
  color: var(--gold-light) !important;
  background: rgba(196, 146, 74, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(232, 196, 140, 0.18);
}

.btn,
.btn-primary,
.btn-epic,
.btn-epic--gold,
.btn-ghost {
  clip-path: none !important;
  border-radius: 10px !important;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 650;
}

.btn-primary,
.btn-epic--gold {
  background: var(--gradient-gold) !important;
  color: #1a140c !important;
  border: 0 !important;
  box-shadow: var(--shadow-glow);
}

.btn-primary:hover,
.btn-epic--gold:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.btn-ghost,
.btn-epic--ghost {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid var(--line) !important;
  color: var(--text) !important;
}

.panel,
.panel--studio,
.kpi,
.news-card,
.shop-card,
.stat-card,
.auth-split__card .panel,
.topup-package,
.forum-cat,
.empty,
.card {
  background: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-sm) !important;
  box-shadow: var(--shadow-sm);
  backdrop-filter: none;
}

.section-label,
.epic-tag {
  color: var(--gold) !important;
  background: rgba(196, 146, 74, 0.1) !important;
  border: 1px solid rgba(232, 196, 140, 0.18) !important;
  border-radius: 999px !important;
  letter-spacing: 0.12em;
  font-family: var(--font) !important;
  font-weight: 650;
}

.cine-hero h1,
.auth-split__quote h2,
h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  color: var(--text);
}

.epic-title__main {
  font-size: clamp(2.6rem, 6vw, 4.6rem) !important;
}

.epic-title__accent {
  color: var(--gold-light) !important;
  letter-spacing: 0.12em !important;
  font-size: clamp(1.1rem, 2.4vw, 1.7rem) !important;
  margin-top: 10px !important;
}

.coin.gold,
.coin--pearls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  border: 1px solid var(--line-bright);
  background: rgba(196, 146, 74, 0.1);
  border-radius: 999px;
}

.coin--pearls .dot {
  display: none;
}

.pearl-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(176, 140, 255, 0.55));
  flex-shrink: 0;
}

.pearl-icon--sm {
  width: 18px;
  height: 18px;
}

.pearl-icon--lg {
  width: 28px;
  height: 28px;
}

.k--pearls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--gold-light) !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

.topup-package__gold {
  display: flex;
  align-items: center;
  gap: 8px;
}

.input,
select.input,
textarea.input {
  background: #10141c !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  color: var(--text) !important;
}

.input:focus {
  border-color: var(--gold-dark) !important;
  box-shadow: 0 0 0 3px rgba(196, 146, 74, 0.16) !important;
}

.epic-classes .epic-head p {
  max-width: 640px;
  margin: 10px auto 0;
  color: var(--text-soft);
}

.epic-class {
  border-color: var(--line) !important;
  border-radius: 12px !important;
}

.epic-class:hover {
  border-color: var(--line-bright) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55), 0 0 28px rgba(196, 146, 74, 0.12);
}

.epic-world-card {
  min-height: 64vh;
}

.epic-world-card__tag {
  border-radius: 999px !important;
}

.site-footer {
  background: #07080b !important;
  border-top: 1px solid var(--line);
}

.server-bar {
  background: rgba(8, 9, 12, 0.55);
  border-bottom: 1px solid var(--line);
}

.tabs .tab.active,
.filter-chip.active {
  background: var(--gradient-gold) !important;
  color: #1a140c !important;
  border-radius: 999px !important;
}

.epic-hero__shade,
.cine-hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.88) 0%, rgba(8, 9, 12, 0.55) 48%, rgba(8, 9, 12, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 9, 12, 0.9), transparent 55%) !important;
}

@media (max-width: 900px) {
  .brand-logo { height: 40px; max-width: 180px; }
  .nav { height: 68px !important; }
}
