/*! tailwindcss v4.3.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;
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-semibold: 600;
    --radius-lg: 0.5rem;
    --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);
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-full {
    height: 100%;
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[98px\] {
    width: 98px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .p-0 {
    padding: 0;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .ring {
    --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);
  }
  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .hover\:border-pink-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-pink-300);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .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-pink-300 {
    &:focus {
      --tw-ring-color: var(--color-pink-300);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-2 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: 'MonoLisa';
  src: url('/fonts/monolisa/MonoLisa-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MonoLisa';
  src: url('/fonts/monolisa/MonoLisa-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MonoLisa';
  src: url('/fonts/monolisa/MonoLisa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MonoLisa';
  src: url('/fonts/monolisa/MonoLisa-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html {
  background-color: #111111;
  --font-title: 'MonoLisa', 'MonoLisa Nerd Font Mono', monospace;
}
body {
  color: #ffffff;
  font-family: 'Fira Code', monospace;
  line-height: 2.0;
  margin: 0;
  max-width: none;
  font-size: 14px;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}
header {
  margin-bottom: 1rem;
}
.site-header__bar {
  width: 100%;
}
.site-nav__home-icon {
  display: block;
  height: 2rem;
  width: auto;
  image-rendering: pixelated;
}
.site-nav__home-link {
  font-size: 1rem;
}
.site-nav__home-kaomoji {
  display: inline-block;
  font-family: 'Fira Code', monospace;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.site-nav .site-nav__list a:hover, .site-nav .site-nav__list a:focus-visible {
  color: #f97316;
}
.site-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 60;
}
.site-nav-toggle__bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  width: 1.1rem;
}
.site-nav-toggle__bars span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.site-nav-toggle.is-open .site-nav-toggle__bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-nav-toggle.is-open .site-nav-toggle__bars span:nth-child(2) {
  opacity: 0;
}
.site-nav-toggle.is-open .site-nav-toggle__bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 767px) {
  .site-header__bar {
    justify-content: flex-end;
  }
  .site-nav-toggle {
    display: flex;
  }
  .site-nav-wrap {
    position: fixed;
    inset: 0;
    z-index: 50;
    pointer-events: none;
  }
  .site-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .site-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.88);
    opacity: 0;
    visibility: hidden;
    background: #111111;
    border: 1px solid #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    min-width: 12rem;
    transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.22s ease, visibility 0.22s ease;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .site-nav__list li {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .site-nav__list a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .site-nav__home-kaomoji {
    display: inline-block;
  }
  .site-nav-wrap.is-open {
    pointer-events: auto;
  }
  .site-nav-wrap.is-open .site-nav-backdrop {
    opacity: 1;
  }
  .site-nav-wrap.is-open .site-nav {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .site-greeting {
    text-align: center;
  }
  .site-page-breaker {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .site-header__bar {
    justify-content: center;
  }
  .site-nav-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .site-nav-backdrop {
    display: none;
  }
  .site-nav {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    padding: 0;
  }
  .site-nav__list {
    justify-content: center;
  }
}
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #4b5563;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
}
.lang-switcher__btn {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}
.lang-switcher__btn:hover {
  color: #f97316;
}
.lang-switcher__btn.is-active {
  color: #ffffff;
  background: rgba(249, 115, 22, 0.2);
}
.nav-radio-mute {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.nav-radio-mute:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}
.nav-radio-mute[hidden] {
  display: none !important;
}
.nav-radio-mute__icon {
  width: 0.875rem;
  height: 0.875rem;
}
.nav-radio-mute.is-unmuted .nav-radio-mute__icon--off {
  display: none;
}
.nav-radio-mute.is-muted .nav-radio-mute__icon--on {
  display: none;
}
.nav-radio-mute.is-unmuted {
  background: #22c55e;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.35);
}
.nav-radio-mute.is-muted {
  background: #ef4444;
  box-shadow: 0 4px 16px rgba(239, 68, 68, 0.35);
}
@media (max-width: 767px) {
  .nav-radio-mute {
    bottom: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .nav-radio-mute__icon {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .site-header__bar {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .lang-switcher {
    order: 2;
    margin-left: auto;
  }
  .site-nav-wrap {
    order: 3;
    width: 100%;
  }
}
footer {
  margin-top: 1rem;
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover:not(.block):not(.not-prose) {
  color: #f9a8d4;
}
p a, li a:not(nav a), article a:not(.block) {
  text-decoration: underline;
}
a.block, a.not-prose {
  text-decoration: none;
}
a.block:hover, a.not-prose:hover {
  color: inherit;
}
p {
  margin-bottom: 1rem;
}
blockquote {
  border-left: 2px solid #ffffff;
  padding-left: 1.5rem;
  margin-left: 0;
  margin-bottom: 1rem;
  font-style: italic;
  color: #ffffff;
}
h1 {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.site-greeting {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
.site-page-breaker {
  width: 100%;
  max-width: 28rem;
  height: auto;
  margin-top: 0.5rem;
  image-rendering: pixelated;
}
.site-section-intro {
  font-size: 0.875rem;
  color: #9ca3af;
  text-align: center;
  max-width: 32rem;
  margin: 0.75rem 0 0;
  line-height: 1.55;
}
.intro-role {
  color: #f97316;
  font-style: italic;
  font-weight: bold;
}
.status-header {
  gap: 2px;
}
.status-label {
  font-family: 'Fira Code', monospace;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 1;
  padding-bottom: 4px;
}
.status-image {
  width: auto;
  height: auto;
  max-width: none;
  image-rendering: pixelated;
}
.not-prose .tech-stack img.tech-stack__icon {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}
.tech-stack__icon:hover {
  opacity: 1;
}
.prev-employers {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.75rem;
  width: 100%;
}
.prev-employers__label {
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #4ade80;
  margin: 0;
  text-transform: capitalize;
}
.prev-employers__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  row-gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.prev-employers__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding-left: 0;
}
.prev-employers__list li::before {
  display: none;
}
.prev-employers__logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.95;
}
.prev-employers__logo--ine {
  height: 34px;
  max-width: 52px;
}
.prev-employers__dates {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .prev-employers {
    display: flex;
  }
}
.site-subsection-title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
h2 {
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.flex-1 h2, .flex-1 h3, .flex-1 h4, .flex-1 h5, .flex-1 h6 {
  margin-top: 1.5rem;
}
h3 {
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.md-content {
  --md-h2: #f97316;
  --md-h3: #38bdf8;
  --md-h4: #4ade80;
  --md-h5: #f9a8d4;
  --md-h6: #9ca3af;
}
.md-content--thoughts {
  --md-h2: #f472b6;
  --md-h3: #c084fc;
  --md-h4: #22d3ee;
  --md-h5: #fbbf24;
  --md-h6: #9ca3af;
}
.md-content h2 {
  color: var(--md-h2);
}
.md-content h3 {
  color: var(--md-h3);
}
.md-content h4 {
  color: var(--md-h4);
}
.md-content h5 {
  color: var(--md-h5);
}
.md-content h6 {
  color: var(--md-h6);
}
.md-content--blog {
  font-family: var(--font-title);
  font-size: 15px;
  line-height: 1.65;
}
.md-content--blog h2, .md-content--blog h3, .md-content--blog h4, .md-content--blog h5, .md-content--blog h6 {
  font-family: var(--font-title);
}
.blog-live-demo-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem 0.75rem;
  margin: 1rem 0 1.5rem;
  width: 100%;
}
.blog-live-demo-callout {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-family: var(--font-title);
  font-size: 0.75rem;
  line-height: 1.3;
  color: #9ca3af;
}
.blog-live-demo-callout__arrow {
  font-size: 1rem;
  font-weight: 700;
  color: #f97316;
  line-height: 1;
}
.blog-live-demo-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.blog-live-demo-note {
  flex: 1 1 12rem;
  margin: 0;
  font-family: var(--font-title);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #f97316;
}
.blog-live-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0.9rem 1rem;
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #111111;
  background: #f97316;
  border: 2px solid #f97316;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.blog-live-demo:hover {
  background: #fb923c;
  border-color: #fb923c;
  color: #000000;
}
.blog-live-demo-actions .blog-live-demo:only-child {
  flex: 0 1 auto;
  padding: 0.9rem 2.25rem;
  font-size: 1.125rem;
}
.entry-favorite-star {
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 1em;
  line-height: 1;
  color: #fbbf24;
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.45);
}
.entry-favorite-star--top {
  font-size: 1.2em;
  color: #fde047;
  text-shadow: 0 0 12px rgba(253, 224, 71, 0.75);
}
.blog-list__title .entry-favorite-star {
  margin-right: 0.35rem;
}
.project-card--top-favorite {
  border-color: #fbbf24;
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.35);
}
.project-card--top-favorite:hover {
  border-color: #fde047;
  box-shadow: 0 0 0 1px rgba(253, 224, 71, 0.55);
}
.blog-outline-note {
  margin: 1rem 0 1.5rem;
  padding: 0.85rem 1rem;
  border: 2px solid #f97316;
  border-radius: 0.75rem;
  background: transparent;
  font-family: var(--font-title);
  font-size: inherit;
  line-height: 1.55;
  color: #ffffff;
}
.blog-outline-note p {
  margin: 0;
}
.md-content--blog table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.5rem;
  font-family: var(--font-title);
}
.md-content--blog th, .md-content--blog td {
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
  vertical-align: top;
}
.md-content--blog thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #f97316;
}
.md-content--blog tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.exp-company {
  font-weight: bold;
}
.exp-company--pwc {
  color: #f97316;
}
.exp-company--santander {
  color: #dc2626;
}
.exp-company--ine {
  color: #c026d3;
}
.exp-company--didi {
  color: #fb923c;
}
.exp-company--afs {
  color: #38bdf8;
}
.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16rem;
  column-gap: 2.5rem;
  row-gap: 1rem;
  align-items: start;
}
.experience-page {
  display: contents;
}
.experience-page > h2:first-of-type {
  grid-column: 1;
  grid-row: 1;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.experience-page .exp-list {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}
.experience-layout > .experience-toc {
  grid-column: 2;
  grid-row: 2;
}
.exp-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.exp-card {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
}
.exp-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.exp-card p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.exp-card ul {
  margin-bottom: 0;
}
.projects-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid #333333;
  border-radius: 0.5rem;
  background: #111111;
}
@media (min-width: 768px) {
  .projects-toolbar {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
.projects-toolbar__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.projects-toolbar__group--tags {
  flex: 1;
  min-width: 0;
}
.projects-toolbar__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
}
.projects-toolbar__select {
  appearance: none;
  font-family: inherit;
  font-size: 0.875rem;
  color: #ffffff;
  background: #1a1a1a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239ca3af' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  border: 1px solid #444444;
  border-radius: 0.375rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  cursor: pointer;
  min-width: 11rem;
}
.projects-toolbar__select:hover, .projects-toolbar__select:focus {
  border-color: #f97316;
  outline: none;
}
.projects-toolbar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.projects-filter__tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  border: 1px solid #555555;
  line-height: 1.4;
  white-space: nowrap;
  color: #d1d5db;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.15s ease, opacity 0.15s ease;
}
.projects-filter__tag:hover {
  border-color: #f97316;
}
.projects-filter__tag.is-active {
  border-color: #f97316;
  box-shadow: 0 0 0 1px #f97316;
}
.projects-filter__tag--favorites {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-color: #fbbf24;
  color: #fbbf24;
}
.projects-filter__tag--favorites:hover, .projects-filter__tag--favorites.is-active {
  border-color: #fbbf24;
  box-shadow: 0 0 0 1px #fbbf24;
  color: #fde68a;
}
.projects-filter__star {
  font-size: 0.75rem;
  line-height: 1;
}
.projects-empty {
  font-size: 0.875rem;
  color: #9ca3af;
  text-align: center;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}
.projects-disclaimer {
  font-family: var(--font-title);
  font-size: 0.875rem;
  font-weight: 400;
  color: #f97316;
  text-align: center;
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  line-height: 1.55;
  background: #111111;
  border: 2px solid #f97316;
  border-radius: 0.75rem;
}
.projects-disclaimer__emph {
  font-weight: 700;
  color: #ffffff;
}
.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}
.project-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #111111;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.project-card:hover {
  border-color: #f97316;
}
.project-card__shots {
  position: relative;
  background: #1a1a1a;
  border-bottom: 1px solid #333333;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.project-card__shots--multi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  position: static;
}
.project-card__shots--multi .project-card__shot {
  position: relative;
  inset: auto;
}
.project-card__shot {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #1a1a1a;
}
.project-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem 1.5rem;
}
.project-card__title {
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.project-card__teaser {
  font-size: 0.875rem;
  color: #d1d5db;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.project-card__link {
  display: inline-block;
  font-size: 0.875rem;
  color: #f97316;
  text-decoration: underline;
  transition: color 0.2s ease;
  margin-top: auto;
}
.project-card:hover .project-card__link {
  color: #fb923c;
}
.project-card.project-card--hidden, .entry-list-item.entry-list-item--hidden {
  display: none !important;
}
.entry-card {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.entry-card:hover {
  border-color: #f9a8d4;
}
.blog-list__title {
  font-family: var(--font-title);
  color: #f97316;
}
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.entry-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  border: 1px solid currentColor;
  line-height: 1.4;
  white-space: nowrap;
}
.entry-tag--blog {
  color: #f97316;
  background: rgba(249, 115, 22, 0.12);
}
.entry-tag--thoughts {
  color: #f472b6;
  background: rgba(244, 114, 182, 0.12);
}
.entry-tag--project {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
}
.entry-tag--web-dev {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
}
.entry-tag--data-analysis {
  color: #c084fc;
  background: rgba(192, 132, 252, 0.1);
}
.entry-tag--fintech {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.1);
}
.entry-tag--mobile {
  color: #f472b6;
  background: rgba(244, 114, 182, 0.1);
}
.entry-tag--desktop {
  color: #818cf8;
  background: rgba(129, 140, 248, 0.1);
}
.entry-tag--nlp {
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.1);
}
.entry-tag--geodata {
  color: #a3e635;
  background: rgba(163, 230, 53, 0.1);
}
.entry-tag--cybersec {
  color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}
.entry-tag--ai-ml {
  color: #e879f9;
  background: rgba(232, 121, 249, 0.1);
}
h4 {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h5 {
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h6 {
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-top: 1px solid #333333;
  background: none;
}
.toc-container {
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}
.toc-container--cards {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
  --toc-h2: #f97316;
  --toc-h3: #38bdf8;
}
.toc-container--cards.toc-container--thoughts {
  --toc-h2: #f472b6;
  --toc-h3: #c084fc;
}
.toc-container--cards h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.toc-container--cards #TableOfContents > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.toc-container--cards #TableOfContents > ul > li:not(:has(ul)) {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  list-style: none;
}
.toc-container--cards #TableOfContents > ul > li:not(:has(ul)) > a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  color: var(--toc-h2);
}
.toc-container--cards #TableOfContents > ul > li:not(:has(ul)) > a:hover {
  text-decoration: underline;
}
.toc-container--cards #TableOfContents > ul > li:has(ul) {
  list-style: none;
}
.toc-container--cards #TableOfContents > ul > li:has(ul) > a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: var(--toc-h2);
}
.toc-container--cards #TableOfContents > ul > li:has(ul) > a:hover {
  text-decoration: underline;
}
.toc-container--cards #TableOfContents ul ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.toc-container--cards #TableOfContents ul ul > li {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  list-style: none;
}
.toc-container--cards #TableOfContents ul ul > li a {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  text-decoration: none;
  color: var(--toc-h3);
}
.toc-container--cards #TableOfContents ul ul > li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .toc-container {
    display: none;
  }
}
input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-image: url('/checkbox.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 4px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-image: url('/checked.png');
}
input[type="email"] {
  color: #000000 !important;
  color: #000000;
}
ul {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
ul li {
  position: relative;
  padding-left: 1.25rem;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background-image: url('/sparkle.png');
  background-repeat: no-repeat;
  background-size: contain;
}
ul li:has(input[type="checkbox"]) {
  padding-left: 0;
}
ul li:has(input[type="checkbox"])::before {
  display: none;
}
ol {
  list-style: decimal;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
ol li {
  position: relative;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
nav ul li {
  padding-left: 0;
}
nav ul li::before {
  display: none;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  color: #f9a8d4;
}
.portrait-bento {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: minmax(0, 16rem);
  gap: 0.375rem;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}
.portrait-bento__portrait {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  background: #000;
  padding: 0.375rem;
  min-height: 0;
  height: 100%;
}
.portrait-bento__photo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  image-rendering: pixelated;
}
.portrait-bento__right {
  display: grid;
  grid-template-rows: 3fr 7fr;
  gap: 0.375rem;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.portrait-bento__dialogue, .portrait-bento__widget-slot {
  border: 1px solid #fff;
  border-radius: 0.375rem;
  background: #0d0d0d;
  min-height: 0;
}
.portrait-bento__dialogue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.portrait-bento__dialogue-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}
.portrait-bento__dialogue-arrow {
  flex-shrink: 0;
  font-size: 0.625rem;
  color: #9ca3af;
}
.portrait-bento__widget-slot {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.portrait-bento__widget-body {
  display: flex;
  align-items: stretch;
  flex: 1;
  min-height: 0;
  gap: 0.25rem;
  overflow: hidden;
}
.portrait-bento__widgets {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.portrait-widget__panel {
  display: none;
  flex-direction: column;
  height: 100%;
  padding: 0.5rem 0.375rem;
  overflow: hidden;
}
.portrait-widget__panel.is-active {
  display: flex;
}
.portrait-widget__panel[data-widget="music"] {
  padding-top: 1.5rem;
  overflow: hidden;
}
.portrait-widget__heading {
  font-family: var(--font-title);
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f97316;
}
.portrait-widget__list, .portrait-widget__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.portrait-widget__list li, .portrait-widget__contact li {
  padding-left: 0;
}
.portrait-widget__list li::before, .portrait-widget__contact li::before {
  display: none;
}
.portrait-widget__link {
  font-size: 0.75rem;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
}
.portrait-widget__link:hover {
  color: #f9a8d4;
  text-decoration: underline;
}
.portrait-widget__panel[data-widget="favorites"] {
  padding: 0.375rem 0.25rem;
  justify-content: flex-start;
}
.portrait-widget__panel[data-widget="favorites"] .portrait-widget__heading {
  margin-bottom: 0.25rem;
  flex-shrink: 0;
}
.portrait-widget__list--favorites {
  flex: 1;
  min-height: 0;
  gap: 0.2rem;
  overflow: hidden;
}
.portrait-widget__list--favorites li {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
}
.portrait-widget__bullet {
  flex: 0 0 auto;
  color: #f97316;
  font-size: 0.75rem;
  line-height: 1.25;
}
.portrait-widget__list--favorites .portrait-widget__link {
  flex: 1;
  min-width: 0;
  display: block;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portrait-widget__list--favorites .portrait-widget__link:hover {
  color: #f9a8d4;
}
.portrait-widget__panel[data-widget="contact"] {
  padding: 0.5rem 0.25rem 0.25rem;
  justify-content: flex-start;
  overflow: hidden;
}
.portrait-widget__panel[data-widget="contact"] .portrait-widget__heading {
  margin-bottom: 0.25rem;
  padding-top: 0.125rem;
  line-height: 1.2;
  flex-shrink: 0;
}
.portrait-widget__contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
.portrait-widget__contact-btn {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
  padding: 0.35rem 0.5rem;
  border: 1px solid #555;
  border-radius: 0.25rem;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.portrait-widget__contact-btn:hover {
  border-color: #f97316;
  color: #f97316;
}
.portrait-widget__contact-icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.portrait-widget__contact-label {
  display: block;
  font-size: 0.625rem;
  color: #9ca3af;
  margin-bottom: 0.125rem;
}
.record-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
}
.record-player__deck {
  position: relative;
  flex-shrink: 0;
  width: 4.75rem;
  height: 4.75rem;
  min-width: 4.75rem;
  min-height: 4.75rem;
  aspect-ratio: 1;
  margin-top: 0.125rem;
}
.record-player__vinyl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform-origin: center center;
  background: repeating-radial-gradient(circle at center, #1a1a1a 0 2px, #0d0d0d 2px 4px), radial-gradient(circle at center, #111 0 18%, #222 19% 22%, #111 23% 100%);
  border: 2px solid #333;
  box-shadow: inset 0 0 0 2px #000;
}
.record-player__vinyl.is-spinning {
  animation: vinyl-spin 2.8s linear infinite;
}
.record-player__label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -0.625rem;
  border-radius: 50%;
  background: #f97316;
  border: 2px solid #111;
}
.record-player__tonearm {
  position: absolute;
  top: 0.25rem;
  right: -0.35rem;
  width: 2.5rem;
  height: 0.125rem;
  background: #9ca3af;
  transform-origin: right center;
  transform: rotate(-24deg);
  transition: transform 0.3s ease;
}
.record-player__deck.is-playing .record-player__tonearm {
  transform: rotate(8deg);
}
@keyframes vinyl-spin {
  to {
    transform: rotate(360deg);
  }
}
.record-player__track {
  margin: 0;
  font-size: 0.6875rem;
  color: #9ca3af;
  text-align: center;
}
.record-player__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.record-player__btn {
  border: 1px solid #555;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.25rem 0.4rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.record-player__btn:hover {
  border-color: #f97316;
  color: #f97316;
}
.record-player__btn--play {
  font-size: 0.75rem;
  padding: 0.3rem 0.5rem;
}
.record-player__mute {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #fff;
}
.portrait-bento__widget-slot:not(:has(.portrait-widget__panel[data-widget="music"].is-active)) .record-player__mute {
  visibility: hidden;
  pointer-events: none;
}
.record-player__mute-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.record-player__mute.is-unmuted .record-player__mute-icon--off {
  display: none;
}
.record-player__mute.is-muted .record-player__mute-icon--on {
  display: none;
}
.record-player__mute.is-unmuted {
  background: #22c55e;
  box-shadow: 0 0 0 1px #16a34a;
}
.record-player__mute.is-muted {
  background: #ef4444;
  box-shadow: 0 0 0 1px #dc2626;
}
.portrait-widget__arrow--side {
  flex-shrink: 0;
  align-self: center;
}
.portrait-widget__arrow {
  border: 1px solid #555;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.portrait-widget__arrow:hover {
  border-color: #f97316;
  color: #f97316;
}
.portrait-widget__dots-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  padding: 0.3rem 0.5rem;
  flex-shrink: 0;
}
.portrait-widget__dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #444;
}
.portrait-widget__dot.is-active {
  background: #f97316;
}
.home-sidebar {
  display: grid;
}
.home-bento {
  order: 1;
}
.home-status {
  order: 2;
}
@media (min-width: 1024px) {
  .home-bento {
    order: 2;
  }
  .home-status {
    order: 1;
  }
}
.bento-nav {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr auto;
  gap: 0.75rem;
  height: 100%;
  min-height: 150px;
}
.bento-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.bento-nav__label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.bento-nav__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  image-rendering: pixelated;
}
.bento-nav__text {
  display: inline-block;
  color: #ffffff;
  transition: color 0.15s ease;
}
.bento-nav__experience:hover .bento-nav__text {
  color: #60a5fa;
}
.bento-nav__projects:hover .bento-nav__text {
  color: #f97316;
}
.bento-nav__blog:hover .bento-nav__text {
  color: #f9a8d4;
}
.bento-nav__contact:hover .bento-nav__text {
  color: #4ade80;
}
.bento-nav__experience:hover {
  border-color: #60a5fa;
  color: #60a5fa;
}
.bento-nav__projects:hover {
  border-color: #f97316;
  color: #f97316;
}
.bento-nav__blog:hover {
  border-color: #f9a8d4;
  color: #f9a8d4;
}
.bento-nav__contact:hover {
  border-color: #4ade80;
  color: #4ade80;
}
.bento-nav__experience {
  grid-row: span 2;
}
.bento-nav__contact {
  grid-column: span 2;
}
.contact-intro {
  font-size: 1.25rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.contact-links {
  font-size: 1.25rem;
  line-height: 1.8;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.contact-links li {
  margin-bottom: 0.625rem;
}
h1, h2, h3, h4, h5, h6, .site-greeting, .site-subsection-title, .blog-list__title, .project-card__title, .portrait-widget__heading, .bento-nav__text, .md-content h1, .md-content h2, .md-content h3, .md-content h4, .md-content h5, .md-content h6, .toc-container--cards h4 {
  font-family: var(--font-title) !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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;
}
@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;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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;
    }
  }
}
