@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Quicksand:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
/* [project]/app/globals.css [app-client] (css) */
@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 {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }

    ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Quicksand", "Zen Maru Gothic", system-ui, sans-serif;
    --font-mono: "JetBrains Mono", monospace;
    --color-white: #fff;
    --spacing: .25rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: .05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: .375rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-cream: #fff8e7;
    --color-sakura-bg: #fff0f3;
    --color-card: #fffdf7;
    --color-border: #e8d5c4;
    --color-primary: #e8a0bf;
    --color-secondary: #88c9c9;
    --color-accent: #e8b86d;
    --color-text: #2d2b2b;
    --color-text-muted: #8b7e74;
    --font-jp: "Zen Maru Gothic", "Quicksand", system-ui, sans-serif;
  }
}

@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;
  }

  ::-webkit-file-upload-button {
    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%;
    -moz-tab-size: 4;
    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;
    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: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-moz-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
    margin-right: 4px;
  }

  :not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
    margin-left: 4px;
  }

  :-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  :is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 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-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
    -moz-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:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .end:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    right: var(--spacing);
  }

  .end:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    right: var(--spacing);
  }

  .end:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    right: var(--spacing);
  }

  .end:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing);
  }

  .end:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing);
  }

  .end:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing);
  }

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

  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-block {
    display: inline-block;
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

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

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

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-full {
    width: 100%;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .items-end {
    align-items: flex-end;
  }

  .justify-between {
    justify-content: space-between;
  }

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

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-y-0\.5 {
    row-gap: calc(var(--spacing) * .5);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-l-\[3px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-\[var\(--color-border\)\] {
    border-color: var(--color-border);
  }

  .border-\[var\(--color-primary\)\] {
    border-color: var(--color-primary);
  }

  .border-l-\[var\(--color-primary\)\] {
    border-left-color: var(--color-primary);
  }

  .bg-\[var\(--color-cream\)\] {
    background-color: var(--color-cream);
  }

  .bg-\[var\(--color-primary\)\] {
    background-color: var(--color-primary);
  }

  .bg-\[var\(--color-sakura-bg\,rgba\(255\,183\,197\,0\.1\)\)\] {
    background-color: var(--color-sakura-bg, rgba(255, 183, 197, .1));
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

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

  .text-right {
    text-align: right;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-\[var\(--font-jp\)\] {
    --tw-font-weight: var(--font-jp);
    font-weight: var(--font-jp);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .text-\[var\(--color-accent\)\] {
    color: var(--color-accent);
  }

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

  .text-\[var\(--color-secondary\)\] {
    color: var(--color-secondary);
  }

  .text-\[var\(--color-text\)\] {
    color: var(--color-text);
  }

  .text-\[var\(--color-text-muted\)\] {
    color: var(--color-text-muted);
  }

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-60 {
    opacity: .6;
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (min-width: 64rem) {
    .lg\:w-56 {
      width: calc(var(--spacing) * 56);
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
}

body {
  font-family: var(--font-sans);
  color: var(--color-text);
  background-color: var(--color-cream);
  transition: background-color 1.2s, color 1.2s;
}

body.night-mode {
  --color-cream: #1a1a2e;
  --color-sakura-bg: #1e1e30;
  --color-card: #242440;
  --color-border: #3a3a5c;
  --color-primary: #9b7bb8;
  --color-secondary: #5a8a8a;
  --color-accent: #b8944d;
  --color-text: #c8c4d4;
  --color-text-muted: #7a7590;
}

body.night-mode .card-decorated, body.night-mode .vn-bubble, body.night-mode .status-bubble, body.night-mode .timeline-bar, body.night-mode .pill-btn, body.night-mode .separator-dashed {
  transition: background-color 1.2s, color 1.2s, border-color 1.2s, box-shadow 1.2s;
}

@media (prefers-reduced-motion: reduce) {
  body, body.night-mode, body.night-mode .card-decorated, body.night-mode .vn-bubble, body.night-mode .status-bubble, body.night-mode .timeline-bar, body.night-mode .pill-btn, body.night-mode .separator-dashed {
    transition: none !important;
  }

  body.night-mode .sakura-petal:before {
    opacity: .3;
    box-shadow: 0 0 6px 2px rgba(201, 160, 220, .3);
    animation: none !important;
  }
}

body.night-mode .sakura-petal:before {
  opacity: .35;
  background: #c9a0dc;
  border-radius: 50%;
  animation: 4s ease-in-out infinite petal-glow;
  box-shadow: 0 0 6px 2px rgba(201, 160, 220, .4), 0 0 14px 4px rgba(201, 160, 220, .15);
}

@keyframes petal-glow {
  0%, 100% {
    opacity: .25;
    box-shadow: 0 0 5px 1px rgba(201, 160, 220, .3), 0 0 10px 3px rgba(201, 160, 220, .1);
  }

  50% {
    opacity: .45;
    box-shadow: 0 0 8px 3px rgba(201, 160, 220, .5), 0 0 18px 6px rgba(201, 160, 220, .2);
  }
}

body.night-mode .sakura-petal-0:before {
  animation-delay: 0s;
}

body.night-mode .sakura-petal-1:before {
  animation-delay: -1.2s;
}

body.night-mode .sakura-petal-2:before {
  animation-delay: -3.1s;
}

body.night-mode .sakura-petal-3:before {
  animation-delay: -.7s;
}

body.night-mode .sakura-petal-4:before {
  animation-delay: -2.5s;
}

body.night-mode .sakura-petal-5:before {
  animation-delay: -1.8s;
}

body.night-mode .sakura-petal-6:before {
  animation-delay: -3.6s;
}

body.night-mode .sakura-petal-7:before {
  animation-delay: -.3s;
}

body.night-mode .sakura-petal-8:before {
  animation-delay: -2.9s;
}

body.night-mode .sakura-petal-9:before {
  animation-delay: -1.5s;
}

body.night-mode .sakura-petal-10:before {
  animation-delay: -3.3s;
}

body.night-mode .sakura-petal-11:before {
  animation-delay: -.9s;
}

body.night-mode .sakura-petal-12:before {
  animation-delay: -2.2s;
}

body.night-mode .sakura-petal-13:before {
  animation-delay: -1.1s;
}

body.night-mode .sakura-petal-14:before {
  animation-delay: -3.8s;
}

body.night-mode .sakura-petal-15:before {
  animation-delay: -.5s;
}

body.night-mode .sakura-petal-16:before {
  animation-delay: -2.7s;
}

body.night-mode .sakura-petal-17:before {
  animation-delay: -1.6s;
}

body.night-mode .sakura-petal-18:before {
  animation-delay: -3.4s;
}

body.night-mode .sakura-petal-19:before {
  animation-delay: -.8s;
}

body.night-mode .card-decorated:hover {
  box-shadow: 0 4px 12px rgba(155, 123, 184, .15);
}

body.night-mode .status-bubble {
  box-shadow: 0 0 0 1px var(--color-sakura-bg), 0 4px 20px rgba(155, 123, 184, .15), inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.night-mode .status-bubble:hover {
  box-shadow: 0 0 0 1px var(--color-sakura-bg), 0 6px 24px rgba(155, 123, 184, .2), inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.night-mode .ear-left:after, body.night-mode .ear-right:after {
  background: var(--color-card);
}

body.night-mode .timeline-active {
  box-shadow: 0 0 0 1px rgba(155, 123, 184, .3), 0 2px 8px rgba(155, 123, 184, .15);
}

body.night-mode .vn-bubble:after {
  border-top-color: var(--color-card);
}

body.night-mode .vn-bubble:before {
  border-top-color: var(--color-border);
}

body.night-mode .status-pointer:after {
  border-top-color: var(--color-card);
}

.sakura-container {
  pointer-events: none;
  z-index: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sakura-petal {
  position: absolute;
  top: -30px;
}

.sakura-petal:before {
  content: "";
  background: var(--color-primary);
  opacity: .22;
  border-radius: 50% 0;
  display: block;
}

@keyframes sakura-fall {
  0% {
    opacity: 0;
    transform: translateY(-30px)translateX(0)rotate(0)scale(1);
  }

  3% {
    opacity: 1;
  }

  25% {
    transform: translateY(25vh)translateX(30px)rotate(90deg)scale(.95);
  }

  50% {
    transform: translateY(50vh)translateX(-20px)rotate(180deg)scale(1.05);
  }

  75% {
    transform: translateY(75vh)translateX(40px)rotate(270deg)scale(.9);
  }

  97% {
    opacity: .8;
  }

  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 40px))translateX(10px)rotate(360deg)scale(1);
  }
}

@keyframes sakura-fall-alt {
  0% {
    opacity: 0;
    transform: translateY(-30px)translateX(0)rotate(0);
  }

  3% {
    opacity: 1;
  }

  25% {
    transform: translateY(25vh)translateX(-25px)rotate(-80deg);
  }

  50% {
    transform: translateY(50vh)translateX(35px)rotate(-170deg);
  }

  75% {
    transform: translateY(75vh)translateX(-15px)rotate(-260deg);
  }

  97% {
    opacity: .7;
  }

  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 40px))translateX(20px)rotate(-360deg);
  }
}

@keyframes sakura-fall-lazy {
  0% {
    opacity: 0;
    transform: translateY(-30px)translateX(0)rotate(15deg);
  }

  4% {
    opacity: 1;
  }

  30% {
    transform: translateY(30vh)translateX(50px)rotate(100deg);
  }

  60% {
    transform: translateY(60vh)translateX(-10px)rotate(200deg);
  }

  95% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 40px))translateX(30px)rotate(330deg);
  }
}

.sakura-petal-0 {
  animation: 16s linear infinite sakura-fall;
  left: 3%;
}

.sakura-petal-0:before {
  width: 12px;
  height: 12px;
}

.sakura-petal-1 {
  animation: 20s linear -3s infinite sakura-fall-alt;
  left: 10%;
}

.sakura-petal-1:before {
  opacity: .15;
  width: 8px;
  height: 8px;
}

.sakura-petal-2 {
  animation: 24s linear -7s infinite sakura-fall-lazy;
  left: 18%;
}

.sakura-petal-2:before {
  opacity: .18;
  width: 14px;
  height: 14px;
}

.sakura-petal-3 {
  animation: 19s linear -11s infinite sakura-fall;
  left: 25%;
}

.sakura-petal-3:before {
  width: 10px;
  height: 10px;
}

.sakura-petal-4 {
  animation: 22s linear -1s infinite sakura-fall-alt;
  left: 32%;
}

.sakura-petal-4:before {
  opacity: .12;
  width: 7px;
  height: 7px;
}

.sakura-petal-5 {
  animation: 17s linear -14s infinite sakura-fall;
  left: 40%;
}

.sakura-petal-5:before {
  opacity: .2;
  width: 11px;
  height: 11px;
}

.sakura-petal-6 {
  animation: 25s linear -5s infinite sakura-fall-lazy;
  left: 47%;
}

.sakura-petal-6:before {
  width: 9px;
  height: 9px;
}

.sakura-petal-7 {
  animation: 18s linear -9s infinite sakura-fall-alt;
  left: 53%;
}

.sakura-petal-7:before {
  opacity: .16;
  width: 13px;
  height: 13px;
}

.sakura-petal-8 {
  animation: 21s linear -16s infinite sakura-fall;
  left: 60%;
}

.sakura-petal-8:before {
  opacity: .14;
  width: 8px;
  height: 8px;
}

.sakura-petal-9 {
  animation: 23s linear -2s infinite sakura-fall-lazy;
  left: 67%;
}

.sakura-petal-9:before {
  width: 12px;
  height: 12px;
}

.sakura-petal-10 {
  animation: 19s linear -8s infinite sakura-fall-alt;
  left: 73%;
}

.sakura-petal-10:before {
  opacity: .1;
  width: 6px;
  height: 6px;
}

.sakura-petal-11 {
  animation: 26s linear -12s infinite sakura-fall;
  left: 78%;
}

.sakura-petal-11:before {
  opacity: .13;
  width: 15px;
  height: 15px;
}

.sakura-petal-12 {
  animation: 20s linear -6s infinite sakura-fall-lazy;
  left: 84%;
}

.sakura-petal-12:before {
  width: 10px;
  height: 10px;
}

.sakura-petal-13 {
  animation: 18s linear -15s infinite sakura-fall;
  left: 90%;
}

.sakura-petal-13:before {
  opacity: .17;
  width: 9px;
  height: 9px;
}

.sakura-petal-14 {
  animation: 22s linear -4s infinite sakura-fall-alt;
  left: 95%;
}

.sakura-petal-14:before {
  width: 11px;
  height: 11px;
}

.sakura-petal-15 {
  animation: 27s linear -18s infinite sakura-fall;
  left: 15%;
}

.sakura-petal-15:before {
  opacity: .11;
  width: 7px;
  height: 7px;
}

.sakura-petal-16 {
  animation: 15s linear -10s infinite sakura-fall-alt;
  left: 35%;
}

.sakura-petal-16:before {
  opacity: .2;
  width: 13px;
  height: 13px;
}

.sakura-petal-17 {
  animation: 21s linear -13s infinite sakura-fall-lazy;
  left: 55%;
}

.sakura-petal-17:before {
  opacity: .15;
  width: 8px;
  height: 8px;
}

.sakura-petal-18 {
  animation: 24s linear -7s infinite sakura-fall;
  left: 70%;
}

.sakura-petal-18:before {
  width: 10px;
  height: 10px;
}

.sakura-petal-19 {
  animation: 17s linear -19s infinite sakura-fall-alt;
  left: 88%;
}

.sakura-petal-19:before {
  opacity: .16;
  width: 14px;
  height: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .sakura-petal {
    opacity: .08;
    animation: none !important;
  }

  .sakura-petal-0 {
    top: 5%;
  }

  .sakura-petal-3 {
    top: 15%;
  }

  .sakura-petal-5 {
    top: 30%;
  }

  .sakura-petal-7 {
    top: 45%;
  }

  .sakura-petal-9 {
    top: 55%;
  }

  .sakura-petal-11 {
    top: 70%;
  }

  .sakura-petal-13 {
    top: 80%;
  }

  .sakura-petal-16 {
    top: 90%;
  }

  .sakura-petal-1, .sakura-petal-2, .sakura-petal-4, .sakura-petal-6, .sakura-petal-8, .sakura-petal-10, .sakura-petal-12, .sakura-petal-14, .sakura-petal-15, .sakura-petal-17, .sakura-petal-18, .sakura-petal-19 {
    display: none;
  }

  .card-decorated, .status-bubble, .status-text, .current-badge, .timeline-active {
    animation: none !important;
  }
}

.card-decorated {
  border: 2px solid var(--color-border);
  background: var(--color-card);
  transition: border-color .3s, transform .3s, box-shadow .3s;
  position: relative;
}

.card-decorated:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 160, 191, .15);
}

.card-decorated:before, .card-decorated:after {
  content: "";
  border-color: var(--color-primary);
  opacity: .5;
  pointer-events: none;
  width: 10px;
  height: 10px;
  transition: opacity .3s;
  position: absolute;
}

.card-decorated:hover:before, .card-decorated:hover:after {
  opacity: .8;
}

.card-decorated:before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-radius: 2px 0 0;
  top: -1px;
  left: -1px;
}

.card-decorated:after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-radius: 0 0 2px;
  bottom: -1px;
  right: -1px;
}

.vn-bubble {
  background: var(--color-card);
  border: 2px solid var(--color-border);
  border-radius: 6px;
  padding: 8px 12px;
  transition: border-color .2s;
  position: relative;
}

.vn-bubble:hover {
  border-color: var(--color-primary);
}

.vn-bubble:after {
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: var(--color-card);
  position: absolute;
  top: 100%;
  left: 16px;
}

.vn-bubble:before {
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top-color: var(--color-border);
  position: absolute;
  top: 100%;
  left: 14px;
}

.status-bubble {
  background: var(--color-card);
  border: 3px solid var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-sakura-bg), 0 4px 20px rgba(232, 160, 191, .2), inset 0 1px 0 rgba(255, 255, 255, .8);
  border-radius: 12px;
  transition: box-shadow .3s, border-color .3s;
  position: relative;
}

.status-bubble:hover {
  box-shadow: 0 0 0 1px var(--color-sakura-bg), 0 6px 24px rgba(232, 160, 191, .3), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.status-ears {
  pointer-events: none;
  justify-content: space-between;
  width: 60px;
  display: flex;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.ear {
  width: 18px;
  height: 14px;
  display: block;
  position: relative;
}

.ear-left {
  background: var(--color-primary);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.ear-left:after {
  content: "";
  background: var(--color-card);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  width: 12px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.ear-right {
  background: var(--color-primary);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.ear-right:after {
  content: "";
  background: var(--color-card);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  width: 12px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.status-pointer {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid var(--color-primary);
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.status-pointer:after {
  content: "";
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid var(--color-card);
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: -8px;
}

.status-text {
  animation: 3s ease-in-out infinite status-pulse;
}

@keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .85;
  }
}

.pill-btn {
  border: 2px solid var(--color-border);
  background: var(--color-card);
  font-family: var(--font-sans);
  color: var(--color-text);
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  font-size: .875rem;
  font-weight: 500;
  transition: border-color .2s, transform .1s, box-shadow .2s, background-color .2s;
  display: inline-flex;
}

.pill-btn:hover {
  border-color: var(--color-primary);
  background-color: var(--color-sakura-bg);
}

.pill-btn:active {
  box-shadow: none;
  transform: translateY(1px);
}

.loading-dots span {
  background: var(--color-primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  animation: 1.4s ease-in-out infinite bounce;
  display: inline-block;
}

.loading-dots span:nth-child(2) {
  animation-delay: .16s;
}

.loading-dots span:nth-child(3) {
  animation-delay: .32s;
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

.timeline-bar {
  border: 2px solid var(--color-border);
  border-radius: 4px;
  transition: border-color .2s, transform .15s, box-shadow .2s;
  overflow: hidden;
}

.timeline-bar:hover {
  border-color: var(--color-primary);
  transform: translateX(3px);
}

.timeline-active {
  border-color: var(--color-primary);
  animation: 2s ease-in-out infinite active-glow;
  box-shadow: 0 0 0 1px rgba(232, 160, 191, .3), 0 2px 8px rgba(232, 160, 191, .15);
}

@keyframes active-glow {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(232, 160, 191, .3), 0 2px 8px rgba(232, 160, 191, .15);
  }

  50% {
    box-shadow: 0 0 0 2px rgba(232, 160, 191, .4), 0 2px 12px rgba(232, 160, 191, .25);
  }
}

.current-badge {
  animation: 1.5s ease-in-out infinite badge-pulse;
}

@keyframes badge-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .6;
  }
}

.timeline-scroll::-webkit-scrollbar {
  width: 4px;
}

.timeline-scroll::-webkit-scrollbar-track {
  background: none;
}

.timeline-scroll::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  opacity: .5;
  border-radius: 4px;
}

.timeline-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--color-accent);
}

.timeline-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) transparent;
}

.separator-dashed {
  border-top: 2px dashed var(--color-border);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/