.invitation-preview-split {
  align-items: start;
  grid-template-columns: minmax(280px, .82fr) minmax(340px, 1.18fr);
}

.invitation-summary-panel {
  position: sticky;
  top: 92px;
}

.pass-card-stack {
  display: grid;
  gap: 22px;
}

.festival-pass-card {
  width: min(440px, 100%);
  margin-inline: auto;
  padding: 18px;
  border: 1px solid rgba(10, 37, 64, .12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 10%, rgba(226, 177, 63, .18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-shadow: 0 22px 55px rgba(4, 23, 43, .13);
  color: #06162a;
  overflow: hidden;
}

.festival-pass-card.is-vip {
  background:
    radial-gradient(circle at 20% 10%, rgba(226, 177, 63, .28), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 58%, #f7fbfd 100%);
}

.pass-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(10, 37, 64, .08);
}

.pass-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pass-brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, #e2b13f, #17c3e8);
  color: #06162a;
  font: 800 16px Inter, sans-serif;
  box-shadow: 0 10px 22px rgba(3, 38, 74, .16);
}

.pass-brand strong {
  display: block;
  max-width: 230px;
  color: #06162a;
  font: 800 13px Inter, sans-serif;
  line-height: 1.2;
}

.pass-brand small {
  display: block;
  color: #65788b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stats-pro-page {
  display: grid;
  gap: 24px;
}

.stats-hero {
  align-items: stretch;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(10, 37, 64, .98), rgba(8, 85, 105, .88));
  color: #fff;
  box-shadow: 0 24px 70px rgba(4, 23, 43, .18);
}

.stats-hero h1,
.stats-hero p {
  color: #fff;
}

.stats-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.premium-action {
  min-height: 44px;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(4, 23, 43, .08);
}

.quota-mini-card {
  min-height: 98px;
  padding: 18px;
  border: 1px solid rgba(10, 37, 64, .08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(226, 177, 63, .18), transparent 35%),
    #fff;
  box-shadow: 0 16px 38px rgba(4, 23, 43, .07);
}

.quota-mini-card span,
.quota-mini-card small {
  display: block;
  color: #65788b;
  font-weight: 800;
}

.quota-mini-card strong {
  display: block;
  margin: 5px 0;
  color: #06162a;
  font-size: 28px;
  line-height: 1;
}

.press-poster-shell {
  display: grid;
  gap: 14px;
}

.press-poster-toolbar {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.press-poster-badge {
  position: relative;
  width: min(520px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(4, 23, 43, .2);
}

.press-poster-bg {
  display: block;
  width: 100%;
  height: auto;
}

.press-poster-qr {
  position: absolute;
  top: 24.8%;
  right: 5.4%;
  width: 23.5%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 1.9%;
  border-radius: 6%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 31, 62, .2);
}

.press-poster-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.press-poster-qr::after {
  content: none;
}

.user-poster-qr {
  position: absolute;
  top: 24.8%;
  right: 5.4%;
  width: 23.5%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 1.9%;
  border-radius: 6%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 31, 62, .2);
}

.user-poster-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.normal-invitation-poster {
  position: relative;
  width: min(520px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(4, 23, 43, .18);
}

.normal-invitation-bg {
  display: block;
  width: 100%;
  height: auto;
}

.normal-invitation-qr {
  position: absolute;
  left: 76.7%;
  top: 73.6%;
  width: 17.2%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 1.15%;
  border-radius: 8px;
  background: #fff;
}

.normal-invitation-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.normal-invitation-number {
  position: absolute;
  left: 75.2%;
  top: 86.6%;
  width: 20%;
  color: #06162a;
  font: 900 7.5px Inter, sans-serif;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.normal-invitation-poster .poster-download-btn {
  position: relative;
  z-index: 2;
  border-radius: 0 0 18px 18px;
}

@media print {
  .normal-invitation-poster .poster-download-btn {
    display: none !important;
  }
}

@media print {
  .press-poster-toolbar,
  .split > .panel {
    display: none !important;
  }

  .split {
    display: block !important;
  }

  .press-poster-badge {
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

.stats-filter-panel {
  padding: 18px;
}

.stats-filter-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(140px, 1fr));
  gap: 12px;
  align-items: end;
}

.stats-filter-grid label {
  display: grid;
  gap: 7px;
  color: #607184;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.stats-filter-grid .form-control,
.stats-filter-grid .form-select {
  min-height: 46px;
  border-radius: 14px;
  border-color: rgba(10, 37, 64, .12);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.stats-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stats-kpi {
  position: relative;
  min-height: 145px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(10, 37, 64, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(4, 23, 43, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.stats-kpi:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(4, 23, 43, .12);
}

.stats-kpi span,
.stats-kpi small {
  position: relative;
  z-index: 1;
  display: block;
}

.stats-kpi span {
  color: #607184;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stats-kpi strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 12px 0 8px;
  color: #06162a;
  font-size: 40px;
  line-height: 1;
}

.stats-kpi small {
  color: #65788b;
  font-weight: 800;
}

.stats-kpi > i {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(10, 37, 64, .1);
  font-size: 64px;
}

.stats-kpi::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--tone, #0a2540);
}

.tone-blue { --tone: #0a2540; }
.tone-gold { --tone: #e2b13f; }
.tone-sky { --tone: #16a4c8; }
.tone-red { --tone: #d94b5f; }
.tone-green { --tone: #18a878; }
.tone-dark { --tone: #06162a; }
.tone-cyan { --tone: #0ea5b7; }
.tone-purple { --tone: #7b61ff; }
.tone-slate { --tone: #64748b; }

.stats-chart-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stats-chart-card {
  min-height: 330px;
  padding: 22px;
}

.stats-chart-card.wide {
  grid-column: span 2;
}

.stats-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 220px;
  padding-top: 20px;
  overflow-x: auto;
}

.stats-bars.compact {
  height: 190px;
}

.stats-bar-item {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto auto;
  justify-items: center;
  min-width: 58px;
  height: 100%;
  gap: 6px;
}

.stats-bar-item span {
  align-self: end;
  width: 28px;
  border-radius: 999px 999px 7px 7px;
  box-shadow: 0 10px 20px rgba(4, 23, 43, .12);
  transition: transform .18s ease;
}

.stats-bar-item:hover span {
  transform: scaleY(1.04);
}

.stats-bar-item small {
  max-width: 70px;
  color: #65788b;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.stats-bar-item b {
  color: #06162a;
  font-size: 12px;
}

.stats-donut {
  display: grid;
  place-items: center;
  gap: 18px;
  min-height: 230px;
}

.donut-ring {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .78), 0 22px 38px rgba(4, 23, 43, .1);
}

.donut-ring strong {
  width: 105px;
  height: 105px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #06162a;
  font-size: 28px;
}

.donut-legend {
  display: grid;
  gap: 8px;
  width: 100%;
}

.donut-legend span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #65788b;
  font-weight: 800;
}

.donut-legend i {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
}

.stats-list-chart {
  display: grid;
  gap: 14px;
  padding-top: 12px;
}

.stats-list-row {
  display: grid;
  gap: 8px;
}

.stats-list-row div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #06162a;
  font-weight: 900;
}

.stats-list-row span {
  color: #65788b;
}

.stats-list-row em {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf5f8;
}

.stats-list-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.stats-report-panel,
.stats-history-grid .panel {
  padding: 22px;
}

.stats-history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.premium-table-wrap {
  border: 1px solid rgba(10, 37, 64, .08);
  border-radius: 18px;
  background: #fff;
}

.premium-table {
  margin: 0;
  min-width: 1040px;
}

.premium-table thead th {
  padding: 14px 16px;
  color: #607184;
  background: #f3f8fb;
  border-bottom: 1px solid rgba(10, 37, 64, .08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.premium-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(10, 37, 64, .06);
  color: #06162a;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: #eef7f2;
  color: #12805c;
}

.status-pill.danger {
  background: #fff1f2;
  color: #c53046;
}

.stats-table-search {
  max-width: 230px;
  border-radius: 14px;
}

@media print {
  .sidebar,
  .topbar,
  .stats-filter-panel,
  .stats-actions {
    display: none !important;
  }

  .content,
  .app-shell {
    display: block !important;
    padding: 0 !important;
  }

  .panel,
  .stats-kpi,
  .stats-hero {
    box-shadow: none !important;
    break-inside: avoid;
  }
}

@media (max-width: 1180px) {
  .stats-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stats-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-chart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .stats-hero {
    padding: 22px;
    border-radius: 20px;
  }

  .stats-actions,
  .stats-filter-grid,
  .stats-kpi-grid,
  .stats-chart-grid,
  .stats-history-grid {
    grid-template-columns: 1fr;
  }

  .stats-chart-card.wide {
    grid-column: span 1;
  }

  .stats-actions .btn,
  .stats-filter-grid .btn {
    width: 100%;
  }

  .stats-kpi {
    min-height: 132px;
  }

  .stats-kpi strong {
    font-size: 34px;
  }

  .stats-bars {
    height: 190px;
  }

  .panel-title {
    align-items: stretch;
    gap: 12px;
  }

  .stats-table-search {
    max-width: none;
  }
}

.pass-type {
  min-width: 74px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #061f3d;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.is-vip .pass-type {
  background: #e2b13f;
  color: #2d2306;
}

.pass-type.press {
  background: #0057a8;
}

.pass-card-body {
  padding-top: 22px;
  text-align: center;
}

.pass-kicker {
  margin: 0 0 8px;
  color: #c89a24;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.festival-pass-card h2 {
  margin: 0;
  color: #06162a;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.pass-subtitle {
  min-height: 24px;
  margin: 8px 0 18px;
  color: #53677f;
  font-weight: 700;
}

.pass-qr-box {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  padding: 12px;
  border: 1px solid rgba(10, 37, 64, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 0 0 6px #f4fafc, 0 16px 34px rgba(4, 23, 43, .08);
}

.pass-qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.pass-qr-empty {
  color: #617184;
  font-weight: 800;
}

.pass-qr-empty i {
  display: block;
  font-size: 42px;
}

.pass-number {
  margin: 4px 0 16px;
  color: #06162a;
  font-weight: 900;
  letter-spacing: .1em;
}

.pass-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.pass-meta-grid div {
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: #f4fafc;
  text-align: left;
}

.pass-meta-grid span {
  display: block;
  color: #65788b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pass-meta-grid strong {
  display: block;
  margin-top: 4px;
  color: #06162a;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.pass-token {
  min-height: 58px;
  margin-top: 12px;
  border-radius: 14px;
  color: #65788b;
  font-size: 11px;
  resize: none;
}

.press-pass-card {
  position: relative;
}

.press-band {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, #0057a8, #17c3e8);
}

.access-menu-list.static-list {
  position: static;
  width: 100%;
  max-height: 260px;
  margin-top: 12px;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .invitation-preview-split {
    grid-template-columns: 1fr;
  }

  .invitation-summary-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .festival-pass-card {
    padding: 14px;
    border-radius: 18px;
  }

  .pass-card-top {
    align-items: flex-start;
  }

  .pass-brand strong {
    max-width: 175px;
    font-size: 12px;
  }

  .pass-type {
    min-width: 62px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .pass-qr-box {
    width: 168px;
    height: 168px;
  }

  .pass-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  .fit-sidebar,
  .fit-topbar,
  .page-heading,
  .invitation-summary-panel,
  .festival-pass-card button {
    display: none !important;
  }

  .fit-main,
  .fit-content {
    margin: 0 !important;
    padding: 0 !important;
  }

  .festival-pass-card {
    break-inside: avoid;
    box-shadow: none;
  }
}
body .fit-topbar {
  min-height: 72px;
  align-items: center;
  overflow: visible;
}

body .fit-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  min-width: 280px;
  max-width: 560px;
  overflow: hidden;
}

body .fit-search .lucide,
body .fit-search > svg,
body .fit-search > i {
  position: static !important;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 0;
  transform: none !important;
}

body .fit-search input {
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1.2;
}

.segmented-tabs a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 13px;
  border-radius: 10px;
  color: #40566e;
  font-weight: 700;
  text-decoration: none;
}

.segmented-tabs a.active {
  color: #06162a;
  background: #fff;
  box-shadow: 0 2px 8px #03264a14;
}

.global-filters {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) 150px 150px 180px auto auto;
  align-items: center;
}

@media (max-width: 700px) {
  body .fit-search {
    min-width: 0;
    max-width: none;
    height: 46px;
  }

  .global-filters {
    grid-template-columns: 1fr;
  }
}


.user-action-button.danger {
  color: #b42318;
  border-color: rgba(180,35,24,.25);
  background: rgba(255,245,242,.92);
}
.user-action-button.danger:hover {
  color: #fff;
  background: #b42318;
}

/* --- PREMIUM STYLING OVERRIDES FOR WEB APP DEVELOPMENT --- */

:root {
  --primary-color: #0f4f66;
  --primary-gradient: linear-gradient(135deg, #0f4f66 0%, #157b9c 100%);
  --gold-gradient: linear-gradient(135deg, #d49c24 0%, #f3c75f 100%);
  --secondary-color: #1a2530;
  --bg-app: #f4f7f9;
  --sidebar-width: 280px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.4);
  --premium-shadow: 0 20px 40px rgba(15, 79, 102, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
  --font-family: 'Inter', sans-serif;
}

body {
  background-color: var(--bg-app) !important;
  font-family: var(--font-family) !important;
  letter-spacing: -0.01em !important;
}

/* Glassmorphism sidebar */
body .fit-sidebar {
  background: linear-gradient(180deg, #092c3a 0%, #061f29 100%) !important;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.03) !important;
}

.fit-sidebar-brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 24px 20px !important;
}

.fit-sidebar-brand__text {
  font-family: 'Playfair Display', serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
}

.fit-sidebar-brand__text small {
  color: #17c3e8 !important;
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
}

.fit-nav-section-label {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-top: 24px !important;
  margin-bottom: 10px !important;
  padding-left: 20px !important;
}

.fit-nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 12px !important;
  margin: 4px 12px !important;
  padding: 12px 16px !important;
  font-weight: 500 !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.fit-nav-link i {
  font-size: 1.1rem !important;
  transition: transform 0.25s ease !important;
}

.fit-nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateX(4px) !important;
}

.fit-nav-link:hover i {
  transform: scale(1.15) !important;
}

.fit-nav-link.active,
.fit-nav-link[href*="dashboard"].active,
.fit-nav-link:active {
  background: var(--primary-gradient) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(15, 79, 102, 0.25) !important;
  font-weight: 600 !important;
}

/* Glassmorphism panels */
.panel, .premium-card {
  background: var(--glass-bg) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid var(--glass-border) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--premium-shadow) !important;
  padding: 24px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.panel:hover, .premium-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 24px 48px rgba(15, 79, 102, 0.12), 0 2px 4px rgba(0, 0, 0, 0.01) !important;
}

/* Premium Buttons */
.btn-festival {
  background: var(--primary-gradient) !important;
  border: none !important;
  color: #fff !important;
  border-radius: var(--radius-md) !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 20px rgba(15, 79, 102, 0.2) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-festival:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(15, 79, 102, 0.35) !important;
  filter: brightness(1.08) !important;
}

/* Dashboard Stats Cards */
.stats-grid .stat {
  border-radius: var(--radius-lg) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: var(--premium-shadow) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 24px !important;
  background: #fff !important;
}

.stats-grid .stat:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 50px rgba(15, 79, 102, 0.15) !important;
}

.stat-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: var(--radius-md) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
  transition: transform 0.3s ease !important;
}

.stat:hover .stat-icon {
  transform: scale(1.1) rotate(5deg) !important;
}

.stat-blue .stat-icon {
  background: rgba(15, 79, 102, 0.1) !important;
  color: #0f4f66 !important;
}

.stat-cyan .stat-icon {
  background: rgba(23, 195, 232, 0.1) !important;
  color: #17c3e8 !important;
}

.stat-gold .stat-icon {
  background: rgba(226, 177, 99, 0.1) !important;
  color: #e2b163 !important;
}

.stat-green .stat-icon {
  background: rgba(40, 167, 69, 0.1) !important;
  color: #28a745 !important;
}

/* Custom premium login page */
.auth-panel {
  background: radial-gradient(circle at 10% 20%, rgba(23, 195, 232, 0.08) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(226, 177, 99, 0.08) 0%, transparent 40%),
              #f4f7f9 !important;
  min-height: 100vh !important;
  display: grid !important;
  place-items: center !important;
}

.auth-card {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 28px !important;
  box-shadow: 0 30px 70px rgba(15, 79, 102, 0.15) !important;
  padding: 48px 40px !important;
  width: 100% !important;
  max-width: 460px !important;
  transition: transform 0.3s ease !important;
}

.auth-card:hover {
  transform: translateY(-2px) !important;
}

.auth-card .brand {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.5rem !important;
  color: #0f4f66 !important;
  text-align: center !important;
}

.auth-card input.form-control {
  border-radius: 12px !important;
  padding: 12px 16px 12px 42px !important;
  border: 1px solid rgba(15, 79, 102, 0.15) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  transition: all 0.25s ease !important;
}

.auth-card input.form-control:focus {
  border-color: #17c3e8 !important;
  box-shadow: 0 0 0 4px rgba(23, 195, 232, 0.15) !important;
}

.auth-card .field-icon {
  position: relative !important;
}

.auth-card .field-icon i {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #0f4f66 !important;
  opacity: 0.6 !important;
}

/* Table styling */
.fit-table-card {
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
}

.table th {
  background: rgba(15, 79, 102, 0.05) !important;
  color: #0f4f66 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  padding: 16px !important;
  border-bottom: 2px solid rgba(15, 79, 102, 0.1) !important;
}

.table td {
  padding: 16px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.table tr:hover td {
  background: rgba(15, 79, 102, 0.02) !important;
}



