*, ::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.19 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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: var(--font-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;
}
  :root {
    --font-display: "Instrument Serif";
    --font-body: "DM Sans";
    --font-mono: monospace;
    --radius: 0.125rem;

    --background: 0.07 0 0;
    --foreground: 0.98 0.002 60;
    --card: 0.13 0.003 50;
    --card-foreground: 0.95 0.008 50;
    --popover: 0.13 0.003 50;
    --popover-foreground: 0.95 0.008 50;

    --primary: 0.72 0.08 75;
    --primary-foreground: 0.07 0 0;

    --secondary: 0.62 0.001 50;
    --secondary-foreground: 0.98 0.002 60;
    --muted: 0.2 0.002 50;
    --muted-foreground: 0.7 0.005 50;

    --accent: 0.72 0.08 75;
    --accent-foreground: 0.07 0 0;

    --destructive: 0.55 0.22 25;
    --destructive-foreground: 0.98 0.002 60;

    --border: 0.2 0.002 50;
    --input: 0.2 0.002 50;
    --ring: 0.72 0.08 75;

    --chart-1: 0.72 0.08 75;
    --chart-2: 0.62 0.06 50;
    --chart-3: 0.7 0.08 70;
    --chart-4: 0.65 0.07 60;
    --chart-5: 0.6 0.05 50;

    --sidebar: 0.13 0.003 50;
    --sidebar-foreground: 0.95 0.008 50;
    --sidebar-primary: 0.72 0.08 75;
    --sidebar-primary-foreground: 0.07 0 0;
    --sidebar-accent: 0.2 0.002 50;
    --sidebar-accent-foreground: 0.95 0.008 50;
    --sidebar-border: 0.2 0.002 50;
    --sidebar-ring: 0.72 0.08 75;

    --stat-headline: 3.5rem;
    --tech-number: 3rem;
    --editorial-leading: 1.8;
    --photo-overlay-dark: 0.1 0.008 50;
  }

  .dark {
    --background: 0.07 0 0;
    --foreground: 0.98 0.002 60;
    --card: 0.13 0.003 50;
    --card-foreground: 0.95 0.008 50;
    --popover: 0.13 0.003 50;
    --popover-foreground: 0.95 0.008 50;

    --primary: 0.8 0.1 75;
    --primary-foreground: 0.07 0 0;

    --secondary: 0.2 0.002 50;
    --secondary-foreground: 0.9 0.008 50;
    --muted: 0.2 0.002 50;
    --muted-foreground: 0.65 0.008 50;

    --accent: 0.8 0.1 75;
    --accent-foreground: 0.07 0 0;

    --destructive: 0.65 0.19 22;
    --destructive-foreground: 0.07 0 0;

    --border: 0.2 0.002 50;
    --input: 0.2 0.002 50;
    --ring: 0.8 0.1 75;

    --chart-1: 0.8 0.1 75;
    --chart-2: 0.72 0.08 70;
    --chart-3: 0.78 0.09 75;
    --chart-4: 0.7 0.08 70;
    --chart-5: 0.75 0.08 75;

    --sidebar: 0.13 0.003 50;
    --sidebar-foreground: 0.95 0.008 50;
    --sidebar-primary: 0.8 0.1 75;
    --sidebar-primary-foreground: 0.07 0 0;
    --sidebar-accent: 0.2 0.002 50;
    --sidebar-accent-foreground: 0.9 0.008 50;
    --sidebar-border: 0.2 0.002 50;
    --sidebar-ring: 0.8 0.1 75;

    --photo-overlay-dark: 0.08 0.005 50;
  }

  * {
  border-color: oklch(var(--border));
}
  body {
  background-color: oklch(var(--background));
  font-family: var(--font-body), sans-serif;
  color: oklch(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-right-12 {
  right: -3rem;
}
.-top-12 {
  top: -3rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-auto {
  width: auto;
  height: auto;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.15rem\] {
  height: 1.15rem;
}
.h-\[calc\(100\%-1px\)\] {
  height: calc(100% - 1px);
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-svh {
  height: 100svh;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-full {
  flex-basis: 100%;
}
.caption-bottom {
  caption-side: bottom;
}
.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-x-px {
  --tw-translate-x: -1px;
  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));
}
.translate-x-\[-50\%\] {
  --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-x-px {
  --tw-translate-x: 1px;
  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-0\.5 {
  --tw-translate-y: 0.125rem;
  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-\[-50\%\] {
  --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));
}
.translate-y-\[calc\(-50\%_-_2px\)\] {
  --tw-translate-y: calc(-50% - 2px);
  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-45 {
  --tw-rotate: 45deg;
  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-90 {
  --tw-rotate: 90deg;
  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;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.list-none {
  list-style-type: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-\[0_1fr\] {
  grid-template-columns: 0 1fr;
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.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-y-0\.5 {
  row-gap: 0.125rem;
}
.self-start {
  align-self: flex-start;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-balance {
  text-wrap: balance;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-r-md {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-tl-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-input {
  border-color: oklch(var(--input));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / var(--tw-border-opacity, 1));
}
.border-sidebar-border {
  border-color: oklch(var(--sidebar-border));
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0a0a\]\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}
.bg-background {
  background-color: oklch(var(--background));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-border {
  background-color: oklch(var(--border));
}
.bg-card {
  background-color: oklch(var(--card));
}
.bg-destructive {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--destructive) / var(--tw-bg-opacity, 1));
}
.bg-foreground {
  background-color: oklch(var(--foreground));
}
.bg-muted {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}
.bg-muted\/50 {
  background-color: oklch(var(--muted) / 0.5);
}
.bg-popover {
  background-color: oklch(var(--popover));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}
.bg-primary\/20 {
  background-color: oklch(var(--primary) / 0.2);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--secondary) / var(--tw-bg-opacity, 1));
}
.bg-sidebar {
  background-color: oklch(var(--sidebar));
}
.bg-sidebar-border {
  background-color: oklch(var(--sidebar-border));
}
.bg-transparent {
  background-color: transparent;
}
.fill-current {
  fill: currentColor;
}
.fill-primary {
  fill: oklch(var(--primary) / 1);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-px {
  padding: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-body {
  font-family: var(--font-body), sans-serif;
}
.font-display {
  font-family: var(--font-display), serif;
}
.font-mono {
  font-family: var(--font-mono), monospace;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.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-light {
  font-weight: 300;
}
.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;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-accent-foreground {
  color: oklch(var(--accent-foreground));
}
.text-card-foreground {
  color: oklch(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}
.text-destructive-foreground {
  color: oklch(var(--destructive-foreground));
}
.text-foreground {
  color: oklch(var(--foreground));
}
.text-muted-foreground {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  color: oklch(var(--popover-foreground));
}
.text-primary {
  --tw-text-opacity: 1;
  color: oklch(var(--primary) / var(--tw-text-opacity, 1));
}
.text-primary-foreground {
  color: oklch(var(--primary-foreground));
}
.text-secondary-foreground {
  color: oklch(var(--secondary-foreground));
}
.text-sidebar-foreground {
  color: oklch(var(--sidebar-foreground));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.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_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --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-elevated {
  --tw-shadow: 0 4px 16px oklch(0 0 0 / 0.18), 0 1px 4px oklch(0 0 0 / 0.12);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color), 0 1px 4px 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: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-luxury {
  --tw-shadow: 0 8px 32px oklch(0 0 0 / 0.2), 0 2px 8px oklch(0 0 0 / 0.15);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color), 0 2px 8px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-subtle {
  --tw-shadow: 0 1px 4px oklch(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 4px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-xs {
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  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-0 {
  --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(0px + 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);
}
.ring-ring\/50 {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}
.ring-sidebar-ring {
  --tw-ring-color: oklch(var(--sidebar-ring));
}
.ring-offset-background {
  --tw-ring-offset-color: oklch(var(--background));
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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-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);
}
.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-\[color\2c box-shadow\] {
  transition-property: color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\2c right\2c width\] {
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opacity\] {
  transition-property: margin,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\] {
  transition-property: width,height,padding;
  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-all {
  transition-property: all;
  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-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  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-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.\@container\/card-header {
  container-type: inline-size;
  container-name: card-header;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.transition-smooth {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.text-balance {
    text-wrap: balance;
  }
.bg-metal-gradient {
    background: linear-gradient(
      135deg,
      oklch(0.92 0.01 50) 0%,
      oklch(0.98 0.008 50) 50%,
      oklch(0.88 0.008 50) 100%
    );
  }
.bg-metal-gradient-dark {
    background: linear-gradient(
      135deg,
      oklch(0.18 0.015 50) 0%,
      oklch(0.14 0.012 50) 50%,
      oklch(0.22 0.016 50) 100%
    );
  }
.bg-brushed-steel {
    background: repeating-linear-gradient(
      90deg,
      oklch(0.95 0.006 50) 0px,
      oklch(0.97 0.008 50) 1px,
      oklch(0.93 0.005 50) 2px
    );
  }
.bg-brushed-steel-dark {
    background: repeating-linear-gradient(
      90deg,
      oklch(0.2 0.015 50) 0px,
      oklch(0.18 0.012 50) 1px,
      oklch(0.22 0.016 50) 2px
    );
  }
.shadow-subtle {
    box-shadow: 0 1px 3px 0 oklch(0.16 0.015 50 / 0.08), 0 1px 2px -1px
      oklch(0.16 0.015 50 / 0.04);
  }
.shadow-elevated {
    box-shadow: 0 4px 6px -1px oklch(0.16 0.015 50 / 0.1), 0 2px 4px -2px
      oklch(0.16 0.015 50 / 0.06);
  }
.shadow-luxury {
    box-shadow: 0 25px 50px -12px oklch(0.16 0.015 50 / 0.15);
  }
/* Scroll-triggered reveal — IntersectionObserver adds .revealed */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s
      cubic-bezier(0.25, 0.1, 0.25, 1);
  }
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
  }
/* Gold divider animated left-to-right */
.gold-divider-line {
    transition: transform 1.8s ease-out;
  }
.gold-divider-line.revealed {
    transform: scaleX(1);
  }
/* Floating subtle animation */
@keyframes float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
.float-element {
    animation: float 6s infinite ease-in-out;
  }
@media (prefers-reduced-motion: reduce) {
    .reveal {
      transition: none;
      opacity: 1;
      transform: none;
    }
    .gold-divider-line {
      transform: scaleX(1) !important;
    }
  }
.\[--cell-size\:--spacing\(8\)\] {
  --cell-size: var(--spacing(8));
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/SpaceGrotesk.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/InstrumentSerif.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/Fraunces.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/DMSans.woff2") format("woff2");
  font-display: swap;
}

.full-bleed-image {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.photo-panel {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 35%,
    oklch(var(--photo-overlay-dark) / 0.78) 100%
  );
}

.photo-text {
  position: relative;
  z-index: 10;
  text-shadow: 0 2px 8px oklch(0 0 0 / 0.4);
}

.stat-headline {
  font-size: var(--stat-headline);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.tech-number {
  font-size: var(--tech-number);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.quotation-mark {
  font-size: 120px;
  line-height: 1;
  color: rgba(168, 166, 160, 0.5);
  font-family: var(--font-display);
}

.editorial-body {
  line-height: var(--editorial-leading);
  max-width: 80ch;
}

/* Luxury editorial additions */
.luxury-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid oklch(var(--border));
  background: transparent;
  color: oklch(var(--foreground));
}
.luxury-button:hover {
  background: oklch(var(--foreground) / 0.05);
  border-color: oklch(var(--foreground) / 0.3);
}
.luxury-button-primary {
  background: oklch(var(--foreground));
  color: oklch(var(--background));
  border-color: oklch(var(--foreground));
}
.luxury-button-primary:hover {
  background: oklch(var(--foreground) / 0.85);
}

/* Gold divider animated line */
.gold-divider-line {
  border: none;
  border-top: 1px solid #d4af37;
  opacity: 0.25;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.8s ease-out;
}

/* Editorial section image layer for JS RAF parallax */
.editorial-img {
  position: absolute;
  inset: 0;
  height: 115%;
  top: -7.5%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1.08);
}
@media (max-width: 768px) {
  .editorial-img {
    height: 115%;
    top: -7.5%;
  }
}

.editorial-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Global cinematic smoke/haze overlay for editorial sections — sits above the
   photo + gradient overlay but below the content. Slow-moving smoke, soft dark
   haze, faint gold hairline accents, subtle metallic glow. Recedes photos
   behind a premium dark atmosphere without deleting them. */
.editorial-smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
      ellipse 55% 40% at 28% 62%,
      rgba(20, 20, 24, 0.55) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 45% at 74% 36%,
      rgba(18, 18, 22, 0.5) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 30% at 50% 50%,
      rgba(212, 175, 55, 0.025) 0%,
      transparent 70%
    );
  mix-blend-mode: multiply;
  animation: haze-drift 22s ease-in-out infinite;
}
.editorial-smoke::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 50% at 50% 50%,
    transparent 45%,
    rgba(0, 0, 0, 0.35) 100%
  );
}
.editorial-smoke::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 35%;
  height: 130%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 45%,
    rgba(212, 175, 55, 0.04) 50%,
    rgba(255, 255, 255, 0.03) 55%,
    transparent 100%
  );
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: light-sweep 14s ease-in-out infinite;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.7) 45%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 1;
}

/* Cinematic smoke/glow effect — upper-right corner */
.hero-cinematic-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 80% 20%,
    rgba(212, 175, 55, 0.03) 0%,
    transparent 70%
  );
  z-index: 2;
  pointer-events: none;
}

/* Vignette around edges */
.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    transparent 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* ============================================================
   STATIC HERO — full-screen cinematic STATIC image hero. The
   background is a single dark cinematic PNG (black bg, central
   bright horizontal light line/horizon, gold/brown smoke above
   and below the line, large black negative space at top & bottom).
   Full-bleed 100vh desktop / 100svh mobile. The KATANA logo
   (solid-black JPEG) is blended with mix-blend-mode: screen so
   its black background drops away and only the white wordmark +
   tagline remain. Off-white claim, single gold-bordered CTA.
   ============================================================ */
.video-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  /* Deep cinematic black fallback behind the bg image. */
  background: #000;
  isolation: isolate;
}

/* The static cinematic background — full-bleed cover, anchored to the
   TOP so the dark negative space sits at the top where the logo goes.
   background-size: cover keeps the full image visible across viewports. */
.video-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/katana-hero-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
/* Mobile: keep the dark negative space at the top where the logo lives. */
@media (max-width: 767px) {
  .video-hero__bg {
    background-position: center top;
  }
}

/* Dark gradient overlay — kept minimal so the cinematic background
   stays visible. Deepens the upper zone (for the logo) and the lower
   zone (for legibility), leaves the central horizon light intact. */
.video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

/* Edge vignette — frames the composition, deepens the corners */
.video-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(
    ellipse 120% 120% at 50% 50%,
    transparent 55%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

/* Content stack — placed in the upper-center dark negative space.
   Safe-area padding keeps the logo clear of the iPhone notch.
   NOTE: no `background`, no `isolation`, no `box-shadow` here — the
   logo <img> uses mix-blend-mode:screen and must blend with the
   background/overlay/vignette painted behind it in the .video-hero
   stacking context. Any opaque background or isolation on this
   wrapper would break that blend and re-expose the logo's solid-black
   JPEG bg. */
.video-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: transparent;
  /* Centered in the upper half: top-biased vertical placement */
  padding: calc(env(safe-area-inset-top, 0px) + clamp(4rem, 12vh, 9rem))
    clamp(1.25rem, 5vw, 3rem) 0;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
}
.video-hero__content > * {
  pointer-events: auto;
}

/* 1. KATANA logo — first and most dominant element. White-background
   PNG blended with mix-blend-mode: multiply so the white background
   drops away against the dark hero and only the dark KATANA wordmark
   + tagline remain. object-contain preserves aspect ratio (never
   stretched). NO box, NO card, NO wrapper background — the <img> sits
   directly on the hero background.
   Desktop: 300–700px wide (dominant). Mobile: 300–380px wide.

   IMPORTANT: do NOT apply `filter: drop-shadow()` here. The logo PNG
   has a solid white bg, so drop-shadow would treat the whole opaque
   rectangle as the shape and draw a visible light box/halo around the
   logo. The blend mode alone handles the integration. */
.video-hero__logo {
  display: block;
  width: clamp(300px, 42vw, 700px);
  max-width: 90vw;
  height: auto;
  margin: 0 auto 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: auto;
  /* multiply: result = a*b → white (1) becomes transparent against the
     dark hero, leaving only the dark KATANA wordmark + tagline visible.
     No filter, no box-shadow, no background, no border — nothing that
     can draw a rectangle behind the logo. */
  mix-blend-mode: multiply;
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 767px) {
  .video-hero__logo {
    width: clamp(300px, 78vw, 380px);
    margin-bottom: 1.25rem;
  }
}

/* 2. Claim — clean off-white serif with generous letter-spacing.
    Premium, calm, technical — no metallic gold gradient. */
.video-hero__claim {
  position: relative;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1.05rem, 2.4vw, 1.75rem);
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #f4f1ea;
  /* Subtle depth so the claim reads over the video without a flat halo. */
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.7));
  margin: 0 0 2rem;
  max-width: 90vw;
}
/* 3. Primary button — single calm gold-bordered CTA. Comfortably
   tappable hit target. */
.video-hero__btn {
  margin-top: 0.6rem;
  min-height: 44px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

/* Floating scroll indicator — reuses the existing `float` keyframe.
   Sits at the bottom of the hero, subtle. */
.video-hero__scroll {
  position: absolute;
  bottom: max(1.5rem, env(safe-area-inset-bottom, 1.5rem));
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0.35;
  pointer-events: none;
}
.video-hero__scroll-line {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.55);
  animation: float 2.5s ease-in-out infinite;
}

/* Reduced motion — never autoplay; the dark hero background shows.
   Hide the floating scroll indicator animation too. */
@media (prefers-reduced-motion: reduce) {
  .video-hero__scroll-line {
    animation: none;
  }
}

/* Mobile hero tuning — keep the logo in the upper (darker) zone so it
   never overlaps the brightest blade point, and give the buttons room
   below the claim. Premium, not a flat mobile banner. */
@media (max-width: 767px) {
  .video-hero__content {
    /* Slightly higher placement on mobile — the upper third is darkest */
    padding-top: calc(env(safe-area-inset-top, 0px) + clamp(3.5rem, 14vh, 6rem));
  }
  .video-hero__claim {
    margin-bottom: 1.5rem;
  }
}

/* ============================================================
   SCISSORS INTRO SECTION — "Profesjonalne nożyczki w standardzie
   KATANA". Placed immediately AFTER the video hero, BEFORE the
   BladeSection. A cinematic continuation of the hero: large dark
   premium scissors photo, refined typography, subtle gold accent.
   Clearly a separate section, NOT the first screen.
   Joins the global RAF parallax loop via [data-parallax-section].
   ============================================================ */
.scissors-intro {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}
@media (max-width: 768px) {
  .scissors-intro {
    min-height: 78vh;
  }
}

/* Dark cinematic parallax layer — pure black/near-black gradient, no photo.
   Parallaxed by the global RAF loop (slower than scroll for depth). Slightly
   oversized so the translateY parallax never reveals an edge. */
.scissors-intro__img {
  position: absolute;
  inset: 0;
  height: 115%;
  top: -7.5%;
  width: 100%;
  background: radial-gradient(
      ellipse 70% 60% at 50% 45%,
      oklch(0.16 0.008 250) 0%,
      oklch(0.1 0.006 250) 45%,
      #000 100%
    ), linear-gradient(to bottom, #000 0%, oklch(0.12 0.006 250) 50%, #000 100%);
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1.08);
  z-index: 0;
}

/* Dark gradient overlay — stronger at top and bottom, lighter in the
   middle so the scissors remain visible but the text reads cleanly.
   Mirrors the hero overlay language for continuity. */
.scissors-intro__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.55) 30%,
      rgba(0, 0, 0, 0.45) 55%,
      rgba(0, 0, 0, 0.85) 100%
    ),
    radial-gradient(
      ellipse 80% 60% at 50% 50%,
      transparent 40%,
      rgba(0, 0, 0, 0.35) 100%
    );
}

/* Soft smoke layer — reuses the editorial atmosphere */
.scissors-intro__smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
      ellipse 55% 40% at 30% 62%,
      rgba(20, 20, 24, 0.5) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 45% at 72% 36%,
      rgba(18, 18, 22, 0.45) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 30% at 50% 50%,
      rgba(212, 175, 55, 0.02) 0%,
      transparent 70%
    );
  mix-blend-mode: multiply;
  animation: haze-drift 22s ease-in-out infinite;
}

/* Centered content column */
.scissors-intro__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 5rem clamp(1.5rem, 5vw, 3rem);
  padding-top: max(5rem, env(safe-area-inset-top));
  padding-bottom: max(5rem, env(safe-area-inset-bottom));
  will-change: transform;
  backface-visibility: hidden;
}

.scissors-intro__label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #a6a19a;
  margin-bottom: 1rem;
  display: block;
  font-weight: 400;
}

.scissors-intro__heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  line-height: 1.15;
  color: #e8e4da;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  max-width: 90vw;
}

.scissors-intro__sub {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
  margin-bottom: 1.75rem;
  max-width: 640px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
}

.scissors-intro__body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .scissors-intro__smoke {
    animation: none;
  }
}

.editorial-section-label {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #a6a19a;
}

.testimonial-quote {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.7;
  color: oklch(var(--foreground));
}

@media (min-width: 1024px) {
  .testimonial-quote {
    font-size: 1.25rem;
  }
}

.category-panel {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-panel:hover {
  transform: scale(1.02);
}
.category-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    oklch(0 0 0 / 0.7) 100%
  );
  transition: background 0.3s ease;
}
.category-panel:hover::after {
  background: linear-gradient(
    to bottom,
    transparent 30%,
    oklch(0 0 0 / 0.75) 100%
  );
}

.tech-step {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.tech-step::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    oklch(0 0 0 / 0.2) 0%,
    oklch(0 0 0 / 0.6) 100%
  );
}

.material-block {
  position: relative;
  overflow: hidden;
}
.material-block img {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.material-block:hover img {
  transform: scale(1.05);
}

.product-showcase {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .product-showcase {
    grid-template-columns: 7fr 3fr;
  }
}

.education-panel {
  position: relative;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.education-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    oklch(0 0 0 / 0.1) 0%,
    oklch(0 0 0 / 0.65) 100%
  );
}

.professional-block {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.professional-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    oklch(0 0 0 / 0.2) 0%,
    oklch(0 0 0 / 0.7) 100%
  );
}

.editorial-section {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .editorial-section {
    min-height: 54vh;
  }
}

.final-closing-section {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  text-align: center;
}

.editorial-section-content {
  position: relative;
  z-index: 10;
  padding: 4rem 2rem;
  padding-top: max(4rem, env(safe-area-inset-top));
  padding-bottom: max(4rem, env(safe-area-inset-bottom));
  max-width: 640px;
  margin-left: clamp(1.5rem, 8vw, 8rem);
}
.editorial-section-content.right {
  margin-left: auto;
  margin-right: clamp(1.5rem, 8vw, 8rem);
  text-align: right;
}
.editorial-section-content.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.editorial-section-content.right .gold-rule {
  margin-left: auto;
}
.editorial-section-content.center .gold-rule {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .editorial-section-content {
    padding: 5rem 2rem;
  }
}

.section-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 400;
  color: #a6a19a;
}

.gold-rule {
  width: 48px;
  height: 1px;
  margin-bottom: 1.25rem;
  background: #d4af37;
  opacity: 0.6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.8s ease-out;
  display: block;
}
.gold-rule.revealed {
  transform: scaleX(1);
}

.section-heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #f4f1ea;
  letter-spacing: 0.03em;
  text-transform: none;
}

.section-body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  max-width: 480px;
  font-weight: 400;
}

.editorial-description {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* Dlaczego KATANA statistics section */
.katana-stats-section {
  background-color: #0a0a0a;
  padding: 3.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .katana-stats-section {
    padding: 4rem 2rem;
  }
}

.katana-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.katana-stats-heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.25rem, 5vw, 4rem);
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.katana-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid rgba(212, 175, 55, 0.1);
}
@media (min-width: 640px) {
  .katana-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .katana-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.katana-stat-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
  text-align: center;
  transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  cursor: default;
  opacity: 0;
  transform: translateY(16px);
}
.katana-stat-panel.stat-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.4s ease, box-shadow 0.4s ease;
}
.katana-stat-panel:hover {
  border-color: rgba(212, 175, 55, 0.65);
  transform: scale(1.02) translateY(-1px);
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.06);
}

.katana-stat-value {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  display: block;
}

.katana-stat-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  display: block;
}

.hero-fullscreen {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 1.5rem;
  padding-top: max(6rem, env(safe-area-inset-top));
  padding-bottom: max(6rem, env(safe-area-inset-bottom));
  max-width: 960px;
}

.hero-est-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 300;
}

.hero-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  line-height: 1.1;
  color: #f4f1ea;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .hero-heading {
    font-size: clamp(3.25rem, 6.5vw, 5rem);
  }
}

.hero-subheading {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 480px) {
  .hero-buttons {
    flex-direction: row;
    gap: 1.25rem;
  }
}

.btn-gold {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.5rem 1.8rem;
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s
    ease;
  font-weight: 400;
}
.btn-gold:hover {
  background-color: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.8);
  color: #fff;
}

.btn-ghost {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.5rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s
    ease;
  font-weight: 400;
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}

.btn-gold-large {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.65rem 2rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.6);
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s
    ease;
  cursor: pointer;
  font-weight: 400;
}
.btn-gold-large:hover {
  background-color: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.8);
  color: #fff;
}

/* btn-luxury alias used in editorial overlays */
.btn-luxury {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.5rem 1.8rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.5);
  cursor: pointer;
  font-weight: 400;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s
    ease;
}
.btn-luxury:hover {
  background-color: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  color: #fff;
}
.btn-luxury.mt-8 {
  margin-top: 2rem;
}

/* editorial-content: flexible overlay content wrapper */
.editorial-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3.25rem clamp(1.5rem, 7vw, 7rem);
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
}
.editorial-content > * {
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .editorial-content {
    padding: 4rem clamp(1.5rem, 7vw, 7rem);
  }
}
/* Mobile <768px: reset right-aligned editorial content to centered so label,
   headline, and body share one clean center axis (fixes VG10 drift bug). */
@media (max-width: 767px) {
  .editorial-content {
    justify-content: center !important;
    text-align: center !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .editorial-content .editorial-text-block {
    align-items: center;
  }
  .editorial-content .gold-rule {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* gold-rule inside reveal child — keyed off revealed on parent */
.gold-divider {
  width: 100%;
  overflow: hidden;
}

.final-sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3rem;
}

.final-philosophy {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 300;
  color: #f4f1ea;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.4;
  margin: 1.5rem auto;
  letter-spacing: 0.02em;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

.tension-line {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.04em;
}

.cinematic-break-section {
  position: relative;
  min-height: 60vh;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cinematic-break-shimmer {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    rgba(212, 175, 55, 0.04) 0%,
    transparent 70%
  );
  animation: shimmer-pulse 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shimmer-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

/* ============================================================
   SHARED CINEMATIC KEYFRAMES — used by .editorial-smoke,
   .light-sweep, .blade-shadow, .haze-layer, .blade-silhouette,
   and the BrandSection smoke/slash effects.
   ============================================================ */

/* Slow drifting smoke/haze — translate + scale breathing. ~18-22s cycle.
   Used by .editorial-smoke, .blade-shadow, .haze-layer (some reversed). */
@keyframes haze-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
  25% {
    transform: translate3d(2.5%, -1.5%, 0) scale(1.04);
    opacity: 1;
  }
  50% {
    transform: translate3d(-1.5%, 2%, 0) scale(1.02);
    opacity: 0.9;
  }
  75% {
    transform: translate3d(-2%, -1%, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
}

/* Diagonal light band translating across the surface. ~9-14s cycle.
   Used by .editorial-smoke::after and .light-sweep::before. */
@keyframes light-sweep {
  0% {
    transform: translateX(-120%) rotate(8deg);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  35% {
    opacity: 0.9;
  }
  55% {
    opacity: 0.7;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateX(420%) rotate(8deg);
    opacity: 0;
  }
}

/* Subtle opacity/brightness pulse on the blade silhouette. ~7s cycle.
   Used by .blade-silhouette. */
@keyframes blade-shimmer {
  0%,
  100% {
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.85))
      drop-shadow(0 0 1px rgba(212, 175, 55, 0.12)) brightness(1);
  }
  50% {
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.85))
      drop-shadow(0 0 3px rgba(212, 175, 55, 0.22)) brightness(1.06);
  }
}

.cinematic-break-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  padding: 4rem 2rem;
  padding-top: max(4rem, env(safe-area-inset-top));
  padding-bottom: max(4rem, env(safe-area-inset-bottom));
}

.cinematic-break-heading {
  font-family: var(--font-display);
  font-weight: 200;
  font-style: normal;
  font-size: clamp(4rem, 12vw, 10rem);
  color: #f4f1ea;
  letter-spacing: 0.25em;
  line-height: 1;
  text-shadow: 0 0 80px rgba(244, 241, 234, 0.08);
}

.cinematic-break-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #8a8680;
}

/* ============================================================
   BLADE SECTION — "Instrument. Nie narzędzie." (SCI-CRAFT)
   Clean dark atmosphere: pure black/deep graphite base, slow
   smoke layers, subtle dark haze, soft blade-like light sweep,
   faint gold hairline accents.
   Container uses [data-parallax-section] to join the RAF loop.
   ============================================================ */
.blade-section {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(
      ellipse 70% 55% at 50% 42%,
      oklch(0.16 0.012 250) 0%,
      oklch(0.07 0 0) 60%,
      #000 100%
    ), #000;
  isolation: isolate;
}
@media (max-width: 768px) {
  .blade-section {
    min-height: 72vh;
  }
}

/* Slow-moving smoke layer — two soft volumetric plumes drifting */
.blade-smoke {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
      ellipse 60% 40% at 30% 60%,
      oklch(0.5 0.01 250 / 0.1) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 55% 45% at 72% 38%,
      oklch(0.45 0.008 250 / 0.08) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 30% at 50% 50%,
      rgba(212, 175, 55, 0.02) 0%,
      transparent 70%
    );
  mix-blend-mode: screen;
  animation: haze-drift 22s ease-in-out infinite;
  will-change: transform, opacity;
}

/* Soft dark haze — radial gradient grounding the composition */
.blade-haze {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse 75% 60% at 50% 50%,
    transparent 35%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

/* Slow-moving light sweep — a diagonal blade of light crossing the section */
.light-sweep {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.light-sweep::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 30%;
  height: 140%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    oklch(0.98 0.006 250 / 0.05) 35%,
    oklch(1 0 0 / 0.14) 50%,
    oklch(0.98 0.006 250 / 0.05) 65%,
    transparent 100%
  );
  filter: blur(6px);
  mix-blend-mode: screen;
  animation: light-sweep 9s ease-in-out infinite;
}

/* Faint gold hairline accents — thin vertical guide lines framing the text */
.gold-hairline {
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(212, 175, 55, 0.45) 30%,
    rgba(212, 175, 55, 0.6) 50%,
    rgba(212, 175, 55, 0.45) 70%,
    transparent 100%
  );
  z-index: 3;
  opacity: 0.7;
}
.gold-hairline.left {
  left: clamp(8%, 18vw, 22%);
}
.gold-hairline.right {
  right: clamp(8%, 18vw, 22%);
}
@media (max-width: 768px) {
  .gold-hairline.left {
    left: 10%;
  }
  .gold-hairline.right {
    right: 10%;
  }
}

/* Content overlay for the blade section (label / heading / body) */
.blade-content {
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 4rem 2rem;
  padding-top: max(4rem, env(safe-area-inset-top));
  padding-bottom: max(4rem, env(safe-area-inset-bottom));
  max-width: 640px;
  margin: 0 auto;
}

/* Sharper, more restrained headline treatment for the Instrument section */
.blade-heading {
  font-style: normal;
  letter-spacing: 0.04em;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   VIDEO INTERLUDE — full-bleed cinematic video stage with the
   KATANA logo blended via mix-blend-mode: screen. Replaces the
   old static .brand-* logo stage. Keeps id="brand" and the same
   render slot (after all editorial blocks, before FinalCTA).
   The logo JPEG has a solid black background; screen blend
   drops the black and leaves only the white KATANA wordmark
   over the video + overlay. NO box, NO card, NO box-shadow,
   NO isolation behind the logo (isolation would break the
   screen blend and re-expose the logo's black rectangle).
   ============================================================ */
.video-interlude {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
  .video-interlude {
    min-height: 82vh;
  }
}

/* Full-bleed cover video — sits behind the overlay + content */
.video-interlude__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

/* Subtle dark gradient overlay — deepens top & bottom, keeps the
   middle legible. Sits above the video, below the content. */
.video-interlude__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

/* Centered content column — places the logo in the upper-center.
   NO background, NO box-shadow, NO isolation: the logo <img> uses
   mix-blend-mode: screen and must blend directly with the video +
   overlay painted behind it in this stacking context. Any opaque
   background or isolation here would break the blend and re-expose
   the logo's solid-black JPEG background. */
.video-interlude__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: calc(env(safe-area-inset-top, 0px) + clamp(4rem, 14vh, 9rem))
    clamp(1.25rem, 5vw, 3rem) 0;
  text-align: center;
  background: transparent;
  pointer-events: none;
}
.video-interlude__content > * {
  pointer-events: auto;
}

/* KATANA logo — white-background PNG blended with mix-blend-mode:
   multiply so the white background drops away against the dark video
   + overlay and only the dark KATANA wordmark remains. object-contain
   preserves aspect ratio. NO background, NO box, NO card, NO box-shadow,
   NO border, NO isolation — nothing that can draw a rectangle behind
   the logo. Smaller/subtler than the hero logo.
   Desktop: 360–520px wide. Mobile: 260–320px wide.
   IMPORTANT: do NOT apply filter: drop-shadow() — the logo PNG has a
   solid white bg, so drop-shadow would treat the whole opaque
   rectangle as the shape and draw a visible light box/halo. */
.video-interlude__logo {
  display: block;
  width: clamp(360px, 32vw, 520px);
  max-width: 90vw;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: auto;
  mix-blend-mode: multiply;
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 768px) {
  .video-interlude__logo {
    width: clamp(260px, 78vw, 320px);
  }
  .video-interlude__content {
    padding-top: calc(env(safe-area-inset-top, 0px) + clamp(3.5rem, 14vh, 6rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .light-sweep::before,
  .blade-smoke,
  .blade-haze,
  .editorial-smoke,
  .editorial-smoke::after {
    animation: none;
  }
}

/* ============================================================
   MOBILE READABILITY — copy-only patch (max-width: 767px)
   Tightens max-width and spacing for ONLY the OBIETNICA MARKI
   body (inside .katana-stats-section) and the STANDARD CERTIFIED
   body (inside .blade-section). No layout, color, or atmosphere
   changes. Keeps text blocks short, centered, well-spaced.
   ============================================================ */
@media (max-width: 767px) {
  /* OBIETNICA MARKI body — narrower, more breathing room */
  .katana-stats-section .section-body {
    max-width: 88vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .katana-stats-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* STANDARD CERTIFIED body — narrower, centered, less empty space */
  .blade-content .section-body {
    max-width: 86vw;
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .blade-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ============================================================
   VALUE PROMISE SECTION — "Cena segmentu budżetowego. Standard
   profesjonalnego narzędzia." A premium sales/value claim block
   placed between ScissorsIntroSection and StatsSection. Deep
   charcoal/black bg, subtle gold gradient hairlines top & bottom,
   soft gold glow, large headline, 3 premium tiles, restrained CTA.
   ============================================================ */
.value-promise {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 3rem);
  background: radial-gradient(
      ellipse 70% 60% at 50% 45%,
      oklch(0.14 0.01 250) 0%,
      oklch(0.08 0.005 250) 45%,
      #000 100%
    ), #000;
  isolation: isolate;
}

/* Soft gold center glow — barely perceptible, never neon */
.value-promise__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 55% 45% at 50% 50%,
    rgba(212, 175, 55, 0.05) 0%,
    transparent 65%
  );
}

/* Subtle gold gradient hairlines framing the section top & bottom */
.value-promise__hairline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 86vw);
  height: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(212, 175, 55, 0.35) 30%,
    rgba(212, 175, 55, 0.55) 50%,
    rgba(212, 175, 55, 0.35) 70%,
    transparent 100%
  );
}
.value-promise__hairline--top {
  top: clamp(2rem, 5vw, 3.5rem);
}
.value-promise__hairline--bottom {
  bottom: clamp(2rem, 5vw, 3.5rem);
}

.value-promise__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value-promise__label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #a6a19a;
  margin-bottom: 1rem;
  font-weight: 400;
}

.value-promise__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.value-promise__headline-line {
  display: block;
}
.value-promise__headline-line--muted {
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
}
.value-promise__headline-line--gold {
  font-size: clamp(1.9rem, 4.4vw, 3.5rem);
  color: #e8e4da;
  font-weight: 300;
  text-shadow: 0 2px 30px rgba(232, 228, 218, 0.06);
}

.value-promise__body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 720px;
  margin: 0 0 2.75rem;
  font-weight: 400;
}
.value-promise__hl {
  color: #e8e4da;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.value-promise__tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 900px;
  margin: 0 0 2.75rem;
}
@media (min-width: 768px) {
  .value-promise__tiles {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.value-promise__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(212, 175, 55, 0.18);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.value-promise__tile:hover {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.06);
  transform: translateY(-2px);
}
.value-promise__tile-num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.1rem;
  color: #a6a19a;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}
.value-promise__tile-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
  line-height: 1.5;
}

.value-promise__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
@media (min-width: 560px) {
  .value-promise__cta {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }
}

.value-promise__link {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8b4aa;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(198, 164, 90, 0.4);
  cursor: pointer;
  padding: 0.5rem 0.25rem;
  font-weight: 400;
  transition: color 0.3s ease;
}
.value-promise__link:hover {
  color: #f4f1ea;
}

@media (prefers-reduced-motion: reduce) {
  .value-promise__tile {
    transition: none;
  }
}

@media (max-width: 767px) {
  .value-promise__body {
    max-width: 88vw;
    font-size: 0.98rem;
    line-height: 1.75;
  }
  .value-promise__headline {
    gap: 0.5rem;
  }
}

/* ============================================================
   OUTLET FRYZJERSKI LOGO LINK — FinalCTA
   The logo JPEG has a SOLID BLACK background, so it blends
   seamlessly with the black .final-closing-section (#000).
   No white button border, no button background — just the logo
   centered with a subtle gold/white glow on hover. Generous
   width on mobile (min 240px) scaling up to ~420px on desktop.
   ============================================================ */
.outlet-logo-link {
  display: block;
  margin: 2rem auto 0;
  max-width: 420px;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  line-height: 0;
}
.outlet-logo-link img {
  display: block;
  width: 70vw;
  max-width: 420px;
  min-width: 240px;
  height: auto;
  border-radius: 6px;
  background: #000;
  border: none;
  transition: box-shadow 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}
.outlet-logo-link:hover img,
.outlet-logo-link:focus-visible img {
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.18), 0 0 60px
    rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  opacity: 0.96;
}
.outlet-logo-link:focus-visible {
  outline: 1px solid rgba(212, 175, 55, 0.55);
  outline-offset: 6px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .outlet-logo-link img {
    width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .outlet-logo-link img {
    transition: none;
  }
  .outlet-logo-link:hover img,
  .outlet-logo-link:focus-visible img {
    transform: none;
  }
}

/* ============================================================
   CINEMATIC VISUAL SECTION — large premium brand-image dividers
   using the submitted portrait scissors photos. Full-bleed, tall,
   dark, with a short Polish claim and an optional gold-hairline
   CTA scrolling to #collection. Joins the global RAF parallax
   loop via [data-parallax-section] so the image drifts slowly.
   Portrait images use object-position: center bottom so the
   scissors (anchored at the bottom of the frame) stay visible
   while the black negative space fills the upper area.
   ============================================================ */
.cinematic-visual {
  position: relative;
  width: 100%;
  min-height: 92vh;
  min-height: 92svh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}
@media (max-width: 768px) {
  .cinematic-visual {
    min-height: 72vh;
    min-height: 72svh;
  }
}

/* Full-bleed feature image — portrait/vertical. object-fit: cover
   with object-position: center bottom keeps the scissors (at the
   bottom of the frame) visible and lets the black negative space
   fill the upper area. Slightly oversized (115% height, top -7.5%)
   so the RAF parallax translateY never reveals an edge. */
.cinematic-visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  top: -7.5%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1.08);
  z-index: 0;
}
.cinematic-visual__image.in-view {
  /* in-view class added by IntersectionObserver — kept for parity
     with the editorial image reveal pattern; the RAF loop drives the
     actual transform, so no override here. */
}

/* Subtle dark gradient overlay — top transparent -> mid clear ->
   bottom slightly darker. Keeps the upper text readable and grounds
   the bottom without over-darkening the premium image. */
.cinematic-visual__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 0) 65%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    radial-gradient(
      ellipse 110% 90% at 50% 50%,
      transparent 55%,
      rgba(0, 0, 0, 0.4) 100%
    );
}

/* Soft smoke/haze layer — reuses the editorial atmosphere language
   for continuity. Sits above the image + overlay, below the content. */
.cinematic-visual__smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
      ellipse 55% 40% at 30% 62%,
      rgba(20, 20, 24, 0.4) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 45% at 72% 36%,
      rgba(18, 18, 22, 0.35) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 30% at 50% 50%,
      rgba(212, 175, 55, 0.02) 0%,
      transparent 70%
    );
  mix-blend-mode: multiply;
  animation: haze-drift 22s ease-in-out infinite;
}

/* Content column — top-aligned so the claim sits in the upper dark
   negative space, well clear of the scissors at the bottom. */
.cinematic-visual__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: calc(env(safe-area-inset-top, 0px) + clamp(4rem, 12vh, 8rem))
    clamp(1.5rem, 5vw, 3rem) 0;
  will-change: transform;
  backface-visibility: hidden;
}

/* Thin gold hairline above the claim — small accent, NOT a gold fill. */
.cinematic-visual__hairline {
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 0 1.75rem;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(212, 175, 55, 0.6) 50%,
    transparent 100%
  );
}

/* Claim — display serif, off-white/light silver (NEVER gold fill),
   generous letter-spacing, tight line-height. Premium and calm. */
.cinematic-visual__claim {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #f4f1ea;
  margin: 0 0 2.25rem;
  max-width: 90vw;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

/* Optional CTA — transparent bg, 1px gold hairline border, off-white
   text, small padding, letter-spacing. Hover brightens the border. */
.cinematic-visual__btn {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.65rem 1.9rem;
  min-height: 44px;
  background: transparent;
  color: rgba(244, 241, 234, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.5);
  cursor: pointer;
  font-weight: 400;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s
    ease;
}
.cinematic-visual__btn:hover,
.cinematic-visual__btn:focus-visible {
  background-color: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.85);
  color: #fff;
  outline: none;
}
.cinematic-visual__btn:focus-visible {
  outline: 1px solid rgba(212, 175, 55, 0.55);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .cinematic-visual__content {
    padding-top: calc(env(safe-area-inset-top, 0px) + clamp(3.5rem, 14vh, 6rem));
  }
  .cinematic-visual__claim {
    margin-bottom: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-visual__smoke {
    animation: none;
  }
}

/* ============================================================
   SCI-CRAFT CERTIFIED SECTION (id="blade") — REBUILT.
   Full-width dark premium cinematic section. Background: very dark
   near-black base with the diagonal blade-slash image
   (certified-blade-slash.png) layered in — the bright diagonal
   light streak runs across, dense smoke trails behind the cut,
   subtle gold sparks and thin light streaks. One side stays
   emptier/blacker (negative space); light + smoke stronger on the
   other side. Background supports the text, never overpowers it.
   NO flat black, NO red, NO colorful effects, NO cheap glow.
   Composition: main cut goes diagonally/along an arc.
   Joins the global RAF parallax loop via [data-parallax-section].
   ============================================================ */
.certified-section {
  position: relative;
  width: 100%;
  min-height: 92vh;
  min-height: 92svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Deep near-black base — never flat black, never red. */
  background: radial-gradient(
      ellipse 80% 65% at 62% 48%,
      oklch(0.14 0.01 250) 0%,
      oklch(0.08 0.005 250) 45%,
      #000 100%
    ), #000;
  isolation: isolate;
}
@media (max-width: 768px) {
  .certified-section {
    min-height: 84vh;
    min-height: 84svh;
  }
}

/* Layer 1 — the diagonal blade-slash image. The bright diagonal streak
   runs across the section; the left half stays emptier/blacker
   (negative space), light + smoke stronger on the right. Slightly
   oversized so the RAF parallax translateY never reveals an edge.
   Low opacity + screen blend so it reads as atmosphere, not a photo. */
.certified-slash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 118%;
  top: -9%;
  background-image: url("/assets/certified-blade-slash.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.55;
  mix-blend-mode: screen;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1.08);
  z-index: 0;
}
.certified-slash.in-view {
  /* parity hook — RAF loop drives the actual transform */
}

/* Layer 2 — directional darkening overlay. Deepens the LEFT (negative
   space) side and the top/bottom edges so the slash sits behind the
   text on the right while the left stays calm and black. Keeps the
   streak visible but never overpowering. */
.certified-slash-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.55) 32%,
      rgba(0, 0, 0, 0.25) 55%,
      rgba(0, 0, 0, 0.45) 78%,
      rgba(0, 0, 0, 0.85) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.15) 30%,
      rgba(0, 0, 0, 0.15) 70%,
      rgba(0, 0, 0, 0.75) 100%
    );
}

/* Layer 3 — slow drifting smoke trailing behind the cut. Two soft
   volumetric plumes concentrated on the right (where the slash is),
   faint gold tint at the core. */
.certified-smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
      ellipse 55% 42% at 68% 58%,
      oklch(0.5 0.01 250 / 0.12) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 48% 40% at 74% 34%,
      oklch(0.45 0.008 250 / 0.09) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 38% 28% at 66% 50%,
      rgba(212, 175, 55, 0.03) 0%,
      transparent 70%
    );
  mix-blend-mode: screen;
  animation: haze-drift 22s ease-in-out infinite;
  will-change: transform, opacity;
}

/* Layer 4 — subtle gold sparks + thin light streaks along the cut.
   Scattered faint gold pinpoints and a couple of thin diagonal
   hairline streaks. Never neon, never a glow halo. */
.certified-sparks {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(
      circle 1.5px at 58% 42%,
      rgba(212, 175, 55, 0.55) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 64% 38%,
      rgba(244, 241, 234, 0.5) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1.5px at 70% 48%,
      rgba(212, 175, 55, 0.45) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 76% 44%,
      rgba(244, 241, 234, 0.4) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 60% 52%,
      rgba(212, 175, 55, 0.4) 0%,
      transparent 100%
    ),
    linear-gradient(
      115deg,
      transparent 0%,
      transparent 40%,
      rgba(244, 241, 234, 0.04) 48%,
      rgba(212, 175, 55, 0.05) 50%,
      rgba(244, 241, 234, 0.04) 52%,
      transparent 60%,
      transparent 100%
    );
  mix-blend-mode: screen;
  opacity: 0.85;
}

/* Layer 5 — soft dark haze grounding the composition, vignette edges. */
.certified-haze {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(
    ellipse 80% 65% at 50% 50%,
    transparent 38%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

/* Thin gold hairline accents — vertical guide lines framing the text. */
.certified-hairline {
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 1px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(212, 175, 55, 0.4) 30%,
    rgba(212, 175, 55, 0.55) 50%,
    rgba(212, 175, 55, 0.4) 70%,
    transparent 100%
  );
  opacity: 0.7;
}
.certified-hairline--left {
  left: clamp(8%, 16vw, 20%);
}
.certified-hairline--right {
  right: clamp(8%, 16vw, 20%);
}
@media (max-width: 768px) {
  .certified-hairline--left {
    left: 9%;
  }
  .certified-hairline--right {
    right: 9%;
  }
}

/* Content column — centered, readable, generous spacing. */
.certified-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 3rem);
  padding-top: max(4rem, env(safe-area-inset-top));
  padding-bottom: max(4rem, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  will-change: transform;
  backface-visibility: hidden;
}

.certified-head {
  max-width: 720px;
  margin: 0 auto;
}

.certified-eyebrow {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #a6a19a;
  margin-bottom: 1rem;
  display: block;
  font-weight: 400;
}

.certified-heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2rem, 4.6vw, 3.75rem);
  line-height: 1.15;
  color: #f4f1ea;
  letter-spacing: 0.03em;
  margin: 0 0 1.5rem;
  max-width: 90vw;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.7);
}

.certified-body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.75;
  color: rgba(232, 228, 218, 0.85);
  max-width: 560px;
  margin: 0 auto 3rem;
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}

/* Premium cards — 3 across on desktop, stacked on mobile. */
.certified-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .certified-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.certified-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1.75rem 1.5rem 1.85rem;
  background: rgba(255, 255, 255, 0.012);
  border: 1px solid rgba(212, 175, 55, 0.18);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.certified-card:hover {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.06);
  transform: translateY(-2px);
}

.certified-card__num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.5rem;
  color: rgba(212, 175, 55, 0.85);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0.6rem;
  display: block;
}

.certified-card__label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8e4da;
  font-weight: 500;
  margin-bottom: 0.85rem;
  display: block;
}

.certified-card__rule {
  display: block;
  width: 32px;
  height: 1px;
  margin-bottom: 1rem;
  background: linear-gradient(
    to right,
    rgba(212, 175, 55, 0.6) 0%,
    transparent 100%
  );
}

.certified-card__body {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(232, 228, 218, 0.78);
  font-weight: 400;
  margin: 0;
}

/* Microcopy at the bottom — small, wide letter-spacing, gold accent. */
.certified-micro {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #a6a19a;
  font-weight: 400;
  margin: 0;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  display: inline-block;
}
.certified-micro span {
  color: rgba(212, 175, 55, 0.7);
  margin: 0 0.4em;
}

@media (max-width: 767px) {
  .certified-body {
    max-width: 88vw;
    font-size: 0.98rem;
    line-height: 1.7;
  }
  .certified-content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .certified-smoke,
  .certified-sparks {
    animation: none;
  }
}

/* ============================================================
   BLADE TRACE DIVIDER — pure visual divider inserted directly
   below the first CinematicVisualSection (claim "Czyste cięcie.
   Czysta kontrola."). Full-width, dark premium, the vertical
   light-streak image (blade-trace-vertical.png) large and
   central, lots of black space, subtle parallax / reveal-on-
   scroll. NO text, NO claim, NO button, NO labels — purely
   visual. Joins the global RAF parallax loop via
   [data-parallax-section] so the streak drifts slowly for depth.
   ============================================================ */
.blade-trace-divider {
  position: relative;
  width: 100%;
  min-height: 78vh;
  min-height: 78svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}
@media (max-width: 768px) {
  .blade-trace-divider {
    min-height: 64vh;
    min-height: 64svh;
  }
}

/* The vertical light-streak image — large and central. Contain so the
   full vertical streak stays visible (it has soft black edges that
   blend into the #000 field). Slightly oversized vertically so the
   RAF parallax translateY never reveals an edge. */
.blade-trace-divider__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(62vw, 720px);
  height: 118%;
  transform: translate(-50%, -50%) scale(1.05);
  background-image: url("/assets/blade-trace-vertical.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
  backface-visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.blade-trace-divider__image.in-view {
  opacity: 1;
}
@media (max-width: 768px) {
  .blade-trace-divider__image {
    width: min(82vw, 520px);
  }
}

/* Edge vignette — frames the streak, deepens the surrounding black. */
.blade-trace-divider__vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 80% at 50% 50%,
    transparent 40%,
    rgba(0, 0, 0, 0.55) 80%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

@media (prefers-reduced-motion: reduce) {
  .blade-trace-divider__image {
    transition: none;
    opacity: 1;
  }
}

.selection\:bg-primary *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.selection\:bg-primary *::selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.selection\:text-primary-foreground *::-moz-selection {
  color: oklch(var(--primary-foreground));
}

.selection\:text-primary-foreground *::selection {
  color: oklch(var(--primary-foreground));
}

.selection\:bg-primary::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.selection\:bg-primary::selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.selection\:text-primary-foreground::-moz-selection {
  color: oklch(var(--primary-foreground));
}

.selection\:text-primary-foreground::selection {
  color: oklch(var(--primary-foreground));
}

.file\:inline-flex::file-selector-button {
  display: inline-flex;
}

.file\:h-7::file-selector-button {
  height: 1.75rem;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::file-selector-button {
  color: oklch(var(--foreground));
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted-foreground::placeholder {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after {
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.hover\:bg-destructive\/90:hover {
  background-color: oklch(var(--destructive) / 0.9);
}

.hover\:bg-muted:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}

.hover\:bg-muted\/50:hover {
  background-color: oklch(var(--muted) / 0.5);
}

.hover\:bg-primary\/90:hover {
  background-color: oklch(var(--primary) / 0.9);
}

.hover\:bg-secondary\/80:hover {
  background-color: oklch(var(--secondary) / 0.8);
}

.hover\:bg-sidebar-accent:hover {
  background-color: oklch(var(--sidebar-accent));
}

.hover\:text-\[\#F4F1EA\]:hover {
  --tw-text-opacity: 1;
  color: rgb(244 241 234 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-foreground:hover {
  color: oklch(var(--accent-foreground));
}

.hover\:text-foreground:hover {
  color: oklch(var(--foreground));
}

.hover\:text-muted-foreground:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-sidebar-accent-foreground:hover {
  color: oklch(var(--sidebar-accent-foreground));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --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);
}

.hover\:ring-4:hover {
  --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(4px + 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);
}

.hover\:after\:bg-sidebar-border:hover::after {
  content: var(--tw-content);
  background-color: oklch(var(--sidebar-border));
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:bg-accent:focus {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.focus\:text-accent-foreground:focus {
  color: oklch(var(--accent-foreground));
}

.focus\:ring-2:focus {
  --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\:ring-ring:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: oklch(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:z-10:focus-visible {
  z-index: 10;
}

.focus-visible\:border-ring:focus-visible {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-1:focus-visible {
  outline-width: 1px;
}

.focus-visible\:outline-ring:focus-visible {
  outline-color: oklch(var(--ring) / 1);
}

.focus-visible\:ring-1: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(1px + 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-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-4: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(4px + 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-\[3px\]: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(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);
}

.focus-visible\:ring-destructive\/20:focus-visible {
  --tw-ring-color: oklch(var(--destructive) / 0.2);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: oklch(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-ring\/50:focus-visible {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.active\:bg-sidebar-accent:active {
  background-color: oklch(var(--sidebar-accent));
}

.active\:text-sidebar-accent-foreground:active {
  color: oklch(var(--sidebar-accent-foreground));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity: 1;
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
  opacity: 1;
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground {
  color: oklch(var(--sidebar-accent-foreground));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-50 {
  opacity: 0.5;
}

.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg) {
  grid-template-columns: calc(var(--spacing) * 4) 1fr;
}

.has-\[\>svg\]\:gap-x-3:has(>svg) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.has-\[\>svg\]\:px-2\.5:has(>svg) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.has-\[\>svg\]\:px-3:has(>svg) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.has-\[\>svg\]\:px-4:has(>svg) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}

.aria-selected\:text-muted-foreground[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
  left: 0px;
  right: 0px;
}

.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
  top: 0px;
  bottom: 0px;
}

.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
  top: 0px;
  bottom: 0px;
}

.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
  left: 0px;
  right: 0px;
}

.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
  bottom: 0px;
}

.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
  left: 0px;
}

.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
  right: 0px;
}

.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
  top: 0px;
}

.data-\[active\=true\]\:z-10[data-active="true"] {
  z-index: 10;
}

.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
  margin-top: 6rem;
}

.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
  margin-bottom: 6rem;
}

.data-\[orientation\=horizontal\]\:h-1\.5[data-orientation="horizontal"] {
  height: 0.375rem;
}

.data-\[orientation\=horizontal\]\:h-full[data-orientation="horizontal"] {
  height: 100%;
}

.data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
  height: 1px;
}

.data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
  height: 100%;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
  height: 1px;
}

.data-\[size\=default\]\:h-9[data-size="default"] {
  height: 2.25rem;
}

.data-\[size\=sm\]\:h-8[data-size="sm"] {
  height: 2rem;
}

.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
  max-height: 80vh;
}

.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
  max-height: 80vh;
}

.data-\[orientation\=vertical\]\:min-h-44[data-orientation="vertical"] {
  min-height: 11rem;
}

.data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
  width: 100%;
}

.data-\[orientation\=vertical\]\:w-1\.5[data-orientation="vertical"] {
  width: 0.375rem;
}

.data-\[orientation\=vertical\]\:w-auto[data-orientation="vertical"] {
  width: auto;
}

.data-\[orientation\=vertical\]\:w-full[data-orientation="vertical"] {
  width: 100%;
}

.data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
  width: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
  width: 100%;
}

.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
  width: 75%;
}

.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
  width: 75%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  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));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  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));
}

.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state="checked"] {
  --tw-translate-x: calc(100% - 2px);
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  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 accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[orientation\=vertical\]\:flex-col[data-orientation="vertical"] {
  flex-direction: column;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
  flex-direction: column;
}

.data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
  border-radius: calc(var(--radius) - 2px);
}

.data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
  border-radius: 0px;
}

.data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
  border-radius: calc(var(--radius) - 2px);
}

.data-\[selected\=true\]\:rounded-none[data-selected="true"] {
  border-radius: 0px;
}

.data-\[range-end\=true\]\:rounded-r-md[data-range-end="true"] {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.data-\[range-start\=true\]\:rounded-l-md[data-range-start="true"] {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction="bottom"] {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction="top"] {
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

.data-\[variant\=outline\]\:border-l-0[data-variant="outline"] {
  border-left-width: 0px;
}

.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction="bottom"] {
  border-top-width: 1px;
}

.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction="left"] {
  border-right-width: 1px;
}

.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction="right"] {
  border-left-width: 1px;
}

.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction="top"] {
  border-bottom-width: 1px;
}

.data-\[active\=true\]\:border-ring[data-active="true"] {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}

.data-\[state\=checked\]\:border-primary[data-state="checked"] {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / var(--tw-border-opacity, 1));
}

.data-\[active\=true\]\:bg-accent\/50[data-active="true"] {
  background-color: oklch(var(--accent) / 0.5);
}

.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
  background-color: oklch(var(--sidebar-accent));
}

.data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[range-middle\=true\]\:bg-accent[data-range-middle="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[selected\=true\]\:bg-accent[data-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: oklch(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[state\=on\]\:bg-accent[data-state="on"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
  background-color: oklch(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--secondary) / var(--tw-bg-opacity, 1));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: oklch(var(--input));
}

.data-\[inset\]\:pl-8[data-inset] {
  padding-left: 2rem;
}

.data-\[active\=true\]\:font-medium[data-active="true"] {
  font-weight: 500;
}

.data-\[active\=true\]\:text-accent-foreground[data-active="true"] {
  color: oklch(var(--accent-foreground));
}

.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
  color: oklch(var(--sidebar-accent-foreground));
}

.data-\[error\=true\]\:text-destructive[data-error="true"] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
  color: oklch(var(--primary-foreground));
}

.data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle="true"] {
  color: oklch(var(--accent-foreground));
}

.data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
  color: oklch(var(--primary-foreground));
}

.data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
  color: oklch(var(--primary-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  color: oklch(var(--accent-foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: oklch(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
  color: oklch(var(--accent-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
  color: oklch(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=open\]\:opacity-100[data-state="open"] {
  opacity: 1;
}

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[variant\=outline\]\:shadow-xs[data-variant="outline"] {
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
  --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);
}

.data-\[active\=true\]\:ring-ring\/50[data-active="true"] {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.\*\:data-\[slot\=select-value\]\:line-clamp-1[data-slot="select-value"] > * {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\*\:data-\[slot\=select-value\]\:flex[data-slot="select-value"] > * {
  display: flex;
}

.\*\:data-\[slot\=select-value\]\:items-center[data-slot="select-value"] > * {
  align-items: center;
}

.\*\:data-\[slot\=select-value\]\:gap-2[data-slot="select-value"] > * {
  gap: 0.5rem;
}

.\*\:data-\[slot\=alert-description\]\:text-destructive\/90[data-slot="alert-description"] > * {
  color: oklch(var(--destructive) / 0.9);
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --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));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  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));
}

.data-\[variant\=outline\]\:first\:border-l:first-child[data-variant="outline"] {
  border-left-width: 1px;
}

.data-\[active\=true\]\:hover\:bg-accent:hover[data-active="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:hover\:bg-accent:hover[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"] {
  background-color: oklch(var(--sidebar-accent));
}

.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"] {
  color: oklch(var(--sidebar-accent-foreground));
}

.data-\[active\=true\]\:focus\:bg-accent:focus[data-active="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:focus\:bg-accent:focus[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[variant\=destructive\]\:focus\:bg-destructive\/10:focus[data-variant="destructive"] {
  background-color: oklch(var(--destructive) / 0.1);
}

.data-\[variant\=destructive\]\:focus\:text-destructive:focus[data-variant="destructive"] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.group[data-disabled="true"] .group-data-\[disabled\=true\]\:pointer-events-none {
  pointer-events: none;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:relative {
  position: relative;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4 {
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0 {
  left: 0px;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:top-full {
  top: 100%;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:z-10 {
  z-index: 10;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8 {
  margin-top: -2rem;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5 {
  margin-top: 0.375rem;
}

.group\/drawer-content[data-vaul-drawer-direction="bottom"] .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block {
  display: block;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden {
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\] {
  width: calc(var(--sidebar-width-icon) + (--spacing(4)));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\] {
  width: calc(var(--sidebar-width-icon) + (--spacing(4)) + 2px);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width: 0px;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group[data-side="right"] .group-data-\[side\=right\]\: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));
}

.group[data-state="open"] .group-data-\[state\=open\]\: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));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow: hidden;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden {
  overflow: hidden;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg {
  border-radius: var(--radius);
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border {
  border-width: 1px;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:border {
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r {
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l {
  border-left-width: 1px;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:border-ring {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border {
  border-color: oklch(var(--sidebar-border));
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:bg-popover {
  background-color: oklch(var(--popover));
}

.group\/drawer-content[data-vaul-drawer-direction="bottom"] .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center {
  text-align: center;
}

.group\/drawer-content[data-vaul-drawer-direction="top"] .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center {
  text-align: center;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground {
  color: oklch(var(--popover-foreground));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity: 0;
}

.group[data-disabled="true"] .group-data-\[disabled\=true\]\:opacity-50 {
  opacity: 0.5;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\: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);
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
  --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);
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-ring\/50 {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:duration-200 {
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible="offcanvas"] .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover {
  background-color: oklch(var(--sidebar));
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top: 0.375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top: 0.625rem;
}

.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1 {
  top: 0.25rem;
}

.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground {
  color: oklch(var(--sidebar-accent-foreground));
}

.dark\:border-input:is(.dark *) {
  border-color: oklch(var(--input));
}

.dark\:bg-destructive\/60:is(.dark *) {
  background-color: oklch(var(--destructive) / 0.6);
}

.dark\:text-muted-foreground:is(.dark *) {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-accent\/50:hover:is(.dark *) {
  background-color: oklch(var(--accent) / 0.5);
}

.dark\:hover\:text-accent-foreground:hover:is(.dark *) {
  color: oklch(var(--accent-foreground));
}

.dark\:focus-visible\:ring-destructive\/40:focus-visible:is(.dark *) {
  --tw-ring-color: oklch(var(--destructive) / 0.4);
}

.dark\:data-\[state\=active\]\:border-input[data-state="active"]:is(.dark *) {
  border-color: oklch(var(--input));
}

.dark\:data-\[state\=checked\]\:bg-primary[data-state="checked"]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.dark\:data-\[state\=checked\]\:bg-primary-foreground[data-state="checked"]:is(.dark *) {
  background-color: oklch(var(--primary-foreground));
}

.dark\:data-\[state\=unchecked\]\:bg-foreground[data-state="unchecked"]:is(.dark *) {
  background-color: oklch(var(--foreground));
}

.dark\:data-\[state\=active\]\:text-foreground[data-state="active"]:is(.dark *) {
  color: oklch(var(--foreground));
}

.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:focus[data-variant="destructive"]:is(.dark *) {
  background-color: oklch(var(--destructive) / 0.2);
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"] {
    max-width: 24rem;
  }

  .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
    max-width: 24rem;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2 {
    margin: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0 {
    margin-left: 0px;
  }

  .peer[data-variant="inset"][data-state="collapsed"] ~ .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2 {
    margin-left: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius: 0.75rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  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));
}

.\[\&\>button\]\:hidden>button {
  display: none;
}

.\[\&\>span\:last-child\]\:truncate>span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>span\]\:text-xs>span {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>span\]\:opacity-70>span {
  opacity: 0.7;
}

.\[\&\>svg\]\:pointer-events-none>svg {
  pointer-events: none;
}

.\[\&\>svg\]\:size-3>svg {
  width: 0.75rem;
  height: 0.75rem;
}

.\[\&\>svg\]\:size-3\.5>svg {
  width: 0.875rem;
  height: 0.875rem;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-2\.5>svg {
  height: 0.625rem;
}

.\[\&\>svg\]\:h-3>svg {
  height: 0.75rem;
}

.\[\&\>svg\]\:w-2\.5>svg {
  width: 0.625rem;
}

.\[\&\>svg\]\:w-3>svg {
  width: 0.75rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:translate-y-0\.5>svg {
  --tw-translate-y: 0.125rem;
  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));
}

.\[\&\>svg\]\:text-current>svg {
  color: currentColor;
}

.\[\&\>svg\]\:text-muted-foreground>svg {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.\[\&\>svg\]\:text-sidebar-accent-foreground>svg {
  color: oklch(var(--sidebar-accent-foreground));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  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));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --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));
}

.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
  fill: oklch(var(--muted-foreground) / 1);
}

.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
  stroke: oklch(var(--border));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc'] {
  stroke: oklch(var(--border));
}

.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector {
  fill: oklch(var(--muted) / 1);
}

.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
  fill: oklch(var(--muted) / 1);
}

.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc'] {
  stroke: oklch(var(--border));
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*='text-']) {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-slot=card-content] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}

[data-slot=popover-content] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}

a.\[a\&\]\:hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

a.\[a\&\]\:hover\:bg-destructive\/90:hover {
  background-color: oklch(var(--destructive) / 0.9);
}

a.\[a\&\]\:hover\:bg-primary\/90:hover {
  background-color: oklch(var(--primary) / 0.9);
}

a.\[a\&\]\:hover\:bg-secondary\/90:hover {
  background-color: oklch(var(--secondary) / 0.9);
}

a.\[a\&\]\:hover\:text-accent-foreground:hover {
  color: oklch(var(--accent-foreground));
}
