/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --grey-800: #000000;
    --grey-700: #0d0d0d;
    --grey-600: #1a1a1a;
    --grey-500: #666666;
    --grey-400: #999999;
    --grey-300: #e5e5e5;
    --grey-200: #f2f2f2;
    --grey-100: #ffffff;
    --blue: #a3daf5;
    --red: #D81313;
    --color-surface-primary: var(--grey-100);
    --color-surface-secondary: var(--grey-200);
    --color-surface-inverse-primary: var(--grey-800);
    --color-surface-accent: var(--blue);
    --color-border-primary: var(--grey-300);
    --color-border-inverse: var(--grey-600);
    --color-border-accent: var(--blue);
    --color-text-primary: var(--grey-800);
    --color-text-secondary: var(--grey-500);
    --color-text-inverse-primary: var(--grey-100);
    --color-text-inverse-secondary: var(--grey-400);
    --color-text-accent: var(--blue);
    --color-text-error: var(--red);
    --font-primary: "Geist", sans-serif;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --base: 16;
    --unit: 1rem;
    --text-xs: calc(14 / var(--base) * var(--unit));
    --text-sm: calc(16 / var(--base) * var(--unit));
    --text-md: calc(18 / var(--base) * var(--unit));
    --text-lg: calc(22 / var(--base) * var(--unit));
    --text-xl: calc(28 / var(--base) * var(--unit));
    --text-xxl: calc(40 / var(--base) * var(--unit));
    --text-xs--line-height: calc(22 / 14);
    --text-sm--line-height: calc(24 / 16);
    --text-md--line-height: calc(26 / 18);
    --text-lg--line-height: calc(28 / 22);
    --text-xl--line-height: calc(34 / 28);
    --text-xxl--line-height: calc(44 / 40);
    --spacing-0: 0;
    --spacing-xs: calc(4 / var(--base) * var(--unit));
    --spacing-sm: calc(12 / var(--base) * var(--unit));
    --spacing-md: calc(16 / var(--base) * var(--unit));
    --spacing-lg: calc(32 / var(--base) * var(--unit));
    --spacing-xl: calc(64 / var(--base) * var(--unit));
    --spacing-xxl: calc(96 / var(--base) * var(--unit));
    --spacing-container-sm: calc(800 / var(--base) * var(--unit));
    --spacing-container: calc(1584 / var(--base) * var(--unit));
    --blur: calc(32 / var(--base) * var(--unit));
    --radius-xs: calc(8 / var(--base) * var(--unit));
    --radius-sm: calc(12 / var(--base) * var(--unit));
    --radius-full: calc(999 / var(--base) * var(--unit));
    --animate-inOut: inOut 1s ease;
  }
}
@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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .invisible {
    visibility: hidden;
  }
  .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;
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .bottom-0 {
    bottom: var(--spacing-0);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .z-20 {
    z-index: 20;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .container {
    width: 100%;
    @media (width >= 425px) {
      max-width: 425px;
    }
    @media (width >= 580px) {
      max-width: 580px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-md {
    margin-top: var(--spacing-md);
  }
  .mt-sm {
    margin-top: var(--spacing-sm);
  }
  .mr-sm {
    margin-right: var(--spacing-sm);
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .ml-auto {
    margin-left: auto;
  }
  .ml-xs {
    margin-left: var(--spacing-xs);
  }
  .box-content {
    box-sizing: content-box;
  }
  .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;
  }
  .table {
    display: table;
  }
  .h-\[1\.5rem\] {
    height: 1.5rem;
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[85vh\] {
    height: 85vh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-lg {
    height: var(--spacing-lg);
  }
  .max-h-lg {
    max-height: var(--spacing-lg);
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-lg {
    width: var(--spacing-lg);
  }
  .max-w-\[10rem\] {
    max-width: 10rem;
  }
  .max-w-\[20ch\] {
    max-width: 20ch;
  }
  .max-w-\[30ch\] {
    max-width: 30ch;
  }
  .max-w-\[32rem\] {
    max-width: 32rem;
  }
  .max-w-\[34ch\] {
    max-width: 34ch;
  }
  .max-w-\[36ch\] {
    max-width: 36ch;
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .max-w-container-sm {
    max-width: var(--spacing-container-sm);
  }
  .max-w-lg {
    max-width: var(--spacing-lg);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: var(--spacing-0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[100\%\] {
    --tw-translate-y: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xl {
    gap: var(--spacing-xl);
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-md) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-md) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-sm {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xxl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xxl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xxl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-lg {
    column-gap: var(--spacing-lg);
  }
  .gap-x-md {
    column-gap: var(--spacing-md);
  }
  .gap-x-sm {
    column-gap: var(--spacing-sm);
  }
  .gap-x-xs {
    column-gap: var(--spacing-xs);
  }
  .gap-y-lg {
    row-gap: var(--spacing-lg);
  }
  .gap-y-md {
    row-gap: var(--spacing-md);
  }
  .gap-y-sm {
    row-gap: var(--spacing-sm);
  }
  .gap-y-xl {
    row-gap: var(--spacing-xl);
  }
  .gap-y-xs {
    row-gap: var(--spacing-xs);
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-t-sm {
    border-top-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-border-accent {
    border-color: var(--color-border-accent);
  }
  .border-border-inverse {
    border-color: var(--color-border-inverse);
  }
  .border-border-primary {
    border-color: var(--color-border-primary);
  }
  .border-border-primary\/10 {
    border-color: color-mix(in srgb, #e5e5e5 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-border-primary) 10%, transparent);
    }
  }
  .bg-surface-accent {
    background-color: var(--color-surface-accent);
  }
  .bg-surface-inverse-primary {
    background-color: var(--color-surface-inverse-primary);
  }
  .bg-surface-primary {
    background-color: var(--color-surface-primary);
  }
  .bg-surface-primary\/5 {
    background-color: color-mix(in srgb, #ffffff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-primary) 5%, transparent);
    }
  }
  .bg-surface-secondary {
    background-color: var(--color-surface-secondary);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-surface-inverse-primary {
    --tw-gradient-to: var(--color-surface-inverse-primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-md {
    padding: var(--spacing-md);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .p-xl {
    padding: var(--spacing-xl);
  }
  .p-xs {
    padding: var(--spacing-xs);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .px-md {
    padding-inline: var(--spacing-md);
  }
  .px-sm {
    padding-inline: var(--spacing-sm);
  }
  .py-md {
    padding-block: var(--spacing-md);
  }
  .py-sm {
    padding-block: var(--spacing-sm);
  }
  .py-xs {
    padding-block: var(--spacing-xs);
  }
  .py-xxl {
    padding-block: var(--spacing-xxl);
  }
  .pt-md {
    padding-top: var(--spacing-md);
  }
  .pt-xxl {
    padding-top: var(--spacing-xxl);
  }
  .pr-xs {
    padding-right: var(--spacing-xs);
  }
  .pb-lg {
    padding-bottom: var(--spacing-lg);
  }
  .pb-xxl {
    padding-bottom: var(--spacing-xxl);
  }
  .pl-lg {
    padding-left: var(--spacing-lg);
  }
  .pl-md {
    padding-left: var(--spacing-md);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xxl {
    font-size: var(--text-xxl);
    line-height: var(--tw-leading, var(--text-xxl--line-height));
  }
  .font-300 {
    --tw-font-weight: var(--font-weight-300);
    font-weight: var(--font-weight-300);
  }
  .font-400 {
    --tw-font-weight: var(--font-weight-400);
    font-weight: var(--font-weight-400);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-text-accent {
    color: var(--color-text-accent);
  }
  .text-text-error {
    color: var(--color-text-error);
  }
  .text-text-inverse-primary {
    color: var(--color-text-inverse-primary);
  }
  .text-text-inverse-secondary {
    color: var(--color-text-inverse-secondary);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-border-accent {
    text-decoration-color: var(--color-border-accent);
  }
  .decoration-border-inverse {
    text-decoration-color: var(--color-border-inverse);
  }
  .decoration-border-primary {
    text-decoration-color: var(--color-border-primary);
  }
  .decoration-transparent {
    text-decoration-color: transparent;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .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 {
    --tw-backdrop-blur: blur(var(--blur));
    -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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-\[scale\] {
    transition-property: scale;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .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, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-20 {
    --tw-duration: 20ms;
    transition-duration: 20ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .not-last\:border-b-0 {
    &:not(*:last-child) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .not-motion-reduce\:group-hover\/button\:animate-inOut {
    @media not (prefers-reduced-motion: reduce) {
      &:is(:where(.group\/button):hover *) {
        @media (hover: hover) {
          animation: var(--animate-inOut);
        }
      }
    }
  }
  .not-motion-reduce\:group-hover\/projects\:scale-110 {
    @media not (prefers-reduced-motion: reduce) {
      &:is(:where(.group\/projects):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .not-motion-reduce\:group-hover\/services\:bg-surface-inverse-primary {
    @media not (prefers-reduced-motion: reduce) {
      &:is(:where(.group\/services):hover *) {
        @media (hover: hover) {
          background-color: var(--color-surface-inverse-primary);
        }
      }
    }
  }
  .not-motion-reduce\:group-hover\/services\:text-text-accent {
    @media not (prefers-reduced-motion: reduce) {
      &:is(:where(.group\/services):hover *) {
        @media (hover: hover) {
          color: var(--color-text-accent);
        }
      }
    }
  }
  .not-motion-reduce\:group-hover\/services\:text-text-primary {
    @media not (prefers-reduced-motion: reduce) {
      &:is(:where(.group\/services):hover *) {
        @media (hover: hover) {
          color: var(--color-text-primary);
        }
      }
    }
  }
  .selection\:bg-surface-accent {
    & *::selection {
      background-color: var(--color-surface-accent);
    }
    &::selection {
      background-color: var(--color-surface-accent);
    }
  }
  .selection\:text-text-primary {
    & *::selection {
      color: var(--color-text-primary);
    }
    &::selection {
      color: var(--color-text-primary);
    }
  }
  .placeholder\:text-text-primary {
    &::placeholder {
      color: var(--color-text-primary);
    }
  }
  .placeholder\:text-text-secondary {
    &::placeholder {
      color: var(--color-text-secondary);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: var(--spacing-0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: var(--spacing-0);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-surface-inverse-primary\/50 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #000000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-surface-inverse-primary) 50%, transparent);
      }
    }
  }
  .not-motion-reduce\:before\:absolute {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .not-motion-reduce\:before\:top-0 {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        top: var(--spacing-0);
      }
    }
  }
  .not-motion-reduce\:before\:left-0 {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        left: var(--spacing-0);
      }
    }
  }
  .not-motion-reduce\:before\:z-10 {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        z-index: 10;
      }
    }
  }
  .not-motion-reduce\:before\:h-full {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .not-motion-reduce\:before\:w-full {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .not-motion-reduce\:before\:bg-surface-inverse-primary\/25 {
    @media not (prefers-reduced-motion: reduce) {
      &::before {
        content: var(--tw-content);
        background-color: color-mix(in srgb, #000000 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-surface-inverse-primary) 25%, transparent);
        }
      }
    }
  }
  .first\:rounded-t-sm {
    &:first-child {
      border-top-left-radius: var(--radius-sm);
      border-top-right-radius: var(--radius-sm);
    }
  }
  .first\:rounded-tl-sm {
    &:first-child {
      border-top-left-radius: var(--radius-sm);
    }
  }
  .first\:rounded-bl-sm {
    &:first-child {
      border-bottom-left-radius: var(--radius-sm);
    }
  }
  .last\:rounded-tr-sm {
    &:last-child {
      border-top-right-radius: var(--radius-sm);
    }
  }
  .last\:rounded-b-sm {
    &:last-child {
      border-bottom-right-radius: var(--radius-sm);
      border-bottom-left-radius: var(--radius-sm);
    }
  }
  .last\:rounded-br-sm {
    &:last-child {
      border-bottom-right-radius: var(--radius-sm);
    }
  }
  .hover\:bg-surface-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-secondary);
      }
    }
  }
  .hover\:text-text-inverse-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-text-inverse-primary);
      }
    }
  }
  .hover\:decoration-border-accent {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-border-accent);
      }
    }
  }
  .hover\:decoration-border-primary {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-border-primary);
      }
    }
  }
  .not-motion-reduce\:hover\:border-border-accent {
    @media not (prefers-reduced-motion: reduce) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-accent);
        }
      }
    }
  }
  .not-motion-reduce\:hover\:bg-surface-accent {
    @media not (prefers-reduced-motion: reduce) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-surface-accent);
        }
      }
    }
  }
  .not-motion-reduce\:hover\:text-text-primary {
    @media not (prefers-reduced-motion: reduce) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-text-primary);
        }
      }
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:-translate-y-0 {
    &:focus {
      --tw-translate-y: calc(var(--spacing-0) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus-visible\:rounded-sm {
    &:focus-visible {
      border-radius: var(--radius-sm);
    }
  }
  .focus-visible\:bg-surface-accent {
    &:focus-visible {
      background-color: var(--color-surface-accent);
    }
  }
  .focus-visible\:text-text-primary {
    &:focus-visible {
      color: var(--color-text-primary);
    }
  }
  .focus-visible\:decoration-border-accent {
    &:focus-visible {
      text-decoration-color: var(--color-border-accent);
    }
  }
  .focus-visible\:decoration-transparent {
    &:focus-visible {
      text-decoration-color: transparent;
    }
  }
  .focus-visible\:outline-0 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:-outline-offset-2 {
    &:focus-visible {
      outline-offset: calc(2px * -1);
    }
  }
  .focus-visible\:-outline-offset-4 {
    &:focus-visible {
      outline-offset: calc(4px * -1);
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-border-accent {
    &:focus-visible {
      outline-color: var(--color-border-accent);
    }
  }
  .max-lg\:justify-center {
    @media (width < 1024px) {
      justify-content: center;
    }
  }
  .max-md\:last\:rounded-bl-sm {
    @media (width < 768px) {
      &:last-child {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .max-md\:nth-\[2\]\:rounded-tr-sm {
    @media (width < 768px) {
      &:nth-child(2) {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .max-md\:nth-\[2\]\:rounded-br-sm {
    @media (width < 768px) {
      &:nth-child(2) {
        border-bottom-right-radius: var(--radius-sm);
      }
    }
  }
  .max-sm\:first\:rounded-tr-sm {
    @media (width < 580px) {
      &:first-child {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .max-sm\:last\:rounded-bl-sm {
    @media (width < 580px) {
      &:last-child {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .sm\:col-span-5 {
    @media (width >= 580px) {
      grid-column: span 5 / span 5;
    }
  }
  .sm\:col-span-6 {
    @media (width >= 580px) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:col-span-8 {
    @media (width >= 580px) {
      grid-column: span 8 / span 8;
    }
  }
  .sm\:col-start-4 {
    @media (width >= 580px) {
      grid-column-start: 4;
    }
  }
  .sm\:col-start-7 {
    @media (width >= 580px) {
      grid-column-start: 7;
    }
  }
  .sm\:block {
    @media (width >= 580px) {
      display: block;
    }
  }
  .sm\:grid {
    @media (width >= 580px) {
      display: grid;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 580px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 580px) {
      flex-direction: row;
    }
  }
  .sm\:first\:rounded-tr-none {
    @media (width >= 580px) {
      &:first-child {
        border-top-right-radius: 0;
      }
    }
  }
  .sm\:first\:rounded-bl-sm {
    @media (width >= 580px) {
      &:first-child {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .sm\:last\:rounded-tr-sm {
    @media (width >= 580px) {
      &:last-child {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .sm\:last\:rounded-bl-none {
    @media (width >= 580px) {
      &:last-child {
        border-bottom-left-radius: 0;
      }
    }
  }
  .sm\:nth-\[2\]\:rounded-tr-sm {
    @media (width >= 580px) {
      &:nth-child(2) {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .sm\:max-xl\:nth-\[2\]\:rounded-tr-sm {
    @media (width >= 580px) {
      @media (width < 1440px) {
        &:nth-child(2) {
          border-top-right-radius: var(--radius-sm);
        }
      }
    }
  }
  .sm\:max-xl\:nth-\[2\]\:rounded-br-sm {
    @media (width >= 580px) {
      @media (width < 1440px) {
        &:nth-child(2) {
          border-bottom-right-radius: var(--radius-sm);
        }
      }
    }
  }
  .md\:col-span-1 {
    @media (width >= 768px) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:row-start-auto {
    @media (width >= 768px) {
      grid-row-start: auto;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 768px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:first\:rounded-bl-sm {
    @media (width >= 768px) {
      &:first-child {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .md\:last\:rounded-tr-sm {
    @media (width >= 768px) {
      &:last-child {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .md\:max-lg\:nth-\[3\]\:rounded-tr-sm {
    @media (width >= 768px) {
      @media (width < 1024px) {
        &:nth-child(3) {
          border-top-right-radius: var(--radius-sm);
        }
      }
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 1024px) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 1024px) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 1024px) {
      grid-column-start: 2;
    }
  }
  .lg\:col-start-6 {
    @media (width >= 1024px) {
      grid-column-start: 6;
    }
  }
  .lg\:col-start-7 {
    @media (width >= 1024px) {
      grid-column-start: 7;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 1024px) {
      grid-column-start: 8;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 1024px) {
      grid-row-start: 1;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-md {
    @media (width >= 1024px) {
      gap: var(--spacing-md);
    }
  }
  .lg\:border-t {
    @media (width >= 1024px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:border-t-0 {
    @media (width >= 1024px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .lg\:py-0 {
    @media (width >= 1024px) {
      padding-block: var(--spacing-0);
    }
  }
  .lg\:text-lg {
    @media (width >= 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:nth-\[4\]\:rounded-tr-sm {
    @media (width >= 1024px) {
      &:nth-child(4) {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .xl\:col-span-2 {
    @media (width >= 1440px) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 1440px) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 1440px) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 1440px) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 1440px) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:col-start-2 {
    @media (width >= 1440px) {
      grid-column-start: 2;
    }
  }
  .xl\:col-start-5 {
    @media (width >= 1440px) {
      grid-column-start: 5;
    }
  }
  .xl\:col-start-6 {
    @media (width >= 1440px) {
      grid-column-start: 6;
    }
  }
  .xl\:col-start-10 {
    @media (width >= 1440px) {
      grid-column-start: 10;
    }
  }
  .xl\:block {
    @media (width >= 1440px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1440px) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 1440px) {
      display: grid;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-12 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 1440px) {
      flex-direction: row;
    }
  }
  .xl\:flex-wrap {
    @media (width >= 1440px) {
      flex-wrap: wrap;
    }
  }
  .xl\:items-start {
    @media (width >= 1440px) {
      align-items: flex-start;
    }
  }
  .xl\:gap-sm {
    @media (width >= 1440px) {
      gap: var(--spacing-sm);
    }
  }
  .xl\:p-xl {
    @media (width >= 1440px) {
      padding: var(--spacing-xl);
    }
  }
  .xl\:text-lg {
    @media (width >= 1440px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:first\:rounded-bl-sm {
    @media (width >= 1440px) {
      &:first-child {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .xl\:last\:rounded-tr-sm {
    @media (width >= 1440px) {
      &:last-child {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .xl\:nth-\[4\]\:rounded-tr-sm {
    @media (width >= 1440px) {
      &:nth-child(4) {
        border-top-right-radius: var(--radius-sm);
      }
    }
  }
  .prose-a\:underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: underline;
    }
  }
  .prose-a\:decoration-border-inverse {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-color: var(--color-border-inverse);
    }
  }
  .prose-a\:hover\:decoration-border-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          text-decoration-color: var(--color-border-accent);
        }
      }
    }
  }
  .prose-a\:focus-visible\:bg-surface-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        background-color: var(--color-surface-accent);
      }
    }
  }
  .prose-a\:focus-visible\:decoration-border-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        text-decoration-color: var(--color-border-accent);
      }
    }
  }
  .prose-a\:focus-visible\:outline-0 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 0px;
      }
    }
  }
  .prose-ul\:list-outside {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: outside;
    }
  }
  .prose-ul\:list-image-\[url\(\'\/assets\/svg\/icon-ellipse-inverse\.svg\'\)\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-image: url('/assets/svg/icon-ellipse-inverse.svg');
    }
  }
  .prose-ul\:list-image-\[url\(\'\/assets\/svg\/icon-ellipse-primary\.svg\'\)\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-image: url('/assets/svg/icon-ellipse-primary.svg');
    }
  }
  .prose-ul\:space-y-sm {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .prose-ul\:pl-\[1\.2rem\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1.2rem;
    }
  }
  .max-md\:\[\:nth-child\(2n\+1\)\:nth-last-child\(-n\+2\)\]\:rounded-bl-sm {
    @media (width < 768px) {
      &:is(:nth-child(2n+1):nth-last-child(-n+2)) {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .sm\:\[\:nth-child\(2n\+1\)\:nth-last-child\(-n\+2\)\]\:rounded-bl-sm {
    @media (width >= 580px) {
      &:is(:nth-child(2n+1):nth-last-child(-n+2)) {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .sm\:max-xl\:\[\:nth-child\(2n\+1\)\:nth-last-child\(-n\+2\)\]\:rounded-bl-sm {
    @media (width >= 580px) {
      @media (width < 1440px) {
        &:is(:nth-child(2n+1):nth-last-child(-n+2)) {
          border-bottom-left-radius: var(--radius-sm);
        }
      }
    }
  }
  .md\:max-lg\:\[\:nth-child\(3n\+1\)\:nth-last-child\(-n\+3\)\]\:rounded-bl-sm {
    @media (width >= 768px) {
      @media (width < 1024px) {
        &:is(:nth-child(3n+1):nth-last-child(-n+3)) {
          border-bottom-left-radius: var(--radius-sm);
        }
      }
    }
  }
  .lg\:\[\:nth-child\(4n\+1\)\:nth-last-child\(-n\+4\)\]\:rounded-bl-sm {
    @media (width >= 1024px) {
      &:is(:nth-child(4n+1):nth-last-child(-n+4)) {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
  .xl\:\[\:nth-child\(4n\+1\)\:nth-last-child\(-n\+4\)\]\:rounded-bl-sm {
    @media (width >= 1440px) {
      &:is(:nth-child(4n+1):nth-last-child(-n+4)) {
        border-bottom-left-radius: var(--radius-sm);
      }
    }
  }
}
@media (width >= 768px) {
  :root {
    --text-md: calc(20 / var(--base) * var(--unit));
    --text-lg: calc(28 / var(--base) * var(--unit));
    --text-xl: calc(44 / var(--base) * var(--unit));
    --text-xxl: calc(76 / var(--base) * var(--unit));
    --text-md--line-height: calc(28 / 20);
    --text-lg--line-height: calc(36 / 28);
    --text-xl--line-height: calc(52 / 44);
    --text-xxl--line-height: calc(84 / 76);
    --spacing-md: calc(24 / var(--base) * var(--unit));
    --spacing-lg: calc(48 / var(--base) * var(--unit));
    --spacing-xl: calc(96 / var(--base) * var(--unit));
    --spacing-xxl: calc(192 / var(--base) * var(--unit));
  }
}
.list-within-list ul li > ul {
  margin-top: calc(16 / var(--base) * var(--unit));
}
@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;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes inOut {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(100%, -100%);
  }
  50.001% {
    transform: translate(-100%, 100%);
  }
  100% {
    transform: translate(0);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: 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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
