:root {
  --app-color-primary: #001c54;
  --app-color-primary-soft: #e8eef9;
  --app-color-surface: #ffffff;
  --app-color-surface-muted: #f8fafc;
  --app-color-border: #dee2e6;
  --app-color-text: #111827;
  --app-color-text-muted: #6c757d;
  --app-radius-sm: 0.375rem;
  --app-radius-md: 0.5rem;
  --app-radius-lg: 0.75rem;
  --app-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --app-text-2xs: 0.7rem;
  --app-text-xs: 0.75rem;
  --app-text-sm: 0.875rem;
  --app-text-md: 0.9375rem;
  --app-tracking-wide: 0.05em;
}

html,
body {
  min-height: 100%;
}

body {
  color: var(--app-color-text);
  background-color: var(--app-color-surface-muted);
}

.app-text-2xs { font-size: var(--app-text-2xs) !important; }
.app-text-xs { font-size: var(--app-text-xs) !important; }
.app-text-sm { font-size: var(--app-text-sm) !important; }
.app-text-md { font-size: var(--app-text-md) !important; }
.app-tracking-wide { letter-spacing: var(--app-tracking-wide); }
.app-pre-wrap { white-space: pre-wrap; overflow-wrap: anywhere; }
.app-nowrap { white-space: nowrap; }
.app-clickable { cursor: pointer; }
.app-hidden { display: none !important; }
.app-object-cover { display: block; object-fit: cover; }
.app-square { aspect-ratio: 1; }
.app-initially-hidden { display: none; }
.app-desktop-rowspan-hidden { display: none; }
.app-inline-block { display: inline-block; }
.app-flex-shrink-0 { flex-shrink: 0; }
.app-overflow-y-auto { overflow-y: auto; }
.app-user-select-text { user-select: text; }
.app-align-middle { vertical-align: middle; }
.app-text-left { text-align: left; }
.app-list-disc { padding-left: 1.5rem; list-style: disc; }
.app-border-top { border-top: 1px solid var(--app-color-border); }
.app-border-top-0 { padding-top: 0; border-top: 0; }
.app-border-subtle { border: 1px solid var(--app-color-border); }
.app-border-muted { border: 1px solid #adb5bd; }
.app-radius-2 { border-radius: 2px; }
.app-radius-14 { border-radius: 14px; }

.app-text-08 { font-size: 0.8rem !important; }
.app-text-09 { font-size: 0.9rem !important; }
.app-text-base { font-size: 1rem !important; }
.app-text-105 { font-size: 1.05rem !important; }
.app-text-lg { font-size: 1.1rem !important; }
.app-text-xl { font-size: 1.2rem !important; }
.app-text-2xl { font-size: 1.5rem !important; }
.app-fw-800 { font-weight: 800 !important; }
.app-fs-18 { font-size: 18px !important; }
.app-fs-20 { font-size: 20px !important; }
.app-fs-32 { font-size: 32px !important; }
.app-fs-40 { font-size: 40px !important; }
.app-fs-42 { font-size: 42px !important; }
.app-fs-48 { font-size: 48px !important; }

.app-leading-16 { line-height: 1.6; }
.app-leading-18 { line-height: 1.8; }
.app-gap-0375 { gap: 0.375rem; }
.app-gap-10 { gap: 10px; }
.app-px-05 { padding-right: 0.5rem; padding-left: 0.5rem; }
.app-z-5 { z-index: 5; }
.app-z-10 { z-index: 10; }
.app-opacity-0 { opacity: 0; }
.app-opacity-30 { opacity: 0.3; }
.app-opacity-50 { opacity: 0.5; }
.app-transition-bg { transition: background-color 0.15s ease; }
.app-transition-opacity { transition: opacity 0.3s ease; }
.app-backdrop-blur { backdrop-filter: blur(4px); }
.app-object-fit-cover { object-fit: cover; }
.app-pre-line { white-space: pre-line; }
.app-break-word { overflow-wrap: break-word; }
.app-aspect-video { aspect-ratio: 16 / 9; }
.app-grid-3fr { grid-template-columns: 3fr; }

.app-bg-subtle { background-color: #f8f9fa; }
.app-bg-success-soft { background-color: #d1fae5; }
.app-bg-warning-soft { background-color: #fef3c7; }
.app-bg-info-soft { background-color: #dbeafe; }
.app-bg-primary { background-color: #0d6efd; }
.app-bg-success-dot { background-color: #10b981; }
.app-bg-warning-dot { background-color: #f59e0b; }
.app-color-body { color: #111827; }
.app-color-content { color: #374151; }
.app-color-muted { color: #6b7280; }
.app-color-primary { color: #001c54; }
.app-color-success { color: #047857; }
.app-color-success-dark { color: #065f46; }
.app-color-warning-dark { color: #92400e; }
.app-color-info-dark { color: #1e40af; }
.app-color-ink { color: #0f172a; }
.app-border-primary-soft { border-color: rgba(0, 28, 84, 0.2) !important; }
.app-border-success-soft { border-color: rgba(5, 150, 105, 0.3) !important; }

.app-w-6 { width: 6px; }
.app-w-12 { width: 12px; }
.app-w-20 { width: 1.25rem; }
.app-w-55 { width: 55px; }
.app-w-56 { width: 3.5rem; }
.app-w-60 { width: 60px; }
.app-w-70 { width: 70px; }
.app-w-80 { width: 80px; }
.app-w-90 { width: 90px; }
.app-w-100 { width: 100px; }
.app-w-110 { width: 110px; }
.app-w-120 { width: 120px; }
.app-w-130 { width: 130px; }
.app-w-140 { width: 140px; }
.app-w-150 { width: 150px; }
.app-w-160 { width: 160px; }
.app-w-180 { width: 180px; }
.app-w-200 { width: 200px; }
.app-w-210 { width: 210px; }
.app-w-220 { width: 220px; }
.app-w-250 { width: 250px; }
.app-w-auto { width: auto; }
.app-w-full { width: 100%; }
.app-min-w-80 { min-width: 80px; }
.app-min-w-800 { min-width: 800px; }
.app-min-w-status { min-width: 4.2rem; }
.app-max-w-600 { max-width: 600px; }
.app-max-w-720 { max-width: 720px; }
.app-h-6 { height: 6px; }
.app-h-12 { height: 12px; }
.app-h-20 { height: 1.25rem; }
.app-h-40 { height: 40px; }
.app-h-150 { height: 150px; }
.app-h-400 { height: 400px; }
.app-min-h-100 { min-height: 100px; }
.app-min-h-120 { min-height: 120px; }
.app-min-h-200 { min-height: 200px; }
.app-max-h-300 { max-height: 300px; }

.app-col-number { width: 5rem; }
.app-col-type { width: 6.25rem; }
.app-col-date { width: 7.5rem; }
.app-col-status { width: 7.5rem; }
.app-col-user { width: 8.75rem; }
.app-col-actions { width: 10rem; }

.app-table-heading {
  font-size: var(--app-text-xs);
  letter-spacing: var(--app-tracking-wide);
  white-space: nowrap;
}

.app-form-caption {
  font-size: var(--app-text-2xs);
  letter-spacing: var(--app-tracking-wide);
}
