/*! tailwindcss v4.2.2 | 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-red-400: oklch(70.4% 0.191 22.216);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --tracking-wide: 0.025em;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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);
    --animate-float-and-fade-in: float 6s ease-in-out infinite,
	fade-in 1.5s ease-in-out forwards;
    --animate-float-and-fade-in-offkilter: float-kilter 6s ease-in-out infinite,
	fade-in 1s ease-in-out forwards;
  }
}
@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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .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-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-2\/3 {
    flex-basis: calc(2 / 3 * 100%);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-float-and-fade-in {
    animation: var(--animate-float-and-fade-in);
  }
  .animate-float-and-fade-in-offkilter {
    animation: var(--animate-float-and-fade-in-offkilter);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .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);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .placeholder-white\/30 {
    &::placeholder {
      color: color-mix(in srgb, #fff 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
    }
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:border-white\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-white\/70 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 70%, transparent);
        }
      }
    }
  }
  .hover\:text-white\/80 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 80%, transparent);
        }
      }
    }
  }
  .focus\:border-white\/40 {
    &:focus {
      border-color: color-mix(in srgb, #fff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
body {
  background-color: oklch(14.5% 0 0);
}
.markov-text {
  display: block;
  color: white;
  font-family: Paranormal;
  font-size: 32px;
  text-align: center;
}
@font-face {
  font-family: 'Paranormal';
  src: url('../assets/joanna-vu-paranormal.ttf');
}
@font-face {
  font-family: 'GIL';
  src: url('../assets/GIL.TTF');
}
.hartstone-card {
  background: oklch(18% 0 0);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: filter 0.2s ease, scale 0.2s ease;
}
.hartstone-card:hover {
  filter: brightness(1.15);
  scale: 1.02;
}
.hartstone-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: oklch(22% 0 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(40% 0 0);
  font-size: 0.875rem;
}
.hartstone-banner {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.25rem;
  font-family: GIL;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 1;
}
.hartstone-banner--wip {
  background: oklch(65% 0.15 85);
  color: oklch(20% 0 0);
}
.hartstone-banner--soon {
  background: oklch(50% 0.05 250);
  color: oklch(90% 0 0);
}
.arc-origin {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
}
.arc-origin.upper {
  top: 0;
}
.arc-origin.lower {
  bottom: 0;
}
.arc-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y)));
}
.arc-origin.upper .arc-item:nth-child(1) {
  --x: calc(32vw * 0.9239);
  --y: calc(-210px * 0.3827);
  --rot: 30deg;
  --hue: 0deg;
  --color: hsl( 37, 95%, 60%);
}
.arc-origin.upper .arc-item:nth-child(2) {
  --x: calc(32vw * 0.3827);
  --y: calc(-210px * 0.9239);
  --rot: 6deg;
  --hue: 80deg;
  --color: hsl(117, 85%, 55%);
}
.arc-origin.upper .arc-item:nth-child(3) {
  --x: calc(-32vw * 0.3827);
  --y: calc(-210px * 0.9239);
  --rot: -6deg;
  --hue: 180deg;
  --color: hsl(217, 95%, 70%);
}
.arc-origin.upper .arc-item:nth-child(4) {
  --x: calc(-32vw * 0.9239);
  --y: calc(-210px * 0.3827);
  --rot: -30deg;
  --hue: 265deg;
  --color: hsl(302, 85%, 70%);
}
.arc-origin.lower .arc-item:nth-child(1) {
  --x: calc(32vw * 0.9239);
  --y: calc( 210px * 0.3827);
  --rot: -30deg;
  --hue: 35deg;
  --color: hsl( 72, 95%, 55%);
}
.arc-origin.lower .arc-item:nth-child(2) {
  --x: calc(32vw * 0.3827);
  --y: calc( 210px * 0.9239);
  --rot: -6deg;
  --hue: 130deg;
  --color: hsl(167, 90%, 50%);
}
.arc-origin.lower .arc-item:nth-child(3) {
  --x: calc(-32vw * 0.3827);
  --y: calc( 210px * 0.9239);
  --rot: 6deg;
  --hue: 210deg;
  --color: hsl(247, 90%, 75%);
}
.arc-origin.lower .arc-item:nth-child(4) {
  --x: calc(-32vw * 0.9239);
  --y: calc( 210px * 0.3827);
  --rot: 30deg;
  --hue: 310deg;
  --color: hsl(347, 90%, 70%);
}
.arc-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.arc-hover-text {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color, white);
  font-family: Paranormal;
  font-size: 22px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}
.arc-hover-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.arc-hover-icon-char {
  font-size: 22px;
  line-height: 1;
}
.arc-img {
  rotate: var(--rot, 0deg);
  filter: sepia(1) saturate(5) hue-rotate(var(--hue, 0deg)) brightness(var(--brightness, 1));
  width: clamp(104px, 10vw, 160px);
  height: auto;
  transition: filter 0.15s ease, scale 0.15s ease;
  animation: float-subtle 8s ease-in-out infinite, fade-in 0.8s ease-in-out forwards;
}
.arc-img-plain {
  filter: none;
  cursor: default;
  pointer-events: none;
}
.arc-link:hover .arc-img {
  --brightness: 1.7;
  scale: 1.1;
}
.arc-item:nth-child(1) .arc-img {
  animation-delay: 0s, 0s;
}
.arc-item:nth-child(2) .arc-img {
  animation-delay: -2.0s, 0s;
}
.arc-item:nth-child(3) .arc-img {
  animation-delay: -4.0s, 0s;
}
.arc-item:nth-child(4) .arc-img {
  animation-delay: -6.0s, 0s;
}
#moon-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
#star-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
#moon-overlay.visible {
  opacity: 1;
}
#moon-container {
  position: relative;
  width: 60vmin;
  height: 60vmin;
  max-width: 560px;
  max-height: 560px;
}
#moon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  filter: brightness(0.6);
}
#moon-phase-shadow {
  position: absolute;
  inset: 0;
}
#moon-ring {
  animation: fade-in 1.5s ease-in-out forwards;
  position: fixed;
  z-index: 0;
  width: calc(60vmin * 0.88);
  height: calc(60vmin * 0.88);
  max-width: calc(560px * 0.88);
  max-height: calc(560px * 0.88);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
  pointer-events: none;
}
#izanami-trigger {
  transition: filter 0.25s ease;
}
#izanami-trigger:hover {
  filter: brightness(1.3);
}
body > *:not(#moon-overlay):not(#page-transition):not(#izanami-finger):not(#star-field) {
  transition: opacity 0.6s ease, filter 0.6s ease;
}
body.izanami-active > *:not(#moon-overlay):not(#page-transition):not(#izanami-finger):not(#star-field) {
  opacity: 0.7;
  filter: blur(2px);
}
#izanami-finger {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
#izanami-finger.visible {
  opacity: 0.6;
}
.moon-nav {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transition: filter 0.2s ease, scale 0.2s ease;
}
.moon-nav:hover {
  filter: brightness(1.3);
  scale: 1.15;
}
.moon-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.moon-nav .moon-nav-phase {
  position: absolute;
  inset: 0;
}
@keyframes float-subtle {
  0%, 100% {
    transform: translate3d(0, 4px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
}
.cs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 12px;
}
.cs-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 12px;
}
@media (min-width: 768px) {
  .cs-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cs-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .cs-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cs-divider-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 14px;
  font-family: GIL;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: oklch(35% 0 0);
}
.cs-divider-heading::before, .cs-divider-heading::after {
  content: '';
  flex: 1;
  border-top: 1px solid oklch(22% 0 0);
}
.cs-section {
  background: oklch(17% 0 0);
  border: 1px solid oklch(22% 0 0);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 12px;
}
.cs-section-title {
  font-family: GIL;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: oklch(50% 0 0);
  margin-bottom: 14px;
}
.cs-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.cs-label {
  font-family: GIL;
  font-size: 13px;
  color: oklch(60% 0 0);
  min-width: 90px;
  flex-shrink: 0;
}
.cs-input {
  font-family: GIL;
  font-size: 13px;
  color: white;
  background: oklch(14.5% 0 0);
  border: 1px solid oklch(25% 0 0);
  border-radius: 6px;
  padding: 6px 10px;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
}
.cs-input:focus {
  border-color: oklch(40% 0 0);
}
.cs-input::placeholder {
  color: oklch(30% 0 0);
}
.cs-select {
  font-family: GIL;
  font-size: 13px;
  color: white;
  background: oklch(14.5% 0 0);
  border: 1px solid oklch(25% 0 0);
  border-radius: 6px;
  padding: 6px 10px;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
  cursor: pointer;
}
.cs-select:focus {
  border-color: oklch(40% 0 0);
}
.cs-select option {
  background: oklch(18% 0 0);
  color: white;
}
.cs-textarea {
  font-family: GIL;
  font-size: 13px;
  color: white;
  background: oklch(14.5% 0 0);
  border: 1px solid oklch(25% 0 0);
  border-radius: 6px;
  padding: 8px 10px;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
  resize: vertical;
  min-height: 60px;
}
.cs-textarea:focus {
  border-color: oklch(40% 0 0);
}
.cs-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.cs-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid oklch(35% 0 0);
  background: transparent;
  cursor: pointer;
  transition: background 0.1s, border-color 0.1s;
  padding: 0;
}
.cs-dot:hover {
  border-color: oklch(55% 0 0);
}
.cs-dot.filled {
  background: oklch(70% 0 0);
  border-color: oklch(70% 0 0);
}
.cs-boxes {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}
.cs-box {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1.5px solid oklch(35% 0 0);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: transparent;
  transition: all 0.1s;
  padding: 0;
  font-family: GIL;
}
.cs-box:hover {
  border-color: oklch(55% 0 0);
}
.cs-box[data-state="bashing"] {
  color: oklch(70% 0.1 90);
  border-color: oklch(50% 0.08 90);
}
.cs-box[data-state="lethal"] {
  color: oklch(65% 0.15 25);
  border-color: oklch(50% 0.12 25);
}
.cs-box[data-state="aggravated"] {
  color: oklch(60% 0.2 0);
  border-color: oklch(50% 0.15 0);
  background: oklch(20% 0.05 0);
}
.cs-beat {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1.5px solid oklch(35% 0 0);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.1s;
}
.cs-beat.checked {
  background: oklch(65% 0.08 250);
  border-color: oklch(65% 0.08 250);
}
.cs-list-btn {
  font-family: GIL;
  font-size: 11px;
  color: oklch(50% 0 0);
  background: oklch(20% 0 0);
  border: 1px solid oklch(25% 0 0);
  border-radius: 4px;
  padding: 2px 8px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.cs-list-btn:hover {
  color: oklch(70% 0 0);
  border-color: oklch(35% 0 0);
}
.cs-remove-btn {
  font-size: 14px;
  color: oklch(35% 0 0);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.15s;
  line-height: 1;
}
.cs-remove-btn:hover {
  color: oklch(60% 0.15 25);
}
.cs-rote-check {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1.5px solid oklch(35% 0 0);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.1s;
  flex-shrink: 0;
}
.cs-rote-check.checked {
  background: oklch(55% 0.08 300);
  border-color: oklch(55% 0.08 300);
}
.cs-save-indicator {
  font-family: GIL;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: oklch(40% 0 0);
  transition: opacity 0.3s;
}
.cs-save-indicator.saving {
  color: oklch(55% 0.08 250);
}
.cs-save-indicator.saved {
  color: oklch(45% 0.06 150);
}
.cs-search {
  font-family: GIL;
  font-size: 13px;
  color: white;
  background: oklch(14.5% 0 0);
  border: 1px solid oklch(25% 0 0);
  border-radius: 8px;
  padding: 8px 12px;
  outline: none;
  width: 100%;
  transition: border-color 0.15s;
}
.cs-search:focus {
  border-color: oklch(40% 0 0);
}
.cs-search::placeholder {
  color: oklch(30% 0 0);
}
.cs-collapse-toggle {
  font-family: GIL;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: oklch(50% 0 0);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  transition: color 0.15s;
  width: 100%;
}
.cs-collapse-toggle:hover {
  color: oklch(70% 0 0);
}
.cs-collapse-arrow {
  transition: transform 0.2s;
  font-size: 10px;
}
.cs-collapse-arrow.open {
  transform: rotate(90deg);
}
.cs-collapse-body.collapsed {
  display: none;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-tracking {
  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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes float {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
}
@keyframes float-kilter {
  0%, 100% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(0px);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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-border-style: solid;
      --tw-tracking: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
