/* ===========================
   نظام رول - CSS مخصص
   =========================== */

:root {
  --roll-dark:       #07122A;
  --roll-navy:       #0D1F44;
  --roll-gold:       #D4A64A;
  --roll-gold-glow:  #F5D17A;
  --roll-white:      #F8FAFC;
  --roll-gray:       #94A3B8;
  --roll-border:     rgba(212,166,74,0.25);
}

* { box-sizing: border-box; }

body {
  font-family: 'Tajawal', 'Cairo', sans-serif;
  background-color: var(--roll-dark);
  color: var(--roll-white);
  direction: rtl;
  text-align: right;
}

/* Trust Bar */
.roll-trust-bar {
  background: rgba(13,31,68,0.95);
  border-bottom: 1px solid var(--roll-border);
  padding: 8px 0;
  font-size: 13px;
  color: var(--roll-gray);
}
.roll-trust-bar span { color: var(--roll-gold); font-weight: 700; }

/* Navbar */
.roll-navbar {
  background: rgba(7,18,42,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--roll-border);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.roll-navbar .navbar-brand img { height: 42px; }
.roll-navbar .nav-link {
  color: var(--roll-white) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px !important;
  transition: color 0.3s;
}
.roll-navbar .nav-link:hover { color: var(--roll-gold) !important; }
.roll-navbar .brand-subtitle { font-size: 10px; color: var(--roll-gray); line-height: 1; }

.btn-demo {
  background: var(--roll-gold);
  color: var(--roll-dark) !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 8px 20px !important;
  font-size: 13px;
}
.btn-demo:hover { background: var(--roll-gold-glow); }
.btn-login {
  border: 1px solid var(--roll-border);
  color: var(--roll-white) !important;
  border-radius: 6px;
  padding: 8px 18px !important;
  font-size: 13px;
}
.btn-login:hover { border-color: var(--roll-gold); color: var(--roll-gold) !important; }

/* Hero */
.roll-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 0;
}
.hero-bg-chaos {
  background: url('/assets/images/hero/chaos.jpg') center/cover no-repeat;
  filter: brightness(0.55) sepia(0.3);
}
.hero-bg-order {
  background: url('/assets/images/hero/order.jpg') center/cover no-repeat;
  filter: brightness(0.4) hue-rotate(200deg);
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7,18,42,0.3) 0%, rgba(7,18,42,0.6) 40%, rgba(7,18,42,0.88) 75%, rgba(7,18,42,1) 100%);
  z-index: 1;
}
.hero-divider-glow {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--roll-gold), var(--roll-gold-glow), var(--roll-gold), transparent);
  filter: blur(3px);
  z-index: 2;
}
.hero-content { position: relative; z-index: 10; padding: 80px 0 60px; }
.hero-logo-center {
  width: 100px;
  margin: 0 auto 20px;
  display: block;
  filter: drop-shadow(0 0 20px rgba(212,166,74,0.6));
  animation: glow-pulse 3s infinite alternate;
}
@keyframes glow-pulse {
  from { filter: drop-shadow(0 0 15px rgba(212,166,74,0.5)); }
  to   { filter: drop-shadow(0 0 35px rgba(245,209,122,0.9)); }
}
.hero-label { color: var(--roll-gold); font-size: 13px; font-weight: 600; letter-spacing: 2px; display: block; text-align: center; }
.hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; color: var(--roll-white); text-align: center; line-height: 1.2; }
.hero-title span { color: var(--roll-gold); }
.hero-subtitle { color: var(--roll-gold-glow); font-size: clamp(1rem, 2.5vw, 1.3rem); font-weight: 600; text-align: center; }
.hero-desc { color: var(--roll-gray); font-size: 15px; max-width: 600px; margin: 0 auto; text-align: center; line-height: 1.8; }

.btn-roll-primary {
  background: var(--roll-gold);
  color: var(--roll-dark);
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-roll-primary:hover { background: var(--roll-gold-glow); color: var(--roll-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(212,166,74,0.4); }

.btn-roll-outline {
  background: transparent;
  color: var(--roll-white);
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.35);
  font-size: 15px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-roll-outline:hover { border-color: var(--roll-gold); color: var(--roll-gold); }

/* Stats Bar */
.roll-stats { background: rgba(13,31,68,0.8); border-top: 1px solid var(--roll-border); border-bottom: 1px solid var(--roll-border); padding: 24px 0; }
.stat-item { text-align: center; border-left: 1px solid var(--roll-border); padding: 0 30px; }
.stat-item:last-child { border-left: none; }
.stat-number { font-size: 1.6rem; font-weight: 900; color: var(--roll-gold); }
.stat-label { color: var(--roll-gray); font-size: 13px; margin: 0; }
.stat-icon { color: var(--roll-gold); font-size: 1.5rem; margin-bottom: 6px; }

/* Section Titles */
.section-tag { color: var(--roll-gold); font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; display: block; margin-bottom: 10px; }
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 900; color: var(--roll-white); margin-bottom: 16px; }
.section-title span { color: var(--roll-gold); }
.section-desc { color: var(--roll-gray); font-size: 15px; line-height: 1.9; max-width: 600px; }

/* Problem Solution */
.roll-problem-solution { padding: 90px 0; background: linear-gradient(135deg, var(--roll-dark) 0%, var(--roll-navy) 50%, var(--roll-dark) 100%); }
.problem-side { padding: 40px; border-radius: 16px; background: rgba(255,60,60,0.05); border: 1px solid rgba(255,60,60,0.2); height: 100%; }
.solution-side { padding: 40px; border-radius: 16px; background: rgba(212,166,74,0.05); border: 1px solid var(--roll-border); height: 100%; }
.before-after-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 14px; }
.before-after-item:last-child { border-bottom: none; }
.icon-bad { color: #ef4444; }
.icon-good { color: #22c55e; }

/* Features */
.roll-features { padding: 90px 0; background: var(--roll-dark); }
.feature-card { background: rgba(13,31,68,0.6); border: 1px solid var(--roll-border); border-radius: 14px; padding: 30px 24px; text-align: center; transition: all 0.35s; height: 100%; backdrop-filter: blur(8px); }
.feature-card:hover { transform: translateY(-6px); border-color: var(--roll-gold); box-shadow: 0 12px 40px rgba(212,166,74,0.15); }
.feature-icon { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(212,166,74,0.15), rgba(212,166,74,0.05)); border: 1px solid var(--roll-border); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.5rem; color: var(--roll-gold); }
.feature-title { font-size: 16px; font-weight: 700; color: var(--roll-white); margin-bottom: 8px; }
.feature-desc { color: var(--roll-gray); font-size: 13px; line-height: 1.7; margin: 0; }

/* Services */
.roll-services { padding: 90px 0; background: linear-gradient(to bottom, var(--roll-dark), var(--roll-navy)); }
.service-card { background: rgba(13,31,68,0.7); border: 1px solid var(--roll-border); border-radius: 14px; padding: 28px; transition: all 0.3s; height: 100%; display: flex; flex-direction: column; }
.service-card:hover { border-color: var(--roll-gold); transform: translateY(-4px); box-shadow: 0 10px 30px rgba(212,166,74,0.12); }
.service-card .s-icon { font-size: 2rem; color: var(--roll-gold); margin-bottom: 14px; }
.service-card h5 { font-size: 16px; font-weight: 700; color: var(--roll-white); margin-bottom: 8px; }
.service-card p { color: var(--roll-gray); font-size: 13px; line-height: 1.7; flex: 1; }
.btn-details { color: var(--roll-gold); font-size: 13px; font-weight: 600; border: 1px solid var(--roll-border); border-radius: 6px; padding: 6px 14px; display: inline-block; margin-top: 14px; text-decoration: none; transition: all 0.3s; }
.btn-details:hover { background: var(--roll-gold); color: var(--roll-dark); }

/* Dashboard Preview */
.roll-dashboard-preview { padding: 90px 0; background: var(--roll-dark); }
.dashboard-mockup { border-radius: 12px; border: 2px solid var(--roll-border); overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.dashboard-tabs .nav-link { color: var(--roll-gray); border: 1px solid var(--roll-border); border-radius: 6px; padding: 8px 16px; font-size: 13px; margin: 0 4px; transition: all 0.3s; }
.dashboard-tabs .nav-link.active, .dashboard-tabs .nav-link:hover { background: var(--roll-gold); color: var(--roll-dark); border-color: var(--roll-gold); font-weight: 700; }

/* For Whom */
.roll-for-whom { padding: 90px 0; background: linear-gradient(135deg, var(--roll-navy) 0%, var(--roll-dark) 100%); }
.whom-card { background: rgba(7,18,42,0.8); border: 1px solid var(--roll-border); border-radius: 14px; padding: 32px 24px; text-align: center; transition: all 0.35s; height: 100%; }
.whom-card:hover { border-color: var(--roll-gold); transform: translateY(-5px); box-shadow: 0 12px 35px rgba(212,166,74,0.12); }
.whom-card .whom-icon { font-size: 2.5rem; color: var(--roll-gold); margin-bottom: 14px; }
.whom-card h5 { font-size: 16px; font-weight: 700; color: var(--roll-white); margin-bottom: 8px; }
.whom-card p { color: var(--roll-gray); font-size: 13px; }

/* Timeline */
.roll-how-it-works { padding: 90px 0; background: var(--roll-dark); }
.timeline-wrap { position: relative; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 20px; }
.timeline-wrap::before { content: ''; position: absolute; top: 38px; right: 0; left: 0; height: 2px; background: linear-gradient(to left, var(--roll-gold), transparent); z-index: 0; }
.timeline-step { flex: 1; min-width: 130px; text-align: center; position: relative; z-index: 1; }
.step-number { width: 56px; height: 56px; background: var(--roll-gold); color: var(--roll-dark); border-radius: 50%; font-size: 18px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; box-shadow: 0 0 20px rgba(212,166,74,0.4); }
.step-title { font-size: 14px; font-weight: 700; color: var(--roll-white); margin-bottom: 4px; }
.step-desc { font-size: 12px; color: var(--roll-gray); }

/* Partners */
.roll-partners { padding: 60px 0; background: rgba(13,31,68,0.5); border-top: 1px solid var(--roll-border); border-bottom: 1px solid var(--roll-border); }
.partners-scroll { overflow: hidden; }
.partners-track { display: flex; gap: 50px; align-items: center; animation: scroll-logos 25s linear infinite; width: max-content; }
@keyframes scroll-logos { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.partner-logo { color: var(--roll-gray); font-size: 1.1rem; font-weight: 700; letter-spacing: 2px; white-space: nowrap; opacity: 0.6; }
.partner-logo:hover { color: var(--roll-gold); opacity: 1; }

/* Testimonials */
.roll-testimonials { padding: 90px 0; background: var(--roll-dark); }
.testimonial-card { background: rgba(13,31,68,0.6); border: 1px solid var(--roll-border); border-radius: 16px; padding: 32px; backdrop-filter: blur(8px); transition: all 0.3s; height: 100%; }
.testimonial-card:hover { border-color: var(--roll-gold); box-shadow: 0 10px 30px rgba(212,166,74,0.12); }
.testimonial-card .quote-icon { color: var(--roll-gold); font-size: 2rem; margin-bottom: 16px; display: block; }
.testimonial-card p { color: var(--roll-gray); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-author img { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--roll-gold); object-fit: cover; }
.author-info strong { display: block; color: var(--roll-white); font-size: 14px; font-weight: 700; }
.author-info span { color: var(--roll-gold); font-size: 12px; }

/* FAQ */
.roll-faq { padding: 90px 0; background: linear-gradient(to bottom, var(--roll-navy), var(--roll-dark)); }
.faq-accordion .accordion-item { background: rgba(13,31,68,0.6); border: 1px solid var(--roll-border) !important; border-radius: 10px !important; margin-bottom: 12px; overflow: hidden; }
.faq-accordion .accordion-button { background: transparent; color: var(--roll-white); font-weight: 600; font-size: 15px; flex-direction: row-reverse; }
.faq-accordion .accordion-button::after { margin-right: 0; margin-left: 12px; filter: invert(1); }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--roll-gold); background: rgba(212,166,74,0.05); box-shadow: none; }
.faq-accordion .accordion-body { background: transparent; color: var(--roll-gray); font-size: 14px; line-height: 1.8; border-top: 1px solid var(--roll-border); }

/* Contact */
.roll-contact { padding: 90px 0; background: var(--roll-dark); }
.contact-form-wrap { background: rgba(13,31,68,0.7); border: 1px solid var(--roll-border); border-radius: 16px; padding: 40px; }
.contact-info-wrap { background: rgba(212,166,74,0.05); border: 1px solid var(--roll-border); border-radius: 16px; padding: 40px; height: 100%; }
.form-control, .form-select { background: rgba(7,18,42,0.8); border: 1px solid var(--roll-border); color: var(--roll-white); border-radius: 8px; padding: 12px 16px; font-size: 14px; }
.form-control::placeholder { color: var(--roll-gray); }
.form-control:focus, .form-select:focus { background: rgba(7,18,42,0.9); border-color: var(--roll-gold); color: var(--roll-white); box-shadow: 0 0 0 3px rgba(212,166,74,0.1); }
.form-label { color: var(--roll-gray); font-size: 13px; margin-bottom: 6px; }
.form-select option { background: var(--roll-navy); color: var(--roll-white); }
.contact-detail { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--roll-border); }
.contact-detail:last-child { border-bottom: none; }
.contact-detail .c-icon { width: 44px; height: 44px; background: rgba(212,166,74,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--roll-gold); font-size: 1.1rem; flex-shrink: 0; }
.contact-detail a { color: var(--roll-white); text-decoration: none; font-size: 14px; }
.contact-detail a:hover { color: var(--roll-gold); }

/* Footer */
.roll-footer { background: var(--roll-navy); border-top: 1px solid var(--roll-border); padding: 60px 0 30px; }
.footer-brand img { height: 50px; margin-bottom: 12px; }
.footer-brand p { color: var(--roll-gray); font-size: 13px; line-height: 1.7; }
.footer-heading { color: var(--roll-white); font-size: 15px; font-weight: 700; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--roll-gold); display: inline-block; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: var(--roll-gray); text-decoration: none; font-size: 13px; transition: color 0.3s; }
.footer-links a:hover { color: var(--roll-gold); }
.footer-social a { width: 38px; height: 38px; background: rgba(212,166,74,0.1); border: 1px solid var(--roll-border); border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; color: var(--roll-gray); font-size: 14px; margin-left: 8px; transition: all 0.3s; text-decoration: none; }
.footer-social a:hover { background: var(--roll-gold); border-color: var(--roll-gold); color: var(--roll-dark); }
.footer-bottom { border-top: 1px solid var(--roll-border); padding-top: 20px; margin-top: 40px; color: var(--roll-gray); font-size: 12px; }

/* =======================================
   ADMIN PANEL — Wise-Inspired Design
   Primary #D4A64A · Sidebar #07122A
   Canvas #F1F5F9 · Cards #FFFFFF
   ======================================= */

/* CSS variable overrides — light mode for admin content area only.
   Inline styles that use var(--roll-white) as text color will render
   as dark ink (#0F172A) inside .admin-main and .admin-login-page,
   without touching any view files. */
.admin-main,
.admin-login-page {
  --roll-white:  #0F172A;
  --roll-gray:   #64748B;
  --roll-border: #E2E8F0;
  --roll-navy:   #FFFFFF;
}

/* --- Layout --- */
.admin-wrapper {
  display: flex;
  min-height: 100vh;
  background: #F1F5F9;
}

/* --- Sidebar (dark, unchanged) --- */
.admin-sidebar {
  width: 264px;
  background: #07122A;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(212,166,74,0.3) transparent;
}

.sidebar-brand {
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar-brand img { height: 36px; }

.sidebar-brand-text strong {
  display: block;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 700;
}

.sidebar-brand-text span {
  color: #D4A64A;
  font-size: 11px;
}

.sidebar-nav { padding: 12px; flex: 1; }

.sidebar-nav-label {
  color: #475569;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 12px 6px;
  display: block;
}

/* Wise ex-app-shell-row style — active has gold right-border indicator (RTL) */
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  color: #94A3B8;
  text-decoration: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
  margin-bottom: 2px;
  border-right: 3px solid transparent;
}

.sidebar-link:hover {
  background: rgba(212,166,74,0.08);
  color: #D4A64A;
}

.sidebar-link.active {
  background: rgba(212,166,74,0.12);
  color: #D4A64A;
  font-weight: 600;
  border-right-color: #D4A64A;
}

.sidebar-link .badge-count {
  background: #D4A64A;
  color: #07122A;
  font-size: 10px;
  font-weight: 700;
  border-radius: 9999px;
  padding: 2px 7px;
  margin-right: auto;
}

/* --- Main Area --- */
.admin-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #F1F5F9;
}

/* --- Topbar (Wise nav-bar style — white) --- */
.admin-topbar {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-topbar h6 {
  color: #0F172A;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.admin-topbar .breadcrumb-item a { color: #94A3B8; text-decoration: none; }
.admin-topbar .breadcrumb-item.active { color: #64748B; }
.admin-topbar .breadcrumb-item + .breadcrumb-item::before { color: #CBD5E1; }

/* --- Content --- */
.admin-content { padding: 28px; flex: 1; }

/* --- Stat Cards (Wise card-content style) --- */
.admin-stat-card {
  background: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.admin-stat-card:hover {
  box-shadow: 0 6px 20px rgba(15,23,42,0.08);
  transform: translateY(-2px);
}

.admin-stat-card .stat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.admin-stat-card h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0F172A;
  margin: 12px 0 4px;
}

.admin-stat-card p {
  color: #64748B;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

/* --- Table Cards (Wise card-content) --- */
.admin-table-card {
  background: #FFFFFF;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
}

.admin-table-card .table-header {
  padding: 16px 24px;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-table-card .table-header h6 {
  color: #0F172A;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}

/* --- Tables (Wise ex-data-table-cell) --- */
.admin-table table { color: #1E293B; margin: 0; }

.admin-table thead th {
  background: #F8FAFC;
  color: #64748B;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-color: #F1F5F9;
  padding: 12px 16px;
}

.admin-table tbody td {
  border-color: #F1F5F9;
  padding: 12px 16px;
  font-size: 13px;
  vertical-align: middle;
}

.admin-table tbody tr:hover td { background: #FFFBF0; }

/* --- Status Badges (Wise pill — border-radius: 9999px) --- */
.badge-status {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-weight: 600;
  display: inline-block;
}

.status-pending    { background: #FEF9C3; color: #92400E; }
.status-contacted  { background: #DBEAFE; color: #1E40AF; }
.status-demo_done  { background: #F3E8FF; color: #6D28D9; }
.status-subscribed { background: #DCFCE7; color: #166534; }
.status-rejected   { background: #FEE2E2; color: #991B1B; }

/* --- Buttons (Wise button-primary / button-tertiary, Roll colors) --- */
.btn-roll-primary {
  background: #D4A64A;
  color: #07122A;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  transition: background 0.15s, box-shadow 0.15s, transform 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}

.btn-roll-primary:hover {
  background: #F5D17A;
  color: #07122A;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(212,166,74,0.35);
}

.btn-roll-outline {
  background: transparent;
  color: #D4A64A;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 12px;
  border: 1.5px solid #D4A64A;
  font-size: 14px;
  transition: background 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}

.btn-roll-outline:hover {
  background: rgba(212,166,74,0.08);
  color: #D4A64A;
}

/* --- Form controls (Wise text-input style, inside admin wrapper) --- */
.admin-wrapper .form-control,
.admin-wrapper .form-select {
  background: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  color: #0F172A;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
}

.admin-wrapper .form-control::placeholder { color: #94A3B8; }

.admin-wrapper .form-control:focus,
.admin-wrapper .form-select:focus {
  background: #FFFFFF;
  border-color: #D4A64A;
  color: #0F172A;
  box-shadow: 0 0 0 3px rgba(212,166,74,0.14);
}

.admin-wrapper .form-label {
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

.admin-wrapper .form-select option { background: #FFFFFF; color: #0F172A; }

/* --- Alerts (light semantic colors) --- */
.roll-alert-success {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #166534;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
}

.roll-alert-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #991B1B;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
}

/* --- Login Page (Wise ex-auth-form-card) --- */
.admin-login-page {
  min-height: 100vh;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  background: #FFFFFF;
  border: none;
  border-radius: 24px;
  padding: 48px 40px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 4px 24px rgba(15,23,42,0.08);
}

.admin-login-page .form-control {
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  color: #0F172A;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
}

.admin-login-page .form-control::placeholder { color: #94A3B8; }

.admin-login-page .form-control:focus {
  background: #FFFFFF;
  border-color: #D4A64A;
  color: #0F172A;
  box-shadow: 0 0 0 3px rgba(212,166,74,0.14);
}

.admin-login-page .form-check-input { background-color: #F1F5F9; border-color: #CBD5E1; }
.admin-login-page .form-check-input:checked { background-color: #D4A64A; border-color: #D4A64A; }

/* --- Animations --- */
.fade-in-up { animation: fadeInUp 0.7s ease forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* --- Modal (light) --- */
.modal-content { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 16px; color: #0F172A; }
.modal-header { border-bottom: 1px solid #F1F5F9; padding: 20px 24px; }
.modal-title { color: #D4A64A; font-weight: 700; }
.btn-close { filter: none; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F1F5F9; }
::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #D4A64A; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .hero-bg { grid-template-columns: 1fr; }
  .hero-bg-chaos { display: none; }
  .timeline-wrap::before { display: none; }
  .timeline-wrap { flex-direction: column; }
  .admin-sidebar { display: none; }
  .stat-item { border-left: none; border-bottom: 1px solid var(--roll-border); padding: 16px 0; }
}

/* ===== Alert Roll ===== */
.alert-roll {
  background: rgba(212,166,74,0.08);
  border: 1px solid rgba(212,166,74,0.3);
  border-radius: 10px;
  padding: 14px 20px;
  color: #D4A64A;
  font-size: 14px;
}
