:root {
  --bs-primary: #2563eb;
  --bs-primary-rgb: 37, 99, 235;
  --bs-link-color: #2563eb;
  --bs-link-hover-color: #1d4ed8;
  --bs-border-radius: 0.85rem;
  --fm-available: #16a34a;
  --fm-reserved: #f59e0b;
  --fm-sidebar-bg: #0f172a;
  --bs-body-bg: #f1f5f9;
  --bs-body-color: #1e293b;
}

body {
  min-height: 100vh;
}

.fm-shell {
  display: flex;
  min-height: 100vh;
}

.fm-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: var(--fm-sidebar-bg);
  color: #cbd5e1;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
}
.fm-sidebar .fm-brand {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.fm-sidebar .nav-link {
  color: #cbd5e1;
  border-radius: 0.6rem;
  padding: 0.6rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 500;
}
.fm-sidebar .nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.fm-sidebar .nav-link.active {
  background: var(--bs-primary);
  color: #fff;
}
.fm-sidebar .nav-link i {
  font-size: 1.1rem;
}

.fm-content {
  flex: 1;
  min-width: 0;
  padding: 1.75rem 2rem;
  width: 100%;
  //max-width: 1020px;
  margin-inline: auto;
}

.fm-content--wide {
  max-width: none;
}

@media (max-width: 991.98px) {
  .fm-shell {
    flex-direction: column;
  }
  .fm-sidebar {
    width: 100%;
    height: auto;
    position: static;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
  }
}
.fm-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.table {
  --bs-table-bg: #ffffff;
}

.fm-stat .fm-stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 600;
}
.fm-stat .fm-stat-value {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.text-available {
  color: var(--fm-available) !important;
}

.text-reserved {
  color: var(--fm-reserved) !important;
}

.bg-available-soft {
  background: rgba(22, 163, 74, 0.1);
}

.bg-reserved-soft {
  background: rgba(245, 158, 11, 0.1);
}

.fm-amount-pos {
  color: var(--fm-available);
  font-variant-numeric: tabular-nums;
}

.fm-amount-neg {
  color: #dc2626;
  font-variant-numeric: tabular-nums;
}

.fm-num {
  font-variant-numeric: tabular-nums;
}

.fm-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e293b 0%, #2563eb 100%);
  padding: 1.5rem;
}
.fm-auth .fm-auth-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.fm-type-dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}

/*# sourceMappingURL=app-7d1043473d.output.css.map */
