:root {
  --arx-bg: #ffffff;
  --arx-bg-secondary: #f8f9fa;
  --arx-surface: #ffffff;
  --arx-surface-raised: #f1f3f5;
  --arx-border: #dee2e6;
  --arx-border-focus: #4a9eff;
  --arx-text: #212529;
  --arx-text-secondary: #6c757d;
  --arx-text-muted: #adb5bd;
  --arx-text-inverse: #ffffff;
  --arx-primary: #0d6efd;
  --arx-primary-hover: #0b5ed7;
  --arx-primary-subtle: #cfe2ff;
  --arx-primary-text: #084298;
  --arx-secondary: #6c757d;
  --arx-secondary-hover: #5c636a;
  --arx-secondary-subtle: #e2e3e5;
  --arx-secondary-text: #41464b;
  --arx-success: #198754;
  --arx-success-hover: #157347;
  --arx-success-subtle: #d1e7dd;
  --arx-success-text: #0a3622;
  --arx-danger: #dc3545;
  --arx-danger-hover: #bb2d3b;
  --arx-danger-subtle: #f8d7da;
  --arx-danger-text: #58151c;
  --arx-warning: #ffc107;
  --arx-warning-hover: #ffca2c;
  --arx-warning-subtle: #fff3cd;
  --arx-warning-text: #664d03;
  --arx-info: #0dcaf0;
  --arx-info-hover: #31d2f2;
  --arx-info-subtle: #cff4fc;
  --arx-info-text: #055160;
  --arx-navbar-bg: #ffffff;
  --arx-navbar-border: #dee2e6;
  --arx-syn-bg: #f6f8fa;
  --arx-syn-border: #dee2e6;
  --arx-syn-text: #1f2933;
  --arx-syn-ln: #adb5bd;
  --arx-syn-copy-bg: #ffffff;
  --arx-syn-copied: #198754;
  --arx-syn-keyword: #9c27b0;
  --arx-syn-builtin: #1565c0;
  --arx-syn-string: #2e7d32;
  --arx-syn-number: #c2410c;
  --arx-syn-comment: #6b7785;
  --arx-syn-boolean: #c62828;
  --arx-syn-tag: #00838f;
  --arx-syn-attr: #9c27b0;
  --arx-syn-entity: #00838f;
  --arx-syn-doctype: #8a6d00;
  --arx-syn-selector: #8a6d00;
  --arx-syn-property: #1565c0;
  --arx-syn-pseudo: #9c27b0;
  --arx-syn-punct: #5b6671;
  --arx-syn-atrule: #9c27b0;
  --arx-syn-regex: #2e7d32;
  --arx-syn-variable: #c2410c;
  --arx-syn-flag: #8a6d00;
  --arx-font: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --arx-font-mono: 'JetBrains Mono', 'Courier New', monospace;
  --arx-font-size: 1rem;
  --arx-line-height: 1.6;
  --arx-font-weight: 400;
  --arx-space-1: 0.25rem;
  --arx-space-2: 0.5rem;
  --arx-space-3: 1rem;
  --arx-space-4: 1.5rem;
  --arx-space-5: 3rem;
  --arx-radius: 0.375rem;
  --arx-radius-sm: 0.25rem;
  --arx-radius-lg: 0.5rem;
  --arx-radius-pill: 50rem;
  --arx-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.07);
  --arx-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  --arx-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --arx-transition: 0.18s ease;
  --arx-gutter: 1.5rem;
  --arx-container-max: 1200px;
  --arx-navbar-height: 3.5rem;
  --arx-gradient-angle: 135deg;
  --arx-gradient-primary: linear-gradient(var(--arx-gradient-angle), var(--arx-primary), var(--arx-success));
  --arx-gradient-secondary: linear-gradient(var(--arx-gradient-angle), var(--arx-secondary), var(--arx-secondary-hover));
  --arx-gradient-success: linear-gradient(var(--arx-gradient-angle), var(--arx-success), var(--arx-info));
  --arx-gradient-info: linear-gradient(var(--arx-gradient-angle), var(--arx-info), var(--arx-success));
  --arx-gradient-warning: linear-gradient(var(--arx-gradient-angle), var(--arx-warning), var(--arx-danger));
  --arx-gradient-danger: linear-gradient(var(--arx-gradient-angle), var(--arx-danger), var(--arx-warning));
  --arx-gradient-brand: linear-gradient(var(--arx-gradient-angle), var(--arx-primary), var(--arx-success) 55%, var(--arx-warning));
  --arx-control-pad-y: 0.5rem;
  --arx-control-pad-x: 0.75rem;
  --arx-btn-pad-y: 0.5rem;
  --arx-btn-pad-x: 1rem;
  --arx-cell-pad-y: 0.7rem;
  --arx-cell-pad-x: 0.9rem;
  --arx-list-pad-y: 0.75rem;
  --arx-list-pad-x: 1rem;
}

.arx-compact {
  --arx-control-pad-y: 0.3rem;
  --arx-control-pad-x: 0.6rem;
  --arx-btn-pad-y: 0.32rem;
  --arx-btn-pad-x: 0.75rem;
  --arx-cell-pad-y: 0.4rem;
  --arx-cell-pad-x: 0.65rem;
  --arx-list-pad-y: 0.45rem;
  --arx-list-pad-x: 0.75rem;
}

.arx-dark {
  --arx-bg: #070a0e;
  --arx-bg-secondary: #0c1017;
  --arx-surface: #0c1017;
  --arx-surface-raised: #111820;
  --arx-border: #1c2a3a;
  --arx-border-focus: #00c8ff;
  --arx-text: #a8bfcc;
  --arx-text-secondary: #6b8899;
  --arx-text-muted: #3d5568;
  --arx-text-inverse: #070a0e;
  --arx-primary: #00c8ff;
  --arx-primary-hover: #33d4ff;
  --arx-primary-subtle: rgba(0, 200, 255, 0.1);
  --arx-primary-text: #070a0e;
  --arx-secondary: #3d5568;
  --arx-secondary-hover: #4d6880;
  --arx-secondary-subtle: #111820;
  --arx-secondary-text: #a8bfcc;
  --arx-success: #00e87a;
  --arx-success-hover: #33ed95;
  --arx-success-subtle: rgba(0, 232, 122, 0.1);
  --arx-success-text: #070a0e;
  --arx-danger: #ff4d5e;
  --arx-danger-hover: #ff6b79;
  --arx-danger-subtle: rgba(255, 77, 94, 0.1);
  --arx-danger-text: #070a0e;
  --arx-warning: #ffb627;
  --arx-warning-hover: #ffc452;
  --arx-warning-subtle: rgba(255, 182, 39, 0.1);
  --arx-warning-text: #070a0e;
  --arx-info: #00c8ff;
  --arx-info-hover: #33d4ff;
  --arx-info-subtle: rgba(0, 200, 255, 0.08);
  --arx-info-text: #070a0e;
  --arx-navbar-bg: #0c1017;
  --arx-navbar-border: #1c2a3a;
  --arx-syn-bg: #111820;
  --arx-syn-border: #1c2a3a;
  --arx-syn-text: #a8bfcc;
  --arx-syn-ln: #3d5568;
  --arx-syn-copy-bg: #0c1017;
  --arx-syn-copied: #00e87a;
  --arx-syn-keyword: #c792ea;
  --arx-syn-builtin: #82aaff;
  --arx-syn-string: #c3e88d;
  --arx-syn-number: #f78c6c;
  --arx-syn-comment: #546e7a;
  --arx-syn-boolean: #ff5370;
  --arx-syn-tag: #89ddff;
  --arx-syn-attr: #c792ea;
  --arx-syn-entity: #89ddff;
  --arx-syn-doctype: #ffcb6b;
  --arx-syn-selector: #ffcb6b;
  --arx-syn-property: #82aaff;
  --arx-syn-pseudo: #c792ea;
  --arx-syn-punct: #89ddff;
  --arx-syn-atrule: #c792ea;
  --arx-syn-regex: #c3e88d;
  --arx-syn-variable: #f07178;
  --arx-syn-flag: #ffcb6b;
  --arx-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.40);
  --arx-shadow: 0 2px 8px rgba(0, 0, 0, 0.50);
  --arx-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.60);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: var(--arx-bg);
  color: var(--arx-text);
  font-family: var(--arx-font);
  font-size: var(--arx-font-size);
  font-weight: var(--arx-font-weight);
  line-height: var(--arx-line-height);
  -webkit-font-smoothing: antialiased;
  transition: background-color var(--arx-transition), color var(--arx-transition);
}

img, video, svg {
  max-width: 100%;
  display: block;
}

a {
  color: var(--arx-primary);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

h6,
.arx-h6, h5,
.arx-h5, h4,
.arx-h4, h3,
.arx-h3, h2,
.arx-h2, h1,
.arx-h1 {
  color: var(--arx-text);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1,
.arx-h1 {
  font-size: 2.5rem;
}

h2,
.arx-h2 {
  font-size: 2rem;
}

h3,
.arx-h3 {
  font-size: 1.75rem;
}

h4,
.arx-h4 {
  font-size: 1.5rem;
}

h5,
.arx-h5 {
  font-size: 1.25rem;
}

h6,
.arx-h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.arx-lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--arx-text-secondary);
}

.arx-muted {
  color: var(--arx-text-muted);
}

.arx-small,
small {
  font-size: 0.85rem;
}

strong, .arx-strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

code,
.arx-code {
  font-family: var(--arx-font-mono);
  font-size: 0.875em;
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  color: var(--arx-danger);
  padding: 0.1em 0.35em;
  border-radius: var(--arx-radius-sm);
}

pre {
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  padding: 1rem 1.25rem;
  overflow-x: auto;
  font-family: var(--arx-font-mono);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
pre code {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

blockquote,
.arx-blockquote {
  border-inline-start: 3px solid var(--arx-primary);
  margin: 1rem 0;
  padding: 0.75rem 1.25rem;
  background: var(--arx-surface-raised);
  border-radius: 0 var(--arx-radius) var(--arx-radius) 0;
  color: var(--arx-text-secondary);
  font-style: italic;
}

hr,
.arx-hr {
  border: none;
  border-top: 1px solid var(--arx-border);
  margin: 1.5rem 0;
}

ul:not([class]),
ol:not([class]) {
  padding-inline-start: 1.5rem;
  margin-bottom: 1rem;
}

li:not([class]) {
  margin-bottom: 0.25rem;
}

.arx-prose {
  color: var(--arx-text);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 70ch;
}
.arx-prose > :first-child {
  margin-top: 0;
}
.arx-prose > :last-child {
  margin-bottom: 0;
}
.arx-prose p, .arx-prose ul, .arx-prose ol, .arx-prose blockquote, .arx-prose pre, .arx-prose table, .arx-prose figure {
  margin: 0 0 1.1rem;
}
.arx-prose h1, .arx-prose h2, .arx-prose h3, .arx-prose h4 {
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
  scroll-margin-top: 1.5rem;
}
.arx-prose h2 {
  font-size: 1.5rem;
}
.arx-prose h3 {
  font-size: 1.2rem;
}
.arx-prose h4 {
  font-size: 1.02rem;
}
.arx-prose ul, .arx-prose ol {
  padding-inline-start: 1.4rem;
}
.arx-prose li {
  margin: 0.35rem 0;
}
.arx-prose a {
  color: var(--arx-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.arx-prose blockquote {
  padding: 0.35rem 1.1rem;
  border-inline-start: 3px solid var(--arx-primary);
  color: var(--arx-text-secondary);
  font-style: italic;
}
.arx-prose :not(pre) > code {
  font-family: var(--arx-font-mono);
  font-size: 0.9em;
  background: var(--arx-surface-raised);
  padding: 0.1rem 0.35rem;
  border-radius: var(--arx-radius-sm);
}
.arx-prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--arx-radius);
}
.arx-prose hr {
  border: none;
  border-top: 1px solid var(--arx-border);
  margin: 2rem 0;
}
.arx-prose.arx-prose-sm {
  font-size: 0.94rem;
  line-height: 1.65;
}

kbd,
.arx-kbd {
  display: inline-block;
  font-family: var(--arx-font-mono);
  font-size: 0.78em;
  font-weight: 500;
  line-height: 1;
  color: var(--arx-text);
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-bottom-width: 2px;
  border-radius: var(--arx-radius-sm);
  box-shadow: 0 1px 0 var(--arx-border);
  padding: 0.15em 0.45em;
  white-space: nowrap;
  vertical-align: middle;
}
kbd kbd, kbd .arx-kbd,
.arx-kbd kbd,
.arx-kbd .arx-kbd {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 1em;
}

.arx-container {
  width: 100%;
  max-width: var(--arx-container-max);
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: calc(var(--arx-gutter) / 2);
  padding-inline-end: calc(var(--arx-gutter) / 2);
}

.arx-container-fluid {
  width: 100%;
  padding-inline-start: calc(var(--arx-gutter) / 2);
  padding-inline-end: calc(var(--arx-gutter) / 2);
}

.arx-container-sm {
  --arx-container-max: 960px;
}

.arx-container-lg {
  --arx-container-max: 1400px;
}

.arx-container-xl {
  --arx-container-max: 1600px;
}

.arx-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: calc(var(--arx-gutter) / -2);
  margin-inline-end: calc(var(--arx-gutter) / -2);
}

[class*=arx-col] {
  padding-inline-start: calc(var(--arx-gutter) / 2);
  padding-inline-end: calc(var(--arx-gutter) / 2);
  width: 100%;
}

.arx-col {
  flex: 1 0 0%;
}

.arx-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.arx-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.arx-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.arx-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.arx-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.arx-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.arx-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.arx-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.arx-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.arx-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.arx-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.arx-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .arx-col-sm {
    flex: 1 0 0%;
  }
  .arx-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .arx-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .arx-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .arx-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .arx-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .arx-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .arx-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .arx-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .arx-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .arx-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .arx-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .arx-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .arx-col-md {
    flex: 1 0 0%;
  }
  .arx-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .arx-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .arx-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .arx-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .arx-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .arx-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .arx-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .arx-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .arx-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .arx-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .arx-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .arx-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .arx-col-lg {
    flex: 1 0 0%;
  }
  .arx-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .arx-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .arx-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .arx-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .arx-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .arx-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .arx-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .arx-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .arx-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .arx-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .arx-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .arx-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .arx-col-xl {
    flex: 1 0 0%;
  }
  .arx-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .arx-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .arx-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .arx-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .arx-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .arx-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .arx-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .arx-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .arx-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .arx-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .arx-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .arx-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.arx-offset-1 {
  margin-inline-start: 8.3333333333%;
}

.arx-offset-2 {
  margin-inline-start: 16.6666666667%;
}

.arx-offset-3 {
  margin-inline-start: 25%;
}

.arx-offset-4 {
  margin-inline-start: 33.3333333333%;
}

.arx-offset-5 {
  margin-inline-start: 41.6666666667%;
}

.arx-offset-6 {
  margin-inline-start: 50%;
}

.arx-offset-7 {
  margin-inline-start: 58.3333333333%;
}

.arx-offset-8 {
  margin-inline-start: 66.6666666667%;
}

.arx-offset-9 {
  margin-inline-start: 75%;
}

.arx-offset-10 {
  margin-inline-start: 83.3333333333%;
}

.arx-offset-11 {
  margin-inline-start: 91.6666666667%;
}

@media (min-width: 576px) {
  .arx-offset-sm-0 {
    margin-inline-start: 0;
  }
  .arx-offset-sm-1 {
    margin-inline-start: 8.3333333333%;
  }
  .arx-offset-sm-2 {
    margin-inline-start: 16.6666666667%;
  }
  .arx-offset-sm-3 {
    margin-inline-start: 25%;
  }
  .arx-offset-sm-4 {
    margin-inline-start: 33.3333333333%;
  }
  .arx-offset-sm-5 {
    margin-inline-start: 41.6666666667%;
  }
  .arx-offset-sm-6 {
    margin-inline-start: 50%;
  }
  .arx-offset-sm-7 {
    margin-inline-start: 58.3333333333%;
  }
  .arx-offset-sm-8 {
    margin-inline-start: 66.6666666667%;
  }
  .arx-offset-sm-9 {
    margin-inline-start: 75%;
  }
  .arx-offset-sm-10 {
    margin-inline-start: 83.3333333333%;
  }
  .arx-offset-sm-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .arx-offset-md-0 {
    margin-inline-start: 0;
  }
  .arx-offset-md-1 {
    margin-inline-start: 8.3333333333%;
  }
  .arx-offset-md-2 {
    margin-inline-start: 16.6666666667%;
  }
  .arx-offset-md-3 {
    margin-inline-start: 25%;
  }
  .arx-offset-md-4 {
    margin-inline-start: 33.3333333333%;
  }
  .arx-offset-md-5 {
    margin-inline-start: 41.6666666667%;
  }
  .arx-offset-md-6 {
    margin-inline-start: 50%;
  }
  .arx-offset-md-7 {
    margin-inline-start: 58.3333333333%;
  }
  .arx-offset-md-8 {
    margin-inline-start: 66.6666666667%;
  }
  .arx-offset-md-9 {
    margin-inline-start: 75%;
  }
  .arx-offset-md-10 {
    margin-inline-start: 83.3333333333%;
  }
  .arx-offset-md-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .arx-offset-lg-0 {
    margin-inline-start: 0;
  }
  .arx-offset-lg-1 {
    margin-inline-start: 8.3333333333%;
  }
  .arx-offset-lg-2 {
    margin-inline-start: 16.6666666667%;
  }
  .arx-offset-lg-3 {
    margin-inline-start: 25%;
  }
  .arx-offset-lg-4 {
    margin-inline-start: 33.3333333333%;
  }
  .arx-offset-lg-5 {
    margin-inline-start: 41.6666666667%;
  }
  .arx-offset-lg-6 {
    margin-inline-start: 50%;
  }
  .arx-offset-lg-7 {
    margin-inline-start: 58.3333333333%;
  }
  .arx-offset-lg-8 {
    margin-inline-start: 66.6666666667%;
  }
  .arx-offset-lg-9 {
    margin-inline-start: 75%;
  }
  .arx-offset-lg-10 {
    margin-inline-start: 83.3333333333%;
  }
  .arx-offset-lg-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .arx-offset-xl-0 {
    margin-inline-start: 0;
  }
  .arx-offset-xl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .arx-offset-xl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .arx-offset-xl-3 {
    margin-inline-start: 25%;
  }
  .arx-offset-xl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .arx-offset-xl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .arx-offset-xl-6 {
    margin-inline-start: 50%;
  }
  .arx-offset-xl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .arx-offset-xl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .arx-offset-xl-9 {
    margin-inline-start: 75%;
  }
  .arx-offset-xl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .arx-offset-xl-11 {
    margin-inline-start: 91.6666666667%;
  }
}
.arx-order-first {
  order: -1 !important;
}

.arx-order-last {
  order: 99 !important;
}

.arx-order-0 {
  order: 0 !important;
}

.arx-order-1 {
  order: 1 !important;
}

.arx-order-2 {
  order: 2 !important;
}

.arx-order-3 {
  order: 3 !important;
}

.arx-order-4 {
  order: 4 !important;
}

.arx-order-5 {
  order: 5 !important;
}

@media (min-width: 576px) {
  .arx-order-sm-first {
    order: -1 !important;
  }
  .arx-order-sm-last {
    order: 99 !important;
  }
  .arx-order-sm-0 {
    order: 0 !important;
  }
  .arx-order-sm-1 {
    order: 1 !important;
  }
  .arx-order-sm-2 {
    order: 2 !important;
  }
  .arx-order-sm-3 {
    order: 3 !important;
  }
  .arx-order-sm-4 {
    order: 4 !important;
  }
  .arx-order-sm-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .arx-order-md-first {
    order: -1 !important;
  }
  .arx-order-md-last {
    order: 99 !important;
  }
  .arx-order-md-0 {
    order: 0 !important;
  }
  .arx-order-md-1 {
    order: 1 !important;
  }
  .arx-order-md-2 {
    order: 2 !important;
  }
  .arx-order-md-3 {
    order: 3 !important;
  }
  .arx-order-md-4 {
    order: 4 !important;
  }
  .arx-order-md-5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .arx-order-lg-first {
    order: -1 !important;
  }
  .arx-order-lg-last {
    order: 99 !important;
  }
  .arx-order-lg-0 {
    order: 0 !important;
  }
  .arx-order-lg-1 {
    order: 1 !important;
  }
  .arx-order-lg-2 {
    order: 2 !important;
  }
  .arx-order-lg-3 {
    order: 3 !important;
  }
  .arx-order-lg-4 {
    order: 4 !important;
  }
  .arx-order-lg-5 {
    order: 5 !important;
  }
}
@media (min-width: 1200px) {
  .arx-order-xl-first {
    order: -1 !important;
  }
  .arx-order-xl-last {
    order: 99 !important;
  }
  .arx-order-xl-0 {
    order: 0 !important;
  }
  .arx-order-xl-1 {
    order: 1 !important;
  }
  .arx-order-xl-2 {
    order: 2 !important;
  }
  .arx-order-xl-3 {
    order: 3 !important;
  }
  .arx-order-xl-4 {
    order: 4 !important;
  }
  .arx-order-xl-5 {
    order: 5 !important;
  }
}
.arx-align-items-start {
  align-items: flex-start;
}

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

.arx-align-items-end {
  align-items: flex-end;
}

.arx-align-items-stretch {
  align-items: stretch;
}

.arx-justify-content-start {
  justify-content: flex-start;
}

.arx-justify-content-center {
  justify-content: center;
}

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

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

.arx-justify-content-around {
  justify-content: space-around;
}

.arx-stack {
  display: flex;
  flex-direction: column;
  gap: var(--arx-stack-gap, 0.5rem);
}

.arx-hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--arx-stack-gap, 0.5rem);
}

.arx-stack-gap-0,
.arx-hstack-gap-0 {
  --arx-stack-gap: 0;
}

.arx-stack-gap-1,
.arx-hstack-gap-1 {
  --arx-stack-gap: 0.25rem;
}

.arx-stack-gap-2,
.arx-hstack-gap-2 {
  --arx-stack-gap: 0.5rem;
}

.arx-stack-gap-3,
.arx-hstack-gap-3 {
  --arx-stack-gap: 1rem;
}

.arx-stack-gap-4,
.arx-hstack-gap-4 {
  --arx-stack-gap: 1.5rem;
}

.arx-stack-gap-5,
.arx-hstack-gap-5 {
  --arx-stack-gap: 3rem;
}

.arx-vr {
  width: 1px;
  align-self: stretch;
  background-color: var(--arx-border);
  flex-shrink: 0;
  opacity: 0.8;
}

.arx-split {
  --arx-split-list-width: 320px;
  display: flex;
  min-height: 0;
  width: 100%;
}

.arx-split-list {
  width: var(--arx-split-list-width);
  flex-shrink: 0;
  min-width: 0;
  overflow-y: auto;
  border-inline-end: 1px solid var(--arx-border);
}

.arx-split-detail {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
}

.arx-split[data-arx-split-resizable] > .arx-split-list {
  border-inline-end: none;
}

.arx-split-gutter {
  flex: 0 0 auto;
  width: 7px;
  align-self: stretch;
  cursor: col-resize;
  background: transparent;
  position: relative;
  touch-action: none;
}
.arx-split-gutter::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 3px;
  width: 1px;
  background: var(--arx-border);
  transition: background var(--arx-transition);
}
.arx-split-gutter:hover::before, .arx-split-gutter:focus-visible::before {
  background: var(--arx-primary);
  inline-size: 2px;
}
.arx-split-gutter:focus-visible {
  outline: none;
}

@media (max-width: 768px) {
  .arx-split {
    flex-direction: column;
  }
  .arx-split-list {
    width: 100%;
    border-inline-end: none;
    border-bottom: 1px solid var(--arx-border);
  }
  .arx-split.arx-split-show-detail .arx-split-list {
    display: none;
  }
  .arx-split-gutter {
    display: none;
  }
}
.arx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: var(--arx-btn-pad-y) var(--arx-btn-pad-x);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: var(--arx-radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  transition: background-color var(--arx-transition), border-color var(--arx-transition), color var(--arx-transition), box-shadow var(--arx-transition), opacity var(--arx-transition);
  -webkit-appearance: none;
  position: relative;
  vertical-align: middle;
}
.arx-btn:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-btn:disabled, .arx-btn.arx-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-btn-sm {
  padding: 0.28rem 0.65rem;
  font-size: 0.8rem;
  border-radius: var(--arx-radius-sm);
}

.arx-btn-lg {
  padding: 0.7rem 1.4rem;
  font-size: 1.1rem;
  border-radius: var(--arx-radius-lg);
}

.arx-btn-primary {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
  color: var(--arx-text-inverse);
}
.arx-btn-primary:hover, .arx-btn-primary:focus {
  background: var(--arx-primary-hover);
  border-color: var(--arx-primary-hover);
  color: var(--arx-text-inverse);
  text-decoration: none;
}

.arx-btn-secondary {
  background: var(--arx-secondary);
  border-color: var(--arx-secondary);
  color: var(--arx-text-inverse);
}
.arx-btn-secondary:hover, .arx-btn-secondary:focus {
  background: var(--arx-secondary-hover);
  border-color: var(--arx-secondary-hover);
  color: var(--arx-text-inverse);
  text-decoration: none;
}

.arx-btn-success {
  background: var(--arx-success);
  border-color: var(--arx-success);
  color: var(--arx-success-text);
}
.arx-btn-success:hover, .arx-btn-success:focus {
  background: var(--arx-success-hover);
  border-color: var(--arx-success-hover);
  color: var(--arx-success-text);
  text-decoration: none;
}

.arx-btn-danger {
  background: var(--arx-danger);
  border-color: var(--arx-danger);
  color: var(--arx-text-inverse);
}
.arx-btn-danger:hover, .arx-btn-danger:focus {
  background: var(--arx-danger-hover);
  border-color: var(--arx-danger-hover);
  color: var(--arx-text-inverse);
  text-decoration: none;
}

.arx-btn-warning {
  background: var(--arx-warning);
  border-color: var(--arx-warning);
  color: var(--arx-warning-text);
}
.arx-btn-warning:hover, .arx-btn-warning:focus {
  background: var(--arx-warning-hover);
  border-color: var(--arx-warning-hover);
  color: var(--arx-warning-text);
  text-decoration: none;
}

.arx-btn-info {
  background: var(--arx-info);
  border-color: var(--arx-info);
  color: var(--arx-info-text);
}
.arx-btn-info:hover, .arx-btn-info:focus {
  background: var(--arx-info-hover);
  border-color: var(--arx-info-hover);
  color: var(--arx-info-text);
  text-decoration: none;
}

.arx-btn-ghost {
  background: transparent;
  border-color: transparent;
  color: var(--arx-text);
}
.arx-btn-ghost:hover, .arx-btn-ghost:focus {
  background: var(--arx-surface-raised);
  color: var(--arx-text);
  text-decoration: none;
}

.arx-btn-outline {
  background: transparent;
  border-color: var(--arx-border);
  color: var(--arx-text);
}
.arx-btn-outline:hover, .arx-btn-outline:focus {
  background: var(--arx-surface-raised);
  border-color: var(--arx-text-secondary);
  color: var(--arx-text);
  text-decoration: none;
}

.arx-btn-outline-primary {
  background: transparent;
  border-color: var(--arx-primary);
  color: var(--arx-primary);
}
.arx-btn-outline-primary:hover, .arx-btn-outline-primary:focus {
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
  text-decoration: none;
}

.arx-btn-loading {
  color: transparent !important;
  pointer-events: none;
}
.arx-btn-loading::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-inline-end-color: transparent;
  border-radius: 50%;
  color: var(--arx-text-inverse);
  animation: arx-spin 0.65s linear infinite;
}

@keyframes arx-spin {
  to {
    transform: rotate(360deg);
  }
}
.arx-btn-group {
  display: inline-flex;
}
.arx-btn-group .arx-btn {
  border-radius: 0;
}
.arx-btn-group .arx-btn:first-child {
  border-radius: var(--arx-radius) 0 0 var(--arx-radius);
}
.arx-btn-group .arx-btn:last-child {
  border-radius: 0 var(--arx-radius) var(--arx-radius) 0;
}
.arx-btn-group .arx-btn + .arx-btn {
  margin-inline-start: -1px;
}

.arx-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--arx-text-secondary);
  border-radius: var(--arx-radius);
  opacity: 0.6;
  line-height: 1;
  transition: opacity var(--arx-transition), background var(--arx-transition), color var(--arx-transition);
  flex-shrink: 0;
}
.arx-close::before {
  content: "×";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.arx-close:hover {
  opacity: 1;
  background: var(--arx-surface-raised);
  color: var(--arx-text);
}
.arx-close:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
  opacity: 1;
}
.arx-close:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-close-white {
  color: #ffffff;
  opacity: 0.8;
}
.arx-close-white:hover {
  color: #ffffff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}

.arx-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  overflow: hidden;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 9990;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.22s ease, visibility 0.22s;
}
.arx-modal-overlay.arx-open {
  visibility: visible;
  opacity: 1;
}

.arx-modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.arx-modal-window {
  position: relative;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  max-width: 520px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: var(--arx-shadow-lg);
  opacity: 0;
  transform: translateY(-18px) scale(0.97);
  transition: opacity 0.22s ease-out, transform 0.22s ease-out;
}
.arx-modal-window.arx-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.arx-modal-window.arx-modal-sm {
  max-width: 360px;
}

.arx-modal-window.arx-modal-lg {
  max-width: 720px;
}

.arx-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  color: var(--arx-text-muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--arx-radius-sm);
  transition: color var(--arx-transition), background var(--arx-transition);
  font-family: inherit;
  padding: 0;
  z-index: 1;
}

.arx-modal-close:hover {
  color: var(--arx-text);
  background: var(--arx-surface-raised);
}

.arx-modal-header {
  padding: 1.25rem 1.5rem 0;
  margin-bottom: 0.5rem;
}

.arx-modal-header h2,
.arx-modal-header h3 {
  margin: 0;
  color: var(--arx-text);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.arx-modal-body {
  padding: 0.5rem 1.5rem;
  color: var(--arx-text-secondary);
  font-size: 0.82rem;
  line-height: 1.7;
}

.arx-modal-body p {
  margin: 0 0 0.75rem;
}

.arx-modal-body p:last-child {
  margin-bottom: 0;
}

.arx-modal-footer {
  padding: 1rem 1.5rem 1.25rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  border-top: 1px solid var(--arx-border);
  margin-top: 0.25rem;
}

.arx-modal-btn {
  padding: 0.45rem 1.1rem;
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--arx-border);
  background: transparent;
  color: var(--arx-text-secondary);
  cursor: pointer;
  border-radius: var(--arx-radius-sm);
  transition: color var(--arx-transition), background var(--arx-transition), border-color var(--arx-transition);
}

.arx-modal-btn:hover {
  color: var(--arx-text);
  border-color: var(--arx-text-secondary);
}

.arx-modal-btn-primary {
  background: var(--arx-primary-subtle);
  border-color: var(--arx-primary);
  color: var(--arx-primary);
}

.arx-modal-btn-primary:hover {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
  color: var(--arx-text-inverse);
}

.arx-modal-btn-danger {
  background: var(--arx-danger-subtle);
  border-color: var(--arx-danger);
  color: var(--arx-danger);
}

.arx-modal-btn-danger:hover {
  background: var(--arx-danger);
  border-color: var(--arx-danger);
  color: var(--arx-text-inverse);
}

@media (max-width: 640px) {
  .arx-modal-container {
    padding: 1rem;
    align-items: flex-end;
  }
  .arx-modal-window {
    max-width: 100%;
    border-radius: var(--arx-radius-lg) var(--arx-radius-lg) 0 0;
    max-height: 90vh;
  }
  .arx-modal-header {
    padding: 1rem 1.25rem 0;
  }
  .arx-modal-body {
    padding: 0.5rem 1.25rem;
  }
  .arx-modal-footer {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.arx-offcanvas {
  --arx-offcanvas-width: 320px;
  --arx-offcanvas-height: 40vh;
  position: fixed;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  background: var(--arx-surface);
  color: var(--arx-text);
  box-shadow: var(--arx-shadow-lg);
  visibility: hidden;
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.3s;
  overflow: hidden;
}
.arx-offcanvas.arx-offcanvas-start, .arx-offcanvas.arx-offcanvas-end {
  top: 0;
  bottom: 0;
  width: var(--arx-offcanvas-width);
  max-width: 100vw;
}
.arx-offcanvas.arx-offcanvas-top, .arx-offcanvas.arx-offcanvas-bottom {
  left: 0;
  right: 0;
  height: var(--arx-offcanvas-height);
  max-height: 100vh;
}
.arx-offcanvas.arx-offcanvas-start {
  left: 0;
  border-inline-end: 1px solid var(--arx-border);
  transform: translateX(-100%);
}
.arx-offcanvas.arx-offcanvas-end {
  right: 0;
  border-inline-start: 1px solid var(--arx-border);
  transform: translateX(100%);
}
.arx-offcanvas.arx-offcanvas-top {
  top: 0;
  border-bottom: 1px solid var(--arx-border);
  transform: translateY(-100%);
}
.arx-offcanvas.arx-offcanvas-bottom {
  bottom: 0;
  border-top: 1px solid var(--arx-border);
  transform: translateY(100%);
}
.arx-offcanvas.arx-offcanvas-sm {
  --arx-offcanvas-width: 248px;
  --arx-offcanvas-height: 30vh;
}
.arx-offcanvas.arx-offcanvas-lg {
  --arx-offcanvas-width: 440px;
  --arx-offcanvas-height: 60vh;
}
.arx-offcanvas.arx-open {
  visibility: visible;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .arx-offcanvas {
    transition: visibility 0s;
  }
}
.arx-offcanvas-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--arx-border);
  flex-shrink: 0;
}

.arx-offcanvas-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--arx-text);
}

.arx-offcanvas-header .arx-close,
.arx-offcanvas-header [data-arx-offcanvas-close] {
  margin-inline-start: auto;
}

.arx-offcanvas-body {
  padding: 1.25rem;
  overflow-y: auto;
  flex: 1 1 auto;
}

.arx-offcanvas-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--arx-border);
  flex-shrink: 0;
}

.arx-offcanvas-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9985;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.arx-offcanvas-backdrop.arx-open {
  opacity: 1;
}

.arx-select, .arx-textarea, .arx-input {
  display: block;
  width: 100%;
  padding: var(--arx-control-pad-y) var(--arx-control-pad-x);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--arx-text);
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  appearance: none;
  -webkit-appearance: none;
  transition: border-color var(--arx-transition), box-shadow var(--arx-transition);
  outline: none;
}
.arx-select::placeholder, .arx-textarea::placeholder, .arx-input::placeholder {
  color: var(--arx-text-muted);
}
.arx-select:focus, .arx-textarea:focus, .arx-input:focus {
  border-color: var(--arx-border-focus);
  box-shadow: inset 2px 0 0 0 var(--arx-border-focus), 0 0 0 3px rgba(74, 158, 255, 0.18);
}
.arx-dark .arx-select:focus, .arx-dark .arx-textarea:focus, .arx-dark .arx-input:focus {
  box-shadow: inset 2px 0 0 0 var(--arx-border-focus), 0 0 0 3px rgba(0, 200, 255, 0.15);
}

.arx-form-group {
  margin-bottom: 1rem;
}

.arx-label {
  display: block;
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--arx-text-secondary);
  margin-bottom: 0.4rem;
}

.arx-textarea {
  resize: vertical;
  min-height: 6rem;
}

.arx-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236c757d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-inline-end: 2.25rem;
  cursor: pointer;
}

.arx-input-sm,
.arx-select-sm {
  padding: 0.3rem 0.55rem;
  font-size: 0.8rem;
  border-radius: var(--arx-radius-sm);
}

.arx-input-lg,
.arx-select-lg {
  padding: 0.65rem 1rem;
  font-size: 1rem;
  border-radius: var(--arx-radius-lg);
}

.arx-is-valid .arx-input,
.arx-is-valid .arx-textarea,
.arx-is-valid .arx-select,
.arx-input.arx-is-valid,
.arx-textarea.arx-is-valid,
.arx-select.arx-is-valid {
  border-color: var(--arx-success);
  box-shadow: inset 2px 0 0 0 var(--arx-success);
}

.arx-is-invalid .arx-input,
.arx-is-invalid .arx-textarea,
.arx-is-invalid .arx-select,
.arx-input.arx-is-invalid,
.arx-textarea.arx-is-invalid,
.arx-select.arx-is-invalid {
  border-color: var(--arx-danger);
  box-shadow: inset 2px 0 0 0 var(--arx-danger);
}

.arx-select-wrap.arx-is-invalid .arx-select-trigger {
  border-color: var(--arx-danger);
}

.arx-select-wrap.arx-is-valid .arx-select-trigger {
  border-color: var(--arx-success);
}

.arx-valid-feedback {
  font-size: 0.8rem;
  color: var(--arx-success);
  margin-top: 0.3rem;
}

.arx-invalid-feedback {
  font-size: 0.8rem;
  color: var(--arx-danger);
  margin-top: 0.3rem;
}

.arx-form-text {
  font-size: 0.8rem;
  color: var(--arx-text-muted);
  margin-top: 0.3rem;
}

.arx-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.arx-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1.5px solid var(--arx-border);
  background: var(--arx-surface);
  border-radius: var(--arx-radius-sm);
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color var(--arx-transition), background var(--arx-transition);
  position: relative;
}
.arx-check-input[type=radio] {
  border-radius: 50%;
}
.arx-check-input:checked {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
}
.arx-check-input:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-check-input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.22rem;
  top: 0.05rem;
  width: 0.35rem;
  height: 0.55rem;
  border: 2px solid white;
  border-top: none;
  border-inline-start: none;
  transform: rotate(45deg);
}
.arx-check-input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0.2rem;
  background: white;
  border-radius: 50%;
}

.arx-input-group {
  display: flex;
  align-items: stretch;
}
.arx-input-group .arx-input {
  flex: 1;
  border-radius: 0;
}
.arx-input-group .arx-input:first-child {
  border-radius: var(--arx-radius) 0 0 var(--arx-radius);
}
.arx-input-group .arx-input:last-child {
  border-radius: 0 var(--arx-radius) var(--arx-radius) 0;
}
.arx-input-group .arx-btn {
  flex-shrink: 0;
  border-radius: 0;
  margin-inline-start: -1px;
}
.arx-input-group .arx-btn:first-child {
  margin-inline-start: 0;
  border-radius: var(--arx-radius) 0 0 var(--arx-radius);
}
.arx-input-group .arx-btn:last-child {
  border-radius: 0 var(--arx-radius) var(--arx-radius) 0;
}

.arx-input-addon {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  color: var(--arx-text-secondary);
  font-size: 0.9rem;
  white-space: nowrap;
}
.arx-input-addon:first-child {
  border-inline-end: none;
  border-radius: var(--arx-radius) 0 0 var(--arx-radius);
}
.arx-input-addon:last-child {
  border-inline-start: none;
  border-radius: 0 var(--arx-radius) var(--arx-radius) 0;
}

.arx-form-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
  font-size: 0.9rem;
  user-select: none;
}

.arx-switch-input {
  appearance: none;
  -webkit-appearance: none;
  width: 2.5rem;
  height: 1.4rem;
  background: var(--arx-border);
  border-radius: var(--arx-radius-pill);
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--arx-transition);
  outline: none;
}
.arx-switch-input::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border-radius: 50%;
  top: 0.2rem;
  left: 0.2rem;
  transition: transform var(--arx-transition);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.arx-switch-input:checked {
  background: var(--arx-primary);
}
.arx-switch-input:checked::after {
  transform: translateX(1.1rem);
}
.arx-switch-input:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-switch-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.arx-switch-input:disabled ~ * {
  opacity: 0.5;
}

.arx-switch-sm .arx-switch-input {
  width: 1.9rem;
  height: 1.05rem;
}
.arx-switch-sm .arx-switch-input::after {
  width: 0.75rem;
  height: 0.75rem;
  top: 0.15rem;
  left: 0.15rem;
}
.arx-switch-sm .arx-switch-input:checked::after {
  transform: translateX(0.85rem);
}

.arx-switch-lg .arx-switch-input {
  width: 3.25rem;
  height: 1.75rem;
}
.arx-switch-lg .arx-switch-input::after {
  width: 1.35rem;
  height: 1.35rem;
  top: 0.2rem;
  left: 0.2rem;
}
.arx-switch-lg .arx-switch-input:checked::after {
  transform: translateX(1.5rem);
}

.arx-range {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 0.3rem;
  background: var(--arx-border);
  border-radius: var(--arx-radius-pill);
  outline: none;
  cursor: pointer;
  accent-color: var(--arx-primary);
  display: block;
}
.arx-range::-webkit-slider-thumb {
  appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--arx-primary);
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow var(--arx-transition);
  box-shadow: 0 0 0 0 transparent;
}
.arx-range:hover::-webkit-slider-thumb, .arx-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px var(--arx-primary-subtle);
}
.arx-range::-moz-range-thumb {
  width: 1.1rem;
  height: 1.1rem;
  background: var(--arx-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.arx-range:hover::-moz-range-thumb, .arx-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 4px var(--arx-primary-subtle);
}

.arx-float {
  position: relative;
}
.arx-float .arx-input,
.arx-float .arx-textarea,
.arx-float .arx-select {
  padding-top: 1.5rem;
  padding-bottom: 0.35rem;
}
.arx-float label {
  position: absolute;
  left: 0.75rem;
  top: 0.9rem;
  font-size: 0.9rem;
  color: var(--arx-text-muted);
  pointer-events: none;
  transform-origin: 0 0;
  transition: top 0.14s ease, font-size 0.14s ease, color 0.14s ease;
  line-height: 1;
  white-space: nowrap;
}
.arx-float .arx-input:focus ~ label,
.arx-float .arx-textarea:focus ~ label,
.arx-float .arx-input:not(:placeholder-shown) ~ label,
.arx-float .arx-textarea:not(:placeholder-shown) ~ label {
  top: 0.4rem;
  font-size: 0.68rem;
  color: var(--arx-text-muted);
}
.arx-float .arx-input:focus ~ label,
.arx-float .arx-textarea:focus ~ label {
  color: var(--arx-primary);
}
.arx-float .arx-select ~ label {
  top: 0.4rem;
  font-size: 0.68rem;
}

.arx-segmented {
  display: inline-flex;
  padding: 0.2rem;
  gap: 0.15rem;
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  vertical-align: middle;
}
.arx-segmented.arx-segmented-block {
  display: flex;
  width: 100%;
}

.arx-segment {
  position: relative;
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--arx-text-secondary);
  border-radius: var(--arx-radius);
  cursor: pointer;
  user-select: none;
  transition: color var(--arx-transition), background var(--arx-transition), box-shadow var(--arx-transition);
}
.arx-segment input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.arx-segment svg, .arx-segment [data-lucide] {
  width: 1em;
  height: 1em;
  stroke: currentColor;
}
.arx-segment:hover {
  color: var(--arx-text);
}
.arx-segment:has(input:checked) {
  color: var(--arx-text);
  background: var(--arx-surface);
  box-shadow: var(--arx-shadow-sm);
  font-weight: 600;
}
.arx-segment:has(input:focus-visible) {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 1px;
}
.arx-segment:has(input:disabled) {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-segmented-primary .arx-segment:has(input:checked) {
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}

.arx-segmented-sm .arx-segment {
  padding: 0.25rem 0.6rem;
  font-size: 0.78rem;
}

.arx-segmented-lg .arx-segment {
  padding: 0.5rem 1.1rem;
  font-size: 0.95rem;
}

.arx-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.15rem 0.3rem 0.15rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--arx-secondary-text);
  background: var(--arx-secondary-subtle);
  border-radius: var(--arx-radius-pill);
  max-width: 100%;
  white-space: nowrap;
}
.arx-tag:not(:has(.arx-tag-remove)) {
  padding-inline-end: 0.6rem;
}
.arx-tag.arx-tag-primary {
  background: var(--arx-primary-subtle);
  color: var(--arx-primary-text);
}
.arx-tag.arx-tag-success {
  background: var(--arx-success-subtle);
  color: var(--arx-success-text);
}
.arx-tag.arx-tag-danger {
  background: var(--arx-danger-subtle);
  color: var(--arx-danger-text);
}
.arx-tag.arx-tag-warning {
  background: var(--arx-warning-subtle);
  color: var(--arx-warning-text);
}
.arx-tag.arx-tag-info {
  background: var(--arx-info-subtle);
  color: var(--arx-info-text);
}

.arx-tag-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.arx-tag-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  padding: 0;
  border: none;
  background: transparent;
  color: currentColor;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  flex-shrink: 0;
  line-height: 1;
  transition: opacity var(--arx-transition), background var(--arx-transition);
}
.arx-tag-remove::before {
  content: "×";
  font-size: 0.95rem;
  line-height: 1;
}
.arx-tag-remove:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.12);
}

.arx-tag-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.35rem 0.5rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  cursor: text;
  transition: border-color var(--arx-transition), box-shadow var(--arx-transition);
}
.arx-tag-input:focus-within {
  border-color: var(--arx-border-focus);
  box-shadow: inset 2px 0 0 0 var(--arx-border-focus), 0 0 0 3px rgba(74, 158, 255, 0.18);
}
.arx-tag-input.arx-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-tag-input-field {
  flex: 1 1 6rem;
  min-width: 6rem;
  border: none;
  outline: none;
  background: transparent;
  color: var(--arx-text);
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0.15rem 0.1rem;
}
.arx-tag-input-field::placeholder {
  color: var(--arx-text-muted);
}

.arx-file {
  font-size: 0.9rem;
  color: var(--arx-text-secondary);
  max-width: 100%;
}
.arx-file::file-selector-button {
  margin-inline-end: 0.75rem;
  padding: 0.4rem 0.9rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--arx-text);
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  cursor: pointer;
  transition: background var(--arx-transition), border-color var(--arx-transition);
}
.arx-file::file-selector-button:hover {
  background: var(--arx-surface);
  border-color: var(--arx-primary);
  color: var(--arx-primary);
}

.arx-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-align: center;
  padding: 2rem 1.5rem;
  border: 2px dashed var(--arx-border);
  border-radius: var(--arx-radius-lg);
  background: var(--arx-surface);
  color: var(--arx-text-secondary);
  cursor: pointer;
  transition: border-color var(--arx-transition), background var(--arx-transition), color var(--arx-transition);
}
.arx-dropzone:hover {
  border-color: var(--arx-primary);
  color: var(--arx-text);
}
.arx-dropzone.arx-dragover {
  border-color: var(--arx-primary);
  background: var(--arx-primary-subtle);
  color: var(--arx-text);
}
.arx-dropzone:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}

.arx-dropzone-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.arx-dropzone-icon {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--arx-text-muted);
}
.arx-dropzone-icon svg, .arx-dropzone-icon [data-lucide] {
  width: 1.75rem;
  height: 1.75rem;
  stroke: currentColor;
}

.arx-dropzone-text {
  font-size: 0.9rem;
}
.arx-dropzone-text strong {
  color: var(--arx-primary);
  font-weight: 600;
}

.arx-dropzone-hint {
  font-size: 0.75rem;
  color: var(--arx-text-muted);
}

.arx-file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.arx-file-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.65rem;
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  font-size: 0.85rem;
  text-align: start;
}

.arx-file-icon {
  flex-shrink: 0;
  color: var(--arx-text-muted);
  font-size: 1rem;
  line-height: 1;
}

.arx-file-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--arx-text);
}

.arx-file-size {
  flex-shrink: 0;
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  color: var(--arx-text-muted);
}

.arx-file-remove {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--arx-text-secondary);
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  opacity: 0.6;
  line-height: 1;
  transition: opacity var(--arx-transition), background var(--arx-transition), color var(--arx-transition);
}
.arx-file-remove::before {
  content: "×";
  font-size: 1.1rem;
  line-height: 1;
}
.arx-file-remove:hover {
  opacity: 1;
  background: var(--arx-danger-subtle);
  color: var(--arx-danger-text);
}

.arx-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1;
}
.arx-rating input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.arx-rating label {
  cursor: pointer;
  padding: 0 0.05rem;
  color: var(--arx-border);
  transition: color var(--arx-transition), transform 0.1s ease;
}
.arx-rating label::before {
  content: "★";
}
.arx-rating label:hover {
  transform: scale(1.1);
}
.arx-rating input:checked ~ label {
  color: var(--arx-warning);
}
.arx-rating:hover label {
  color: var(--arx-border);
}
.arx-rating label:hover,
.arx-rating label:hover ~ label {
  color: var(--arx-warning);
}
.arx-rating input:focus-visible + label {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-rating.arx-rating-sm {
  font-size: 1rem;
}
.arx-rating.arx-rating-lg {
  font-size: 1.9rem;
}
.arx-rating.arx-rating-readonly label {
  cursor: default;
  pointer-events: none;
}

.arx-rating-display {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
.arx-rating-display::before {
  content: "★★★★★";
  color: var(--arx-border);
}
.arx-rating-display::after {
  content: "★★★★★";
  color: var(--arx-warning);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: calc(var(--arx-rating, 0) / 5 * 100%);
}
.arx-rating-display.arx-rating-sm {
  font-size: 1rem;
}
.arx-rating-display.arx-rating-lg {
  font-size: 1.9rem;
}

.arx-quantity {
  display: inline-flex;
  align-items: stretch;
}
.arx-quantity:focus-within .arx-quantity-input {
  border-top-color: var(--arx-border-focus);
  border-bottom-color: var(--arx-border-focus);
}

.arx-quantity-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  padding: 0;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
  color: var(--arx-text);
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  cursor: pointer;
  user-select: none;
  transition: background var(--arx-transition), border-color var(--arx-transition), color var(--arx-transition);
}
.arx-quantity-btn:first-child {
  border-radius: var(--arx-radius) 0 0 var(--arx-radius);
}
.arx-quantity-btn:last-child {
  border-radius: 0 var(--arx-radius) var(--arx-radius) 0;
}
.arx-quantity-btn:hover:not(:disabled) {
  background: var(--arx-surface-raised);
  border-color: var(--arx-primary);
  color: var(--arx-primary);
}
.arx-quantity-btn:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
  z-index: 1;
}
.arx-quantity-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.arx-quantity-input {
  width: 3.25rem;
  text-align: center;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--arx-text);
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-inline-start: 0;
  border-inline-end: 0;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}
.arx-quantity-input::-webkit-outer-spin-button, .arx-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arx-quantity-sm .arx-quantity-btn {
  width: 1.85rem;
  font-size: 1rem;
}
.arx-quantity-sm .arx-quantity-input {
  width: 2.5rem;
  font-size: 0.82rem;
}

.arx-quantity-lg .arx-quantity-btn {
  width: 2.75rem;
  font-size: 1.3rem;
}
.arx-quantity-lg .arx-quantity-input {
  width: 4rem;
  font-size: 1rem;
}

.arx-autocomplete {
  position: relative;
}

.arx-autocomplete-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 16rem;
  overflow-y: auto;
  padding: 0.35rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  display: none;
}

.arx-autocomplete.arx-open .arx-autocomplete-menu {
  display: block;
}

.arx-autocomplete-option {
  display: block;
  width: 100%;
  padding: 0.45rem 0.6rem;
  font-size: 0.875rem;
  color: var(--arx-text-secondary);
  text-align: start;
  background: transparent;
  border: none;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background var(--arx-transition), color var(--arx-transition);
}
.arx-autocomplete-option mark {
  background: transparent;
  color: var(--arx-primary);
  font-weight: 600;
  padding: 0;
}
.arx-autocomplete-option:hover, .arx-autocomplete-option.arx-active {
  background: var(--arx-surface-raised);
  color: var(--arx-text);
}
.arx-autocomplete-option.arx-active {
  background: var(--arx-primary-subtle);
}

.arx-autocomplete-empty {
  padding: 0.6rem;
  font-size: 0.85rem;
  color: var(--arx-text-muted);
  text-align: center;
}

.arx-autocomplete-source {
  display: none;
}

.arx-select-wrap {
  position: relative;
  width: 100%;
}

.arx-select-native {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.arx-select-trigger {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
  width: 100%;
  min-height: 2.375rem;
  padding: 0.35rem 2.25rem 0.35rem 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--arx-text);
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  cursor: pointer;
  text-align: start;
  position: relative;
  transition: border-color var(--arx-transition), box-shadow var(--arx-transition);
}
.arx-select-trigger::after {
  content: "";
  position: absolute;
  right: 0.85rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.35rem;
  border-inline-end: 2px solid var(--arx-text-muted);
  border-bottom: 2px solid var(--arx-text-muted);
  transform: rotate(45deg);
  transition: transform var(--arx-transition);
}
.arx-select-trigger:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}

.arx-select-wrap.arx-open .arx-select-trigger {
  border-color: var(--arx-border-focus);
  box-shadow: inset 2px 0 0 0 var(--arx-border-focus), 0 0 0 3px rgba(74, 158, 255, 0.18);
}
.arx-select-wrap.arx-open .arx-select-trigger::after {
  transform: rotate(-135deg);
  margin-top: -0.1rem;
}

.arx-dark .arx-select-wrap.arx-open .arx-select-trigger {
  box-shadow: inset 2px 0 0 0 var(--arx-border-focus), 0 0 0 3px rgba(0, 200, 255, 0.15);
}

.arx-select-placeholder {
  color: var(--arx-text-muted);
}

.arx-select-trigger .arx-tag {
  font-size: 0.78rem;
}

.arx-select-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 16rem;
  overflow-y: auto;
  padding: 0.35rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  display: none;
}

.arx-select-wrap.arx-open .arx-select-menu {
  display: block;
}

.arx-select-search {
  display: block;
  width: 100%;
  margin-bottom: 0.35rem;
  padding: 0.35rem 0.5rem;
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--arx-text);
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-sm);
  outline: none;
}
.arx-select-search:focus {
  border-color: var(--arx-border-focus);
}
.arx-select-search::placeholder {
  color: var(--arx-text-muted);
}

.arx-select-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.45rem 0.6rem;
  font-size: 0.875rem;
  color: var(--arx-text-secondary);
  text-align: start;
  background: transparent;
  border: none;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--arx-transition), color var(--arx-transition);
}
.arx-select-option::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: var(--arx-radius-sm);
  border: 1.5px solid var(--arx-border);
  display: inline-flex;
}
.arx-select-option mark {
  background: transparent;
  color: var(--arx-primary);
  font-weight: 600;
  padding: 0;
}
.arx-select-option:hover, .arx-select-option.arx-active {
  background: var(--arx-surface-raised);
  color: var(--arx-text);
}
.arx-select-option.arx-active {
  background: var(--arx-primary-subtle);
}
.arx-select-option.arx-selected {
  color: var(--arx-text);
}
.arx-select-option.arx-selected::before {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.arx-select-option.arx-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-select-wrap:not(.arx-select-multiple) .arx-select-option::before {
  display: none;
}

.arx-select-empty {
  padding: 0.6rem;
  font-size: 0.85rem;
  color: var(--arx-text-muted);
  text-align: center;
}

.arx-datepicker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 17.5rem;
  padding: 0.75rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  font-size: 0.85rem;
  animation: arx-datepicker-in 0.14s ease both;
}
.arx-datepicker.arx-datepicker-hiding {
  animation: arx-datepicker-out 0.1s ease forwards;
}

@keyframes arx-datepicker-in {
  from {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes arx-datepicker-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.arx-datepicker-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}

.arx-datepicker-title {
  flex: 1 1 auto;
  text-align: center;
  font-weight: 600;
  color: var(--arx-text);
}

.arx-datepicker-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  color: var(--arx-text-secondary);
  background: transparent;
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  transition: background var(--arx-transition), color var(--arx-transition), border-color var(--arx-transition);
}
.arx-datepicker-nav:hover {
  background: var(--arx-surface-raised);
  color: var(--arx-primary);
  border-color: var(--arx-primary);
}
.arx-datepicker-nav:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}

.arx-datepicker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.arx-datepicker-weekday {
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--arx-text-muted);
  padding: 0.25rem 0;
}

.arx-datepicker-day {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 0;
  font-family: inherit;
  font-size: 0.82rem;
  color: var(--arx-text);
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  transition: background var(--arx-transition), color var(--arx-transition), border-color var(--arx-transition);
}
.arx-datepicker-day:hover {
  background: var(--arx-surface-raised);
}
.arx-datepicker-day:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-datepicker-day.arx-muted {
  color: var(--arx-text-muted);
  opacity: 0.5;
}
.arx-datepicker-day.arx-today {
  border-color: var(--arx-primary);
  font-weight: 700;
}
.arx-datepicker-day.arx-in-range {
  background: var(--arx-primary-subtle);
  border-radius: 0;
}
.arx-datepicker-day.arx-selected {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
  color: var(--arx-text-inverse);
  font-weight: 600;
}
.arx-datepicker-day.arx-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-datepicker-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--arx-border);
}

.arx-datepicker-action {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--arx-primary);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.1rem 0.2rem;
}
.arx-datepicker-action:hover {
  text-decoration: underline;
}

.arx-colorpicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.arx-colorpicker-swatch {
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
}

.arx-colorpicker-input {
  max-width: 8rem;
}

.arx-colorpicker-panel {
  position: absolute;
  top: calc(100% + 0.4rem);
  inset-inline-start: 0;
  z-index: 1150;
  width: 208px;
  padding: 0.65rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  box-shadow: var(--arx-shadow-lg);
  display: none;
}

.arx-colorpicker.arx-open .arx-colorpicker-panel {
  display: block;
}

.arx-colorpicker-sv {
  position: relative;
  width: 100%;
  height: 130px;
  margin-bottom: 0.55rem;
  border-radius: var(--arx-radius-sm);
  cursor: crosshair;
  touch-action: none;
}

.arx-colorpicker-sv-thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.arx-colorpicker-hue {
  width: 100%;
  height: 0.7rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--arx-radius-pill);
  background: linear-gradient(to right, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
  cursor: pointer;
}
.arx-colorpicker-hue::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--arx-border);
  cursor: pointer;
}
.arx-colorpicker-hue::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--arx-border);
  cursor: pointer;
}

.arx-calendar {
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  overflow: hidden;
}

.arx-calendar-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--arx-border);
}

.arx-calendar-title {
  font-weight: 700;
  font-size: 1.05rem;
}

.arx-calendar-nav {
  margin-inline-start: auto;
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

.arx-calendar-weekdays,
.arx-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.arx-calendar-weekday {
  padding: 0.5rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--arx-text-secondary);
}

.arx-calendar-day {
  min-height: 84px;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  border-top: 1px solid var(--arx-border);
  border-inline-start: 1px solid var(--arx-border);
  cursor: pointer;
  transition: background var(--arx-transition);
}
.arx-calendar-day:nth-child(7n+1) {
  border-inline-start: none;
}
.arx-calendar-day:hover {
  background: var(--arx-surface-raised);
}
.arx-calendar-day:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: -2px;
}

.arx-calendar-daynum {
  align-self: flex-end;
  font-size: 0.8rem;
}

.arx-calendar-day.arx-other {
  background: var(--arx-bg-secondary);
}

.arx-calendar-day.arx-other .arx-calendar-daynum {
  color: var(--arx-text-muted);
}

.arx-calendar-day.arx-today .arx-calendar-daynum {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
  border-radius: 50%;
}

.arx-calendar-event {
  display: block;
  width: 100%;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.arx-calendar-more {
  font-size: 0.7rem;
  color: var(--arx-text-muted);
  padding-inline-start: 0.2rem;
}

.arx-rangeslider {
  position: relative;
  height: 1.1rem;
  width: 100%;
  margin: 0.5rem 0;
  cursor: pointer;
  touch-action: none;
}

.arx-rangeslider-track,
.arx-rangeslider-fill {
  position: absolute;
  top: 50%;
  height: 0.3rem;
  border-radius: var(--arx-radius-pill);
  transform: translateY(-50%);
  pointer-events: none;
}

.arx-rangeslider-track {
  left: 0;
  right: 0;
  background: var(--arx-border);
}

.arx-rangeslider-fill {
  background: var(--arx-primary);
}

.arx-rangeslider-handle {
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  padding: 0;
  background: var(--arx-primary);
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
  transition: box-shadow var(--arx-transition);
  box-shadow: 0 0 0 0 transparent;
}
.arx-rangeslider-handle:hover, .arx-rangeslider-handle:focus-visible {
  box-shadow: 0 0 0 4px var(--arx-primary-subtle);
  outline: none;
}
.arx-rangeslider-handle:active {
  cursor: grabbing;
}

.arx-rangeslider-bubble {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem 0.4rem;
  font-family: var(--arx-font-mono);
  font-size: 0.7rem;
  line-height: 1.4;
  white-space: nowrap;
  color: var(--arx-text-inverse);
  background: var(--arx-primary);
  border-radius: var(--arx-radius-sm);
  opacity: 0;
  transition: opacity var(--arx-transition);
  pointer-events: none;
}
.arx-rangeslider-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--arx-primary);
}

.arx-rangeslider-handle:hover .arx-rangeslider-bubble,
.arx-rangeslider-handle:focus-visible .arx-rangeslider-bubble,
.arx-rangeslider-handle:active .arx-rangeslider-bubble {
  opacity: 1;
}

.arx-rangeslider-ticks {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 0.4rem);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.arx-rangeslider-tick {
  width: 1px;
  height: 0.35rem;
  background: var(--arx-border);
}

.arx-rangeslider-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

.arx-otp {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.arx-otp-digit {
  width: 2.75rem;
  height: 3rem;
  padding: 0;
  text-align: center;
  font-family: var(--arx-font-mono);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: var(--arx-text);
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  appearance: none;
  -webkit-appearance: none;
  caret-color: var(--arx-primary);
  transition: border-color var(--arx-transition), box-shadow var(--arx-transition);
  outline: none;
}
.arx-otp-digit.arx-filled {
  border-color: var(--arx-primary);
}
.arx-otp-digit:focus {
  border-color: var(--arx-border-focus);
  box-shadow: 0 0 0 3px rgba(74, 158, 255, 0.18);
}
.arx-dark .arx-otp-digit:focus {
  box-shadow: 0 0 0 3px rgba(0, 200, 255, 0.15);
}

.arx-otp-separator {
  color: var(--arx-text-muted);
  font-weight: 600;
  user-select: none;
}

.arx-otp-sm .arx-otp-digit {
  width: 2.1rem;
  height: 2.4rem;
  font-size: 1rem;
}

.arx-otp-lg .arx-otp-digit {
  width: 3.25rem;
  height: 3.6rem;
  font-size: 1.5rem;
}

.arx-password {
  width: 100%;
}

.arx-password-field {
  position: relative;
  display: block;
}
.arx-password-field .arx-input {
  padding-inline-end: 2.5rem;
}

.arx-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  padding: 0;
  color: var(--arx-text-secondary);
  background: transparent;
  border: none;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  transition: color var(--arx-transition), background var(--arx-transition);
}
.arx-password-toggle:hover {
  color: var(--arx-text);
  background: var(--arx-surface-raised);
}
.arx-password-toggle:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 1px;
}
.arx-password-toggle svg, .arx-password-toggle i {
  width: 1.05rem;
  height: 1.05rem;
}

.arx-password-meter {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.arx-password-meter-bar {
  display: flex;
  gap: 0.25rem;
  flex: 1;
}

.arx-password-seg {
  flex: 1;
  height: 0.3rem;
  border-radius: var(--arx-radius-pill);
  background: var(--arx-border);
  transition: background var(--arx-transition);
}

.arx-password-meter-bar[data-score="1"] .arx-password-seg.arx-on {
  background: var(--arx-danger);
}

.arx-password-meter-bar[data-score="2"] .arx-password-seg.arx-on {
  background: var(--arx-warning);
}

.arx-password-meter-bar[data-score="3"] .arx-password-seg.arx-on {
  background: var(--arx-info);
}

.arx-password-meter-bar[data-score="4"] .arx-password-seg.arx-on {
  background: var(--arx-success);
}

.arx-password-label {
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--arx-text-secondary);
  min-width: 4.5rem;
  text-align: end;
}

.arx-password-rules {
  list-style: none;
  padding: 0;
  margin: 0.6rem 0 0;
  display: grid;
  gap: 0.25rem;
}

.arx-password-rule {
  position: relative;
  padding-inline-start: 1.4rem;
  font-size: 0.8rem;
  color: var(--arx-text-muted);
  transition: color var(--arx-transition);
}
.arx-password-rule::before {
  content: "○";
  position: absolute;
  left: 0;
  color: var(--arx-text-muted);
}
.arx-password-rule.arx-ok {
  color: var(--arx-text);
}
.arx-password-rule.arx-ok::before {
  content: "✓";
  color: var(--arx-success);
}

.arx-radio-card {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  cursor: pointer;
  transition: border-color var(--arx-transition), box-shadow var(--arx-transition);
}
.arx-radio-card input {
  accent-color: var(--arx-primary);
  flex-shrink: 0;
}
.arx-radio-card:hover {
  border-color: var(--arx-border-focus);
}
.arx-radio-card:has(input:checked) {
  border-color: var(--arx-primary);
  box-shadow: inset 0 0 0 1px var(--arx-primary);
}
.arx-radio-card:has(input:focus-visible) {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-radio-card:has(input:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}

.arx-radio-card-tile {
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.arx-card {
  position: relative;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.arx-card-header {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--arx-border);
  background: var(--arx-surface-raised);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--arx-text);
}

.arx-card-body {
  padding: 1.25rem;
  flex: 1;
}

.arx-card-footer {
  padding: 0.85rem 1.25rem;
  border-top: 1px solid var(--arx-border);
  background: var(--arx-surface-raised);
  font-size: 0.85rem;
  color: var(--arx-text-secondary);
}

.arx-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--arx-text);
  margin-bottom: 0.5rem;
}

.arx-card-text {
  color: var(--arx-text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.arx-card-text:last-child {
  margin-bottom: 0;
}

.arx-card-eyebrow {
  font-family: var(--arx-font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arx-text-muted);
  margin-bottom: 0.35rem;
}

.arx-card-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--arx-card-accent, var(--arx-primary));
  z-index: 1;
}

.arx-card-accent-primary {
  --arx-card-accent: var(--arx-primary);
}

.arx-card-accent-success {
  --arx-card-accent: var(--arx-success);
}

.arx-card-accent-danger {
  --arx-card-accent: var(--arx-danger);
}

.arx-card-accent-warning {
  --arx-card-accent: var(--arx-warning);
}

.arx-card-accent-info {
  --arx-card-accent: var(--arx-info);
}

.arx-navbar {
  display: flex;
  align-items: center;
  background: var(--arx-navbar-bg);
  border-bottom: 1px solid var(--arx-navbar-border);
  padding: 0 1.5rem;
  height: var(--arx-navbar-height);
  position: relative;
  z-index: 100;
  transition: background var(--arx-transition), border-color var(--arx-transition);
}
.arx-navbar.arx-navbar-sticky {
  position: sticky;
  top: 0;
}

.arx-navbar-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.5rem;
}

.arx-nav-brand {
  font-size: 1rem;
  font-weight: 700;
  color: var(--arx-text);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin-inline-end: 1.5rem;
}
.arx-nav-brand:hover {
  color: var(--arx-primary);
  text-decoration: none;
}

.arx-nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.arx-nav-link {
  display: flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--arx-text-secondary);
  text-decoration: none;
  border-radius: var(--arx-radius);
  transition: color var(--arx-transition), background var(--arx-transition);
  white-space: nowrap;
}
.arx-nav-link:hover {
  color: var(--arx-text);
  background: var(--arx-surface-raised);
  text-decoration: none;
}
.arx-nav-link:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-nav-link.arx-active {
  color: var(--arx-primary);
  background: var(--arx-primary-subtle);
}

.arx-nav-end {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.arx-navbar-collapse {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  min-width: 0;
}

.arx-navbar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin-inline-start: auto;
  background: transparent;
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  color: var(--arx-text);
  cursor: pointer;
  flex-shrink: 0;
}
.arx-navbar-toggle:hover {
  background: var(--arx-surface-raised);
}
.arx-navbar-toggle:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}

.arx-navbar-toggle-icon {
  position: relative;
  display: block;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: background 0.15s ease;
}
.arx-navbar-toggle-icon::before, .arx-navbar-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease;
}
.arx-navbar-toggle-icon::before {
  top: -6px;
}
.arx-navbar-toggle-icon::after {
  top: 6px;
}

.arx-navbar.arx-open .arx-navbar-toggle-icon {
  background: transparent;
}
.arx-navbar.arx-open .arx-navbar-toggle-icon::before {
  transform: translateY(6px) rotate(45deg);
}
.arx-navbar.arx-open .arx-navbar-toggle-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  .arx-navbar-responsive .arx-navbar-toggle {
    display: inline-flex;
  }
  .arx-navbar-responsive .arx-navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    flex: none;
    padding: 0.5rem 1.5rem 0.75rem;
    background: var(--arx-navbar-bg);
    border-bottom: 1px solid var(--arx-navbar-border);
    box-shadow: var(--arx-shadow-lg);
    display: none;
  }
  .arx-navbar-responsive.arx-open .arx-navbar-collapse {
    display: flex;
  }
  .arx-navbar-responsive .arx-nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    flex: none;
    width: 100%;
  }
  .arx-navbar-responsive .arx-nav-link {
    padding: 0.5rem 0.75rem;
  }
  .arx-navbar-responsive .arx-nav-end {
    margin-inline-start: 0;
    margin-top: 0.5rem;
    width: 100%;
    justify-content: flex-start;
  }
}
.arx-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.arx-nav-item {
  display: flex;
}

.arx-nav .arx-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.4rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--arx-text-secondary);
  text-decoration: none;
  border-radius: var(--arx-radius);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: color var(--arx-transition), background var(--arx-transition), border-color var(--arx-transition);
}
.arx-nav .arx-nav-link:hover {
  color: var(--arx-text);
  background: var(--arx-surface-raised);
  text-decoration: none;
}
.arx-nav .arx-nav-link:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-nav .arx-nav-link.arx-active {
  color: var(--arx-primary);
  background: var(--arx-primary-subtle);
}
.arx-nav .arx-nav-link.arx-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-nav-pills .arx-nav-link {
  border-radius: var(--arx-radius-pill);
}
.arx-nav-pills .arx-nav-link:hover:not(.arx-active) {
  background: var(--arx-surface-raised);
}
.arx-nav-pills .arx-nav-link.arx-active {
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}

.arx-nav-tabs {
  border-bottom: 1px solid var(--arx-border);
  gap: 0;
}
.arx-nav-tabs .arx-nav-link {
  border-radius: var(--arx-radius) var(--arx-radius) 0 0;
  border-color: transparent;
  margin-bottom: -1px;
  padding-bottom: calc(0.4rem + 1px);
}
.arx-nav-tabs .arx-nav-link:hover:not(.arx-active) {
  border-color: var(--arx-border) var(--arx-border) transparent;
  background: var(--arx-surface-raised);
}
.arx-nav-tabs .arx-nav-link.arx-active {
  background: var(--arx-surface);
  border-color: var(--arx-border) var(--arx-border) var(--arx-surface);
  color: var(--arx-text);
}

.arx-nav-underline {
  gap: 0;
  border-bottom: 1px solid var(--arx-border);
}
.arx-nav-underline .arx-nav-link {
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
}
.arx-nav-underline .arx-nav-link:hover:not(.arx-active) {
  background: transparent;
  border-bottom-color: var(--arx-border);
}
.arx-nav-underline .arx-nav-link.arx-active {
  background: transparent;
  border-bottom-color: var(--arx-primary);
  color: var(--arx-primary);
}

.arx-nav-fill .arx-nav-item,
.arx-nav-fill .arx-nav-link {
  flex: 1;
  justify-content: center;
}

.arx-nav-justified .arx-nav-item,
.arx-nav-justified .arx-nav-link {
  flex: 1;
  justify-content: center;
  text-align: center;
}

.arx-nav-vertical {
  flex-direction: column;
  gap: 0.15rem;
}

.arx-tab-content {
  padding-top: 1rem;
}

.arx-tab-pane {
  display: none;
}

.arx-tab-pane.arx-active {
  display: block;
  animation: arx-tab-fade var(--arx-transition);
}

@keyframes arx-tab-fade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.arx-sidenav {
  width: var(--arx-sidenav-width, 240px);
  background: var(--arx-sidenav-bg, var(--arx-surface-raised));
  border-inline-end: 1px solid var(--arx-sidenav-border, var(--arx-border));
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  flex-shrink: 0;
}
.arx-sidenav.arx-sidenav-sticky {
  position: sticky;
  top: var(--arx-navbar-height, 0px);
  height: calc(100vh - var(--arx-navbar-height, 0px));
  overflow-y: auto;
}

.arx-sidenav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0 1rem 0.875rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--arx-border);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--arx-text);
  text-decoration: none;
  white-space: nowrap;
}
.arx-sidenav-brand svg, .arx-sidenav-brand [data-lucide] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: currentColor;
}
.arx-sidenav-brand:hover {
  color: var(--arx-primary);
  text-decoration: none;
}

.arx-sidenav-group {
  padding: 0 0.75rem;
  margin-bottom: 1rem;
}

.arx-sidenav-label {
  display: block;
  padding: 0 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--arx-text-muted);
}

.arx-sidenav-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.38rem 0.65rem;
  font-size: 0.855rem;
  font-weight: 500;
  color: var(--arx-text-secondary);
  text-decoration: none;
  border-radius: var(--arx-radius-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color var(--arx-transition), background var(--arx-transition);
}
.arx-sidenav-link svg, .arx-sidenav-link [data-lucide] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: currentColor;
  opacity: 0.65;
  transition: opacity var(--arx-transition);
}
.arx-sidenav-link:hover {
  color: var(--arx-text);
  background: var(--arx-surface);
  text-decoration: none;
}
.arx-sidenav-link:hover svg, .arx-sidenav-link:hover [data-lucide] {
  opacity: 1;
}
.arx-sidenav-link:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-sidenav-link.arx-active {
  color: var(--arx-primary);
  background: var(--arx-primary-subtle);
  font-weight: 600;
}
.arx-sidenav-link.arx-active svg, .arx-sidenav-link.arx-active [data-lucide] {
  opacity: 1;
}
.arx-sidenav-link.arx-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-sidenav-badge {
  margin-inline-start: auto;
  flex-shrink: 0;
}

.arx-sidenav-divider {
  border: none;
  border-top: 1px solid var(--arx-border);
  margin: 0.5rem 0.75rem;
}

.arx-sidenav-sm {
  --arx-sidenav-width: 180px;
}

.arx-sidenav-lg {
  --arx-sidenav-width: 288px;
}

.arx-sidenav-flush {
  background: transparent;
  border-inline-end: none;
}

.arx-dropdown {
  position: relative;
  display: inline-block;
}

.arx-dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-inline-start: 0.5rem;
  vertical-align: middle;
  border-inline-end: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform var(--arx-transition);
  opacity: 0.8;
}

.arx-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 1000;
  min-width: 11rem;
  padding: 0.35rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.4rem);
  transition: opacity var(--arx-transition), transform var(--arx-transition), visibility var(--arx-transition);
}

.arx-dropdown-end .arx-dropdown-menu {
  left: auto;
  right: 0;
}

.arx-dropdown.arx-open > .arx-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.arx-dropdown.arx-open > .arx-dropdown-toggle::after {
  transform: translateY(1px) rotate(-135deg);
}

.arx-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.45rem 0.6rem;
  font-size: 0.875rem;
  text-align: start;
  color: var(--arx-text-secondary);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--arx-transition), color var(--arx-transition);
}
.arx-dropdown-item svg, .arx-dropdown-item [data-lucide] {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  stroke: currentColor;
  opacity: 0.7;
}
.arx-dropdown-item:hover, .arx-dropdown-item:focus-visible {
  background: var(--arx-surface-raised);
  color: var(--arx-text);
  text-decoration: none;
  outline: none;
}
.arx-dropdown-item.arx-active {
  background: var(--arx-primary-subtle);
  color: var(--arx-primary);
}
.arx-dropdown-item.arx-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-dropdown-divider {
  height: 1px;
  margin: 0.35rem 0;
  background: var(--arx-border);
}

.arx-dropdown-header {
  display: block;
  padding: 0.4rem 0.6rem 0.25rem;
  font-family: var(--arx-font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arx-text-muted);
}

.arx-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  background: var(--arx-surface);
  color: var(--arx-text);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.arx-alert::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--arx-border);
}

.arx-alert-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: var(--arx-radius-sm);
  background: var(--arx-surface-raised);
  color: var(--arx-text-secondary);
  font-size: 0.9rem;
  line-height: 1;
}

.arx-alert-body {
  flex: 1;
  min-width: 0;
}

.arx-alert-title {
  font-family: var(--arx-font-mono);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  color: var(--arx-text);
}

.arx-alert-info {
  background: var(--arx-info-subtle);
}
.arx-alert-info::before {
  background: var(--arx-info);
}
.arx-alert-info .arx-alert-icon {
  background: var(--arx-info);
  color: var(--arx-info-text);
}
.arx-alert-info .arx-alert-title {
  color: var(--arx-info);
}

.arx-alert-success {
  background: var(--arx-success-subtle);
}
.arx-alert-success::before {
  background: var(--arx-success);
}
.arx-alert-success .arx-alert-icon {
  background: var(--arx-success);
  color: var(--arx-success-text);
}
.arx-alert-success .arx-alert-title {
  color: var(--arx-success);
}

.arx-alert-warning {
  background: var(--arx-warning-subtle);
}
.arx-alert-warning::before {
  background: var(--arx-warning);
}
.arx-alert-warning .arx-alert-icon {
  background: var(--arx-warning);
  color: var(--arx-warning-text);
}
.arx-alert-warning .arx-alert-title {
  color: var(--arx-warning);
}

.arx-alert-danger {
  background: var(--arx-danger-subtle);
}
.arx-alert-danger::before {
  background: var(--arx-danger);
}
.arx-alert-danger .arx-alert-icon {
  background: var(--arx-danger);
  color: var(--arx-text-inverse);
}
.arx-alert-danger .arx-alert-title {
  color: var(--arx-danger);
}

.arx-alert-dismissible {
  padding-inline-end: 2.5rem;
}

.arx-alert-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  opacity: 0.55;
  font-size: 1rem;
  line-height: 1;
  padding: 0.1rem 0.25rem;
  border-radius: var(--arx-radius-sm);
  transition: opacity var(--arx-transition);
}
.arx-alert-close:hover {
  opacity: 1;
}

.arx-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}
.arx-banner a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.arx-banner.arx-banner-success {
  background: var(--arx-success);
  color: var(--arx-success-text);
}
.arx-banner.arx-banner-danger {
  background: var(--arx-danger);
  color: var(--arx-danger-text);
}
.arx-banner.arx-banner-warning {
  background: var(--arx-warning);
  color: var(--arx-warning-text);
}
.arx-banner.arx-banner-info {
  background: var(--arx-info);
  color: var(--arx-info-text);
}
.arx-banner.arx-banner-subtle {
  background: var(--arx-primary-subtle);
  color: var(--arx-text);
}
.arx-banner.arx-banner-subtle.arx-banner-success {
  background: var(--arx-success-subtle);
  color: var(--arx-text);
}
.arx-banner.arx-banner-subtle.arx-banner-danger {
  background: var(--arx-danger-subtle);
  color: var(--arx-text);
}
.arx-banner.arx-banner-subtle.arx-banner-warning {
  background: var(--arx-warning-subtle);
  color: var(--arx-text);
}
.arx-banner.arx-banner-subtle.arx-banner-info {
  background: var(--arx-info-subtle);
  color: var(--arx-text);
}

.arx-banner-body {
  flex: 1 1 auto;
  text-align: center;
}

.arx-banner-close {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  opacity: 0.75;
  line-height: 1;
  font-size: 1.2rem;
  transition: opacity var(--arx-transition), background var(--arx-transition);
}
.arx-banner-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.18);
}

.arx-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.25em 0.6em;
  font-size: 0.72em;
  font-weight: 600;
  line-height: 1;
  border-radius: var(--arx-radius-pill);
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
}
.arx-badge.arx-badge-square {
  border-radius: var(--arx-radius-sm);
}
.arx-badge.arx-badge-sm {
  font-size: 0.62em;
  padding: 0.15em 0.45em;
}
.arx-badge.arx-badge-lg {
  font-size: 0.85em;
  padding: 0.3em 0.75em;
}

.arx-badge-primary {
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}

.arx-badge-secondary {
  background: var(--arx-secondary-subtle);
  color: var(--arx-secondary-text);
}

.arx-badge-success {
  background: var(--arx-success-subtle);
  color: var(--arx-success-text);
}

.arx-badge-danger {
  background: var(--arx-danger-subtle);
  color: var(--arx-danger-text);
}

.arx-badge-warning {
  background: var(--arx-warning-subtle);
  color: var(--arx-warning-text);
}

.arx-badge-info {
  background: var(--arx-info-subtle);
  color: var(--arx-info-text);
}

.arx-badge-solid-primary {
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}

.arx-badge-solid-secondary {
  background: var(--arx-secondary);
  color: var(--arx-text-inverse);
}

.arx-badge-solid-success {
  background: var(--arx-success);
  color: var(--arx-success-text);
}

.arx-badge-solid-danger {
  background: var(--arx-danger);
  color: var(--arx-text-inverse);
}

.arx-badge-solid-warning {
  background: var(--arx-warning);
  color: var(--arx-warning-text);
}

.arx-badge-solid-info {
  background: var(--arx-info);
  color: var(--arx-info-text);
}

.arx-badge-outline-primary {
  background: transparent;
  border-color: var(--arx-primary);
  color: var(--arx-primary);
}

.arx-badge-outline-secondary {
  background: transparent;
  border-color: var(--arx-secondary);
  color: var(--arx-secondary);
}

.arx-badge-outline-success {
  background: transparent;
  border-color: var(--arx-success);
  color: var(--arx-success);
}

.arx-badge-outline-danger {
  background: transparent;
  border-color: var(--arx-danger);
  color: var(--arx-danger);
}

.arx-badge-outline-warning {
  background: transparent;
  border-color: var(--arx-warning);
  color: var(--arx-warning);
}

.arx-badge-outline-info {
  background: transparent;
  border-color: var(--arx-info);
  color: var(--arx-info);
}

.arx-dark .arx-badge-success {
  color: var(--arx-success);
}
.arx-dark .arx-badge-danger {
  color: var(--arx-danger);
}
.arx-dark .arx-badge-warning {
  color: var(--arx-warning);
}
.arx-dark .arx-badge-info {
  color: var(--arx-info);
}
.arx-dark .arx-badge-solid-secondary {
  color: var(--arx-text);
}

.arx-badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
}

.arx-badge-wrap {
  position: relative;
  display: inline-flex;
}
.arx-badge-wrap .arx-badge-pos {
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
  z-index: 1;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.3em;
  font-size: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.arx-badge-pulse {
  position: relative;
}
.arx-badge-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  opacity: 0.65;
  animation: arx-badge-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes arx-badge-ping {
  75%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.arx-avatar {
  --arx-avatar-size: 2.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--arx-avatar-size);
  height: var(--arx-avatar-size);
  border-radius: 50%;
  font-weight: 700;
  font-size: calc(var(--arx-avatar-size) * 0.4);
  line-height: 1;
  color: var(--arx-text-inverse);
  background: var(--arx-primary);
  user-select: none;
}

.arx-avatar img,
.arx-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.arx-avatar-square {
  border-radius: var(--arx-radius);
}

.arx-avatar-xs {
  --arx-avatar-size: 1.5rem;
}

.arx-avatar-sm {
  --arx-avatar-size: 2rem;
}

.arx-avatar-lg {
  --arx-avatar-size: 3.25rem;
}

.arx-avatar-xl {
  --arx-avatar-size: 4.5rem;
}

.arx-avatar-primary {
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}

.arx-avatar-secondary {
  background: var(--arx-secondary);
  color: var(--arx-text-inverse);
}

.arx-avatar-danger {
  background: var(--arx-danger);
  color: var(--arx-text-inverse);
}

.arx-avatar-success {
  background: var(--arx-success);
  color: var(--arx-success-text);
}

.arx-avatar-warning {
  background: var(--arx-warning);
  color: var(--arx-warning-text);
}

.arx-avatar-info {
  background: var(--arx-info);
  color: var(--arx-info-text);
}

.arx-avatar-muted {
  background: var(--arx-surface-raised);
  color: var(--arx-text-secondary);
}

.arx-avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
  height: 28%;
  min-width: 0.5rem;
  min-height: 0.5rem;
  border-radius: 50%;
  background: var(--arx-text-muted);
  box-shadow: 0 0 0 2px var(--arx-surface);
}

.arx-avatar-status-online {
  background: var(--arx-success);
}

.arx-avatar-status-busy {
  background: var(--arx-danger);
}

.arx-avatar-status-away {
  background: var(--arx-warning);
}

.arx-avatar-group {
  display: inline-flex;
}

.arx-avatar-group .arx-avatar {
  box-shadow: 0 0 0 2px var(--arx-surface);
}

.arx-avatar-group .arx-avatar + .arx-avatar {
  margin-inline-start: calc(var(--arx-avatar-size) * -0.3);
}

.arx-cover {
  position: relative;
  height: 160px;
  border-radius: 0 0 var(--arx-radius-lg) var(--arx-radius-lg);
  background: var(--arx-gradient-brand);
  overflow: hidden;
}

.arx-cover-sm {
  height: 110px;
}

.arx-cover-lg {
  height: 220px;
}

.arx-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arx-cover-body {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: -2.5rem;
  padding: 0 0.5rem;
}
.arx-cover-body > .arx-avatar {
  border: 3px solid var(--arx-bg);
  flex-shrink: 0;
}

.arx-cover-meta {
  flex: 1;
  min-width: 0;
  padding-bottom: 0.25rem;
}

.arx-cover-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.arx-cover-center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -2.75rem;
}
.arx-cover-center .arx-cover-meta {
  flex: none;
  padding-bottom: 0;
}

.arx-cover-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.3rem;
  height: 240px;
  padding: 1.5rem;
  border-radius: var(--arx-radius-lg);
  color: #fff;
}
.arx-cover-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 35%, rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.arx-cover-hero > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .arx-cover-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .arx-cover-actions {
    width: 100%;
  }
  .arx-cover-center {
    align-items: center;
  }
  .arx-cover-center .arx-cover-actions {
    justify-content: center;
  }
}
.arx-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.arx-stat-label {
  font-family: var(--arx-font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arx-text-muted);
}

.arx-stat-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--arx-text);
}

.arx-stat-value-sm {
  font-size: 1.4rem;
}

.arx-stat-value-lg {
  font-size: 2.6rem;
}

.arx-stat-trend {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--arx-text-secondary);
}

.arx-stat-trend-up {
  color: var(--arx-success);
}

.arx-stat-trend-down {
  color: var(--arx-danger);
}

.arx-stat-help {
  font-size: 0.78rem;
  color: var(--arx-text-secondary);
}

.arx-stat-row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.arx-stat-row .arx-stat-value {
  font-size: 1.3rem;
}

.arx-stat-inline {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}
.arx-stat-inline .arx-stat-value {
  font-size: 1.05rem;
  font-weight: 700;
}
.arx-stat-inline .arx-stat-label {
  font-size: 0.85rem;
  color: var(--arx-text-secondary);
}

.arx-chat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.arx-bubble {
  max-width: 78%;
  width: fit-content;
  padding: 0.55rem 0.85rem;
  border-radius: var(--arx-radius-lg);
  font-size: 0.875rem;
  line-height: 1.5;
  background: var(--arx-surface-raised);
  color: var(--arx-text);
}

.arx-bubble-sent {
  margin-inline-start: auto;
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
  border-bottom-right-radius: var(--arx-radius-sm);
}

.arx-bubble-received {
  margin-inline-end: auto;
  border-bottom-left-radius: var(--arx-radius-sm);
}

.arx-bubble-meta {
  font-size: 0.7rem;
  color: var(--arx-text-muted);
  margin-top: 0.15rem;
}

.arx-bubble-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}

.arx-typing {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
}
.arx-typing span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  animation: arx-typing 1.2s infinite ease-in-out;
}
.arx-typing span:nth-child(2) {
  animation-delay: 0.15s;
}
.arx-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arx-typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-0.25rem);
    opacity: 1;
  }
}
.arx-chat-composer {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  flex-shrink: 0;
  border-top: 1px solid var(--arx-border);
  padding: 0.75rem 1rem;
}
.arx-chat-composer .arx-textarea {
  min-height: 2.4rem;
  resize: none;
}

.arx-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  color: var(--arx-text);
}
.arx-table th,
.arx-table td {
  padding: var(--arx-cell-pad-y) var(--arx-cell-pad-x);
  text-align: start;
  border-bottom: 1px solid var(--arx-border);
  vertical-align: top;
}
.arx-table thead th {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--arx-text-secondary);
  border-bottom: 2px solid var(--arx-border);
  background: var(--arx-surface-raised);
}
.arx-table tbody tr:last-child td {
  border-bottom: none;
}

.arx-table-bordered {
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  overflow: hidden;
}
.arx-table-bordered th, .arx-table-bordered td {
  border: 1px solid var(--arx-border);
}

.arx-table-striped tbody tr:nth-child(even) {
  background: var(--arx-surface-raised);
}

.arx-table-hover tbody tr:hover {
  background: var(--arx-surface-raised);
}

.arx-table-sm th, .arx-table-sm td {
  padding: 0.4rem 0.65rem;
  font-size: 0.825rem;
}

.arx-row-success {
  background: var(--arx-success-subtle) !important;
}

.arx-row-danger {
  background: var(--arx-danger-subtle) !important;
}

.arx-row-warning {
  background: var(--arx-warning-subtle) !important;
}

.arx-row-info {
  background: var(--arx-info-subtle) !important;
}

.arx-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.arx-list-group {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  overflow: hidden;
}

.arx-list-group-item {
  padding: var(--arx-list-pad-y) var(--arx-list-pad-x);
  border-bottom: 1px solid var(--arx-border);
  background: var(--arx-surface);
  color: var(--arx-text);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.arx-list-group-item:last-child {
  border-bottom: none;
}
.arx-list-group-item.arx-active {
  background: var(--arx-primary);
  border-bottom-color: var(--arx-primary);
  color: var(--arx-text-inverse);
  font-weight: 500;
}
.arx-list-group-item.arx-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.arx-list-group-item.arx-list-group-item-primary {
  background: var(--arx-primary-subtle);
  color: var(--arx-primary-text);
}
.arx-list-group-item.arx-list-group-item-success {
  background: var(--arx-success-subtle);
  color: var(--arx-success-text);
}
.arx-list-group-item.arx-list-group-item-danger {
  background: var(--arx-danger-subtle);
  color: var(--arx-danger-text);
}
.arx-list-group-item.arx-list-group-item-warning {
  background: var(--arx-warning-subtle);
  color: var(--arx-warning-text);
}
.arx-list-group-item.arx-list-group-item-info {
  background: var(--arx-info-subtle);
  color: var(--arx-info-text);
}

a.arx-list-group-item,
button.arx-list-group-item,
.arx-list-group-item.arx-list-group-action {
  cursor: pointer;
  transition: background var(--arx-transition), color var(--arx-transition);
}
a.arx-list-group-item:hover:not(.arx-active):not(.arx-disabled),
button.arx-list-group-item:hover:not(.arx-active):not(.arx-disabled),
.arx-list-group-item.arx-list-group-action:hover:not(.arx-active):not(.arx-disabled) {
  background: var(--arx-surface-raised);
  color: var(--arx-text);
}

.arx-list-group-flush {
  border: none;
  border-radius: 0;
}
.arx-list-group-flush .arx-list-group-item {
  border-inline-start: none;
  border-inline-end: none;
}
.arx-list-group-flush .arx-list-group-item:first-child {
  border-top: none;
}
.arx-list-group-flush .arx-list-group-item:last-child {
  border-bottom: none;
}

.arx-list-group-numbered {
  counter-reset: arx-list-group;
}
.arx-list-group-numbered .arx-list-group-item::before {
  counter-increment: arx-list-group;
  content: counter(arx-list-group) ".";
  font-weight: 600;
  color: var(--arx-text-muted);
  min-width: 1.25rem;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .arx-list-group-horizontal {
    flex-direction: row;
  }
  .arx-list-group-horizontal .arx-list-group-item {
    border-bottom: none;
    border-inline-end: 1px solid var(--arx-border);
  }
  .arx-list-group-horizontal .arx-list-group-item:last-child {
    border-inline-end: none;
  }
  .arx-list-group-horizontal .arx-list-group-item:first-child {
    border-radius: var(--arx-radius-lg) 0 0 var(--arx-radius-lg);
  }
  .arx-list-group-horizontal .arx-list-group-item:last-child {
    border-radius: 0 var(--arx-radius-lg) var(--arx-radius-lg) 0;
  }
}
.arx-list-group-media {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.arx-list-group-media-body {
  flex: 1;
  min-width: 0;
}

.arx-list-group-media-title {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.arx-list-group-media-sub {
  font-size: 0.83rem;
  color: var(--arx-text-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arx-list-group-media-time {
  font-size: 0.75rem;
  color: var(--arx-text-muted);
  white-space: nowrap;
}

.arx-list-group-item.arx-unread {
  box-shadow: inset 3px 0 0 0 var(--arx-primary);
}

.arx-unread .arx-list-group-media-title strong,
.arx-unread .arx-list-group-media-title {
  font-weight: 700;
}

.arx-line-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--arx-border);
}
.arx-line-item:last-child {
  border-bottom: none;
}

.arx-line-item-thumb {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: var(--arx-radius);
  display: grid;
  place-items: center;
  color: var(--arx-text-inverse);
}

.arx-line-item-body {
  flex: 1;
  min-width: 0;
}

.arx-line-item-price {
  font-weight: 600;
  white-space: nowrap;
}

.arx-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 1.25rem;
  margin: 0;
  font-size: 0.9rem;
}
.arx-dl dt {
  color: var(--arx-text-secondary);
  margin: 0;
}
.arx-dl dd {
  margin: 0;
  color: var(--arx-text);
}

.arx-dl-inline dd {
  text-align: end;
  font-variant-numeric: tabular-nums;
}

.arx-dl-divided {
  gap: 0;
}
.arx-dl-divided dt, .arx-dl-divided dd {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--arx-border);
}
.arx-dl-divided dt:last-of-type, .arx-dl-divided dd:last-of-type {
  border-bottom: none;
}

.arx-dl .arx-dl-total {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--arx-text);
}

.arx-tree {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.arx-tree .arx-tree-group {
  list-style: none;
  margin: 0;
  padding-inline-start: 1.1rem;
}

.arx-tree-node {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.5rem;
  border-radius: var(--arx-radius-sm);
  color: var(--arx-text);
  cursor: pointer;
  user-select: none;
  transition: background var(--arx-transition);
}
.arx-tree-node:hover {
  background: var(--arx-surface-raised);
}
.arx-tree-node:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: -2px;
}
.arx-tree-node svg, .arx-tree-node i {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.arx-tree-parent > .arx-tree-node::before,
.arx-tree-item:not(.arx-tree-parent) > .arx-tree-node::before {
  content: "";
  width: 0.8rem;
  flex-shrink: 0;
}

.arx-tree-parent > .arx-tree-node::before {
  width: 0;
  height: 0;
  margin-inline-end: 0.2rem;
  border-block: 0.3rem solid transparent;
  border-inline-start: 0.4rem solid currentColor;
  opacity: 0.6;
  transition: transform var(--arx-transition);
}

.arx-tree-parent:not(.arx-collapsed) > .arx-tree-node::before {
  transform: rotate(90deg);
}

.arx-tree-item.arx-collapsed > .arx-tree-group {
  display: none;
}

[data-arx-sortable] .arx-sortable-item {
  cursor: grab;
}
[data-arx-sortable] .arx-sortable-item:active {
  cursor: grabbing;
}

[data-arx-sortable] .arx-sortable-handle {
  cursor: grab;
  color: var(--arx-text-muted);
  user-select: none;
  touch-action: none;
}

.arx-sortable-item.arx-dragging {
  opacity: 0.6;
  box-shadow: var(--arx-shadow-lg);
}

.arx-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.arx-timeline-item {
  position: relative;
  padding: 0 0 1.5rem 1.75rem;
}
.arx-timeline-item::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  bottom: 0;
  width: 2px;
  background: var(--arx-border);
}
.arx-timeline-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--arx-surface);
  border: 2px solid var(--arx-text-muted);
  box-sizing: border-box;
}
.arx-timeline-item:last-child {
  padding-bottom: 0;
}
.arx-timeline-item:last-child::before {
  display: none;
}
.arx-timeline-item.arx-timeline-primary::after {
  border-color: var(--arx-primary);
  background: var(--arx-primary);
}
.arx-timeline-item.arx-timeline-success::after {
  border-color: var(--arx-success);
  background: var(--arx-success);
}
.arx-timeline-item.arx-timeline-danger::after {
  border-color: var(--arx-danger);
  background: var(--arx-danger);
}
.arx-timeline-item.arx-timeline-warning::after {
  border-color: var(--arx-warning);
  background: var(--arx-warning);
}
.arx-timeline-item.arx-timeline-info::after {
  border-color: var(--arx-info);
  background: var(--arx-info);
}

.arx-timeline-time {
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  color: var(--arx-text-muted);
  margin-bottom: 0.15rem;
}

.arx-timeline-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--arx-text);
}

.arx-timeline-body {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--arx-text-secondary);
  margin-top: 0.15rem;
}

.arx-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  color: var(--arx-text-secondary);
  width: 100%;
}
.arx-empty.arx-empty-sm {
  padding: 1.5rem 1rem;
}
.arx-empty.arx-empty-lg {
  padding: 4rem 2rem;
}
.arx-empty.arx-empty-fill {
  height: 100%;
}

.arx-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--arx-text-muted);
  background: var(--arx-surface-raised);
  border-radius: var(--arx-radius-pill);
}
.arx-empty-icon svg, .arx-empty-icon [data-lucide] {
  width: 1.6rem;
  height: 1.6rem;
  stroke: currentColor;
}

.arx-empty-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--arx-text);
}

.arx-empty-text {
  margin: 0;
  max-width: 26rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--arx-text-secondary);
}

.arx-empty-action {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.arx-stepper {
  counter-reset: arx-step;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.arx-step {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  padding: 0 0.5rem;
}
.arx-step::before {
  content: "";
  position: absolute;
  top: calc(2rem / 2);
  right: 50%;
  left: -50%;
  height: 2px;
  background: var(--arx-border);
  z-index: 0;
}
.arx-step:first-child::before {
  display: none;
}
.arx-step.arx-step-complete::before, .arx-step.arx-step-active::before {
  background: var(--arx-primary);
}

.arx-step-marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background: var(--arx-surface);
  border: 2px solid var(--arx-border);
  color: var(--arx-text-muted);
  font-family: var(--arx-font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
  transition: background var(--arx-transition), border-color var(--arx-transition), color var(--arx-transition);
}
.arx-step-marker::before {
  counter-increment: arx-step;
  content: counter(arx-step);
}

.arx-step-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--arx-text-secondary);
  line-height: 1.3;
}

.arx-step-desc {
  font-size: 0.72rem;
  color: var(--arx-text-muted);
  margin-top: 0.1rem;
}

.arx-step-active .arx-step-marker {
  border-color: var(--arx-primary);
  color: var(--arx-primary);
  background: linear-gradient(var(--arx-primary-subtle), var(--arx-primary-subtle)), var(--arx-surface);
  box-shadow: 0 0 0 4px var(--arx-primary-subtle);
}
.arx-step-active .arx-step-label {
  color: var(--arx-text);
  font-weight: 600;
}

.arx-step-complete .arx-step-marker {
  border-color: var(--arx-primary);
  background: var(--arx-primary);
  color: var(--arx-text-inverse);
}
.arx-step-complete .arx-step-marker::before {
  content: "✓";
  counter-increment: arx-step;
}
.arx-step-complete .arx-step-label {
  color: var(--arx-text);
}

.arx-stepper-clickable .arx-step {
  cursor: pointer;
}
.arx-stepper-clickable .arx-step:hover .arx-step-marker {
  border-color: var(--arx-primary);
}

.arx-stepper-vertical {
  flex-direction: column;
  align-items: flex-start;
}
.arx-stepper-vertical .arx-step {
  flex-direction: row;
  align-items: flex-start;
  text-align: start;
  gap: 0.75rem;
  padding: 0 0 1.5rem 0;
  width: 100%;
}
.arx-stepper-vertical .arx-step:last-child {
  padding-bottom: 0;
}
.arx-stepper-vertical .arx-step::before {
  top: 2rem;
  bottom: 0;
  left: calc(2rem / 2 - 1px);
  right: auto;
  width: 2px;
  height: auto;
}
.arx-stepper-vertical .arx-step:last-child::before {
  display: none;
}
.arx-stepper-vertical .arx-step-marker {
  margin-bottom: 0;
}
.arx-stepper-vertical .arx-step-body {
  padding-top: 0.25rem;
}

.arx-accordion {
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  overflow: hidden;
  background: var(--arx-surface);
}

.arx-accordion-item + .arx-accordion-item {
  border-top: 1px solid var(--arx-border);
}

.arx-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--arx-text);
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background var(--arx-transition), color var(--arx-transition);
}
.arx-accordion-header::-webkit-details-marker {
  display: none;
}
.arx-accordion-header::marker {
  content: "";
}
.arx-accordion-header:hover {
  background: var(--arx-surface-raised);
}
.arx-accordion-header:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: -2px;
}
.arx-accordion-header::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-inline-end: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--arx-transition);
  opacity: 0.6;
}

.arx-accordion-item[open] > .arx-accordion-header {
  color: var(--arx-primary);
  box-shadow: inset 2px 0 0 0 var(--arx-primary);
}
.arx-accordion-item[open] > .arx-accordion-header::after {
  transform: rotate(-135deg);
  opacity: 1;
}

.arx-accordion-body {
  padding: 0.25rem 1.1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--arx-text-secondary);
  box-shadow: inset 2px 0 0 0 var(--arx-primary);
}

.arx-accordion-flush {
  border: none;
  border-radius: 0;
  background: transparent;
}
.arx-accordion-flush .arx-accordion-item {
  border-top: 1px solid var(--arx-border);
}
.arx-accordion-flush .arx-accordion-item:last-child {
  border-bottom: 1px solid var(--arx-border);
}

.arx-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}

.arx-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  font-family: var(--arx-font-mono);
  font-size: 0.825rem;
  font-weight: 500;
  color: var(--arx-text-secondary);
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition: background var(--arx-transition), border-color var(--arx-transition), box-shadow var(--arx-transition), color var(--arx-transition);
}
.arx-page-link:hover {
  background: var(--arx-surface-raised);
  border-color: var(--arx-primary);
  color: var(--arx-primary);
  text-decoration: none;
}

.arx-page-item.arx-active .arx-page-link {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
  color: var(--arx-text-inverse);
  box-shadow: 0 4px 14px -4px var(--arx-primary);
  pointer-events: none;
}

.arx-page-item.arx-disabled .arx-page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.arx-pagination-sm .arx-page-link {
  min-width: 1.8rem;
  height: 1.8rem;
  font-size: 0.8rem;
  border-radius: var(--arx-radius-sm);
}

.arx-pagination-lg .arx-page-link {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  border-radius: var(--arx-radius-lg);
}

.arx-pagination-pills .arx-page-link {
  border-radius: var(--arx-radius-pill);
}

.arx-datatable-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.arx-datatable-search {
  max-width: 18rem;
}

.arx-datatable-count {
  font-family: var(--arx-font-mono);
  font-size: 0.78rem;
  color: var(--arx-text-muted);
  margin-inline-start: auto;
  white-space: nowrap;
}

.arx-table th.arx-sortable {
  cursor: pointer;
  user-select: none;
  padding-inline-end: 1.4rem;
  position: relative;
  transition: color var(--arx-transition);
}
.arx-table th.arx-sortable:hover {
  color: var(--arx-text);
}
.arx-table th.arx-sortable::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  width: 0;
  height: 0;
  border-inline-start: 4px solid transparent;
  border-inline-end: 4px solid transparent;
  opacity: 0.25;
  transform: translateY(-50%);
  border-top: 5px solid currentColor;
}
.arx-table th.arx-sortable.arx-sort-asc::after {
  opacity: 1;
  border-top: none;
  border-bottom: 5px solid var(--arx-primary);
}
.arx-table th.arx-sortable.arx-sort-desc::after {
  opacity: 1;
  border-top: 5px solid var(--arx-primary);
}

.arx-datatable-empty td {
  text-align: center;
  color: var(--arx-text-muted);
  padding: 1.5rem 0.9rem;
}

.arx-datatable-pager {
  margin-top: 0.85rem;
}

.arx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--arx-font-mono);
  font-size: 0.8rem;
}

.arx-breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.arx-breadcrumb-item svg, .arx-breadcrumb-item [data-lucide] {
  width: 0.9em;
  height: 0.9em;
  flex-shrink: 0;
  stroke: currentColor;
}
.arx-breadcrumb-item a {
  color: var(--arx-text-secondary);
  text-decoration: none;
  transition: color var(--arx-transition);
}
.arx-breadcrumb-item a:hover {
  color: var(--arx-primary);
}
.arx-breadcrumb-item.arx-active, .arx-breadcrumb-item[aria-current] {
  color: var(--arx-primary);
  font-weight: 600;
}
.arx-breadcrumb-item + .arx-breadcrumb-item::before {
  content: var(--arx-breadcrumb-separator, "/");
  margin: 0 0.5rem;
  color: var(--arx-text-muted);
  opacity: 0.6;
  user-select: none;
}

.arx-breadcrumb-chevron {
  --arx-breadcrumb-separator: '›';
}

.arx-breadcrumb-arrow {
  --arx-breadcrumb-separator: '→';
}

.arx-breadcrumb-dot {
  --arx-breadcrumb-separator: '·';
}

.arx-breadcrumb-slash {
  --arx-breadcrumb-separator: '/';
}

.arx-progress-wrap {
  background: var(--arx-surface-raised);
  border-radius: var(--arx-radius-pill);
  height: 0.5rem;
  overflow: hidden;
  width: 100%;
}
.arx-progress-wrap.arx-progress-sm {
  height: 0.25rem;
}
.arx-progress-wrap.arx-progress-lg {
  height: 1rem;
}

.arx-progress {
  height: 100%;
  background: var(--arx-primary);
  border-radius: var(--arx-radius-pill);
  transition: width 0.4s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.arx-progress.arx-progress-primary {
  background: var(--arx-primary);
}
.arx-progress.arx-progress-success {
  background: var(--arx-success);
}
.arx-progress.arx-progress-danger {
  background: var(--arx-danger);
}
.arx-progress.arx-progress-warning {
  background: var(--arx-warning);
}
.arx-progress.arx-progress-info {
  background: var(--arx-info);
}
.arx-progress.arx-progress-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  animation: arx-progress-stripes 1s linear infinite;
}
.arx-progress.arx-progress-labeled {
  justify-content: flex-end;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0.4rem;
  white-space: nowrap;
}

@keyframes arx-progress-stripes {
  to {
    background-position-x: 1rem;
  }
}
.arx-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--arx-border);
  border-top-color: var(--arx-primary);
  border-radius: 50%;
  animation: arx-spin 0.65s linear infinite;
  flex-shrink: 0;
  vertical-align: middle;
}
.arx-spinner.arx-spinner-sm {
  width: 1rem;
  height: 1rem;
  border-width: 1.5px;
}
.arx-spinner.arx-spinner-lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}
.arx-spinner.arx-spinner-primary {
  border-top-color: var(--arx-primary);
}
.arx-spinner.arx-spinner-success {
  border-top-color: var(--arx-success);
}
.arx-spinner.arx-spinner-danger {
  border-top-color: var(--arx-danger);
}
.arx-spinner.arx-spinner-warning {
  border-top-color: var(--arx-warning);
}
.arx-spinner.arx-spinner-info {
  border-top-color: var(--arx-info);
}

.arx-spinner-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  vertical-align: middle;
}
.arx-spinner-dots span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--arx-primary);
  border-radius: 50%;
  animation: arx-dots-bounce 1.1s ease-in-out infinite;
}
.arx-spinner-dots span:nth-child(1) {
  animation-delay: -0.24s;
}
.arx-spinner-dots span:nth-child(2) {
  animation-delay: -0.12s;
}
.arx-spinner-dots span:nth-child(3) {
  animation-delay: 0s;
}
.arx-spinner-dots.arx-spinner-sm span {
  width: 0.35rem;
  height: 0.35rem;
}
.arx-spinner-dots.arx-spinner-lg span {
  width: 0.7rem;
  height: 0.7rem;
}
.arx-spinner-dots.arx-spinner-primary span {
  background: var(--arx-primary);
}
.arx-spinner-dots.arx-spinner-success span {
  background: var(--arx-success);
}
.arx-spinner-dots.arx-spinner-danger span {
  background: var(--arx-danger);
}
.arx-spinner-dots.arx-spinner-warning span {
  background: var(--arx-warning);
}
.arx-spinner-dots.arx-spinner-info span {
  background: var(--arx-info);
}

.arx-spinner-grow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--arx-primary);
  border-radius: 50%;
  animation: arx-grow 0.85s ease-in-out infinite;
  vertical-align: middle;
  flex-shrink: 0;
}
.arx-spinner-grow.arx-spinner-sm {
  width: 1rem;
  height: 1rem;
}
.arx-spinner-grow.arx-spinner-lg {
  width: 2.5rem;
  height: 2.5rem;
}
.arx-spinner-grow.arx-spinner-primary {
  background: var(--arx-primary);
}
.arx-spinner-grow.arx-spinner-success {
  background: var(--arx-success);
}
.arx-spinner-grow.arx-spinner-danger {
  background: var(--arx-danger);
}
.arx-spinner-grow.arx-spinner-warning {
  background: var(--arx-warning);
}
.arx-spinner-grow.arx-spinner-info {
  background: var(--arx-info);
}

@keyframes arx-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes arx-dots-bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes arx-grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0.4;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes arx-shimmer {
  from {
    background-position: 200% center;
  }
  to {
    background-position: -200% center;
  }
}
@keyframes arx-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.arx-placeholder {
  display: inline-block;
  min-height: 1em;
  width: 100%;
  background: var(--arx-surface-raised);
  border-radius: var(--arx-radius-sm);
  vertical-align: middle;
  cursor: wait;
  animation: arx-pulse 1.6s ease-in-out infinite;
}
.arx-placeholder.arx-placeholder-xs {
  min-height: 0.5em;
}
.arx-placeholder.arx-placeholder-sm {
  min-height: 0.75em;
}
.arx-placeholder.arx-placeholder-lg {
  min-height: 1.5em;
}
.arx-placeholder.arx-placeholder-xl {
  min-height: 2.5em;
}
.arx-placeholder.arx-placeholder-btn {
  border-radius: var(--arx-radius);
  min-height: 2.25rem;
}

.arx-placeholder-glow .arx-placeholder,
.arx-placeholder.arx-placeholder-glow {
  background: linear-gradient(90deg, var(--arx-surface-raised) 25%, var(--arx-border) 50%, var(--arx-surface-raised) 75%);
  background-size: 400% 100%;
  animation: arx-shimmer 1.6s linear infinite;
}

.arx-skeleton {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.arx-figure {
  display: inline-block;
  margin: 0;
}
.arx-figure.arx-figure-block {
  display: block;
}

.arx-figure-img {
  max-width: 100%;
  height: auto;
  border-radius: var(--arx-radius);
  display: block;
}

.arx-figure-caption {
  font-size: 0.8rem;
  color: var(--arx-text-muted);
  margin-top: 0.4rem;
  line-height: 1.55;
  font-style: italic;
}
.arx-figure-caption.arx-figure-caption-center {
  text-align: center;
}
.arx-figure-caption.arx-figure-caption-right {
  text-align: end;
}

.arx-figure-bordered {
  padding: 0.4rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
}
.arx-figure-bordered .arx-figure-img {
  border-radius: var(--arx-radius-sm);
}
.arx-figure-bordered .arx-figure-caption {
  font-family: var(--arx-font-mono);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: var(--arx-text-secondary);
  padding: 0.35rem 0.25rem 0.15rem;
  margin-top: 0.25rem;
  border-top: 1px solid var(--arx-border);
}
.arx-figure-bordered .arx-figure-caption::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 2px;
  margin-inline-end: 0.45rem;
  vertical-align: middle;
  background: var(--arx-primary);
}

[data-arx-tooltip] {
  position: relative;
}
[data-arx-tooltip]::after, [data-arx-tooltip]::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--arx-transition), visibility var(--arx-transition), transform var(--arx-transition);
  z-index: 1100;
}
[data-arx-tooltip]::after {
  content: attr(data-arx-tooltip);
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  line-height: 1.3;
  white-space: nowrap;
  padding: 0.3rem 0.55rem;
  border-radius: var(--arx-radius-sm);
  background: var(--arx-text);
  color: var(--arx-bg);
  box-shadow: var(--arx-shadow);
}
[data-arx-tooltip]::before {
  content: "";
  border: 5px solid transparent;
}
[data-arx-tooltip]:hover::after, [data-arx-tooltip]:hover::before, [data-arx-tooltip]:focus-visible::after, [data-arx-tooltip]:focus-visible::before {
  opacity: 1;
  visibility: visible;
}

[data-arx-tooltip]::after {
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(0.2rem);
}
[data-arx-tooltip]::before {
  bottom: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%) translateY(0.2rem);
  border-top-color: var(--arx-text);
}
[data-arx-tooltip]:hover::after, [data-arx-tooltip]:focus-visible::after {
  transform: translateX(-50%) translateY(0);
}
[data-arx-tooltip]:hover::before, [data-arx-tooltip]:focus-visible::before {
  transform: translateX(-50%) translateY(0);
}

.arx-tooltip-bottom::after {
  top: calc(100% + 0.5rem);
  bottom: auto;
  transform: translateX(-50%) translateY(-0.2rem);
}
.arx-tooltip-bottom::before {
  top: calc(100% + 0.1rem);
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: var(--arx-text);
  transform: translateX(-50%) translateY(-0.2rem);
}
.arx-tooltip-bottom:hover::after, .arx-tooltip-bottom:focus-visible::after {
  transform: translateX(-50%) translateY(0);
}
.arx-tooltip-bottom:hover::before, .arx-tooltip-bottom:focus-visible::before {
  transform: translateX(-50%) translateY(0);
}

.arx-tooltip-left::after {
  right: calc(100% + 0.5rem);
  bottom: auto;
  left: auto;
  top: 50%;
  transform: translateY(-50%) translateX(0.2rem);
}
.arx-tooltip-left::before {
  right: calc(100% + 0.1rem);
  bottom: auto;
  left: auto;
  top: 50%;
  border-top-color: transparent;
  border-inline-start-color: var(--arx-text);
  transform: translateY(-50%) translateX(0.2rem);
}
.arx-tooltip-left:hover::after, .arx-tooltip-left:focus-visible::after {
  transform: translateY(-50%) translateX(0);
}
.arx-tooltip-left:hover::before, .arx-tooltip-left:focus-visible::before {
  transform: translateY(-50%) translateX(0);
}

.arx-tooltip-right::after {
  left: calc(100% + 0.5rem);
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-0.2rem);
}
.arx-tooltip-right::before {
  left: calc(100% + 0.1rem);
  bottom: auto;
  top: 50%;
  border-top-color: transparent;
  border-inline-end-color: var(--arx-text);
  transform: translateY(-50%) translateX(-0.2rem);
}
.arx-tooltip-right:hover::after, .arx-tooltip-right:focus-visible::after {
  transform: translateY(-50%) translateX(0);
}
.arx-tooltip-right:hover::before, .arx-tooltip-right:focus-visible::before {
  transform: translateY(-50%) translateX(0);
}

.arx-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1150;
  max-width: 18rem;
  background: var(--arx-surface);
  color: var(--arx-text);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  font-size: 0.85rem;
  line-height: 1.45;
  animation: arx-popover-in 0.16s ease both;
}
.arx-popover.arx-popover-hiding {
  animation: arx-popover-out 0.12s ease forwards;
}

.arx-popover-header {
  padding: 0.5rem 0.75rem;
  margin: 0;
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--arx-text);
  background: var(--arx-surface-raised);
  border-bottom: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg) var(--arx-radius-lg) 0 0;
}

.arx-popover-body {
  padding: 0.6rem 0.75rem;
  color: var(--arx-text-secondary);
}

.arx-popover-arrow {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  transform: rotate(45deg);
}

.arx-popover-top .arx-popover-arrow {
  bottom: -0.31rem;
  border-top: none;
  border-inline-start: none;
}

.arx-popover-bottom .arx-popover-arrow {
  top: -0.31rem;
  border-bottom: none;
  border-inline-end: none;
}

.arx-popover-left .arx-popover-arrow {
  right: -0.31rem;
  border-bottom: none;
  border-inline-start: none;
}

.arx-popover-right .arx-popover-arrow {
  left: -0.31rem;
  border-top: none;
  border-inline-end: none;
}

.arx-popover-bottom.arx-popover-has-header .arx-popover-arrow {
  background: var(--arx-surface-raised);
}

@keyframes arx-popover-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arx-popover-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.96);
  }
}
.arx-context-menu {
  position: fixed;
  z-index: 1300;
  min-width: 11rem;
  padding: 0.35rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius);
  box-shadow: var(--arx-shadow-lg);
  display: none;
}
.arx-context-menu.arx-open {
  display: block;
}

.arx-context-menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.4rem 0.6rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: var(--arx-text);
  background: none;
  border: none;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  text-align: start;
  transition: background var(--arx-transition);
}
.arx-context-menu-item:hover, .arx-context-menu-item:focus-visible {
  background: var(--arx-surface-raised);
  outline: none;
}
.arx-context-menu-item.arx-danger {
  color: var(--arx-danger);
}
.arx-context-menu-item[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.arx-context-menu-item svg, .arx-context-menu-item i {
  width: 1rem;
  height: 1rem;
}

.arx-context-menu-divider {
  height: 1px;
  background: var(--arx-border);
  margin: 0.35rem 0;
}

.arx-command {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
}
.arx-command.arx-open {
  display: block;
}
.arx-command::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.arx-command-panel {
  position: relative;
  max-width: 560px;
  margin: 12vh auto 0;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  overflow: hidden;
  animation: arx-command-in 0.14s ease;
}

@keyframes arx-command-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.arx-command-input {
  width: 100%;
  padding: 0.9rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--arx-text);
  background: var(--arx-surface);
  border: none;
  border-bottom: 1px solid var(--arx-border);
  outline: none;
}
.arx-command-input::placeholder {
  color: var(--arx-text-muted);
}

.arx-command-list {
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  max-height: 50vh;
  overflow-y: auto;
}

.arx-command-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border-radius: var(--arx-radius-sm);
  color: var(--arx-text);
  cursor: pointer;
}
.arx-command-item.arx-active, .arx-command-item:hover {
  background: var(--arx-surface-raised);
}
.arx-command-item mark {
  background: transparent;
  color: var(--arx-primary);
  font-weight: 600;
}
.arx-command-item svg, .arx-command-item i {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.arx-command-label {
  flex: 1;
  min-width: 0;
}

.arx-command-hint {
  margin-inline-start: auto;
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  color: var(--arx-text-muted);
}

.arx-command-empty {
  display: none;
  padding: 1.25rem;
  text-align: center;
  color: var(--arx-text-muted);
  font-size: 0.9rem;
}

.arx-toast-container {
  position: fixed;
  z-index: 10060;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: min(92vw, 22rem);
  padding: 1rem;
  pointer-events: none;
}
.arx-toast-container > .arx-toast {
  pointer-events: auto;
}
.arx-toast-container.arx-toast-top-right {
  top: 0;
  right: 0;
}
.arx-toast-container.arx-toast-top-left {
  top: 0;
  left: 0;
}
.arx-toast-container.arx-toast-bottom-right {
  bottom: 0;
  right: 0;
  flex-direction: column-reverse;
}
.arx-toast-container.arx-toast-bottom-left {
  bottom: 0;
  left: 0;
  flex-direction: column-reverse;
}
.arx-toast-container.arx-toast-top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.arx-toast-container.arx-toast-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  flex-direction: column-reverse;
}

.arx-toast {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  width: 100%;
  padding: 0.75rem 0.85rem;
  background: var(--arx-surface);
  color: var(--arx-text);
  border: 1px solid var(--arx-border);
  border-inline-start: 3px solid var(--arx-text-muted);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  overflow: hidden;
  animation: arx-toast-in 0.28s cubic-bezier(0.21, 1.02, 0.73, 1) both;
}
.arx-toast.arx-toast-hiding {
  animation: arx-toast-out 0.2s ease forwards;
}
.arx-toast.arx-toast-primary {
  border-inline-start-color: var(--arx-primary);
}
.arx-toast.arx-toast-primary .arx-toast-icon {
  color: var(--arx-primary);
}
.arx-toast.arx-toast-success {
  border-inline-start-color: var(--arx-success);
}
.arx-toast.arx-toast-success .arx-toast-icon {
  color: var(--arx-success);
}
.arx-toast.arx-toast-danger {
  border-inline-start-color: var(--arx-danger);
}
.arx-toast.arx-toast-danger .arx-toast-icon {
  color: var(--arx-danger);
}
.arx-toast.arx-toast-warning {
  border-inline-start-color: var(--arx-warning);
}
.arx-toast.arx-toast-warning .arx-toast-icon {
  color: var(--arx-warning);
}
.arx-toast.arx-toast-info {
  border-inline-start-color: var(--arx-info);
}
.arx-toast.arx-toast-info .arx-toast-icon {
  color: var(--arx-info);
}

.arx-toast-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.05rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: var(--arx-text-muted);
}
.arx-toast-icon svg, .arx-toast-icon [data-lucide] {
  width: 1.1em;
  height: 1.1em;
  stroke: currentColor;
}

.arx-toast-body {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  word-wrap: break-word;
}

.arx-toast-title {
  display: block;
  margin-bottom: 0.1rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--arx-text);
}

.arx-toast-close {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.15rem -0.15rem 0 0;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--arx-text-secondary);
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  opacity: 0.6;
  line-height: 1;
  transition: opacity var(--arx-transition), background var(--arx-transition), color var(--arx-transition);
}
.arx-toast-close::before {
  content: "×";
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.arx-toast-close:hover {
  opacity: 1;
  background: var(--arx-surface-raised);
  color: var(--arx-text);
}

.arx-toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--arx-text-muted);
  opacity: 0.5;
  transform-origin: left center;
  animation: arx-toast-progress linear forwards;
}

.arx-toast-primary .arx-toast-progress {
  background: var(--arx-primary);
}

.arx-toast-success .arx-toast-progress {
  background: var(--arx-success);
}

.arx-toast-danger .arx-toast-progress {
  background: var(--arx-danger);
}

.arx-toast-warning .arx-toast-progress {
  background: var(--arx-warning);
}

.arx-toast-info .arx-toast-progress {
  background: var(--arx-info);
}

@keyframes arx-toast-in {
  from {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes arx-toast-out {
  from {
    opacity: 1;
    transform: translateX(0);
    max-height: 8rem;
    margin-bottom: 0;
  }
  to {
    opacity: 0;
    transform: translateX(0.5rem);
    max-height: 0;
    margin-bottom: -0.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes arx-toast-progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.arx-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--arx-radius-lg);
  background: var(--arx-surface-raised);
}
.arx-carousel:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}

.arx-carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.arx-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}
.arx-carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.arx-carousel-prev,
.arx-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: var(--arx-surface);
  color: var(--arx-text);
  border: 1px solid var(--arx-border);
  border-radius: 50%;
  box-shadow: var(--arx-shadow);
  cursor: pointer;
  opacity: 0.9;
  z-index: 2;
  transition: background var(--arx-transition), opacity var(--arx-transition), border-color var(--arx-transition);
}
.arx-carousel-prev:hover,
.arx-carousel-next:hover {
  opacity: 1;
  background: var(--arx-surface-raised);
  border-color: var(--arx-primary);
  color: var(--arx-primary);
}
.arx-carousel-prev:focus-visible,
.arx-carousel-next:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
  opacity: 1;
}
.arx-carousel-prev:disabled,
.arx-carousel-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.arx-carousel-prev::before,
.arx-carousel-next::before {
  font-size: 1.1rem;
  line-height: 1;
}

.arx-carousel-prev {
  left: 0.75rem;
}
.arx-carousel-prev::before {
  content: "‹";
}

.arx-carousel-next {
  right: 0.75rem;
}
.arx-carousel-next::before {
  content: "›";
}

.arx-carousel-indicators {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  z-index: 2;
}

.arx-carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background var(--arx-transition), transform var(--arx-transition);
}
.arx-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.85);
}
.arx-carousel-dot.arx-active {
  background: #ffffff;
  transform: scale(1.15);
}
.arx-carousel-dot:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}

.arx-divider-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  color: var(--arx-text-muted);
  font-family: var(--arx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.arx-divider-label::before, .arx-divider-label::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--arx-border);
}
.arx-divider-label.arx-divider-label-start::before {
  flex: 0 0 1.5rem;
}
.arx-divider-label.arx-divider-label-end::after {
  flex: 0 0 1.5rem;
}

.arx-divider-vertical {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  margin: 0 0.75rem;
  background: var(--arx-border);
}

.arx-back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--arx-text-inverse);
  background: var(--arx-primary);
  border: none;
  border-radius: 50%;
  box-shadow: var(--arx-shadow-lg);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity var(--arx-transition), visibility var(--arx-transition), transform var(--arx-transition), background var(--arx-transition);
}
.arx-back-to-top.arx-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.arx-back-to-top:hover {
  background: var(--arx-primary-hover);
}
.arx-back-to-top:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-back-to-top svg, .arx-back-to-top [data-lucide] {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .arx-back-to-top {
    transition: opacity var(--arx-transition), visibility var(--arx-transition);
  }
}
.arx-reading-progress {
  position: fixed;
  top: 0;
  inset-inline: 0;
  height: 3px;
  width: 0;
  background: var(--arx-gradient-brand);
  z-index: 1200;
  transition: width 0.1s linear;
  pointer-events: none;
}

.arx-syntax,
.arx-syntax-ln {
  display: block;
  overflow-x: auto;
  font-family: var(--arx-font-mono);
  font-size: 0.82rem;
  line-height: 1.65;
  tab-size: 4;
  color: var(--arx-syn-text);
  background: var(--arx-syn-bg);
  border: 1px solid var(--arx-syn-border);
  border-radius: var(--arx-radius);
  padding: 1rem 1.25rem;
  white-space: pre;
  margin: 0;
}

.arx-syn-ln {
  display: inline-block;
  width: 2.5em;
  min-width: 2.5em;
  margin-inline-end: 1em;
  padding-inline-end: 0.75em;
  text-align: end;
  color: var(--arx-syn-ln);
  opacity: 0.7;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  border-inline-end: 1px solid var(--arx-syn-border);
}

.arx-syntax-wrap {
  position: relative;
  display: block;
  margin: 1rem 0;
}

.arx-syn-copy {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.55rem;
  font-family: var(--arx-font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--arx-syn-ln);
  background: var(--arx-syn-copy-bg);
  border: 1px solid var(--arx-syn-border);
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  transition: opacity 0.15s, color 0.15s, background 0.15s, border-color 0.15s;
}

.arx-syn-copy:hover {
  color: var(--arx-syn-text);
  border-color: var(--arx-syn-ln);
}

.arx-syn-copy.copied {
  color: var(--arx-syn-copied);
  border-color: var(--arx-syn-copied);
  opacity: 1;
}

.arx-syn-keyword {
  color: var(--arx-syn-keyword);
  font-style: normal;
}

.arx-syn-builtin {
  color: var(--arx-syn-builtin);
}

.arx-syn-string {
  color: var(--arx-syn-string);
}

.arx-syn-number {
  color: var(--arx-syn-number);
}

.arx-syn-comment {
  color: var(--arx-syn-comment);
  font-style: italic;
}

.arx-syn-boolean {
  color: var(--arx-syn-boolean);
}

.arx-syn-tag {
  color: var(--arx-syn-tag);
}

.arx-syn-attr {
  color: var(--arx-syn-attr);
}

.arx-syn-entity {
  color: var(--arx-syn-entity);
}

.arx-syn-doctype {
  color: var(--arx-syn-doctype);
}

.arx-syn-selector {
  color: var(--arx-syn-selector);
}

.arx-syn-property {
  color: var(--arx-syn-property);
}

.arx-syn-pseudo {
  color: var(--arx-syn-pseudo);
}

.arx-syn-punct {
  color: var(--arx-syn-punct);
}

.arx-syn-atrule {
  color: var(--arx-syn-atrule);
}

.arx-syn-regex {
  color: var(--arx-syn-regex);
}

.arx-syn-variable {
  color: var(--arx-syn-variable);
}

.arx-syn-flag {
  color: var(--arx-syn-flag);
}

.arx-timepicker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1150;
  display: flex;
  gap: 0.25rem;
  padding: 0.4rem;
  background: var(--arx-surface);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
  box-shadow: var(--arx-shadow-lg);
  font-size: 0.85rem;
  animation: arx-timepicker-in 0.14s ease both;
}
.arx-timepicker.arx-timepicker-hiding {
  animation: arx-timepicker-out 0.1s ease forwards;
}

@keyframes arx-timepicker-in {
  from {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes arx-timepicker-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.arx-timepicker-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 3rem;
  max-height: 12rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.arx-timepicker-col:not(:last-child) {
  border-right: 1px solid var(--arx-border);
  padding-right: 0.25rem;
}

.arx-timepicker-opt {
  flex: 0 0 auto;
  padding: 0.3rem 0;
  font-family: inherit;
  font-size: 0.82rem;
  color: var(--arx-text);
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--arx-radius-sm);
  cursor: pointer;
  text-align: center;
  transition: background var(--arx-transition), color var(--arx-transition), border-color var(--arx-transition);
}
.arx-timepicker-opt:hover {
  background: var(--arx-surface-raised);
}
.arx-timepicker-opt:focus-visible {
  outline: 2px solid var(--arx-border-focus);
  outline-offset: 2px;
}
.arx-timepicker-opt.arx-selected {
  background: var(--arx-primary);
  border-color: var(--arx-primary);
  color: var(--arx-text-inverse);
  font-weight: 600;
}
.arx-timepicker-opt.arx-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

[data-arx-reveal].arx-reveal-init {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

[data-arx-reveal=up].arx-reveal-init {
  transform: translateY(1.5rem);
}

[data-arx-reveal=down].arx-reveal-init {
  transform: translateY(-1.5rem);
}

[data-arx-reveal=left].arx-reveal-init {
  transform: translateX(1.5rem);
}

[data-arx-reveal=right].arx-reveal-init {
  transform: translateX(-1.5rem);
}

[data-arx-reveal=zoom].arx-reveal-init {
  transform: scale(0.92);
}

[data-arx-reveal].arx-reveal-init.arx-revealed {
  opacity: 1;
  transform: none;
}

.arx-countdown {
  display: inline-flex;
  gap: 0.5rem;
  font-variant-numeric: tabular-nums;
}

.arx-countdown-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.25rem;
  padding: 0.5rem 0.6rem;
  background: var(--arx-surface-raised);
  border: 1px solid var(--arx-border);
  border-radius: var(--arx-radius-lg);
}

.arx-countdown-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--arx-text);
}

.arx-countdown-label {
  margin-top: 0.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--arx-text-muted);
}

.arx-m-0 {
  margin: 0 !important;
}

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

.arx-m-1 {
  margin: 0.25rem !important;
}

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

.arx-m-2 {
  margin: 0.5rem !important;
}

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

.arx-m-3 {
  margin: 1rem !important;
}

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

.arx-m-4 {
  margin: 1.5rem !important;
}

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

.arx-m-5 {
  margin: 3rem !important;
}

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

.arx-mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.arx-pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.arx-ml-0 {
  margin-left: 0 !important;
}

.arx-pl-0 {
  padding-left: 0 !important;
}

.arx-ml-1 {
  margin-left: 0.25rem !important;
}

.arx-pl-1 {
  padding-left: 0.25rem !important;
}

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

.arx-pl-2 {
  padding-left: 0.5rem !important;
}

.arx-ml-3 {
  margin-left: 1rem !important;
}

.arx-pl-3 {
  padding-left: 1rem !important;
}

.arx-ml-4 {
  margin-left: 1.5rem !important;
}

.arx-pl-4 {
  padding-left: 1.5rem !important;
}

.arx-ml-5 {
  margin-left: 3rem !important;
}

.arx-pl-5 {
  padding-left: 3rem !important;
}

.arx-mr-0 {
  margin-right: 0 !important;
}

.arx-pr-0 {
  padding-right: 0 !important;
}

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

.arx-pr-1 {
  padding-right: 0.25rem !important;
}

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

.arx-pr-2 {
  padding-right: 0.5rem !important;
}

.arx-mr-3 {
  margin-right: 1rem !important;
}

.arx-pr-3 {
  padding-right: 1rem !important;
}

.arx-mr-4 {
  margin-right: 1.5rem !important;
}

.arx-pr-4 {
  padding-right: 1.5rem !important;
}

.arx-mr-5 {
  margin-right: 3rem !important;
}

.arx-pr-5 {
  padding-right: 3rem !important;
}

.arx-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.arx-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.arx-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.arx-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

.arx-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.arx-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.arx-mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.arx-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.arx-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.arx-d-none {
  display: none !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .arx-d-sm-none {
    display: none !important;
  }
  .arx-d-sm-block {
    display: block !important;
  }
  .arx-d-sm-inline {
    display: inline !important;
  }
  .arx-d-sm-flex {
    display: flex !important;
  }
  .arx-d-sm-grid {
    display: grid !important;
  }
  .arx-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .arx-d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .arx-d-md-none {
    display: none !important;
  }
  .arx-d-md-block {
    display: block !important;
  }
  .arx-d-md-inline {
    display: inline !important;
  }
  .arx-d-md-flex {
    display: flex !important;
  }
  .arx-d-md-grid {
    display: grid !important;
  }
  .arx-d-md-inline-flex {
    display: inline-flex !important;
  }
  .arx-d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .arx-d-lg-none {
    display: none !important;
  }
  .arx-d-lg-block {
    display: block !important;
  }
  .arx-d-lg-inline {
    display: inline !important;
  }
  .arx-d-lg-flex {
    display: flex !important;
  }
  .arx-d-lg-grid {
    display: grid !important;
  }
  .arx-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .arx-d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .arx-d-xl-none {
    display: none !important;
  }
  .arx-d-xl-block {
    display: block !important;
  }
  .arx-d-xl-inline {
    display: inline !important;
  }
  .arx-d-xl-flex {
    display: flex !important;
  }
  .arx-d-xl-grid {
    display: grid !important;
  }
  .arx-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .arx-d-xl-inline-block {
    display: inline-block !important;
  }
}
.arx-flex-row {
  flex-direction: row !important;
}

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

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

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

.arx-flex-1 {
  flex: 1 !important;
}

.arx-flex-auto {
  flex: auto !important;
}

.arx-flex-none {
  flex: none !important;
}

.arx-gap-0 {
  gap: 0 !important;
}

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

.arx-gap-2 {
  gap: 0.5rem !important;
}

.arx-gap-3 {
  gap: 1rem !important;
}

.arx-gap-4 {
  gap: 1.5rem !important;
}

.arx-gap-5 {
  gap: 3rem !important;
}

.arx-justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

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

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

.arx-align-stretch {
  align-items: stretch !important;
}

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

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

.arx-text-right {
  text-align: right !important;
}

.arx-text-primary {
  color: var(--arx-primary) !important;
}

.arx-text-secondary {
  color: var(--arx-text-secondary) !important;
}

.arx-text-muted {
  color: var(--arx-text-muted) !important;
}

.arx-text-success {
  color: var(--arx-success) !important;
}

.arx-text-danger {
  color: var(--arx-danger) !important;
}

.arx-text-warning {
  color: var(--arx-warning) !important;
}

.arx-text-info {
  color: var(--arx-info) !important;
}

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

.arx-text-lowercase {
  text-transform: lowercase !important;
}

.arx-text-nowrap {
  white-space: nowrap !important;
}

.arx-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.arx-fw-light {
  font-weight: 300 !important;
}

.arx-fw-normal {
  font-weight: 400 !important;
}

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

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

.arx-w-25 {
  width: 25% !important;
}

.arx-h-25 {
  height: 25% !important;
}

.arx-w-50 {
  width: 50% !important;
}

.arx-h-50 {
  height: 50% !important;
}

.arx-w-75 {
  width: 75% !important;
}

.arx-h-75 {
  height: 75% !important;
}

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

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

.arx-w-auto {
  width: auto !important;
}

.arx-h-auto {
  height: auto !important;
}

.arx-min-vh-100 {
  min-height: 100vh !important;
}

.arx-vh-100 {
  height: 100vh !important;
}

.arx-position-relative {
  position: relative !important;
}

.arx-position-absolute {
  position: absolute !important;
}

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

.arx-position-sticky {
  position: sticky !important;
}

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

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

.arx-overflow-scroll {
  overflow: scroll !important;
}

.arx-visible {
  visibility: visible !important;
}

.arx-invisible {
  visibility: hidden !important;
}

.arx-border {
  border: 1px solid var(--arx-border) !important;
}

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

.arx-border-top {
  border-top: 1px solid var(--arx-border) !important;
}

.arx-border-bottom {
  border-bottom: 1px solid var(--arx-border) !important;
}

.arx-rounded {
  border-radius: var(--arx-radius) !important;
}

.arx-rounded-sm {
  border-radius: var(--arx-radius-sm) !important;
}

.arx-rounded-lg {
  border-radius: var(--arx-radius-lg) !important;
}

.arx-rounded-pill {
  border-radius: var(--arx-radius-pill) !important;
}

.arx-rounded-0 {
  border-radius: 0 !important;
}

.arx-shadow-none {
  box-shadow: none !important;
}

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

.arx-shadow {
  box-shadow: var(--arx-shadow) !important;
}

.arx-shadow-lg {
  box-shadow: var(--arx-shadow-lg) !important;
}

.arx-divider {
  border: none;
  border-top: 1px solid var(--arx-border);
  margin: 1.5rem 0;
}

.arx-bg-primary {
  background-color: var(--arx-primary) !important;
}

.arx-bg-secondary {
  background-color: var(--arx-secondary) !important;
}

.arx-bg-success {
  background-color: var(--arx-success) !important;
}

.arx-bg-danger {
  background-color: var(--arx-danger) !important;
}

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

.arx-bg-info {
  background-color: var(--arx-info) !important;
}

.arx-bg-surface {
  background-color: var(--arx-surface) !important;
}

.arx-bg-raised {
  background-color: var(--arx-surface-raised) !important;
}

.arx-bg-body {
  background-color: var(--arx-bg) !important;
}

.arx-bg-gradient {
  background-image: var(--arx-gradient-brand) !important;
}

.arx-bg-gradient-primary {
  background-image: var(--arx-gradient-primary) !important;
}

.arx-bg-gradient-secondary {
  background-image: var(--arx-gradient-secondary) !important;
}

.arx-bg-gradient-success {
  background-image: var(--arx-gradient-success) !important;
}

.arx-bg-gradient-info {
  background-image: var(--arx-gradient-info) !important;
}

.arx-bg-gradient-warning {
  background-image: var(--arx-gradient-warning) !important;
}

.arx-bg-gradient-danger {
  background-image: var(--arx-gradient-danger) !important;
}

.arx-bg-gradient-brand {
  background-image: var(--arx-gradient-brand) !important;
}

.arx-text-gradient-brand, .arx-text-gradient-danger, .arx-text-gradient-warning, .arx-text-gradient-info, .arx-text-gradient-success, .arx-text-gradient-secondary, .arx-text-gradient-primary, .arx-text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.arx-text-gradient {
  background-image: var(--arx-gradient-brand);
}

.arx-text-gradient-primary {
  background-image: var(--arx-gradient-primary);
}

.arx-text-gradient-secondary {
  background-image: var(--arx-gradient-secondary);
}

.arx-text-gradient-success {
  background-image: var(--arx-gradient-success);
}

.arx-text-gradient-info {
  background-image: var(--arx-gradient-info);
}

.arx-text-gradient-warning {
  background-image: var(--arx-gradient-warning);
}

.arx-text-gradient-danger {
  background-image: var(--arx-gradient-danger);
}

.arx-text-gradient-brand {
  background-image: var(--arx-gradient-brand);
}

.arx-border-gradient {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-brand) border-box !important;
}

.arx-border-gradient-primary {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-primary) border-box !important;
}

.arx-border-gradient-secondary {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-secondary) border-box !important;
}

.arx-border-gradient-success {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-success) border-box !important;
}

.arx-border-gradient-info {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-info) border-box !important;
}

.arx-border-gradient-warning {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-warning) border-box !important;
}

.arx-border-gradient-danger {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-danger) border-box !important;
}

.arx-border-gradient-brand {
  border: 2px solid transparent !important;
  background: linear-gradient(var(--arx-surface), var(--arx-surface)) padding-box, var(--arx-gradient-brand) border-box !important;
}

.arx-opacity-0 {
  opacity: 0 !important;
}

.arx-opacity-25 {
  opacity: 0.25 !important;
}

.arx-opacity-50 {
  opacity: 0.5 !important;
}

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

.arx-opacity-100 {
  opacity: 1 !important;
}

.arx-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.arx-gallery {
  display: grid;
  gap: var(--arx-gallery-gap, 0.5rem);
  grid-template-columns: repeat(var(--arx-gallery-cols, 3), 1fr);
}

.arx-gallery-2 {
  --arx-gallery-cols: 2;
}

.arx-gallery-3 {
  --arx-gallery-cols: 3;
}

.arx-gallery-4 {
  --arx-gallery-cols: 4;
}

.arx-gallery-5 {
  --arx-gallery-cols: 5;
}

.arx-gallery-6 {
  --arx-gallery-cols: 6;
}

.arx-gallery-gap-0 {
  --arx-gallery-gap: 0;
}

.arx-gallery-gap-1 {
  --arx-gallery-gap: 0.25rem;
}

.arx-gallery-gap-2 {
  --arx-gallery-gap: 0.5rem;
}

.arx-gallery-gap-3 {
  --arx-gallery-gap: 1rem;
}

.arx-gallery-gap-4 {
  --arx-gallery-gap: 1.5rem;
}

.arx-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--arx-radius);
  background: var(--arx-surface-raised);
  cursor: pointer;
}

.arx-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.arx-gallery-item:hover .arx-gallery-img {
  transform: scale(1.06);
}

.arx-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: flex-end;
  padding: 0.85rem 1rem;
  color: #ffffff;
}

.arx-gallery-item:hover .arx-gallery-overlay {
  opacity: 1;
}

.arx-gallery-caption {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Fixed height variants */
.arx-gallery-sm .arx-gallery-item {
  height: 140px;
}

.arx-gallery-md .arx-gallery-item {
  height: 220px;
}

.arx-gallery-lg .arx-gallery-item {
  height: 300px;
}

.arx-gallery-xl .arx-gallery-item {
  height: 400px;
}

/* Square aspect ratio */
.arx-gallery-square .arx-gallery-item {
  aspect-ratio: 1;
}

/* Wide (16:9) aspect ratio */
.arx-gallery-wide .arx-gallery-item {
  aspect-ratio: 16/9;
}

/* Masonry layout via CSS columns */
.arx-gallery-masonry {
  columns: var(--arx-gallery-cols, 3);
  column-gap: var(--arx-gallery-gap, 0.5rem);
  display: block;
}

.arx-gallery-masonry .arx-gallery-item {
  break-inside: avoid;
  margin-bottom: var(--arx-gallery-gap, 0.5rem);
  height: auto;
}

.arx-gallery-masonry .arx-gallery-img {
  height: auto;
}

/* Span utilities — let a grid item take more columns */
.arx-gallery-span-2 {
  grid-column: span 2;
}

.arx-gallery-span-row {
  grid-column: 1/-1;
}

/* Responsive breakdowns */
@media (max-width: 991px) {
  .arx-gallery-5 {
    --arx-gallery-cols: 4;
  }
  .arx-gallery-masonry.arx-gallery-5 {
    columns: 4;
  }
}
@media (max-width: 767px) {
  .arx-gallery:not(.arx-gallery-2) {
    --arx-gallery-cols: 2;
  }
  .arx-gallery-masonry {
    columns: 2;
  }
  .arx-gallery-span-2 {
    grid-column: span 1;
  }
}
@media (max-width: 575px) {
  .arx-gallery {
    --arx-gallery-cols: 1;
  }
  .arx-gallery-masonry {
    columns: 1;
  }
}
.arx-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999; /* above the sticky navbar; JS may raise it via the zIndex option */
  background: rgba(0, 0, 0, 0.88);
  display: none;
  overflow: hidden;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.arx-lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.arx-lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.arx-lightbox-image {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}

.arx-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  z-index: 10001;
  font-family: inherit;
  padding: 0;
}

.arx-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.arx-lightbox-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  z-index: 10001;
  font-family: inherit;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}

.arx-lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.arx-lightbox-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.arx-lightbox-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.arx-lightbox-counter {
  position: fixed;
  top: 24px;
  left: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  z-index: 10001;
  pointer-events: none;
}

.arx-lightbox-caption {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.55);
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  max-width: 70vw;
  line-height: 1.5;
  z-index: 10001;
  pointer-events: none;
}

.arx-lightbox-caption:empty {
  display: none;
}

.arx-lightbox-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.arx-lightbox-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.arx-lightbox-error-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 77, 94, 0.5);
  border-radius: 50%;
  color: rgba(255, 77, 94, 0.8);
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
}

.arx-lightbox-error-text {
  color: rgba(255, 255, 255, 0.45);
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.arx-lightbox-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: arx-lightbox-spin 0.7s linear infinite;
}

@keyframes arx-lightbox-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 640px) {
  .arx-lightbox-arrow {
    width: 40px;
    height: 60px;
    font-size: 28px;
  }
  .arx-lightbox-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .arx-lightbox-counter {
    top: 16px;
    left: 16px;
    font-size: 11px;
  }
  .arx-lightbox-caption {
    bottom: 18px;
    font-size: 11px;
  }
  .arx-lightbox-image {
    max-width: 94vw;
    max-height: 80vh;
  }
}
/* ============================================================
   CARD GROUPS — equal-height card rows
   ============================================================ */
/* Flush group: cards side-by-side, touching, equal heights */
.arx-card-group {
  display: flex;
  flex-wrap: wrap;
}

.arx-card-group .arx-card {
  flex: 1 0 0%;
  min-width: 0;
  border-radius: 0;
}

.arx-card-group .arx-card:first-child {
  border-radius: var(--arx-radius-lg) 0 0 var(--arx-radius-lg);
}

.arx-card-group .arx-card:last-child {
  border-radius: 0 var(--arx-radius-lg) var(--arx-radius-lg) 0;
}

.arx-card-group .arx-card + .arx-card {
  border-inline-start: none;
}

/* Card deck: equal heights with gap between cards */
.arx-card-deck {
  display: flex;
  flex-wrap: wrap;
  gap: var(--arx-gutter);
}

.arx-card-deck .arx-card {
  flex: 1 0 0%;
  min-width: 0;
}

/* Row equal: stretch .arx-col children so .arx-card fills full column height */
.arx-row-equal > [class*=arx-col] {
  display: flex;
}

.arx-row-equal > [class*=arx-col] > .arx-card {
  flex: 1;
  width: 100%;
}

/* Card image helpers */
.arx-card-img-top {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--arx-radius-lg) var(--arx-radius-lg) 0 0;
}

.arx-card-img-bottom {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 0 var(--arx-radius-lg) var(--arx-radius-lg);
}

.arx-card-img-overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
}

.arx-card-img-full {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Horizontal card: image on the left */
.arx-card-horizontal {
  flex-direction: row;
}

.arx-card-horizontal .arx-card-img-side {
  width: auto;
  min-width: 120px;
  max-width: 200px;
  object-fit: cover;
  border-radius: var(--arx-radius-lg) 0 0 var(--arx-radius-lg);
  flex-shrink: 0;
}

/* Lift on hover */
.arx-card-hover {
  transition: box-shadow var(--arx-transition), transform var(--arx-transition);
  cursor: pointer;
}

.arx-card-hover:hover {
  box-shadow: var(--arx-shadow-lg);
  transform: translateY(-3px);
}

.arx-card-media {
  height: 140px;
  border-radius: var(--arx-radius) var(--arx-radius) 0 0;
  display: grid;
  place-items: center;
  color: var(--arx-text-inverse);
}

.arx-card-media-sm {
  height: 96px;
}

.arx-card-media-lg {
  height: 200px;
}

[dir=rtl] .arx-select {
  background-position: left 0.75rem center;
}
[dir=rtl] .arx-dropdown-menu {
  left: auto;
  right: 0;
}
[dir=rtl] .arx-dropdown-end .arx-dropdown-menu {
  right: auto;
  left: 0;
}
[dir=rtl] .arx-offcanvas-start {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
[dir=rtl] .arx-offcanvas-end {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
[dir=rtl] .arx-offcanvas.arx-open {
  transform: none;
}
[dir=rtl] .arx-switch-input::after {
  left: auto;
  right: 0.2rem;
}
[dir=rtl] .arx-switch-input:checked::after {
  transform: translateX(-1.1rem);
}
[dir=rtl] .arx-switch-sm .arx-switch-input::after {
  right: 0.15rem;
}
[dir=rtl] .arx-switch-sm .arx-switch-input:checked::after {
  transform: translateX(-0.85rem);
}
[dir=rtl] .arx-switch-lg .arx-switch-input::after {
  right: 0.2rem;
}
[dir=rtl] .arx-switch-lg .arx-switch-input:checked::after {
  transform: translateX(-1.5rem);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
.arx-print-only {
  display: none !important;
}

@media print {
  body {
    background: #fff !important;
    color: #000 !important;
  }
  .arx-shadow-sm,
  .arx-shadow,
  .arx-shadow-lg,
  .arx-card,
  .arx-dropdown-menu {
    box-shadow: none !important;
  }
  .arx-navbar,
  .arx-sidenav,
  .arx-offcanvas,
  .arx-offcanvas-backdrop,
  .arx-modal-overlay,
  .arx-toast-container,
  .arx-popover,
  .arx-lightbox,
  .arx-back-to-top,
  .arx-dropdown-menu,
  .arx-carousel-prev,
  .arx-carousel-next,
  .arx-carousel-indicators,
  .arx-no-print {
    display: none !important;
  }
  [data-arx-tooltip]::before,
  [data-arx-tooltip]::after {
    display: none !important;
  }
  .arx-print-only {
    display: revert !important;
  }
  .arx-card,
  .arx-alert,
  figure,
  tr {
    break-inside: avoid;
  }
  h1, h2, h3, h4,
  .arx-h1, .arx-h2, .arx-h3, .arx-h4 {
    break-after: avoid;
  }
  .arx-table th,
  .arx-table td {
    border: 1px solid #999 !important;
  }
}
