body.theme-royal_majlis{
  --bg:#F9F8F5;
  --surface:#ffffff;
  --surface-2:#eef2f7;
  --surface-3:#f7f5f0;
  --text:#1A1A1A;
  --muted:#626772;
  --gold:#C5A059;
  --line:rgba(15,26,44,.12);
  --line-strong:rgba(15,26,44,.2);
  --success:#2f8f68;
  --danger:#b84f4f;
  --shadow:0 20px 48px rgba(15,26,44,.08);
  --hero-glow:rgba(197,160,89,.18);
  --nav-bg:rgba(15,26,44,.97);
  background:
    radial-gradient(circle at top left, rgba(197,160,89,.08), transparent 18%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f3ee 45%, #f1eee8 100%);
  color:var(--text);
  font-family:'IBM Plex Sans Arabic','Tajawal','Cairo',sans-serif;
}
.theme-royal_majlis .section-title,
.theme-royal_majlis h1,
.theme-royal_majlis h2,
.theme-royal_majlis h3,
.theme-royal_majlis h4,
.theme-royal_majlis h5,
.theme-royal_majlis .brand-title{
  font-family:'Tajawal','Cairo',sans-serif;
  font-weight:800;
}
.theme-royal_majlis .family-navbar,
.theme-royal_majlis .dashboard-sidebar{
  background:linear-gradient(135deg, #0F1A2C, #122643);
  border-color:rgba(197,160,89,.16);
  box-shadow:0 16px 40px rgba(7,15,29,.22);
}
.theme-royal_majlis .dashboard-sidebar .nav-link:hover,
.theme-royal_majlis .family-navbar .nav-link:hover,
.theme-royal_majlis .family-navbar .nav-link:focus{
  background:rgba(197,160,89,.12);
}
.theme-royal_majlis .hero-card,
.theme-royal_majlis .content-card,
.theme-royal_majlis .stat-card,
.theme-royal_majlis .timeline-card,
.theme-royal_majlis .form-shell,
.theme-royal_majlis .chat-shell,
.theme-royal_majlis .theme-card,
.theme-royal_majlis .profile-card,
.theme-royal_majlis .theme-setting-card,
.theme-royal_majlis .admin-note{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,248,245,.98));
  color:var(--text);
  border-color:rgba(15,26,44,.08);
}
.theme-royal_majlis .text-muted,
.theme-royal_majlis .small-muted,
.theme-royal_majlis .footer-note,
.theme-royal_majlis .copyright-line{color:var(--muted)!important}
.theme-royal_majlis .feature-icon,
.theme-royal_majlis .stat-card .icon,
.theme-royal_majlis .kv-box,
.theme-royal_majlis .theme-chip,
.theme-royal_majlis .permission-soft{
  background:rgba(15,26,44,.04);
  border-color:rgba(15,26,44,.08);
  color:var(--text);
}
.theme-royal_majlis .btn-gold{
  background:#C5A059;
  color:#0F1A2C;
  box-shadow:0 12px 26px rgba(197,160,89,.28);
}
.theme-royal_majlis .btn-gold:hover{background:#d1ad69;color:#0F1A2C}
.theme-royal_majlis .btn-outline-light,
.theme-royal_majlis .input-group .btn{
  border-color:rgba(15,26,44,.12);
  color:#0F1A2C;
  background:#fff;
}
.theme-royal_majlis .btn-outline-light:hover,
.theme-royal_majlis .input-group .btn:hover{
  background:rgba(197,160,89,.12);
  border-color:rgba(197,160,89,.45);
  color:#0F1A2C;
}
.theme-royal_majlis .form-control,
.theme-royal_majlis .form-select,
.theme-royal_majlis .form-control:focus,
.theme-royal_majlis .form-select:focus{
  background:#fff;
  color:#1A1A1A;
  border-color:rgba(15,26,44,.14);
}
.theme-royal_majlis .form-control::placeholder{color:#8b8f98}
.theme-royal_majlis .table-shell{border-color:rgba(15,26,44,.08)}
.theme-royal_majlis .table>:not(caption)>*>*{border-color:rgba(15,26,44,.08);color:var(--text)}
.theme-royal_majlis .badge-soft{background:rgba(15,26,44,.06);color:#0F1A2C;border-color:rgba(15,26,44,.08)}
.theme-royal_majlis .dropdown-menu{background:#fff;border-color:rgba(15,26,44,.08)}
.theme-royal_majlis .dropdown-item{color:#1A1A1A}
.theme-royal_majlis .dropdown-item:hover{background:rgba(15,26,44,.05);color:#1A1A1A}
.theme-royal_majlis .cover-banner{
  background:
    linear-gradient(120deg, rgba(15,26,44,.96), rgba(18,38,67,.93)),
    radial-gradient(circle at top right, rgba(197,160,89,.22), transparent 35%);
  color:#fff;
  border:1px solid rgba(197,160,89,.14);
}
.theme-royal_majlis .cover-banner .text-muted{color:rgba(255,255,255,.72)!important}
.theme-royal_majlis .cover-banner .lead{color:rgba(255,255,255,.8)!important}
.theme-royal_majlis .theme-card .preview,
.theme-royal_majlis .theme-setting-card .preview{border-bottom-color:rgba(15,26,44,.08)}
.theme-royal_majlis .theme-card:hover,
.theme-royal_majlis .theme-setting-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,26,44,.1)}
.theme-royal_majlis .navbar-brand .small,
.theme-royal_majlis .dashboard-sidebar .small{color:rgba(255,255,255,.72)!important}
.theme-royal_majlis .brand-mark,
.theme-royal_majlis .sidebar-logo{filter:drop-shadow(0 8px 18px rgba(0,0,0,.24))}
.theme-royal_majlis .hero-section::before{background:radial-gradient(circle, rgba(197,160,89,.2), transparent 65%)}
.theme-royal_majlis .theme-dropdown strong,
.theme-royal_majlis .english-brand,
.theme-royal_majlis .brand-url{font-family:'Cinzel','Montserrat',serif}
.theme-royal_majlis .admin-note i,
.theme-royal_majlis .feature-icon i,
.theme-royal_majlis .stat-card .icon i{color:#C5A059}
