/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: "JetBrains Mono", Arial, sans-serif;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75em;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-blue: #1c3dd4;
    --color-brand-red: #ff4c4c;
    --color-brand-green: #33d348;
    --color-brand-yellow: #fdc835;
    --color-base-dark: #000012;
    --color-base-white: #ffffff;
    --color-focus: #4d65ff;
    --color-error: #ff4c24;
    --color-status-new: #1c3dd4;
    --color-status-open: #1c3dd4;
    --color-status-pending: #fdc835;
    --color-status-resolved: #33d348;
    --color-status-closed: rgba(255, 255, 255, 0.2);
    --color-priority-urgent: #e43636;
    --color-priority-high: #ff4c4c;
    --color-priority-normal: #1c3dd4;
    --color-priority-low: rgba(255, 255, 255, 0.5);
    --font-primary: "Sora", Arial, sans-serif;
    --font-secondary: "Inter", Arial, sans-serif;
    --text-xxs: 0.625em;
    --text-s: 0.875em;
    --text-m: 1em;
    --text-l: 1.125em;
    --text-h1: 4.25em;
    --tracking-tightest: -0.03em;
    --tracking-body: -0.007em;
    --leading-heading: 1.1;
    --leading-body: 1.4;
    --container-content: 75em;
    --radius-input: 0.75em;
    --radius-tag: 0.857143em;
    --radius-card: 1.75em;
    --radius-pill: 999em;
    --shadow-input: inset 2px 2px 10px 0 rgba(255, 255, 255, 0.1);
    --shadow-btn: inset 2px 4px 30px 0 rgba(255, 255, 255, 0.06), inset 2px 2px 10px 0 rgba(255, 255, 255, 0.1);
    --shadow-card: inset 2px 4px 35px 0 rgba(255, 255, 255, 0.03), inset 2px 0 10px 0 rgba(255, 255, 255, 0.05), 0 44px 44px 0 rgba(0, 0, 0, 0.09), 0 11px 24px 0 rgba(0, 0, 0, 0.1);
    --shadow-red-neon: 0 0 3px 0 rgba(228, 54, 54, 0.25), 0 0 6px 0 rgba(228, 54, 54, 0.5), 0 0 12px 0 #e43636;
    --gradient-btn: linear-gradient(0deg, rgba(28, 61, 212, 0.078) 0%, rgba(28, 61, 212, 0.078) 100%), rgba(255, 255, 255, 0.059);
    --gradient-card: linear-gradient(180deg, rgba(1, 101, 255, 0) 0%, rgba(1, 101, 255, 0.02) 100%), rgba(255, 255, 255, 0.03);
    --gradient-blue: linear-gradient(310deg, rgba(255, 255, 255, 0) 49.03%, rgba(255, 255, 255, 0.5) 96.11%), linear-gradient(133deg, #1c3dd4 -15.78%, #284cf3 106.03%);
    --ease-main: cubic-bezier(0.32, 0.72, 0, 1);
    --duration-s: 400ms;
    --border-glass: rgba(255, 255, 255, 0.059);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-inset-\[0\.25em\] {
    inset: calc(0.25em * -1);
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-\[100\] {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-\[0\.2em\] {
    margin-inline: 0.2em;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[0\.5em\] {
    margin-block: 0.5em;
  }
  .mt-\[0\.2em\] {
    margin-top: 0.2em;
  }
  .mt-\[0\.4em\] {
    margin-top: 0.4em;
  }
  .mt-\[0\.5em\] {
    margin-top: 0.5em;
  }
  .mt-\[0\.25em\] {
    margin-top: 0.25em;
  }
  .mt-\[0\.75em\] {
    margin-top: 0.75em;
  }
  .mt-\[1em\] {
    margin-top: 1em;
  }
  .mt-\[2em\] {
    margin-top: 2em;
  }
  .mt-\[6em\] {
    margin-top: 6em;
  }
  .mb-\[0\.5em\] {
    margin-bottom: 0.5em;
  }
  .mb-\[0\.25em\] {
    margin-bottom: 0.25em;
  }
  .mb-\[0\.75em\] {
    margin-bottom: 0.75em;
  }
  .mb-\[1\.5em\] {
    margin-bottom: 1.5em;
  }
  .mb-\[1em\] {
    margin-bottom: 1em;
  }
  .mb-\[2\.5em\] {
    margin-bottom: 2.5em;
  }
  .mb-\[2em\] {
    margin-bottom: 2em;
  }
  .mb-\[3em\] {
    margin-bottom: 3em;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-\[2\.5em\] {
    height: 2.5em;
  }
  .h-\[2em\] {
    height: 2em;
  }
  .h-fit {
    height: fit-content;
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .\!w-\[4em\] {
    width: 4em !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[12em\] {
    max-width: 12em;
  }
  .max-w-\[22em\] {
    max-width: 22em;
  }
  .max-w-\[28em\] {
    max-width: 28em;
  }
  .max-w-\[32em\] {
    max-width: 32em;
  }
  .max-w-\[42em\] {
    max-width: 42em;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[640px\] {
    min-width: 640px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[0\.3em\] {
    gap: 0.3em;
  }
  .gap-\[0\.4em\] {
    gap: 0.4em;
  }
  .gap-\[0\.5em\] {
    gap: 0.5em;
  }
  .gap-\[0\.6em\] {
    gap: 0.6em;
  }
  .gap-\[0\.15em\] {
    gap: 0.15em;
  }
  .gap-\[0\.25em\] {
    gap: 0.25em;
  }
  .gap-\[0\.75em\] {
    gap: 0.75em;
  }
  .gap-\[0\.875em\] {
    gap: 0.875em;
  }
  .gap-\[1\.5em\] {
    gap: 1.5em;
  }
  .gap-\[1\.75em\] {
    gap: 1.75em;
  }
  .gap-\[1em\] {
    gap: 1em;
  }
  .gap-\[2em\] {
    gap: 2em;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-\[var\(--radius-input\)\] {
    border-radius: var(--radius-input);
  }
  .rounded-\[var\(--radius-pill\)\] {
    border-radius: var(--radius-pill);
  }
  .rounded-\[var\(--radius-tag\)\] {
    border-radius: var(--radius-tag);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[var\(--border-glass\)\] {
    border-color: var(--border-glass);
  }
  .\!p-\[0\.25em\] {
    padding: 0.25em !important;
  }
  .\!p-\[1\.5em\] {
    padding: 1.5em !important;
  }
  .\!p-\[1\.25em\] {
    padding: 1.25em !important;
  }
  .\!p-\[1em\] {
    padding: 1em !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[1\.5em\] {
    padding: 1.5em;
  }
  .p-\[1em\] {
    padding: 1em;
  }
  .p-\[2em\] {
    padding: 2em;
  }
  .px-\[0\.5em\] {
    padding-inline: 0.5em;
  }
  .px-\[0\.6em\] {
    padding-inline: 0.6em;
  }
  .px-\[0\.75em\] {
    padding-inline: 0.75em;
  }
  .px-\[0\.85em\] {
    padding-inline: 0.85em;
  }
  .px-\[0\.875em\] {
    padding-inline: 0.875em;
  }
  .px-\[1\.5em\] {
    padding-inline: 1.5em;
  }
  .px-\[1\.25em\] {
    padding-inline: 1.25em;
  }
  .px-\[1\.125em\] {
    padding-inline: 1.125em;
  }
  .px-\[1em\] {
    padding-inline: 1em;
  }
  .px-\[2em\] {
    padding-inline: 2em;
  }
  .\!py-\[0\.4em\] {
    padding-block: 0.4em !important;
  }
  .\!py-\[0\.5em\] {
    padding-block: 0.5em !important;
  }
  .py-\[0\.2em\] {
    padding-block: 0.2em;
  }
  .py-\[0\.3em\] {
    padding-block: 0.3em;
  }
  .py-\[0\.4em\] {
    padding-block: 0.4em;
  }
  .py-\[0\.5em\] {
    padding-block: 0.5em;
  }
  .py-\[0\.45em\] {
    padding-block: 0.45em;
  }
  .py-\[0\.75em\] {
    padding-block: 0.75em;
  }
  .py-\[0\.625em\] {
    padding-block: 0.625em;
  }
  .py-\[1\.5em\] {
    padding-block: 1.5em;
  }
  .py-\[1\.25em\] {
    padding-block: 1.25em;
  }
  .py-\[1\.125em\] {
    padding-block: 1.125em;
  }
  .py-\[1em\] {
    padding-block: 1em;
  }
  .py-\[4em\] {
    padding-block: 4em;
  }
  .py-\[6em\] {
    padding-block: 6em;
  }
  .pt-\[0\.5em\] {
    padding-top: 0.5em;
  }
  .pb-\[0\.5em\] {
    padding-bottom: 0.5em;
  }
  .pb-\[1\.5em\] {
    padding-bottom: 1.5em;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.875em\] {
    font-size: 0.875em;
  }
  .text-\[1\.5em\] {
    font-size: 1.5em;
  }
  .text-\[1\.25em\] {
    font-size: 1.25em;
  }
  .text-\[1\.75em\] {
    font-size: 1.75em;
  }
  .text-\[1\.125em\] {
    font-size: 1.125em;
  }
  .text-\[1\.0625em\] {
    font-size: 1.0625em;
  }
  .text-\[1\.875em\] {
    font-size: 1.875em;
  }
  .text-\[3em\] {
    font-size: 3em;
  }
  .text-l {
    font-size: var(--text-l);
  }
  .text-m {
    font-size: var(--text-m);
  }
  .text-s {
    font-size: var(--text-s);
  }
  .text-xxs {
    font-size: var(--text-xxs);
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[var\(--color-base-white\)\] {
    color: var(--color-base-white);
  }
  .text-\[var\(--color-brand-red\)\] {
    color: var(--color-brand-red);
  }
  .text-\[var\(--color-error\)\] {
    color: var(--color-error);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-\[var\(--color-brand-blue\)\] {
    accent-color: var(--color-brand-blue);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-\[0\.75em\] {
    --tw-blur: blur(0.75em);
    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-\[1\.5em\] {
    --tw-blur: blur(1.5em);
    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-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .group-hover\:translate-x-\[0\.25em\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 0.25em;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .group-hover\:opacity-80 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:bg-white\/\[0\.02\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 2%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/\[0\.06\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 6%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 6%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/\[0\.12\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 12%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 12%, transparent);
        }
      }
    }
  }
  .hover\:text-\[var\(--color-brand-red\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-red);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:brightness-110 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(110%);
        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,);
      }
    }
  }
  .hover\:brightness-125 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(125%);
        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,);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-\[1em\] {
    &:focus {
      top: 1em;
    }
  }
  .focus\:left-\[1em\] {
    &:focus {
      left: 1em;
    }
  }
  .focus\:z-\[9999\] {
    &:focus {
      z-index: 9999;
    }
  }
  .focus\:rounded-\[var\(--radius-pill\)\] {
    &:focus {
      border-radius: var(--radius-pill);
    }
  }
  .focus\:bg-\[var\(--color-brand-blue\)\] {
    &:focus {
      background-color: var(--color-brand-blue);
    }
  }
  .focus\:px-\[1\.5em\] {
    &:focus {
      padding-inline: 1.5em;
    }
  }
  .focus\:py-\[0\.75em\] {
    &:focus {
      padding-block: 0.75em;
    }
  }
  .focus\:text-white {
    &:focus {
      color: var(--color-white);
    }
  }
  .active\:scale-\[0\.98\] {
    &:active {
      scale: 0.98;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:mb-\[2\.5em\] {
    @media (width >= 48rem) {
      margin-bottom: 2.5em;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:table-cell {
    @media (width >= 48rem) {
      display: table-cell;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:\!p-\[2\.5em\] {
    @media (width >= 48rem) {
      padding: 2.5em !important;
    }
  }
  .md\:p-\[3em\] {
    @media (width >= 48rem) {
      padding: 3em;
    }
  }
  .md\:px-\[2\.5em\] {
    @media (width >= 48rem) {
      padding-inline: 2.5em;
    }
  }
  .md\:py-\[1\.5em\] {
    @media (width >= 48rem) {
      padding-block: 1.5em;
    }
  }
  .md\:py-\[3em\] {
    @media (width >= 48rem) {
      padding-block: 3em;
    }
  }
  .md\:py-\[6em\] {
    @media (width >= 48rem) {
      padding-block: 6em;
    }
  }
  .md\:py-\[8em\] {
    @media (width >= 48rem) {
      padding-block: 8em;
    }
  }
  .md\:text-\[2\.25em\] {
    @media (width >= 48rem) {
      font-size: 2.25em;
    }
  }
  .md\:text-\[2em\] {
    @media (width >= 48rem) {
      font-size: 2em;
    }
  }
  .md\:text-\[var\(--text-h1\)\] {
    @media (width >= 48rem) {
      color: var(--text-h1);
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-\[6em\] {
    @media (width >= 64rem) {
      top: 6em;
    }
  }
  .lg\:grid-cols-\[1fr_18em\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 18em;
    }
  }
  .lg\:grid-cols-\[16em_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 16em 1fr;
    }
  }
}
html.light {
  --color-base-dark: #f5f5f8;
  --color-base-white: #0a0a1a;
  --border-glass: rgba(0, 0, 0, 0.08);
  --border-glass-strong: rgba(0, 0, 0, 0.15);
}
:root {
  --size-container-ideal: 1440;
  --size-container-min: 1080px;
  --size-container-max: 1440px;
  --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
  --size-font: calc(var(--size-container) / (var(--size-container-ideal) / 16));
}
@media screen and (max-width: 991px) {
  :root {
    --size-container-ideal: 834;
    --size-container-min: 768px;
    --size-container-max: 991px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --size-container-ideal: 550;
    --size-container-min: 480px;
    --size-container-max: 767px;
  }
}
@media screen and (max-width: 479px) {
  :root {
    --size-container-ideal: 390;
    --size-container-min: 320px;
    --size-container-max: 479px;
  }
}
html, body {
  font-size: var(--size-font);
}
@layer base {
  html {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
  body {
    background-color: var(--color-base-dark);
    color: var(--color-base-white);
    font-family: var(--font-secondary);
    font-weight: 400;
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    min-height: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 600;
    letter-spacing: var(--tracking-tightest);
    line-height: var(--leading-heading);
  }
  ::selection {
    background-color: var(--color-brand-blue);
    color: var(--color-base-white);
  }
  *:focus-visible {
    outline: 0.125rem solid var(--color-focus);
    outline-offset: 0.125rem;
  }
  a, button {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
}
@layer components {
  .container-main {
    width: 100%;
    max-width: calc(var(--container-content) + 5em);
    margin-inline: auto;
    padding-inline: 2.5em;
  }
  @media (max-width: 767px) {
    .container-main {
      padding-inline: 1.25em;
    }
  }
  .border-glass {
    outline: 1px solid var(--border-glass);
    outline-offset: -1px;
  }
  .card-zecom {
    background: var(--gradient-card);
    outline: 1px solid var(--border-glass);
    outline-offset: -1px;
    box-shadow: var(--shadow-card);
    border-radius: var(--radius-card);
  }
  .input-zecom {
    background-color: rgba(255, 255, 255, 0.059);
    outline: 1px solid rgba(255, 255, 255, 0.059);
    outline-offset: -1px;
    box-shadow: var(--shadow-input);
    border-radius: var(--radius-input);
    padding: 0.875em;
    line-height: 1.2;
    color: var(--color-base-white);
    appearance: none;
    width: 100%;
    transition: outline-color var(--duration-s) var(--ease-main);
  }
  .input-zecom::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .input-zecom:focus {
    outline: 1px solid var(--color-brand-blue);
    outline-offset: -1px;
  }
  .input-zecom[aria-invalid="true"] {
    outline-color: var(--color-error);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
