@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700&family=Inter:wght@400;500;600&display=swap");

/* ═══════════════════════════════════════════════════════════════
   VeloVision Admin — global Medusa UI theme
   Loaded on every admin page via index.html injection.
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* Shared brand tokens (also used by .vv-* components) */
  --vv-font-display: "Cormorant Garamond", Georgia, serif;
  --vv-font-body: "Inter", system-ui, sans-serif;
  --vv-accent: #c4a574;
  --vv-accent-strong: #a8884f;
  --vv-accent-soft: rgba(196, 165, 116, 0.14);
  --vv-radius-card: 0.75rem;
  --vv-title-size: 3rem;
  --vv-title-line: 1.08;

  --vv-bg: #f7f5f2;
  --vv-surface: #faf9f7;
  --vv-surface-muted: #efede8;
  --vv-surface-hover: #ffffff;
  --vv-border: #e5e2db;
  --vv-border-strong: #d4cfc6;
  --vv-fg: #1a1816;
  --vv-fg-muted: #6b6560;
  --vv-fg-subtle: #8a8279;
  --vv-shadow-card: 0 1px 2px rgba(26, 24, 22, 0.04), 0 4px 16px rgba(26, 24, 22, 0.06);
  --vv-shadow-card-hover: 0 2px 4px rgba(26, 24, 22, 0.06), 0 8px 24px rgba(26, 24, 22, 0.08);
  --vv-shadow-page: 0 1px 3px rgba(26, 24, 22, 0.05);
  --vv-chart-grid: #e5e2db;

  /* Medusa UI — light mode (warm stone) */
  --bg-base: rgba(250, 249, 247, 1);
  --bg-subtle: rgba(247, 245, 242, 1);
  --bg-component: rgba(239, 237, 232, 1);
  --bg-component-hover: rgba(250, 249, 247, 1);
  --bg-base-hover: rgba(239, 237, 232, 1);
  --bg-highlight: rgba(196, 165, 116, 0.12);
  --bg-highlight-hover: rgba(196, 165, 116, 0.18);
  --bg-field: rgba(250, 249, 247, 1);
  --bg-field-hover: rgba(239, 237, 232, 1);
  --bg-field-component: rgba(255, 255, 255, 1);

  --fg-base: rgba(26, 24, 22, 1);
  --fg-subtle: rgba(107, 101, 96, 1);
  --fg-muted: rgba(138, 130, 121, 1);
  --fg-interactive: rgba(168, 136, 79, 1);
  --fg-interactive-hover: rgba(138, 112, 64, 1);

  --border-base: rgba(229, 226, 219, 1);
  --border-strong: rgba(212, 207, 198, 1);
  --border-interactive: rgba(196, 165, 116, 1);

  --bg-interactive: rgba(196, 165, 116, 1);
  --button-inverted: rgba(26, 24, 22, 1);
  --button-inverted-hover: rgba(42, 38, 34, 1);

  --contrast-bg-base: rgba(26, 24, 22, 1);
  --contrast-bg-base-hover: rgba(42, 38, 34, 1);
  --contrast-bg-subtle: rgba(36, 34, 32, 1);

  --elevation-card-rest: 0 0 0 1px rgba(26, 24, 22, 0.06), 0 1px 2px rgba(26, 24, 22, 0.04),
    0 4px 12px rgba(26, 24, 22, 0.06);
  --elevation-card-hover: 0 0 0 1px rgba(26, 24, 22, 0.08), 0 2px 4px rgba(26, 24, 22, 0.06),
    0 8px 20px rgba(26, 24, 22, 0.08);
  --elevation-flyout: 0 0 0 1px rgba(26, 24, 22, 0.06), 0 4px 16px rgba(26, 24, 22, 0.1),
    0 12px 32px rgba(26, 24, 22, 0.08);

  --borders-focus: 0 0 0 1px rgba(255, 255, 255, 1), 0 0 0 3px rgba(196, 165, 116, 0.45);
  --borders-interactive-with-shadow: 0 1px 2px rgba(138, 112, 64, 0.25),
    0 0 0 1px rgba(196, 165, 116, 1);
}

.dark {
  --vv-bg: #141210;
  --vv-surface: #1c1a18;
  --vv-surface-muted: #242220;
  --vv-surface-hover: #2a2826;
  --vv-border: #3a3632;
  --vv-border-strong: #4a4540;
  --vv-fg: #f7f5f2;
  --vv-fg-muted: #a39e96;
  --vv-fg-subtle: #8a8279;
  --vv-accent-strong: #d4b584;
  --vv-accent-soft: rgba(196, 165, 116, 0.12);
  --vv-shadow-card: 0 1px 2px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.2);
  --vv-shadow-card-hover: 0 2px 4px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.25);
  --vv-shadow-page: 0 1px 3px rgba(0, 0, 0, 0.3);
  --vv-chart-grid: #3a3632;

  /* Medusa UI — dark mode (warm charcoal) */
  --bg-base: rgba(28, 26, 24, 1);
  --bg-subtle: rgba(20, 18, 16, 1);
  --bg-component: rgba(36, 34, 32, 1);
  --bg-component-hover: rgba(42, 40, 38, 1);
  --bg-base-hover: rgba(42, 40, 38, 1);
  --bg-highlight: rgba(196, 165, 116, 0.1);
  --bg-highlight-hover: rgba(196, 165, 116, 0.16);
  --bg-field: rgba(255, 255, 255, 0.04);
  --bg-field-hover: rgba(255, 255, 255, 0.07);
  --bg-field-component: rgba(28, 26, 24, 1);

  --fg-base: rgba(247, 245, 242, 1);
  --fg-subtle: rgba(163, 158, 150, 1);
  --fg-muted: rgba(138, 130, 121, 1);
  --fg-interactive: rgba(212, 181, 132, 1);
  --fg-interactive-hover: rgba(196, 165, 116, 1);

  --border-base: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.16);
  --border-interactive: rgba(196, 165, 116, 0.7);

  --bg-interactive: rgba(168, 136, 79, 1);
  --button-inverted: rgba(247, 245, 242, 1);
  --button-inverted-hover: rgba(229, 226, 219, 1);

  --contrast-bg-base: rgba(18, 16, 14, 1);
  --contrast-bg-base-hover: rgba(28, 26, 24, 1);
  --contrast-bg-subtle: rgba(24, 22, 20, 1);
  --border-menu-top: rgba(18, 16, 14, 1);

  --elevation-card-rest: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 2px 4px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.15);
  --elevation-card-hover: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 4px 8px rgba(0, 0, 0, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.2);

  --borders-focus: 0 0 0 1px rgba(28, 26, 24, 1), 0 0 0 3px rgba(196, 165, 116, 0.4);
}

body {
  font-family: var(--vv-font-body);
  -webkit-font-smoothing: antialiased;
}

/* ── Sidebar: active item gold accent ── */
[data-active-item="true"] {
  box-shadow: inset 3px 0 0 0 var(--vv-accent);
}

/* ── Page titles: editorial display font, much larger ── */
.h1-core {
  font-family: var(--vv-font-display) !important;
  font-size: var(--vv-title-size) !important;
  line-height: var(--vv-title-line) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
}

.h2-core {
  font-family: var(--vv-font-display) !important;
  font-size: 1.75rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
}

h1[class*="font-sans"],
.heading h1,
h1.text-ui-fg-base {
  font-family: var(--vv-font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* ── Tables: depth + hover ── */
table tbody tr {
  transition: background-color 0.12s ease;
}

table tbody tr:hover {
  background-color: var(--bg-base-hover);
}

/* Product thumbnails in lists */
table img {
  border-radius: 0.375rem;
}

/* ── Primary actions stand out ── */
button[class*="bg-ui-button-inverted"],
a[class*="bg-ui-button-inverted"] {
  background-color: var(--button-inverted) !important;
}

/* ── Status indicator dots: slightly larger ── */
table [class*="bg-ui-tag-"] {
  border-radius: 9999px;
}

/* ── Content area breathing room ── */
.flex.h-screen.w-full > .relative.flex.flex-1.flex-col {
  background-color: var(--bg-subtle);
}

/* Full width/height main content — drop Medusa gutter box on all pages */
main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto {
  align-items: stretch;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  > .flex.w-full.max-w-\[1600px\].flex-col.gap-y-2.p-3 {
  max-width: none;
  width: 100%;
  min-height: 100%;
  flex: 1;
  padding: 0;
  gap: 0;
}

/* Standard pages: flat full-bleed cards (lists, hints, product tabs, …) */
main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  > .flex.w-full.flex-col
  > .shadow-elevation-card-rest {
  margin-bottom: 0;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid var(--vv-border);
  box-shadow: none !important;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  > .flex.w-full.flex-col
  > .shadow-elevation-card-rest:last-child {
  border-bottom: none;
  min-height: 100%;
}

/* ── Standard Medusa list pages → VeloVision layout (Ordrer, Kunder, …) ── */

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto .flex.flex-col.gap-y-3 {
  gap: 0;
  width: 100%;
  min-height: 100%;
  flex: 1;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .flex.flex-col.gap-y-3
  > .shadow-elevation-card-rest:not(.vv-list-widget-header),
main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto .divide-y.p-0 {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none;
  padding: 0 !important;
  width: 100%;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .flex.flex-col.gap-y-3
  > .divide-y.p-0 {
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  > .flex.items-center.justify-between.px-6.py-4:first-child {
  padding: 1.75rem 2rem 1.25rem;
  background: var(--vv-surface);
  border-bottom: 1px solid var(--vv-border);
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  > .flex.items-center.justify-between.px-6.py-4:first-child
  h1 {
  font-family: var(--vv-font-display) !important;
  font-size: var(--vv-title-size) !important;
  line-height: var(--vv-title-line) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
}

.vv-list-hint {
  padding: 1rem 2rem 1.25rem;
  background: var(--vv-surface);
  border-bottom: 1px solid var(--vv-border);
}

.vv-list-hint .text-ui-fg-subtle {
  color: var(--vv-fg-subtle) !important;
  line-height: 1.55;
}

.vv-list-widget-header {
  padding: 1.75rem 2rem 1.25rem !important;
  background: var(--vv-surface) !important;
  border-bottom: 1px solid var(--vv-border);
  box-shadow: none !important;
  border-radius: 0 !important;
}

html[data-vv-product-filters="true"] .vv-list-widget-header {
  border-bottom: 1px solid var(--vv-border);
}

.vv-list-widget-header .vv-display {
  font-family: var(--vv-font-display);
  font-size: var(--vv-title-size);
  line-height: var(--vv-title-line);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--vv-fg);
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  > .divide-y {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--vv-surface);
  min-height: 12rem;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  .bg-ui-bg-subtle.flex.w-full.flex-nowrap.items-center.justify-between.gap-2.overflow-x-auto.border-t.px-6.py-2 {
  background: var(--vv-surface-muted) !important;
  border-top: none !important;
  border-bottom: 1px solid var(--vv-border);
  min-height: 3.25rem;
  padding: 0.75rem 2rem !important;
  margin-top: 0;
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  > .divide-y
  > div:has(table),
main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  .flex.h-\[150px\].w-full.flex-col.items-center.justify-center {
  flex: 1;
  background: var(--vv-surface);
}

main.flex.h-full.w-full.flex-col.items-center.overflow-y-auto
  .divide-y.p-0
  .flex.h-\[150px\].w-full.flex-col.items-center.justify-center {
  min-height: 16rem;
  height: auto !important;
  padding: 2rem 2rem 1.5rem;
}

html[data-vv-product-filters="true"]
  .divide-y.p-0
  > .flex.items-center.justify-between.px-6.py-4:first-child {
  display: none !important;
}

/* ── Card containers on list/detail pages ── */
.shadow-elevation-card-rest,
[class*="shadow-elevation-card-rest"] {
  box-shadow: var(--elevation-card-rest) !important;
}

/* ── Store account gate: hide admin chrome until medarbejder-PIN ── */
html[data-vv-store-gate="loading"] .flex.h-screen.w-full,
html[data-vv-store-gate="pending"] .flex.h-screen.w-full {
  visibility: hidden;
}

html[data-vv-store-gate="loading"] .flex.h-screen.w-full > :not(.relative.flex.flex-1.flex-col),
html[data-vv-store-gate="pending"] .flex.h-screen.w-full > :not(.relative.flex.flex-1.flex-col),
html[data-vv-employee-portal="true"] .flex.h-screen.w-full > :not(.relative.flex.flex-1.flex-col) {
  display: none !important;
}

html[data-vv-store-gate="loading"]:not([data-vv-employee-portal="true"]) .relative.flex.flex-1.flex-col,
html[data-vv-store-gate="pending"]:not([data-vv-employee-portal="true"]) .relative.flex.flex-1.flex-col {
  visibility: hidden;
}

html[data-vv-employee-portal="true"] .flex.h-screen.w-full,
html[data-vv-employee-portal="true"] .relative.flex.flex-1.flex-col {
  visibility: visible;
}

html[data-vv-employee-portal="true"] .relative.flex.flex-1.flex-col {
  max-width: 100%;
}

/* ── Search / command bar ── */
[cmdk-root] {
  font-family: var(--vv-font-body);
}

/* ── Medarbejder-panel i sidebar ── */
.vv-employee-sidebar-panel {
  margin: 0.5rem 0.75rem 0.75rem;
  padding: 0.75rem;
  border: 1px solid var(--vv-border, rgba(255, 255, 255, 0.08));
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
}

.vv-employee-sidebar-panel__inner {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.vv-employee-sidebar-panel__avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}

.vv-employee-sidebar-panel__meta {
  min-width: 0;
}

.vv-employee-sidebar-panel__label {
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vv-fg-muted, rgba(255, 255, 255, 0.45));
}

.vv-employee-sidebar-panel__name {
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--vv-fg, rgba(255, 255, 255, 0.88));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vv-employee-sidebar-panel__logout {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 0.625rem;
  border: 1px solid var(--vv-border-strong, rgba(255, 255, 255, 0.12));
  border-radius: 0.375rem;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
}

.vv-employee-sidebar-panel__logout:hover {
  background: rgba(255, 255, 255, 0.06);
}

.vv-employee-sidebar-panel__hint {
  margin: 0.5rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.35;
  color: var(--vv-fg-subtle, rgba(255, 255, 255, 0.38));
  text-align: center;
}

/* ── Global modals: above sidebar, kanban, and page chrome ── */
.relative.flex.h-screen.flex-col.items-start.overflow-hidden.lg\:flex-row {
  z-index: 0;
}

.bg-ui-bg-overlay.fixed.inset-0 {
  z-index: 100;
}

.bg-ui-bg-base.shadow-elevation-modal.fixed {
  z-index: 101;
}

.shadow-elevation-flyout[data-state="open"] {
  z-index: 110;
}

/* Legacy filter bar hook — list pages styled above under .divide-y.p-0 */

/* VeloVision product filters: skjul Medusas native filter/søge-række på produktlisten */
html[data-vv-product-filters="true"] .divide-y.p-0 > .divide-y > .flex.items-start.justify-between.gap-x-4.px-6.py-4,
html[data-vv-product-filters="true"]
  .bg-ui-bg-subtle.flex.w-full.flex-nowrap.items-center.justify-between.gap-2.overflow-x-auto.border-t.px-6.py-2 {
  display: none !important;
}

html[data-vv-product-filters="true"] #filters_menu_trigger {
  display: none !important;
}

/* ── List pages: subtle background + equal table columns ── */
.relative.flex.flex-1.flex-col > .overflow-y-auto {
  background:
    radial-gradient(
      circle at 1px 1px,
      rgba(148, 163, 184, 0.1) 1px,
      transparent 0
    ),
    linear-gradient(180deg, var(--bg-subtle) 0%, var(--bg-base) 100%);
  background-size: 22px 22px, 100% 100%;
}

.relative.flex.flex-1.flex-col table {
  table-layout: fixed;
  width: 100%;
}

.relative.flex.flex-1.flex-col table th,
.relative.flex.flex-1.flex-col table td {
  width: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-ui-bg-field.shadow-borders-base {
  box-shadow: var(--vv-shadow-card);
}

/* ── Auth pages: login, reset password, invite ── */

html[data-vv-auth-page] .bg-ui-bg-subtle.flex.min-h-dvh.w-dvw,
html[data-vv-auth-page] .bg-ui-bg-subtle.relative.flex.min-h-dvh.w-dvw {
  background-color: var(--vv-bg);
  background-image:
    radial-gradient(
      circle at 1px 1px,
      color-mix(in srgb, var(--vv-fg-muted) 12%, transparent) 1px,
      transparent 0
    ),
    linear-gradient(180deg, var(--vv-bg) 0%, var(--vv-surface-muted) 100%);
  background-size: 22px 22px, 100% 100%;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

html[data-vv-auth-page] .m-4.flex.w-full.max-w-\[280px\],
html[data-vv-auth-page] .flex.w-full.max-w-\[360px\].flex-col.items-center {
  width: 100%;
  max-width: 26rem;
  margin: 0;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  border: 1px solid var(--vv-border);
  border-radius: var(--vv-radius-card);
  background: var(--vv-surface-hover);
  box-shadow: var(--vv-shadow-card);
}

html[data-vv-auth-page] [data-vv-auth-hidden="true"] {
  display: none !important;
}

html[data-vv-auth-page] .flex.w-full.max-w-\[360px\] > .mb-4.flex.flex-col.items-center:not(.vv-auth-header),
html[data-vv-auth-page] .m-4.flex.w-full > .mb-4.flex.flex-col.items-center:not(.vv-auth-header),
html[data-vv-auth-page] .flex.w-full.max-w-\[280px\] > .mb-4.flex.flex-col.items-center:not(.vv-auth-header) {
  display: none !important;
}

.vv-auth-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  width: 100%;
  margin-bottom: 1.75rem;
}

.vv-auth-logo {
  display: block;
  width: min(100%, 13.75rem);
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
  background: transparent;
}

.vv-auth-eyebrow {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vv-fg-muted);
}

.vv-auth-title {
  margin: 0;
  font-family: var(--vv-font-display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vv-fg);
}

.vv-auth-desc {
  margin: 0;
  max-width: 18rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--vv-fg-subtle);
}

html[data-vv-auth-page] .flex.w-full.flex-col.gap-y-3 {
  width: 100%;
}

html[data-vv-auth-page] form.flex.w-full.flex-col {
  gap: 1.25rem;
}

html[data-vv-auth-page] input.bg-ui-bg-field-component {
  min-height: 2.75rem;
  border-color: var(--vv-border-strong) !important;
  background: #fff !important;
  box-shadow: inset 0 1px 2px rgba(26, 24, 22, 0.03);
}

html[data-vv-auth-page] button.w-full[type="submit"],
html[data-vv-auth-page] .bg-ui-bg-subtle.flex.min-h-dvh button.w-full {
  min-height: 2.75rem;
  background: var(--button-inverted) !important;
  border-radius: 0.5rem;
  font-weight: 600;
}

html[data-vv-auth-page] button.w-full[type="submit"]:hover {
  background: var(--button-inverted-hover) !important;
}

html[data-vv-auth-page] .text-ui-fg-muted.txt-small.my-6,
html[data-vv-auth-page] .text-ui-fg-muted.txt-small {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  font-size: 0.8125rem;
  color: var(--vv-fg-subtle) !important;
}

html[data-vv-auth-page] a.text-ui-fg-interactive {
  color: var(--vv-accent-strong) !important;
  font-weight: 600;
}

  html[data-vv-auth-page] .bg-ui-bg-subtle.flex.min-h-dvh.w-dvw,
  html[data-vv-auth-page] .bg-ui-bg-subtle.relative.flex.min-h-dvh.w-dvw {
    justify-content: flex-end;
    align-items: center;
    padding-right: min(12vw, 8rem);
  }

  html[data-vv-auth-page] .bg-ui-bg-subtle.flex.min-h-dvh.w-dvw::before,
  html[data-vv-auth-page] .bg-ui-bg-subtle.relative.flex.min-h-dvh.w-dvw::before {
    content: "Se verden tydeligere.";
    position: fixed;
    left: clamp(2rem, 8vw, 5rem);
    top: 50%;
    transform: translateY(-50%);
    max-width: min(28rem, 38vw);
    font-family: var(--vv-font-display);
    font-size: clamp(2.5rem, 4.5vw, 3.75rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: var(--vv-fg);
    pointer-events: none;
  }

  html[data-vv-auth-page] .bg-ui-bg-subtle.flex.min-h-dvh.w-dvw::after,
  html[data-vv-auth-page] .bg-ui-bg-subtle.relative.flex.min-h-dvh.w-dvw::after {
    content: "Backoffice til VeloVision Roskilde — ordrer, sortiment, linser og butiksdrift.";
    position: fixed;
    left: clamp(2rem, 8vw, 5rem);
    top: calc(50% + 4.5rem);
    max-width: min(24rem, 34vw);
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--vv-fg-subtle);
    pointer-events: none;
  }
}
