/* =========================================================
   FoundSOS · Admin v2
   Professional, calm, dense — Stripe/Linear influence.
   Scoped under .adm-shell to override prior .adm-* styles.
   ========================================================= */

.adm-shell {
  --adm-bg: #f6f7fb;
  --adm-surface: #ffffff;
  --adm-surface-2: #fafbff;
  --adm-border: #e5e8f0;
  --adm-border-strong: #d4d9e6;
  --adm-text: #0f172a;
  --adm-text-mute: #5b6478;
  --adm-text-soft: #8a93a6;
  --adm-primary: #4f46e5;
  --adm-primary-50: #eef2ff;
  --adm-primary-600: #4338ca;
  --adm-success: #10b981;
  --adm-success-50: #ecfdf5;
  --adm-warning: #f59e0b;
  --adm-warning-50: #fffbeb;
  --adm-danger: #ef4444;
  --adm-danger-50: #fef2f2;
  --adm-info: #0ea5e9;
  --adm-info-50: #f0f9ff;
  --adm-shadow-sm: 0 1px 2px rgb(15 23 42 / .06);
  --adm-shadow: 0 1px 2px rgb(15 23 42 / .04), 0 4px 12px rgb(15 23 42 / .04);
  --adm-shadow-lg: 0 20px 48px -16px rgb(15 23 42 / .25);
  --adm-radius: 12px;

  min-height: 100vh;
  background: var(--adm-bg);
  color: var(--adm-text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: 'cv11', 'ss01';
  -webkit-font-smoothing: antialiased;
  padding: 0;
}

/* ---------- Shell layout (sidebar + topbar) ---------- */
.adm-app {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 100vh;
}
.adm-sidebar {
  background: #0b1020;
  color: #cfd5e3;
  padding: 18px 12px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.adm-brand {
  display: flex; align-items: center; gap: 10px;
  padding: 4px 10px 14px;
  border-bottom: 1px solid #1f2640;
}
.adm-brand-logo {
  width: 32px; height: 32px; border-radius: 9px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 14px;
  box-shadow: 0 8px 20px -4px rgba(99,102,241,.5);
}
.adm-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.adm-brand-text b { color: #fff; font-size: 14px; letter-spacing: -.01em; }
.adm-brand-text small { color: #8891aa; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; }
.adm-nav { display: flex; flex-direction: column; gap: 2px; }
.adm-nav-section { font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: #6b7390; padding: 14px 12px 6px; }
.adm-nav-link {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 8px;
  font-size: 13.5px; color: #cfd5e3; font-weight: 500;
  text-decoration: none; transition: background .15s, color .15s;
}
.adm-nav-link:hover { background: #161c33; color: #fff; }
.adm-nav-link.on { background: linear-gradient(135deg, rgba(99,102,241,.18), rgba(139,92,246,.12)); color: #fff; box-shadow: inset 2px 0 0 #6366f1; }
.adm-nav-link svg { width: 16px; height: 16px; flex: 0 0 16px; opacity: .8; }
.adm-nav-link.on svg { opacity: 1; color: #a5b4fc; }
.adm-nav-foot { margin-top: auto; padding-top: 10px; border-top: 1px solid #1f2640; }
.adm-exit { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 8px; font-size: 13px; color: #a8b0c8; text-decoration: none; }
.adm-exit:hover { background: #161c33; color: #fff; }

.adm-main { display: flex; flex-direction: column; min-width: 0; }
.adm-topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(246,247,251,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--adm-border);
  padding: 12px 24px;
  display: flex; align-items: center; gap: 14px;
}
.adm-topbar-title { font-size: 15px; font-weight: 600; color: var(--adm-text); margin: 0; }
.adm-topbar-spacer { flex: 1; }
.adm-bell {
  position: relative; width: 38px; height: 38px;
  border-radius: 10px; border: 1px solid var(--adm-border);
  background: #fff; display: grid; place-items: center;
  cursor: pointer; transition: border-color .15s;
}
.adm-bell:hover { border-color: var(--adm-border-strong); }
.adm-bell-dot {
  position: absolute; top: 7px; right: 7px;
  min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 8px; background: var(--adm-danger);
  color: #fff; font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
}
.adm-page { padding: 24px; max-width: 1400px; margin: 0 auto; width: 100%; box-sizing: border-box; }

/* ---------- Mobile sidebar ---------- */
.adm-mobile-bar {
  display: none;
  position: sticky; top: 0; z-index: 40;
  background: #0b1020; color: #fff;
  padding: 12px 16px;
  align-items: center; gap: 12px;
}
.adm-burger { width: 36px; height: 36px; border-radius: 8px; background: #1a2042; border: 0; color: #fff; display: grid; place-items: center; cursor: pointer; }
.adm-mobile-bar h2 { margin: 0; font-size: 15px; font-weight: 600; }

@media (max-width: 900px) {
  .adm-app { grid-template-columns: 1fr; }
  .adm-sidebar { position: fixed; left: -260px; width: 232px; transition: left .25s; z-index: 50; }
  .adm-sidebar.open { left: 0; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
  .adm-sidebar-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,.5); z-index: 45; }
  .adm-mobile-bar { display: flex; }
  .adm-topbar { padding: 12px 16px; }
  .adm-page { padding: 16px; }
}

/* ---------- Card primitives ---------- */
.adm-card {
  background: var(--adm-surface);
  border: 1px solid var(--adm-border);
  border-radius: var(--adm-radius);
  padding: 18px;
  box-shadow: var(--adm-shadow-sm);
}
.adm-card-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.adm-card-h h3 { margin: 0; font-size: 14px; font-weight: 600; letter-spacing: -.005em; color: var(--adm-text); }
.adm-h3 { margin: 0 0 12px; font-size: 14px; font-weight: 600; color: var(--adm-text); }
.adm-muted { color: var(--adm-text-mute); font-size: 12.5px; }
.adm-soft { color: var(--adm-text-soft); }

/* ---------- KPI grid ---------- */
.adm-kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-bottom: 20px; }
.adm-kpi {
  padding: 16px 18px; position: relative; overflow: hidden;
  border-left: 3px solid var(--adm-primary);
}
.adm-kpi.accent-rev { border-left-color: #6366f1; }
.adm-kpi.accent-cust { border-left-color: #06b6d4; }
.adm-kpi.accent-tags { border-left-color: #10b981; }
.adm-kpi.accent-red { border-left-color: var(--adm-danger); background: var(--adm-danger-50); }
.adm-kpi.accent-mute { border-left-color: var(--adm-border-strong); }
.adm-kpi-label { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--adm-text-soft); font-weight: 600; }
.adm-kpi-value { font-family: 'Sora', 'Inter', sans-serif; font-size: 28px; font-weight: 700; color: var(--adm-text); margin: 8px 0 4px; letter-spacing: -.02em; line-height: 1; }
.adm-kpi-sub { font-size: 12px; color: var(--adm-text-mute); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.adm-kpi-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.adm-range { display: flex; gap: 2px; background: #f1f3f9; padding: 2px; border-radius: 7px; }
.adm-range button { border: 0; background: transparent; padding: 4px 8px; border-radius: 5px; font-size: 11px; color: var(--adm-text-mute); cursor: pointer; font-weight: 600; }
.adm-range button.on { background: #fff; color: var(--adm-text); box-shadow: var(--adm-shadow-sm); }

/* ---------- Grids ---------- */
.adm-grid-2 { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; margin-bottom: 20px; }
.adm-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) {
  .adm-grid-2, .adm-grid-3 { grid-template-columns: 1fr; }
}

/* ---------- Toolbar / inputs ---------- */
.adm-toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; align-items: center; }
.adm-input, .adm-select {
  padding: 9px 12px; font-size: 13.5px;
  border: 1px solid var(--adm-border); border-radius: 9px;
  background: #fff; color: var(--adm-text);
  font-family: inherit; min-width: 0;
  transition: border-color .15s, box-shadow .15s;
}
.adm-input:focus, .adm-select:focus { outline: none; border-color: var(--adm-primary); box-shadow: 0 0 0 3px var(--adm-primary-50); }
.adm-input { flex: 1; min-width: 200px; }
.adm-select { padding-right: 28px; }
textarea.adm-input { resize: vertical; min-height: 64px; font-family: inherit; }

/* ---------- Chips ---------- */
.adm-chip {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 8px; border-radius: 6px;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .04em;
  background: #f1f3f9; color: #475569;
  border: 1px solid transparent;
}
.adm-chip-mute { background: #f1f3f9; color: #5b6478; }
.adm-chip-active, .adm-chip-paid, .adm-chip-green { background: var(--adm-success-50); color: #047857; }
.adm-chip-inactive { background: #f1f5f9; color: #475569; }
.adm-chip-unclaimed, .adm-chip-amber, .adm-chip-warn { background: var(--adm-warning-50); color: #b45309; }
.adm-chip-lost, .adm-chip-red, .adm-chip-cancelled, .adm-chip-refunded, .adm-chip-dead, .adm-chip-failed { background: var(--adm-danger-50); color: #b91c1c; }
.adm-chip-shipped, .adm-chip-info { background: var(--adm-info-50); color: #0369a1; }
.adm-chip-delivered { background: #ecfeff; color: #0e7490; }
.adm-chip-new { background: var(--adm-primary-50); color: var(--adm-primary-600); }
.adm-chip-private { background: #f5f3ff; color: #6d28d9; }

/* ---------- Row list (orders / customers / tags) ---------- */
.adm-row-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.adm-row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; cursor: default; transition: border-color .12s, box-shadow .12s; }
.adm-row[role="button"], .adm-row.clickable { cursor: pointer; }
.adm-row[role="button"]:hover, .adm-row.clickable:hover { border-color: var(--adm-border-strong); box-shadow: var(--adm-shadow); }
.adm-row-link { display: flex; gap: 14px; flex: 1; text-decoration: none; color: inherit; align-items: center; }
.adm-row-main { flex: 1; min-width: 0; }
.adm-row-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.adm-row-head b { font-size: 14px; color: var(--adm-text); }
.adm-row-sub { font-size: 13px; color: var(--adm-text-mute); margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.adm-row-meta { font-size: 11.5px; color: var(--adm-text-soft); margin-top: 4px; }
.adm-row-amt { font-family: 'Sora', 'Inter', sans-serif; font-weight: 700; font-size: 15px; color: var(--adm-text); letter-spacing: -.01em; }
.adm-row-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.adm-code-mini { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11.5px; padding: 2px 6px; background: #f1f3f9; border-radius: 5px; color: var(--adm-text); }
.adm-cust-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #818cf8, #c4b5fd); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; flex: 0 0 38px; }
.adm-cust-av.lg { width: 56px; height: 56px; font-size: 20px; flex: 0 0 56px; }

/* ---------- Buttons ---------- */
.adm-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 8px; font-size: 13px;
  font-weight: 600; cursor: pointer; border: 1px solid transparent;
  transition: background .15s, transform .05s, border-color .15s;
  text-decoration: none; font-family: inherit;
}
.adm-btn:active { transform: translateY(1px); }
.adm-btn-primary { background: var(--adm-primary); color: #fff; }
.adm-btn-primary:hover { background: var(--adm-primary-600); }
.adm-btn-secondary { background: #fff; color: var(--adm-text); border-color: var(--adm-border); }
.adm-btn-secondary:hover { border-color: var(--adm-border-strong); background: var(--adm-surface-2); }
.adm-btn-ghost { background: transparent; color: var(--adm-primary); }
.adm-btn-ghost:hover { background: var(--adm-primary-50); }
.adm-btn-danger { background: #fff; color: var(--adm-danger); border-color: #fecaca; }
.adm-btn-danger:hover { background: var(--adm-danger-50); }
.adm-btn-mini { padding: 5px 10px; font-size: 11.5px; }

/* ---------- Empty / loading ---------- */
.adm-loading { padding: 80px 20px; text-align: center; color: var(--adm-text-mute); font-size: 14px; }
.adm-empty-mini { padding: 40px 24px; text-align: center; color: var(--adm-text-mute); font-size: 13px; background: var(--adm-surface-2); border: 1px dashed var(--adm-border); border-radius: var(--adm-radius); }

/* ---------- Subtabs (used on customer detail) ---------- */
.adm-subtabs { display: flex; gap: 4px; padding: 4px; background: #fff; border: 1px solid var(--adm-border); border-radius: 11px; margin: 18px 0 14px; overflow-x: auto; }
.adm-subtabs button { border: 0; background: transparent; padding: 8px 14px; border-radius: 7px; font-size: 13px; color: var(--adm-text-mute); cursor: pointer; font-weight: 600; white-space: nowrap; font-family: inherit; }
.adm-subtabs button.on { background: var(--adm-primary-50); color: var(--adm-primary-600); }
.adm-subtab-count { background: rgba(255,255,255,.7); padding: 1px 6px; border-radius: 5px; font-size: 10.5px; margin-left: 4px; }
.adm-subtabs button.on .adm-subtab-count { background: var(--adm-primary); color: #fff; }

/* ---------- Customer header ---------- */
.adm-cust-header { display: flex; gap: 18px; align-items: flex-start; flex-wrap: wrap; }
.adm-cust-info { flex: 1; min-width: 200px; }
.adm-cust-info h2 { margin: 0 0 4px; font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.adm-cust-info .adm-muted { display: block; margin-top: 2px; }
.adm-cust-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.adm-back { display: inline-flex; align-items: center; gap: 4px; color: var(--adm-text-mute); font-size: 13px; text-decoration: none; margin-bottom: 14px; }
.adm-back:hover { color: var(--adm-primary); }

/* ---------- Pagination ---------- */
.adm-pager { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 16px; font-size: 13px; color: var(--adm-text-mute); }
.adm-pager button { border: 1px solid var(--adm-border); background: #fff; padding: 6px 12px; border-radius: 7px; cursor: pointer; font-weight: 600; color: var(--adm-text); }
.adm-pager button:disabled { opacity: .4; cursor: not-allowed; }

/* ---------- Modal ---------- */
.adm-modal-overlay { position: fixed; inset: 0; background: rgba(15,23,42,.55); display: grid; place-items: center; z-index: 100; padding: 16px; }
.adm-modal { background: #fff; border-radius: 14px; max-width: 480px; width: 100%; box-shadow: var(--adm-shadow-lg); overflow: hidden; }
.adm-modal-head { padding: 16px 20px; border-bottom: 1px solid var(--adm-border); display: flex; align-items: center; justify-content: space-between; }
.adm-modal-head h3 { margin: 0; font-size: 16px; font-weight: 600; }
.adm-modal-body { padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; }
.adm-modal-foot { padding: 14px 20px; border-top: 1px solid var(--adm-border); display: flex; gap: 8px; justify-content: flex-end; }
.adm-x { background: transparent; border: 0; font-size: 24px; line-height: 1; cursor: pointer; color: var(--adm-text-soft); }
.adm-x:hover { color: var(--adm-text); }
.adm-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.adm-form-grid .full { grid-column: 1 / -1; }
.adm-form-grid label { display: flex; flex-direction: column; gap: 4px; font-size: 12px; font-weight: 600; color: var(--adm-text-mute); }
.adm-form-grid label > span { letter-spacing: .02em; }
.adm-form-grid label > input, .adm-form-grid label > select, .adm-form-grid label > textarea { padding: 8px 10px; border: 1px solid var(--adm-border); border-radius: 8px; font-size: 13px; font-family: inherit; }

/* ---------- Drawer (order detail) ---------- */
.adm-drawer-overlay { position: fixed; inset: 0; background: rgba(15,23,42,.55); display: flex; justify-content: flex-end; z-index: 100; }
.adm-drawer { background: #fff; width: min(560px, 100%); height: 100vh; overflow-y: auto; box-shadow: var(--adm-shadow-lg); display: flex; flex-direction: column; }
.adm-drawer-head { padding: 16px 20px; border-bottom: 1px solid var(--adm-border); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: #fff; z-index: 2; }
.adm-drawer-head h2 { margin: 0; font-size: 17px; font-weight: 600; }
.adm-drawer-body { padding: 18px 20px; display: flex; flex-direction: column; gap: 18px; }
.adm-section { display: flex; flex-direction: column; gap: 10px; }
.adm-section h4 { margin: 0 0 4px; font-size: 12px; font-weight: 600; color: var(--adm-text-soft); text-transform: uppercase; letter-spacing: .06em; }
.adm-cust-box { display: flex; gap: 12px; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 14px; }
.adm-items { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.adm-items li { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; padding: 8px 12px; background: var(--adm-surface-2); border-radius: 8px; font-size: 13px; }
.adm-total-row { display: flex; justify-content: space-between; padding: 10px 12px; background: var(--adm-primary-50); border-radius: 8px; font-size: 14px; }
.adm-codes { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.adm-codes li { display: flex; align-items: center; gap: 10px; padding: 7px 12px; background: var(--adm-surface-2); border-radius: 7px; font-size: 13px; }
.adm-codes code { font-family: 'JetBrains Mono', ui-monospace, monospace; font-weight: 600; color: var(--adm-text); }
.adm-codes li.claimed { background: var(--adm-success-50); }
.adm-add-codes { display: grid; grid-template-columns: 80px 1fr auto; gap: 8px; margin-top: 12px; }
.adm-note-add { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.adm-mini-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.adm-mini-list li { padding: 8px 12px; background: var(--adm-surface-2); border-radius: 7px; }

/* ---------- Sparkline ---------- */
.adm-spark { width: 100%; height: 56px; }
.adm-bars { display: flex; align-items: flex-end; gap: 3px; height: 140px; padding-top: 6px; }
.adm-bar-col { flex: 1; height: 100%; display: flex; align-items: flex-end; }
.adm-bar { width: 100%; background: linear-gradient(180deg, #818cf8, #6366f1); border-radius: 3px 3px 0 0; min-height: 2px; transition: opacity .2s; }
.adm-bar-col:hover .adm-bar { opacity: .8; }
.adm-bars-meta { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--adm-text-soft); margin-top: 6px; }
.adm-toplist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.adm-toplist li { display: grid; grid-template-columns: 20px 1fr 120px 40px; gap: 10px; align-items: center; font-size: 13px; }
.adm-toplist-name { font-weight: 500; }
.adm-toplist-track { height: 6px; background: #f1f3f9; border-radius: 3px; overflow: hidden; }
.adm-toplist-track > div { height: 100%; background: linear-gradient(90deg, #6366f1, #8b5cf6); border-radius: 3px; }
.adm-toplist-val { text-align: right; font-family: 'Sora', sans-serif; font-weight: 600; color: var(--adm-text); }

/* ---------- Quick action tiles ---------- */
.adm-quick-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 18px; }
.adm-action { display: flex; gap: 12px; align-items: center; padding: 14px 16px; background: #fff; border: 1px solid var(--adm-border); border-radius: var(--adm-radius); text-decoration: none; color: var(--adm-text); transition: border-color .15s, transform .1s; box-shadow: var(--adm-shadow-sm); }
.adm-action:hover { border-color: var(--adm-primary); transform: translateY(-1px); }
.adm-action > span { font-size: 22px; }
.adm-action b { display: block; font-size: 14px; }
.adm-action small { display: block; font-size: 12px; color: var(--adm-text-mute); margin-top: 2px; }

/* ---------- Alerts ---------- */
.adm-alert { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: var(--adm-radius); border: 1px solid; font-size: 13.5px; margin-bottom: 14px; }
.adm-alert.warn { background: var(--adm-warning-50); color: #92400e; border-color: #fde68a; }
.adm-alert.danger { background: var(--adm-danger-50); color: #991b1b; border-color: #fecaca; }
.adm-alert b { display: block; margin-bottom: 2px; }

/* ---------- Bell dropdown ---------- */
.adm-bell-pop { position: absolute; top: 48px; right: 0; width: 340px; background: #fff; border: 1px solid var(--adm-border); border-radius: 12px; box-shadow: var(--adm-shadow-lg); overflow: hidden; z-index: 50; }
.adm-bell-pop-h { padding: 12px 16px; border-bottom: 1px solid var(--adm-border); font-weight: 600; font-size: 13px; }
.adm-bell-pop-list { max-height: 380px; overflow-y: auto; }
.adm-bell-pop-item { display: block; padding: 12px 16px; border-bottom: 1px solid var(--adm-border); text-decoration: none; color: var(--adm-text); font-size: 13px; }
.adm-bell-pop-item:hover { background: var(--adm-surface-2); }
.adm-bell-pop-item small { display: block; color: var(--adm-text-soft); margin-top: 2px; font-size: 11.5px; }
.adm-bell-pop-empty { padding: 30px; text-align: center; color: var(--adm-text-mute); font-size: 13px; }

/* Override old indigo header gradient if present (legacy classes still emitted by sub-pages) */
.adm-shell .adm-header,
.adm-shell .adm-tabs,
.adm-shell .adm-pill,
.adm-shell .adm-title,
.adm-shell .adm-quick-btn { display: none !important; }
