/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --leading-relaxed: 1.625;
    --default-font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --font-display: "Archivo", ui-sans-serif, system-ui, 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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-full {
    width: 100%;
  }
  .max-w-108 {
    max-width: calc(var(--spacing) * 108);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-brand\/45 {
    border-color: var(--c-brand);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--c-brand) 45%, transparent);
    }
  }
  .bg-brand {
    background-color: var(--c-brand);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: "Archivo", ui-sans-serif, system-ui, sans-serif;
  }
  .text-sm\/relaxed {
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.6875rem\] {
    font-size: 0.6875rem;
  }
  .text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }
  .text-\[2\.125rem\] {
    font-size: 2.125rem;
  }
  .leading-\[0\.95\] {
    --tw-leading: 0.95;
    line-height: 0.95;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.015em\] {
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-brand {
    color: var(--c-brand);
  }
  .text-brand\/35 {
    color: var(--c-brand);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--c-brand) 35%, transparent);
    }
  }
  .text-ink {
    color: var(--c-text);
  }
  .text-muted {
    color: var(--c-muted);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .dark\:block:where(.dark, .dark *) {
    display: block;
  }
  .dark\:hidden:where(.dark, .dark *) {
    display: none;
  }
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600 800;
  font-stretch: 100% 125%;
  font-display: swap;
  src: url("fonts/archivo.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/manrope.woff2") format("woff2");
}
:root {
  --c-bg: #f5f3f4;
  --c-surface: #ffffff;
  --c-surface-2: #eceaeb;
  --c-border: #e2dde0;
  --c-text: #131316;
  --c-muted: #5c5c66;
  --c-brand: #c4137a;
  --c-brand-solid: #d6187f;
  --c-brand-hi: #a80f68;
  --c-on-brand: #ffffff;
  --c-glow: 198 19 122;
  --c-shadow: 19 19 22;
  --glow-alpha: 0.07;
}
.dark {
  --c-bg: #0b0b0d;
  --c-surface: #141417;
  --c-surface-2: #1c1c21;
  --c-border: #26262c;
  --c-text: #fafafa;
  --c-muted: #9c9ca5;
  --c-brand: #e6238c;
  --c-brand-solid: #cc1a7b;
  --c-brand-hi: #da1f86;
  --c-on-brand: #ffffff;
  --c-glow: 230 35 140;
  --c-shadow: 0 0 0;
  --glow-alpha: 0.16;
}
@layer base {
  html {
    background-color: var(--c-bg);
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-family: var(--font-sans);
    color: var(--c-text);
    background-color: var(--c-bg);
    background-image: radial-gradient( 120% 60% at 50% -10%, rgb(var(--c-glow) / var(--glow-alpha)) 0%, transparent 70% );
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  :focus-visible {
    outline: 2px solid var(--c-brand);
    outline-offset: 3px;
    border-radius: 4px;
  }
  ::selection {
    background: var(--c-brand-solid);
    color: var(--c-on-brand);
  }
}
@layer components {
  .avatar {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 0 0 3px var(--c-bg), 0 0 0 5px var(--c-brand);
  }
  .avatar__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .avatar__logo {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: var(--c-bg);
    opacity: 0;
    transition: opacity 450ms ease;
  }
  .avatar__logo img {
    width: 62%;
    height: auto;
  }
  .js .avatar__logo {
    opacity: 1;
  }
  .js .avatar.is-revealed .avatar__logo {
    opacity: 0;
  }
  @media (hover: hover) {
    .js .avatar.is-revealed:hover .avatar__logo {
      opacity: 1;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .avatar__logo {
      transition: none;
    }
    .js .avatar__logo {
      opacity: 0;
    }
  }
  .eyebrow {
    font-family: var(--font-display);
    font-size: 0.6875rem;
    font-weight: 600;
    font-stretch: 108%;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--c-muted);
  }
  .link-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    width: 100%;
    min-height: 4.25rem;
    padding: 0.9375rem 1rem 0.9375rem 1.125rem;
    border-radius: 0.875rem;
    overflow: hidden;
    transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }
  .link-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--c-brand);
    transition: width 180ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .link-card--primary {
    background: var(--c-brand-solid);
    color: var(--c-on-brand);
    box-shadow: 0 1px 2px rgb(var(--c-shadow) / 0.2);
  }
  .link-card--primary::before {
    display: none;
  }
  .link-card--primary {
    padding-left: 1rem;
  }
  .link-card--ghost {
    background: var(--c-surface);
    color: var(--c-text);
    border: 1px solid var(--c-border);
  }
  @media (hover: hover) {
    .link-card:hover {
      transform: translateY(-2px);
    }
    .link-card:hover::before {
      width: 6px;
    }
    .link-card--primary:hover {
      background: var(--c-brand-hi);
      box-shadow: 0 6px 20px rgb(var(--c-glow) / 0.35);
    }
    .link-card--ghost:hover {
      border-color: var(--c-brand);
      background: var(--c-surface-2);
    }
  }
  .link-card:active {
    transform: translateY(0) scale(0.985);
  }
  .link-card__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-stretch: 105%;
    font-size: 1.0625rem;
    line-height: 1.15;
    letter-spacing: -0.005em;
  }
  .link-card__note {
    font-size: 0.8125rem;
    line-height: 1.35;
    margin-top: 0.1875rem;
    opacity: 1;
  }
  .link-card--ghost .link-card__note {
    color: var(--c-muted);
    opacity: 1;
  }
  .social-link {
    display: grid;
    place-items: center;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 999px;
    border: 1px solid var(--c-border);
    background: var(--c-surface);
    color: var(--c-muted);
    transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  @media (hover: hover) {
    .social-link:hover {
      color: var(--c-brand);
      border-color: var(--c-brand);
      transform: translateY(-2px);
    }
  }
  .powered-by {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, currentColor 35%, transparent);
    }
    text-underline-offset: 2px;
    transition: color 160ms ease, text-decoration-color 160ms ease;
  }
  @media (hover: hover) {
    .powered-by:hover {
      color: var(--c-brand);
      text-decoration-color: currentColor;
    }
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .rise {
    animation: rise 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: var(--d, 0ms);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
