/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-\[74px\] {
  top: 74px;
}
.top-full {
  top: 100%;
}
.-left-\[10000px\] {
  left: calc(10000px * -1);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.col-span-full {
  grid-column: 1 / -1;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.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;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.size-\[26px\] {
  width: 26px;
  height: 26px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[118px\] {
  height: 118px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[520px\] {
  height: 520px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[calc\(100svh-74px\)\] {
  min-height: calc(100svh - 74px);
}
.min-h-\[calc\(100svh-76px\)\] {
  min-height: calc(100svh - 76px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[155\%\] {
  width: 155%;
}
.w-\[min\(330px\,calc\(100vw-28px\)\)\] {
  width: min(330px, calc(100vw - 28px));
}
.w-\[min\(420px\,100\%\)\] {
  width: min(420px, 100%);
}
.w-\[min\(620px\,100\%\)\] {
  width: min(620px, 100%);
}
.w-\[min\(720px\,100\%\)\] {
  width: min(720px, 100%);
}
.w-\[min\(1180px\,calc\(100\%-24px\)\)\] {
  width: min(1180px, calc(100% - 24px));
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-\[12ch\] {
  max-width: 12ch;
}
.max-w-\[14ch\] {
  max-width: 14ch;
}
.max-w-\[42vw\] {
  max-width: 42vw;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-\[140\%\] {
  --tw-translate-y: calc(140% * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-45 {
  rotate: calc(45deg * -1);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-\[35deg\] {
  rotate: 35deg;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.list-disc {
  list-style-type: disc;
}
.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));
}
.grid-cols-\[18px_1fr\] {
  grid-template-columns: 18px 1fr;
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.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-\[5px\] {
  gap: 5px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[clamp\(16px\,3vw\,34px\)\] {
  gap: clamp(16px, 3vw, 34px);
}
.gap-\[clamp\(24px\,5vw\,64px\)\] {
  gap: clamp(24px, 5vw, 64px);
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.justify-self-center {
  justify-self: center;
}
.justify-self-start {
  justify-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-y-2 {
  border-block-style: var(--tw-border-style);
  border-block-width: 2px;
}
.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-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-\[\#0b70ff52\] {
  border-color: #0b70ff52;
}
.border-\[\#0b70ff\] {
  border-color: #0b70ff;
}
.border-\[\#0b70ffa6\] {
  border-color: #0b70ffa6;
}
.border-\[\#222429\] {
  border-color: #222429;
}
.border-\[\#2224291f\] {
  border-color: #2224291f;
}
.border-\[\#2224292e\] {
  border-color: #2224292e;
}
.border-\[\#2224293d\] {
  border-color: #2224293d;
}
.border-\[\#22242914\] {
  border-color: #22242914;
}
.border-\[\#22242924\] {
  border-color: #22242924;
}
.border-\[\#22242947\] {
  border-color: #22242947;
}
.border-\[\#fffaf0b3\] {
  border-color: #fffaf0b3;
}
.border-\[\#fffaf02e\] {
  border-color: #fffaf02e;
}
.border-\[\#fffaf029\] {
  border-color: #fffaf029;
}
.border-\[\#fffaf033\] {
  border-color: #fffaf033;
}
.border-\[\#ffffff2e\] {
  border-color: #ffffff2e;
}
.bg-\[\#0b70ff0d\] {
  background-color: #0b70ff0d;
}
.bg-\[\#0b70ff1f\] {
  background-color: #0b70ff1f;
}
.bg-\[\#0b70ff\] {
  background-color: #0b70ff;
}
.bg-\[\#222429\] {
  background-color: #222429;
}
.bg-\[\#222429e8\] {
  background-color: #222429e8;
}
.bg-\[\#222429f5\] {
  background-color: #222429f5;
}
.bg-\[\#2224296b\] {
  background-color: #2224296b;
}
.bg-\[\#a9abaec7\] {
  background-color: #a9abaec7;
}
.bg-\[\#d2d4d6c7\] {
  background-color: #d2d4d6c7;
}
.bg-\[\#e9e3d7\] {
  background-color: #e9e3d7;
}
.bg-\[\#f5f0e6\] {
  background-color: #f5f0e6;
}
.bg-\[\#f5f0e6d1\] {
  background-color: #f5f0e6d1;
}
.bg-\[\#fffaf0ad\] {
  background-color: #fffaf0ad;
}
.bg-\[\#fffaf0b8\] {
  background-color: #fffaf0b8;
}
.bg-\[\#fffaf0d6\] {
  background-color: #fffaf0d6;
}
.bg-\[\#fffaf0d9\] {
  background-color: #fffaf0d9;
}
.bg-\[\#fffaf00f\] {
  background-color: #fffaf00f;
}
.bg-\[\#fffaf014\] {
  background-color: #fffaf014;
}
.bg-\[\#fffdf8\] {
  background-color: #fffdf8;
}
.bg-\[linear-gradient\(135deg\,\#0b70ff\,transparent_58\%\)\,\#222429\] {
  background-color: linear-gradient(135deg,#0b70ff,transparent 58%),#222429;
}
.bg-\[linear-gradient\(135deg\,rgba\(255\,250\,240\,\.82\)\,transparent_54\%\)\,rgba\(11\,112\,255\,\.64\)\] {
  background-color: linear-gradient(135deg,rgba(255,250,240,.82),transparent 54%),rgba(11,112,255,.64);
}
.bg-current {
  background-color: currentcolor;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.object-cover {
  object-fit: cover;
}
.object-\[center_38\%\] {
  object-position: center 38%;
}
.p-\[22px\] {
  padding: 22px;
}
.p-\[34px\] {
  padding: 34px;
}
.p-\[clamp\(16px\,3vw\,24px\)\] {
  padding: clamp(16px, 3vw, 24px);
}
.p-\[clamp\(18px\,4vw\,38px\)\] {
  padding: clamp(18px, 4vw, 38px);
}
.p-\[clamp\(22px\,4vw\,38px\)\] {
  padding: clamp(22px, 4vw, 38px);
}
.px-\[9px\] {
  padding-inline: 9px;
}
.px-\[13px\] {
  padding-inline: 13px;
}
.px-\[18px\] {
  padding-inline: 18px;
}
.py-\[74px_28px\] {
  padding-block: 74px 28px;
}
.py-\[74px_72px\] {
  padding-block: 74px 72px;
}
.py-\[74px_78px\] {
  padding-block: 74px 78px;
}
.py-\[74px_96px\] {
  padding-block: 74px 96px;
}
.py-\[clamp\(46px\,8vw\,92px\)\] {
  padding-block: clamp(46px, 8vw, 92px);
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pb-\[78px\] {
  padding-bottom: 78px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[\.82rem\] {
  font-size: .82rem;
}
.text-\[\.95rem\] {
  font-size: .95rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[clamp\(1\.8rem\,4vw\,3rem\)\] {
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.text-\[clamp\(1\.55rem\,3vw\,2\.35rem\)\] {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}
.text-\[clamp\(1rem\,2vw\,1\.28rem\)\] {
  font-size: clamp(1rem, 2vw, 1.28rem);
}
.text-\[clamp\(2\.2rem\,5vw\,4\.6rem\)\] {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}
.text-\[clamp\(2rem\,4vw\,3\.4rem\)\] {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.text-\[clamp\(3rem\,15vw\,6\.9rem\)\] {
  font-size: clamp(3rem, 15vw, 6.9rem);
}
.leading-\[\.92\] {
  --tw-leading: .92;
  line-height: .92;
}
.leading-\[\.94\] {
  --tw-leading: .94;
  line-height: .94;
}
.leading-\[\.98\] {
  --tw-leading: .98;
  line-height: .98;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.tracking-\[\.2em\] {
  --tw-tracking: .2em;
  letter-spacing: .2em;
}
.tracking-\[\.12em\] {
  --tw-tracking: .12em;
  letter-spacing: .12em;
}
.tracking-\[\.14em\] {
  --tw-tracking: .14em;
  letter-spacing: .14em;
}
.tracking-\[\.15em\] {
  --tw-tracking: .15em;
  letter-spacing: .15em;
}
.tracking-\[\.16em\] {
  --tw-tracking: .16em;
  letter-spacing: .16em;
}
.tracking-\[\.22em\] {
  --tw-tracking: .22em;
  letter-spacing: .22em;
}
.tracking-\[\.25em\] {
  --tw-tracking: .25em;
  letter-spacing: .25em;
}
.tracking-\[\.28em\] {
  --tw-tracking: .28em;
  letter-spacing: .28em;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#0b70ff\] {
  color: #0b70ff;
}
.text-\[\#3a3d44\] {
  color: #3a3d44;
}
.text-\[\#9f1d20\] {
  color: #9f1d20;
}
.text-\[\#074eb6\] {
  color: #074eb6;
}
.text-\[\#176b3a\] {
  color: #176b3a;
}
.text-\[\#60636a\] {
  color: #60636a;
}
.text-\[\#222429\] {
  color: #222429;
}
.text-\[\#b42318\] {
  color: #b42318;
}
.text-\[\#fffaf0\] {
  color: #fffaf0;
}
.text-\[\#fffaf0b8\] {
  color: #fffaf0b8;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.shadow-\[0_0_0_6px_rgba\(11\,112\,255\,\.12\)\] {
  --tw-shadow: 0 0 0 6px var(--tw-shadow-color, rgba(11,112,255,.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_0_0_14px_rgba\(255\,250\,240\,\.1\)\] {
  --tw-shadow: 0 0 0 14px var(--tw-shadow-color, rgba(255,250,240,.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_16px_48px_rgba\(34\,36\,41\,\.08\)\] {
  --tw-shadow: 0 16px 48px var(--tw-shadow-color, rgba(34,36,41,.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_45px_rgba\(34\,36\,41\,\.12\)\] {
  --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(34,36,41,.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_54px_rgba\(34\,36\,41\,\.12\)\] {
  --tw-shadow: 0 18px 54px var(--tw-shadow-color, rgba(34,36,41,.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(34\,36\,41\,\.1\)\] {
  --tw-shadow: 0 24px 80px var(--tw-shadow-color, rgba(34,36,41,.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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,);
}
.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, content-visibility, overlay, pointer-events;
  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-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.group-open\:hidden {
  &:is(:where(.group):is([open], :popover-open, :open) *) {
    display: none;
  }
}
.group-open\:inline {
  &:is(:where(.group):is([open], :popover-open, :open) *) {
    display: inline;
  }
}
.placeholder\:text-\[\#71747a\] {
  &::placeholder {
    color: #71747a;
  }
}
.placeholder\:text-\[\#22242966\] {
  &::placeholder {
    color: #22242966;
  }
}
.after\:rotate-45 {
  &::after {
    content: var(--tw-content);
    rotate: 45deg;
  }
}
.after\:border-t-2 {
  &::after {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
}
.after\:border-r-2 {
  &::after {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
}
.after\:content-\[\'\'\] {
  &::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
.hover\:border-\[\#0b70ff80\] {
  &:hover {
    @media (hover: hover) {
      border-color: #0b70ff80;
    }
  }
}
.hover\:border-\[\#0b70ff\] {
  &:hover {
    @media (hover: hover) {
      border-color: #0b70ff;
    }
  }
}
.hover\:bg-\[\#0b70ff\] {
  &:hover {
    @media (hover: hover) {
      background-color: #0b70ff;
    }
  }
}
.hover\:text-\[\#0b70ff\] {
  &:hover {
    @media (hover: hover) {
      color: #0b70ff;
    }
  }
}
.hover\:shadow-\[0_22px_70px_rgba\(34\,36\,41\,\.14\)\] {
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 22px 70px var(--tw-shadow-color, rgba(34,36,41,.14));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.focus\:border-\[\#0b70ff\] {
  &:focus {
    border-color: #0b70ff;
  }
}
.focus\:bg-\[\#fffaf0eb\] {
  &:focus {
    background-color: #fffaf0eb;
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-3 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-4 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-\[\#0b70ff3d\] {
  &:focus {
    --tw-ring-color: #0b70ff3d;
  }
}
.focus\:ring-\[\#0b70ff24\] {
  &:focus {
    --tw-ring-color: #0b70ff24;
  }
}
.disabled\:cursor-wait {
  &:disabled {
    cursor: wait;
  }
}
.disabled\:opacity-60 {
  &:disabled {
    opacity: 60%;
  }
}
.disabled\:opacity-65 {
  &:disabled {
    opacity: 65%;
  }
}
:root {
  --eggshell: #f5f0e6;
  --eggshell-strong: #fffaf0;
  --ink: #222429;
  --ink-soft: #3a3d44;
  --line: rgba(34, 36, 41, 0.14);
  --blue: #0b70ff;
  --blue-soft: rgba(11, 112, 255, 0.12);
  --surface: rgba(255, 250, 240, 0.84);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  margin: 0;
  background: linear-gradient(180deg, rgba(245, 240, 230, 0.76), var(--eggshell) 620px),
    url("../assets/portfolio-backdrop.png") top center / min(1680px, 160vw) auto no-repeat,
    var(--eggshell);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
.workshop-hero,
.workshop-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.workshop-hero {
  display: grid;
  min-height: 54svh;
  align-content: center;
  gap: clamp(48px, 8vw, 88px);
  padding: 24px 0 64px;
}
.workshop-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 760;
}
.eyebrow {
  display: block;
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h1 {
  max-width: 9ch;
  margin: 0 0 22px;
  font-size: clamp(3.4rem, 9vw, 7rem);
  line-height: 0.92;
}
p {
  max-width: 620px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.55;
}
.workshop-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 90px;
}
.workshop-card {
  display: grid;
  min-height: 180px;
  align-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  padding: 20px;
  background: var(--surface);
  box-shadow: 0 16px 48px rgba(34, 36, 41, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.workshop-card:hover,
.workshop-card:focus-visible {
  border-color: rgba(11, 112, 255, 0.5);
  box-shadow: 0 22px 70px rgba(34, 36, 41, 0.14);
  transform: translateY(-4px);
}
.workshop-card span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 860;
}
.workshop-card strong {
  font-size: 1.28rem;
}
@media (max-width: 920px) {
  .workshop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 610px) {
  .workshop-hero,
  .workshop-grid {
    width: min(100% - 24px, 1180px);
  }
  .workshop-nav {
    display: grid;
  }
  .workshop-grid {
    grid-template-columns: 1fr;
  }
}
@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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-duration: initial;
      --tw-content: "";
    }
  }
}
