/* ===== 888bet casino - Original Design System ===== */
:root {
  --bg: #0c1220;
  --bg-soft: #131b2e;
  --bg-card: #1a2438;
  --bg-card-hover: #1f2d45;
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  --text-heading: #f1f5f9;
  --primary: #f59e0b;
  --primary-hover: #d97706;
  --accent: #06b6d4;
  --accent-hover: #0891b2;
  --success: #10b981;
  --danger: #ef4444;
  --border: rgba(148,163,184,.15);
  --shadow: 0 8px 32px rgba(0,0,0,.25);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.18);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --max-w: 1180px;
  --header-h: 72px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans Bengali", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  color: var(--text-heading);
  font-weight: 700;
  line-height: 1.25;
}

.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(12,18,32,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0 20px;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.brand-wrap {
  width: 168px;
  min-width: 168px;
  max-width: 168px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 12px;
}

.brand-mark svg { width: 28px; height: 28px; }

.brand-text {
  min-width: 0;
  line-height: 1.05;
}

.brand-text strong {
  display: block;
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: var(--primary);
  letter-spacing: .5px;
}

.brand-text span {
  display: block;
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.primary-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1vw, 18px);
  overflow: visible;
  flex-wrap: nowrap;
}

.primary-nav a {
  white-space: nowrap;
  flex: 0 1 auto;
  max-width: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  padding: 10px 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  transition: color .2s;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a.active {
  color: var(--primary);
}

.header-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: var(--font);
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  border-radius: 999px;
}

.btn-register {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
  background: var(--primary);
  color: #0c1220;
}

.btn-register:hover { background: var(--primary-hover); color: #0c1220; }

.btn-login {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}

.btn-login:hover { background: var(--accent); color: #fff; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xs);
}

/* ===== MORE MENU ===== */
.nav-more {
  position: relative;
  flex: 0 0 auto;
}

.more-toggle {
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  transition: background .2s;
}

.more-toggle:hover { background: var(--bg-card-hover); }

.more-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 210px;
  padding: 10px;
  border-radius: var(--radius);
  z-index: 1200;
  background: var(--bg-card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.more-menu[hidden] { display: none !important; }

.nav-more.is-open .more-menu {
  display: grid;
  gap: 4px;
}

.more-menu a {
  display: block;
  width: 100%;
  max-width: none;
  padding: 11px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 14px;
  border-radius: var(--radius-xs);
  text-decoration: none;
}

.more-menu a:hover { background: var(--bg-card-hover); color: var(--primary); }

/* ===== HERO ===== */
.hero {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(245,158,11,.08) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 80%, rgba(6,182,212,.06) 0%, transparent 50%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,158,11,.12);
  color: var(--primary);
  border: 1px solid rgba(245,158,11,.25);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-lead {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.8;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-cta .btn {
  min-height: 50px;
  padding: 0 28px;
  font-size: 16px;
}

.hero-img {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

/* ===== SECTIONS ===== */
.section {
  padding: 72px 0;
}

.section-alt {
  background: var(--bg-soft);
}

.section-title {
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 16px;
}

.section-desc {
  color: var(--text-muted);
  max-width: 760px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.8;
}

.section-center { text-align: center; }
.section-center .section-desc { margin-left: auto; margin-right: auto; }

/* ===== CONTENT GRID ===== */
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 36px;
  align-items: start;
}

.content-grid-reverse {
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
}

/* ===== PROSE ===== */
.prose { max-width: 820px; }

.prose p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
  color: var(--text);
}

.prose h2 {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.25;
  margin: 42px 0 18px;
}

.prose h2:first-child { margin-top: 0; }

.prose h3 {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.35;
  margin: 28px 0 12px;
}

.prose ul, .prose ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.prose li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.prose a { color: var(--primary); }
.prose a:hover { text-decoration: underline; }

/* ===== CARDS ===== */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .2s, box-shadow .2s;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(245,158,11,.15), rgba(6,182,212,.1));
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 16px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cards-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ===== STEP CARDS ===== */
.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #0c1220;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 14px;
}

/* ===== IMAGE FRAME ===== */
.img-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.img-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== COMPARISON TABLE ===== */
.compare-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}

.compare-table th {
  color: var(--primary);
  font-weight: 700;
  background: rgba(245,158,11,.06);
}

.compare-table tr:last-child td { border-bottom: none; }

/* ===== TESTIMONIALS ===== */
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.testimonial-stars {
  color: var(--primary);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.testimonial-card blockquote {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-author {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.testimonial-author strong {
  display: block;
  color: var(--text-heading);
}

.testimonial-author span {
  font-size: 13px;
  color: var(--text-muted);
}

/* ===== PRICING / MEMBERSHIP ===== */
.price-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.price-card.featured {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(245,158,11,.12);
}

.price-head {
  padding: 24px;
  text-align: center;
  background: rgba(245,158,11,.05);
  border-bottom: 1px solid var(--border);
}

.price-head h3 { font-size: 20px; margin-bottom: 4px; }
.price-head .muted { color: var(--text-muted); font-size: 14px; }

.price-body {
  padding: 24px;
}

.price-label {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 18px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.price-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: var(--text);
  font-size: 15px;
}

.price-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}

/* ===== FAQ ===== */
.faq-list { max-width: 820px; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--bg-card);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-heading);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font);
  gap: 12px;
}

.faq-q::after {
  content: '+';
  flex-shrink: 0;
  font-size: 22px;
  color: var(--primary);
  transition: transform .2s;
}

.faq-item.open .faq-q::after {
  content: '\2212';
}

.faq-a {
  display: none;
  padding: 0 20px 18px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
}

.faq-item.open .faq-a { display: block; }

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 60px 0;
  text-align: center;
}

.cta-box {
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(245,158,11,.08) 100%);
  border: 1px solid rgba(245,158,11,.2);
  border-radius: var(--radius);
  padding: 48px 36px;
}

.cta-box h2 { margin-bottom: 14px; }
.cta-box p { color: var(--text-muted); margin-bottom: 24px; max-width: 600px; margin-left: auto; margin-right: auto; }

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.cta-btns .btn { min-height: 48px; padding: 0 24px; font-size: 15px; }

.btn-primary {
  background: var(--primary);
  color: #0c1220;
}
.btn-primary:hover { background: var(--primary-hover); color: #0c1220; }

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn-outline:hover { background: var(--accent); color: #fff; }

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }

.btn-full { width: 100%; }

/* ===== BREADCRUMB ===== */
.breadcrumb-bar {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.breadcrumb li { display: flex; align-items: center; gap: 6px; color: var(--text-muted); }
.breadcrumb li a { color: var(--text-muted); }
.breadcrumb li a:hover { color: var(--primary); }
.breadcrumb li.active { color: var(--primary); }

/* ===== NOTICE CARD ===== */
.notice-card {
  background: rgba(6,182,212,.06);
  border: 1px solid rgba(6,182,212,.2);
  border-radius: var(--radius-sm);
  padding: 20px;
}

.notice-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--accent);
}

.notice-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== QUICK LINKS ===== */
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quick-links a {
  display: block;
  padding: 12px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.quick-links a:hover {
  background: var(--bg-card-hover);
  color: var(--primary);
  border-color: rgba(245,158,11,.3);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.footer-contact { font-size: 13px; color: var(--text-muted); }
.footer-contact a { color: var(--text-muted); }

.footer-col h4 {
  font-size: 15px;
  color: var(--primary);
  margin-bottom: 16px;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li { margin-bottom: 8px; }

.footer-col a {
  color: var(--text-muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-col a:hover { color: var(--primary); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-size: 13px;
  color: var(--text-muted);
}

/* ===== PAGE HERO (Inner pages) ===== */
.page-hero {
  padding: 48px 0 36px;
  background: linear-gradient(180deg, rgba(245,158,11,.04) 0%, transparent 100%);
}

.page-hero h1 {
  font-size: clamp(26px, 3.5vw, 42px);
  margin-bottom: 14px;
}

.page-hero-lead {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 700px;
  line-height: 1.8;
}

/* ===== WARNING/SAFETY PANEL ===== */
.warning-panel {
  background: rgba(239,68,68,.06);
  border: 1px solid rgba(239,68,68,.2);
  border-radius: var(--radius-sm);
  padding: 24px;
  margin: 24px 0;
}

.warning-panel h3 {
  color: var(--danger);
  font-size: 17px;
  margin-bottom: 10px;
}

.warning-panel ul {
  padding-left: 20px;
}

.warning-panel li {
  color: var(--text);
  margin-bottom: 8px;
  font-size: 15px;
}

/* ===== RELATED LINKS ===== */
.related-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.related-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.related-link:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.related-link-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245,158,11,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

/* ===== STEP TIMELINE ===== */
.step-timeline { counter-reset: step-counter; }

.step-timeline-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  margin-bottom: 24px;
  counter-increment: step-counter;
}

.step-timeline-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #0c1220;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
}

.step-timeline-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.step-timeline-item p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* ===== BANNER ===== */
.home-banner {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 48px;
}

.home-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 68px;
    grid-template-columns: 140px 1fr auto;
    gap: 10px;
  }

  .brand-wrap {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 48px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-text strong,
  .brand-text span {
    max-width: 86px;
  }

  .primary-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: var(--radius);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    background: var(--bg-card);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    z-index: 1100;
  }

  .primary-nav.is-open { display: flex; }

  .primary-nav a {
    max-width: none;
    width: 100%;
    padding: 14px 12px;
    text-overflow: initial;
    font-size: 15px;
    border-radius: var(--radius-xs);
  }

  .primary-nav a:hover { background: var(--bg-card-hover); }

  .header-actions {
    justify-content: flex-end;
    gap: 6px;
  }

  .header-actions .btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .nav-toggle { display: inline-flex; }

  .nav-more { display: none !important; }

  .hero { padding: 48px 0 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: 28px; }

  .section { padding: 48px 0; }
  .content-grid,
  .content-grid-reverse { grid-template-columns: 1fr; }

  .cards-grid,
  .cards-grid-4 { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; }

  .footer-bottom { flex-direction: column; text-align: center; }

  .prose p { font-size: 15px; line-height: 1.85; }
}

@media (max-width: 480px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 300px; }
  .header-actions .btn { min-height: 36px; padding: 0 10px; font-size: 12px; }
}

/* ===== ADMIN STYLES ===== */
.admin-body {
  background: #f5f5f5;
  color: #333;
  font-family: system-ui, -apple-system, sans-serif;
}

.admin-header {
  background: #1a1a2e;
  color: #fff;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-main {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 20px;
}

.admin-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  padding: 24px;
  margin-bottom: 20px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.admin-table th {
  background: #f9f9f9;
  font-weight: 600;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.admin-btn-primary { background: #3b82f6; color: #fff; }
.admin-btn-danger { background: #ef4444; color: #fff; }
.admin-btn-success { background: #10b981; color: #fff; }

.admin-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.admin-form input[type="text"],
.admin-form input[type="password"],
.admin-form input[type="email"],
.admin-form textarea,
.admin-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: inherit;
}

.admin-form textarea { min-height: 200px; resize: vertical; }
