/**
 * Starlight Regional Airways — phpVMS Theme
 * Built on Disposable Theme v3 framework
 * Palette: deep navy, midnight purple, gold accents, soft sky-blue
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display:ital@0;1&display=swap');

/* ═══════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════ */
:root {
  --bg:           #090f1e;
  --bg-mid:       #0c1530;
  --surface:      rgba(14, 22, 46, 0.82);
  --surface-hi:   rgba(20, 32, 64, 0.88);
  --border:       rgba(122, 184, 255, 0.12);
  --border-gold:  rgba(201, 163, 78, 0.35);

  --text:         #edf0f5;
  --muted:        #8fa3c0;
  --muted-light:  #b8c8df;

  --gold:         #c9a34e;
  --gold-light:   #e0be82;
  --gold-glow:    rgba(201, 163, 78, 0.18);
  --accent:       #7ab8ff;
  --accent-teal:  #5bb0a9;
  --accent-glow:  rgba(122, 184, 255, 0.12);

  --radius-sm:    8px;
  --radius:       14px;
  --radius-lg:    20px;

  --shadow:       0 4px 24px rgba(0,0,0,0.45);
  --shadow-card:  0 2px 12px rgba(0,0,0,0.35);
}

/* ═══════════════════════════════════════════════
   BASE
═══════════════════════════════════════════════ */
html {
  height: 100%;
  margin: 0;
}

body {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 900px 600px at 15% 0%, rgba(122, 184, 255, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 700px 500px at 90% 15%, rgba(91, 176, 169, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 600px 400px at 50% 80%, rgba(62, 31, 71, 0.25) 0%, transparent 60%),
    linear-gradient(160deg, #090f1e 0%, #0e1a36 50%, #0c1124 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════
   TYPOGRAPHY
═══════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.01em;
}

h5 { font-size: 1rem; font-family: 'DM Sans', sans-serif; font-weight: 600; }

/* ═══════════════════════════════════════════════
   LINKS
═══════════════════════════════════════════════ */
a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 500;
  transition: color 0.15s ease;
}
a:hover {
  text-decoration: none;
  color: var(--gold-light);
}
a:active {
  color: var(--accent);
}

/* ═══════════════════════════════════════════════
   NAVBAR (top mode)
═══════════════════════════════════════════════ */
#Dispo_NavBar {
  background: rgba(9, 15, 30, 0.92);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
  margin-bottom: 14px;
}

#Dispo_NavBar .navbar-brand img {
  filter: drop-shadow(0 0 6px rgba(201,163,78,0.3));
}

#Dispo_NavBar a {
  text-decoration: none;
  color: var(--muted-light);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
#Dispo_NavBar a:hover {
  color: var(--gold-light);
}
#Dispo_NavBar a:active {
  color: var(--accent);
}

#Dispo_NavBar .nav-link {
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-sm);
  transition: background 0.15s ease, color 0.15s ease;
}
#Dispo_NavBar .nav-link:hover {
  background: var(--gold-glow);
  color: var(--gold-light);
}

#Dispo_NavBar .dropdown-menu {
  background: rgba(10, 16, 34, 0.97);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 6px;
  margin-top: 6px;
}
#Dispo_NavBar .dropdown-item {
  font-size: 0.835rem;
  color: var(--muted-light);
  border-radius: var(--radius-sm);
  padding: 7px 12px;
  transition: background 0.12s ease, color 0.12s ease;
}
#Dispo_NavBar .dropdown-item:hover {
  background: var(--gold-glow);
  color: var(--gold-light);
}
#Dispo_NavBar .dropdown-divider {
  border-color: var(--border);
  margin: 4px 6px;
}

/* ═══════════════════════════════════════════════
   SIDEBAR (offcanvas mode)
═══════════════════════════════════════════════ */
#Dispo_SideBar {
  background: transparent;
}
#Dispo_SideBar .navbar-toggler {
  color: var(--muted-light);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 5px 9px;
  transition: border-color 0.15s ease, color 0.15s ease;
}
#Dispo_SideBar .navbar-toggler:hover {
  color: var(--gold-light);
  border-color: var(--border-gold);
}
#Dispo_SideBar .offcanvas {
  background: rgba(9, 14, 28, 0.97);
  border-left: 1px solid var(--border-gold);
  backdrop-filter: blur(16px);
  min-width: 260px;
  width: auto;
  height: 100vh;
  box-shadow: -8px 0 40px rgba(0,0,0,0.6);
}
#Dispo_SideBar .offcanvas-header {
  border-bottom: 1px solid var(--border);
  padding: 14px 16px;
}
#Dispo_SideBar .offcanvas-title a {
  color: var(--text);
}
#Dispo_SideBar .btn-close {
  filter: invert(1) opacity(0.6);
}
#Dispo_SideBar .offcanvas .dropdown-menu {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 12px;
}
#Dispo_SideBar .nav-item {
  border-radius: var(--radius-sm);
  transition: background 0.12s ease;
}
#Dispo_SideBar .nav-link {
  color: var(--muted-light);
  font-size: 0.875rem;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: background 0.12s ease, color 0.12s ease;
}
#Dispo_SideBar .nav-link:hover {
  background: var(--gold-glow);
  color: var(--gold-light);
}
#Dispo_SideBar .dropdown-item {
  font-size: 0.835rem;
  color: var(--muted);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: color 0.12s ease;
}
#Dispo_SideBar .dropdown-item:hover {
  background: transparent;
  color: var(--gold-light);
}
#Dispo_SideBar .dropdown-divider {
  border-color: var(--border);
}

/* ═══════════════════════════════════════════════
   CARDS
═══════════════════════════════════════════════ */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.card .card-header {
  background: linear-gradient(135deg, rgba(201,163,78,0.18) 0%, rgba(122,184,255,0.08) 100%);
  border-bottom: 1px solid var(--border-gold);
  border-radius: var(--radius) var(--radius) 0 0 !important;
  padding: 10px 14px;
}
.card .card-header h5 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}
.card .card-header a {
  color: var(--gold);
  font-weight: 500;
  transition: color 0.15s ease;
}
.card .card-header a:hover {
  color: var(--gold-light);
}
.card .card-footer {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--border);
  border-radius: 0 0 var(--radius) var(--radius) !important;
}
.card .card-body {
  color: var(--muted-light);
}
.card .card-title {
  color: var(--text);
  font-weight: 600;
}
.card .card-text {
  color: var(--muted-light);
}
.card .text-muted {
  color: var(--muted) !important;
}

/* ═══════════════════════════════════════════════
   TABLES
═══════════════════════════════════════════════ */
.table {
  color: var(--muted-light);
  border-color: var(--border);
}
.table thead th {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-gold);
  background: rgba(201,163,78,0.06);
}
.table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.1s ease;
}
.table tbody tr:hover {
  background: var(--accent-glow);
}
.table td, .table th {
  border-color: var(--border);
  padding: 9px 12px;
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255,255,255,0.02);
}

/* ═══════════════════════════════════════════════
   FORMS
═══════════════════════════════════════════════ */
.form-control, .form-select {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: var(--radius-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-control:focus, .form-select:focus {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,163,78,0.5);
  box-shadow: 0 0 0 3px rgba(201,163,78,0.12);
  color: var(--text);
  outline: none;
}
.form-control::placeholder {
  color: var(--muted);
}
.form-label {
  color: var(--muted-light);
  font-size: 0.825rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.form-text {
  color: var(--muted);
}
.input-group-text {
  background: rgba(201,163,78,0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  border-radius: var(--radius-sm);
}

/* ═══════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════ */
.btn-primary {
  background: linear-gradient(135deg, rgba(201,163,78,0.9), rgba(201,163,78,0.7));
  border: 1px solid rgba(201,163,78,0.5);
  color: #0c1225;
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-color: var(--gold-light);
  color: #090f1e;
  box-shadow: 0 4px 16px rgba(201,163,78,0.3);
}
.btn-secondary {
  background: rgba(122,184,255,0.12);
  border: 1px solid rgba(122,184,255,0.25);
  color: var(--accent);
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
}
.btn-secondary:hover {
  background: rgba(122,184,255,0.2);
  border-color: rgba(122,184,255,0.45);
  color: var(--text);
}
.btn-outline-secondary {
  border-color: var(--border);
  color: var(--muted-light);
  border-radius: var(--radius-sm);
}
.btn-outline-secondary:hover {
  background: var(--gold-glow);
  border-color: var(--border-gold);
  color: var(--gold-light);
}
.btn-danger {
  background: rgba(220,53,69,0.8);
  border-color: rgba(220,53,69,0.6);
  border-radius: var(--radius-sm);
}
.btn-success {
  background: rgba(91,176,169,0.8);
  border-color: rgba(91,176,169,0.6);
  color: var(--bg);
  font-weight: 600;
  border-radius: var(--radius-sm);
}
.btn-success:hover {
  background: rgba(91,176,169,1);
  color: var(--bg);
}
.btn-sm { border-radius: 6px; font-size: 0.8rem; }

/* ═══════════════════════════════════════════════
   BADGES
═══════════════════════════════════════════════ */
.badge {
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}
.badge.bg-primary   { background: rgba(122,184,255,0.2) !important; color: var(--accent); border: 1px solid rgba(122,184,255,0.3); }
.badge.bg-success   { background: rgba(91,176,169,0.2) !important; color: #7ecdc6; border: 1px solid rgba(91,176,169,0.3); }
.badge.bg-warning   { background: var(--gold-glow) !important; color: var(--gold); border: 1px solid var(--border-gold); }
.badge.bg-danger    { background: rgba(220,53,69,0.2) !important; color: #f07583; border: 1px solid rgba(220,53,69,0.3); }
.badge.bg-secondary { background: rgba(255,255,255,0.08) !important; color: var(--muted-light); border: 1px solid var(--border); }

/* ═══════════════════════════════════════════════
   MODALS
═══════════════════════════════════════════════ */
.modal-content {
  background: rgba(11, 18, 38, 0.97);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 60px rgba(0,0,0,0.7);
  backdrop-filter: blur(16px);
}
.modal .modal-header {
  background: linear-gradient(135deg, rgba(201,163,78,0.15), rgba(122,184,255,0.07));
  border-bottom: 1px solid var(--border-gold);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  color: var(--text);
  padding: 14px 20px;
}
.modal-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  color: var(--text);
}
.modal .modal-body {
  background: transparent;
  color: var(--muted-light);
  padding: 20px;
}
.modal .modal-footer {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--border);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  padding: 12px 20px;
}
.btn-close {
  filter: invert(1) opacity(0.6);
  transition: opacity 0.15s ease;
}
.btn-close:hover { opacity: 1; }

/* ═══════════════════════════════════════════════
   ACCORDION
═══════════════════════════════════════════════ */
.accordion .accordion-item {
  background: transparent !important;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm) !important;
  margin-bottom: 4px;
}
.accordion .accordion-button {
  box-shadow: none;
  color: var(--text) !important;
  background: rgba(201,163,78,0.1) !important;
  border-radius: var(--radius-sm) !important;
  font-weight: 500;
  transition: background 0.15s ease;
}
.accordion .accordion-button:not(.collapsed) {
  background: rgba(201,163,78,0.18) !important;
  color: var(--gold-light) !important;
}
.accordion .accordion-button::after {
  filter: invert(0.7) sepia(1) hue-rotate(5deg) saturate(2);
}
.accordion .collapsed {
  background: rgba(255,255,255,0.04) !important;
  color: var(--muted-light) !important;
}
.accordion .accordion-body {
  background: transparent !important;
  color: var(--muted-light);
}

/* ═══════════════════════════════════════════════
   ALERTS
═══════════════════════════════════════════════ */
.alert { border-radius: var(--radius); border: 1px solid; }
.alert-info    { background: rgba(122,184,255,0.1); border-color: rgba(122,184,255,0.3); color: var(--accent); }
.alert-success { background: rgba(91,176,169,0.1); border-color: rgba(91,176,169,0.3); color: #7ecdc6; }
.alert-warning { background: var(--gold-glow); border-color: var(--border-gold); color: var(--gold-light); }
.alert-danger  { background: rgba(220,53,69,0.1); border-color: rgba(220,53,69,0.3); color: #f07583; }

/* ═══════════════════════════════════════════════
   NAV PILLS & TABS
═══════════════════════════════════════════════ */
.nav-pills .nav-link {
  color: var(--muted-light);
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm) !important;
  font-size: 0.835rem;
  transition: all 0.15s ease;
}
.nav-pills .nav-link:hover {
  background: var(--gold-glow) !important;
  color: var(--gold-light);
  border-color: var(--border-gold);
}
.nav-pills .active {
  color: var(--gold) !important;
  background: rgba(201,163,78,0.18) !important;
  border-color: var(--border-gold) !important;
}

.card .nav-tabs .nav-item .nav-link {
  background: transparent;
  color: var(--muted-light);
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 8px 14px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.card .nav-tabs .nav-item .nav-link:hover {
  color: var(--gold-light);
  border-bottom-color: rgba(201,163,78,0.4);
}
.card .nav-tabs .nav-item .active {
  background: transparent;
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
}
.card .nav-tabs { border-bottom: 1px solid var(--border); }

/* ═══════════════════════════════════════════════
   PAGINATION
═══════════════════════════════════════════════ */
.pag-items {
  background: rgba(255,255,255,0.06) !important;
  border-radius: var(--radius-sm);
  color: var(--muted-light) !important;
  border: 1px solid var(--border) !important;
  transition: all 0.15s ease;
}
.pag-items:hover {
  background: var(--gold-glow) !important;
  color: var(--gold-light) !important;
  border-color: var(--border-gold) !important;
}
.pag-items-curr {
  background: rgba(201,163,78,0.2) !important;
  border-radius: var(--radius-sm);
  color: var(--gold) !important;
  border: 1px solid var(--border-gold) !important;
}

/* ═══════════════════════════════════════════════
   CLOCK
═══════════════════════════════════════════════ */
#clock {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.04em;
}
#utc_clock { color: var(--accent); }

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
#footer {
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
}
#footer .card {
  background: rgba(9,15,30,0.85) !important;
  border-color: var(--border-gold) !important;
  border-radius: 0 !important;
  backdrop-filter: blur(8px);
}
#footer .card a {
  color: var(--muted);
  font-weight: 400;
  transition: color 0.15s ease;
}
#footer .card a:hover { color: var(--gold-light); }

/* ═══════════════════════════════════════════════
   PAGE LAYOUT
═══════════════════════════════════════════════ */
#page-container {
  position: relative;
  min-height: 100vh;
}
#page-contents {
  width: 98% !important;
  padding-bottom: 2.5rem;
}

/* ═══════════════════════════════════════════════
   MAP
═══════════════════════════════════════════════ */
.map-info-box {
  position: absolute;
  bottom: 0;
  padding: 20px;
  height: 100px;
  z-index: 9999;
  background: rgba(9,15,30,0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
}
.map-info-label {
  display: block;
  padding: 5px;
  background: rgba(9,15,30,0.88);
  color: var(--muted-light);
}

/* ═══════════════════════════════════════════════
   OVERFLOW + SCROLLBAR
═══════════════════════════════════════════════ */
.overflow-auto {
  max-height: 30vh;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,163,78,0.25) transparent;
}
.overflow-auto::-webkit-scrollbar { width: 5px; }
.overflow-auto::-webkit-scrollbar-thumb { background: rgba(201,163,78,0.3); border-radius: 4px; }

/* ═══════════════════════════════════════════════
   SELECT2 FIXES
═══════════════════════════════════════════════ */
.select2-container { margin-top: 2px; }
.input-group .select2-container { margin: 0; width: auto; flex: 1 1 auto; }
.input-group .select2-container .select2-selection--single {
  height: 100%; line-height: inherit;
  border-top-left-radius: 0; border-bottom-left-radius: 0;
  border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: var(--radius-sm);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text);
}
.select2-dropdown {
  background: rgba(10,16,34,0.98);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.select2-container--default .select2-results__option {
  color: var(--muted-light);
  padding: 7px 12px;
}
.select2-container--default .select2-results__option--highlighted {
  background: var(--gold-glow) !important;
  color: var(--gold-light) !important;
}
.select2-search--dropdown .select2-search__field {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
}

/* ═══════════════════════════════════════════════
   IMAGE SWITCHER / FADER
═══════════════════════════════════════════════ */
.HoverImage { position: relative; }
.HoverImage a { position: absolute; bottom: 0; left: 2; z-index: 1978; }
.HoverImage img { display: none; }
.HoverImage:hover img { display: block; opacity: 0.99; z-index: 1978; }
#stage a { position: relative; }
#stage a img { border: none; background: transparent; }
#stage a:nth-of-type(1) { animation-name: fader; animation-duration: 10s; z-index: 2100; }
#stage a:nth-of-type(2) { z-index: 2200; display: none; }
@keyframes fader {
  0%   { opacity: 0; } 25% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; }
}

/* ═══════════════════════════════════════════════
   CARD ROTATE ICON
═══════════════════════════════════════════════ */
.card-body .rotate { z-index: 8; float: right; height: 100%; }
.card-body .rotate i {
  color: rgba(201,163,78,0.08);
  position: absolute; right: -10px; bottom: 0;
  display: block; transform: rotate(-45deg);
}

/* ═══════════════════════════════════════════════
   DIVISION PILLS (SRA / LUX / MED)
═══════════════════════════════════════════════ */
.sra-pill {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  background: rgba(122,184,255,0.12); border: 1px solid rgba(122,184,255,0.28);
  color: var(--accent); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.lux-pill {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  background: var(--gold-glow); border: 1px solid var(--border-gold);
  color: var(--gold); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.med-pill {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  background: rgba(91,176,169,0.12); border: 1px solid rgba(91,176,169,0.28);
  color: var(--accent-teal); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* ═══════════════════════════════════════════════
   FIXED HEIGHT / MAX HEIGHT IMAGES
═══════════════════════════════════════════════ */
.img-h20  { width:auto;height: 20px; } .img-h25  { width:auto;height: 25px; }
.img-h30  { width:auto;height: 30px; } .img-h35  { width:auto;height: 35px; }
.img-h40  { width:auto;height: 40px; } .img-h45  { width:auto;height: 45px; }
.img-h50  { width:auto;height: 50px; } .img-h60  { width:auto;height: 60px; }
.img-h70  { width:auto;height: 70px; } .img-h80  { width:auto;height: 80px; }
.img-h90  { width:auto;height: 90px; } .img-h100 { width:auto;height:100px; }
.img-h125 { width:auto;height:125px; } .img-h150 { width:auto;height:150px; }
.img-h175 { width:auto;height:175px; } .img-h200 { width:auto;height:200px; }

.img-mh20  { width:auto;max-height: 20px; } .img-mh25  { width:auto;max-height: 25px; }
.img-mh30  { width:auto;max-height: 30px; } .img-mh35  { width:auto;max-height: 35px; }
.img-mh40  { width:auto;max-height: 40px; } .img-mh45  { width:auto;max-height: 45px; }
.img-mh50  { width:auto;max-height: 50px; } .img-mh60  { width:auto;max-height: 60px; }
.img-mh70  { width:auto;max-height: 70px; } .img-mh80  { width:auto;max-height: 80px; }
.img-mh90  { width:auto;max-height: 90px; } .img-mh100 { width:auto;max-height:100px; }
.img-mh125 { width:auto;max-height:125px; } .img-mh150 { width:auto;max-height:150px; }
.img-mh175 { width:auto;max-height:175px; } .img-mh200 { width:auto;max-height:200px; }

/* ═══════════════════════════════════════════════
   MOBILE
═══════════════════════════════════════════════ */
@media (max-width: 768px) {
  body { font-size: 14px; }
  .card { border-radius: var(--radius-sm); }
}
