/*
Theme Name: Sesli Mazlum Sohbet Teması
Theme URI: https://seslimazlum.com/
Description: Sesli Mazlum için özel, hızlı, mobil uyumlu, yüksek performanslı sesli sohbet, kameralı canlı sohbet ve arkadaşlık platformu teması.
Version: 1.0.0
Author: SesliMazlum Geliştirici Ekibi
Author URI: https://seslimazlum.com/
Tags: orange, black, responsive-layout, clean-code, translation-ready, custom-menu, seo-optimized, audio-chat
Text Domain: seslimazlum-theme
*/

/* Reset & Global Base Style Variables */
:root {
  --primary-color: #f97316;
  --primary-hover: #ea580c;
  --bg-dark: #0a0a0c;
  --bg-card: #141418;
  --text-light: #f3f4f6;
  --text-muted: #9ca3af;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-light);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

/* Custom UI Layout Animations & Glow Effects */
.glow-button {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glow-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.6);
}

.chat-card {
  border: 1px solid rgba(249, 115, 22, 0.1);
  background: var(--bg-card);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.chat-card:hover {
  border-color: var(--primary-color);
  transform: scale(1.02);
}

/* Base WordPress Styling integration */
.aligncenter { display: block; margin: 20px auto; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.wp-caption { background: var(--bg-card); border: 1px solid #27272a; padding: 10px; text-align: center; border-radius: 8px; }
.wp-caption-text { color: var(--text-muted); font-size: 13px; margin-top: 5px; }

/* Responsive break points */
@media (max-width: 768px) {
  .logo-container { text-align: center; }
  .nav-menu { display: none; }
}
