/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@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-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;
    }
  }
}

@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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-bg: #0a0a0f;
    --color-primary-text: #e8e6e3;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .h-\[2px\] {
    height: 2px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .resize {
    resize: both;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .bg-\[\#05070f\] {
    background-color: #05070f;
  }

  .text-primary-text {
    color: var(--color-primary-text);
  }

  .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, );
  }
}

:root {
  --site-font-body: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --site-font-heading: "Cinzel", serif;
  --site-font-serif: "Noto Serif", Georgia, serif;
  --site-font-intro-body: "IM Fell English", var(--site-font-serif);
  --site-font-intro-headline: var(--site-font-heading);
}

html[data-font-cdn="jsdelivr"] {
  --site-font-body: "Noto Sans Variable", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --site-font-heading: "Cinzel Variable", "Cinzel", serif;
  --site-font-serif: "Noto Serif Variable", "Noto Serif", Georgia, serif;
  --site-font-intro-body: "IM Fell English", var(--site-font-serif);
  --site-font-intro-headline: var(--site-font-heading);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-primary-bg);
  color: var(--color-primary-text);
  font-family: var(--site-font-body);
  letter-spacing: 0;
  min-height: 100vh;
  margin: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--site-font-heading);
  letter-spacing: 0;
}

span[class*="tag_bg.png"] {
  border-radius: 3px;
  overflow: hidden;
}

@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
}
#hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

#heroBackground {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

#heroBackground::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 38%, rgba(45, 40, 34, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(1, 2, 6, 0.7), rgba(1, 2, 6, 0.88));
  opacity: 1;
  pointer-events: none;
  transition: opacity 3200ms ease;
}

.is-background-restoring #heroBackground::after {
  opacity: 0;
}

.hero-background-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) saturate(0.82);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: filter 3200ms ease;
}

.hero-background-fallback {
  z-index: 0;
}

.hero-background-video {
  z-index: 1;
}

.is-background-restoring .hero-background-media {
  filter: brightness(1) saturate(1);
}

.hero-art {
  position: absolute;
  top: 24vh;
  left: 50vw;
  z-index: 10;
  display: flex;
  width: 100vw;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.final-content {
  transform: translateX(-50%);
}

.final-content .hero-logo-frame,
.final-content .hero-slogan-two,
.final-content .hero-links {
  opacity: 0;
  transition:
    opacity 900ms ease,
    transform 900ms ease;
}

.final-content .hero-logo-frame,
.final-content .hero-links {
  transform: translateY(14px);
}

.is-final-visible .final-content .hero-logo-frame {
  opacity: 1;
  transform: translateY(0);
}

.is-final-slogan-visible .final-content .hero-slogan-two {
  opacity: 1;
  transform: translate(var(--hero-slogan-x), 0);
}

.is-final-links-visible .final-content .hero-links {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hero-art img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hero-logo-frame {
  margin: 0;
  line-height: 0;
}

.hero-logo {
  width: min(50.46875vw, 1938px);
}

.hero-slogan-two {
  --hero-slogan-x: max(-0.1822917vw, -7px);
  width: min(42.8125vw, 1644px);
  margin-top: min(1.6666667vw, 64px);
  filter: brightness(1.35) contrast(1.08) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.82));
  transform: translate(var(--hero-slogan-x), 14px);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: min(88vw, 1180px);
  margin-top: min(2.0833333vw, 80px);
  color: rgba(255, 249, 239, 0.82);
  font-family: var(--site-font-body);
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.88);
  pointer-events: none;
}

.hero-link {
  color: #fff9ef;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.48);
  padding: 3px 0;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    text-shadow 180ms ease;
}

.hero-link:hover,
.hero-link:focus-visible {
  color: #ffffff;
  border-color: rgba(201, 168, 76, 0.95);
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(238, 217, 167, 0.28);
}

.hero-link:focus-visible {
  outline: none;
  box-shadow: 0 2px 0 rgba(201, 168, 76, 0.95);
}

.hero-link-separator {
  color: rgba(255, 249, 239, 0.58);
  user-select: none;
}

.intro-stage {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vh 24px;
  pointer-events: none;
  transition: opacity 1200ms ease;
}

.is-intro-finished .intro-stage {
  opacity: 0;
}

.intro-gate {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 24px;
  pointer-events: auto;
  text-align: center;
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    visibility 650ms ease;
}

.is-intro-launching .intro-gate,
.is-intro-ready .intro-gate {
  opacity: 0;
  transform: translateY(-18px);
  visibility: hidden;
  pointer-events: none;
}

.intro-headline {
  margin: 0;
  color: #fff8ed;
  font-family: var(--site-font-intro-headline);
  font-size: 96px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variant-caps: normal;
  text-shadow:
    0 4px 28px rgba(0, 0, 0, 0.94),
    0 0 26px rgba(238, 217, 167, 0.22);
}

.intro-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.unveil-trigger {
  min-width: 168px;
  min-height: 48px;
  border: 1px solid rgba(201, 168, 76, 0.72);
  border-radius: 4px;
  background: rgba(123, 107, 87, 0.76);
  color: #fff9ef;
  font-family: var(--site-font-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
  transition:
    background 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}

.unveil-trigger:not(:disabled):hover,
.unveil-trigger:not(:disabled):focus-visible {
  background: rgba(139, 115, 85, 0.9);
  border-color: rgba(201, 168, 76, 0.95);
  color: #fffdf5;
}

.unveil-trigger:not(:disabled):active {
  transform: scale(0.97);
}

.unveil-trigger:not(:disabled):focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.42);
}

.unveil-trigger:disabled {
  border-color: rgba(165, 165, 165, 0.38);
  background: rgba(88, 88, 88, 0.68);
  color: rgba(255, 255, 255, 0.52);
  cursor: not-allowed;
  box-shadow: none;
  outline: none;
  transform: none;
  padding: 0 1em;
}

.intro-viewport {
  position: relative;
  width: min(760px, 86vw);
  height: min(62vh, 580px);
  overflow: hidden;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
  opacity: 0;
  transition: opacity 700ms ease;
}

.is-intro-ready .intro-viewport {
  opacity: 1;
}

.is-intro-ready:not(.is-intro-finished) .intro-stage {
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.intro-track {
  --intro-hold-translate: -112%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  color: rgba(238, 233, 224, 0.88);
  font-family: var(--site-font-intro-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
  text-transform: none;
  font-variant-caps: normal;
  text-align: center;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.95);
  transform: translateY(44vh);
}

.is-intro-ready .intro-track {
  animation: introScroll 70s linear 800ms forwards;
}

.intro-track p {
  margin: 0;
}

.intro-finale {
  color: #fff8ed;
  font-family: var(--site-font-intro-headline);
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  font-variant-caps: normal;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.95),
    0 0 18px rgba(238, 217, 167, 0.22);
}

@keyframes introScroll {
  from {
    transform: translateY(44vh);
  }

  to {
    transform: translateY(var(--intro-hold-translate));
  }
}

dialog::backdrop {
  background: rgba(3, 4, 8, 0.78);
  backdrop-filter: blur(4px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icp-filing {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  justify-content: center;
  padding: 6px 12px;
  background: linear-gradient(180deg, rgba(5, 7, 15, 0), rgba(5, 7, 15, 0.78));
  pointer-events: auto;
}

.icp-filing.is-visible {
  display: flex;
}

.icp-filing a {
  color: rgba(232, 230, 227, 0.72);
  font-family: var(--site-font-body);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}

.icp-filing a:hover,
.icp-filing a:focus-visible {
  color: rgba(232, 230, 227, 0.96);
  text-decoration: underline;
}

.icp-filing a:focus-visible {
  outline: none;
  box-shadow: 0 2px 0 rgba(201, 168, 76, 0.9);
}

@media (max-width: 480px) {
  .hero-art {
    top: 21vh;
  }

  .hero-logo {
    width: 92vw;
  }

  .hero-slogan-two {
    --hero-slogan-x: 0px;
    width: 82vw;
    margin-top: 7vw;
    transform: translate(var(--hero-slogan-x), 14px);
  }

  .hero-links {
    gap: 8px;
    margin-top: 7vw;
    font-size: 1rem;
  }

  .hero-link-separator {
    color: rgba(255, 249, 239, 0.48);
  }

  .intro-stage {
    padding: 8vh 18px;
  }

  .intro-gate {
    gap: 26px;
    padding: 22px;
  }

  .intro-headline {
    font-size: 44px;
  }

  .intro-actions {
    gap: 10px;
  }

  .unveil-trigger {
    min-width: 138px;
    min-height: 46px;
    font-size: 15px;
  }

  .intro-viewport {
    width: 88vw;
    height: 66vh;
  }

  .intro-track {
    gap: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .is-intro-ready .intro-track {
    animation-duration: 78s;
  }

  .intro-finale {
    font-size: 27px;
  }
}

@media (max-width: 640px) and (orientation: portrait) {
  .hero-links {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .hero-link-separator {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .hero-links {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .hero-links {
    font-size: 1.3rem;
  }
}

@media (min-width: 1080px) {
  .hero-links {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-intro-ready .intro-track {
    animation-duration: 1ms;
    animation-delay: 400ms;
  }

  .final-content .hero-logo-frame,
  .final-content .hero-slogan-two,
  .final-content .hero-links,
  .intro-stage,
  .intro-gate,
  .intro-viewport,
  #heroBackground::after,
  .hero-background-media {
    transition-duration: 1ms;
  }
}
