/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::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;
    -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: -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 {
    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"]) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: 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 {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  color: #e9f0f4;
  background: #02070d;
  margin: 0;
  font-family:
    Microsoft YaHei,
    Arial,
    sans-serif;
  overflow: hidden;
}
button {
  font: inherit;
}
main,
canvas {
  position: fixed;
  inset: 0;
}
canvas {
  touch-action: none;
  cursor: ew-resize;
  outline: none;
}
canvas:focus-visible {
  box-shadow: inset 0 0 0 1px #cfe8f380;
}
header {
  pointer-events: none;
  align-items: center;
  gap: 13px;
  display: flex;
  position: fixed;
  top: 34px;
  left: 42px;
}
.seal {
  color: #dbeaf1;
  border: 1px solid #cde1eb61;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font: 18px Georgia;
  display: grid;
}
header b {
  letter-spacing: 0.18em;
  font:
    300 21px Georgia,
    STSong,
    serif;
}
header small {
  color: #6d8594;
  letter-spacing: 0.28em;
  margin-top: 5px;
  font-size: 7px;
  display: block;
}
.copy {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 48%;
  left: 8vw;
  transform: translateY(-50%);
}
.copy p {
  color: #6d8da2;
  letter-spacing: 0.38em;
  margin: 0 0 21px;
  font-size: 8px;
}
.copy h1 {
  letter-spacing: 0.12em;
  text-shadow: 0 5px 40px #000;
  margin: 0;
  font:
    300 clamp(42px, 5.2vw, 76px)/1.2 Georgia,
    STSong,
    serif;
}
.copy h1 em {
  color: #b8cfda;
  font-style: normal;
}
.copy > span {
  color: #748995;
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-size: 9px;
  display: block;
}
.progress {
  background: #b4d2e12e;
  width: 220px;
  height: 1px;
  position: fixed;
  bottom: 74px;
  left: 8vw;
}
.progress i {
  background: #b6d4e2;
  height: 1px;
  transition: width 80ms;
  display: block;
  box-shadow: 0 0 9px #8fc5dc;
}
.progress span {
  color: #87a5b5;
  font: 9px Georgia;
  position: absolute;
  top: -6px;
  right: -28px;
}
nav {
  flex-direction: column;
  gap: 9px;
  display: flex;
  position: fixed;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
}
nav button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #b8cbd4;
  letter-spacing: 0.18em;
  cursor: pointer;
  background: #040e1770;
  border: 1px solid #abcfe02b;
  width: 70px;
  height: 64px;
  font-size: 10px;
  transition: all 0.25s;
}
:is(nav button:hover, nav button:focus-visible) {
  background: #122d3d8c;
  border-color: #9fc8dc;
  outline: none;
  transform: translate(-4px);
}
nav small {
  color: #637c8a;
  letter-spacing: 0.2em;
  margin-top: 6px;
  font-size: 6px;
  display: block;
}
footer {
  color: #506775;
  letter-spacing: 0.24em;
  pointer-events: none;
  justify-content: space-between;
  font-size: 8px;
  display: flex;
  position: fixed;
  bottom: 25px;
  left: 42px;
  right: 42px;
}
@media (max-width: 720px) {
  header {
    top: 23px;
    left: 22px;
  }
  .copy {
    top: 37%;
    left: 23px;
  }
  .copy h1 {
    font-size: 42px;
  }
  .copy > span {
    max-width: 180px;
    margin-top: 20px;
    line-height: 2;
  }
  .progress {
    width: 150px;
    bottom: 92px;
    left: 23px;
  }
  nav {
    flex-direction: row;
    top: auto;
    bottom: 70px;
    right: 14px;
    transform: none;
  }
  nav button {
    width: 57px;
    height: 53px;
    font-size: 9px;
  }
  footer {
    bottom: 24px;
    left: 22px;
    right: 22px;
  }
  footer span:last-child {
    display: none;
  }
}
