/* =====================================================================
   Punguan Tuan Dirambe -- Design system
   Palet terinspirasi ulos & gorga Batak: ink, gold, merah, teal, parchment
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --ink: #211A14;
  --ink-soft: #2E2519;
  --gold: #B8892B;
  --gold-light: #D9AE55;
  --gold-pale: #F0E2C4;
  --merah: #7E2A2A;
  --merah-pale: #F2DCDA;
  --teal: #2C5F5B;
  --teal-pale: #DCE9E6;
  --parchment: #F1E9D8;
  --parchment-deep: #E7DBC2;
  --text: #2A2118;
  --text-muted: #6B5D48;
  --line: #D8C9A8;
  --white: #FFFFFF;
  --radius: 8px;
  --radius-lg: 18px;
  --shadow-card: 0 1px 2px rgba(33,26,20,0.06), 0 6px 20px rgba(33,26,20,0.05);
  --shadow-hover: 0 10px 28px rgba(33,26,20,0.12);
  --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  background: var(--parchment);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Fraunces', serif; color: var(--ink); margin: 0 0 .5em; font-weight: 600; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 20px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: 14.5px;
  padding: 11px 22px; border-radius: 10px; border: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.btn:active { transform: scale(0.98); }
.btn-gold { background: linear-gradient(135deg, #C89A3C, var(--gold)); color: #fff; box-shadow: 0 6px 18px rgba(184,137,43,0.32); }
.btn-gold:hover { box-shadow: 0 10px 24px rgba(184,137,43,0.42); transform: translateY(-2px); }
.btn-ink { background: var(--ink); color: var(--gold-light); }
.btn-outline { background: transparent; border: 1.5px solid var(--line); color: var(--ink); }
.btn-outline-light { background: transparent; border: 1.5px solid rgba(255,255,255,0.35); color: #fff; }
.btn-danger { background: transparent; border: 1.5px solid var(--merah-pale); color: var(--merah); }
.btn-ghost { background: transparent; color: var(--text-muted); }
.btn-sm { font-size: 13px; padding: 7px 13px; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  background: var(--ink); position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(217,174,85,0.15);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 42px; height: 42px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 9px; padding: 3px; box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }
.brand-text p { margin: 0; }
.brand-title { color: #fff; font-family: 'Fraunces', serif; font-size: 16.5px; line-height: 1.15; }
.brand-sub { color: var(--gold-light); font-size: 11.5px; letter-spacing: .3px; }

.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav a {
  color: #E7DFCD; font-size: 13.7px; font-weight: 500; padding: 9px 13px; border-radius: 5px;
  transition: background .15s, color .15s;
}
.main-nav a:hover, .main-nav a.active { background: rgba(217,174,85,0.14); color: var(--gold-light); }
.nav-toggle { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 6px; }
.mobile-menu { display: none; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.08); padding: 6px 20px 16px; }
.mobile-menu a { display: block; padding: 11px 4px; color: #E7DFCD; font-size: 15.5px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-menu a.active { color: var(--gold-light); }
.mobile-menu.open { display: block; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
}

/* ---------- Hero (soft) ---------- */
.hero {
  background: linear-gradient(155deg, #211A14 0%, #2E2519 50%, #3D3120 100%);
  color: #fff; padding: 76px 0 0; position: relative; overflow: hidden;
}
.hero-blob {
  position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; opacity: 0.55;
}
.hero-blob-1 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(217,174,85,0.35), transparent 70%); top: -120px; right: -60px; }
.hero-blob-2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(44,95,91,0.4), transparent 70%); bottom: -140px; left: -80px; }
.hero-wave { position: relative; margin-top: 44px; line-height: 0; }
.hero-wave svg { width: 100%; height: auto; display: block; }
.hero-grid { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; padding-bottom: 60px; }
.hero-eyebrow { color: var(--gold-light); font-size: 14px; margin-bottom: 16px; font-weight: 500; }
.hero h1 { color: #fff; font-size: clamp(32px, 4.6vw, 54px); line-height: 1.1; max-width: 620px; margin-bottom: 20px; }
.hero p.lead { color: #D9CFB8; font-size: 16.5px; max-width: 520px; line-height: 1.75; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-art { position: relative; }
.hero-emblem-plaque {
  background: #fff; border-radius: 20px; padding: 22px; max-width: 300px; margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.hero-emblem-plaque img { width: 100%; height: auto; display: block; }
.hero-art::before {
  content: ''; position: absolute; inset: -10%; border-radius: 50%;
  background: radial-gradient(circle, rgba(217,174,85,0.25), transparent 70%);
  filter: blur(30px); z-index: -1;
}
.gorga-rule { display: block; margin: 0 auto; opacity: 0.9; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 280px; margin: 0 auto; }
}

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section-tight { padding: 44px 0; }
.section-heading { margin-bottom: 30px; }
.section-heading .sub { color: var(--text-muted); font-size: 15.5px; max-width: 640px; line-height: 1.7; margin-top: 8px; }
.section-dark { background: linear-gradient(155deg, #211A14 0%, #2E2519 60%, #3D3120 100%); color: #E7DFCD; position: relative; overflow: hidden; }
.section-dark h2 { color: #fff; }
.section-dark .container { position: relative; z-index: 1; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px 24px; box-shadow: var(--shadow-card); transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.card-link { cursor: pointer; }
.card-link:hover { box-shadow: 0 16px 36px rgba(184,137,43,0.18); transform: translateY(-4px); border-color: rgba(184,137,43,0.35); }
.card-icon {
  width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(150deg, #F5E7C6, var(--gold-pale));
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
  box-shadow: inset 0 0 0 1px rgba(184,137,43,0.18);
  transition: transform .25s ease;
}
.card-link:hover .card-icon { transform: scale(1.08); }
.card-icon svg { width: 22px; height: 22px; stroke: #7A5A16; }
.card h3 { font-size: 18.5px; margin-bottom: 6px; }
.card p { color: var(--text-muted); font-size: 13.8px; margin: 0; }

.feature-strip { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-strip:last-child { border-bottom: none; }

/* ---------- Soft list card (kegiatan/berita di beranda) ---------- */
.soft-item {
  background: #fff; border-radius: 14px; padding: 16px 18px; margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(33,26,20,0.04), 0 4px 14px rgba(33,26,20,0.04);
  transition: box-shadow .2s ease, transform .2s ease;
}
.soft-item:hover { box-shadow: 0 10px 26px rgba(33,26,20,0.09); transform: translateY(-2px); }

/* ---------- Berita utama (featured, dibedakan dari list biasa) ---------- */
.news-featured {
  display: flex; gap: 16px; align-items: flex-start; text-decoration: none; color: inherit;
  background: linear-gradient(135deg, #FBF1D9, #FDFAF0);
  border: 1px solid var(--gold-pale); border-left: 4px solid var(--gold);
  border-radius: 14px; padding: 18px; margin-bottom: 14px;
  box-shadow: 0 6px 18px rgba(184,137,43,0.10);
  transition: box-shadow .2s ease, transform .2s ease;
}
.news-featured:hover { box-shadow: 0 12px 28px rgba(184,137,43,0.16); transform: translateY(-2px); }

/* ---------- Badges ---------- */
.badge {
  display: inline-block; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; letter-spacing: .2px;
}
.badge-gold { background: var(--gold-pale); color: #5C4413; }
.badge-merah { background: var(--merah-pale); color: var(--merah); }
.badge-teal { background: var(--teal-pale); color: var(--teal); }

/* ---------- Gorga divider (SVG inline) ---------- */
.divider { width: 100%; height: 14px; margin: 18px 0 0; }

/* ---------- Timeline / list rows ---------- */
.date-chip { min-width: 58px; text-align: center; }
.date-chip .d { font-family: 'Fraunces', serif; font-size: 22px; color: var(--merah); line-height: 1; }
.date-chip .m { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .3px; }
.row-flex { display: flex; gap: 16px; align-items: center; }
.list-row { padding: 16px 0; border-bottom: 1px solid var(--line); }
.list-row:last-child { border-bottom: none; }

/* ---------- Empty state ---------- */
.empty-state {
  border: 1.5px dashed var(--line); border-radius: var(--radius-lg); padding: 40px 24px; text-align: center; background: #FBF7EE;
}
.empty-state h4 { font-size: 19px; margin-bottom: 6px; }
.empty-state p { color: var(--text-muted); font-size: 14.3px; max-width: 440px; margin: 0 auto 16px; }

/* ---------- Forms ---------- */
label.field-label { display: block; font-size: 13px; font-weight: 600; color: var(--text-muted); margin-bottom: 6px; }
input[type=text], input[type=email], input[type=tel], input[type=number],
input[type=password], input[type=date], input[type=time], input[type=file],
select, textarea {
  width: 100%; font-family: 'Work Sans', sans-serif; font-size: 14.5px; padding: 10px 12px;
  border: 1.5px solid var(--line); border-radius: 6px; background: #fff; color: var(--text);
  transition: border-color .15s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } }
.field-error { color: var(--merah); font-size: 12.5px; margin-top: 5px; }
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1.5px solid var(--line); background: #fff; border-radius: 6px; padding: 8px 14px;
  cursor: pointer; font-size: 13.8px; font-family: 'Work Sans', sans-serif; transition: all .15s;
}
.chip.active { background: var(--ink); border-color: var(--ink); color: var(--gold-light); }
.pick-card {
  text-align: left; border: 1.5px solid var(--line); border-radius: 8px; padding: 13px 16px; cursor: pointer;
  background: #fff; width: 100%; font-family: 'Work Sans', sans-serif; transition: all .15s;
}
.pick-card.selected { border-color: var(--gold); background: var(--gold-pale); }
.pick-card .nm { font-family: 'Fraunces', serif; font-size: 15.5px; color: var(--ink); }
.pick-card .price { font-weight: 700; color: var(--merah); font-size: 13.8px; margin-top: 6px; }

/* ---------- Wizard steps ---------- */
.steps { display: flex; gap: 6px; margin-bottom: 32px; }
.step { flex: 1; }
.step .bar { height: 3px; border-radius: 3px; background: var(--line); margin-bottom: 8px; }
.step.active .bar, .step.done .bar { background: var(--gold); }
.step .lbl { font-size: 11.5px; color: var(--text-muted); }
.step.active .lbl { color: var(--ink); font-weight: 700; }

/* ---------- Alerts / flash ---------- */
.alert { border-radius: 8px; padding: 14px 16px; font-size: 13.7px; margin-bottom: 20px; display: flex; gap: 10px; align-items: flex-start; }
.alert-warning { background: var(--merah-pale); color: #5C1F1F; border: 1px solid #E3BEBB; }
.alert-success { background: var(--teal-pale); color: #1B3E3B; border: 1px solid #BCD9D3; }
.alert-info { background: var(--gold-pale); color: #5C4413; border: 1px solid #E4CB90; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #B8AA8C; padding: 40px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 26px; }
.footer-grid h4 { color: #fff; font-size: 14px; margin-bottom: 12px; }
.footer-grid a { display: block; color: #B8AA8C; font-size: 13.5px; padding: 4px 0; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 18px; font-size: 12.5px; text-align: center; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Admin layout ---------- */
.admin-body { background: #F6F2E8; min-height: 100vh; display: flex; }
.admin-sidebar {
  width: 250px; background: var(--ink); color: #E7DFCD; flex-shrink: 0; min-height: 100vh;
  position: sticky; top: 0; align-self: flex-start; padding: 22px 0;
}
.admin-sidebar .brand-title { font-size: 15px; }
.admin-sidebar .brand-wrap { padding: 0 20px 20px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 12px; }
.admin-nav a {
  display: flex; align-items: center; gap: 12px; padding: 12px 20px; color: #D9CFB8; font-size: 16px; font-weight: 500;
}
.admin-nav a svg { width: 20px; height: 20px; flex-shrink: 0; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(217,174,85,0.14); color: var(--gold-light); }
.admin-main { flex: 1; min-width: 0; padding: 30px 34px 60px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.admin-topbar h1 { font-size: 25px; margin: 0; }
@media (max-width: 900px) {
  .admin-body { flex-direction: column; }
  .admin-sidebar { width: 100%; position: static; min-height: auto; }
  .admin-nav { display: flex; flex-wrap: wrap; }
  .admin-nav a { padding: 10px 14px; font-size: 14px; }
}

/* ---------- Photos / avatars ---------- */
.avatar-photo { width:56px; height:56px; border-radius:50%; object-fit:cover; border:2px solid var(--gold-pale); flex-shrink:0; }
.avatar-fallback { width:56px; height:56px; border-radius:50%; background:var(--gold-pale); color:#7A5A16; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.avatar-sm.avatar-photo, .avatar-sm.avatar-fallback { width:40px; height:40px; }
.item-photo { width:100%; height:120px; object-fit:cover; border-radius:6px; margin-bottom:8px; display:block; background:var(--parchment-deep); }
.item-photo-fallback { width:100%; height:120px; border-radius:6px; margin-bottom:8px; background:var(--parchment-deep); display:flex; align-items:center; justify-content:center; color:var(--text-muted); }
.person-card { display:flex; gap:14px; align-items:center; }

/* ---------- Vendor accordion (public + admin) ---------- */
.vendor-block { border:1px solid var(--line); border-radius:10px; margin-bottom:14px; overflow:hidden; background:#fff; }
.vendor-block > summary { padding:15px 18px; cursor:pointer; display:flex; align-items:center; gap:12px; font-family:'Fraunces',serif; font-size:16.5px; color:var(--ink); list-style:none; }
.vendor-block > summary::-webkit-details-marker { display:none; }
.vendor-block > summary::after { content:'\25BE'; margin-left:auto; color:var(--text-muted); }
.vendor-block[open] > summary::after { content:'\25B4'; }
.vendor-block .vendor-body { padding:4px 18px 20px; border-top:1px solid var(--line); }
.vendor-desc { font-size:13px; color:var(--text-muted); font-weight:400; font-family:'Work Sans',sans-serif; }

/* ---------- Filter select for flat lists ---------- */
.filter-bar { display:flex; gap:10px; align-items:center; margin-bottom:16px; flex-wrap:wrap; }
.filter-bar select { max-width:260px; }

/* ---------- Pemilih bulan (popover) ---------- */
.cal-picker { position: relative; display: inline-block; }
.cal-trigger {
  display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1.5px solid var(--line);
  border-radius: 10px; padding: 10px 16px; cursor: pointer; font-family: 'Work Sans', sans-serif;
  font-size: 14px; font-weight: 600; color: var(--ink); transition: border-color .15s;
}
.cal-trigger:hover { border-color: var(--gold); }
.cal-trigger svg { color: var(--gold); flex-shrink: 0; }
.cal-trigger .chevron { margin-left: 2px; color: var(--text-muted); font-size: 11px; }
.cal-popover {
  display: none; position: absolute; top: calc(100% + 8px); left: 0; z-index: 40;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-hover);
  padding: 16px; width: 280px;
}
.cal-popover.open { display: block; }
.cal-year-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cal-year-row .yr { font-family: 'Fraunces', serif; font-size: 17px; color: var(--ink); }
.cal-year-row button { background: none; border: 1px solid var(--line); border-radius: 6px; width: 28px; height: 28px; cursor: pointer; color: var(--text-muted); }
.cal-year-row button:hover { border-color: var(--gold); color: var(--ink); }
.cal-month-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px; }
.cal-month-grid a {
  display: block; text-align: center; padding: 9px 4px; border-radius: 8px; font-size: 13px; font-weight: 500;
  color: var(--text); border: 1px solid transparent;
}
.cal-month-grid a:hover { background: var(--gold-pale); }
.cal-month-grid a.active { background: var(--ink); color: var(--gold-light); font-weight: 700; }
.cal-month-grid a.today-month { border-color: var(--gold); }
.cal-popover-footer { border-top: 1px solid var(--line); padding-top: 10px; text-align: center; }
.cal-popover-footer a { font-size: 13px; font-weight: 600; color: var(--gold); }

/* ---------- Konten teks (narasi dengan list, mis. artikel Tugu) ---------- */
.konten-teks p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.8; color: var(--text); }
.konten-teks p:last-child { margin-bottom: 0; }
.konten-list { margin: 0 0 14px; padding-left: 22px; }
.konten-list li { font-size: 14.5px; line-height: 1.75; color: var(--text); margin-bottom: 8px; }
.konten-list li:last-child { margin-bottom: 0; }
.konten-list li::marker { color: var(--gold); }

/* ---------- Tugu image / placeholder (mengambang, teks mengalir di sekelilingnya) ---------- */
.tugu-figure {
  float: left; width: 320px; max-width: 46%; margin: 4px 26px 16px 0;
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card); background: #fff;
}
.tugu-figure img { width: 100%; height: auto; display: block; }
.tugu-figure figcaption { font-size: 12px; color: var(--text-muted); padding: 8px 12px; line-height: 1.4; }
.tugu-figure-placeholder {
  float: left; width: 320px; max-width: 46%; margin: 4px 26px 16px 0;
  border: 1.5px dashed var(--line); border-radius: 14px; background: #FBF7EE;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; min-height: 220px; padding: 24px; text-align: center;
}
.tugu-figure-placeholder svg { color: var(--gold); opacity: 0.8; }
@media (max-width: 680px) {
  .tugu-figure, .tugu-figure-placeholder { float: none; width: 100%; max-width: 100%; margin: 0 0 20px; }
}

/* ---------- Tarombo tree (admin: simplified flat view) ---------- */
.tarombo-row { margin-bottom: 4px; }
.tarombo-row-main { display: flex; align-items: flex-start; gap: 10px; padding: 8px 4px; border-radius: 8px; }
.tarombo-row-main:hover { background: #FBF7EE; }
.tarombo-row-text { flex: 1; min-width: 0; }
.tarombo-row-text .nm { margin: 0; font-family: 'Fraunces', serif; font-size: 15.5px; color: var(--ink); }
.tarombo-row-text .ket { margin: 2px 0 0; font-size: 12.5px; color: var(--text-muted); }
.tarombo-row-actions { display: flex; gap: 4px; flex-shrink: 0; }
.tarombo-children-simple { margin-left: 28px; padding-left: 14px; border-left: 2px solid var(--line); margin-top: 2px; }

.tarombo-node {
  border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; margin-bottom: 10px; background: #fff;
}
.tarombo-children { margin-left: 22px; padding-left: 20px; border-left: 2px solid var(--line); margin-top: 10px; }
.btn-sm-like {
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer; list-style: none;
  font-size: 13px; font-weight: 600; color: var(--ink); border: 1px solid var(--line); border-radius: 6px;
  padding: 7px 12px; background: #fff; user-select: none;
}
.btn-sm-like::-webkit-details-marker { display: none; }
.btn-sm-like:hover { border-color: var(--gold); }

/* Public tarombo tree */
.tarombo-public { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.tarombo-public.unverified { border-color: var(--merah); }
.tarombo-public > summary {
  padding: 13px 16px; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 12px;
}
.tarombo-public > summary::-webkit-details-marker { display: none; }
.tarombo-public > summary::after { content: '\25BE'; margin-left: auto; color: var(--text-muted); flex-shrink: 0; }
.tarombo-public[open] > summary::after { content: '\25B4'; }
.tarombo-public .tarombo-body { padding: 0 16px 16px; }
.tarombo-badge {
  min-width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0; background: var(--ink); color: var(--gold-light);
}
.tarombo-public.unverified .tarombo-badge { background: var(--merah); color: #fff; }
/* ---------- Slideshow (galeri berita) ---------- */
.slideshow { position: relative; border-radius: 14px; overflow: hidden; margin-bottom: 10px; background: #1a1510; }
.slideshow .slide { display: none; width: 100%; max-height: 440px; object-fit: cover; }
.slideshow .slide.active { display: block; }
.slide-nav {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(20,16,10,0.55); color: #fff;
  border: none; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 20px;
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.slide-nav:hover { background: rgba(20,16,10,0.8); }
.slide-nav.prev { left: 14px; } .slide-nav.next { right: 14px; }
.slide-dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 7px; }
.slide-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: background .15s; }
.slide-dots .dot.active { background: #fff; }
/* ---------- Tables ---------- */
table.data-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; }
table.data-table th, table.data-table td { padding: 12px 14px; text-align: left; font-size: 13.8px; border-bottom: 1px solid var(--line); }
table.data-table th { background: #FBF7EE; color: var(--text-muted); font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .3px; }
table.data-table tr:last-child td { border-bottom: none; }
.table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--line); }
.table-wrap table.data-table { border: none; border-radius: 0; }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.text-muted { color: var(--text-muted); }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; }
.flex-wrap { flex-wrap: wrap; }
