/*
Theme Name: BanjarTV Mobile
Theme URI: https://www.banjartv.com
Author: BanjarTV
Author URI: https://www.banjartv.com
Description: Tema mobile eksklusif untuk BanjarTV — TV nya Urang Banjar. Dark mode elegan dengan warna khas BanjarTV. Otomatis aktif saat pengunjung membuka dari perangkat mobile.
Version: 1.1.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: banjartv-mobile
Tags: mobile, dark, news, responsive
*/

/* =====================================================
   BANJARTV MOBILE THEME — MAIN STYLESHEET
   TV nya Urang Banjar | Dark Mode | v1.0
   ===================================================== */

:root {
  --biru-muda:    #4FC3F7;
  --biru-dongker: #0D2B6B;
  --merah:        #E53935;
  --kuning:       #FFD600;
  --hijau:        #43A047;
  --dark-bg:      #060D1F;
  --dark-card:    #0C1A35;
  --dark-surface: #111E3A;
  --dark-nav:     #050916;
  --dark-border:  rgba(79,195,247,0.13);
  --text-primary: #F0F6FF;
  --text-secondary: #7B9CC4;
  --text-muted:   #4A6080;
  --radius-card:  14px;
  --radius-btn:   24px;
}

/* ── RESET & BASE ── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

html { font-size: 15px; -webkit-text-size-adjust: 100%; }

body {
  background: var(--dark-bg);
  color: var(--text-primary);
  font-family: 'Noto Sans', 'Segoe UI', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  padding-bottom: 72px; /* ruang bottom nav */
  -webkit-font-smoothing: antialiased;
}

a { color: var(--biru-muda); text-decoration: none; }
a:hover { opacity: 0.85; }
img { max-width: 100%; height: auto; display: block; }

/* ── ADMIN BAR FIX ── */
html.wp-toolbar { padding-top: 0 !important; }
#wpadminbar { position: fixed !important; }
body.admin-bar .btv-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .btv-header { top: 46px; }
}

/* ── FOOTER ── */
.btv-footer {
  text-align: center;
  padding: 14px 16px 6px;
  font-size: 11px;
  color: var(--text-muted);
  border-top: 1px solid var(--dark-border);
  margin-bottom: 68px;
}
