/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[75\] {
  z-index: 75;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mr-auto {
  margin-right: auto;
}
.-mb-px {
  margin-bottom: -1px;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-screen {
  height: 100vh;
}
.max-h-\[26rem\] {
  max-height: 26rem;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[140px\] {
  width: 140px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-transparent {
  border-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.object-contain {
  object-fit: contain;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-\[var\(--color-accent\)\] {
  color: var(--color-accent);
}
.uppercase {
  text-transform: uppercase;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-75 {
  opacity: 75%;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:opacity-95 {
  &:hover {
    @media (hover: hover) {
      opacity: 95%;
    }
  }
}
.focus\:border-transparent {
  &:focus {
    border-color: transparent;
  }
}
.focus\:ring-1 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
:root {
  --primary-action: #8A2BE2;
  --primary-gradient: #6A1B9A;
  --bg-navy: #120A2A;
  --bg-deep-black: #0A0A0A;
  --text-main: #F8F9FA;
  --primary-action-hover: #9D4EDD;
  --primary-gradient-hover: #551981;
  --color-accent: #8a2be2;
  --color-accent-hover: #9d4edd;
  --color-secondary: #6a1b9a;
  --color-primary-dark: #120a2a;
  --color-footer: #0a0a0a;
  --color-header: #120a2a;
  --color-white: #ffffff;
  --color-background: #f8f9fa;
  --color-surface: #ffffff;
  --color-text-primary: #1f2937;
  --color-text-secondary: #6b7280;
  --color-text-on-dark: #f8f9fa;
  --color-text-on-light: #1f2937;
  --color-border: #e5e7eb;
  --gradient-primary: linear-gradient(135deg, var(--bg-navy) 0%, var(--primary-gradient) 50%, var(--primary-action) 100%);
  --gradient-hero: linear-gradient(135deg, var(--bg-navy) 0%, var(--primary-gradient) 35%, var(--primary-action) 100%);
  --color-primary: #8a2be2;
  --color-primary-hover: #7a24c4;
  --color-primary-light: #f4eeff;
  --color-primary-medium: #6a1b9a;
  --color-primary-medium-hover: #551981;
  --color-error: #ef4444;
  --color-error-dark: #dc2626;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-info: #8a2be2;
  --color-black: #000000;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --transition-fast: 150ms ease-in-out;
  --transition-normal: 250ms ease-in-out;
  --transition-slow: 350ms ease-in-out;
  --radius-sm: 0.25rem;
  --radius: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
  --font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-size-h1: 32px;
  --font-size-h2: 24px;
  --font-size-body: 16px;
  --font-size-small: 14px;
}
html {
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
}
h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
small, label, .sidebar, .nav-item {
  font-size: var(--font-size-small);
}
table td, .table td {
  font-weight: var(--font-weight-medium);
}
@import url('./variables.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--font-family-base);
  background-color: var(--color-background);
  color: var(--color-text-primary);
}
.btn-loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn-loading::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
input:invalid {
  border-color: var(--color-error);
}
input:valid {
  border-color: var(--color-success);
}
.login-page {
  min-height: 100vh;
  background: radial-gradient(circle at top right, rgba(138, 43, 226, 0.32), transparent 34rem), linear-gradient(135deg, var(--primary-gradient) 0%, var(--bg-navy) 58%, var(--bg-deep-black) 100%) !important;
}
.login-shell {
  display: flex;
  justify-content: center;
  width: min(100%, 22rem);
}
.login-card {
  width: 100%;
  max-width: 22rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.login-header {
  margin-bottom: clamp(1rem, 3vw, 1.25rem);
}
.login-brand {
  gap: 0.5rem;
  text-decoration: none;
}
.login-brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-lg);
  background: var(--primary-action);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--primary-action) 12%, transparent);
  }
}
.login-brand-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.login-brand-name {
  letter-spacing: -0.025em;
}
.login-eyebrow {
  letter-spacing: 0.12em;
}
.login-title {
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.login-description {
  max-width: 21rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.55;
}
.login-form {
  display: grid;
  gap: 0.875rem;
}
.login-form.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}
.login-field label {
  letter-spacing: -0.01em;
}
.login-input {
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  background-color: var(--color-white);
  box-shadow: 0 1px 2px rgba(18, 10, 42, 0.04);
}
.login-input:hover {
  border-color: var(--primary-action);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--primary-action) 35%, var(--color-border));
  }
}
.login-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--primary-action);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-action) 14%, transparent);
  }
}
.login-help {
  line-height: 1.45;
}
.login-alert {
  font-size: 0.875rem;
  line-height: 1.45;
}
.login-button {
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  box-shadow: 0 12px 24px var(--primary-action);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 12px 24px color-mix(in srgb, var(--primary-action) 24%, transparent);
  }
}
.login-button:hover {
  transform: translateY(-1px);
}
.login-button:active {
  transform: translateY(0);
}
.login-support {
  padding-top: 0.25rem;
}
.login-link {
  text-underline-offset: 0.25rem;
}
.login-link:hover {
  text-decoration: underline;
}
.login-note {
  line-height: 1.5;
  margin-top: 1rem;
}
.login-footer-action {
  padding-top: 0.25rem;
}
@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .login-page {
    align-items: flex-start;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .login-card {
    padding: 1.25rem 1rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  }
  .login-brand {
    flex-direction: column;
    gap: 0.5rem;
  }
  .login-brand-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
  .login-title {
    font-size: 1.35rem;
  }
  .login-description {
    font-size: 0.925rem;
  }
  .login-input, .login-button {
    min-height: 2.625rem;
  }
}
@media (max-height: 720px) and (min-width: 481px) {
  .login-page {
    align-items: flex-start;
  }
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--color-gray-100);
}
::-webkit-scrollbar-thumb {
  background: var(--color-gray-400);
  border-radius: var(--radius);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-gray-600);
}
.table-container {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--color-surface);
}
.table thead {
  background-color: var(--color-background);
  border-bottom: 2px solid var(--color-border);
}
.table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--color-border);
}
.table tbody tr {
  border-bottom: 1px solid var(--color-border);
  transition: background-color var(--transition-fast);
}
.table tbody tr:nth-child(even) {
  background-color: var(--color-gray-50);
}
.table tbody tr:hover {
  background-color: var(--color-primary-light);
}
.table td {
  padding: 0.875rem 1rem;
  color: var(--color-text-primary);
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
  border-bottom: 1px solid var(--color-border);
}
.table tbody tr:last-child td {
  border-bottom: none;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.table-actions .btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: var(--radius);
  transition: all var(--transition-fast);
}
.table tbody tr.selected {
  background-color: var(--color-primary-light);
  border-left: 3px solid var(--color-primary);
}
.table tbody tr.warning {
  background-color: var(--color-warning);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-warning) 8%, transparent);
  }
}
.table tbody tr.error {
  background-color: var(--color-error);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-error) 8%, transparent);
  }
}
.table tbody tr.success {
  background-color: var(--color-success);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-success) 8%, transparent);
  }
}
@media (max-width: 767.98px) {
  #sidebar {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 50 !important;
    height: 100vh !important;
    width: 16rem !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  #sidebar:not(.-translate-x-full) {
    transform: translateX(0) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.3) !important;
  }
}
@media (min-width: 768px) {
  #sidebar {
    position: relative !important;
    transform: translateX(0) !important;
    margin-left: 0 !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  #sidebar.-translate-x-full {
    transform: translateX(-100%) !important;
    margin-left: -16rem !important;
  }
}
body {
  background-color: var(--color-background) !important;
}
body.landing-dark {
  background-color: var(--color-primary-dark) !important;
  color: var(--color-text-on-dark);
}
body.landing-dark .text-white {
  color: var(--text-main) !important;
}
header.bg-blue-600, .bg-gradient-primary {
  background: var(--gradient-primary) !important;
}
.bg-accent, .bg-purple-600, .btn-primary {
  background-color: var(--color-accent) !important;
}
.bg-purple-700 {
  background-color: var(--color-secondary) !important;
}
.text-purple-600, .text-accent {
  color: var(--color-accent) !important;
}
.hover\:bg-purple-800:hover, .hover\:bg-accent:hover {
  background-color: var(--color-accent-hover) !important;
}
.hover\:bg-purple-800:hover {
  background-color: var(--color-accent-hover) !important;
}
.hover\:text-purple-700:hover {
  color: var(--color-accent-hover) !important;
}
.bg-white, .card {
  background-color: var(--color-white) !important;
}
.text-gray-700, .text-primary {
  color: var(--color-text-primary) !important;
}
.text-gray-600, .text-secondary {
  color: var(--color-text-secondary) !important;
}
.border-gray-300, .border-default {
  border-color: var(--color-border) !important;
}
.text-red-500, .text-error {
  color: var(--color-error) !important;
}
.text-red-600, .text-error-dark {
  color: var(--color-error-dark) !important;
}
.bg-gray-100 {
  background-color: var(--color-background) !important;
}
.bg-white {
  background-color: var(--color-surface) !important;
}
.bg-blue-600 {
  background-color: var(--color-primary-dark) !important;
}
.bg-gray-800 {
  background-color: var(--bg-deep-black) !important;
}
.bg-purple-800:hover {
  background-color: var(--color-primary-hover) !important;
}
.bg-purple-900:hover {
  background-color: var(--color-primary-medium-hover) !important;
}
.bg-purple-50:hover {
  background-color: var(--primary-action) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--primary-action) 12%, transparent) !important;
  }
}
.bg-purple-100 {
  background-color: var(--primary-action) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--primary-action) 12%, transparent) !important;
  }
}
.bg-green-600 {
  background-color: var(--color-success) !important;
}
.bg-red-600 {
  background-color: var(--color-error) !important;
}
.bg-gray-600 {
  background-color: var(--color-gray-600) !important;
}
.bg-red-100 {
  background-color: var(--color-error) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-error) 12%, transparent) !important;
  }
}
.bg-green-100 {
  background-color: var(--color-success) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-success) 12%, transparent) !important;
  }
}
.bg-yellow-100 {
  background-color: var(--color-warning) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-warning) 12%, transparent) !important;
  }
}
.text-white {
  color: var(--color-white) !important;
}
.text-gray-800 {
  color: var(--color-text-primary) !important;
}
.text-gray-700 {
  color: var(--color-gray-700) !important;
}
.text-gray-600 {
  color: var(--color-text-secondary) !important;
}
.text-purple-700:hover {
  color: var(--color-accent-hover) !important;
}
.text-purple-100 {
  color: var(--color-accent) !important;
}
.text-red-700 {
  color: var(--color-error) !important;
}
.text-green-700 {
  color: var(--color-success) !important;
}
.text-yellow-700 {
  color: var(--color-warning) !important;
}
.border-gray-300 {
  border-color: var(--color-border) !important;
}
.border-purple-500 {
  border-color: var(--color-accent) !important;
}
.border-purple-400 {
  border-color: var(--color-accent) !important;
}
.border-red-400 {
  border-color: var(--color-error) !important;
}
.border-green-400 {
  border-color: var(--color-success) !important;
}
.border-yellow-400 {
  border-color: var(--color-warning) !important;
}
.focus\:ring-purple-500:focus {
  --tw-ring-color: var(--color-accent) !important;
}
.focus\:ring-purple-600:focus {
  --tw-ring-color: var(--color-accent) !important;
}
.shadow-lg {
  box-shadow: var(--shadow-lg) !important;
}
.shadow-md {
  box-shadow: var(--shadow-md) !important;
}
.transition {
  transition: all var(--transition-normal) ease-in-out !important;
}
.rounded-xl {
  border-radius: var(--radius-xl) !important;
}
.rounded-lg {
  border-radius: var(--radius-lg) !important;
}
.rounded {
  border-radius: var(--radius) !important;
}
.text-main {
  color: var(--text-main) !important;
}
.text-on-dark-muted {
  color: var(--text-main) !important;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--text-main) 82%, transparent) !important;
  }
}
.bg-gray-50 {
  background-color: var(--color-gray-50) !important;
}
.border-gray-200 {
  border-color: var(--color-gray-200) !important;
}
.border-gray-100 {
  border-color: var(--color-gray-100) !important;
}
.border-purple-800 {
  border-color: var(--primary-gradient) !important;
}
.text-purple-200 {
  color: var(--text-main) !important;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--text-main) 70%, var(--primary-action) 30%) !important;
  }
}
.text-purple-300 {
  color: var(--text-main) !important;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--text-main) 55%, var(--primary-action) 45%) !important;
  }
}
.text-purple-500 {
  color: var(--primary-action-hover) !important;
}
.text-purple-700 {
  color: var(--color-primary-medium) !important;
}
.bg-purple-900 {
  background-color: var(--bg-deep-black) !important;
}
.bg-red-500 {
  background-color: var(--color-error) !important;
}
.bg-yellow-500 {
  background-color: var(--color-warning) !important;
}
.text-green-600, .text-green-500 {
  color: var(--color-success) !important;
}
.text-yellow-600, .text-yellow-400 {
  color: var(--color-warning) !important;
}
.text-orange-600 {
  color: var(--color-warning) !important;
}
.border-green-500 {
  border-color: var(--color-success) !important;
}
.hover\:border-green-500:hover {
  border-color: var(--color-success) !important;
}
.hover\:bg-green-50:hover {
  background-color: var(--color-success) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-success) 14%, transparent) !important;
  }
}
.hover\:border-orange-500:hover {
  border-color: var(--color-warning) !important;
}
.hover\:bg-orange-50:hover {
  background-color: var(--color-warning) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-warning) 14%, transparent) !important;
  }
}
.hover\:text-green-600:hover {
  color: var(--color-success) !important;
}
.hover\:text-orange-600:hover {
  color: var(--color-warning) !important;
}
.group:hover .group-hover\:text-green-600 {
  color: var(--color-success) !important;
}
.group:hover .group-hover\:text-orange-600 {
  color: var(--color-warning) !important;
}
.group:hover .group-hover\:text-purple-600 {
  color: var(--color-accent) !important;
}
.group:hover .group-hover\:text-accent {
  color: var(--color-accent) !important;
}
.text-gray-500 {
  color: var(--color-gray-500) !important;
}
.text-gray-400 {
  color: var(--color-gray-400) !important;
}
.text-gray-300 {
  color: var(--color-gray-300) !important;
}
.hover\:text-gray-700:hover {
  color: var(--color-gray-700) !important;
}
.hover\:bg-gray-50:hover {
  background-color: var(--color-gray-50) !important;
}
.bg-black {
  background-color: var(--color-black) !important;
}
.nav-cta-gradient {
  background-image: linear-gradient(to right, var(--primary-action), var(--primary-gradient)) !important;
}
.nav-cta-gradient:hover {
  background-image: linear-gradient(to right, var(--primary-action-hover), var(--primary-gradient-hover)) !important;
}
.focus\:border-purple-500:focus {
  border-color: var(--color-accent) !important;
}
.shadow-sm {
  box-shadow: var(--shadow-sm) !important;
}
.shadow-2xl {
  box-shadow: var(--shadow-xl) !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
