/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: mlg_tw
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: mlg_tw
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mlg_tw is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
: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-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-extrabold: 800;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --color-ds-mid: #3d5a80;
  --color-ds-deep: #1d2d44;
  --color-ds-muted: #A2B9BC;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::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)) {
    ::placeholder {
      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;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  background: radial-gradient(	ellipse at center,	var(--color-ds-mid) 0%,	var(--color-ds-deep) 100%	);
  background-attachment: fixed;
  min-height: 100vh;
  color: #ffffff;
  overflow-x: hidden;
  font-family: var(--font-sans);
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-ds-mid) transparent;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: var(--color-ds-mid);
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--color-ds-muted);
}
::selection {
  background: rgba(61, 90, 128, 0.7);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(61, 90, 128, 0.7);
  color: #ffffff;
}
a {
  color: var(--color-ds-muted);
}
a:visited {
  color: var(--color-ds-muted);
}
a:hover, a:focus, a:active {
  color: #ffffff;
}
:focus-visible {
  outline: 2px solid rgba(162, 185, 188, 0.8);
  outline-offset: 3px;
  border-radius: 4px;
}
a:focus-visible, button:focus-visible {
  box-shadow: 0 0 0 3px rgba(61, 90, 128, 0.4), 0 0 20px rgba(162, 185, 188, 0.3);
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: var(--color-ds-mid);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #ffffff;
  padding: 0.6em 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: var(--color-ds-muted);
  color: var(--color-ds-deep);
  transform: translateY(-2px);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
input:focus, textarea:focus, select:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--color-ds-muted);
  outline: none;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,	*::before,	*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .cursor,	.cursor-trail,	.bubbles {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  .cursor,	.cursor-trail {
    display: none;
  }
}
#page {
  position: relative;
  z-index: 1;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.bubbles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.bubble {
  position: absolute;
  bottom: -100px;
  border-radius: 50%;
  background: radial-gradient(	circle at 30% 30%,	rgba(162, 185, 188, 0.25),	rgba(162, 185, 188, 0.08) 50%,	transparent 70%	);
  animation: rise linear infinite;
  opacity: 0;
}
.bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 18s;
  animation-delay: 0s;
}
.bubble:nth-child(2) {
  width: 25px;
  height: 25px;
  left: 25%;
  animation-duration: 22s;
  animation-delay: 2s;
}
.bubble:nth-child(3) {
  width: 60px;
  height: 60px;
  left: 40%;
  animation-duration: 25s;
  animation-delay: 4s;
}
.bubble:nth-child(4) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 20s;
  animation-delay: 1s;
}
.bubble:nth-child(5) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 16s;
  animation-delay: 3s;
}
.bubble:nth-child(6) {
  width: 50px;
  height: 50px;
  left: 85%;
  animation-duration: 24s;
  animation-delay: 5s;
}
.bubble:nth-child(7) {
  width: 30px;
  height: 30px;
  left: 5%;
  animation-duration: 19s;
  animation-delay: 7s;
}
.bubble:nth-child(8) {
  width: 45px;
  height: 45px;
  left: 95%;
  animation-duration: 21s;
  animation-delay: 6s;
}
@keyframes rise {
  0% {
    bottom: -100px;
    opacity: 0;
    transform: translateX(0) scale(0.8);
  }
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
    transform: translateX(20px) scale(1);
  }
  90% {
    opacity: 0.2;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    transform: translateX(-20px) scale(1.1);
  }
}
.site-header {
  background: transparent;
  padding: 2rem 4rem;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 600px) {
  .site-header {
    padding: 1.5rem 1rem;
  }
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-ds-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  background: rgba(29, 45, 68, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header-cta:hover {
  color: #ffffff;
  background: rgba(61, 90, 128, 0.7);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.header-cta__arrow {
  transition: transform 0.3s ease;
}
.header-cta:hover .header-cta__arrow {
  transform: translateY(3px);
}
@media (max-width: 600px) {
  .header-cta span:not(.header-cta__arrow) {
    display: none;
  }
  .header-cta {
    padding: 0.75rem;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    justify-content: center;
  }
}
.site-logo {
  display: block;
  max-width: 400px;
  width: 100%;
  perspective: 1000px;
}
.logo-svg {
  width: 100%;
  height: auto;
  transition: transform 0.15s ease-out;
  will-change: transform;
  animation: logoFloat 3s ease-in-out 2.5s infinite;
}
.logo-svg.is-tilting {
  animation: none;
}
.logo-path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: logoDrawIn 2s ease-out forwards, logoFillIn 0.5s ease-out 2s forwards;
}
.logo-text {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: logoDrawIn 2s ease-out 0.5s forwards, logoFillIn 0.5s ease-out 2.5s forwards;
}
@keyframes logoDrawIn {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes logoFillIn {
  to {
    fill: #fff;
    stroke-width: 0;
  }
}
@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0) rotateX(0) rotateY(0);
  }
  50% {
    transform: translateY(-3px) rotateX(0) rotateY(0);
  }
}
.main-navigation a {
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.main-navigation a:hover {
  color: var(--color-ds-muted);
}
.main-navigation ul ul {
  background: rgba(29, 45, 68, 0.95);
  backdrop-filter: blur(10px);
}
.main-navigation ul ul a {
  color: #ffffff;
}
.glass-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(29, 45, 68, 0.3);
  padding: 2rem;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.glass-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-4px);
}
.glass-card__thumbnail {
  margin: -2rem -2rem 1.5rem -2rem;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.glass-card__thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.glass-card__title {
  font-size: 1.5rem;
  margin: 0 0 0.75rem 0;
  color: #ffffff;
}
.glass-card__title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.glass-card__title a:hover {
  color: var(--color-ds-muted);
}
.glass-card__excerpt {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.glass-card__excerpt p {
  margin: 0;
}
.glass-card__meta {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.glass-card__meta a {
  color: var(--color-ds-muted);
}
.glass-card__link {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  background: var(--color-ds-mid);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.2s ease;
}
.glass-card__link:hover {
  background: var(--color-ds-muted);
  color: var(--color-ds-deep);
  transform: translateY(-2px);
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 1.5rem;
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.bento-cell--wide {
  grid-column: span 2;
}
.bento-cell--tall {
  grid-row: span 2;
}
.bento-cell--large {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .bento-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .bento-cell--wide,	.bento-cell--tall,	.bento-cell--large {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.portfolio-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(29, 45, 68, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}
.portfolio-nav:hover {
  background: rgba(61, 90, 128, 0.9);
  transform: translateY(-50%) scale(1.1);
}
.portfolio-nav--prev {
  left: 0.5rem;
}
.portfolio-nav--next {
  right: 0.5rem;
}
.portfolio-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.5rem;
  padding: 2rem 4rem;
  padding-left: max(4rem, calc((100vw - 1200px) / 2 + 4rem));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.portfolio-grid::-webkit-scrollbar {
  display: none;
}
.project-card {
  flex: 0 0 280px;
  scroll-snap-align: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.project-card--featured {
  flex: 0 0 400px;
}
.project-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25), 0 0 30px rgba(61, 90, 128, 0.15);
}
.project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-card__thumbnail {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.project-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.project-card:hover .project-card__thumbnail img {
  transform: scale(1.05);
}
.project-card__content {
  padding: 1.25rem 1.5rem;
}
.project-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.project-card--featured .project-card__title {
  font-size: 1.5rem;
}
.project-card__cta {
  font-size: 0.875rem;
  color: var(--color-ds-muted);
  transition: color 0.2s ease;
}
.project-card:hover .project-card__cta {
  color: #ffffff;
}
.project-card:nth-child(1) {
  transition-delay: 0s;
}
.project-card:nth-child(2) {
  transition-delay: 0.1s;
}
.project-card:nth-child(3) {
  transition-delay: 0.2s;
}
.project-card:nth-child(4) {
  transition-delay: 0.3s;
}
.project-card:nth-child(5) {
  transition-delay: 0.4s;
}
.project-card:nth-child(6) {
  transition-delay: 0.5s;
}
@media (max-width: 600px) {
  .project-card {
    flex: 0 0 240px;
  }
  .project-card--featured {
    flex: 0 0 280px;
  }
}
.dive-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 3rem 0;
  cursor: pointer;
  position: relative;
}
.dive-line__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--color-ds-muted);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.dive-line:hover .dive-line__text {
  color: #ffffff;
}
.dive-line__track {
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, transparent 0%, var(--color-ds-muted) 20%, var(--color-ds-muted) 100%);
  position: relative;
}
.dive-line__track::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0%;
  background: #ffffff;
  animation: trackPulse 2s ease-in-out infinite;
}
@keyframes trackPulse {
  0%, 100% {
    height: 0%;
    top: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
}
.dive-line__anchor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-ds-muted);
  margin-top: 0.5rem;
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease;
  animation: anchorPulse 2s ease-in-out infinite;
}
.dive-line__anchor::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-ds-deep);
}
.dive-line__anchor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-ds-muted);
  opacity: 0;
  animation: anchorRipple 2s ease-out infinite;
}
@keyframes anchorPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes anchorRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.dive-line:hover .dive-line__anchor {
  background: #ffffff;
  transform: scale(1.2);
}
.about-section {
  padding: 4rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about-section__container {
  max-width: 800px;
  margin: 0 auto;
}
.about-section__content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 3rem;
}
.about-section__content h2, .about-section__content h3 {
  color: #ffffff;
  margin-top: 0;
}
.about-section__content h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-ds-muted);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about-section__content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.about-section__content p:last-child {
  margin-bottom: 0;
}
.about-section__content ul, .about-section__content ol {
  color: rgba(255, 255, 255, 0.85);
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.about-section__content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.about-section__content a {
  color: var(--color-ds-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about-section__content a:hover {
  color: #ffffff;
}
.about-section__content strong {
  color: #ffffff;
}
@media (max-width: 600px) {
  .about-section__content {
    padding: 2rem 1.5rem;
  }
}
.sea-floor {
  padding: 4rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sea-floor__container {
  max-width: 900px;
  margin: 0 auto;
}
.sea-floor__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
}
.sea-floor__form-card {
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.sea-floor__iframe-container {
  border-radius: 8px;
  overflow: hidden;
}
.sea-floor__iframe-container iframe {
  width: 100%;
  min-height: 800px;
  border: none;
  background: transparent;
}
.sea-floor__social-card {
  padding: 1.5rem 2rem;
}
.social-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-nav__list li {
  margin: 0;
}
.social-nav__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ds-muted);
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0.75rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-nav__list a:hover {
  color: #ffffff;
  transform: translateY(-3px) scale(1.1);
}
.social-nav__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.social-nav__list a[href*="facebook.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
}
.social-nav__list a[href*="linkedin.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f0e1";
}
.social-nav__list a[href*="twitter.com"]::before, .social-nav__list a[href*="x.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
}
.social-nav__list a[href*="instagram.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f16d";
}
.social-nav__list a[href*="github.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f09b";
}
.social-nav__list a[href*="youtube.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
}
.social-nav__list a[href*="dribbble.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f17d";
}
.social-nav__list a[href*="behance.net"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f1b4";
}
.social-nav__list a[href*="tiktok.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e07b";
}
.social-nav__list a[href*="pinterest.com"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f0d2";
}
.social-nav__list a[href*="mailto:"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f0e0";
}
@media (max-width: 600px) {
  .sea-floor {
    padding: 3rem 1rem;
  }
  .sea-floor__form-card {
    padding: 1rem;
  }
  .sea-floor__iframe-container iframe {
    min-height: 600px;
  }
}
.case-study {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.case-study__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .case-study__grid {
    grid-template-columns: 60% 40%;
    align-items: start;
  }
}
.case-study__screenshot {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem;
  overflow: hidden;
}
.case-study__screenshot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.case-study__placeholder {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
}
.case-study__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .case-study__sidebar {
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
  }
}
.case-study__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
.case-study__section {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1.5rem;
}
.case-study__section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-ds-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.75rem 0;
}
.case-study__section-content {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
}
.case-study__section-content p:last-child {
  margin-bottom: 0;
}
.case-study__nav {
  padding-top: 1rem;
}
.case-study__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-ds-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.case-study__back-link:hover {
  color: #ffffff;
}
.page-default {
  padding: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.page-default__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-default__header {
  text-align: center;
}
.page-default__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.page-default__thumbnail {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem;
  overflow: hidden;
}
.page-default__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.page-default__content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.8;
}
.page-default__content p:last-child {
  margin-bottom: 0;
}
.page-default__content h2, .page-default__content h3, .page-default__content h4 {
  color: #ffffff;
  margin-top: 1.5rem;
}
.page-default__nav {
  text-align: center;
  padding-top: 1rem;
}
.page-default__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-ds-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.page-default__back-link:hover {
  color: #ffffff;
}
.archive-page {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.archive-page__header {
  text-align: center;
  margin-bottom: 3rem;
}
.archive-page__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}
.archive-page__title .search-term {
  color: var(--color-ds-muted);
}
.archive-page__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.archive-page__nav {
  margin-top: 3rem;
  text-align: center;
}
.archive-page__nav .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.archive-page__nav .nav-links a {
  color: var(--color-ds-muted);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  transition: all 0.2s ease;
}
.archive-page__nav .nav-links a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.post-meta {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.post-meta a {
  color: var(--color-ds-muted);
}
.post-navigation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
  flex: 1;
  min-width: 200px;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation a {
  color: var(--color-ds-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-navigation a:hover {
  color: #ffffff;
}
.post-navigation .nav-title {
  display: block;
  color: #ffffff;
  font-weight: 500;
  margin-top: 0.25rem;
}
.search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 400px;
  margin: 1.5rem auto 0;
}
.search-form .search-field {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #ffffff;
  padding: 0.75rem 1rem;
}
.search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-form .search-submit {
  background: var(--color-ds-mid);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-form .search-submit:hover {
  background: var(--color-ds-muted);
  color: var(--color-ds-deep);
}
.site-footer {
  padding: 2rem;
  text-align: center;
  margin-top: 4rem;
}
.site-footer__content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
}
.site-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  margin: 0;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(29, 45, 68, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-ds-muted);
  margin: 2rem auto 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  text-decoration: none;
}
.back-to-top:hover {
  background: rgba(61, 90, 128, 0.9);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
}
.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 185, 188, 0.8) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
  mix-blend-mode: screen;
}
.cursor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor--hover {
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, rgba(61, 90, 128, 0.6) 0%, transparent 70%);
}
.cursor--click {
  transform: translate(-50%, -50%) scale(0.8);
}
.cursor-trail {
  position: fixed;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(162, 185, 188, 0.4);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.sticky {
  position: sticky;
}
.start {
  inset-inline-start: var(--spacing);
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.grid {
  display: grid;
}
.max-w-none {
  max-width: none;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
