/**
 * ZZERSS BET - Daha organik, karakterli tema
 * Yapay görünümden kaçınmak için sıcak tonlar ve karışık formlar
 */
:root {
  --bg-body: #0d0d12;
  --bg-sidebar: #111118;
  --bg-card: #16161d;
  --bg-elevated: #1c1c26;
  --border-subtle: rgba(255,255,255,0.05);
  --text-primary: #f5f5f5;
  --text-secondary: #a0a0a8;
  --font-main: 'Outfit', system-ui, sans-serif;
  --font-display: 'Bebas Neue', Impact, sans-serif;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
}

body, #preloader {
  background: #0d0d12 !important;
  font-family: var(--font-main) !important;
}
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}
#root, .main-content, .content-wrapper { position: relative; z-index: 1; }

.sidebar, [class*="sidebar"] { background: #111118 !important; border-right-color: rgba(255,255,255,0.05) !important; }
.sidebar-brand-wrapper { background: #111118 !important; border-bottom-color: rgba(255,255,255,0.05) !important; }

.main-content { background: transparent !important; }
.content-wrapper { background: transparent !important; }

.top-navbar { background: #16161d !important; border: 1px solid rgba(255,255,255,0.05) !important; box-shadow: 0 2px 16px rgba(0,0,0,0.35) !important; }
.wallet-btn { background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.08) !important; }

.sports-container, .sports-iframe { background: #111118 !important; border-color: rgba(255,255,255,0.06) !important; }

.story-section, .story-section-injected { background: #16161d !important; border: 1px solid rgba(255,255,255,0.05) !important; }
.story-circle { background: rgba(255,255,255,0.08) !important; }

#bet-slip-panel { background: #16161d !important; border-color: rgba(255,255,255,0.06) !important; }
#bet-amount { background: rgba(0,0,0,0.35) !important; border-color: rgba(255,255,255,0.08) !important; }

.slot-card, .game-card, .deposit-method-card, .deposit-card, .withdraw-card { background: #16161d !important; border-color: rgba(255,255,255,0.05) !important; }
.hero-card { background: #16161d !important; }

.sidebar-category { color: #6b7280 !important; }
.sidebar-category::after { background: rgba(255,255,255,0.06) !important; }

.nav-link.active { background: linear-gradient(90deg, rgba(220,53,69,0.15) 0%, transparent 100%) !important; border-left-color: #dc3545 !important; }
.sidebar-brand i { color: #dc3545 !important; }
.nav-badge { background: #dc3545 !important; }
.nav-badge:not(.bg-danger) { background: #dc3545 !important; }
