/* This Is Harare — one small stylesheet. Warm, editorial, light. Body text in system fonts;
   Fraunces only for display. Budget: keep this file under 30 KB. */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #FAF6EF;
  --paper-2: #F2ECE1;
  --ink: #1E1B18;
  --ink-2: #4A453F;
  --granite: #6B6660;
  --line: #E6DFD3;
  --jacaranda: #6E4BA1;
  --jacaranda-deep: #55367F;
  --jacaranda-soft: #E9E1F4;
  --msasa: #B5462E;
  --msasa-soft: #F6E3DC;
  --leaf: #2F7D4F;
  --whatsapp: #25D366;
  --whatsapp-deep: #1DA851;
  --radius: 12px;
  --shadow: 0 1px 2px rgba(30, 27, 24, .06), 0 8px 24px -16px rgba(30, 27, 24, .25);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Arial, sans-serif;
  --container: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--jacaranda); text-decoration: none; }
a:hover { color: var(--jacaranda-deep); text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; margin: 0 0 .4em; color: var(--ink); letter-spacing: -.01em; }
h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); }
h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
h3 { font-size: 1.15rem; }
h1 em, .brand-name em { font-style: italic; color: var(--jacaranda); }
p { margin: 0 0 1em; }
small, .muted { color: var(--granite); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Buttons & chips ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 18px; border-radius: 999px; border: 1px solid transparent; font-weight: 600; font-size: .95rem; line-height: 1; cursor: pointer; font-family: inherit; text-decoration: none !important; transition: background .15s, color .15s, border-color .15s, transform .15s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--jacaranda); color: #fff; }
.btn-primary:hover { background: var(--jacaranda-deep); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn-whatsapp { background: var(--whatsapp); color: #063; }
.btn-whatsapp:hover { background: var(--whatsapp-deep); color: #fff; }
.btn-accent { background: var(--msasa); color: #fff; }
.btn-sm { min-height: 36px; padding: 6px 14px; font-size: .85rem; }
.btn-lg { min-height: 52px; padding: 14px 26px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.chips { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.chips::-webkit-scrollbar { display: none; }
.chips.wrap { flex-wrap: wrap; overflow: visible; }
.chip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 6px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: .92rem; white-space: nowrap; }
.chip:hover { border-color: var(--jacaranda); text-decoration: none; }
.chip[aria-current="page"], .chip.is-active { background: var(--jacaranda); color: #fff; border-color: var(--jacaranda); }
.chip small { color: inherit; opacity: .7; }
.badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.badge-featured { background: var(--msasa); color: #fff; }
.badge-closed { background: var(--ink); color: #fff; }
.badge-soft { background: var(--jacaranda-soft); color: var(--jacaranda-deep); }
.confirmed { display: inline-flex; align-items: center; gap: 4px; font-size: .82rem; color: var(--leaf); font-weight: 600; }
.confirmed.is-unknown { color: var(--granite); font-weight: 500; }

/* ---------- Top bar ---------- */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(250, 246, 239, .96); border-bottom: 1px solid var(--line); }
.topbar-row { display: flex; align-items: center; justify-content: space-between; min-height: 60px; gap: 16px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none !important; }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--jacaranda); color: #fff; font: 700 .8rem/1 var(--font-body); letter-spacing: .04em; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.nav { display: flex; gap: 4px; align-items: center; }
.nav a { color: var(--ink-2); padding: 8px 12px; border-radius: 8px; font-weight: 500; font-size: .95rem; }
.nav a:hover { background: var(--paper-2); text-decoration: none; color: var(--ink); }
.nav a[aria-current="page"] { color: var(--jacaranda); font-weight: 700; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: -16px; right: -16px; top: 60px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 16px 16px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px; font-size: 1.05rem; }
}

/* ---------- Hero ---------- */
.hero { padding: 40px 0 28px; background: linear-gradient(180deg, var(--paper-2), var(--paper)); border-bottom: 1px solid var(--line); }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; color: var(--msasa); margin-bottom: 10px; }
.hero h1 { max-width: 22ch; margin-bottom: 20px; }
.search { display: flex; gap: 8px; max-width: 640px; margin-bottom: 14px; }
.search input { flex: 1; min-width: 0; min-height: 48px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 1rem; font-family: inherit; }
.search input:focus { outline: 2px solid var(--jacaranda); outline-offset: 1px; border-color: var(--jacaranda); }

/* ---------- Sections & grids ---------- */
.section { padding: 36px 0; }
.section-alt { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.more { font-weight: 600; white-space: nowrap; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.grid-3 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.tile { display: block; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); }
.tile:hover { border-color: var(--jacaranda); text-decoration: none; box-shadow: var(--shadow); }
.tile strong { display: block; font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 4px; }
.tile span { color: var(--granite); font-size: .9rem; }

/* ---------- Cards ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s; color: var(--ink); }
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); text-decoration: none; }
.card.is-featured { border-color: var(--msasa); }
.card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--paper-2); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-media .badge { position: absolute; top: 10px; left: 10px; }
.palette-card { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, var(--jacaranda) 0%, var(--msasa) 100%); }
.palette-card span { font: 700 3rem/1 var(--font-display); color: rgba(255, 255, 255, .85); }
.card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-body h3 { margin: 0; font-size: 1.15rem; }
.card-body h3 a { color: var(--ink); }
.one-liner { margin: 0; color: var(--ink-2); font-size: .95rem; }
.meta { margin: 0; font-size: .85rem; color: var(--granite); }
.meta a { color: var(--granite); text-decoration: underline; text-decoration-color: var(--line); }
.card-foot { margin-top: auto; padding-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.card-guide img { aspect-ratio: 4 / 3; object-fit: cover; }
.card-guide h3 { font-size: 1.25rem; }

/* ---------- Page header / breadcrumbs / pagination ---------- */
.page-head { padding: 28px 0 20px; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.page-head h1 { margin-bottom: 6px; }
.page-head p { color: var(--ink-2); margin: 0; max-width: 60ch; }
.breadcrumbs { font-size: .85rem; margin-bottom: 10px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: "›"; color: var(--granite); margin-right: 6px; }
.breadcrumbs a { color: var(--granite); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 28px; color: var(--granite); }
.pagination a { border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; background: #fff; color: var(--ink); }
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 16px 0; color: var(--granite); font-size: .9rem; flex-wrap: wrap; }
.filters { display: flex; flex-direction: column; gap: 8px; margin: 14px 0 4px; }
.filters select { min-height: 40px; border-radius: 999px; border: 1px solid var(--line); background: #fff; padding: 6px 14px; font-family: inherit; font-size: .92rem; }
.filters-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.no-results { padding: 40px 20px; text-align: center; background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); }

/* ---------- Venue page ---------- */
.venue-hero { position: relative; aspect-ratio: 16 / 9; max-height: 420px; overflow: hidden; background: var(--paper-2); border-radius: 0 0 var(--radius) var(--radius); }
.venue-hero img { width: 100%; height: 100%; object-fit: cover; }
.venue-hero .palette-card span { font-size: 5rem; }
.venue-head { padding: 20px 0 10px; }
.venue-head h1 { margin-bottom: 4px; }
.venue-badges { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: 8px 0 12px; font-size: .9rem; color: var(--granite); }
.venue-badges a { color: var(--ink-2); }
.action-bar { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0 8px; }
.action-bar .btn { flex: 1 1 140px; }
@media (max-width: 640px) {
  .action-bar { position: sticky; bottom: 0; z-index: 40; margin: 0 -16px; padding: 10px 16px; background: rgba(250, 246, 239, .97); border-top: 1px solid var(--line); flex-wrap: nowrap; }
  .action-bar .btn { flex: 1 1 0; padding-left: 8px; padding-right: 8px; font-size: .85rem; }
}
.trust { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 10px 14px; margin: 12px 0 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); font-size: .9rem; }
.trust a { font-weight: 600; }
.venue-body { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 28px; padding-bottom: 40px; }
@media (max-width: 860px) { .venue-body { grid-template-columns: 1fr; } }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 18px; }
.panel h2 { font-size: 1.2rem; margin-bottom: 12px; }
.glance { display: grid; gap: 0; margin: 0; }
.glance div { display: grid; grid-template-columns: 110px 1fr; gap: 8px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.glance div:last-child { border-bottom: 0; }
.glance dt { color: var(--granite); font-size: .9rem; }
.glance dd { margin: 0; }
.hours { width: 100%; border-collapse: collapse; font-size: .92rem; }
.hours td { padding: 4px 0; border-bottom: 1px solid var(--line); }
.hours tr.is-today td { font-weight: 700; color: var(--jacaranda-deep); }
.open-now { color: var(--leaf); font-weight: 700; }
.closed-now { color: var(--msasa); font-weight: 700; }
.curator { border-left: 4px solid var(--jacaranda); padding: 4px 0 4px 16px; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.5; color: var(--ink); margin: 0 0 18px; }
.prose { color: var(--ink-2); line-height: 1.7; }
.prose h2 { font-size: 1.35rem; margin-top: 28px; }
.prose h3 { margin-top: 20px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose-page { max-width: 760px; margin: 0 auto; padding: 32px 0 60px; }
.prose-page h1 { margin-bottom: 6px; }
.prose-meta { color: var(--granite); font-size: .9rem; margin-bottom: 24px; }
.flags { display: flex; flex-wrap: wrap; gap: 8px; }
.flags span { background: var(--jacaranda-soft); color: var(--jacaranda-deep); border-radius: 999px; padding: 4px 12px; font-size: .85rem; }
.photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; }
.photos figure { margin: 0; }
.photos img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.photos figcaption { font-size: .75rem; color: var(--granite); margin-top: 2px; }

/* ---------- Guide page ---------- */
.guide-hero { padding: 36px 0 24px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.guide-hero h1 { max-width: 20ch; }
.byline { color: var(--granite); font-size: .9rem; }
.sponsor-line { display: inline-block; margin-top: 8px; padding: 4px 12px; background: var(--msasa-soft); color: var(--msasa); border-radius: 999px; font-size: .85rem; font-weight: 600; }
.guide-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 18px; counter-reset: guide; }
.guide-item { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; }
.guide-item::before { counter-increment: guide; content: counter(guide); font: 700 1.6rem/1 var(--font-display); color: var(--jacaranda); }
.guide-item h3 { margin-bottom: 4px; }
.guide-item img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; margin-bottom: 10px; }

/* ---------- Lists (links, groups, events) ---------- */
.list { display: grid; gap: 10px; }
.row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; }
.row h3 { margin: 0 0 2px; font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; }
.row p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.row .tip { color: var(--granite); font-size: .85rem; margin-top: 4px; }
.row-actions { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.day-head { font-family: var(--font-display); font-size: 1.3rem; margin: 26px 0 10px; padding-bottom: 6px; border-bottom: 2px solid var(--jacaranda-soft); }
.platform { font-size: .8rem; font-weight: 700; padding: 2px 8px; border-radius: 6px; background: var(--paper-2); color: var(--ink-2); }
.verified { color: var(--leaf); font-weight: 700; font-size: .82rem; }
.report-form { margin-top: 10px; padding: 12px; background: var(--paper-2); border-radius: 8px; }
.report-form[hidden] { display: none; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 14px; max-width: 640px; }
.form label { font-weight: 600; display: block; margin-bottom: 4px; }
.form input, .form textarea, .form select { width: 100%; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-family: inherit; font-size: 1rem; }
.form textarea { min-height: 120px; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 2px solid var(--jacaranda); outline-offset: 1px; }
.form small { color: var(--granite); }
.notice { padding: 12px 16px; border-radius: 10px; margin: 12px 0; }
.notice-ok { background: #E4F3EA; color: #1F5A38; }
.notice-err { background: var(--msasa-soft); color: var(--msasa); }
.notice-warn { background: #FFF3D6; color: #7A4B00; }
.subscribe-form { display: flex; gap: 8px; margin-top: 14px; }
.subscribe-form input { flex: 1; min-width: 0; min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-family: inherit; }

/* ---------- CTA & footer ---------- */
.cta-box { text-align: center; padding: 36px 20px; background: var(--jacaranda-soft); border-radius: 16px; }
.cta-box h2 { margin-bottom: 6px; }
.cta-box p { color: var(--ink-2); }
.cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.footer { margin-top: 40px; padding: 40px 0 24px; background: var(--ink); color: #D9D2C6; }
.footer .brand { color: #fff; }
.footer .brand-name em { color: #C8B5EA; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; }
.footer a { color: #D9D2C6; }
.footer a:hover { color: #fff; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 28px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-blurb { font-size: .92rem; max-width: 34ch; margin: 12px 0 14px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 28px; padding-top: 16px; font-size: .82rem; color: #A39B8F; }

/* ---------- Admin (reused shell) ---------- */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar { width: 220px; flex-shrink: 0; background: var(--ink); color: #fff; padding: 20px 14px; }
.admin-sidebar h2 { color: #fff; font-size: 1.1rem; margin-bottom: 16px; }
.admin-nav { display: flex; flex-direction: column; gap: 2px; }
.admin-nav a { color: #D9D2C6; padding: 9px 12px; border-radius: 8px; font-size: .92rem; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255, 255, 255, .1); color: #fff; text-decoration: none; }
.admin-content { flex: 1; padding: 24px 28px; min-width: 0; }
.admin-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.admin-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 20px; }
.login-box { width: 100%; max-width: 380px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.login-box .form-group { margin-bottom: 14px; }
.login-box label { display: block; font-weight: 600; margin-bottom: 4px; }
.login-box input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-bottom: 24px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; }
.stat-card h3 { font-family: var(--font-body); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--granite); margin-bottom: 6px; }
.stat-card .stat-number { font: 700 1.8rem/1 var(--font-display); color: var(--ink); margin-bottom: 6px; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); font-size: .9rem; }
.admin-table th, .admin-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { background: var(--paper-2); font-weight: 600; }
.filter-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.filter-tabs a { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: .88rem; }
.filter-tabs a.active { background: var(--jacaranda); border-color: var(--jacaranda); color: #fff; }
.admin-form { max-width: 900px; }
.admin-form fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; margin: 0 0 18px; background: #fff; }
.admin-form legend { font-weight: 700; padding: 0 8px; }
.admin-form .form-group { margin-bottom: 12px; }
.admin-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 760px) { .admin-form .form-row { grid-template-columns: 1fr; } .admin-layout { flex-direction: column; } .admin-sidebar { width: auto; } }
.admin-form label { font-weight: 600; display: block; margin-bottom: 4px; font-size: .92rem; }
.admin-form input, .admin-form textarea, .admin-form select { width: 100%; min-height: 40px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: .95rem; }
.admin-form textarea { min-height: 100px; }
.admin-form small { color: var(--granite); }
.checkbox-label { display: flex; gap: 8px; align-items: center; font-weight: 500 !important; }
.checkbox-label input { width: auto !important; min-height: 0 !important; }
.btn-small { display: inline-block; padding: 5px 10px; border-radius: 8px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: .82rem; cursor: pointer; font-family: inherit; }
.btn-success { background: var(--leaf); color: #fff; border: 0; padding: 8px 14px; border-radius: 8px; cursor: pointer; font-family: inherit; font-weight: 600; }
.btn-danger { background: var(--msasa); color: #fff; border: 0; padding: 8px 14px; border-radius: 8px; cursor: pointer; font-family: inherit; font-weight: 600; }
.btn-secondary { display: inline-block; padding: 8px 14px; border-radius: 8px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-family: inherit; }
.status-badge { display: inline-block; padding: 2px 8px; border-radius: 6px; font-size: .78rem; font-weight: 700; background: var(--paper-2); }
.status-approved, .status-published, .status-verified, .status-live { background: #E4F3EA; color: #1F5A38; }
.status-pending, .status-draft, .status-unverified { background: #FFF3D6; color: #7A4B00; }
.status-rejected, .status-broken, .status-closed { background: var(--msasa-soft); color: var(--msasa); }
.row-attention td { background: #FFF8E8; }
.success-message { background: #E4F3EA; color: #1F5A38; padding: 12px 16px; border-radius: 10px; margin-bottom: 14px; }
.error-message { background: var(--msasa-soft); color: var(--msasa); padding: 12px 16px; border-radius: 10px; margin-bottom: 14px; }
.import-preview { max-height: 420px; overflow: auto; margin: 16px 0; }
.import-preview td, .import-preview th { white-space: nowrap; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
@media print { .topbar, .footer, .action-bar, .cta { display: none; } }
