/* CHẠM KÝ ỨC — Admin v2 styles */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body { font-family: 'Inter', system-ui, sans-serif; }

.font-brand { font-family: '1FTV VIP Beezle', Georgia, serif; letter-spacing: 0.02em; }
.font-sub { font-family: '1FTV VIP Chomp Regular', Inter, sans-serif; }

/* Sidebar nav active state */
.nav-item { transition: all .15s; border-left: 3px solid transparent; }
.nav-item.active { background: #2E4877; border-left-color: #C9D7DD; color: #fff; }
.nav-item:hover { border-left-color: #C9D7DD; }

/* KPI card */
.kpi-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 18px 20px; transition: all .2s; }
.kpi-card:hover { box-shadow: 0 4px 14px rgba(35,57,93,.08); transform: translateY(-1px); }
.kpi-label { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: #64748B; font-weight: 600; }
.kpi-value { font-family: '1FTV VIP Beezle', Georgia, serif; font-size: 28px; color: #23395D; margin-top: 4px; font-weight: 700; }
.kpi-delta-up { color: #16a34a; font-size: 11px; font-weight: 600; }
.kpi-delta-down { color: #dc2626; font-size: 11px; font-weight: 600; }

/* Cards */
.panel { background:#fff; border:1px solid #E2E8F0; border-radius:12px; padding:20px; }
.panel-h { font-family:'1FTV VIP Beezle',Georgia,serif; color:#23395D; font-size:18px; margin-bottom:14px; display:flex; align-items:center; justify-content:space-between; }

/* Table */
.tbl { width:100%; font-size:13px; }
.tbl th { text-align:left; padding:10px 12px; background:#F1F5F9; color:#475569; font-weight:600; font-size:11px; text-transform:uppercase; letter-spacing:.04em; }
.tbl td { padding:11px 12px; border-bottom:1px solid #F1F5F9; }
.tbl tr:hover td { background:#F8FAFC; }

/* Badges */
.badge { display:inline-flex; align-items:center; padding:2px 8px; border-radius:9999px; font-size:11px; font-weight:600; }
.badge-green { background:#DCFCE7; color:#166534; }
.badge-yellow { background:#FEF9C3; color:#854D0E; }
.badge-orange { background:#FFEDD5; color:#9A3412; }
.badge-red { background:#FEE2E2; color:#991B1B; }
.badge-blue { background:#DBEAFE; color:#1E40AF; }
.badge-navy { background:#23395D; color:#fff; }
.badge-pastel { background:#C9D7DD; color:#23395D; }
.badge-gray { background:#E2E8F0; color:#475569; }
.badge-purple { background:#EDE9FE; color:#5B21B6; }
.badge-green { background:#DCFCE7; color:#166534; }
.badge-yellow { background:#FEF9C3; color:#854D0E; }

/* Kanban */
.kanban-col { background:#F1F5F9; border-radius:10px; min-width:260px; max-width:260px; padding:12px; }
.kanban-col h4 { font-size:12px; font-weight:700; color:#23395D; display:flex; justify-content:space-between; margin-bottom:10px; }
.kanban-card { background:#fff; border:1px solid #E2E8F0; border-radius:8px; padding:12px; margin-bottom:8px; cursor:grab; transition:.15s; }
.kanban-card:hover { box-shadow:0 2px 8px rgba(35,57,93,.1); border-color:#23395D; }
.kanban-card .name { font-weight:600; color:#23395D; font-size:13px; }
.kanban-card .meta { font-size:11px; color:#64748B; margin-top:4px; }

/* Calendar */
.cal-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:4px; }
.cal-cell { background:#fff; border:1px solid #E2E8F0; border-radius:6px; padding:6px; min-height:90px; font-size:11px; }
.cal-cell.dim { background:#F8FAFC; color:#CBD5E1; }
.cal-cell .d { font-weight:700; color:#23395D; font-size:12px; }
.cal-machine { padding:3px 5px; margin-top:3px; border-radius:4px; font-size:10px; }
.cal-m1 { background:#DBEAFE; color:#1E40AF; }
.cal-m2 { background:#FEF3C7; color:#92400E; }
.cal-full { background:#FEE2E2 !important; border:2px solid #DC2626 !important; animation:pulse 1.5s infinite; }
@keyframes pulse { 0%,100% { opacity:1 } 50% { opacity:.7 } }

/* Alert */
.alert-red { background:#FEE2E2; border-left:4px solid #DC2626; padding:14px 18px; border-radius:8px; }
.alert-yellow { background:#FEF9C3; border-left:4px solid #CA8A04; padding:14px 18px; border-radius:8px; }
.alert-blue { background:#DBEAFE; border-left:4px solid #1E40AF; padding:14px 18px; border-radius:8px; }

/* Catalog cards */
.pkg-card { border:2px solid #E2E8F0; border-radius:14px; padding:22px; transition:.2s; background:#fff; }
.pkg-card:hover { border-color:#23395D; transform:translateY(-2px); box-shadow:0 8px 20px rgba(35,57,93,.1); }
.pkg-card.featured { border-color:#23395D; background:linear-gradient(180deg,#fff 0%,#F8FAFC 100%); position:relative; }
.pkg-card.featured::before { content:"⭐ Bán chạy"; position:absolute; top:-10px; left:20px; background:#23395D; color:#C9D7DD; padding:3px 10px; border-radius:4px; font-size:10px; font-weight:700; }
.pkg-tier { font-family:'1FTV VIP Beezle',Georgia,serif; font-size:22px; color:#23395D; }
.pkg-price { font-family:'1FTV VIP Beezle',Georgia,serif; font-size:30px; color:#23395D; margin:10px 0; }

/* Tabs */
.tab { padding:8px 16px; font-size:13px; font-weight:600; color:#64748B; border-bottom:2px solid transparent; cursor:pointer; }
.tab.active { color:#23395D; border-color:#23395D; }

/* Modal */
.modal-overlay { position:fixed; inset:0; background:rgba(15,23,42,.6); z-index:100; display:flex; align-items:center; justify-content:center; }
.modal-box { background:#fff; border-radius:14px; width:90%; max-width:880px; max-height:85vh; overflow-y:auto; }

/* Progress bar */
.progress { height:8px; background:#E2E8F0; border-radius:4px; overflow:hidden; }
.progress-fill { height:100%; background:linear-gradient(90deg,#23395D,#2E4877); transition:width .3s; }

/* Accordion */
.acc-item { border:1px solid #E2E8F0; border-radius:8px; margin-bottom:8px; }
.acc-head { padding:14px 16px; cursor:pointer; font-weight:600; color:#23395D; display:flex; justify-content:space-between; }
.acc-body { padding:0 16px 14px; font-size:13px; color:#475569; display:none; }
.acc-item.open .acc-body { display:block; }

/* Chip */
.chip { display:inline-block; padding:2px 8px; background:#C9D7DD; color:#23395D; border-radius:4px; font-size:10px; font-weight:600; margin:1px 2px; }

/* Readonly banner */
.readonly-banner {
  background: linear-gradient(90deg, #FEF9C3, #FEF3C7);
  border-left: 4px solid #CA8A04;
  color: #713F12;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}
.ctv-banner {
  background: linear-gradient(90deg, #DBEAFE, #E0F2FE);
  border-left: 4px solid #2563EB;
  color: #1E3A8A;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}
/* Readonly mode: disable mọi button/input trong vùng nội dung */
body.readonly-mode #content button:not(.readonly-allow),
body.readonly-mode #content input:not([type="search"]),
body.readonly-mode #content textarea,
body.readonly-mode #content select,
body.readonly-mode #content .toggle {
  pointer-events: none !important;
  opacity: .55 !important;
  cursor: not-allowed !important;
}
body.readonly-mode #content button:not(.readonly-allow)::after {
  content: " 🔒";
}

/* Toggle switch */
.toggle { width:36px; height:20px; background:#CBD5E1; border-radius:10px; position:relative; cursor:pointer; transition:.2s; }
.toggle::after { content:""; width:16px; height:16px; background:#fff; border-radius:50%; position:absolute; top:2px; left:2px; transition:.2s; }
.toggle.on { background:#23395D; }
.toggle.on::after { left:18px; }

/* Catalog v5.2 — utility */
.tbl td.text-right, .tbl th.text-right { text-align: right; }
.tbl td.text-center, .tbl th.text-center { text-align: center; }

/* Calculator deal buttons */
.calc-deal { transition: all .15s; cursor: pointer; }
.calc-deal:hover:not(.bg-navy) { background: #F1F5F9; }

/* Tab pane hide helper (Tailwind .hidden đã có) — phòng khi conflict */
[data-pane].hidden, [data-hhpane].hidden { display: none; }

/* ============================================================
   ✨ ANIMATION LUNG LINH (Chiến 2026-06-12)
   ============================================================ */

/* A. Page transitions */
.page-content { animation: fadeSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* B. Skeleton loaders */
.skeleton {
  background: linear-gradient(90deg, #E2E8F0 0%, #F1F5F9 50%, #E2E8F0 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
  color: transparent !important;
}
.skeleton-dark {
  background: linear-gradient(90deg, #1e2a44 0%, #2b3a5a 50%, #1e2a44 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.skeleton-line { height: 12px; margin: 6px 0; }
.skeleton-card { height: 80px; margin-bottom: 12px; }

/* C. Hover micro-interactions */
.kpi-card {
  transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .25s, border-color .25s;
}
.kpi-card:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 10px 24px rgba(35,57,93,.14);
  border-color: #23395D;
}
.kpi-card:hover .kpi-icon { transform: rotate(8deg) scale(1.1); }
.kpi-icon { transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1); display: inline-block; }

.nav-item {
  position: relative;
  overflow: hidden;
}
.nav-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #2E4877 0%, transparent 100%);
  transform: translateX(-100%);
  transition: transform .25s ease;
  z-index: 0;
}
.nav-item:hover::before { transform: translateX(0); }
.nav-item > * { position: relative; z-index: 1; }

.tbl tr { transition: background .15s; }
.tbl tr:hover td {
  background: rgba(35,57,93,.04) !important;
  box-shadow: inset 3px 0 0 #23395D;
}

button, .btn-action {
  transition: transform .15s, box-shadow .15s, background-color .15s;
}
button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(35,57,93,.15);
}
button:active { transform: translateY(0) scale(.98); }

/* D. Hero KPI gradient động */
.kpi-hero {
  background: linear-gradient(135deg, #23395D, #2E4877, #C9D7DD, #2E4877, #23395D);
  background-size: 400% 400%;
  animation: gradientFlow 10s ease infinite;
  color: #fff !important;
  border: none !important;
}
.kpi-hero .kpi-label { color: rgba(255,255,255,.85) !important; }
.kpi-hero .kpi-value { color: #fff !important; }
.kpi-hero .kpi-delta-up,
.kpi-hero .kpi-delta-down { color: #fff !important; opacity: .9; }
@keyframes gradientFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* F. Toast notification */
.toast-container {
  position: fixed; bottom: 24px; right: 24px;
  z-index: 9999; display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
}
.toast {
  background: #23395D;
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px 14px 16px;
  min-width: 280px; max-width: 380px;
  border-left: 4px solid #FACC15;
  box-shadow: 0 10px 30px rgba(35,57,93,.35);
  display: flex; align-items: center; gap: 12px;
  animation: toastIn .35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
  font-size: 13px;
}
.toast.toast-out { animation: toastOut .3s ease forwards; }
.toast-success { border-left-color: #16A34A; }
.toast-error { border-left-color: #DC2626; }
.toast-info { border-left-color: #FACC15; }
.toast i { font-size: 18px; }
@keyframes toastIn {
  from { transform: translateX(120%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes toastOut {
  to { transform: translateX(120%); opacity: 0; }
}

/* G. Login glow (login page riêng) */
.login-glow {
  position: relative;
}
.login-glow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #FACC15, #23395D, #C9D7DD, #FACC15);
  background-size: 300% 300%;
  animation: gradientFlow 6s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* H. Badge LIVE pulse ring */
.live-pulse {
  position: relative; display: inline-flex; align-items: center; gap: 6px;
}
.live-pulse::before {
  content: ""; width: 8px; height: 8px; background: #DC2626; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, .7);
  animation: livePulse 1.8s infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, .7); }
  70% { box-shadow: 0 0 0 12px rgba(220, 38, 38, 0); }
  100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

/* I. App loader (init) */
#appLoader {
  position: fixed; inset: 0; background: #23395D;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  z-index: 10000; transition: opacity .5s ease;
}
#appLoader.fade-out { opacity: 0; pointer-events: none; }
#appLoader .loader-logo {
  font-family: '1FTV VIP Beezle', Georgia, serif;
  color: #fff; font-size: 36px; letter-spacing: .08em;
  animation: logoFade .8s ease;
}
#appLoader .loader-sub {
  color: #C9D7DD; font-size: 12px; margin-top: 8px; letter-spacing: .15em;
}
#appLoader .loader-spinner {
  width: 36px; height: 36px; border: 3px solid rgba(201,215,221,.25);
  border-top-color: #FACC15; border-radius: 50%;
  margin-top: 28px; animation: spin .9s linear infinite;
}
@keyframes logoFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes spin { to { transform: rotate(360deg); } }

/* J. DEMO mode banner */
.demo-banner {
  background: linear-gradient(90deg, #FEF3C7, #FDE68A);
  border-left: 4px solid #F59E0B;
  color: #78350F;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
  animation: fadeSlideIn .4s ease;
}
.live-banner {
  background: linear-gradient(90deg, #DCFCE7, #BBF7D0);
  border-left: 4px solid #16A34A;
  color: #14532D;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
  animation: fadeSlideIn .4s ease;
}

/* Ripple */
.ripple { position: relative; overflow: hidden; }
.ripple::after {
  content: ""; position: absolute; left: var(--rx, 50%); top: var(--ry, 50%);
  width: 0; height: 0; border-radius: 50%;
  background: rgba(255,255,255,.35);
  transform: translate(-50%, -50%);
  transition: width .5s ease, height .5s ease, opacity .6s ease;
  opacity: 0;
}
.ripple.rippling::after {
  width: 280px; height: 280px; opacity: 1;
}

/* Sidebar collapse mobile */
@media (max-width: 768px) {
  aside { transform: translateX(-100%); transition: transform .3s; z-index: 50; }
  aside.open { transform: translateX(0); }
  main { margin-left: 0 !important; }
  #mobileMenuBtn { display: inline-flex !important; }
}
#mobileMenuBtn { display: none; }

/* ============================================================
   CRUD MODAL FORM — Chiến 2026-06-12
   ============================================================ */
.crud-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  z-index: 200;
  display: flex; align-items: center; justify-content: center;
  animation: crudFade .25s ease;
}
@keyframes crudFade { from { opacity: 0; } to { opacity: 1; } }

.crud-modal-box {
  background: #23395D;
  color: #fff;
  border-radius: 16px;
  width: 92%; max-width: 720px;
  max-height: 88vh; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(201,215,221,.18), 0 0 28px rgba(250,204,21,.18);
  display: flex; flex-direction: column;
  animation: crudPop .35s cubic-bezier(.16,1,.3,1);
}
@keyframes crudPop {
  from { opacity: 0; transform: scale(.94) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.crud-modal-box.closing { animation: crudPopOut .22s ease forwards; }
@keyframes crudPopOut {
  to { opacity: 0; transform: scale(.96) translateY(4px); }
}

.crud-modal-head {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(201,215,221,.18);
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(180deg, #2E4877 0%, #23395D 100%);
}
.crud-modal-head .ttl {
  font-family: '1FTV VIP Beezle', Georgia, serif;
  font-size: 22px; letter-spacing: .02em;
}
.crud-modal-head .sub {
  font-size: 11px; color: #C9D7DD; margin-top: 2px;
}
.crud-modal-head .x {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.18); color: #fff; font-size: 18px;
  cursor: pointer; transition: .2s;
}
.crud-modal-head .x:hover { background: #DC2626; transform: rotate(90deg); }

.crud-modal-body {
  padding: 22px 24px;
  overflow-y: auto;
  flex: 1;
}
.crud-modal-body::-webkit-scrollbar { width: 8px; }
.crud-modal-body::-webkit-scrollbar-thumb { background: rgba(201,215,221,.3); border-radius: 8px; }

.crud-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}
.crud-field { display: flex; flex-direction: column; }
.crud-field.full { grid-column: span 2; }
.crud-field label {
  font-size: 11px; font-weight: 600;
  color: #C9D7DD; margin-bottom: 5px;
  text-transform: uppercase; letter-spacing: .04em;
}
.crud-field label .req { color: #FACC15; margin-left: 2px; }

.crud-input, .crud-select, .crud-textarea {
  background: #1E2A44;
  border: 1px solid rgba(201,215,221,.25);
  border-radius: 8px;
  padding: 10px 12px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  transition: .2s;
  outline: none;
  width: 100%;
}
.crud-input::placeholder, .crud-textarea::placeholder { color: rgba(201,215,221,.4); }
.crud-input:focus, .crud-select:focus, .crud-textarea:focus {
  border-color: #FACC15;
  box-shadow: 0 0 0 3px rgba(250,204,21,.18);
  background: #243352;
}
.crud-select option { background: #1E2A44; color: #fff; }
.crud-textarea { resize: vertical; min-height: 70px; }
.crud-input[type="date"], .crud-input[type="time"] {
  font-family: 'Inter', sans-serif;
  color-scheme: dark;
}

.crud-checkbox-wrap {
  display: flex; align-items: center; gap: 10px;
  background: #1E2A44; border: 1px solid rgba(201,215,221,.18);
  padding: 9px 12px; border-radius: 8px;
  cursor: pointer; transition: .2s;
}
.crud-checkbox-wrap:hover { border-color: #FACC15; }
.crud-checkbox-wrap input[type=checkbox] {
  width: 18px; height: 18px; accent-color: #FACC15;
}

.crud-formula {
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(250,204,21,.08);
  border: 1px dashed rgba(250,204,21,.45);
  border-radius: 10px;
  font-size: 13px;
  color: #FEF3C7;
  font-family: 'Courier New', monospace;
}
.crud-formula b { color: #FACC15; }

.crud-modal-foot {
  padding: 14px 24px;
  border-top: 1px solid rgba(201,215,221,.18);
  display: flex; align-items: center; justify-content: flex-end; gap: 10px;
  background: #1A2C48;
}
.crud-btn {
  padding: 9px 18px; border-radius: 8px;
  font-size: 13px; font-weight: 600;
  cursor: pointer; transition: .2s;
  border: 1px solid transparent;
  display: inline-flex; align-items: center; gap: 6px;
}
.crud-btn-cancel {
  background: transparent; color: #C9D7DD;
  border-color: rgba(201,215,221,.4);
}
.crud-btn-cancel:hover { background: rgba(201,215,221,.08); }
.crud-btn-primary {
  background: linear-gradient(135deg, #FACC15 0%, #F59E0B 100%);
  color: #23395D;
  position: relative; overflow: hidden;
}
.crud-btn-primary:hover {
  box-shadow: 0 6px 18px rgba(250,204,21,.4);
  transform: translateY(-1px);
}
.crud-btn-primary:active { transform: translateY(0); }
.crud-btn-primary:disabled { opacity: .55; cursor: not-allowed; }
.crud-btn-danger {
  background: #DC2626; color: #fff;
}
.crud-btn-danger:hover { background: #B91C1C; }

/* Row actions trong table */
.row-actions { display: inline-flex; gap: 4px; }
.row-act-btn {
  width: 28px; height: 28px; border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #F1F5F9; color: #475569;
  cursor: pointer; transition: .15s; border: none;
  font-size: 12px;
}
.row-act-btn:hover { background: #23395D; color: #fff; transform: translateY(-1px); }
.row-act-btn.danger:hover { background: #DC2626; color: #fff; }

/* "+ Thêm" button hero */
.btn-add-hero {
  background: linear-gradient(135deg, #23395D 0%, #2E4877 100%);
  color: #fff;
  padding: 10px 18px; border-radius: 10px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer; transition: .2s;
  box-shadow: 0 4px 12px rgba(35,57,93,.25);
  border: 1px solid transparent;
}
.btn-add-hero:hover {
  box-shadow: 0 8px 20px rgba(35,57,93,.4), 0 0 0 2px rgba(250,204,21,.3);
  transform: translateY(-1px);
}
.btn-add-hero i { color: #FACC15; }

/* Confirm modal */
.confirm-box {
  background: #fff; border-radius: 14px;
  max-width: 420px; width: 90%;
  padding: 26px; text-align: center;
  animation: crudPop .3s ease;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.confirm-box .icon {
  font-size: 42px; margin-bottom: 10px;
}
.confirm-box .ttl {
  font-family: '1FTV VIP Beezle', Georgia, serif;
  font-size: 19px; color: #23395D; margin-bottom: 6px;
}
.confirm-box .msg { font-size: 13.5px; color: #475569; margin-bottom: 18px; }
.confirm-box .acts { display: flex; gap: 10px; justify-content: center; }

@media (max-width: 640px) {
  .crud-grid { grid-template-columns: 1fr; }
  .crud-field.full { grid-column: span 1; }
}
