/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-1 {
  flex: 1;
}

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

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.bg-transparent {
  background-color: #0000;
}

.text-left {
  text-align: left;
}

.text-\[8px\] {
  font-size: 8px;
}

.tracking-\[0\.2em\] {
  --tw-tracking: .2em;
  letter-spacing: .2em;
}

.tracking-\[0\.18em\] {
  --tw-tracking: .18em;
  letter-spacing: .18em;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.filter {
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1f5f9;
  margin: 0;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

a, button {
  cursor: pointer;
}

#root {
  min-height: 100vh;
}

.admin-login-shell {
  background: radial-gradient(circle at 100% 0, #22d3ee29, #0000 28%), linear-gradient(135deg, #0f172a, #1e293b);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem;
  display: flex;
}

.admin-login-card {
  background-color: #fffffff5;
  border: 1px solid #94a3b840;
  border-radius: 12px;
  flex-direction: column;
  gap: 1.25rem;
  width: min(100%, 420px);
  padding: 1.75rem;
  display: flex;
  box-shadow: 0 24px 60px #0f172a47;
}

.admin-login-title {
  color: #0f172a;
  margin: .3rem 0 .5rem;
  font-size: 1.75rem;
  font-weight: 800;
}

.admin-login-form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.admin-shell {
  background-color: #f1f5f9;
  min-height: 100vh;
  position: relative;
}

.admin-main {
  background-color: #f8fafc;
  flex-direction: column;
  min-height: 100vh;
  padding: .5rem;
  display: flex;
}

.admin-mobile-header {
  z-index: 35;
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .875rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 2px #0f172a0a;
}

.admin-mobile-kicker {
  color: #0e7490;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-size: .6875rem;
  font-weight: 700;
}

.admin-mobile-title {
  color: #0f172a;
  margin: .2rem 0 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.admin-mobile-menu-button {
  color: #0f172a;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.admin-mobile-backdrop {
  z-index: 39;
  background-color: #0f172a73;
  border: none;
  position: fixed;
  inset: 0;
}

.admin-sidebar {
  z-index: 40;
  color: #f8fafc;
  background-color: #0f172a;
  border-right: 1px solid #1e293b;
  flex-direction: column;
  width: min(82vw, 280px);
  transition: transform .18s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  transform: translateX(-100%);
}

.admin-sidebar-open {
  transform: translateX(0);
}

.admin-sidebar-brand {
  border-bottom: 1px solid #1e293b;
  padding: 1.5rem;
}

.admin-nav-link {
  color: #cbd5e1;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s, color .15s, transform .15s;
  display: flex;
}

.admin-nav-link:hover {
  color: #fff;
  background-color: #1e293b;
}

.admin-nav-link-active {
  color: #0f172a;
  background-color: #22d3ee;
  box-shadow: 0 6px 20px #22d3ee38;
}

.admin-nav-link-active:hover {
  color: #0f172a;
  background-color: #67e8f9;
}

.admin-topbar {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.admin-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: .5rem;
  box-shadow: 0 1px 2px #0f172a0f;
}

.admin-section {
  flex-direction: column;
  display: flex;
}

.admin-page {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.admin-page-header {
  flex-direction: column;
  align-items: flex-start;
  gap: .875rem;
  display: flex;
}

.admin-page-header-row {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.admin-breadcrumb {
  color: #64748b;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.admin-alert {
  color: #b91c1c;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  padding: .875rem 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.admin-modal-backdrop {
  z-index: 50;
  background-color: #0f172a73;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.admin-modal {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  flex-direction: column;
  width: min(100%, 640px);
  max-height: calc(100vh - 3rem);
  display: flex;
  overflow: hidden;
  box-shadow: 0 24px 60px #0f172a33;
}

.admin-modal-header {
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem 1rem;
  display: flex;
}

.admin-modal-body {
  flex: auto;
  padding: 1.25rem 1.5rem 1.5rem;
  overflow-y: auto;
}

.admin-modal-footer {
  border-top: 1px solid #f1f5f9;
  justify-content: flex-start;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.5rem 1.25rem;
  display: flex;
}

.admin-history-meta {
  color: #64748b;
  margin-top: .35rem;
  font-size: .875rem;
}

.admin-timeline {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.admin-timeline-item {
  -moz-column-gap: 1rem;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  column-gap: 1rem;
  min-height: 64px;
  display: grid;
  position: relative;
}

.admin-timeline-item:last-child {
  min-height: auto;
}

.admin-timeline-marker {
  justify-content: center;
  min-height: 100%;
  display: flex;
  position: relative;
}

.admin-timeline-dot {
  z-index: 1;
  background-color: #cbd5e1;
  border-radius: 9999px;
  width: 14px;
  height: 14px;
  position: relative;
}

.admin-timeline-dot-complete {
  background-color: #84cc16;
}

.admin-timeline-line {
  background-color: #d4d4d8;
  width: 2px;
  position: absolute;
  top: 14px;
  bottom: 0;
}

.admin-timeline-line-complete {
  background-color: #84cc16;
}

.admin-timeline-content {
  padding-top: 0;
  padding-bottom: 1rem;
  transform: translateY(-2px);
}

.admin-timeline-title {
  color: #0f172a;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.admin-card-title {
  color: #0f172a;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.admin-section-title {
  color: #64748b;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
}

.admin-muted {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.5;
}

.admin-stat-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 1.25rem;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 1px 2px #0f172a0f;
}

.admin-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #0f172a14;
}

.admin-table-wrap {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: auto hidden;
  box-shadow: 0 1px 2px #0f172a0f;
}

.admin-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1100px;
}

.admin-table thead {
  background-color: #f8fafc;
}

.admin-table th {
  color: #64748b;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 700;
}

.admin-table td {
  color: #334155;
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.admin-table tbody tr {
  border-top: 1px solid #f1f5f9;
}

.admin-pagination {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  flex-direction: column;
  gap: .75rem;
  padding: .875rem 1rem;
  display: flex;
  box-shadow: 0 1px 2px #0f172a0f;
}

.admin-pagination-summary {
  color: #64748b;
  font-size: .875rem;
  font-weight: 600;
}

.admin-pagination-actions {
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.admin-pagination-meta {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.admin-pagination-nav {
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  display: inline-flex;
}

.admin-pagination-size {
  color: #64748b;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
}

.admin-pagination-select {
  width: 84px;
  min-width: 84px;
  height: 36px;
  font-size: .875rem;
}

.admin-pagination-page {
  color: #334155;
  font-size: .875rem;
  font-weight: 700;
}

.admin-pagination-button {
  min-height: 36px;
  padding: .5rem .875rem;
  font-size: .8125rem;
}

.admin-badge {
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.admin-badge-success {
  color: #047857;
  background-color: #dcfce7;
}

.admin-badge-warning {
  color: #b45309;
  background-color: #fef3c7;
}

.admin-badge-info {
  color: #0e7490;
  background-color: #cffafe;
}

.admin-button-primary {
  color: #0f172a;
  cursor: pointer;
  background-color: #22d3ee;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  transition: background-color .15s, transform .15s;
  display: inline-flex;
}

.admin-button-primary:hover {
  background-color: #67e8f9;
}

.admin-button-secondary {
  color: #334155;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  transition: background-color .15s, transform .15s;
  display: inline-flex;
}

.admin-button-secondary:hover {
  background-color: #f8fafc;
}

.admin-button-icon {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  display: inline-flex;
}

.admin-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.admin-icon-button {
  color: #334155;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .15s, border-color .15s, color .15s;
  display: inline-flex;
}

.admin-icon-button:hover {
  background-color: #f8fafc;
  border-color: #cbd5e1;
}

.admin-panel {
  background-color: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  padding: 1rem;
}

.admin-filter-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.admin-filter-max-xs {
  width: 100%;
  max-width: 220px;
}

.admin-filter-max-sm {
  width: 100%;
  max-width: 520px;
}

.admin-filter-max-md {
  width: 100%;
  max-width: 760px;
}

.admin-filter-max-lg {
  width: 100%;
  max-width: 960px;
}

.admin-filter-max-xl {
  width: 100%;
  max-width: 1180px;
}

.admin-stats-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  display: grid;
}

.admin-dashboard-kpis, .admin-dashboard-pair, .admin-dashboard-bottom {
  grid-template-columns: 1fr;
  gap: 1rem;
  display: grid;
}

.admin-mini-progress {
  background-color: #e2e8f0;
  border-radius: 9999px;
  width: 100%;
  height: 8px;
  overflow: hidden;
}

.admin-mini-progress-bar {
  border-radius: 9999px;
  height: 100%;
}

.admin-mini-progress-success {
  background-color: #10b981;
}

.admin-mini-progress-info {
  background-color: #0ea5e9;
}

.admin-mini-progress-warning {
  background-color: #f97316;
}

.admin-bar-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 1rem;
}

.admin-vertical-chart {
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  align-items: end;
  gap: 1rem;
  min-height: 280px;
  margin-top: 1.25rem;
  display: grid;
}

.admin-vertical-chart-item {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  display: flex;
}

.admin-vertical-chart-value {
  color: #334155;
  text-align: center;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
}

.admin-vertical-chart-track {
  border-bottom: 1px solid #cbd5e1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 190px;
  display: flex;
}

.admin-vertical-chart-bar {
  border-radius: 6px 6px 0 0;
  width: 34px;
  min-height: 6px;
}

.admin-vertical-chart-bar-slate {
  background-color: #94a3b8;
}

.admin-vertical-chart-bar-emerald {
  background-color: #059669;
}

.admin-vertical-chart-bar-info {
  background-color: #2563eb;
}

.admin-vertical-chart-bar-navy {
  background-color: #0f172a;
}

.admin-vertical-chart-label {
  color: #475569;
  text-align: center;
  word-break: break-word;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
}

.admin-bar-label {
  color: #334155;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.admin-bar-track {
  background-color: #e2e8f0;
  border-radius: 9999px;
  width: 100%;
  height: 10px;
  overflow: hidden;
}

.admin-bar-fill {
  border-radius: 9999px;
  height: 100%;
}

.admin-bar-fill-slate {
  background-color: #94a3b8;
}

.admin-bar-fill-emerald {
  background-color: #059669;
}

.admin-bar-fill-info {
  background-color: #2563eb;
}

.admin-bar-fill-warning {
  background-color: #f97316;
}

.admin-bar-fill-navy {
  background-color: #0f172a;
}

.admin-insight-list {
  color: #334155;
  margin: 0;
  padding-left: 1rem;
  font-size: .875rem;
  line-height: 1.6;
}

.admin-insight-list li + li {
  margin-top: .75rem;
}

.admin-form-field {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.admin-form-label {
  color: #334155;
  font-size: .875rem;
  font-weight: 700;
}

.admin-input, .admin-select {
  color: #0f172a;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  outline: none;
  width: 100%;
  height: 44px;
  padding: 0 .95rem;
  font-size: .95rem;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}

.admin-input::placeholder {
  color: #94a3b8;
}

.admin-input:focus, .admin-select:focus {
  border-color: #22d3ee;
  box-shadow: 0 0 0 4px #22d3ee1f;
}

.admin-readonly-field {
  color: #0f172a;
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0 .95rem;
  font-size: .95rem;
  font-weight: 500;
  display: flex;
}

.admin-button-primary:disabled, .admin-button-secondary:disabled {
  cursor: not-allowed;
  opacity: .65;
}

@media (width >= 768px) {
  .admin-mobile-header, .admin-mobile-backdrop {
    display: none;
  }

  .admin-topbar, .admin-page-header-row, .admin-pagination {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .admin-pagination-actions {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }

  .admin-pagination-meta, .admin-pagination-nav {
    width: auto;
  }

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

  .admin-filter-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .admin-stats-grid-4, .admin-dashboard-kpis, .admin-dashboard-pair, .admin-dashboard-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width >= 1024px) {
  .admin-shell {
    -moz-column-gap: .5rem;
    grid-template-columns: 280px minmax(0, 1fr);
    column-gap: .5rem;
    display: grid;
  }

  .admin-sidebar {
    width: auto;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
    transform: none;
  }

  .admin-dashboard-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-filter-grid-4, .admin-stats-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
/*# sourceMappingURL=public.d91c94e1.css.map */
