/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/tailwind.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.1 | 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --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);
    --font-interface: "Roboto", sans-serif;
  }
}
@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;
  }
  ::-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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .my-0\.5 {
    margin-block: calc(var(--spacing) * 0.5);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[clamp\(220px\,48vh\,410px\)\] {
    max-height: clamp(220px, 48vh, 410px);
  }
  .max-h-\[clamp\(280px\,65vh\,477px\)\] {
    max-height: clamp(280px, 65vh, 477px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[56ch\] {
    max-width: 56ch;
  }
  .max-w-\[116px\] {
    max-width: 116px;
  }
  .max-w-\[clamp\(280px\,34vw\,420px\)\] {
    max-width: clamp(280px, 34vw, 420px);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[110px\] {
    min-width: 110px;
  }
  .flex-\[0_0_116px\] {
    flex: 0 0 116px;
  }
  .flex-\[0_0_clamp\(135px\,14vw\,250px\)\] {
    flex: 0 0 clamp(135px, 14vw, 250px);
  }
  .flex-\[0_1_clamp\(120px\,12vw\,250px\)\] {
    flex: 0 1 clamp(120px, 12vw, 250px);
  }
  .flex-\[1_1_0\] {
    flex: 1 1 0;
  }
  .flex-\[1_1_auto\] {
    flex: 1 1 auto;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[clamp\(8px\,1\.4vw\,22px\)\] {
    gap: clamp(8px, 1.4vw, 22px);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[26px\] {
    padding: 26px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[clamp\(8px\,1vw\,14px\)\] {
    padding-inline: clamp(8px, 1vw, 14px);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .max-\[900px\]\:block {
    @media (width < 900px) {
      display: block;
    }
  }
  .max-\[900px\]\:flex {
    @media (width < 900px) {
      display: flex;
    }
  }
  .max-\[900px\]\:hidden {
    @media (width < 900px) {
      display: none;
    }
  }
  .max-\[900px\]\:flex-col {
    @media (width < 900px) {
      flex-direction: column;
    }
  }
  .max-\[900px\]\:items-center {
    @media (width < 900px) {
      align-items: center;
    }
  }
  .max-\[900px\]\:items-start {
    @media (width < 900px) {
      align-items: flex-start;
    }
  }
  .max-\[900px\]\:justify-between {
    @media (width < 900px) {
      justify-content: space-between;
    }
  }
  .max-\[900px\]\:gap-3\.5 {
    @media (width < 900px) {
      gap: calc(var(--spacing) * 3.5);
    }
  }
  .max-\[900px\]\:p-\[18px\] {
    @media (width < 900px) {
      padding: 18px;
    }
  }
  .max-\[650px\]\:mb-2\.5 {
    @media (width < 650px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[650px\]\:flex {
    @media (width < 650px) {
      display: flex;
    }
  }
  .max-\[650px\]\:hidden {
    @media (width < 650px) {
      display: none;
    }
  }
  .max-\[650px\]\:h-\[38dvh\] {
    @media (width < 650px) {
      height: 38dvh;
    }
  }
  .max-\[650px\]\:h-\[47dvh\] {
    @media (width < 650px) {
      height: 47dvh;
    }
  }
  .max-\[650px\]\:min-h-dvh {
    @media (width < 650px) {
      min-height: 100dvh;
    }
  }
  .max-\[650px\]\:w-full {
    @media (width < 650px) {
      width: 100%;
    }
  }
  .max-\[650px\]\:min-w-0 {
    @media (width < 650px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .max-\[650px\]\:flex-col {
    @media (width < 650px) {
      flex-direction: column;
    }
  }
  .max-\[650px\]\:flex-nowrap {
    @media (width < 650px) {
      flex-wrap: nowrap;
    }
  }
  .max-\[650px\]\:justify-between {
    @media (width < 650px) {
      justify-content: space-between;
    }
  }
  .max-\[650px\]\:gap-3 {
    @media (width < 650px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-\[650px\]\:overflow-auto {
    @media (width < 650px) {
      overflow: auto;
    }
  }
  .max-\[650px\]\:p-2\.5 {
    @media (width < 650px) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[650px\]\:p-4 {
    @media (width < 650px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .max-\[650px\]\:px-3\.5 {
    @media (width < 650px) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .max-\[650px\]\:px-\[3\%\] {
    @media (width < 650px) {
      padding-inline: 3%;
    }
  }
  .max-\[650px\]\:py-3 {
    @media (width < 650px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-\[650px\]\:pt-0 {
    @media (width < 650px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .max-\[650px\]\:pb-\[3\%\] {
    @media (width < 650px) {
      padding-bottom: 3%;
    }
  }
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --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);
    --font-interface: "Roboto", sans-serif;
  }
}
@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;
  }
  ::-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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .my-0\.5 {
    margin-block: calc(var(--spacing) * 0.5);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[clamp\(220px\,48vh\,410px\)\] {
    max-height: clamp(220px, 48vh, 410px);
  }
  .max-h-\[clamp\(280px\,65vh\,477px\)\] {
    max-height: clamp(280px, 65vh, 477px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[56ch\] {
    max-width: 56ch;
  }
  .max-w-\[116px\] {
    max-width: 116px;
  }
  .max-w-\[clamp\(280px\,34vw\,420px\)\] {
    max-width: clamp(280px, 34vw, 420px);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[110px\] {
    min-width: 110px;
  }
  .flex-\[0_0_116px\] {
    flex: 0 0 116px;
  }
  .flex-\[0_0_clamp\(135px\,14vw\,250px\)\] {
    flex: 0 0 clamp(135px, 14vw, 250px);
  }
  .flex-\[0_1_clamp\(120px\,12vw\,250px\)\] {
    flex: 0 1 clamp(120px, 12vw, 250px);
  }
  .flex-\[1_1_0\] {
    flex: 1 1 0;
  }
  .flex-\[1_1_auto\] {
    flex: 1 1 auto;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[clamp\(8px\,1\.4vw\,22px\)\] {
    gap: clamp(8px, 1.4vw, 22px);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[26px\] {
    padding: 26px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[clamp\(8px\,1vw\,14px\)\] {
    padding-inline: clamp(8px, 1vw, 14px);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .max-\[900px\]\:block {
    @media (width < 900px) {
      display: block;
    }
  }
  .max-\[900px\]\:flex {
    @media (width < 900px) {
      display: flex;
    }
  }
  .max-\[900px\]\:hidden {
    @media (width < 900px) {
      display: none;
    }
  }
  .max-\[900px\]\:flex-col {
    @media (width < 900px) {
      flex-direction: column;
    }
  }
  .max-\[900px\]\:items-center {
    @media (width < 900px) {
      align-items: center;
    }
  }
  .max-\[900px\]\:items-start {
    @media (width < 900px) {
      align-items: flex-start;
    }
  }
  .max-\[900px\]\:justify-between {
    @media (width < 900px) {
      justify-content: space-between;
    }
  }
  .max-\[900px\]\:gap-3\.5 {
    @media (width < 900px) {
      gap: calc(var(--spacing) * 3.5);
    }
  }
  .max-\[900px\]\:p-\[18px\] {
    @media (width < 900px) {
      padding: 18px;
    }
  }
  .max-\[650px\]\:mb-2\.5 {
    @media (width < 650px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[650px\]\:flex {
    @media (width < 650px) {
      display: flex;
    }
  }
  .max-\[650px\]\:hidden {
    @media (width < 650px) {
      display: none;
    }
  }
  .max-\[650px\]\:h-\[38dvh\] {
    @media (width < 650px) {
      height: 38dvh;
    }
  }
  .max-\[650px\]\:h-\[47dvh\] {
    @media (width < 650px) {
      height: 47dvh;
    }
  }
  .max-\[650px\]\:min-h-dvh {
    @media (width < 650px) {
      min-height: 100dvh;
    }
  }
  .max-\[650px\]\:w-full {
    @media (width < 650px) {
      width: 100%;
    }
  }
  .max-\[650px\]\:min-w-0 {
    @media (width < 650px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .max-\[650px\]\:flex-col {
    @media (width < 650px) {
      flex-direction: column;
    }
  }
  .max-\[650px\]\:flex-nowrap {
    @media (width < 650px) {
      flex-wrap: nowrap;
    }
  }
  .max-\[650px\]\:justify-between {
    @media (width < 650px) {
      justify-content: space-between;
    }
  }
  .max-\[650px\]\:gap-3 {
    @media (width < 650px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-\[650px\]\:overflow-auto {
    @media (width < 650px) {
      overflow: auto;
    }
  }
  .max-\[650px\]\:p-2\.5 {
    @media (width < 650px) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[650px\]\:p-4 {
    @media (width < 650px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .max-\[650px\]\:px-3\.5 {
    @media (width < 650px) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .max-\[650px\]\:px-\[3\%\] {
    @media (width < 650px) {
      padding-inline: 3%;
    }
  }
  .max-\[650px\]\:py-3 {
    @media (width < 650px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-\[650px\]\:pt-0 {
    @media (width < 650px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .max-\[650px\]\:pb-\[3\%\] {
    @media (width < 650px) {
      padding-bottom: 3%;
    }
  }
}
:root {
  --bg: #0b0f14;
  --panel: #0f1722;
  --panel-2: #101b28;
  --text: #e7edf6;
  --muted: #a8b3c5;
  --border: rgba(255, 255, 255, 0.08);
  --border-2: rgba(255, 255, 255, 0.14);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --focus: 0 0 0 3px rgba(125, 211, 252, 0.35);
  overflow: hidden;
}
.aboutCopy p {
  margin: 0 0 16px;
}
.aboutLayout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
  align-items: start;
  gap: clamp(36px, 5vw, 64px);
}
.aboutStack {
  align-self: start;
}
.aboutStack div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 26px;
  padding: 18px 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.aboutStack img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  object-position: center;
}
.aboutStack span {
  white-space: pre-line;
  color: var(--muted);
  font-size: 14px;
}
.assetCard {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.assetCard > p {
  color: var(--muted);
  line-height: 1.6;
}
.assetCard a,
.assetCard button {
  display: block;
  width: min(100%, 500px);
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
.assetCard h4 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
}
.assetCard img {
  display: block;
  width: 100%;
  height: auto;
}
.assetCard:nth-child(even) {
  align-items: flex-end;
  text-align: right;
}
.assetGrid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 18px;
}
.assetGroup > h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
}
.assetGroup > p {
  max-width: 78ch;
  color: var(--muted);
  line-height: 1.7;
}
.assetGroups {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.caseStudyBody {
  margin-top: 3px;
  padding: 6px 0 12px;
  border-top: 1px solid rgba(125, 211, 252, 0.35);
  color: #d6deea;
  line-height: 1.7;
}
.caseStudyButton {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #ffffff08, #ffffff04);
  cursor: pointer;
  text-align: left;
  transition: transform 170ms,
    border-color 170ms,
    background 170ms;
}
.caseStudyButton:hover,
.caseStudyButton:focus-visible {
  transform: translateY(-2px);
  border-color: #7dd3fc59;
  background: linear-gradient(180deg, #7dd3fc14, #ffffff05);
}
.caseStudySubtitle {
  color: var(--muted);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.caseStudyTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.caseStudyPinnedHeading {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}
.caseStudySection {
  margin-bottom: 12px;
}
.caseStudySection summary {
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}
.certificationCopy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 10px;
}
.certificationCopy span {
  color: var(--muted);
}
.certificationList {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.certificationList img {
  display: block;
  width: 100%;
  max-width: 720px;
  border-radius: 8px;
}
.certificationList li {
  display: grid;
  grid-template-columns: minmax(170px, 30%) 1fr;
  align-items: start;
  gap: 24px;
}
.contactLinkedin {
  display: inline-block;
  margin-top: 18px;
  color: #d8f3ff;
}
.contactMethodRow {
  display: flex;
  gap: 10px;
}
.contactMethods a {
  width: fit-content;
  color: #d8f3ff;
  text-decoration: none;
}
.contactMethods a:hover {
  color: #7dd4fcd7;
}
.contactSheetContent {
  width: 100%;
}
.contactSheetContent > p {
  margin-top: 0;
  color: var(--muted);
}
.contactSheetContent button {
  width: fit-content;
  min-width: 110px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(120, 160, 255, 0.2);
  padding: 10px 18px;
  cursor: pointer;
}
.contactSheetContent button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.contactSheetContent form {
  display: grid;
  gap: 10px;
}
.contactSheetContent input,
.contactSheetContent textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  outline: none;
  background: rgba(252, 252, 252, 0.12);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
}
.contactSheetContent input:focus,
.contactSheetContent textarea:focus {
  border-color: #646cff;
}
.contactSheetContent textarea {
  min-height: 120px;
  resize: vertical;
}
.messageSent {
  display: grid;
  min-height: 220px;
  place-content: center;
  text-align: center;
}
.messageSent h2 {
  margin: 0 0 8px;
  color: rgba(140, 255, 180, 0.95);
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.messageSent p {
  margin: 0;
  color: var(--muted);
}
.contactError {
  color: #ffadad;
}
.imageViewer {
  position: relative;
  display: flex;
  width: 70vw;
  height: min(90%, 760px);
  overflow: hidden;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(125, 211, 252, 0.35);
  border-radius: 30px;
  background: radial-gradient(
      1000px 800px at 20% 0%,
      rgba(56, 189, 248, 0.1),
      transparent 55%
    ),
    radial-gradient(
      900px 700px at 90% 20%,
      rgba(168, 85, 247, 0.1),
      transparent 55%
    ),
    rgba(3, 6, 10, 0.93);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}
.imageViewer > button {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  pointer-events: auto;
}
.imageViewerInstructions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  pointer-events: auto;
  padding-left: 35px;
}
.imageViewerInstructions span {
  width: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.imageViewerOverlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
}
.imageViewerWrap {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: none;
  cursor: grab;
}
.imageViewerWrap .zImg {
  display: block;
  width: auto;
  height: 65vh;
  max-width: none;
  max-height: none;
  border-radius: 20px;
  user-select: none;
  will-change: transform;
  -webkit-user-drag: none;
  pointer-events: auto;
  touch-action: none;
}
.imageViewerWrap:active {
  cursor: grabbing;
}
.menuBar {
  border-radius: 9999px;
  background: var(--text);
}
.menuCloseIcon {
  color: var(--text);
  font-size: 4em;
  line-height: 1;
  transition: transform 440ms;
}
.menuToggle {
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transition: transform 440ms;
}
.modalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
}
.modalClose {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 160ms ease,
    color 160ms ease;
}
.modalClose:hover,
.modalClose:focus-visible {
  color: #7dd4fcd7;
  background: rgba(255, 255, 255, 0.05);
}
.modalContent p {
  line-height: 1.7;
}
.modalContent,
.caseStudyContent {
  padding: 22px 8% 36px;
  font-family: "Roboto", sans-serif;
}
.modalEmptyState {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(100, 108, 255, 0.27);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.02);
}
.modalList,
.contactMethods,
.resumeSummary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modalPanel {
  width: 70vw;
  height: min(90%, 760px);
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(125, 211, 252, 0.35);
  border-radius: 30px;
  background: radial-gradient(
      1000px 800px at 20% 0%,
      rgba(56, 189, 248, 0.1),
      transparent 55%
    ),
    radial-gradient(
      900px 700px at 90% 20%,
      rgba(168, 85, 247, 0.1),
      transparent 55%
    ),
    rgba(11, 15, 20, 0.93);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
}
.modalPanelContact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30vw;
  height: 65vh;
}
.modalPanelMessageSent {
  width: 30vw;
  height: 40vh;
}
.modalPanelWide {
  width: 70vw;
  height: 90vh;
}
.modalScrollRegion {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
  border-radius: 22px;
}
.modalScrollRegion::-webkit-scrollbar {
  width: 9px;
}
.modalScrollRegion::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: #a855f71a;
  background-clip: padding-box;
}
.modalScrollRegion::-webkit-scrollbar-thumb:hover {
  border: 1px solid #a955f760;
}
.modalScrollRegion::-webkit-scrollbar-thumb:hover {
  background: #a855f71a;
  background-clip: padding-box;
  border: 1px solid #a955f760;
}
.modalScrollRegion::-webkit-scrollbar-track {
  background: transparent;
}
.modalStickyHeader {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 12px 14px 0;
  background: radial-gradient(
      1000px 800px at 20% 0%,
      rgba(56, 189, 248, 0.1),
      transparent 55%
    ),
    radial-gradient(
      900px 700px at 90% 20%,
      rgba(168, 85, 247, 0.1),
      transparent 55%
    ),
    rgba(11, 15, 20, 0.94);
  backdrop-filter: blur(4px);
}
.modalTab {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: rgba(10, 20, 30, 0.35);
  color: #fff;
  cursor: pointer;
}
.modalTab:focus-visible {
  position: relative;
  z-index: 1;
}
.modalTab.isActive {
  border-color: #646cff;
  background: rgba(35, 54, 73, 0.75);
}
.modalTabs {
  position: sticky;
  top: 66px;
  z-index: 3;
  display: flex;
  gap: 3px;
  padding: 10px 30px 0;
  background: #0b0f1447;
  backdrop-filter: blur(2px);
  border-bottom: 4px solid #0b0f1499;
}
.modalTitleRow {
  display: flex;
  align-items: center;
  min-height: 54px;
}
.modalTitleRow h2 {
  margin: 0;
  padding-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
}
.navLink {
  background: transparent;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  height: 85px;
}
.navLink:hover {
  color: #3394bb;
  font-size: 1.1em;
}
.navLink:focus-visible {
  font-size: 1.1em;
}
.portfolioBrand {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
}
.portfolioHeader {
  backdrop-filter: blur(10px);
}
.portfolioHero {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--shadow);
}
.portfolioHeroIntro {
  color: var(--muted);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.portfolioHeroPortrait {
  border: 1px solid var(--border);
  border-radius: 12px;
}
.portfolioHeroTitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 700;
  line-height: 1.1;
}
.portfolioProfile {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}
.portfolioProfileCopy {
  border-top: 1px solid var(--border);
}
.portfolioSelectedWork {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
}
.portfolioWorkScroll::-webkit-scrollbar {
  width: 10px;
}
.portfolioWorkScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a855f71a;
}
.portfolioWorkScroll::-webkit-scrollbar-thumb:hover {
  border: 1px solid #a955f760;
}
.profileName {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.profilePortrait {
  border-radius: 10px;
  background: radial-gradient(
      800px 400px at 40% 20%,
      rgba(56, 189, 248, 0.18),
      transparent 60%
    ),
    radial-gradient(
      600px 380px at 70% 55%,
      rgba(168, 85, 247, 0.14),
      transparent 62%
    ),
    rgba(255, 255, 255, 0.03);
}
.profileRole {
  color: var(--muted);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.resumeDocument > h2 {
  margin-top: 0;
}
.resumeDocument details {
  margin-bottom: 15px;
}
.resumeDocument li > span {
  color: var(--muted);
}
.resumeDocument li > span,
.resumeDocument li > em,
.resumeDocument li > strong {
  display: block;
}
.resumeDocument summary {
  padding: 8px 0;
  border-bottom: 1px solid rgba(125, 211, 252, 0.35);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}
.resumeDocument ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.resumeJob {
  list-style: none;
}
.resumeJob > ul {
  gap: 6px;
  margin-top: 10px;
}
.resumeSummary h3 {
  margin: 10px 0 0;
  font-family: "Montserrat", sans-serif;
}
.resumeSummary p {
  margin: 0;
  color: var(--muted);
}
.selectedWorkHeading {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}
.sendButton {
  transition: transform 170ms,
    border-color 170ms,
    background 170ms;
}
.sendButton:hover {
  transform: translateY(-2px);
  border-color: #7dd3fc59;
  background: linear-gradient(180deg, #7dd3fc14, #ffffff05);
}
.skipLink {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10001;
  padding: 10px 14px;
  border-radius: 10px;
  background: #e7edf6;
  color: #0b0f14;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 140ms ease;
}
.skipLink:focus {
  transform: translateY(0);
}
.workList {
  list-style: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  place-items: center;
  justify-content: center;
  background: radial-gradient(1000px 800px at 20% 0%, #38bdf81a, transparent 55%),
    radial-gradient(900px 700px at 90% 20%, #a855f71a, transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Helvetica,
    "Montserrat",
    "Roboto",
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  font: inherit;
  color: inherit;
  border: 0;
}
button:focus-visible,
[role="button"]:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 3px;
}
html,
body {
  height: 100%;
}
@media (max-width: 650px) {
  .aboutLayout {
    display: flex;
    flex-direction: column-reverse;
    gap: 18px;
  }
  .aboutStack {
    display: flex;
    align-items: center;
  }
  .aboutStack div {
    flex: 1;
    border-top: 0;
    border-left: 1px solid var(--border);
    padding: 10px 14px;
  }
  .aboutStack img {
    width: 100px;
    height: 100px;
  }
  .assetCard a,
  .assetCard button {
    width: 100%;
  }
  .assetCard,
  .assetCard:nth-child(even) {
    align-items: stretch;
    text-align: left;
  }
  .certificationList img {
    width: 100%;
  }
  .certificationList li {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contactMethodRow {
    flex-direction: column;
  }
  .imageViewer {
    width: 90%;
    height: 90%;
    border-radius: 22px;
  }
  .imageViewerInstructions {
    min-height: 40px;
    font-size: 14px;
  }
  .imageViewerOverlay {
    padding: 10px;
  }
  .imageViewerWrap .zImg {
    width: auto;
    height: 65vh;
    max-width: calc(100vw - 24px);
    max-height: calc(100dvh - 78px);
    border-radius: 12px;
  }
  .imageViewerWrap .zImgRotated {
    width: auto;
    height: 82vw;
    max-width: none;
    max-height: none;
  }
  .messageSent {
    display: grid;
    min-height: 220px;
    place-content: center;
    text-align: center;
  }
  .modalBackdrop {
    padding: 10px;
  }
  .modalContent,
  .caseStudyContent {
    padding: 16px 6% 28px;
  }
  .modalPanel,
  .modalPanelWide,
  .modalPanelContact {
    width: 90%;
    height: 70%;
    border-radius: 22px;
  }
  .modalPanelMessageSent {
    width: 90vw;
    height: 40vh;
  }
  .modalTab {
    flex: 0 0 auto;
    padding: 10px 12px;
  }
  .modalTabs {
    top: 64px;
    overflow-x: auto;
    padding-inline: 12px;
  }
  .portfolioNavLinks.isOpen {
    position: absolute;
    top: 100%;
    left: calc(-11% + 11px);
    z-index: 30;
    display: flex;
    width: 100vw;
    height: 85vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px;
    background: radial-gradient(
        1000px 800px at 20% 0%,
        rgba(56, 189, 248, 0.1),
        transparent 55%
      ),
      radial-gradient(
        900px 700px at 90% 20%,
        rgba(168, 85, 247, 0.1),
        transparent 55%
      ),
      #0b0f14f0;
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    font-size: 1.5em;
  }
  .portfolioBrand {
    font-size: 1.1em;
    font-weight: 600;
  }
  .portfolioHeroIntro {
    font-size: 1em;
    line-height: 1.35;
  }
  .portfolioHeroTitle {
    font-size: clamp(22px, 8vw, 24px);
    line-height: 1.05;
  }
}
@media (max-height: 820px) and (min-width: 901px) {
  .modalPanel {
    width: 70vw;
    height: min(80%, 760px);
    overflow: hidden;
    padding: 8px;
    border: 1px solid rgba(125, 211, 252, 0.35);
    border-radius: 30px;
    background: radial-gradient(
        1000px 800px at 20% 0%,
        rgba(56, 189, 248, 0.1),
        transparent 55%
      ),
      radial-gradient(
        900px 700px at 90% 20%,
        rgba(168, 85, 247, 0.1),
        transparent 55%
      ),
      rgba(11, 15, 20, 0.93);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
  }
  .modalPanelContact {
    width: 50vw;
  }
  .portfolioHero {
    margin-bottom: 7px;
    padding: 12px 18px;
  }
  .portfolioHero h1 {
    margin-bottom: 3px;
    font-size: 27px;
  }
  .portfolioHero p {
    line-height: 1.3;
  }
  .portfolioMain {
    min-height: 0;
    flex: 1 1 auto;
    gap: 18px;
    padding-top: 4px;
  }
  .portfolioNav {
    padding: 4px 8px 6px;
  }
  .portfolioNav > div > div:first-child {
    padding-block: 4px;
    font-size: 1.05em;
    line-height: 1.25;
  }
  .portfolioProfile {
    height: calc(100dvh - 91px);
    max-height: 650px;
  }
  .portfolioProfileCopy {
    flex: 0 0 auto;
    padding-block: 13px 15px;
  }
  .portfolioProfileImage {
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .portfolioProfileImage img {
    height: 100%;
    aspect-ratio: auto;
    object-position: center 24%;
  }
  .portfolioProfileInner {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .portfolioSelectedWork {
    height: calc(100dvh - 189px);
    min-height: 0;
    max-height: none;
    padding: 12px;
  }
  .portfolioShell {
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
    padding: 10px 28px;
  }
  .portfolioWorkScroll {
    height: calc(100dvh - 245px);
    min-height: 0;
    max-height: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.adminLogin,
.adminShell {
  min-height: 100vh;
  width: 85%;
  background: #17151b;
  color: #f4efe8;
  font-family: var(--font-interface);
}
.adminShell {
  height: 100dvh;
  overscroll-behavior: contain;
}
.adminLogin {
  display: grid;
  place-items: center;
  padding: 24px;
}
.adminLogin form {
  display: grid;
  gap: 18px;
  width: min(420px, 100%);
  padding: 36px;
  background: #28232e;
  border: 1px solid #655b73;
  border-radius: 14px;
}
.adminLogin h1,
.adminLogin p {
  margin: 0;
}
.adminLogin label {
  display: grid;
  gap: 8px;
}
.adminLogin input,
.adminLogin button {
  padding: 12px;
  border-radius: 8px;
}
.adminLogin input {
  background: #fff;
  color: #17151b;
}
.adminLogin button {
  background: #d6a14a;
  color: #17151b;
  font-weight: 700;
}
.adminShell header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 18px 10px;
  border-bottom: 1px solid #51495b;
  background: #211d27;
}
.adminShell header div {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.adminShell header h1 {
  margin: 0;
  font-size: 1.4rem;
}
.adminShell header span {
  color: #d6a14a;
}
.adminShell nav {
  display: flex;
  gap: 12px;
}
.adminShell a,
.adminShell button {
  border: 1px solid #655b73;
  border-radius: 7px;
  padding: 8px 12px;
  color: inherit;
  background: #302a38;
}
.adminWorkspace {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  min-height: calc(100vh - 75px);
}
.adminWorkspace aside {
  padding: 10px;
  border-right: 1px solid #51495b;
  background: #211d27;
}
.adminAsideHeading,
.adminEditorToolbar,
.adminEditorFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
}
.adminAsideHeading h2 {
  margin: 0;
  font-size: 1rem;
}
.adminWorkspace aside > .adminAsideHeading:not(:first-child) {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #51495b;
}
.adminMenuSections {
  margin-bottom: 0 !important;
}
.adminWorkspace ol {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.adminWorkspace li button {
  display: grid;
  gap: 4px;
  width: 100%;
  text-align: left;
}
.adminWorkspace li button span {
  font-size: 0.75rem;
  color: #bdb3c7;
}
.adminWorkspace li button.isSelected {
  border-color: #d6a14a;
  background: #44394c;
}
.adminEditor {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 20px;
  min-width: 0;
  height: calc(100dvh - 0px);
  min-height: 0;
  overflow: hidden;
}
.adminEditorToolbar > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.adminEditorToolbar .adminSave {
  background: #d6a14a;
  color: #17151b;
  font-weight: 700;
}
.adminEditor output {
  color: #d6a14a;
}
.asideStatus {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.adminAssetTool {
  display: flex;
  align-items: end;
  gap: 16px;
  padding: 12px;
  border: 1px solid #51495b;
  border-radius: 8px;
  background: #211d27;
}
.adminAssetTool label {
  display: grid;
  gap: 6px;
}
.adminAssetTool input {
  max-width: 360px;
  padding: 8px;
  border: 1px solid #655b73;
  border-radius: 6px;
  background: #100e13;
  color: #f4efe8;
}
@media (max-width: 760px) {
  .adminShell header,
  .adminShell header div {
    align-items: flex-start;
  }
  .adminShell header {
    gap: 16px;
  }
  .adminShell header div {
    flex-direction: column;
    gap: 2px;
  }
  .adminWorkspace {
    grid-template-columns: 1fr;
  }
  .adminWorkspace aside {
    border-right: 0;
    border-bottom: 1px solid #51495b;
  }
  .adminWorkspace ol {
    max-height: 220px;
    overflow: auto;
  }
  .adminEditorToolbar,
  .adminEditorFooter,
  .adminAssetTool {
    align-items: stretch;
    flex-direction: column;
  }
  .adminEditor textarea {
    min-height: 55vh;
  }
}
.adminEditor button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.adminEditorToolbar output {
  max-width: 32rem;
  text-align: right;
  font-size: 0.82rem;
}
.adminEditorToolbar output.isDirty {
  color: #f0c36b;
}
.adminTabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  border-bottom: 1px solid #51495b;
}
.adminTabs button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}
.adminTabs button.isActive {
  border-color: #d6a14a;
  background: #44394c;
  color: #fff;
}
.adminTabPanel {
  display: grid;
  gap: 20px;
  padding: 22px;
  border: 1px solid #51495b;
  border-radius: 10px;
  background: #211d27;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  box-sizing: border-box;
  height: auto;
  max-height: calc(80dvh - 100px);
  min-height: 0;
}
.adminPanelHeading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.adminPanelHeading h2,
.adminPanelHeading p {
  margin: 0;
}
.adminPanelHeading p {
  margin-top: 5px;
  color: #bdb3c7;
}
.adminPublish {
  display: flex !important;
  grid-template-rows: none !important;
  align-items: center;
  gap: 9px !important;
  white-space: nowrap;
}
.adminPublish input {
  accent-color: #d6a14a;
}
.adminFieldGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}
.adminField {
  display: grid;
  grid-template-rows: auto auto !important;
  gap: 7px !important;
  min-width: 0;
}
.adminField > span {
  color: #d8d0df;
  font-size: 0.8rem;
  font-weight: 700;
}
.adminField input,
.adminField textarea,
.adminInlineRow input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #655b73;
  border-radius: 7px;
  background: #100e13;
  color: #f4efe8;
  font: inherit;
}
.adminField textarea {
  min-height: 185px;
  resize: vertical;
}
.adminFieldWide {
  grid-column: 1/-1;
}
.adminSectionList,
.adminBodyList,
.adminAssetList {
  display: grid;
  gap: 12px;
}
.adminModule {
  overflow: hidden;
  border: 1px solid #51495b;
  border-radius: 8px;
  background: #17151b;
}
.adminModule summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 16px;
  cursor: pointer;
  background: #302a38;
}
.adminModule summary span {
  font-weight: 700;
}
.adminModule summary small {
  color: #bdb3c7;
}
.adminModuleContent {
  display: grid;
  gap: 16px;
  padding: 16px;
}
.adminModuleToolbar,
.adminBodyItemHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.adminModuleToolbar > .adminField {
  flex: 1;
}
.adminRowControls {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.adminRowControls button {
  padding: 6px 9px;
}
.adminDanger {
  border-color: #915b64 !important;
  color: #f2bdc4 !important;
}
.adminBodyItem,
.adminAssetCard {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #403848;
  border-radius: 7px;
  background: #211d27;
}
.adminSubList {
  display: grid;
  gap: 8px;
  margin-left: 16px;
  padding-left: 14px;
  border-left: 2px solid #51495b;
}
.adminInlineRow {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.adminAddRow {
  display: flex;
  gap: 8px;
}
.adminAddSmall,
.adminAddModule {
  justify-self: start;
  border-style: dashed !important;
  color: #d6a14a !important;
}
.adminAddModule {
  padding: 11px 16px !important;
}
.adminRemoveModule,
.adminRemoveProject {
  justify-self: start;
  margin-top: 6px;
}
.adminAssetField {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}
.adminAssetField img {
  grid-column: 1/-1;
  width: min(300px, 100%);
  max-height: 180px;
  object-fit: contain;
  object-position: left;
  border: 1px solid #51495b;
  border-radius: 7px;
  background: #100e13;
}
.adminUploadButton {
  display: block !important;
  padding: 10px 12px;
  border: 1px solid #655b73;
  border-radius: 7px;
  background: #302a38;
  cursor: pointer;
  white-space: nowrap;
}
.adminUploadButton input {
  display: none;
}
.adminEmpty {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 50vh;
}
.adminEmpty h2 {
  margin: 0;
}
@media (max-width: 900px) {
  .adminShell {
    width: 100%;
  }
  .adminFieldGrid {
    grid-template-columns: 1fr;
  }
  .adminPanelHeading,
  .adminModuleToolbar {
    flex-direction: column;
  }
  .adminRowControls {
    align-self: flex-end;
  }
}
@media (max-width: 760px) {
  .adminTabs {
    margin-inline: -20px;
    padding-inline: 20px;
  }
  .adminTabPanel {
    margin-inline: -10px;
    padding: 16px;
  }
  .adminEditorToolbar > div {
    flex-wrap: wrap;
  }
  .adminEditorToolbar output {
    order: 3;
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .adminBodyItemHeader {
    flex-direction: column;
  }
  .adminRowControls {
    align-self: auto;
  }
  .adminAssetField {
    grid-template-columns: 1fr;
  }
  .adminAssetField img {
    grid-column: auto;
  }
}
.adminSectionEditor {
  display: grid;
}
.adminSectionTabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  border-bottom: 1px solid #51495b;
  flex-shrink: 0;
}
.adminSectionTabs button {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}
.adminSectionTabs button.isActive {
  border-color: #d6a14a;
  color: #fff;
  background: #44394c;
}
.adminSectionTabs .adminAddSectionTab {
  border-style: dashed;
  color: #d6a14a;
}
.adminSectionPanel {
  border: 1px solid #51495b;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #17151b;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

