:root {
  --cr-ui-primary: #6366f1;
  --cr-ui-primary-dark: #4f46e5;
  --cr-ui-secondary: #64748b;
  --cr-ui-success: #10b981;
  --cr-ui-warning: #f59e0b;
  --cr-ui-danger: #ef4444;
  --cr-ui-info: #3b82f6;
  --cr-ui-light: #f8fafc;
  --cr-ui-dark: #111827;
  --cr-ui-border: rgba(15, 23, 42, 0.12);
  --cr-ui-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.08);
  --cr-ui-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  --cr-ui-radius: 1rem;
  --cr-ui-transition: 180ms ease;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.hidden,
.d-none {
  display: none !important;
}

.block,
.d-block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.flex,
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.grid,
.d-grid {
  display: grid !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col,
.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-1,
.flex-grow-1 {
  flex: 1 1 0% !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between,
.justify-content-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-end,
.justify-content-end {
  justify-content: flex-end !important;
}

.items-center,
.align-items-center {
  align-items: center !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

.position-fixed,
.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-1 {
  top: 0.25rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.top-20 {
  top: 5rem !important;
}

.end-0 {
  right: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.left-4 {
  left: 1rem !important;
}

.right-4 {
  right: 1rem !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.inset-0 {
  inset: 0 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.w-full,
.w-100 {
  width: 100% !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.h-full,
.h-100 {
  height: 100% !important;
}

.h-1\.5 {
  height: 0.375rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.min-h-screen {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}

.max-h-\[90vh\] {
  max-height: 90vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.object-cover {
  object-fit: cover !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.outline-none {
  outline: none !important;
}

.resize-none {
  resize: none !important;
}

.text-center {
  text-align: center !important;
}

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

.text-right,
.text-end {
  text-align: right !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.small,
small {
  font-size: 0.875em !important;
}

.fw-semibold,
.font-semibold {
  font-weight: 600 !important;
}

.fw-bold,
.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 3.75rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.h4 {
  font-size: 1.5rem !important;
}

.h5 {
  font-size: 1.25rem !important;
}

.text-white {
  color: #fff !important;
}

.text-white\/50,
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white\/70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-white\/80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-transparent {
  color: transparent !important;
}

.text-primary,
.text-indigo-600 {
  color: var(--cr-ui-primary) !important;
}

.text-success,
.text-green-600 {
  color: var(--cr-ui-success) !important;
}

.text-green-700 {
  color: #15803d !important;
}

.text-danger,
.text-red-600 {
  color: var(--cr-ui-danger) !important;
}

.text-red-500 {
  color: #ef4444 !important;
}

.text-red-700 {
  color: #b91c1c !important;
}

.text-warning,
.text-amber-600 {
  color: #d97706 !important;
}

.text-amber-700 {
  color: #b45309 !important;
}

.text-amber-800 {
  color: #92400e !important;
}

.text-gray-400 {
  color: #9ca3af !important;
}

.text-gray-500,
.text-muted {
  color: #6b7280 !important;
}

.text-gray-600,
.text-slate-700 {
  color: #4b5563 !important;
}

.text-gray-700 {
  color: #374151 !important;
}

.text-gray-800 {
  color: #1f2937 !important;
}

.text-gray-900 {
  color: #111827 !important;
}

.text-slate-700 {
  color: #334155 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-light {
  background-color: #f8fafc !important;
}

.bg-primary,
.bg-indigo-500 {
  background-color: var(--cr-ui-primary) !important;
}

.bg-secondary,
.bg-gray-300 {
  background-color: #cbd5e1 !important;
}

.bg-success,
.bg-emerald-500 {
  background-color: var(--cr-ui-success) !important;
}

.bg-warning {
  background-color: var(--cr-ui-warning) !important;
}

.bg-danger,
.bg-red-500 {
  background-color: var(--cr-ui-danger) !important;
}

.bg-gray-100 {
  background-color: #f3f4f6 !important;
}

.bg-gray-200 {
  background-color: #e5e7eb !important;
}

.bg-red-50 {
  background-color: #fef2f2 !important;
}

.bg-red-100 {
  background-color: #fee2e2 !important;
}

.bg-green-100 {
  background-color: #dcfce7 !important;
}

.bg-yellow-100,
.bg-amber-100 {
  background-color: #fef3c7 !important;
}

.bg-amber-50 {
  background-color: #fffbeb !important;
}

.bg-amber-200 {
  background-color: #fde68a !important;
}

.bg-amber-500 {
  background-color: #f59e0b !important;
}

.bg-slate-900 {
  background-color: #0f172a !important;
}

.border,
.border-2,
.border-b,
.border-bottom,
.card,
.list-group-item,
.form-control,
.form-select,
.modal-content,
.accordion-item {
  border-style: solid;
  border-color: var(--cr-ui-border);
}

.border {
  border-width: 1px !important;
}

.border-0 {
  border: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-b,
.border-bottom {
  border-bottom-width: 1px !important;
}

.border-gray-100 {
  border-color: #f3f4f6 !important;
}

.border-gray-200 {
  border-color: #e5e7eb !important;
}

.border-red-200 {
  border-color: #fecaca !important;
}

.border-green-200 {
  border-color: #bbf7d0 !important;
}

.border-amber-100 {
  border-color: #fde68a !important;
}

.border-white\/30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-white\/50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.rounded-lg {
  border-radius: 0.75rem !important;
}

.rounded-xl,
.rounded-3 {
  border-radius: 1rem !important;
}

.rounded-2xl {
  border-radius: 1.25rem !important;
}

.rounded-full,
.rounded-pill {
  border-radius: 9999px !important;
}

.rounded-b-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-start-pill {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-end-pill {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.shadow-sm {
  box-shadow: var(--cr-ui-shadow-sm) !important;
}

.shadow,
.shadow-lg {
  box-shadow: var(--cr-ui-shadow) !important;
}

.shadow-indigo-200 {
  box-shadow: 0 18px 40px rgba(99, 102, 241, 0.22) !important;
}

.backdrop-blur-sm {
  backdrop-filter: blur(8px) !important;
}

.backdrop-blur-md {
  backdrop-filter: blur(12px) !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.transition,
.transition-all {
  transition: all var(--cr-ui-transition) !important;
}

.transition-transform {
  transition: transform var(--cr-ui-transition) !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2,
.g-3 > * {
  gap: 0.5rem !important;
}

.gap-3,
.g-4 > * {
  gap: 0.75rem !important;
}

.space-y-2 > * + * {
  margin-top: 0.5rem !important;
}

.space-y-3 > * + * {
  margin-top: 0.75rem !important;
}

.space-y-4 > * + * {
  margin-top: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.m-auto {
  margin: auto !important;
}

.container {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

.col-3 {
  width: 25% !important;
}

.col-6 {
  width: 50% !important;
}

.col-12 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .col-md-2 {
    width: 16.666667% !important;
  }

  .col-md-3 {
    width: 25% !important;
  }

  .col-md-4 {
    width: 33.333333% !important;
  }

  .col-md-5 {
    width: 41.666667% !important;
  }

  .col-md-6 {
    width: 50% !important;
  }

  .col-md-8 {
    width: 66.666667% !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .col-lg-3 {
    width: 25% !important;
  }

  .col-lg-4 {
    width: 33.333333% !important;
  }

  .col-lg-6 {
    width: 50% !important;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav {
  display: flex;
}

.navbar-brand,
.nav-link {
  display: inline-flex;
  align-items: center;
}

.navbar-nav,
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-item {
  display: flex;
}

.nav-link {
  color: #334155;
  padding: 0.5rem 0.75rem;
  transition: color var(--cr-ui-transition), background-color var(--cr-ui-transition);
}

.nav-link:hover {
  color: var(--cr-ui-primary);
}

.navbar-text {
  color: #64748b;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  padding: 0.625rem 1rem;
  font-weight: 600;
  line-height: 1.2;
  transition: transform var(--cr-ui-transition), background-color var(--cr-ui-transition), color var(--cr-ui-transition), border-color var(--cr-ui-transition), box-shadow var(--cr-ui-transition);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-sm {
  padding: 0.45rem 0.8rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
}

.btn-primary {
  background: var(--cr-ui-primary);
  color: #fff;
  border-color: var(--cr-ui-primary);
}

.btn-primary:hover {
  background: var(--cr-ui-primary-dark);
  border-color: var(--cr-ui-primary-dark);
}

.btn-outline-primary {
  color: var(--cr-ui-primary);
  border-color: rgba(99, 102, 241, 0.35);
  background: transparent;
}

.btn-outline-primary:hover {
  background: rgba(99, 102, 241, 0.08);
}

.btn-outline-secondary {
  color: #475569;
  border-color: rgba(100, 116, 139, 0.35);
  background: transparent;
}

.btn-outline-secondary:hover {
  background: rgba(148, 163, 184, 0.12);
}

.btn-outline-danger {
  color: var(--cr-ui-danger);
  border-color: rgba(239, 68, 68, 0.3);
  background: transparent;
}

.btn-outline-danger:hover {
  background: rgba(239, 68, 68, 0.08);
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn-success {
  color: #fff;
  background: var(--cr-ui-success);
  border-color: var(--cr-ui-success);
}

.btn-light {
  color: #111827;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.btn-group {
  display: inline-flex;
  gap: 0.25rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.text-bg-success {
  background: rgba(16, 185, 129, 0.12);
  color: #065f46;
}

.text-bg-warning {
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
}

.text-bg-danger {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

.text-bg-secondary {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}

.card {
  background: #fff;
  border-width: 1px;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.card-body {
  padding: 1.25rem;
}

.list-group {
  display: flex;
  flex-direction: column;
}

.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.list-group-item {
  background: #fff;
  border-width: 1px;
  padding: 1rem 1.25rem;
}

.progress {
  display: flex;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 9999px;
}

.progress-bar {
  display: flex;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  transition: width var(--cr-ui-transition);
}

.form-label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #374151;
}

.form-text {
  color: #6b7280;
  font-size: 0.875rem;
}

.form-control,
.form-select {
  width: 100%;
  border-width: 1px;
  border-radius: 0.85rem;
  background: #fff;
  color: #111827;
  padding: 0.7rem 0.9rem;
  transition: border-color var(--cr-ui-transition), box-shadow var(--cr-ui-transition);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.15);
  outline: none;
}

.form-control-sm {
  padding: 0.45rem 0.7rem;
  font-size: 0.875rem;
}

.form-control-lg {
  padding: 0.9rem 1rem;
  font-size: 1rem;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.form-check-label {
  color: #374151;
}

.form-switch .form-check-input {
  width: 2rem;
}

.alert {
  position: relative;
  border-width: 1px;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
}

.alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.18);
  color: #991b1b;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.2);
  color: #92400e;
}

.alert-success {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.18);
  color: #065f46;
}

.alert-info {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.18);
  color: #1d4ed8;
}

.alert-dismissible {
  padding-right: 3rem;
}

.btn-close {
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background: transparent;
  color: currentColor;
  opacity: 0.65;
  padding: 0;
  position: relative;
}

.btn-close::before,
.btn-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-close-white {
  color: #fff;
}

.fade {
  opacity: 0;
  transition: opacity var(--cr-ui-transition);
}

.fade.show {
  opacity: 1;
}

.toast-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}

.toast {
  display: none;
  min-width: 280px;
  max-width: 360px;
  border-radius: 1rem;
  box-shadow: var(--cr-ui-shadow);
  overflow: hidden;
  pointer-events: auto;
}

.toast.show {
  display: block;
}

.toast-body {
  padding: 0.9rem 1rem;
  flex: 1 1 auto;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1055;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
}

.modal.show {
  display: block;
}

.modal-dialog {
  position: relative;
  width: min(100%, 520px);
  margin: 1.75rem auto;
  transform: translateY(1rem);
  transition: transform var(--cr-ui-transition);
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 2rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 2rem);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  border-width: 1px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: var(--cr-ui-shadow);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.modal-title {
  margin: 0;
}

.modal-body {
  padding: 1.25rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(15, 23, 42, 0.52);
}

.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(15, 23, 42, 0.32);
}

.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  width: min(300px, 100vw);
  max-width: 100%;
  background: #fff;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform var(--cr-ui-transition), visibility var(--cr-ui-transition);
}

.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
}

.offcanvas-start {
  left: 0;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.offcanvas-title {
  margin: 0;
}

.offcanvas-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.accordion-item {
  background: #fff;
  border-width: 1px;
  border-radius: 1rem;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: #111827;
  text-align: left;
  padding: 1rem 1.25rem;
}

.accordion-button::after {
  content: "";
  margin-left: auto;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--cr-ui-transition);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.accordion-body {
  padding: 1rem 1.25rem 1.25rem;
}

.collapse:not(.show) {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-from), var(--tw-gradient-to));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-via, var(--tw-gradient-to)), var(--tw-gradient-to));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
}

.to-purple-600 {
  --tw-gradient-to: #9333ea;
}

.from-sky-400 {
  --tw-gradient-from: #38bdf8;
}

.via-blue-500 {
  --tw-gradient-via: #3b82f6;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24;
}

.via-orange-500 {
  --tw-gradient-via: #f97316;
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e;
}

.from-emerald-400 {
  --tw-gradient-from: #34d399;
}

.via-teal-500 {
  --tw-gradient-via: #14b8a6;
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2;
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
}

.via-fuchsia-500 {
  --tw-gradient-via: #d946ef;
}

.from-yellow-300 {
  --tw-gradient-from: #fde047;
}

.to-orange-400 {
  --tw-gradient-to: #fb923c;
}

.from-violet-500 {
  --tw-gradient-from: #8b5cf6;
}

.via-purple-600 {
  --tw-gradient-via: #9333ea;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.from-rose-400 {
  --tw-gradient-from: #fb7185;
}

.to-fuchsia-600 {
  --tw-gradient-to: #c026d3;
}

.from-lime-400 {
  --tw-gradient-from: #a3e635;
}

.via-green-500 {
  --tw-gradient-via: #22c55e;
}

.to-emerald-600 {
  --tw-gradient-to: #059669;
}

.bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-style: normal;
}

.bi::before {
  display: inline-block;
}

.bi-house-door::before {
  content: "⌂";
}

.bi-check2-square::before {
  content: "☑";
}

.bi-trophy::before {
  content: "🏆";
}

.bi-people::before {
  content: "👨";
}

.bi-plus-lg::before {
  content: "+";
}

.bi-bell::before {
  content: "🔔";
}

.bi-gear::before {
  content: "⚙";
}

.bi-info-circle::before {
  content: "ⓘ";
}

.bi-clock::before {
  content: "🕒";
}

.bi-chevron-down::before {
  content: "⌄";
}

.bi-x-lg::before {
  content: "✕";
}
