/* ═══════════════════════════════════════════════════════════════════════
   Akhtaboot Advertising — WhatsApp Dashboard design system
   Brand: lime #CBDC53 on deep indigo #2C1B4F
   ═══════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');

:root {
  /* brand */
  --lime:        #CBDC53;
  --lime-600:    #B7C93F;
  --lime-700:    #9CAD2C;
  --lime-soft:   #F2F7DA;
  --ink:         #2C1B4F;
  --ink-700:     #3D2A66;
  --ink-500:     #5B4681;
  --ink-300:     #8E7EAB;
  --ink-soft:    #EFEBF6;

  /* neutrals */
  --bg:          #F5F6F1;
  --surface:     #FFFFFF;
  --surface-2:   #FAFBF6;
  --line:        #E4E5DD;
  --line-strong: #CFD1C4;
  --text:        #1F1830;
  --text-2:      #5D5872;
  --text-3:      #8B8799;

  /* semantic */
  --ok:      #15803D;  --ok-bg:      #E8F6EC;
  --warn:    #B45309;  --warn-bg:    #FDF3E3;
  --danger:  #BE123C;  --danger-bg:  #FDE9EE;
  --info:    #1D4ED8;  --info-bg:    #E8EEFD;
  --wa:      #25D366;

  /* shape */
  --r-sm: 8px;  --r: 12px;  --r-lg: 18px;  --r-xl: 26px;
  --pad: 22px;
  --shadow-sm: 0 1px 2px rgba(31,24,48,.06), 0 1px 3px rgba(31,24,48,.05);
  --shadow:    0 4px 14px rgba(31,24,48,.07), 0 1px 3px rgba(31,24,48,.05);
  --shadow-lg: 0 18px 48px rgba(31,24,48,.14);
  --sidebar-w: 264px;
  --ff: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-ar: 'IBM Plex Sans Arabic', 'Poppins', system-ui, sans-serif;
}

html[lang='ar'] { --ff: var(--ff-ar); }

*, *::before, *::after { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  font-family: var(--ff);
  background: var(--bg);
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -.015em; color: var(--ink); }
h1 { font-size: 26px; }
h2 { font-size: 19px; }
h3 { font-size: 16px; }
p  { margin: 0 0 10px; }
a  { color: var(--ink); text-decoration: none; }
a:hover { color: var(--lime-700); }

::selection { background: var(--lime); color: var(--ink); }

/* ── brand wordmark ──────────────────────────────────────────────────── */
/* the wordmark is always left-to-right, even in the Arabic RTL layout */
.brand { display: inline-flex; flex-direction: column; line-height: 1;
         align-self: flex-start; direction: ltr; }
.brand__word {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -.045em;
  font-size: var(--brand-size, 28px);
  color: var(--brand-fg, var(--ink));
  display: inline-flex; align-items: flex-end; gap: .1em;
}
.brand__dot {
  width: .16em; height: .16em; border-radius: 50%;
  background: var(--brand-dot, #fff);
  margin-bottom: .06em; flex: none;
}
.brand__sub {
  align-self: flex-end;
  font-size: calc(var(--brand-size, 28px) * .27);
  letter-spacing: .01em;
  color: var(--brand-fg, var(--ink));
  opacity: .92;
  margin-top: .18em;
}
.brand--light { --brand-fg: #fff; --brand-dot: var(--lime); }
.brand--lime  { --brand-fg: var(--ink); --brand-dot: #fff; }

/* ── layout ──────────────────────────────────────────────────────────── */
.shell { display: flex; min-height: 100vh; }

.sidebar {
  width: var(--sidebar-w); flex: none;
  background: var(--ink);
  color: #fff;
  padding: 26px 18px 18px;
  display: flex; flex-direction: column; gap: 26px;
  position: sticky; top: 0; height: 100vh;
  z-index: 40;
}
.sidebar__brand { padding: 0 8px; }
.nav { display: flex; flex-direction: column; gap: 3px; }
.nav__label {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: .14em;
  color: rgba(255,255,255,.42); padding: 14px 12px 6px; font-weight: 500;
}
.nav__item {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 12px; border-radius: var(--r);
  color: rgba(255,255,255,.76); font-weight: 400; font-size: 14px;
  cursor: pointer; border: 0; background: none; width: 100%;
  font-family: inherit; text-align: start;
  transition: background .15s, color .15s;
}
.nav__item:hover { background: rgba(255,255,255,.07); color: #fff; }
.nav__item.is-active { background: var(--lime); color: var(--ink); font-weight: 500; }
.nav__item svg { width: 18px; height: 18px; flex: none; }
.nav__badge {
  margin-inline-start: auto; background: var(--danger); color: #fff;
  border-radius: 99px; font-size: 11px; padding: 1px 7px; font-weight: 600;
}
.nav__item.is-active .nav__badge { background: var(--ink); color: #fff; }

.sidebar__foot { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.credit-chip {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r); padding: 12px 14px;
}
.credit-chip small { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.credit-chip b { display: block; font-size: 21px; color: var(--lime); font-weight: 600; letter-spacing: -.02em; }
.credit-chip span { font-size: 11.5px; color: rgba(255,255,255,.5); }

.main { flex: 1; min-width: 0; display: flex; flex-direction: column; }

.topbar {
  height: 66px; flex: none;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px;
  padding: 0 28px; position: sticky; top: 0; z-index: 30;
}
.topbar h1 { font-size: 20px; }
.topbar__spacer { flex: 1; }

.content { padding: 26px 28px 64px; max-width: 1360px; width: 100%; }

.page { display: none; }
.page.is-active { display: block; animation: fade .22s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

/* ── cards ───────────────────────────────────────────────────────────── */
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--pad);
  box-shadow: var(--shadow-sm);
}
.card + .card { margin-top: 18px; }
.card__head {
  display: flex; align-items: center; gap: 12px;
  margin: -4px 0 16px;
}
.card__head h2 { flex: 1; }
.card__sub { color: var(--text-2); font-size: 13px; margin: -10px 0 16px; }

.grid { display: grid; gap: 18px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid--sidebar { grid-template-columns: minmax(0,1fr) 340px; align-items: start; }
@media (max-width: 1100px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid--sidebar, .grid--3 { grid-template-columns: 1fr; }
}
@media (max-width: 720px) { .grid--2, .grid--4 { grid-template-columns: 1fr; } }

/* ── stat tiles ──────────────────────────────────────────────────────── */
.stat {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 18px 20px; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.stat::after {
  content: ''; position: absolute; inset-inline-start: 0; top: 0; bottom: 0;
  width: 3px; background: var(--tile, var(--lime));
}
.stat__label {
  font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-3); font-weight: 500;
}
.stat__value {
  font-size: 28px; font-weight: 600; letter-spacing: -.03em; color: var(--ink);
  margin-top: 4px; font-variant-numeric: tabular-nums;
}
.stat__hint { font-size: 12.5px; color: var(--text-2); margin-top: 2px; }
.stat--ok     { --tile: var(--ok); }
.stat--warn   { --tile: var(--warn); }
.stat--danger { --tile: var(--danger); }
.stat--info   { --tile: var(--info); }
.stat--ink    { --tile: var(--ink); }

/* ── buttons ─────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-size: 14px; font-weight: 500;
  padding: 10px 18px; border-radius: var(--r);
  border: 1px solid transparent; cursor: pointer;
  background: var(--ink); color: #fff;
  transition: transform .08s, box-shadow .15s, background .15s, opacity .15s;
  white-space: nowrap; line-height: 1.3;
}
.btn:hover  { background: var(--ink-700); box-shadow: var(--shadow); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.btn svg { width: 17px; height: 17px; }

.btn--lime   { background: var(--lime); color: var(--ink); font-weight: 600; }
.btn--lime:hover { background: var(--lime-600); }
.btn--ghost  { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--ink-soft); box-shadow: none; }
.btn--quiet  { background: transparent; color: var(--text-2); }
.btn--quiet:hover { background: var(--ink-soft); color: var(--ink); box-shadow: none; }
.btn--danger { background: var(--danger); }
.btn--danger:hover { background: #9F0F33; }
.btn--sm     { padding: 6px 12px; font-size: 13px; border-radius: var(--r-sm); }
.btn--lg     { padding: 13px 26px; font-size: 15px; }
.btn--block  { width: 100%; }

/* ── forms ───────────────────────────────────────────────────────────── */
.field { display: block; margin-bottom: 16px; }
.field__label {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 6px;
}
.field__label .req { color: var(--danger); }
.field__hint { font-size: 12.5px; color: var(--text-3); margin-top: 5px; }
.field__err  { font-size: 12.5px; color: var(--danger); margin-top: 5px; display: none; }
.field.has-error .field__err { display: block; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--danger); }

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=button]),
select, textarea {
  width: 100%; font-family: inherit; font-size: 14px; color: var(--text);
  padding: 10px 13px; border: 1px solid var(--line-strong);
  border-radius: var(--r); background: var(--surface);
  transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--ink-300);
  box-shadow: 0 0 0 3px rgba(203,220,83,.35);
}
textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235D5872' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center;
  padding-inline-end: 34px;
}
html[dir='rtl'] select { background-position: left 13px center; }

.row { display: flex; gap: 14px; }
.row > * { flex: 1; min-width: 0; }
@media (max-width: 640px) { .row { flex-direction: column; } }

.check { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; cursor: pointer; }
.check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--lime-700); flex: none; }

/* segmented control */
.seg { display: inline-flex; background: var(--ink-soft); border-radius: var(--r); padding: 3px; gap: 3px; }
.seg button {
  border: 0; background: none; font-family: inherit; font-size: 13px; font-weight: 500;
  padding: 7px 15px; border-radius: 9px; cursor: pointer; color: var(--text-2);
}
.seg button.is-active { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }

/* dropzone */
.drop {
  border: 1.5px dashed var(--line-strong); border-radius: var(--r-lg);
  padding: 28px 20px; text-align: center; cursor: pointer;
  background: var(--surface-2); transition: border-color .15s, background .15s;
}
.drop:hover, .drop.is-over { border-color: var(--lime-700); background: var(--lime-soft); }
.drop svg { width: 30px; height: 30px; color: var(--ink-300); }
.drop b { display: block; margin-top: 8px; color: var(--ink); font-weight: 500; }
.drop span { font-size: 12.5px; color: var(--text-3); }
.drop.has-file { border-style: solid; border-color: var(--lime-700); background: var(--lime-soft); }

/* ── type picker cards ───────────────────────────────────────────────── */
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 860px) { .type-grid { grid-template-columns: 1fr; } }
.type-card {
  border: 1.5px solid var(--line); border-radius: var(--r-lg);
  padding: 18px; cursor: pointer; background: var(--surface);
  transition: border-color .15s, box-shadow .15s, transform .1s;
  text-align: start; font-family: inherit;
}
.type-card:hover { border-color: var(--ink-300); box-shadow: var(--shadow); }
.type-card.is-active { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(203,220,83,.4); }
.type-card__icon {
  width: 40px; height: 40px; border-radius: 11px; background: var(--lime-soft);
  display: grid; place-items: center; color: var(--ink-700); margin-bottom: 11px;
}
.type-card.is-active .type-card__icon { background: var(--lime); }
.type-card__icon svg { width: 21px; height: 21px; }
.type-card b { display: block; font-size: 14.5px; color: var(--ink); font-weight: 600; }
.type-card p { font-size: 12.5px; color: var(--text-2); margin: 4px 0 0; line-height: 1.5; }
.type-card__price { font-size: 12px; color: var(--lime-700); font-weight: 600; margin-top: 8px; }

/* ── tables ──────────────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; margin: 0 calc(var(--pad) * -1) calc(var(--pad) * -1); }
table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
th {
  text-align: start; font-weight: 500; font-size: 11.5px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--text-3);
  padding: 10px 14px; border-bottom: 1px solid var(--line); white-space: nowrap;
}
td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: middle; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: var(--surface-2); }
.num { font-variant-numeric: tabular-nums; text-align: end; }
.table-wrap th:first-child, .table-wrap td:first-child { padding-inline-start: var(--pad); }
.table-wrap th:last-child,  .table-wrap td:last-child  { padding-inline-end: var(--pad); }

/* ── pills / badges ──────────────────────────────────────────────────── */
.pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .01em;
  padding: 3px 10px; border-radius: 99px; white-space: nowrap;
  background: var(--ink-soft); color: var(--ink-500);
}
.pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill--ok     { background: var(--ok-bg);     color: var(--ok); }
.pill--warn   { background: var(--warn-bg);   color: var(--warn); }
.pill--danger { background: var(--danger-bg); color: var(--danger); }
.pill--info   { background: var(--info-bg);   color: var(--info); }
.pill--lime   { background: var(--lime-soft); color: var(--lime-700); }
.pill--live::before { animation: blip 1.2s infinite; }
@keyframes blip { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.pill--plain::before { display: none; }

/* ── progress ────────────────────────────────────────────────────────── */
.bar { height: 7px; border-radius: 99px; background: var(--ink-soft); overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--lime); border-radius: 99px; transition: width .5s; }
.bar--ok > i     { background: var(--ok); }
.bar--danger > i { background: var(--danger); }

/* stacked mini bar chart */
.spark { display: flex; align-items: flex-end; gap: 3px; height: 72px; }
.spark__col { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 1px; min-width: 3px; }
.spark__seg { border-radius: 2px; min-height: 1px; }
.spark__seg--ok   { background: var(--lime); }
.spark__seg--bad  { background: #E8A0B4; }

/* ── modal ───────────────────────────────────────────────────────────── */
.modal-bg {
  position: fixed; inset: 0; background: rgba(31,24,48,.5);
  backdrop-filter: blur(3px); display: none; z-index: 100;
  align-items: center; justify-content: center; padding: 20px;
}
.modal-bg.is-open { display: flex; }
.modal {
  background: var(--surface); border-radius: var(--r-xl);
  width: min(620px, 100%); max-height: 88vh; overflow: auto;
  box-shadow: var(--shadow-lg); padding: 26px;
  animation: pop .18s ease;
}
.modal--wide { width: min(920px, 100%); }
@keyframes pop { from { opacity: 0; transform: scale(.97) translateY(8px); } to { opacity: 1; transform: none; } }
.modal__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.modal__head h2 { flex: 1; }

/* ── toast ───────────────────────────────────────────────────────────── */
.toasts {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 200;
  display: flex; flex-direction: column; gap: 10px; max-width: 380px;
}
.toast {
  background: var(--ink); color: #fff; padding: 13px 17px;
  border-radius: var(--r); box-shadow: var(--shadow-lg);
  font-size: 13.5px; display: flex; gap: 10px; align-items: flex-start;
  animation: slide .22s ease;
}
@keyframes slide { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.toast--ok     { background: #14532D; }
.toast--danger { background: #881337; }
.toast b { display: block; font-weight: 600; }

/* ── misc ────────────────────────────────────────────────────────────── */
.empty { text-align: center; padding: 46px 20px; color: var(--text-3); }
.empty svg { width: 42px; height: 42px; opacity: .35; margin-bottom: 10px; }
.empty b { display: block; color: var(--text-2); font-weight: 500; margin-bottom: 4px; }

.muted { color: var(--text-2); }
.small { font-size: 12.5px; }
.mono  { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 12.5px; }
.right { text-align: end; }
.mt  { margin-top: 14px; }
.mt2 { margin-top: 24px; }
.nowrap { white-space: nowrap; }
.flex { display: flex; align-items: center; gap: 10px; }
.flex-wrap { flex-wrap: wrap; }
.spacer { flex: 1; }
.divider { height: 1px; background: var(--line); margin: 18px 0; }

.avatar {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: var(--lime); color: var(--ink);
  display: grid; place-items: center; font-weight: 600; font-size: 13px;
}

.skeleton {
  background: linear-gradient(90deg, var(--ink-soft) 25%, #F6F4FB 50%, var(--ink-soft) 75%);
  background-size: 200% 100%; animation: shimmer 1.3s infinite; border-radius: var(--r-sm);
  height: 14px;
}
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* ── whatsapp preview bubble ─────────────────────────────────────────── */
.wa-preview {
  background: #ECE5DD; border-radius: var(--r-lg); padding: 18px;
  background-image: radial-gradient(rgba(0,0,0,.035) 1px, transparent 1px);
  background-size: 14px 14px;
}
.wa-bubble {
  background: #fff; border-radius: 9px; padding: 8px 10px 6px;
  max-width: 300px; box-shadow: 0 1px 1px rgba(0,0,0,.13);
  font-size: 13.5px; white-space: pre-wrap; word-break: break-word;
  position: relative; color: #111B21; line-height: 1.45;
}
.wa-bubble::before {
  content: ''; position: absolute; top: 0; inset-inline-start: -7px;
  border: 7px solid transparent; border-top-color: #fff; border-inline-start: 0;
}
html[dir='rtl'] .wa-bubble::before { inset-inline-start: auto; inset-inline-end: -7px; }
.wa-bubble__media {
  background: #D9E5E1; border-radius: 6px; height: 128px; margin-bottom: 6px;
  display: grid; place-items: center; color: #5A7168; font-size: 12px; gap: 4px;
  overflow: hidden;
}
.wa-bubble__media img { width: 100%; height: 100%; object-fit: cover; }
.wa-bubble__time { font-size: 10.5px; color: #667781; text-align: end; margin-top: 2px; }

/* ── login ───────────────────────────────────────────────────────────── */
.auth {
  min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr;
}
@media (max-width: 900px) { .auth { grid-template-columns: 1fr; } .auth__art { display: none; } }
.auth__art {
  background: var(--lime);
  padding: 52px; display: flex; flex-direction: column; gap: 28px;
  position: relative; overflow: hidden;
}
.auth__art::after {
  content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: rgba(255,255,255,.22); bottom: -190px; inset-inline-end: -150px;
}
.auth__art-body { margin-top: auto; position: relative; z-index: 1; max-width: 460px; }
.auth__art-body h2 { font-size: 34px; line-height: 1.18; letter-spacing: -.03em; }
.auth__art-body p { color: var(--ink-700); font-size: 15px; margin-top: 12px; }
.auth__points { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.auth__point { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--ink); }
.auth__point svg { width: 19px; height: 19px; flex: none; margin-top: 2px; }
.auth__form {
  display: flex; flex-direction: column; justify-content: center;
  padding: 48px 8vw; background: var(--surface);
}
.auth__form-inner { width: min(400px, 100%); margin: 0 auto; }

.lang-toggle {
  display: inline-flex; gap: 2px; background: var(--ink-soft);
  border-radius: 99px; padding: 3px;
}
.lang-toggle button {
  border: 0; background: none; font-family: inherit; font-size: 12.5px; font-weight: 500;
  padding: 5px 13px; border-radius: 99px; cursor: pointer; color: var(--text-2);
}
.lang-toggle button.is-active { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.sidebar .lang-toggle { background: rgba(255,255,255,.08); }
.sidebar .lang-toggle button { color: rgba(255,255,255,.6); }
.sidebar .lang-toggle button.is-active { background: rgba(255,255,255,.16); color: #fff; }

/* ── mobile ──────────────────────────────────────────────────────────── */
.burger { display: none; }
@media (max-width: 900px) {
  .burger { display: inline-grid; place-items: center; width: 38px; height: 38px;
            border-radius: var(--r-sm); border: 1px solid var(--line-strong);
            background: var(--surface); cursor: pointer; }
  .sidebar {
    position: fixed; inset-inline-start: 0; top: 0; height: 100vh;
    transform: translateX(-100%); transition: transform .22s;
  }
  html[dir='rtl'] .sidebar { transform: translateX(100%); }
  .sidebar.is-open { transform: none; box-shadow: var(--shadow-lg); }
  .content { padding: 20px 16px 60px; }
  .topbar { padding: 0 16px; }
  .table-wrap { margin-inline: -16px; }
}

/* print */
@media print {
  .sidebar, .topbar, .btn, .no-print { display: none !important; }
  body { background: #fff; }
  .card { break-inside: avoid; box-shadow: none; }
}
