/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-primary: #2D5BFF;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-px {
    height: 1px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .first\:border-0 {
    &:first-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-stretch {
    @media (width >= 40rem) {
      align-items: stretch;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/dm-sans/DMSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/dm-sans/DMSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/dm-sans/DMSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/dm-sans/DMSans-Bold.woff2") format("woff2");
}
:root, [data-theme="default"] {
  --bg-page: #F6F5F3;
  --bg-card: #FFFFFF;
  --bg-card-hover: #FAFAF9;
  --bg-subtle: #F0EFED;
  --border: #E5E3DF;
  --border-focus: #B8B5AE;
  --text-primary: #1A1918;
  --text-secondary: #6B6660;
  --text-tertiary: #9C9791;
  --accent: #2D5BFF;
  --accent-hover: #1A45E0;
  --accent-subtle: #EEF2FF;
  --success: #16A34A;
  --success-bg: #F0FDF4;
  --success-border: #BBF7D0;
  --error: #DC2626;
  --error-bg: #FEF2F2;
  --error-border: #FECACA;
  --warning: #D97706;
  --warning-bg: #FFFBEB;
  --theme-color-scheme: light;
  --theme-bg: var(--bg-page);
  --theme-surface: var(--bg-card);
  --theme-surface-hover: var(--bg-card-hover);
  --theme-surface-input: var(--bg-card);
  --theme-surface-input-focus: var(--bg-card);
  --theme-surface-subtle: var(--bg-subtle);
  --theme-border: var(--border);
  --theme-border-input: var(--border);
  --theme-border-strong: var(--border-focus);
  --theme-border-focus: var(--accent);
  --theme-border-subtle: var(--border);
  --theme-text: var(--text-primary);
  --theme-text-secondary: var(--text-secondary);
  --theme-text-muted: var(--text-secondary);
  --theme-text-subtle: var(--text-tertiary);
  --theme-text-faint: var(--text-tertiary);
  --theme-blur: 0px;
  --theme-logo-filter: none;
  --theme-bg-overlay: transparent;
}
[data-theme="dark-admin"] {
  --bg-page: #0F1419;
  --bg-card: #1A1F25;
  --bg-card-hover: #232830;
  --bg-subtle: #161B20;
  --border: #2A3138;
  --border-focus: #4A525C;
  --text-primary: #ECEFF1;
  --text-secondary: #9BA3AD;
  --text-tertiary: #6B7280;
  --accent: #3B82F6;
  --accent-hover: #2563EB;
  --accent-subtle: #1E293B;
  --success: #22C55E;
  --success-bg: #0F2A1A;
  --success-border: #1F4D2F;
  --error: #EF4444;
  --error-bg: #2A1414;
  --error-border: #4D1F1F;
  --warning: #F59E0B;
  --warning-bg: #2A1F0A;
  --admin-sidebar-bg: #14181C;
  --admin-sidebar-border: #1F2429;
  --admin-sidebar-width: 244px;
  --admin-header-bg: #14181C;
  --admin-header-border: #1F2429;
  --admin-header-height: 56px;
  --admin-nav-item-text: #B0B7BF;
  --admin-nav-item-hover-bg: #1C2127;
  --admin-nav-item-active-bg: #1E293B;
  --admin-nav-item-active-text: #F8FAFC;
  --admin-nav-group-label: #6B7280;
  --admin-content-bg: var(--bg-page);
  --theme-color-scheme: dark;
  --theme-bg: var(--bg-page);
  --theme-surface: var(--bg-card);
  --theme-surface-hover: var(--bg-card-hover);
  --theme-surface-input: var(--bg-card);
  --theme-surface-input-focus: var(--bg-card);
  --theme-surface-subtle: var(--bg-subtle);
  --theme-border: var(--border);
  --theme-border-input: var(--border);
  --theme-border-strong: var(--border-focus);
  --theme-border-focus: var(--accent);
  --theme-border-subtle: var(--border);
  --theme-text: var(--text-primary);
  --theme-text-secondary: var(--text-secondary);
  --theme-text-muted: var(--text-secondary);
  --theme-text-subtle: var(--text-tertiary);
  --theme-text-faint: var(--text-tertiary);
  --theme-blur: 0px;
  --theme-logo-filter: brightness(0) invert(1);
  --theme-bg-overlay: transparent;
}
@layer base {
  body {
    font-family: var(--brand-font, var(--font-sans));
    color: var(--text-primary);
    color-scheme: var(--theme-color-scheme);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  *:focus-visible {
    outline: 2px solid var(--accent, var(--color-brand-primary));
    outline-offset: 2px;
  }
  @media (forced-colors: active) {
    *:focus-visible {
      outline: 2px solid LinkText;
    }
    .glass-card, .form-input, .btn, .form-checkbox, .form-radio {
      border: 1px solid ButtonText;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer components {
  .animate-fade-up {
    animation: fadeUp 500ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
  .skip-nav {
    position: absolute;
    top: -100%;
    left: calc(var(--spacing) * 4);
    z-index: 50;
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    color: var(--accent, var(--color-brand-primary));
  }
  .skip-nav:focus {
    top: calc(var(--spacing) * 0);
  }
  .glass-bg {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    background-size: cover;
    background-position: center;
  }
  .glass-bg::after {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background: var(--theme-bg-overlay);
  }
  .glass-bg--default {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    background: var(--bg-page);
  }
  .glass-card {
    width: 100%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
  }
  .form-input {
    display: block;
    width: 100%;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    height: 44px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--bg-card);
    font-size: 14px;
    color: var(--text-primary);
  }
  .form-input::placeholder {
    color: var(--text-tertiary);
  }
  .form-input:focus {
    border-color: var(--accent);
    outline: none;
    box-shadow: 0 0 0 3px var(--accent-subtle);
    background: var(--bg-card);
  }
  .form-input.input-error {
    border-color: var(--error);
    box-shadow: 0 0 0 3px var(--error-bg);
  }
  .form-input.form-input--readonly {
    background: var(--bg-surface);
    color: var(--text-secondary);
    cursor: default;
    border-color: transparent;
  }
  .form-input.form-input--readonly:focus {
    border-color: transparent;
    box-shadow: none;
  }
  select.form-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%231A1918' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.75rem;
    padding-right: 2.5rem;
    appearance: none;
  }
  .form-label {
    display: block;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 6px;
  }
  .form-hint {
    margin-top: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--text-tertiary);
  }
  .form-error {
    margin-top: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--error);
  }
  .info-tip {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
  }
  .info-tip-trigger {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--text-tertiary);
    font-size: 13px;
    line-height: 1;
  }
  .info-tip-trigger:hover, .info-tip-trigger:focus {
    color: var(--accent);
    outline: none;
  }
  .info-tip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 50;
    bottom: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    max-width: 320px;
    padding: 8px 10px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: opacity 0.12s ease, visibility 0.12s ease;
    pointer-events: none;
  }
  .info-tip:hover .info-tip-content, .info-tip:focus-within .info-tip-content {
    visibility: visible;
    opacity: 1;
  }
  .form-checkbox {
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    border-radius: 0.25rem;
    border-color: var(--border);
    background: transparent;
    accent-color: var(--accent);
    color: var(--accent);
  }
  .form-checkbox:focus {
    ring-color: var(--accent);
  }
  .form-radio {
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    border-color: var(--border);
    background: transparent;
    accent-color: var(--accent);
    color: var(--accent);
  }
  div.chip-input {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px;
    min-height: 44px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid var(--border, #d1d5db);
    background: var(--bg-card, #ffffff);
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
  }
  div.chip-input:focus-within {
    border-color: var(--accent, #2D5BFF);
    box-shadow: 0 0 0 3px var(--accent-subtle, rgba(45, 91, 255, 0.18));
  }
  span.chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
    padding: 4px 6px 4px 12px !important;
    border-radius: 999px !important;
    border: 1px solid var(--accent, #2D5BFF) !important;
    background: var(--accent-subtle, rgba(45, 91, 255, 0.18)) !important;
    color: var(--text-primary, #1A1918) !important;
    font-size: 13px;
    line-height: 1.2;
    max-width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  [data-theme="dark-admin"] span.chip {
    color: #ECEFF1 !important;
    background: #1E293B !important;
    border-color: #3B82F6 !important;
  }
  .chip-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 32ch;
  }
  button.chip-remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px;
    height: 20px;
    border-radius: 999px !important;
    border: none !important;
    background: transparent !important;
    color: var(--accent, #2D5BFF) !important;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }
  [data-theme="dark-admin"] button.chip-remove {
    color: #93C5FD !important;
  }
  button.chip-remove:hover, button.chip-remove:focus-visible {
    background: var(--accent, #2D5BFF) !important;
    color: #ffffff !important;
    outline: none;
  }
  input.chip-entry {
    flex: 1 1 auto !important;
    min-width: 12ch;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-size: 14px;
    color: var(--text-primary, #1A1918) !important;
    padding: 4px 0;
    box-shadow: none !important;
  }
  [data-theme="dark-admin"] input.chip-entry {
    color: #ECEFF1 !important;
  }
  input.chip-entry::placeholder {
    color: var(--text-tertiary, #9C9791);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    height: 44px;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
  }
  .btn:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }
  .btn:active {
    transform: scale(0.98);
  }
  .btn-primary {
    color: #fff;
    background-color: var(--brand-primary, var(--accent));
  }
  .btn-primary:hover {
    background-color: var(--accent-hover);
  }
  .btn-accent {
    color: #fff;
    background-color: var(--accent);
  }
  .btn-accent:hover {
    background-color: var(--accent-hover);
  }
  .btn-secondary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    background: var(--bg-card);
    border-color: var(--border);
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 500;
  }
  .btn-secondary:hover {
    border-color: var(--border-focus);
    background: var(--bg-card-hover);
  }
  .btn-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: transparent;
    border-color: var(--border);
    color: var(--text-primary);
  }
  .btn-outline:hover {
    border-color: var(--border-focus);
    background: var(--bg-card-hover);
  }
  .btn-ghost {
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    color: var(--text-secondary);
  }
  .btn-ghost:hover {
    background: var(--bg-subtle);
    color: var(--text-primary);
  }
  .btn-danger {
    color: #fff;
    background: var(--error);
  }
  .btn-danger:hover {
    background: #B91C1C;
  }
  .btn-full {
    width: 100%;
  }
  .social-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-social {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-card);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 150ms ease, background 150ms ease;
  }
  .btn-social-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .btn-social:hover {
    border-color: var(--border-focus);
    background: var(--bg-card-hover);
  }
  .btn-social:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }
  .btn-external {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--border);
    color: var(--text-primary);
    background: var(--bg-card);
  }
  .btn-external:hover {
    border-color: var(--border-focus);
    background: var(--bg-card-hover);
  }
  .divider-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: var(--text-tertiary);
    white-space: nowrap;
  }
  .password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-tertiary);
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: color 150ms ease;
  }
  .password-toggle:hover {
    color: var(--text-secondary);
  }
  .password-info-btn {
    color: var(--text-tertiary);
    cursor: pointer;
    background: none;
    border: none;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 150ms ease;
  }
  .password-info-btn:hover {
    color: var(--text-secondary);
  }
  .password-requirements-popover {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 20;
    min-width: 240px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .password-requirement--met {
    color: var(--success);
  }
  .password-requirement--unmet {
    color: var(--text-tertiary);
  }
  .password-strength-bar {
    display: flex;
    gap: 4px;
  }
  .password-strength-segment {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: var(--bg-subtle);
    transition: background-color 200ms ease;
  }
  .password-strength-segment.strength-weak {
    background: var(--error);
  }
  .password-strength-segment.strength-fair {
    background: var(--warning);
  }
  .password-strength-segment.strength-good {
    background: var(--success);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--success) 70%, transparent);
    }
  }
  .password-strength-segment.strength-strong {
    background: var(--success);
  }
  .password-strength-label {
    margin-top: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--text-tertiary);
  }
  .password-strength-label.strength-weak {
    color: var(--error);
  }
  .password-strength-label.strength-fair {
    color: var(--warning);
  }
  .password-strength-label.strength-good {
    color: var(--success);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--success) 70%, transparent);
    }
  }
  .password-strength-label.strength-strong {
    color: var(--success);
  }
  .password-match-indicator {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .password-match-indicator--match {
    color: var(--success);
  }
  .password-match-indicator--mismatch {
    color: var(--error);
  }
  .alert-error {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    background: var(--error-bg);
    border: 1px solid var(--error-border);
    color: var(--error);
  }
  .alert-success {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    background: var(--success-bg);
    border: 1px solid var(--success-border);
    color: var(--success);
  }
  .alert-warning {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    background: var(--warning-bg);
    border: 1px solid #FDE68A;
    color: var(--warning);
  }
  .alert-info {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    background: var(--accent-subtle);
    border: 1px solid #C7D2FE;
    color: var(--accent);
  }
  .link {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
    color: var(--accent);
    font-weight: 500;
  }
  .link-danger {
    color: var(--error);
    transition: opacity 150ms ease;
  }
  .link-danger:hover {
    opacity: 0.8;
  }
  .status-icon {
    margin-inline: auto;
    margin-bottom: calc(var(--spacing) * 6);
    display: flex;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
  }
  .status-icon--error {
    background: var(--error-bg);
    color: var(--error);
  }
  .status-icon--success {
    background: var(--success-bg);
    color: var(--success);
  }
  .status-icon--warning {
    background: var(--warning-bg);
    color: var(--warning);
  }
  .status-icon--info {
    background: var(--accent-subtle);
    color: var(--accent);
  }
  .badge {
    display: inline-flex;
    align-items: center;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .badge-success {
    background: var(--success-bg);
    color: var(--success);
  }
  .badge-neutral {
    background: var(--bg-subtle);
    color: var(--text-secondary);
  }
  .account-nav {
    margin-bottom: calc(var(--spacing) * 8);
    display: flex;
    gap: calc(var(--spacing) * 1);
    overflow-x: auto;
    border-radius: var(--radius-lg);
    padding: calc(var(--spacing) * 1);
    white-space: nowrap;
    background: var(--bg-subtle);
    border: 1px solid var(--border);
  }
  .account-nav-item {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: var(--text-secondary);
  }
  .account-nav-item:hover {
    color: var(--text-primary);
  }
  .account-nav-item--active {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    color: var(--text-primary);
    background: var(--bg-card);
  }
  .table-container {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
  }
  .table {
    min-width: 100%;
    border-collapse: collapse;
  }
  .table thead {
    background: var(--bg-subtle);
  }
  .table-th {
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    text-align: left;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    color: var(--text-secondary);
  }
  .table-td {
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    white-space: nowrap;
    color: var(--text-secondary);
  }
  .table tbody tr {
    border-bottom: 1px solid var(--border);
  }
  .table tbody tr:last-child {
    border-bottom: none;
  }
  .table tbody tr:hover {
    background: var(--bg-card-hover);
  }
  .glass-info-box {
    border-radius: var(--radius-md);
    padding: calc(var(--spacing) * 4);
    background: var(--bg-subtle);
    border: 1px solid var(--border);
  }
  .glass-list-item {
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    border: 1px solid var(--border);
  }
  .glass-list-item--highlight {
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    border: 1px solid var(--accent);
    background: var(--accent-subtle);
  }
  .glass-option-card {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    border: 1px solid var(--border);
  }
  .glass-option-card:hover {
    background: var(--bg-card-hover);
  }
  .glass-option-card:has(:checked) {
    border-color: var(--accent);
    background: var(--accent-subtle);
  }
  .glass-panel {
    border-radius: var(--radius-md);
    background: var(--bg-subtle);
    border: 1px solid var(--border);
  }
  .glass-panel > * + * {
    border-top: 1px solid var(--border);
  }
  .glass-footer {
    color: var(--text-tertiary);
    font-size: 12px;
  }
  .glass-footer a:hover {
    color: var(--text-secondary);
  }
  .qr-code-container {
    margin-inline: auto;
    border-radius: var(--radius-lg);
    padding: calc(var(--spacing) * 4);
    background: #ffffff;
    border: 1px solid var(--border);
    width: fit-content;
  }
  .qr-code-container svg {
    width: 200px;
    height: 200px;
    display: block;
  }
  .text-primary {
    color: var(--text-primary);
  }
  .text-secondary {
    color: var(--text-secondary);
  }
  .text-tertiary {
    color: var(--text-tertiary);
  }
  .admin-shell {
    display: flex;
    min-height: 100vh;
    background: var(--admin-content-bg, var(--bg-page));
  }
  .admin-sidebar {
    width: var(--admin-sidebar-width, 244px);
    flex-shrink: 0;
    background: var(--admin-sidebar-bg, var(--bg-card));
    border-right: 1px solid var(--admin-sidebar-border, var(--border));
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .admin-sidebar-brand {
    height: var(--admin-header-height, 56px);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border-bottom: 1px solid var(--admin-sidebar-border, var(--border));
  }
  .admin-sidebar-brand img {
    height: 22px;
    filter: var(--theme-logo-filter, none);
  }
  .admin-sidebar-brand-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 0.02em;
  }
  .admin-nav {
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex-grow: 1;
  }
  .admin-nav-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .admin-nav-group-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--admin-nav-group-label, var(--text-tertiary));
    padding: 0 12px 6px;
  }
  .admin-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--admin-nav-item-text, var(--text-secondary));
    text-decoration: none;
    transition: background-color 120ms ease, color 120ms ease;
  }
  .admin-nav-item i {
    width: 18px;
    text-align: center;
    font-size: 13px;
    color: inherit;
    opacity: 0.85;
  }
  .admin-nav-item:hover {
    background: var(--admin-nav-item-hover-bg, var(--bg-subtle));
    color: var(--text-primary);
  }
  .admin-nav-item--active, .admin-nav-item--active:hover {
    background: var(--admin-nav-item-active-bg, var(--accent-subtle));
    color: var(--admin-nav-item-active-text, var(--text-primary));
  }
  .admin-nav-item--active i {
    opacity: 1;
    color: var(--accent);
  }
  .admin-sidebar-footer {
    padding: 12px 16px;
    border-top: 1px solid var(--admin-sidebar-border, var(--border));
    font-size: 11.5px;
    color: var(--text-tertiary);
  }
  .admin-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .admin-header {
    height: var(--admin-header-height, 56px);
    background: var(--admin-header-bg, var(--bg-card));
    border-bottom: 1px solid var(--admin-header-border, var(--border));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 30;
  }
  .admin-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .admin-tenant-picker {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .admin-tenant-picker-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: var(--text-tertiary);
  }
  .admin-tenant-picker select {
    height: 32px;
    padding: 0 30px 0 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background-color: var(--bg-card);
    color: var(--text-primary);
    font-size: 13px;
    min-width: 200px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%239BA3AD' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 9px;
  }
  .admin-tenant-picker select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-subtle);
  }
  .admin-tenant-picker--disabled select {
    opacity: 0.55;
    cursor: not-allowed;
  }
  .admin-tenant-picker-caption {
    font-size: 11px;
    color: var(--text-tertiary);
    font-style: italic;
  }
  .admin-user-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px 4px 4px;
    border-radius: 999px;
    background: var(--bg-subtle);
    color: var(--text-secondary);
    font-size: 13px;
    text-decoration: none;
  }
  .admin-user-menu:hover {
    background: var(--bg-card-hover);
    color: var(--text-primary);
  }
  .admin-user-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--accent-subtle);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
  }
  .admin-content {
    padding: 28px 32px 48px;
    flex-grow: 1;
  }
  .admin-page-header {
    margin-bottom: 24px;
  }
  .admin-breadcrumb {
    font-size: 12.5px;
    color: var(--text-tertiary);
    margin-bottom: 8px;
  }
  .admin-breadcrumb a {
    color: var(--text-tertiary);
    text-decoration: none;
  }
  .admin-breadcrumb a:hover {
    color: var(--text-secondary);
    text-decoration: underline;
  }
  .admin-breadcrumb-separator {
    margin: 0 8px;
    color: var(--text-tertiary);
    opacity: 0.6;
  }
  .admin-page-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  .admin-page-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.2;
  }
  .admin-page-subtitle {
    font-size: 13.5px;
    color: var(--text-secondary);
    margin-top: 4px;
  }
  .admin-tab-strip {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .admin-tab {
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: color 120ms ease, border-color 120ms ease;
    white-space: nowrap;
  }
  .admin-tab:hover {
    color: var(--text-primary);
  }
  .admin-tab--active {
    color: var(--accent);
    border-bottom-color: var(--accent);
  }
  .admin-empty-state {
    text-align: center;
    padding: 48px 24px;
    color: var(--text-secondary);
  }
  .admin-empty-state i {
    font-size: 28px;
    color: var(--text-tertiary);
    margin-bottom: 12px;
    display: block;
  }
  .admin-confirm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .admin-confirm-dialog {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  }
  .admin-confirm-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
  }
  .admin-confirm-message {
    font-size: 13.5px;
    color: var(--text-secondary);
    margin-bottom: 20px;
  }
  .admin-confirm-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }
}
@media print {
  body * {
    visibility: hidden;
  }
  #recovery-codes-box, #recovery-codes-box * {
    visibility: visible;
  }
  #recovery-codes-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
  }
  #recovery-codes-box::before {
    content: "Recovery Codes — Brightvale";
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    visibility: visible;
  }
  #recovery-codes-list li {
    font-family: monospace;
    font-size: 14px;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
