:root {
  /* Surfaces */
  --color-surface-bg: #f5f7fb;
  --color-surface-card: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #f1f5f9;

  /* Text */
  --color-text-primary: #111827;
  --color-text-secondary: #334155;
  --color-text-muted: #64748b;
  --color-text-inverse: #f8fafc;

  /* ── Fonts ── */
  --font-family-base: 'Roboto Mono', monospace;
  --font-family-heading: 'Roboto Mono', monospace;
  --font-family-mono: 'Roboto Mono', monospace;

  /* ── Typography scale ── */
  --type-h1-size: 2rem;
  --type-h1-weight: 700;
  --type-h1-leading: 1.2;
  --type-h1-tracking: -0.02em;

  --type-h2-size: 1.5rem;
  --type-h2-weight: 700;
  --type-h2-leading: 1.3;
  --type-h2-tracking: -0.01em;

  --type-h3-size: 1.125rem;
  --type-h3-weight: 600;
  --type-h3-leading: 1.4;
  --type-h3-tracking: 0em;

  --type-h4-size: 0.75rem;
  --type-h4-weight: 700;
  --type-h4-leading: 1.4;
  --type-h4-tracking: 0.06em;

  --type-body-size: 0.875rem;
  --type-body-weight: 400;
  --type-body-leading: 1.6;

  --type-body-sm-size: 0.8125rem;
  --type-body-sm-weight: 500;
  --type-body-sm-leading: 1.5;

  --type-label-size: 0.75rem;
  --type-label-weight: 700;
  --type-label-tracking: 0.05em;

  --type-caption-size: 0.6875rem;
  --type-caption-weight: 500;

  --type-mono-weight: 600;

  /* Borders */
  --color-border-default: #b9c5d3;
  --color-border-strong: #97a7ba;

  /* Brand — licht blauw (sky) */
  --color-brand: #7dd3fc;
  --color-brand-deep: #38bdf8;

  /* Actions */
  --color-action-primary: #38bdf8;
  --color-action-secondary: #0f172a;
  --color-action-success: #15803d;
  --color-action-warning: #b45309;
  --color-action-danger: #b91c1c;

  /* Focus */
  --color-focus-ring: #38bdf8;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --toolbar-sidebar-width: 52px;

  /* Radius */
  --radius-xs: 0px;
  --radius-sm: 2px;
  --radius-md: 2px;
  --radius-lg: 3px;
  --radius-xl: 3px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 8px 20px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 16px 32px rgba(15, 23, 42, 0.16);

  /* Z index */
  --z-base: 1;
  --z-dropdown: 30;
  --z-sticky: 100;
  --z-overlay: 400;
  --z-modal: 500;
  --z-toast: 700;

  /* Motion */
  --duration-fast: 120ms;
  --duration-normal: 200ms;
  --duration-slow: 320ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-emphasized: cubic-bezier(0.2, 0.8, 0.2, 1);

  /* Glass / frosted UI — blur kept only for topbar and marketing */
  --glass-blur: 12px;
  --glass-blur-marketing: 6px;
  --glass-blur-header: 10px;
  --glass-blur-section: 14px;
  --glass-blur-card-primitive: 14px;
  --glass-blur-kamer: 16px;
  --glass-blur-overlay-subtle: 4px;

  /* Full backdrop stacks — only topbar and marketing remain active */
  --glass-filter-base: none;
  --glass-filter-topbar: blur(var(--glass-blur)) saturate(1.18);
  --glass-filter-marketing: blur(var(--glass-blur-marketing)) saturate(1.08);
  --glass-filter-rp-shell: none;
  --glass-filter-floorbar: none;
  --glass-filter-header: none;
  --glass-filter-section: none;
  --glass-filter-card-primitive: none;
  --glass-filter-kamer: none;
  --glass-sidebar-tint: var(--color-surface-card);
  --glass-card-tint: var(--color-surface-card);
  --glass-border: var(--color-border-default);
  --glass-edge: transparent;
  --glass-shadow: -14px 0 48px -12px rgba(15, 23, 42, 0.07);

  /* Topbar glass */
  --glass-topbar-tint: color-mix(in oklab, var(--color-surface-card) 78%, transparent);
  --glass-topbar-border: color-mix(in oklab, var(--color-border-default) 82%, transparent);
  --glass-topbar-shadow: 0 1px 0 0 var(--glass-edge), 0 2px 12px rgba(15, 23, 42, 0.06);

  /* Chrome frame — topbar, sidebar, floor bar (readable edge on light canvas) */
  --glass-chrome-border: color-mix(in oklab, var(--color-border-strong) 78%, var(--color-border-default) 22%);
  --glass-chrome-divider: color-mix(in oklab, var(--color-border-strong) 88%, var(--color-text-muted) 12%);
  --glass-chrome-topbar-shadow:
    0 1px 0 0 var(--glass-chrome-border),
    0 3px 14px -2px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 0 var(--glass-edge);
  --glass-chrome-sidebar-shadow:
    inset 1px 0 0 0 var(--glass-chrome-border),
    -10px 0 28px -8px rgba(15, 23, 42, 0.14);
  --glass-chrome-floorbar-shadow:
    0 -1px 0 0 var(--glass-chrome-border),
    0 -4px 18px -6px rgba(15, 23, 42, 0.1);

  /* Fase tab active gradients */
  --tab-gradient-A: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-deep) 100%);
  --tab-gradient-B: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --tab-gradient-C: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);

  /* Primary button gradient */
  --btn-primary-gradient: linear-gradient(135deg, var(--color-brand) 0%, #7dd3fc 100%);
  --btn-primary-hover: linear-gradient(135deg, #38bdf8 0%, #bae6fd 100%);
}

.theme-dark {
  --color-surface-bg: #0b1220;
  --color-surface-card: #111a2b;
  --color-surface-elevated: #152238;
  --color-surface-hover: #1a2744;

  --color-text-primary: #e2e8f0;
  --color-text-secondary: #cbd5e1;
  --color-text-muted: #94a3b8;
  --color-text-inverse: #0f172a;

  --color-border-default: #334155;
  --color-border-strong: #475569;

  --color-action-primary: #7dd3fc;
  --color-action-secondary: #cbd5e1;
  --color-action-success: #22c55e;
  --color-action-warning: #f59e0b;
  --color-action-danger: #ef4444;

  --color-focus-ring: #7dd3fc;

  --shadow-sm: 0 1px 2px rgba(2, 6, 23, 0.5);
  --shadow-md: 0 12px 24px rgba(2, 6, 23, 0.45);
  --shadow-lg: 0 24px 40px rgba(2, 6, 23, 0.5);

  --glass-sidebar-tint: var(--color-surface-card);
  --glass-card-tint: var(--color-surface-card);
  --glass-border: var(--color-border-default);
  --glass-edge: transparent;
  --glass-shadow: -16px 0 40px -10px rgba(0, 0, 0, 0.35);

  --glass-topbar-tint: color-mix(in oklab, var(--color-surface-card) 80%, transparent);
  --glass-topbar-border: color-mix(in oklab, var(--color-border-default) 65%, transparent);
  --glass-topbar-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 2px 12px rgba(0, 0, 0, 0.3);

  --glass-chrome-border: color-mix(in oklab, var(--color-border-strong) 82%, var(--color-border-default) 18%);
  --glass-chrome-divider: color-mix(in oklab, var(--color-border-strong) 70%, var(--color-text-muted) 30%);
  --glass-chrome-topbar-shadow:
    0 1px 0 0 var(--glass-chrome-border),
    0 4px 18px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
  --glass-chrome-sidebar-shadow:
    inset 1px 0 0 0 var(--glass-chrome-border),
    -12px 0 32px -8px rgba(0, 0, 0, 0.5);
  --glass-chrome-floorbar-shadow:
    0 -1px 0 0 var(--glass-chrome-border),
    0 -6px 22px -6px rgba(0, 0, 0, 0.42);

  --tab-gradient-A: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 100%);
  --tab-gradient-B: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  --tab-gradient-C: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);

  --btn-primary-gradient: linear-gradient(135deg, #7dd3fc 0%, #bae6fd 100%);
  --btn-primary-hover: linear-gradient(135deg, #bae6fd 0%, #e0f2fe 100%);
}
/* @keyframes are at-rules and do not participate in the cascade — kept outside @layer. */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* BOUWPLAN toolbar button — brief shine sweep every 2s */
@keyframes bouwplan-shine-sweep {
  0%,
  70% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  71% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  86% {
    transform: translate3d(300%, 0, 0);
    opacity: 1;
  }
  87%,
  100% {
    transform: translate3d(300%, 0, 0);
    opacity: 0;
  }
}
/* motion.css is imported as a standalone file in main.tsx — no @tailwind directive is
   present here, so @layer is not available. These single-class utilities have no
   specificity conflict with @layer components rules and are safe as unlayered styles. */
.motion-fade-in {
  animation: fade-in var(--duration-normal) var(--ease-standard);
}
.motion-slide-up {
  animation: slide-up var(--duration-normal) var(--ease-emphasized);
}
.motion-spin {
  animation: spin 0.9s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
/* Import order is load-bearing: postcss-import must flatten these before Tailwind sees them. */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto Mono, monospace; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Roboto Mono, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
*,
  *::before,
  *::after {
    box-sizing: border-box;
  }
:root {
    font-family: var(--font-family-base);
  }
html,
  body,
  #app {
    height: 100%;
    font-family: var(--font-family-base);
  }
html {
    font-family: var(--font-family-base);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-gutter: stable;
  }
body {
    margin: 0;
    font-family: var(--font-family-base);
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-primary);
    background: var(--color-surface-bg);
  }
h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  li,
  label,
  div {
    cursor: default;
  }
a,
  button,
  [role='button'],
  input,
  select,
  textarea {
    cursor: revert;
  }
h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-family-heading);
  }
h1 {
    font-size: var(--type-h1-size);
    font-weight: var(--type-h1-weight);
    line-height: var(--type-h1-leading);
    letter-spacing: var(--type-h1-tracking);
    color: var(--color-text-primary);
  }
h2 {
    font-size: var(--type-h2-size);
    font-weight: var(--type-h2-weight);
    line-height: var(--type-h2-leading);
    letter-spacing: var(--type-h2-tracking);
    color: var(--color-text-primary);
  }
h3 {
    font-size: var(--type-h3-size);
    font-weight: var(--type-h3-weight);
    line-height: var(--type-h3-leading);
    letter-spacing: var(--type-h3-tracking);
    color: var(--color-text-primary);
  }
h4 {
    font-size: var(--type-h4-size);
    font-weight: var(--type-h4-weight);
    line-height: var(--type-h4-leading);
    letter-spacing: var(--type-h4-tracking);
    text-transform: uppercase;
    color: var(--color-text-muted);
  }
p {
    margin: 0;
  }
button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
img,
  svg,
  video,
  canvas {
    display: block;
    max-width: 100%;
  }
:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1360px) {
  .container {
    max-width: 1360px;
  }
}
/* ── faseA.module.css ────────────────────────────────────────────────── */
.fa-itemRow {
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 8px 10px;
    margin-bottom: 6px;
    background: color-mix(in oklab, var(--color-surface-card) 52%, transparent);
    cursor: pointer;
    transition:
      background var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard);
  }
.fa-itemRowActief {
    background: color-mix(in oklab, var(--color-action-primary) 10%, var(--glass-card-tint));
    border-color: color-mix(in oklab, var(--color-action-primary) 35%, var(--glass-border));
  }
.fa-itemRow:hover:not(.fa-itemRowActief) {
    background: color-mix(in oklab, var(--color-surface-card) 65%, transparent);
  }
.fa-openingRow {
    background: color-mix(in oklab, var(--color-surface-card) 42%, transparent);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 5px 8px;
    margin-bottom: 4px;
    cursor: pointer;
    transition:
      background var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard);
  }
.fa-openingRowActief {
    background: color-mix(in oklab, var(--color-action-primary) 8%, transparent);
    border-color: color-mix(in oklab, var(--color-action-primary) 30%, var(--glass-border));
  }
.fa-openingRow:hover:not(.fa-openingRowActief) {
    background: color-mix(in oklab, var(--color-surface-card) 58%, transparent);
  }
.fa-label {
    color: var(--color-text-muted);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
.fa-value {
    color: var(--color-text-primary);
    font-size: 12px;
    font-weight: 600;
  }
.fa-muted {
    color: var(--color-text-muted);
    font-size: 11px;
  }
.fa-selectCtrl {
    width: 100%;
    padding: 5px 8px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    font-size: 12px;
    font-family: inherit;
    background: color-mix(in oklab, var(--color-surface-card) 60%, transparent);
    color: var(--color-text-primary);
    transition: border-color var(--duration-fast) var(--ease-standard);
  }
.fa-selectCtrl:focus {
    outline: none;
    border-color: var(--color-action-primary);
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--color-action-primary) 12%, transparent);
  }
.fa-dimInput {
    width: 64px;
    padding: 4px 6px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    background: color-mix(in oklab, var(--color-surface-card) 58%, transparent);
    color: var(--color-text-primary);
    transition: border-color var(--duration-fast) var(--ease-standard);
  }
.fa-dimInput:focus {
    outline: none;
    border-color: var(--color-action-primary);
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--color-action-primary) 12%, transparent);
  }
.fa-textInput {
    flex: 1;
    min-width: 0;
    padding: 4px 8px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    background: color-mix(in oklab, var(--color-surface-card) 58%, transparent);
    color: var(--color-text-primary);
    transition: border-color var(--duration-fast) var(--ease-standard);
  }
.fa-textInput:focus {
    outline: none;
    border-color: var(--color-action-primary);
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--color-action-primary) 12%, transparent);
  }
.fa-notitieInput {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 6px 8px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    font-size: 12px;
    font-family: inherit;
    color: var(--color-text-primary);
    background: color-mix(in oklab, var(--color-surface-card) 58%, transparent);
    resize: vertical;
  }
.fa-notitieInput:focus {
    outline: none;
    border-color: var(--color-action-primary);
  }
.fa-smallBtn {
    padding: 3px 8px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    background: color-mix(in oklab, var(--color-surface-card) 50%, transparent);
    color: var(--color-text-muted);
    cursor: pointer;
    font-size: 13px;
    font-family: inherit;
    transition:
      color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard);
  }
.fa-smallBtn:hover {
    color: var(--color-text-primary);
    background: color-mix(in oklab, var(--color-surface-card) 72%, transparent);
    border-color: var(--color-border-strong);
  }
.fa-smallBtnActief {
    color: var(--color-action-primary);
    border-color: color-mix(in oklab, var(--color-action-primary) 40%, var(--glass-border));
    background: color-mix(in oklab, var(--color-action-primary) 10%, transparent);
  }
.fa-smallBtnDanger {
    color: var(--color-action-danger);
  }
.fa-smallBtnDanger:hover {
    background: color-mix(in oklab, var(--color-action-danger) 10%, transparent);
    border-color: color-mix(in oklab, var(--color-action-danger) 30%, var(--glass-border));
  }
.fa-segmentToggle {
    display: flex;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    flex-shrink: 0;
  }
.fa-segmentBtn {
    padding: 3px 8px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    background: color-mix(in oklab, var(--color-surface-card) 55%, transparent);
    color: var(--color-text-muted);
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    transition: background var(--duration-fast) var(--ease-standard),
      color var(--duration-fast) var(--ease-standard);
  }
.fa-segmentBtnActief {
    background: color-mix(in oklab, var(--color-action-primary) 12%, transparent);
    color: var(--color-action-primary);
    font-weight: 600;
  }
.fa-gastRij {
    background: color-mix(in oklab, var(--color-surface-card) 38%, transparent);
    border: 1px dashed var(--glass-border);
    border-radius: var(--radius-md);
    padding: 5px 8px;
    margin-bottom: 6px;
    cursor: pointer;
  }
.fa-maatWaarde {
    color: var(--color-text-primary);
    font-size: 11px;
    font-weight: 500;
    min-width: 40px;
    text-align: center;
  }
.fa-maatPijl {
    color: var(--color-text-muted);
    font-size: 10px;
  }
.fa-groepHeader {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-muted);
    margin: 4px 0 6px;
  }
.fa-addBtn {
    flex: 1;
    padding: 4px 6px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    background: color-mix(in oklab, var(--color-surface-card) 48%, transparent);
    color: var(--color-text-secondary);
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    transition:
      color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard);
  }
.fa-addBtn:hover {
    color: var(--color-action-primary);
    background: color-mix(in oklab, var(--color-action-primary) 10%, transparent);
    border-color: color-mix(in oklab, var(--color-action-primary) 30%, var(--glass-border));
  }
.fa-kleurDot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
  }
.fa-leeg {
    color: var(--color-text-muted);
    font-style: italic;
    font-size: 12px;
    margin: 4px 0 0;
  }
.fa-row {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
  }
.fa-rowTop {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
/* ── GeselecteerdeKamer.module.css ──────────────────────────────────── */
.gk-accordeonHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: color-mix(in oklab, var(--color-surface-card) 48%, transparent);
    border-radius: var(--radius-md);
    border: 1px solid color-mix(in oklab, var(--color-border-default) 82%, transparent);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition:
      background var(--duration-fast) var(--ease-standard),
      border-radius var(--duration-fast) var(--ease-standard);
    box-shadow: inset 0 1px 0 var(--glass-edge);
  }
.gk-accordeonHeader:hover {
    background: color-mix(in oklab, var(--color-surface-card) 62%, transparent);
  }
.gk-accordeonHeaderOpen {
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    border-bottom-color: transparent;
  }
.gk-accordeonBody {
    border: 1px solid color-mix(in oklab, var(--color-border-default) 82%, transparent);
    border-top: none;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    padding: 10px 12px;
    background: color-mix(in oklab, var(--color-surface-card) 38%, transparent);
  }
.gk-accordeonLeft {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }
.gk-accordeonTitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-text-primary);
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
.gk-accordeonBadge {
    font-size: 11px;
    font-weight: 600;
    color: var(--color-action-primary);
    background: color-mix(in oklab, var(--color-action-primary) 12%, transparent);
    border-radius: 999px;
    padding: 1px 7px;
    flex-shrink: 0;
  }
.gk-accordeonRight {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }
.gk-accordeonChevron {
    font-size: 10px;
    color: var(--color-text-muted);
    transition: transform var(--duration-fast) var(--ease-standard);
  }
.gk-statChip {
    background: color-mix(in oklab, var(--color-surface-card) 52%, transparent);
    border: 1px solid color-mix(in oklab, var(--color-border-default) 82%, transparent);
    border-radius: var(--radius-md);
    padding: 6px 10px;
    box-shadow: var(--shadow-sm), inset 0 1px 0 var(--glass-edge);
    min-width: 0;
  }
.gk-statChipLabel {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-muted);
    white-space: nowrap;
    margin-bottom: 2px;
  }
.gk-statChipValue {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-text-primary);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }
/* ── KamerToevoegen.module.css ──────────────────────────────────────── */
.kt-afmetingVeld {
    background: color-mix(in oklab, var(--color-surface-card) 55%, transparent);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    transition:
      border-color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard);
  }
.kt-afmetingVeld:focus-within {
    border-color: var(--color-action-primary);
    background: color-mix(in oklab, var(--color-surface-card) 72%, transparent);
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--color-action-primary) 12%, transparent);
  }
.kt-afmetingLabel {
    font-size: 10px;
    color: var(--color-text-muted);
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
.kt-afmetingInput {
    width: 100%;
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--color-text-primary);
    background: transparent;
    text-align: center;
    padding: 1px 0;
  }
.kt-stepperBtn {
    width: 18px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: var(--radius-xs);
    background: color-mix(in oklab, var(--color-surface-card) 60%, var(--color-text-primary) 5%);
    color: var(--color-text-muted);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    touch-action: manipulation;
    transition:
      background var(--duration-fast) var(--ease-standard),
      color var(--duration-fast) var(--ease-standard);
  }
.kt-stepperBtn:hover {
    background: color-mix(in oklab, var(--color-action-primary) 18%, transparent);
    color: var(--color-action-primary);
  }
.abn-planKolom {
    display: flex;
    flex-direction: column;
  }
.abn-planGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    min-width: 980px;
  }
.abn-planLabel {
    height: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6px;
  }
.abn-planKaart {
    flex: 1;
    border: 1px solid var(--color-brand);
    background: var(--color-surface-card);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
      border-color var(--duration-normal) var(--ease-standard),
      box-shadow var(--duration-normal) var(--ease-standard),
      transform var(--duration-normal) var(--ease-standard);
  }
.abn-planKaart:hover {
    border-color: color-mix(in oklab, var(--color-action-primary) 28%, var(--color-border-default));
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
  }
.abn-planKaartFeatured {
    flex: 1;
    border: 1px solid var(--color-brand);
    background: var(--color-surface-card);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
      border-color var(--duration-normal) var(--ease-standard),
      box-shadow var(--duration-normal) var(--ease-standard),
      transform var(--duration-normal) var(--ease-standard);
  }
.abn-planKaartFeatured:hover {
    border-color: color-mix(in oklab, var(--color-action-primary) 28%, var(--color-border-default));
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
  }
/* ── Backdrop blur primitives — single source for backdrop-filter ──────────
     Radii and full filter stacks live in tokens.css (--glass-blur-*,
     --glass-filter-*). Consumers compose these classes or @apply them;
     do not declare backdrop-filter elsewhere except Tailwind JIT utilities.
     ───────────────────────────────────────────────────────────────────────── */
/* Named glass-blur-none — not `blur-none` (Tailwind already owns that for filter: blur). */
.glass-blur-none {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
.blur-panel {}
.blur-card {}
.blur-topbar {
    backdrop-filter: var(--glass-filter-topbar);
    -webkit-backdrop-filter: var(--glass-filter-topbar);
  }
.blur-marketing {
    backdrop-filter: var(--glass-filter-marketing);
    -webkit-backdrop-filter: var(--glass-filter-marketing);
  }
.blur-subtle {}
.blur-section {}
.blur-card-primitive {}
.blur-strong {}
.blur-rp-shell {}
.blur-floorbar {}
/* ── Glass utility classes ─────────────────────────────────────────────────
     Reusable glassmorphism components. All values reference CSS vars in
     tokens.css so dark mode works automatically via .theme-dark overrides.
     Usage: className="glass-panel", className="glass-card", etc.
     ───────────────────────────────────────────────────────────────────────── */
/* Sidebar / large panel — strong blur, tinted background, shadow
     (e.g. RechterPaneel: add .rp-shell for saturate + stacked inset shadow, plus border-l border-glass) */
.glass-panel {
    background-color: var(--color-surface-card);
    border-color: var(--color-border-default);
    box-shadow: var(--shadow-sm);
  }
/* Floating card — slightly more transparent than panel */
.glass-card {
    background-color: var(--color-surface-card);
    border-color: var(--glass-border);
    box-shadow: var(--shadow-md);
  }
/* Floating menus / popover lists — opaque so options stay readable over the canvas */
.dropdown-panel {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: var(--color-surface-card);
    border-color: var(--glass-border);
    box-shadow: var(--shadow-md);
  }
/* Topbar — horizontal bar variant with its own tint + border */
.glass-topbar {
    background-color: var(--color-surface-card);
    border-color: var(--glass-topbar-border);
    box-shadow: var(--glass-topbar-shadow);
  }
.glass-label {
    border: 1px solid var(--color-border-default);
    background: var(--color-surface-card);
    box-shadow: var(--shadow-sm);
  }
.glass-copy-card {
    border: 1px solid var(--color-brand);
    background: var(--color-surface-card);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  }
.glass-chip {
    border: 1px solid var(--color-brand);
    background: var(--color-surface-card);
    box-shadow: var(--shadow-sm);
    cursor: default;
  }
.glass-label,
  .glass-chip {
    display: inline-flex;
    align-items: center;
  }
.glass-label {
    color: var(--color-text-muted);
  }
.glass-chip {
    color: var(--color-text-secondary);
  }
.glass-copy-card {
    transition:
      border-color var(--duration-normal) var(--ease-standard),
      box-shadow var(--duration-normal) var(--ease-standard),
      transform var(--duration-normal) var(--ease-standard);
  }
.glass-copy-card:hover:not([aria-disabled='true']) {
    border-color: color-mix(in oklab, var(--color-action-primary) 28%, var(--color-border-default));
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
  }
/* BOUWPLAN — stands out on the top bar */
.btn-bouwplan-shine {
    position: relative;
    border: 1px solid var(--color-action-primary);
    background: color-mix(in oklab, var(--color-action-primary) 10%, var(--color-surface-card));
    transition:
      background var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard);
  }
.btn-bouwplan-shine:hover {
    background: color-mix(in oklab, var(--color-action-primary) 18%, var(--color-surface-card));
    border-color: color-mix(in oklab, var(--color-action-primary) 55%, var(--color-border-default));
  }
/* ── Button.module.css ────────────────────────────────────────────────── */
.btn-button {
    border: 1px solid transparent;
    cursor: pointer;
  }
.btn-text {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    line-height: 1;
    font-family: var(--font-family-base);
  }
.btn-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
  }
/* Primary — gradient fill */
.btn-primary {
    color: #ffffff;
    background: var(--btn-primary-gradient);
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(14, 165, 233, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
.btn-primary:hover:not(:disabled) {
    background: var(--btn-primary-hover);
    box-shadow: 0 2px 10px rgba(14, 165, 233, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
.btn-primary:active:not(:disabled) {
    box-shadow: 0 1px 4px rgba(14, 165, 233, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    filter: brightness(0.95);
  }
/* Secondary — solid */
.btn-secondary {
    color: var(--color-text-secondary);
    background: var(--color-surface-card);
    border-color: var(--color-border-default);
    box-shadow: var(--shadow-sm);
  }
.btn-secondary:hover:not(:disabled) {
    color: var(--color-text-primary);
    background: var(--color-surface-hover);
    border-color: var(--color-border-strong);
    box-shadow: var(--shadow-sm);
  }
.btn-secondary:active:not(:disabled) {
    background: var(--color-surface-card);
  }
/* Ghost — invisible until hovered */
.btn-ghost {
    color: var(--color-text-secondary);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
.btn-ghost:hover:not(:disabled) {
    color: var(--color-text-primary);
    background: var(--color-surface-hover);
    border-color: var(--color-border-default);
  }
/* Danger — red gradient */
.btn-danger {
    color: #ffffff;
    background: linear-gradient(135deg, #f87171 0%, #dc2626 100%);
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(220, 38, 38, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
.btn-danger:hover:not(:disabled) {
    background: linear-gradient(135deg, #fca5a5 0%, #ef4444 100%);
    box-shadow: 0 2px 10px rgba(220, 38, 38, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
/* Loading state */
.btn-loading {
    position: relative;
  }
.btn-spinner {
    width: 0.9em;
    height: 0.9em;
    border-radius: 999px;
    border: 2px solid currentColor;
    border-right-color: transparent;
  }
/* ── Badge.module.css ────────────────────────────────────────────────── */
.badge-badge {
    border-color: var(--color-border-default);
  }
.badge-neutral {
    color: var(--color-text-secondary);
    background: var(--color-surface-card);
  }
.badge-primary {
    color: var(--color-action-primary);
    background: color-mix(in oklab, var(--color-action-primary) 12%, var(--color-surface-card));
    border-color: color-mix(in oklab, var(--color-action-primary) 30%, var(--color-border-default));
  }
.badge-success {
    color: var(--color-action-success);
    background: color-mix(in oklab, var(--color-action-success) 12%, var(--color-surface-card));
    border-color: color-mix(in oklab, var(--color-action-success) 26%, var(--color-border-default));
  }
.badge-warning {
    color: var(--color-action-warning);
    background: color-mix(in oklab, var(--color-action-warning) 13%, var(--color-surface-card));
    border-color: color-mix(in oklab, var(--color-action-warning) 28%, var(--color-border-default));
  }
.badge-danger {
    color: var(--color-action-danger);
    background: color-mix(in oklab, var(--color-action-danger) 12%, var(--color-surface-card));
    border-color: color-mix(in oklab, var(--color-action-danger) 26%, var(--color-border-default));
  }
/* ── Card.module.css ────────────────────────────────────────────────── */
.card-card {
    background: var(--color-surface-card);
    border-color: var(--color-border-default);
    box-shadow: var(--shadow-sm);
  }
.card-header {
    background: var(--color-surface-card);
    border-color: var(--glass-border);
  }
.card-footer {
    border-color: var(--glass-border);
  }
/* ── Typography utilities ────────────────────────────────────────────── */
.text-supporting {
    font-weight: 500;
  }
/* ── Input.module.css ────────────────────────────────────────────────── */
.inp-label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
.inp-input {
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-default);
    color: var(--color-text-primary);
    font-weight: 500;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
      border-color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard);
  }
.inp-input::-moz-placeholder {
    color: var(--color-text-muted);
  }
.inp-input::placeholder {
    color: var(--color-text-muted);
  }
.inp-input:hover:not(:disabled):not(:focus-visible) {
    border-color: var(--color-border-strong);
    background: var(--color-surface-hover);
  }
.inp-input:focus-visible {
    outline: none;
    border-color: var(--color-action-primary);
    background: var(--color-surface-card);
    box-shadow:
      0 0 0 3px color-mix(in oklab, var(--color-action-primary) 15%, transparent),
      inset 0 1px 2px rgba(15, 23, 42, 0.04);
  }
.inp-input:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    background: var(--color-surface-hover);
  }
.inp-error {
    border-color: var(--color-action-danger);
  }
.inp-error:focus-visible {
    box-shadow:
      0 0 0 3px color-mix(in oklab, var(--color-action-danger) 15%, transparent),
      inset 0 1px 2px rgba(15, 23, 42, 0.04);
  }
.inp-message {
    line-height: 1.3;
  }
/* ── Select.module.css ────────────────────────────────────────────────── */
.sel-select {
    background: var(--color-surface-card);
    border-color: var(--color-border-default);
    color: var(--color-text-primary);
    font-weight: 500;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
      border-color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard);
  }
.sel-select:hover:not(:disabled):not(:focus-visible) {
    border-color: var(--color-border-strong);
    background: var(--color-surface-hover);
  }
.sel-select:focus-visible {
    outline: none;
    border-color: var(--color-action-primary);
    background: var(--color-surface-card);
    box-shadow:
      0 0 0 3px color-mix(in oklab, var(--color-action-primary) 15%, transparent),
      inset 0 1px 2px rgba(15, 23, 42, 0.04);
  }
.sel-select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
.sel-error {
    border-color: var(--color-action-danger);
  }
.sel-chevron {
    color: var(--color-text-muted);
  }
/* ── PanelHeader.module.css ──────────────────────────────────────────── */
.ph-header {
    background: var(--color-surface-card);
    border-bottom: 1px solid var(--glass-border);
  }
.ph-title {
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
.ph-subtitle {
    color: var(--color-text-secondary);
  }
/* ── Section.module.css ──────────────────────────────────────────────── */
.sec-section {
    border-color: var(--color-border-default);
    background: var(--color-surface-card);
    box-shadow: var(--shadow-sm);
  }
/* ── Topbar.module.css ──────────────────────────────────────────────── */
.tb-topbar.tb-topbar--marketing {
    backdrop-filter: var(--glass-filter-marketing);
    -webkit-backdrop-filter: var(--glass-filter-marketing);
    background-color: rgba(255, 255, 255, 0.30);
    border-bottom: none;
    box-shadow: none;
  }
.tb-topbar.tb-topbar--marketing::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--color-border-default) 25%,
      var(--color-border-default) 75%,
      transparent 100%
    );
    pointer-events: none;
  }
.tb-topbar {
    backdrop-filter: var(--glass-filter-topbar);
    -webkit-backdrop-filter: var(--glass-filter-topbar);
    background-color: rgba(255, 255, 255, 0.78);
    background-color: var(--glass-topbar-tint);
    border-bottom: 1px solid var(--glass-chrome-border);
    box-shadow: var(--glass-chrome-topbar-shadow);
    color: var(--color-text-primary);
    flex-shrink: 0;
    position: relative;
    z-index: var(--z-sticky);
  }
.tb-topbar > * {
    position: relative;
    z-index: 1;
  }
.tb-divider {
    width: 1px;
    height: 18px;
    background: var(--glass-chrome-divider);
    margin: 0 4px;
    flex-shrink: 0;
  }
.tb-tab {
    padding: 5px 14px;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    background: transparent;
    color: var(--color-text-muted);
    white-space: nowrap;
    letter-spacing: 0.01em;
    transition:
      color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard);
  }
.tb-tab:hover:not(.tb-tabActief) {
    background: var(--color-surface-hover);
    color: var(--color-text-secondary);
    border-color: var(--color-border-default);
  }
.tb-tabActief {
    background: var(--fase-kleur, var(--btn-primary-gradient));
    color: #0f172a;
    font-weight: 700;
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(14, 165, 233, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
.tb-iconBtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-default);
    background: var(--color-surface-card);
    color: var(--color-text-secondary);
    font-family: var(--font-family-mono);
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition:
      color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard),
      transform var(--duration-fast) var(--ease-standard);
  }
.tb-iconBtn:hover:not(:disabled) {
    border-color: color-mix(in oklab, var(--color-action-primary) 28%, var(--color-border-default));
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
  }
.tb-iconBtn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
.tb-saveBtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    background: var(--color-brand);
    color: #0f172a;
    font-family: var(--font-family-mono);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition:
      background var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard),
      color var(--duration-fast) var(--ease-standard),
      transform var(--duration-fast) var(--ease-standard);
  }
.tb-saveBtn:hover:not(:disabled) {
    background: color-mix(in oklab, var(--color-brand) 85%, white);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
  }
.tb-saveBtn:active:not(:disabled) {
    filter: brightness(0.98);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 1px 4px rgba(15, 23, 42, 0.12);
  }
/* ── CanvasToolbar (vertical icon column on the left of the canvas) ──── */
.ct-toolbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px 7px;
    width: 50px;
    flex-shrink: 0;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    border-right: 1px solid var(--glass-chrome-border);
    box-shadow: var(--glass-chrome-topbar-shadow);
    color: var(--color-text-primary);
    overflow: hidden;
    position: relative;
    z-index: var(--z-sticky);
    background: var(--color-surface-card);
  }
.ct-divider {
    width: 34px;
    height: 1px;
    background: var(--glass-chrome-divider);
    margin: 1px 0;
    flex-shrink: 0;
  }
/* ── FloorDropdown.module.css ───────────────────────────────────────── */
.fd-trigger {
    transition:
      background var(--duration-fast) var(--ease-standard),
      border-color var(--duration-fast) var(--ease-standard),
      box-shadow var(--duration-fast) var(--ease-standard);
  }
.fd-triggerOpen {
    background: color-mix(in oklab, var(--color-action-primary) 10%, var(--color-surface-card) 60%);
    border-color: color-mix(in oklab, var(--color-action-primary) 45%, var(--glass-border));
    color: var(--color-action-primary);
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--color-action-primary) 15%, transparent);
  }
.fd-dropdown {
    background: var(--color-surface-card);
    border: 1px solid var(--glass-border);
    box-shadow:
      var(--shadow-md),
      inset 0 1px 0 0 var(--glass-edge);
  }
.fd-row {
    justify-content: space-between;
    color: var(--color-text-secondary);
    border-left: 2px solid transparent;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    transition:
      background var(--duration-fast) var(--ease-standard),
      color var(--duration-fast) var(--ease-standard);
  }
.fd-row:hover:not(:disabled) {
    background: color-mix(in oklab, var(--color-surface-card) 35%, transparent);
    color: var(--color-text-primary);
  }
.fd-rowActief {
    background: color-mix(in oklab, var(--color-action-primary) 10%, transparent);
    color: var(--color-action-primary);
    font-weight: 600;
    border-left-color: var(--color-action-primary);
  }
.fd-rowActief:hover:not(:disabled) {
    background: color-mix(in oklab, var(--color-action-primary) 14%, transparent);
  }
.fd-addRow {
    justify-content: flex-start;
    color: var(--color-text-muted);
    padding-left: 14px;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    border-left: 2px solid transparent;
    transition:
      color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard);
  }
.fd-addRow:hover:not(:disabled) {
    color: var(--color-action-primary);
    background: color-mix(in oklab, var(--color-action-primary) 8%, transparent);
  }
.fd-deleteBtn {
    background: none;
    border: none;
    color: var(--color-text-muted);
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding: 1px 3px;
    border-radius: var(--radius-xs);
    flex-shrink: 0;
    transition: color var(--duration-fast) var(--ease-standard),
      background var(--duration-fast) var(--ease-standard);
  }
.fd-deleteBtn:hover {
    color: var(--color-action-danger);
    background: color-mix(in oklab, var(--color-action-danger) 10%, transparent);
  }
.fd-separator {
    height: 1px;
    background: var(--glass-border);
    margin: 3px 0;
  }
/* ── RechterPaneel — layout + overrides on .glass-panel (saturate, stacked shadow) */
.rp-shell {
    background: var(--color-surface-card);
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-left-color: var(--glass-chrome-border) !important;
    box-shadow: var(--glass-chrome-sidebar-shadow), var(--glass-shadow);
  }
/* Floor bar under canvas — matches chrome frame tokens */
.rp-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding: 12px 12px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
.rp-scroll::-webkit-scrollbar {
    width: 5px;
  }
.rp-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
.rp-scroll::-webkit-scrollbar-thumb {
    background: var(--glass-border);
    border-radius: 999px;
  }
.rp-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--color-border-strong);
  }
.rp-kamerToevoegenCard {
    background: var(--color-surface-card);
    border-color: var(--color-border-default);
    box-shadow: var(--shadow-sm);
  }
/* ── Auth form surface ────────────────────────────────────────────────────
     Solid card used for login / signup form boxes.
     Add padding via utility classes at the usage site (e.g. p-8).           */
.auth-surface {
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-default);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
  }
/* ── Page bands ──────────────────────────────────────────────────────────
     Full-width horizontal sections. No background — inherits from the page. */
/* ── Pricing plan cards ──────────────────────────────────────────────────  */
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-\[110\%\] {
  top: 110%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[199\] {
  z-index: 199;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[201\] {
  z-index: 201;
}
.z-\[202\] {
  z-index: 202;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[999\] {
  z-index: 999;
}
.z-modal {
  z-index: var(--z-modal);
}
.z-sticky {
  z-index: var(--z-sticky);
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[52px\] {
  height: 52px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[820px\] {
  width: 820px;
}
.w-\[min\(92vw\2c 360px\)\] {
  width: min(92vw,360px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[6rem\] {
  min-width: 6rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.max-w-\[40\%\] {
  max-width: 40%;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_3rem_1fr\] {
  grid-template-columns: 1fr 3rem 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[var\(--radius-lg\)\] {
  border-radius: var(--radius-lg);
}
.rounded-\[var\(--radius-md\)\] {
  border-radius: var(--radius-md);
}
.rounded-\[var\(--radius-sm\)\] {
  border-radius: var(--radius-sm);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-action-danger {
  border-color: var(--color-action-danger);
}
.border-action-primary {
  border-color: var(--color-action-primary);
}
.border-action-success {
  border-color: var(--color-action-success);
}
.border-action-warning {
  border-color: var(--color-action-warning);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-border {
  border-color: var(--color-border-default);
}
.border-glass {
  border-color: var(--glass-border);
}
.border-glass-chrome {
  border-color: var(--glass-chrome-border);
}
.bg-action-danger {
  background-color: var(--color-action-danger);
}
.bg-action-primary {
  background-color: var(--color-action-primary);
}
.bg-action-success {
  background-color: var(--color-action-success);
}
.bg-action-warning {
  background-color: var(--color-action-warning);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-border {
  background-color: var(--color-border-default);
}
.bg-surface-bg {
  background-color: var(--color-surface-bg);
}
.bg-surface-card {
  background-color: var(--color-surface-card);
}
.bg-surface-elevated {
  background-color: var(--color-surface-elevated);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: Roboto Mono, monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-action-danger {
  color: var(--color-action-danger);
}
.text-action-primary {
  color: var(--color-action-primary);
}
.text-action-success {
  color: var(--color-action-success);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-text-muted {
  color: var(--color-text-muted);
}
.text-text-primary {
  color: var(--color-text-primary);
}
.text-text-secondary {
  color: var(--color-text-secondary);
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_var\(--color-action-primary\)\] {
  --tw-shadow: 0 0 0 1px var(--color-action-primary);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
}
.backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-fast {
  transition-duration: var(--duration-fast);
}
.duration-normal {
  transition-duration: var(--duration-normal);
}
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-standard {
  transition-timing-function: var(--ease-standard);
}
.\[background\:var\(--color-surface-card\)\] {
  background: var(--color-surface-card);
}
.\[box-shadow\:var\(--shadow-lg\)\] {
  box-shadow: var(--shadow-lg);
}
.\[box-shadow\:var\(--shadow-sm\)\] {
  box-shadow: var(--shadow-sm);
}
.placeholder\:text-text-muted::-moz-placeholder {
  color: var(--color-text-muted);
}
.placeholder\:text-text-muted::placeholder {
  color: var(--color-text-muted);
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.hover\:border-border:hover {
  border-color: var(--color-border-default);
}
.hover\:bg-\[color-mix\(in_oklab\2c var\(--color-action-primary\)_5\%\2c transparent\)\]:hover {
  background-color: color-mix(in oklab,var(--color-action-primary) 5%,transparent);
}
.hover\:bg-action-primary:hover {
  background-color: var(--color-action-primary);
}
.hover\:bg-surface-card:hover {
  background-color: var(--color-surface-card);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-action-danger:hover {
  color: var(--color-action-danger);
}
.hover\:text-action-primary:hover {
  color: var(--color-action-primary);
}
.hover\:text-text-primary:hover {
  color: var(--color-text-primary);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-md:hover {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:\[box-shadow\:var\(--shadow-sm\)\]:hover {
  box-shadow: var(--shadow-sm);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-focus:focus-visible {
  --tw-ring-color: var(--color-focus-ring);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-surface-card:focus-visible {
  --tw-ring-offset-color: var(--color-surface-card);
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-45:disabled {
  opacity: 0.45;
}
.disabled\:hover\:bg-transparent:hover:disabled {
  background-color: transparent;
}
.dark\:text-white:is(.theme-dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tabs-wrapper {
  display: flex;
  flex-direction: column;
}

.tabs-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.tabs-indicator-track {
  position: relative;
  height: 1px;
  margin-top: 10px;
  background: var(--color-border-default);
  border-radius: 2px;
}

.tabs-indicator {
  position: absolute;
  top: -1px;
  height: 3px;
  background: var(--color-action-primary);
  border-radius: 2px;
  transition:
    left var(--duration-normal) var(--ease-standard),
    width var(--duration-normal) var(--ease-standard);
}

.tabs-tab {
  display: flex;
  min-height: 74px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1px solid var(--color-brand);
  border-radius: var(--radius-md);
  background: var(--color-surface-card);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  color: var(--color-text-secondary);
  cursor: pointer;
  padding: 12px 14px;
  text-align: left;
  transition:
    border-color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
}

.tabs-tab:hover:not([aria-selected='true']) {
  border-color: color-mix(in oklab, var(--color-action-primary) 28%, var(--color-border-default));
  background: var(--color-surface-hover);
  color: var(--color-text-primary);
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
}

.tabs-tab:focus-visible {
  outline: none;
  border-color: var(--color-action-primary);
  box-shadow:
    0 0 0 3px color-mix(in oklab, var(--color-action-primary) 15%, transparent),
    var(--shadow-sm);
}

.tabs-tabActive {
  border-color: var(--color-action-primary);
  background: var(--color-surface-card);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
  color: var(--color-text-primary);
  transform: translateY(-1px);
}

.tabs-tabLabel {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.tabs-tabHint {
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
