/* ==========================================================================
   itirafet.NET - Yeni Nesil Birleşik Premium CSS Altyapısı v36.6
   ========================================================================== */

/* 1. KÜRESEL SIFIRLAMALAR VE TEMEL STİLLER */
* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    font-family: 'Inter', Arial, sans-serif; 
    background: #030712; 
    color: #fff; 
    line-height: 1.8; 
    overflow-x: hidden; 
    -webkit-font-smoothing: antialiased; 
    position: relative; 
}

/* === ENTEGRE EDİLEN YENİ SİBER SOHBET ODASI ARKA PLANI === */
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: url("/assets/images/itirafet-room-bg.jpg?v=1"); background-size: cover; background-position: center center; background-attachment: fixed; }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 85% 15%, rgba(168, 85, 247, 0.25), transparent 40%), radial-gradient(circle at 15% 85%, rgba(37, 99, 235, 0.15), transparent 45%); }

.container { width: 92%; max-width: 1200px; margin: auto; }

/* 2. MODERN HEADER (ÜST MENÜ) & LOGO ALANI */
.main-header { position: sticky; top: 0; background: rgba(20, 20, 23, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255, 255, 255, 0.06); z-index: 9999; }
.main-header .container { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; }
.logo a { display: block; }
.logo img { max-height: 40px; width: auto; display: block; }
.main-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; }
.main-nav ul li a { color: #a1a1aa; text-decoration: none; font-weight: 600; font-size: 15px; letter-spacing: -0.2px; transition: color 0.25s ease, transform 0.2s ease; display: inline-block; }
.main-nav ul li a:hover { color: #3b82f6; transform: translateY(-1px); }

/* --- HEADER LOGO ÖZEL TASARIM --- */
.header-brand-wrap { text-decoration: none; display: inline-block; }
.header-brand-text { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -0.5px; margin: 0; padding: 0; display: flex !important; flex-direction: row !important; align-items: center !important; gap: 6px; }
.header-brand-text span { color: #3b82f6; }
.header-logo-icon { width: 26px; height: 26px; filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.5)); transition: transform 0.3s ease; margin-bottom: 2px; }
.header-brand-wrap:hover .header-logo-icon { transform: scale(1.15) rotate(5deg); }

/* 3. ULTRA MODERN SOHBET TERMİNALİ & DASHBOARD */
.app-container { display: grid; grid-template-columns: 1fr 320px; gap: 30px; margin-top: 40px; margin-bottom: 40px; }
.chat-app-login { background: rgba(14, 11, 26, 0.45) !important; backdrop-filter: blur(14px); border: 2px solid rgba(168, 85, 247, 0.4) !important; border-radius: 24px; padding: 40px; box-shadow: 0 0 35px rgba(168, 85, 247, 0.15); position: relative; }
.app-login-head { margin-bottom: 25px; }
.app-login-head h2 { font-size: 28px; font-weight: 800; margin-bottom: 5px; background: linear-gradient(135deg, #ffffff 30%, #d8b4fe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 0; line-height: 1.2; }
.app-login-head p { color: #a1a1aa; font-size: 15px; line-height: 1.5; margin: 0; }
.form-group-item { margin-bottom: 18px; }
.form-group-item label { display: flex; align-items: center; gap: 6px; font-size: 14px; color: #e4e4e7; margin-bottom: 10px; font-weight: 600; letter-spacing: 0.3px; }
.lbl-arrow { font-size: 10px; color: #a855f7; opacity: 0.8; text-shadow: 0 0 8px rgba(168, 85, 247, 0.6); margin-left: 2px; }

.gender-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.gender-radio { position: relative; }
.gender-radio input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.gender-btn { display: block; text-align: center; padding: 14px; background: rgba(31, 31, 39, 0.6); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 14px; cursor: pointer; font-weight: 700; color: #a1a1aa; transition: all 0.25s ease; box-sizing: border-box; }
.gender-btn:hover { background: rgba(255, 255, 255, 0.03); border-color: rgba(255, 255, 255, 0.15); }
.gender-radio input[type="radio"]:checked + .gender-btn.male { background: rgba(59, 130, 246, 0.12); border-color: #3b82f6; color: #60a5fa; box-shadow: 0 0 15px rgba(59, 130, 246, 0.2); }
.gender-radio input[type="radio"]:checked + .gender-btn.female { background: rgba(236, 72, 153, 0.12); border-color: #ec4899; color: #f472b6; box-shadow: 0 0 15px rgba(236, 72, 153, 0.2); }

.room-select { width: 100%; padding: 16px 20px; border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 14px; background: rgba(31, 31, 39, 0.6); color: #f4f4f5; font-size: 16px; outline: none; cursor: pointer; appearance: none; -webkit-appearance: none; transition: all 0.25s ease; backdrop-filter: blur(10px); box-sizing: border-box; }
.room-select:focus { border-color: #3b82f6; background: rgba(35, 35, 45, 0.9); box-shadow: 0 0 20px rgba(59, 130, 246, 0.25); }
.login-form-box { display: flex; flex-direction: column; }
.nick-input { width: 100%; padding: 16px 20px; border: 2px solid rgba(168, 85, 247, 0.45); border-radius: 14px; background: rgba(22, 20, 30, 0.7); color: #fff; font-size: 16px; outline: none; transition: all 0.25s; backdrop-filter: blur(10px); box-sizing: border-box; }
.nick-input::placeholder { color: #52525b; }
.nick-input:focus { border-color: #c084fc; background: rgba(35, 35, 45, 0.9); box-shadow: 0 0 25px rgba(168, 85, 247, 0.4), inset 0 0 10px rgba(168, 85, 247, 0.2); }

.join-btn { width: 100%; padding: 18px; border: none; font-size: 18px; color: #fff; background: linear-gradient(135deg, #2563eb 0%, #a855f7 50%, #db2777 100%) !important; background-size: 200% auto; border-radius: 14px; font-weight: 800; cursor: pointer; transition: all 0.3s; margin-top: 10px; box-shadow: 0 0 25px rgba(168, 85, 247, 0.5) !important; letter-spacing: 0.5px; box-sizing: border-box; }
.join-btn:hover { background-position: right center; transform: translateY(-2px); box-shadow: 0 0 35px rgba(219, 39, 119, 0.7), 0 0 15px rgba(37, 99, 235, 0.5) !important; }
.join-btn:active { transform: translateY(0); }

/* Çevrimiçi Kullanıcı Listesi Yan Paneli */
.sidebar-users { background: rgba(14, 11, 26, 0.45) !important; backdrop-filter: blur(14px); border: 2px solid rgba(168, 85, 247, 0.4) !important; border-radius: 24px; padding: 24px; height: max-content; box-shadow: 0 0 35px rgba(168, 85, 247, 0.15); }
.sidebar-title { font-size: 16px; font-weight: 700; margin-bottom: 15px; display: flex; justify-content: space-between; align-items: center; color: #f4f4f5; border-bottom: 1px solid rgba(255, 255, 255, 0.06); padding-bottom: 10px; }
.sidebar-title h2 { font-size: 16px; font-weight: 700; margin: 0; color: #f4f4f5; }
.sidebar-title span { color: #10b981; font-size: 13px; }
.user-list-sim { display: flex; flex-direction: column; gap: 12px; }
.user-item-sim { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.status-dot { width: 8px; height: 8px; background: #10b981; border-radius: 50%; }
.user-role { font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 700; text-transform: uppercase; }
.role-admin { background: rgba(239, 68, 68, 0.15); color: #ef4444; }
.role-vip { background: rgba(245, 158, 11); color: #f59e0b; }
.role-user { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }

/* 4. DİĞER GRİD VE KART YAPILARI */
.modern-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 60px; }
.modern-card { background: #141417; border: 1px solid rgba(255, 255, 255, 0.06); padding: 30px; border-radius: 20px; transition: transform 0.2s ease, border-color 0.2s ease; text-decoration: none; color: inherit; }
.modern-card:hover { transform: translateY(-4px); border-color: rgba(59, 130, 246, 0.3); }
.modern-card h3 { font-size: 20px; margin-bottom: 10px; }
.modern-card p { color: #a1a1aa; font-size: 14px; }
.room-badge { background: #1f1f23; padding: 4px 10px; border-radius: 20px; font-size: 12px; color: #3b82f6; font-weight: 600; }
.section-title { font-size: 28px; margin-bottom: 30px; font-weight: 700; }

/* === DİNAMİK YAZIYOR ANİMASYONU VE MESAJ AKIŞI === */
.stream-box { background: #141417; border: 1px solid rgba(255, 255, 255, .06); border-radius: 20px; padding: 24px; margin-bottom: 60px; }
.stream-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.stream-item:last-child { border: none; }
.stream-item .user { color: #3b82f6; font-weight: 600; }
.stream-container { display: flex; flex-direction: column; gap: 14px; background: #0b0b0d; border: 1px solid rgba(255, 255, 255, 0.04); padding: 24px; border-radius: 20px; margin-bottom: 40px; }
.stream-bubble { display: flex; gap: 12px; align-items: flex-start; background: #141417; padding: 14px 18px; border-radius: 16px; border-left: 4px solid #3b82f6; }
.stream-bubble.itiraf-style { border-left-color: #ec4899; }
.stream-bubble.izmir-style { border-left-color: #10b981; }
.bubble-meta { font-weight: 700; font-size: 13px; color: #3b82f6; white-space: nowrap; }
.stream-bubble.itiraf-style .bubble-meta { color: #ec4899; }
.stream-bubble.izmir-style .bubble-meta { color: #10b981; }
.bubble-text { color: #e4e4e7; font-size: 14px; line-height: 1.5; margin: 0; text-align: left; }

.typing-bubble { border-left-color: #a855f7 !important; display: flex; align-items: center; padding: 12px 18px !important; }
.typing-bubble .bubble-meta { color: #c084fc; }
.typing-dots { display: flex; align-items: center; gap: 4px; }
.typing-dots span { font-size: 13px; color: #a1a1aa; font-style: italic; margin-right: 6px; }
.dot { width: 5px; height: 5px; background: #c084fc; border-radius: 50%; animation: typingPulse 1.4s infinite ease-in-out both; }
.dot:nth-child(2) { animation-delay: -0.32s; }
.dot:nth-child(3) { animation-delay: -0.16s; }
@keyframes typingPulse { 0%, 80%, 100% { transform: scale(0); opacity: 0.5; } 40% { transform: scale(1.2); opacity: 1; } }

.seo-main-title { font-size: 15px; font-weight: 600; color: #3b82f6; background: rgba(59, 130, 246, 0.05); border: 1px solid rgba(59, 130, 246, 0.15); padding: 10px 20px; border-radius: 50px; width: max-content; margin: 20px auto 0 auto; text-align: center; }

/* BÖLÜM BAŞLIKLARI VE TÜMÜNÜ GÖR LİNKLERİ */
.city-section { margin-top: 20px; margin-bottom: 40px; }
.city-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.city-section-header h2, .section-title { font-size: 24px; font-weight: 700; color: #fff; margin: 0; }
.view-all-link { color: #c084fc; text-decoration: none; font-weight: 600; font-size: 14px; transition: color 0.2s; cursor: pointer; border: none; background: none; font-family: inherit; padding: 0; }
.view-all-link:hover { color: #a855f7; }

/* SAYFALAMA ORTAK CSS */
.pagination-wrapper { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 25px; flex-wrap: wrap; }
.page-btn { background: #141417; border: 1px solid rgba(255, 255, 255, 0.06); color: #a1a1aa; padding: 8px 14px; border-radius: 10px; font-weight: 600; font-size: 13px; cursor: pointer; transition: 0.2s ease;}
.page-btn.active { background: #2563eb; border-color: #2563eb; color: #fff; }

/* ŞEHİRLER GRİD SİSTEMİ */
.premium-city-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 16px;}
.city-visual-card { background: #141417; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; padding: 10px; text-decoration: none; color: #fff; transition: transform 0.2s ease, border-color 0.2s ease; }
.city-visual-card:hover { transform: translateY(-4px); border-color: rgba(168, 85, 247, 0.4); }
.city-card-thumb { width: 100%; aspect-ratio: 16 / 10; border-radius: 12px; background-size: cover; background-position: center; margin-bottom: 12px; background-color:#1f1f23; }
.city-card-name { font-size: 15px; font-weight: 700; margin-bottom: 4px; display: block; }
.city-card-online { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #a1a1aa; }
.online-arrow-icon { color: #10b981; font-weight: 700; }
.page-block { display: none; }
.page-block.active { display: grid; }
.show-all-cities .page-block { display: grid !important; }

/* ODALAR GRİD SİSTEMİ */
.room-page-block { display: none; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.room-page-block.active { display: grid; }
.show-all-rooms .room-page-block { display: grid !important; margin-bottom: 20px; }

.lobby-card { background: #141417; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; padding: 24px; text-decoration: none; color: #fff; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, border-color 0.2s; }
.lobby-card:hover { transform: translateY(-2px); border-color: #3b82f6; }
.lobby-info h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px 0; display: flex; align-items: center; gap: 6px; color: #fff; }
.lobby-info h3::before { content: "#"; color: #3b82f6; font-weight: 800; }
.lobby-info p { color: #a1a1aa; font-size: 14px; line-height: 1.5; margin: 0; }
.lobby-status { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.lobby-count { background: rgba(37, 99, 235, 0.2); color: #60a5fa; padding: 4px 12px; border-radius: 20px; font-weight: 700; border: 1px solid rgba(59, 130, 246, 0.3); }
.lobby-action { color: #a1a1aa; font-weight: 600; }
.lobby-card:hover .lobby-action { color: #3b82f6; }

/* DİĞER BÖLÜMLER VE EFEKTLER */
.why-us-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.why-card { background: linear-gradient(145deg, #141417 0%, #0d0d0f 100%); border: 1px solid rgba(255, 255, 255, 0.03); padding: 24px; border-radius: 20px; transition: border-color 0.2s; }
.why-card:hover { border-color: rgba(168, 85, 247, 0.2); }
.why-icon { font-size: 24px; margin-bottom: 14px; display: inline-block; }
.why-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 8px 0; }
.why-card p { color: #71717a; font-size: 13px; line-height: 1.6; margin: 0; }
.faq-wrapper-block { margin-bottom: 40px; }
.faq-item-premium { background: #141417; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; margin-bottom: 12px; overflow: hidden; transition: border-color 0.2s; }
.faq-trigger { width: 100%; padding: 20px 24px; background: none; border: none; font-family: inherit; text-align: left; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-trigger::after { content: '+'; color: #3b82f6; font-size: 22px; font-weight: 700; }
.faq-item-premium.active { border-color: rgba(59, 130, 246, 0.3); }
.faq-item-premium.active .faq-trigger::after { content: '−'; color: #ec4899; }
.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.25s ease-out; padding: 0 24px; color: #a1a1aa; font-size: 14px; line-height: 1.6; }
.site-info-section { background: #141417; border: 1px solid rgba(255, 255, 255, 0.05); padding: 45px; border-radius: 24px; margin-bottom: 40px; }
.site-info-section h2 { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 18px 0; letter-spacing: -0.3px; text-align: left; }
.site-info-section h3 { font-size: 18px; font-weight: 700; color: #f4f4f5; margin-top: 25px; margin-bottom: 12px; text-align: left; }
.site-info-section p { color: #a1a1aa; font-size: 15px; line-height: 1.7; margin-bottom: 16px; margin-top: 0; text-align: left; }
.site-info-section p strong { color: #fff; font-weight: 600; }

.rocket-text { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; }
.rocket-icon { font-size: 32px; display: inline-block; transition: .35s ease; filter: drop-shadow(0 0 12px rgba(255,255,255,.35)); }
.join-btn:hover .rocket-icon { transform: translateX(8px) translateY(-4px) rotate(-18deg) scale(1.25); }
.join-btn.loading { pointer-events: none; opacity: .9; }
#scrollTopBtn { display: none; position: fixed; bottom: 30px; right: 30px; z-index: 999; font-size: 22px; font-weight: 800; border: none; outline: none; background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%); color: white; cursor: pointer; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4); transition: all 0.3s; }
#scrollTopBtn:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(168, 85, 247, 0.6); }
.quick-join-top { position: fixed; top: 80px; right: 30px; z-index: 9999; background: rgba(22, 20, 30, 0.95); border: 1px solid rgba(168, 85, 247, 0.6); color: #fff; padding: 12px 22px; border-radius: 20px; font-size: 14px; font-weight: 700; text-decoration: none; backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0,0,0,0.8); transition: all 0.3s ease; display: flex; align-items: center; gap: 8px; cursor: pointer; }
.quick-join-top:hover { background: rgba(168, 85, 247, 0.3); border-color: #c084fc; transform: translateY(-2px); }
.mobile-sticky-bar { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(12, 10, 18, 0.95); backdrop-filter: blur(15px); padding: 12px 20px; border-top: 1px solid rgba(168, 85, 247, 0.3); z-index: 1000; box-sizing: border-box; box-shadow: 0 -10px 30px rgba(0,0,0,0.5); }
.sticky-join-btn { width: 100%; padding: 14px; border: none; background: linear-gradient(135deg, #3b82f6 0%, #a855f7 50%, #ec4899 100%); color: #fff; font-size: 16px; font-weight: 800; border-radius: 12px; box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* === CANLI RADYO VE EĞLENCE MERKEZİ PANELİ === */
.sidebar-radio { background: rgba(14, 11, 26, 0.45) !important; backdrop-filter: blur(14px); border: 2px solid rgba(219, 39, 119, 0.45) !important; border-radius: 24px; padding: 24px; margin-top: 25px; box-shadow: 0 0 35px rgba(219, 39, 119, 0.2); color: #f4f4f5; text-align: center; }
.radio-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); padding-bottom: 10px; }
.radio-title { font-size: 16px; font-weight: 700; color: #fff; margin: 0; display: flex; align-items: center; gap: 6px; }
.radio-badge { background: #047857; color: #fff; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 6px; text-transform: uppercase; animation: badge-glow 2s infinite; }
@keyframes badge-glow { 0% { box-shadow: 0 0 0 0 rgba(4, 120, 87, 0.8); } 70% { box-shadow: 0 0 0 6px rgba(4, 120, 87, 0); } 100% { box-shadow: 0 0 0 0 rgba(4, 120, 87, 0); } }
.radio-info { margin-bottom: 15px; }
.dj-name { font-size: 13px; color: #c084fc; font-weight: 700; margin-bottom: 4px; }
.song-name { font-size: 15px; font-weight: 600; color: #e4e4e7; transition: all 0.3s ease; }
.equalizer { display: flex; justify-content: center; align-items: flex-end; gap: 4px; height: 30px; margin-bottom: 20px; }
.eq-bar { width: 6px; background: linear-gradient(to top, #db2777, #a855f7); border-radius: 3px; animation: eq-play 1s infinite alternate; }
.eq-bar:nth-child(1) { height: 40%; animation-duration: 0.7s; }
.eq-bar:nth-child(2) { height: 80%; animation-duration: 0.5s; }
.eq-bar:nth-child(3) { height: 100%; animation-duration: 0.8s; }
.eq-bar:nth-child(4) { height: 60%; animation-duration: 0.6s; }
.eq-bar:nth-child(5) { height: 30%; animation-duration: 0.9s; }
@keyframes eq-play { 0% { height: 20%; } 100% { height: 100%; } }
.play-btn { width: 100%; padding: 12px; border: none; font-size: 15px; color: #fff; background: linear-gradient(135deg, #db2777 0%, #a855f7 100%); border-radius: 12px; font-weight: 800; cursor: pointer; transition: all 0.3s; box-shadow: 0 0 15px rgba(219, 39, 119, 0.4); display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 20px; }
.play-btn:hover { transform: translateY(-2px); box-shadow: 0 0 25px rgba(219, 39, 119, 0.6); }
.fun-rooms { border-top: 1px solid rgba(255, 255, 255, 0.06); padding-top: 15px; text-align: left; }
.fun-title { font-size: 12px; color: #d4d4d8; margin-bottom: 10px; font-weight: 600; text-transform: uppercase; }
.tags-wrapper { display: flex; flex-wrap: wrap; gap: 8px; }
.fun-tag { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); color: #d4d4d8; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 8px; text-decoration: none; transition: all 0.2s; }
.fun-tag:hover { border-color: #3b82f6; color: #60a5fa; background: rgba(59, 130, 246, 0.1); box-shadow: 0 0 10px rgba(59, 130, 246, 0.2); }

/* 5. FOOTER (ALT BİLGİ) */
.main-footer { border-top: 1px solid rgba(255, 255, 255, .08); padding: 40px 0; background: #050507; }
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 14px; color: #a1a1aa; }
.footer-links a { color: #a1a1aa; text-decoration: none; margin-left: 15px; }
.footer-links a:hover { color: #3b82f6; }

/* 6. GLOBAL GELİŞMİŞ MOBİL SIKIŞTIRMA SİHİRBAZI */
@media (max-width: 1200px) {
    .show-all-cities .page-block { display: flex !important; flex-wrap: wrap; justify-content: center; }
    .page-block.active { display: flex !important; overflow-x: auto; padding-bottom: 10px; gap: 14px; -webkit-overflow-scrolling: touch; }
    .city-visual-card { min-width: 160px; flex: 0 0 auto; }
    .show-all-cities .city-visual-card { margin-bottom: 10px; }
    .pagination-wrapper, .view-all-link { display: none !important; }
    .room-page-block { grid-template-columns: 1fr; gap: 14px; }
    .room-page-block.active, .show-all-rooms .room-page-block { display: grid !important; margin-bottom: 20px; }
    .why-us-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media(max-width: 968px) {
    .app-container { grid-template-columns: 1fr; margin-top: 15px; margin-bottom: 15px; }
    .sidebar-users { display: none; } 
    .modern-grid { grid-template-columns: 1fr; }
    .chat-app-login { padding: 30px !important; }
}
@media (max-width: 768px) {
    .main-header .container { flex-direction: column; gap: 8px; padding: 8px 0; }
    .main-nav ul { gap: 12px; flex-wrap: wrap; justify-content: center; list-style: none; }
    .main-nav ul li a { font-size: 13px; padding: 2px 4px; }
    .logo img { max-height: 32px; }
}
@media(max-width: 700px) {
    .chat-app-login { padding: 18px !important; border-radius: 16px !important; } 
    .app-login-head { margin-bottom: 10px !important; }
    .app-login-head h2 { font-size: 22px !important; }
    .app-login-head p { display: none !important; } 
    .form-group-item { margin-bottom: 10px !important; }
    .form-group-item label { margin-bottom: 4px !important; font-size: 13px !important; }
    .nick-input { padding: 12px 16px !important; font-size: 15px !important; }
    .gender-selector { gap: 10px !important; }
    .gender-btn { padding: 10px !important; font-size: 14px !important; }
    .room-select { padding: 12px 16px !important; font-size: 14px !important; }
    .join-btn { padding: 14px !important; font-size: 15px !important; margin-top: 4px !important; }
    .footer-content { flex-direction: column; text-align: center; }
    .seo-main-title { font-size: 13px; padding: 8px 16px; width: auto; margin: 15px 10px 0 10px; }
    .quick-join-top { display: none; } 
    .mobile-sticky-bar { display: block; } 
    body { padding-bottom: 75px; } 
    #scrollTopBtn { bottom: 85px; right: 20px; width: 45px; height: 45px; font-size: 20px; } 
    .why-us-grid { grid-template-columns: 1fr; gap: 12px; }
    .site-info-section { padding: 25px; }
    .site-info-section h2 { font-size: 20px; }
    .site-info-section h3 { font-size: 16px; }
    .site-info-section p { font-size: 14px; }
    .rocket-icon { font-size: 26px !important; }
    .faq-trigger { padding: 16px 20px; font-size: 14px; }
}