/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!../../node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!../../node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin","cyrillic"],"display":"swap","variable":"--font-inter"}],"variableName":"inter"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_fcbcbf';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_fcbcbf';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_fcbcbf {font-family: '__Inter_fcbcbf', '__Inter_Fallback_fcbcbf';font-style: normal
}.__variable_fcbcbf {--font-inter: '__Inter_fcbcbf', '__Inter_Fallback_fcbcbf'
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!../../packages/ui/src/styles/tokens.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Design tokens — ported 1:1 from the legacy Angular `styles.scss`
 * (Untitled UI–style palette). These CSS custom properties are the single
 * source of truth; the Tailwind preset and all components reference them.
 *
 * Do not hardcode hex values in components — always use these vars
 * (directly, or via the Tailwind theme that maps onto them).
 */

:root {
  /* ---------- Base ---------- */
  --white: #ffffff;
  --black: #000000;
  --transparent: transparent;

  /* ---------- Alpha white ---------- */
  --alpha-white-10: rgba(255, 255, 255, 0.1);
  --alpha-white-20: rgba(255, 255, 255, 0.2);
  --alpha-white-30: rgba(255, 255, 255, 0.3);
  --alpha-white-40: rgba(255, 255, 255, 0.4);
  --alpha-white-50: rgba(255, 255, 255, 0.5);
  --alpha-white-60: rgba(255, 255, 255, 0.6);
  --alpha-white-70: rgba(255, 255, 255, 0.7);
  --alpha-white-80: rgba(255, 255, 255, 0.8);
  --alpha-white-90: rgba(255, 255, 255, 0.9);
  --alpha-white-100: rgba(255, 255, 255, 1);

  /* ---------- Grey (light) ---------- */
  --grey-light-25: #fdfdfd;
  --grey-light-50: #fafafa;
  --grey-light-100: #f5f5f5;
  --grey-light-200: #e9eaeb;
  --grey-light-300: #d5d7da;
  --grey-light-400: #a4a7ae;
  --grey-light-500: #717680;
  --grey-light-600: #535862;
  --grey-light-700: #414651;
  --grey-light-800: #252b37;
  --grey-light-900: #181d27;
  --grey-light-950: #0a0d12;

  /* ---------- Grey (dark) ---------- */
  --grey-dark-25: #fafafa;
  --grey-dark-50: #f7f7f7;
  --grey-dark-100: #f0f0f1;
  --grey-dark-200: #ececed;
  --grey-dark-300: #cecfd2;
  --grey-dark-400: #94979c;
  --grey-dark-500: #85888e;
  --grey-dark-600: #61656c;
  --grey-dark-700: #373a41;
  --grey-dark-800: #22262f;
  --grey-dark-900: #13161b;
  --grey-dark-950: #0c0e12;

  /* ---------- Grey dark alpha (white over dark) ---------- */
  --grey-dark-alpha-25: rgba(255, 255, 255, 0.98);
  --grey-dark-alpha-50: rgba(255, 255, 255, 0.96);
  --grey-dark-alpha-100: rgba(255, 255, 255, 0.94);
  --grey-dark-alpha-200: rgba(255, 255, 255, 0.94);
  --grey-dark-alpha-300: rgba(255, 255, 255, 0.8);
  --grey-dark-alpha-400: rgba(255, 255, 255, 0.56);
  --grey-dark-alpha-500: rgba(255, 255, 255, 0.5);
  --grey-dark-alpha-600: rgba(255, 255, 255, 0.35);
  --grey-dark-alpha-700: rgba(255, 255, 255, 0.16);
  --grey-dark-alpha-800: rgba(255, 255, 255, 0.08);
  --grey-dark-alpha-900: rgba(255, 255, 255, 0.04);
  --grey-dark-alpha-950: rgba(255, 255, 255, 0);

  /* ---------- Gray neutral ---------- */
  --gray-neutral-25: #fcfcfd;
  --gray-neutral-50: #f9fafb;
  --gray-neutral-100: #f3f4f6;
  --gray-neutral-200: #e5e7eb;
  --gray-neutral-300: #d2d6db;
  --gray-neutral-400: #9da4ae;
  --gray-neutral-500: #6c737f;
  --gray-neutral-600: #4d5761;
  --gray-neutral-700: #384250;
  --gray-neutral-800: #1f2a37;
  --gray-neutral-900: #111927;
  --gray-neutral-950: #0d121c;

  /* ---------- Brand ---------- */
  --brand-25: #fcfaff;
  --brand-50: #f5fbff;
  --brand-100: #e0f2fe;
  --brand-200: #b9e6fe;
  --brand-300: #7cd4fd;
  --brand-400: #36bffa;
  --brand-500: #0ba5ec;
  --brand-600: #0086c9;
  --brand-700: #026aa2;
  --brand-800: #065986;
  --brand-900: #0b4a6f;
  --brand-950: #062c41;

  /* ---------- Error ---------- */
  --error-25: #fffbfa;
  --error-50: #fef3f2;
  --error-100: #fee4e2;
  --error-200: #fecdca;
  --error-300: #fda29b;
  --error-400: #f97066;
  --error-500: #f04438;
  --error-600: #d92d20;
  --error-700: #b42318;
  --error-800: #912018;
  --error-900: #7a271a;
  --error-950: #55160c;

  /* ---------- Warning ---------- */
  --warning-25: #fffcf5;
  --warning-50: #fffaeb;
  --warning-100: #fef0c7;
  --warning-200: #fedf89;
  --warning-300: #fec84b;
  --warning-400: #fdb022;
  --warning-500: #f79009;
  --warning-600: #dc6803;
  --warning-700: #b54708;
  --warning-800: #93370d;
  --warning-900: #7a2e0e;
  --warning-950: #4e1d09;

  /* ---------- Success ---------- */
  --success-25: #f6fef9;
  --success-50: #ecfdf3;
  --success-100: #dcfae6;
  --success-200: #abefc6;
  --success-300: #75e0a7;
  --success-400: #47cd89;
  --success-500: #17b26a;
  --success-600: #079455;
  --success-700: #067647;
  --success-800: #085d3a;
  --success-900: #074d31;
  --success-950: #053321;

  /* ---------- Purple ---------- */
  --purple-25: #fafaff;
  --purple-50: #f4f3ff;
  --purple-100: #ebe9fe;
  --purple-200: #d9d6fe;
  --purple-300: #bdb4fe;
  --purple-400: #9b8afb;
  --purple-500: #7a5af8;
  --purple-600: #6938ef;
  --purple-700: #5925dc;
  --purple-800: #4a1fb8;
  --purple-900: #3e1c96;
  --purple-950: #27115f;

  /* ---------- Blue light ---------- */
  --blue-light-25: #f5fbff;
  --blue-light-50: #f0f9ff;
  --blue-light-100: #e0f2fe;
  --blue-light-200: #b9e6fe;
  --blue-light-300: #7cd4fd;
  --blue-light-400: #36bffa;
  --blue-light-500: #0ba5ec;
  --blue-light-600: #0086c9;
  --blue-light-700: #026aa2;
  --blue-light-800: #065986;
  --blue-light-900: #0b4a6f;
  --blue-light-950: #062c41;

  /* ---------- Semantic aliases (legacy names) ---------- */
  --white-primary: #ffffff;
  --grey-700: #344054;
  --small-text-grey: #535862;
  --error-input-border-red: #fda29b;
  --text-placeholder-grey: #717680;
  --label-secondary-grey: #414651;
  --button-disabled-text-grey: #a4a7ae;
  --button-disabled-bg-white: #f5f5f5;
  --border-primary: #d5d7da;
  --focus-ring: #0ba5ec;
  --bg-primary: #ffffff;

  /* ---------- Typography ---------- */
  --font-family: 'Inter', sans-serif;
  --second-family: 'Koulen', sans-serif;

  /* ---------- Border radius ---------- */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-full: 9999px;

  /* ---------- Box shadow ---------- */
  --shadow-xs: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  --shadow-sm: 0px 2px 8px 0px rgba(44, 62, 80, 0.08);
  --shadow-md: 0px 4px 16px 0px rgba(44, 62, 80, 0.12);
  --shadow-lg: 0px 8px 24px 0px rgba(44, 62, 80, 0.16);
  /* Skeuomorphic button shadow (primary) */
  --shadow-skeuomorphic:
    0 1px 2px 0 rgba(10, 13, 18, 0.05), inset 0 -2px 0 0 rgba(10, 13, 18, 0.05),
    inset 0 0 0 1px rgba(10, 13, 18, 0.18);

  /* ---------- Spacing ---------- */
  --spacing-none: 0px;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 6px;
  --spacing-md: 8px;
  --spacing-lg: 12px;
  --spacing-xl: 16px;
  --spacing-2xl: 20px;
  --spacing-3xl: 24px;
  --spacing-4xl: 32px;
  --spacing-5xl: 40px;
  --spacing-6xl: 48px;
  --spacing-7xl: 64px;
  --spacing-8xl: 80px;
  --spacing-9xl: 96px;
  --spacing-10xl: 128px;
  --spacing-11xl: 160px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!../../packages/ui/src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Global stylesheet for apps consuming the design system.
 * Import this once at the app root (e.g. Next.js app/layout.tsx).
 */

*, ::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(147 197 253 / 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(147 197 253 / 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: Inter, system-ui, sans-serif; /* 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

html {
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

body {
    color: var(--grey-light-900);
    background: var(--bg-primary);
  }

/* prevent page scroll when a modal is open */

body.modal-open {
    overflow: hidden;
  }
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
/* Modal animations */
@keyframes uiModalOverlayIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
@keyframes uiModalCardIn {
    from {
      opacity: 0;
      transform: translateY(28px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
@keyframes uiModalCardInDesktop {
    from {
      opacity: 0;
      transform: translateY(8px) scale(0.96);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
.ui-modal-overlay {
    animation: uiModalOverlayIn 0.2s ease-out;
  }
.ui-modal-card {
    animation: uiModalCardIn 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  }
@media (min-width: 640px) {
    .ui-modal-card {
      animation: uiModalCardInDesktop 0.24s cubic-bezier(0.16, 1, 0.3, 1);
    }
  }
@media (prefers-reduced-motion: reduce) {
    .ui-modal-overlay {
      animation: uiModalOverlayIn 0.12s ease-out;
    }
    .ui-modal-card {
      animation: none;
    }
  }
/* Legacy parity utility classes (used by ported templates) */
.form-label-primary{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--label-secondary-grey);
}
.error-text{
  margin-top: 0.375rem;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--error-600);
}
.white-order-box-card{
  border-radius: var(--radius-lg);
  border-width: 1px;
  border-color: var(--grey-light-200);
  background-color: var(--white);
  padding: 1rem;
}
.divider{
  height: 1px;
  width: 100%;
  background-color: var(--grey-light-200);
}
/* Tiptap editor content (no @tailwindcss/typography dependency) */
.tiptap {
    color: var(--grey-light-900);
    outline: none;
  }
.tiptap:focus {
    outline: none;
  }
.tiptap h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0.6rem 0;
  }
.tiptap h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0.5rem 0;
  }
.tiptap h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0.4rem 0;
  }
.tiptap p {
    margin: 0.3rem 0;
  }
.tiptap ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0.3rem 0;
  }
.tiptap ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 0.3rem 0;
  }
.tiptap strong {
    font-weight: 600;
  }
.tiptap em {
    font-style: italic;
  }
.tiptap a {
    color: var(--brand-700);
    text-decoration: underline;
    cursor: pointer;
  }
.tiptap blockquote {
    border-left: 3px solid var(--grey-light-300);
    padding-left: 1rem;
    margin: 0.5rem 0;
    color: var(--grey-light-600);
  }
.tiptap pre {
    background: var(--grey-light-900);
    color: var(--grey-light-50);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    overflow-x: auto;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
  }
.tiptap code {
    background: var(--grey-light-100);
    border-radius: 4px;
    padding: 0.1rem 0.3rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.9em;
  }
.tiptap pre code {
    background: none;
    padding: 0;
  }
.tiptap hr {
    border: none;
    border-top: 1px solid var(--grey-light-300);
    margin: 1rem 0;
  }
.tiptap img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }
.tiptap table {
    border-collapse: collapse;
    width: 100%;
    margin: 0.5rem 0;
    table-layout: fixed;
    overflow: hidden;
  }
.tiptap th,
  .tiptap td {
    border: 1px solid var(--grey-light-300);
    padding: 6px 10px;
    vertical-align: top;
    position: relative;
    min-width: 60px;
  }
.tiptap th {
    background: var(--grey-light-50);
    font-weight: 600;
    text-align: left;
  }
.tiptap .selectedCell::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(11, 165, 236, 0.12);
    pointer-events: none;
  }
.tiptap .column-resize-handle {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--brand-500);
    cursor: col-resize;
  }
/* Placeholder */
.tiptap p.is-editor-empty:first-child::before {
    content: attr(data-placeholder);
    color: var(--text-placeholder-grey);
    float: left;
    height: 0;
    pointer-events: none;
  }
/* Custom checkbox check icon (applies only when :checked) — port of .checkbox-wrapper */
.ui-checkbox:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 3.5L5.25004 9.91667L2.33337 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-px{
  bottom: -1px;
}
.-left-24{
  left: -6rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-32{
  right: -8rem;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-3\.5{
  right: 0.875rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-14{
  top: 3.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-4{
  top: 1rem;
}
.top-full{
  top: 100%;
}
.left-2\.5{
  left: 0.625rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[200\]{
  z-index: 200;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-full{
  grid-column: 1 / -1;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-6{
  margin-top: 1.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-1\.5{
  width: 0.375rem;
  height: 0.375rem;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-9{
  width: 2.25rem;
  height: 2.25rem;
}
.size-1{
  width: 0.25rem;
  height: 0.25rem;
}
.size-7{
  width: 1.75rem;
  height: 1.75rem;
}
.size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.size-11{
  width: 2.75rem;
  height: 2.75rem;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[84px\]{
  height: 84px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-\[78vh\]{
  max-height: 78vh;
}
.max-h-\[92vh\]{
  max-height: 92vh;
}
.max-h-full{
  max-height: 100%;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[226px\]{
  min-height: 226px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[248px\]{
  width: 248px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30vw\]{
  width: 30vw;
}
.w-\[78px\]{
  width: 78px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[88px\]{
  width: 88px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-48{
  width: 12rem;
}
.w-20{
  width: 5rem;
}
.min-w-0{
  min-width: 0px;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[260px\]{
  min-width: 260px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[520px\]{
  min-width: 520px;
}
.min-w-\[820px\]{
  min-width: 820px;
}
.min-w-\[900px\]{
  min-width: 900px;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[660px\]{
  max-width: 660px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-\[28px\]{
  max-width: 28px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-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-full{
  --tw-translate-x: -100%;
  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-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));
}
.translate-x-0\.5{
  --tw-translate-x: 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-x-\[18px\]{
  --tw-translate-x: 18px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-move{
  cursor: move;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-2xl{
  gap: var(--spacing-2xl);
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-5xl{
  gap: var(--spacing-5xl);
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-lg{
  gap: var(--spacing-lg);
}
.gap-md{
  gap: var(--spacing-md);
}
.gap-sm{
  gap: var(--spacing-sm);
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-grey-light-100 > :not([hidden]) ~ :not([hidden]){
  border-color: var(--grey-light-100);
}
.divide-grey-light-200 > :not([hidden]) ~ :not([hidden]){
  border-color: var(--grey-light-200);
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: var(--radius-2xl);
}
.rounded-full{
  border-radius: var(--radius-full);
}
.rounded-lg{
  border-radius: var(--radius-lg);
}
.rounded-md{
  border-radius: var(--radius-md);
}
.rounded-sm{
  border-radius: var(--radius-sm);
}
.rounded-xl{
  border-radius: var(--radius-xl);
}
.rounded-xs{
  border-radius: var(--radius-xs);
}
.rounded-l-md{
  border-top-left-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}
.rounded-r-md{
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-border-primary{
  border-color: var(--border-primary);
}
.border-brand-200{
  border-color: var(--brand-200);
}
.border-brand-400{
  border-color: var(--brand-400);
}
.border-brand-500{
  border-color: var(--brand-500);
}
.border-brand-600{
  border-color: var(--brand-600);
}
.border-current{
  border-color: currentColor;
}
.border-error-200{
  border-color: var(--error-200);
}
.border-error-300{
  border-color: var(--error-300);
}
.border-error-500{
  border-color: var(--error-500);
}
.border-grey-light-100{
  border-color: var(--grey-light-100);
}
.border-grey-light-200{
  border-color: var(--grey-light-200);
}
.border-grey-light-300{
  border-color: var(--grey-light-300);
}
.border-success-200{
  border-color: var(--success-200);
}
.border-success-300{
  border-color: var(--success-300);
}
.border-warning-200{
  border-color: var(--warning-200);
}
.border-warning-500{
  border-color: var(--warning-500);
}
.border-blue-light-200{
  border-color: var(--blue-light-200);
}
.border-brand-300{
  border-color: var(--brand-300);
}
.border-t-brand-600{
  border-top-color: var(--brand-600);
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-\[rgba\(12\2c 16\2c 24\2c 0\.55\)\]{
  background-color: rgba(12,16,24,0.55);
}
.bg-brand-25{
  background-color: var(--brand-25);
}
.bg-brand-50{
  background-color: var(--brand-50);
}
.bg-brand-500{
  background-color: var(--brand-500);
}
.bg-brand-600{
  background-color: var(--brand-600);
}
.bg-error-25{
  background-color: var(--error-25);
}
.bg-error-50{
  background-color: var(--error-50);
}
.bg-error-500{
  background-color: var(--error-500);
}
.bg-error-600{
  background-color: var(--error-600);
}
.bg-grey-light-100{
  background-color: var(--grey-light-100);
}
.bg-grey-light-200{
  background-color: var(--grey-light-200);
}
.bg-grey-light-25{
  background-color: var(--grey-light-25);
}
.bg-grey-light-300{
  background-color: var(--grey-light-300);
}
.bg-grey-light-400{
  background-color: var(--grey-light-400);
}
.bg-grey-light-50{
  background-color: var(--grey-light-50);
}
.bg-grey-light-500{
  background-color: var(--grey-light-500);
}
.bg-grey-light-950{
  background-color: var(--grey-light-950);
}
.bg-purple-50{
  background-color: var(--purple-50);
}
.bg-purple-500{
  background-color: var(--purple-500);
}
.bg-success-50{
  background-color: var(--success-50);
}
.bg-success-500{
  background-color: var(--success-500);
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning-200{
  background-color: var(--warning-200);
}
.bg-warning-50{
  background-color: var(--warning-50);
}
.bg-warning-500{
  background-color: var(--warning-500);
}
.bg-white{
  background-color: var(--white);
}
.bg-warning-25{
  background-color: var(--warning-25);
}
.bg-blue-light-100{
  background-color: var(--blue-light-100);
}
.bg-blue-light-25{
  background-color: var(--blue-light-25);
}
.bg-brand-100{
  background-color: var(--brand-100);
}
.bg-error-100{
  background-color: var(--error-100);
}
.bg-success-100{
  background-color: var(--success-100);
}
.bg-success-25{
  background-color: var(--success-25);
}
.bg-warning-100{
  background-color: var(--warning-100);
}
.bg-current{
  background-color: currentColor;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-brand-700{
  --tw-gradient-from: var(--brand-700) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-25{
  --tw-gradient-from: var(--brand-25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-brand-600{
  --tw-gradient-to: var(--brand-600) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: var(--white) var(--tw-gradient-to-position);
}
.fill-grey-light-950{
  fill: var(--grey-light-950);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3xl{
  padding: var(--spacing-3xl);
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-6xl{
  padding: var(--spacing-6xl);
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.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-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[104px\]{
  padding-top: 104px;
  padding-bottom: 104px;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[calc\(env\(safe-area-inset-bottom\)\+1\.25rem\)\]{
  padding-bottom: calc(env(safe-area-inset-bottom) + 1.25rem);
}
.pb-lg{
  padding-bottom: var(--spacing-lg);
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.text-12{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}
.text-13{
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
}
.text-14{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.text-15{
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
}
.text-16{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.text-18{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}
.text-20{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.text-24{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
.text-30{
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
}
.text-36{
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.text-48{
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.text-72{
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -1.44px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.01em\]{
  letter-spacing: -0.01em;
}
.tracking-\[0\.5em\]{
  letter-spacing: 0.5em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-brand-600{
  color: var(--brand-600);
}
.text-brand-700{
  color: var(--brand-700);
}
.text-brand-900{
  color: var(--brand-900);
}
.text-error-500{
  color: var(--error-500);
}
.text-error-600{
  color: var(--error-600);
}
.text-error-700{
  color: var(--error-700);
}
.text-error-800{
  color: var(--error-800);
}
.text-grey-light-400{
  color: var(--grey-light-400);
}
.text-grey-light-500{
  color: var(--grey-light-500);
}
.text-grey-light-600{
  color: var(--grey-light-600);
}
.text-grey-light-700{
  color: var(--grey-light-700);
}
.text-grey-light-800{
  color: var(--grey-light-800);
}
.text-grey-light-900{
  color: var(--grey-light-900);
}
.text-label-secondary{
  color: var(--label-secondary-grey);
}
.text-purple-700{
  color: var(--purple-700);
}
.text-success-600{
  color: var(--success-600);
}
.text-success-700{
  color: var(--success-700);
}
.text-text-placeholder{
  color: var(--text-placeholder-grey);
}
.text-warning-600{
  color: var(--warning-600);
}
.text-warning-700{
  color: var(--warning-700);
}
.text-warning-800{
  color: var(--warning-800);
}
.text-white{
  color: var(--white);
}
.text-grey-light-300{
  color: var(--grey-light-300);
}
.text-blue-light-700{
  color: var(--blue-light-700);
}
.underline{
  text-decoration-line: underline;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.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_24px_60px_-12px_rgba\(16\2c 24\2c 40\2c 0\.32\)\2c 0_8px_20px_-8px_rgba\(16\2c 24\2c 40\2c 0\.18\)\]{
  --tw-shadow: 0 24px 60px -12px rgba(16,24,40,0.32),0 8px 20px -8px rgba(16,24,40,0.18);
  --tw-shadow-colored: 0 24px 60px -12px var(--tw-shadow-color), 0 8px 20px -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-lg{
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-skeuomorphic{
  --tw-shadow: var(--shadow-skeuomorphic);
  --tw-shadow-colored: var(--shadow-skeuomorphic);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xs{
  --tw-shadow: var(--shadow-xs);
  --tw-shadow-colored: var(--shadow-xs);
  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;
}
.ring-1{
  --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);
}
.ring-2{
  --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);
}
.ring-4{
  --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);
}
.ring-\[6px\]{
  --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(6px + 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-brand-100{
  --tw-ring-color: var(--brand-100);
}
.ring-brand-500{
  --tw-ring-color: var(--brand-500);
}
.ring-error-100{
  --tw-ring-color: var(--error-100);
}
.ring-grey-light-200{
  --tw-ring-color: var(--grey-light-200);
}
.ring-success-100{
  --tw-ring-color: var(--success-100);
}
.ring-warning-100{
  --tw-ring-color: var(--warning-100);
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-white{
  --tw-ring-offset-color: var(--white);
}
.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);
}
.blur-\[2px\]{
  --tw-blur: blur(2px);
  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-\[3px\]{
  --tw-backdrop-blur: blur(3px);
  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-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-transform{
  transition-property: transform;
  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;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
/* Custom thin scrollbar — port of the legacy .custom-scroll */
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
  }
.custom-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.15);
  }
/* hide number input spinners */
.no-spinner::-webkit-outer-spin-button,
  .no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.no-spinner[type='number'] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
  }

/* Print: show only the order document (for "Печать / PDF") */
@media print {
  body * {
    visibility: hidden;
  }
  .order-doc-print,
  .order-doc-print * {
    visibility: visible;
  }
  .order-doc-print {
    position: absolute;
    inset: 0;
    margin: 24px;
  }
  .ui-modal-overlay {
    position: static;
    background: none !important;
    backdrop-filter: none !important;
    padding: 0;
  }
  .ui-modal-card {
    box-shadow: none !important;
    max-height: none !important;
    width: 100% !important;
    max-width: none !important;
  }
}
.placeholder\:text-grey-light-300::-moz-placeholder{
  color: var(--grey-light-300);
}
.placeholder\:text-grey-light-300::placeholder{
  color: var(--grey-light-300);
}
.placeholder\:text-grey-light-400::-moz-placeholder{
  color: var(--grey-light-400);
}
.placeholder\:text-grey-light-400::placeholder{
  color: var(--grey-light-400);
}
.placeholder\:text-text-placeholder::-moz-placeholder{
  color: var(--text-placeholder-grey);
}
.placeholder\:text-text-placeholder::placeholder{
  color: var(--text-placeholder-grey);
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.checked\:border-brand-600:checked{
  border-color: var(--brand-600);
}
.checked\:bg-brand-600:checked{
  background-color: var(--brand-600);
}
.checked\:shadow-\[inset_0_0_0_3px_var\(--white\)\]:checked{
  --tw-shadow: inset 0 0 0 3px var(--white);
  --tw-shadow-colored: inset 0 0 0 3px 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\:border-brand-300:hover{
  border-color: var(--brand-300);
}
.hover\:border-grey-light-400:hover{
  border-color: var(--grey-light-400);
}
.hover\:border-grey-light-300:hover{
  border-color: var(--grey-light-300);
}
.hover\:bg-brand-50:hover{
  background-color: var(--brand-50);
}
.hover\:bg-brand-700:hover{
  background-color: var(--brand-700);
}
.hover\:bg-error-50:hover{
  background-color: var(--error-50);
}
.hover\:bg-error-700:hover{
  background-color: var(--error-700);
}
.hover\:bg-grey-light-100:hover{
  background-color: var(--grey-light-100);
}
.hover\:bg-grey-light-25:hover{
  background-color: var(--grey-light-25);
}
.hover\:bg-grey-light-50:hover{
  background-color: var(--grey-light-50);
}
.hover\:text-brand-600:hover{
  color: var(--brand-600);
}
.hover\:text-brand-700:hover{
  color: var(--brand-700);
}
.hover\:text-brand-800:hover{
  color: var(--brand-800);
}
.hover\:text-error-600:hover{
  color: var(--error-600);
}
.hover\:text-error-700:hover{
  color: var(--error-700);
}
.hover\:text-grey-light-600:hover{
  color: var(--grey-light-600);
}
.hover\:text-grey-light-700:hover{
  color: var(--grey-light-700);
}
.hover\:text-grey-light-900:hover{
  color: var(--grey-light-900);
}
.hover\:text-white:hover{
  color: var(--white);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-sm:hover{
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xs:hover{
  --tw-shadow: var(--shadow-xs);
  --tw-shadow-colored: var(--shadow-xs);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-brand-500:focus{
  border-color: var(--brand-500);
}
.focus\:border-brand-600:focus{
  border-color: var(--brand-600);
}
.focus\:border-warning-500:focus{
  border-color: var(--warning-500);
}
.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-brand-100:focus{
  --tw-ring-color: var(--brand-100);
}
.focus-visible\:border-brand-500:focus-visible{
  border-color: var(--brand-500);
}
.focus-visible\:border-error-500:focus-visible{
  border-color: var(--error-500);
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-brand-500:focus-visible{
  outline-color: var(--brand-500);
}
.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-brand-500:focus-visible{
  --tw-ring-color: var(--brand-500);
}
.focus-visible\:ring-error-500:focus-visible{
  --tw-ring-color: var(--error-500);
}
.focus-visible\:ring-focus-ring:focus-visible{
  --tw-ring-color: var(--focus-ring);
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.active\:bg-brand-600:active{
  background-color: var(--brand-600);
}
.active\:bg-error-600:active{
  background-color: var(--error-600);
}
.active\:bg-transparent:active{
  background-color: transparent;
}
.active\:bg-white:active{
  background-color: var(--white);
}
.active\:text-brand-700:active{
  color: var(--brand-700);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:border:disabled{
  border-width: 1px;
}
.disabled\:border-grey-light-200:disabled{
  border-color: var(--grey-light-200);
}
.disabled\:bg-grey-light-100:disabled{
  background-color: var(--grey-light-100);
}
.disabled\:bg-grey-light-50:disabled{
  background-color: var(--grey-light-50);
}
.disabled\:text-grey-light-400:disabled{
  color: var(--grey-light-400);
}
.disabled\:no-underline:disabled{
  text-decoration-line: none;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.disabled\:opacity-70:disabled{
  opacity: 0.7;
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:shadow-xs:disabled{
  --tw-shadow: var(--shadow-xs);
  --tw-shadow-colored: var(--shadow-xs);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:placeholder\:text-grey-light-400:disabled::-moz-placeholder{
  color: var(--grey-light-400);
}
.disabled\:placeholder\:text-grey-light-400:disabled::placeholder{
  color: var(--grey-light-400);
}
.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}
@media (min-width: 640px){

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-72{
    width: 18rem;
  }

  .sm\:w-80{
    width: 20rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:rounded-2xl{
    border-radius: var(--radius-2xl);
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px){

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px){

  .lg\:static{
    position: static;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-\[292px\]{
    width: 292px;
  }

  .lg\:w-\[48vw\]{
    width: 48vw;
  }

  .lg\:w-\[52vw\]{
    width: 52vw;
  }

  .lg\: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));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[260px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 260px minmax(0,1fr);
  }

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

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-xl{
    border-radius: var(--radius-xl);
  }

  .lg\:border{
    border-width: 1px;
  }

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

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:text-30{
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
  }

  .lg\: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);
  }

  .lg\:shadow-xs{
    --tw-shadow: var(--shadow-xs);
    --tw-shadow-colored: var(--shadow-xs);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:blur-0{
    --tw-blur: blur(0);
    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);
  }
}
@media (min-width: 1280px){

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:block{
    display: block;
  }

  .xl\:w-\[280px\]{
    width: 280px;
  }

  .xl\:min-w-\[280px\]{
    min-width: 280px;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[320px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 320px minmax(0,1fr);
  }

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

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }
}
.\[\&\>\*\]\:min-w-\[200px\]>*{
  min-width: 200px;
}
.\[\&\>\*\]\:min-w-\[120px\]>*{
  min-width: 120px;
}
.\[\&\>\*\]\:min-w-\[180px\]>*{
  min-width: 180px;
}
.\[\&\>\*\]\:flex-1>*{
  flex: 1 1 0%;
}
.\[\&\>svg\]\:size-6>svg{
  width: 1.5rem;
  height: 1.5rem;
}
.\[\&\>td\]\:border-b>td{
  border-bottom-width: 1px;
}
.\[\&\>td\]\:border-grey-light-200>td{
  border-color: var(--grey-light-200);
}
.last\:\[\&\>td\]\:border-b-0>td:last-child{
  border-bottom-width: 0px;
}

