/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-teal-50: oklch(98.4% 0.014 180.72);
    --color-teal-200: oklch(91% 0.096 180.426);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-cyan-50: oklch(98.4% 0.019 200.873);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-violet-50: oklch(96.9% 0.016 293.756);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-pink-50: oklch(97.1% 0.014 343.198);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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-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);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --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);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-px {
    height: 1px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-stone-300 {
    background-color: var(--color-stone-300);
  }
  .bg-stone-800 {
    background-color: var(--color-stone-800);
  }
  .bg-teal-50 {
    background-color: var(--color-teal-50);
  }
  .bg-teal-400 {
    background-color: var(--color-teal-400);
  }
  .from-amber-50 {
    --tw-gradient-from: var(--color-amber-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-pink-50 {
    --tw-gradient-from: var(--color-pink-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-sky-50 {
    --tw-gradient-from: var(--color-sky-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-teal-50 {
    --tw-gradient-from: var(--color-teal-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-violet-50 {
    --tw-gradient-from: var(--color-violet-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-cyan-50 {
    --tw-gradient-to: var(--color-cyan-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-50 {
    --tw-gradient-to: var(--color-orange-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-purple-50 {
    --tw-gradient-to: var(--color-purple-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-rose-50 {
    --tw-gradient-to: var(--color-rose-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-sky-50 {
    --tw-gradient-to: var(--color-sky-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.24em\] {
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
  }
  .text-rose-600 {
    color: var(--color-rose-600);
  }
  .text-rose-700 {
    color: var(--color-rose-700);
  }
  .text-stone-400 {
    color: var(--color-stone-400);
  }
  .text-stone-500 {
    color: var(--color-stone-500);
  }
  .text-stone-600 {
    color: var(--color-stone-600);
  }
  .text-stone-900 {
    color: var(--color-stone-900);
  }
  .text-teal-800 {
    color: var(--color-teal-800);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .not-italic {
    font-style: normal;
  }
  .overline {
    text-decoration-line: overline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-teal-200 {
    --tw-ring-color: var(--color-teal-200);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
:root {
  --paper: #f1efe0;
  --paper-grain: url("/textures/vector-emotions-paper-tile.png");
  --ink: #22211f;
  --muted: #6f6a62;
  --line: #cfc8bb;
  --accent: #315f55;
}
html,
body {
  min-height: 100%;
  overflow-x: clip;
}
html:has(.journey-dashboard:not(.feedback-page)),
body:has(.journey-dashboard:not(.feedback-page)),
html:has(.warm-home),
body:has(.warm-home) {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC",
    system-ui, -apple-system, sans-serif;
  background-color: var(--paper);
  background-image: var(--paper-grain);
  background-repeat: repeat;
  background-size: 320px 320px;
  color: var(--ink);
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
.app-nav {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 68px;
  align-items: center;
  padding: 0 3vw;
  background: var(--paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--paper) 94%, transparent);
  }
  border-bottom: 1px solid var(--line);
}
.app-brand {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  letter-spacing: 0.12em;
}
.app-brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
}
.app-brand__badge {
  display: block;
  width: 100%;
  height: 100%;
}
.app-brand b {
  letter-spacing: 0.08em;
}
.app-nav nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.8rem);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.app-nav nav a {
  position: relative;
  padding: 1.5rem 0;
  color: var(--muted);
}
.app-nav nav a[aria-current="page"] {
  color: var(--ink);
}
.app-nav nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--ink);
}
.app-nav-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
.auth-trigger,
.auth-user {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  letter-spacing: 0.1em;
}
.auth-trigger.is-compact .auth-dot,
.auth-user.is-compact .auth-dot {
  width: 32px;
  height: 32px;
  font-size: 0.7rem;
}
.auth-backdrop {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(34, 33, 31, 0.52);
  backdrop-filter: blur(3px);
}
.auth-dialog {
  position: relative;
  width: min(420px, 92vw);
  max-height: min(86vh, 560px);
  margin: auto;
  overflow: auto;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background: var(--paper, #f1efe0);
  border: 2px solid var(--ink, #513229);
  border-radius: 22px 26px 20px 24px / 18px 16px 20px 18px;
  box-shadow: 0 18px 48px rgba(34, 33, 31, 0.22);
  animation: auth-pop 180ms ease-out;
}
@keyframes auth-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.auth-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: calc(100% - 2rem);
  border-bottom: 1px solid var(--ink, #513229);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: right;
}
.auth-dialog h2 {
  margin-top: 0.8rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.3;
}
.auth-dialog > p,
.auth-dialog form > p {
  margin-top: 0.8rem;
  color: var(--muted, rgba(81, 50, 41, 0.72));
  font-size: 0.82rem;
  line-height: 1.7;
}
.auth-dialog label {
  display: grid;
  gap: 0.5rem;
  margin: 1.6rem 0 1.2rem;
  font-size: 0.75rem;
}
.auth-dialog input {
  padding: 0.85rem 0;
  background: transparent;
  border-bottom: 1px solid var(--ink, #513229);
  outline: none;
  font-size: 1.15rem;
}
.auth-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.4rem;
}
.landing-shell,
.assessment-shell {
  background: linear-gradient(rgba(34, 33, 31, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 32px;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--line) 65%, transparent);
  }
}
.site-nav nav {
  display: flex;
  gap: clamp(1.2rem, 4vw, 4rem);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  letter-spacing: 0.16em;
}
.site-nav a {
  position: relative;
  padding: 0.5rem 0;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.site-nav a:hover::after {
  transform: scaleX(1);
}
.auth-placeholder {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  letter-spacing: 0.14em;
  cursor: not-allowed;
}
.auth-dot {
  width: 34px;
  height: 34px;
  background: var(--ink);
  border-radius: 50%;
}
.landing-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.6fr);
  gap: clamp(2rem, 6vw, 8rem);
  align-items: center;
  width: min(1180px, 92vw);
  min-height: calc(100vh - 76px);
  margin: auto;
  padding: 3rem 0 6rem;
}
.hero-character {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
.hero-copy {
  max-width: 360px;
}
.hero-copy h1 {
  margin-top: 0.8rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.05;
}
.hero-copy p {
  margin-top: 1.2rem;
  color: var(--muted);
  line-height: 1.9;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--muted);
}
.xiaoyu-avatar {
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  overflow: hidden;
  color: var(--ink);
  background: #e9e4d9;
  border: 2px solid var(--ink);
  border-radius: 48% 52% 45% 55% / 55% 42% 58% 45%;
  transform: rotate(-2deg);
}
.xiaoyu-avatar:not(.xiaoyu-avatar--photo)::before,
.xiaoyu-avatar:not(.xiaoyu-avatar--photo)::after {
  position: absolute;
  top: 47%;
  width: 9%;
  height: 9%;
  content: "";
  background: var(--ink);
  border-radius: 50%;
}
.xiaoyu-avatar:not(.xiaoyu-avatar--photo)::before {
  left: 27%;
}
.xiaoyu-avatar:not(.xiaoyu-avatar--photo)::after {
  right: 27%;
}
.xiaoyu-avatar > span {
  position: absolute;
  bottom: 15%;
  font-family: ui-serif, Georgia, serif;
  font-size: 0.7em;
}
.xiaoyu-avatar--photo {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  transform: none;
}
.xiaoyu-avatar__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
}
.xiaoyu-sm {
  width: 54px;
  height: 54px;
  font-size: 18px;
}
.xiaoyu-md {
  width: 88px;
  height: 88px;
  font-size: 24px;
}
.xiaoyu-lg {
  width: 126px;
  height: 126px;
  font-size: 34px;
}
.xiaoyu-xl {
  width: clamp(180px, 22vw, 290px);
  height: clamp(210px, 28vw, 350px);
  font-size: 48px;
}
.xiaoyu-avatar--photo.xiaoyu-sm {
  width: 48px;
  height: 58px;
}
.xiaoyu-avatar--photo.xiaoyu-md {
  width: 72px;
  height: 86px;
}
.xiaoyu-avatar--photo.xiaoyu-lg {
  width: 110px;
  height: 132px;
}
.xiaoyu-avatar--photo.xiaoyu-xl {
  width: clamp(160px, 18vw, 260px);
  height: clamp(200px, 24vw, 320px);
}
.xiaoyu-warm {
  background: #efe3c9;
}
.xiaoyu-mirror {
  background: #ded8e8;
}
.xiaoyu-think {
  background: #d5e5e5;
}
.xiaoyu-story {
  background: #ead8dc;
}
.xiaoyu-reader {
  background: #dedbd2;
  border-style: dashed;
}
.xiaoyu-host.xiaoyu-avatar--photo {
  background: transparent;
}
.mentor-row {
  display: flex;
  gap: clamp(1rem, 3vw, 2.8rem);
  align-items: flex-start;
  justify-content: center;
  min-height: 175px;
}
.mentor-peek {
  position: relative;
  padding-top: 24px;
}
.mentor-peek .xiaoyu-avatar {
  transition: transform 180ms ease;
}
.mentor-peek:hover .xiaoyu-avatar {
  transform: rotate(2deg) translateY(-8px);
}
.hover-pointer {
  position: absolute;
  top: -12px;
  left: 50%;
  font-size: 28px;
  opacity: 0;
  transform: translate(-50%, -8px);
  transition: 180ms ease;
}
.mentor-peek:hover .hover-pointer {
  opacity: 1;
  transform: translate(-50%, 0);
}
.mentor-tooltip {
  position: absolute;
  z-index: 2;
  top: 125px;
  left: 50%;
  display: flex;
  width: 180px;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.8rem 1rem;
  background: #fffdf8;
  border: 1px solid var(--ink);
  border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: 180ms ease;
  text-align: center;
}
.mentor-tooltip span {
  font-size: 0.75rem;
  color: var(--muted);
}
.mentor-peek:hover .mentor-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}
.landing-note {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1.5rem 0 2rem;
  color: var(--muted);
  font-family: ui-serif, Georgia, "Songti SC", serif;
}
.scribble-line {
  flex: 1;
  height: 12px;
  border-bottom: 2px solid var(--ink);
  border-radius: 50%;
}
.landing-cta,
.primary-pill {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.2rem;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--ink);
  border-radius: 48% 52% 47% 53% / 55% 45% 55% 45%;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.25rem;
  transition: 180ms ease;
}
.landing-cta:hover,
.primary-pill:hover {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
}
.primary-pill {
  min-height: 52px;
  padding: 0 1.8rem;
  font-size: 1rem;
}
.demo-controls {
  position: fixed;
  right: 18px;
  bottom: 14px;
  opacity: 0.18;
  transition: opacity 160ms;
}
.demo-controls:hover {
  opacity: 1;
}
.line-button {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--ink);
  font-family: ui-serif, Georgia, "Songti SC", serif;
}
.question-card {
  min-height: 390px;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: #fbf9f3;
  border: 1px solid var(--line);
  border-radius: 46% 54% 49% 51% / 4% 5% 4% 6%;
}
.answer-option {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  transition: 160ms ease;
}
.answer-option:hover,
.answer-option.is-active {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-3px);
}
.answer-option--row {
  min-height: auto;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  padding: 1rem 1.2rem;
  text-align: left;
}
.persona-portrait {
  margin: 0;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(81, 50, 41, 0.18);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(81, 50, 41, 0.12);
}
.persona-portrait img,
.persona-portrait__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.persona-portrait--lg {
  width: clamp(148px, 22vw, 220px);
  aspect-ratio: 3 / 4;
}
.persona-portrait--md {
  width: 120px;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
}
.profile-persona {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 640px) {
  .profile-persona {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}
.result-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  background: #fbf9f3;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.result-code {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--muted);
}
.result-hero h2 {
  margin-top: 0.35rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2rem, 4vw, 3rem);
}
.result-tagline {
  margin-top: 0.8rem;
  max-width: 46rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.75;
}
.result-axes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}
.result-axes span {
  padding: 0.35rem 0.7rem;
  background: rgba(81, 50, 41, 0.06);
  border: 1px solid rgba(81, 50, 41, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}
.result-axes-hint {
  margin-top: 0.65rem;
  max-width: 36rem;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}
.result-body {
  margin-top: 1rem;
  max-width: 46rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.8;
}
.result-dim-card {
  padding: 1.1rem 1.2rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.result-dim-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
}
.result-dim-card header b {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}
.result-dim-score {
  display: flex;
  gap: 0.45rem;
  align-items: baseline;
  margin-top: 0.7rem;
}
.result-dim-score strong {
  font-family: ui-serif, Georgia, serif;
  font-size: 1.6rem;
}
.result-dim-score span {
  color: var(--muted);
  font-size: 0.72rem;
}
.result-dim-bar {
  height: 6px;
  margin: 0.7rem 0;
  overflow: hidden;
  background: #ebe6db;
  border-radius: 999px;
}
.result-dim-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  font-style: normal;
}
.result-dim-card p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}
.result-radar,
.result-report,
.result-agent {
  padding: 1.4rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.profile-map {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  align-items: start;
}
.profile-map--flat {
  gap: 1rem;
  align-items: stretch;
}
.profile-map--flat .result-radar,
.profile-map--flat .profile-dims {
  padding: 1rem 1.1rem;
}
.profile-map--flat .profile-radar svg {
  margin-top: 0.25rem;
}
.profile-dims__groups {
  display: grid;
  gap: 0.7rem;
}
.profile-dims__label {
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #78716c;
}
.profile-dims__grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.result-dim-card--flat {
  padding: 0.7rem 0.85rem;
}
.result-dim-card--flat header {
  font-size: 0.72rem;
}
.result-dim-card--flat .result-dim-score {
  margin-top: 0.35rem;
}
.result-dim-card--flat .result-dim-score strong {
  font-size: 1.25rem;
}
.result-dim-card--flat .result-dim-bar {
  height: 4px;
  margin: 0.4rem 0;
}
.result-dim-card--flat p {
  font-size: 0.74rem;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.profile-radar {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.profile-living {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.result-agent__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.result-agent__body {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(81, 50, 41, 0.12);
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.85;
}
.result-agent__body p + p {
  margin-top: 0.85rem;
}
.result-agent__empty {
  margin-top: 1.1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(81, 50, 41, 0.22);
  border-radius: 16px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.65;
}
.analysis-paper .result-agent__body {
  border-top: none;
  padding-top: 0.4rem;
}
.simple-md__section {
  margin-top: 1.35rem;
}
.simple-md__section:first-child {
  margin-top: 0;
}
.simple-md__section h2 {
  margin-bottom: 0.65rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.25rem;
  color: var(--ink);
}
.simple-md__sub {
  margin-top: 0.95rem;
}
.simple-md__sub h3,
.simple-md__h3-inline {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}
.simple-md__p,
.simple-md__li {
  margin-top: 0.45rem;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.85;
}
.simple-md__list {
  margin-top: 0.55rem;
  padding-left: 0;
  list-style: none;
}
.simple-md__list li {
  position: relative;
  padding-left: 0.9rem;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.75;
}
.simple-md__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--muted);
}
.simple-md strong {
  font-weight: 600;
}
@media (max-width: 980px) {
  .profile-map {
    grid-template-columns: 1fr;
  }
  .profile-living {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .result-hero {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}
.speech-line {
  position: relative;
  padding: 0.8rem 1.2rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
  border-radius: 55% 45% 50% 50% / 48% 52% 48% 52%;
  color: var(--muted);
  font-size: 0.85rem;
}
.dashboard-shell {
  background: #f2efe7;
}
.dashboard-nav {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
}
.dashboard-nav nav {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.85rem;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.7fr);
  min-height: calc(100vh - 70px);
}
.record-rail {
  position: relative;
  display: flex;
  min-height: calc(100vh - 70px);
  flex-direction: column;
  padding: 3rem clamp(1.5rem, 3vw, 3.5rem);
  border-right: 1px solid var(--line);
}
.record-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.record-heading h1 {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 3rem;
}
.add-record {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 2rem;
  transition: 180ms ease;
}
.add-record:hover {
  color: var(--paper);
  background: var(--ink);
  transform: rotate(90deg);
}
.record-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}
.empty-copy {
  padding: 2rem 0;
  color: var(--muted);
  line-height: 1.8;
}
.record-slip {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.record-slip span {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: var(--muted);
}
.record-slip p {
  margin: 0.35rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record-slip b {
  font-size: 0.72rem;
  color: var(--accent);
  opacity: 0;
  transition: opacity 160ms;
}
.record-slip:hover b {
  opacity: 1;
}
.mentor-alert {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  padding: 1.1rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
}
.mentor-alert strong {
  font-family: ui-serif, Georgia, "Songti SC", serif;
}
.mentor-alert p {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
}
.mentor-alert small {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700;
}
.alert-crisis {
  border: 2px solid #8b2f2f;
}
.mentor-alert-actions {
  display: flex;
  gap: 1rem;
  margin-top: 0.8rem;
  font-size: 0.7rem;
}
.mentor-alert-actions a, .mentor-alert-actions button {
  border-bottom: 1px solid var(--ink);
}
.xiaoyu-care {
  position: fixed;
  z-index: 60;
  right: clamp(0.8rem, 3vw, 1.8rem);
  bottom: clamp(0.9rem, 3vh, 1.8rem);
  display: flex;
  align-items: flex-end;
  gap: 0.15rem;
  max-width: min(420px, calc(100vw - 1.6rem));
  pointer-events: none;
  animation: xiaoyu-care-in 420ms ease both;
}
.xiaoyu-care__figure,
.xiaoyu-care__bubble {
  pointer-events: auto;
}
.xiaoyu-care__figure {
  flex: none;
  width: clamp(72px, 12vw, 108px);
  margin-bottom: 0.2rem;
  transform: translateY(6px);
}
.xiaoyu-care__figure img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(81, 50, 41, 0.16));
}
.xiaoyu-care__bubble {
  position: relative;
  min-width: 0;
  padding: 0.95rem 1.05rem 0.9rem;
  color: var(--journey-ink, #513229);
  background: rgba(255, 253, 245, 0.96);
  border: 1.5px solid rgba(81, 50, 41, 0.55);
  border-radius: 22px 22px 22px 8px;
  box-shadow: 4px 6px 0 rgba(81, 50, 41, 0.08), 0 16px 32px rgba(81, 50, 41, 0.1);
}
.xiaoyu-care__bubble::before {
  position: absolute;
  left: -8px;
  bottom: 22px;
  width: 14px;
  height: 14px;
  content: "";
  background: rgba(255, 253, 245, 0.96);
  border-bottom: 1.5px solid rgba(81, 50, 41, 0.55);
  border-left: 1.5px solid rgba(81, 50, 41, 0.55);
  transform: rotate(45deg);
}
.xiaoyu-care__close {
  position: absolute;
  top: 0.35rem;
  right: 0.55rem;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(81, 50, 41, 0.55);
  font-size: 1.1rem;
  line-height: 1;
}
.xiaoyu-care__bubble strong {
  display: block;
  padding-right: 1.2rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1rem;
  line-height: 1.35;
}
.xiaoyu-care__bubble p {
  margin-top: 0.4rem;
  color: rgba(81, 50, 41, 0.72);
  font-size: 0.78rem;
  line-height: 1.65;
}
.xiaoyu-care__bubble small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(81, 50, 41, 0.62);
  font-size: 0.7rem;
  font-weight: 700;
}
.xiaoyu-care__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 0.72rem;
}
.xiaoyu-care__actions a:not(.xiaoyu-care__primary),
.xiaoyu-care__actions button {
  border-bottom: 1px solid rgba(81, 50, 41, 0.55);
}
.xiaoyu-care__primary {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  color: #fffdf5;
  background: var(--journey-ink, #513229);
  border-radius: 999px;
  font-weight: 600;
}
.xiaoyu-care--crisis .xiaoyu-care__bubble {
  border-color: #8b2f2f;
}
.xiaoyu-care--crisis .xiaoyu-care__bubble::before {
  border-color: #8b2f2f;
}
@keyframes xiaoyu-care-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 620px) {
  .xiaoyu-care {
    right: 0.65rem;
    left: 0.65rem;
    bottom: 0.75rem;
    max-width: none;
  }
  .xiaoyu-care__figure {
    width: 68px;
  }
}
.dashboard-stage {
  padding: clamp(2rem, 5vw, 5rem);
}
.welcome-panel {
  display: flex;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 900px;
}
.welcome-panel h2 {
  margin-top: 0.5rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1.15;
}
.welcome-panel p {
  max-width: 590px;
  margin: 1rem 0 2rem;
  color: var(--muted);
  line-height: 1.9;
}
.welcome-panel .primary-pill {
  display: inline-flex;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  margin-top: 4rem;
}
.feature-panel {
  min-height: 170px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  transition: 180ms ease;
}
.feature-panel:hover:not(.is-muted) {
  border-color: var(--ink);
  transform: translateY(-3px);
}
.feature-panel span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--muted);
}
.feature-panel h3 {
  margin-top: 1.6rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.5rem;
}
.feature-panel p {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}
.feature-large {
  grid-row: span 2;
  min-height: 356px;
}
.feature-large h3 {
  margin-top: 8rem;
  font-size: 2rem;
}
.is-muted {
  opacity: 0.52;
}
.composer-backdrop {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: radial-gradient(ellipse at 50% 42%, rgba(255, 253, 244, 0.55), transparent 58%),
    color-mix(in srgb, #f1efe0 38%, rgba(81, 50, 41, 0.42));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.composer-sheet {
  --composer-ink: #513229;
  position: relative;
  width: min(720px, calc((100vw - 2.4rem) / 1.15));
  max-height: calc((100dvh - 2.4rem) / 1.15);
  color: var(--composer-ink);
  background: transparent;
  border: 0;
  filter: drop-shadow(0 18px 34px rgba(81, 50, 41, 0.18)) drop-shadow(3px 5px 0 rgba(81, 50, 41, 0.06));
  zoom: 1.15;
}
@supports not (zoom: 1) {
  .composer-sheet {
    width: min(828px, calc(100vw - 2.4rem));
    max-height: calc(100dvh - 2.4rem);
    transform: scale(1.15);
    transform-origin: center center;
  }
}
.composer-sheet__paper {
  position: relative;
  max-height: inherit;
  padding: clamp(2.1rem, 5vw, 3.6rem) clamp(1.6rem, 4.5vw, 3.4rem) clamp(1.6rem, 4vw, 2.8rem);
  overflow: auto;
  background-color: #fffdf6;
  background-image: var(--paper-grain);
  border: 1.5px solid rgba(81, 50, 41, 0.28);
  clip-path: polygon(
    0% 14px,
    2.5% 5px, 5% 13px, 7.5% 3px, 10% 12px, 12.5% 6px, 15% 14px, 17.5% 2px, 20% 11px,
    22.5% 5px, 25% 13px, 27.5% 4px, 30% 12px, 32.5% 6px, 35% 14px, 37.5% 3px, 40% 11px,
    42.5% 5px, 45% 13px, 47.5% 2px, 50% 12px, 52.5% 6px, 55% 14px, 57.5% 3px, 60% 11px,
    62.5% 5px, 65% 13px, 67.5% 4px, 70% 12px, 72.5% 6px, 75% 14px, 77.5% 2px, 80% 11px,
    82.5% 5px, 85% 13px, 87.5% 3px, 90% 12px, 92.5% 6px, 95% 14px, 97.5% 4px, 100% 10px,
    100% 100%,
    0% 100%
  );
  transform: rotate(-0.75deg);
}
.composer-close {
  position: absolute;
  top: 1.35rem;
  right: 1.1rem;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  color: rgba(81, 50, 41, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  background: rgba(245, 232, 159, 0.55);
  border: 1.5px solid rgba(81, 50, 41, 0.22);
  border-radius: 999px 12px 999px 14px;
  transform: rotate(2deg);
  transition: background 160ms ease, color 160ms ease;
}
.composer-close:hover {
  color: var(--composer-ink);
  background: rgba(245, 232, 159, 0.9);
}
.composer-sheet .eyebrow {
  display: block;
  color: rgba(81, 50, 41, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.composer-sheet h2 {
  margin-top: 0.65rem;
  white-space: nowrap;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.65rem, 3.6vw, 2.05rem);
  line-height: 1.25;
  color: var(--composer-ink);
}
.composer-sheet__paper > p {
  margin-top: 0.55rem;
  max-width: 36ch;
  color: rgba(81, 50, 41, 0.62);
  font-size: 0.95rem;
  line-height: 1.65;
}
.composer-sheet textarea {
  width: 100%;
  margin-top: 1.6rem;
  padding: 0.15rem 0.35rem 0.6rem;
  resize: none;
  color: var(--composer-ink);
  background-color: transparent;
  background-image: repeating-linear-gradient(
    transparent 0,
    transparent calc(1.85em - 1px),
    rgba(81, 50, 41, 0.12) calc(1.85em - 1px),
    rgba(81, 50, 41, 0.12) 1.85em
  );
  background-attachment: local;
  border: 0;
  border-left: 2px solid rgba(196, 92, 84, 0.28);
  outline: none;
  font-size: 1.05rem;
  line-height: 1.85;
}
.composer-sheet textarea::placeholder {
  color: rgba(81, 50, 41, 0.34);
}
.composer-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1.5px dashed rgba(81, 50, 41, 0.18);
}
.composer-footer .primary-pill,
.composer-submit {
  min-height: 3rem;
  padding-inline: 1.45rem;
  color: var(--composer-ink);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: color-mix(in srgb, #f5e89f 72%, #fffdf4);
  border: 1.5px solid rgba(81, 50, 41, 0.4);
  border-radius: 999px;
  box-shadow: 2px 3px 0 rgba(81, 50, 41, 0.08);
}
.composer-footer .primary-pill:hover:not(:disabled),
.composer-submit:hover:not(:disabled) {
  color: #fffdf4;
  background: var(--composer-ink);
  transform: translateY(-1px);
}
.composer-footer .primary-pill:disabled,
.composer-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}
.composer-error {
  margin-top: 0.85rem;
  color: #9a3f3a;
  font-size: 0.85rem;
}
.mood-picker-wrap {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-width: 0;
}
.mood-tag {
  display: inline-grid;
  gap: 0.12rem;
  flex: none;
  min-width: 3.6rem;
  min-height: 2.35rem;
  place-content: center;
  padding: 0.28rem 0.55rem;
  color: rgba(81, 50, 41, 0.62);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  background: rgba(245, 232, 159, 0.45);
  border: 1.5px dashed rgba(81, 50, 41, 0.28);
  border-radius: 999px 12px 999px 12px;
  transform: rotate(-2deg);
}
.mood-tag em {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink, #513229);
}
.mood-picker {
  display: flex;
  gap: 0.55rem;
  align-items: flex-end;
}
.mood-picker button {
  position: relative;
  display: grid;
  width: 52px;
  height: 58px;
  place-items: center;
  padding: 0.2rem 0.15rem 0.15rem;
  color: var(--ink);
  background: rgba(255, 253, 245, 0.72);
  border: 1.5px solid rgba(81, 50, 41, 0.18);
  border-radius: 48% 52% 46% 54% / 54% 48% 52% 46%;
  box-shadow: 2px 3px 0 rgba(81, 50, 41, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}
.mood-picker button img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.mood-picker button span {
  margin-top: -0.05rem;
  font-size: 0.5rem;
  letter-spacing: 0.04em;
  opacity: 0.72;
}
.mood-picker button:hover {
  border-color: rgba(81, 50, 41, 0.42);
  transform: translateY(-2px);
}
.mood-picker button.is-active {
  color: var(--ink);
  background: rgba(245, 232, 159, 0.78);
  border-color: var(--ink);
  box-shadow: 3px 4px 0 rgba(81, 50, 41, 0.12);
  transform: translateY(-3px) scale(1.06);
}
.mood-picker button.is-active span {
  opacity: 1;
  font-weight: 700;
}
.roundtable-page,
.feedback-page {
  background: #f4f1e9;
}
.roundtable-nav,
.feedback-page > header {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.roundtable-notice {
  position: fixed;
  z-index: 30;
  top: 78px;
  left: 50%;
  padding: 0.75rem 1.2rem;
  color: var(--paper);
  background: var(--ink);
  transform: translateX(-50%);
}
.session-risk {
  width: min(1000px, 90vw);
  margin: 1.5rem auto 0;
  padding: 1rem 1.4rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
}
.session-risk p {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}
.session-risk span {
  display: inline-block;
  margin: 0.5rem 1rem 0 0;
  font-size: 0.76rem;
  font-weight: 700;
}
.session-risk.alert-crisis {
  border: 2px solid #8b2f2f;
}
.roundtable-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  width: min(1120px, 90vw);
  margin: 2rem auto;
}
.host-seat {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.host-seat p {
  max-width: 430px;
  margin-top: 0.35rem;
  color: var(--muted);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  line-height: 1.7;
}
.source-note {
  padding: 1.2rem 1.5rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
}
.source-note span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.source-note p {
  margin-top: 0.6rem;
  line-height: 1.7;
}
.roundtable-start {
  display: grid;
  place-items: center;
  min-height: 560px;
  text-align: center;
}
.roundtable-start h1 {
  margin: 2rem 0 1.5rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 2rem;
}
.empty-table {
  display: grid;
  width: min(520px, 72vw);
  height: 220px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: perspective(600px) rotateX(58deg);
}
.empty-table span {
  color: var(--muted);
  transform: rotateX(-58deg);
}
.roundtable-scene {
  position: relative;
  display: grid;
  width: min(1120px, 94vw);
  margin: 3rem auto 5rem;
  justify-items: center;
}
.table-center {
  position: absolute;
  top: 270px;
  left: 50%;
  display: grid;
  width: 500px;
  height: 270px;
  place-items: center;
  padding: 3rem;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.table-center span {
  letter-spacing: 0.22em;
}
.table-center p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.7;
}
.reader-seat {
  z-index: 2;
  display: grid;
  gap: 0.4rem;
  place-items: center;
  margin-top: -0.4rem;
  font-size: 0.75rem;
}
.arc-carousel {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  user-select: none;
  touch-action: none;
}
.arc-carousel__hint {
  flex: none;
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: clamp(0.62rem, 1.2cqi, 0.72rem);
  letter-spacing: 0.08em;
  text-align: center;
}
.arc-carousel__viewport {
  position: relative;
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  align-items: stretch;
}
.arc-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 24;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(81, 50, 41, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.55;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
  pointer-events: auto;
}
.arc-carousel__nav span {
  display: block;
  transform: translateY(-0.06em);
}
.arc-carousel__nav:hover,
.arc-carousel__nav:focus-visible {
  color: rgba(81, 50, 41, 0.48);
  opacity: 0.92;
  outline: none;
}
.arc-carousel__nav:active {
  transform: translateY(-50%) scale(0.96);
}
.arc-carousel__nav--prev {
  left: 0.15rem;
}
.arc-carousel__nav--next {
  right: 0.15rem;
}
.arc-carousel__stage {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
  cursor: grab;
}
.arc-carousel__stage:active {
  cursor: grabbing;
}
.arc-carousel__path {
  position: absolute;
  inset: 12% 4% 8%;
  width: auto;
  height: auto;
  pointer-events: none;
}
.arc-carousel__path ellipse {
  fill: transparent;
  stroke: var(--ink);
  stroke-width: 2;
}
.arc-carousel__table {
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: min(420px, 54%);
  height: 38%;
  place-items: center;
  padding: 1rem;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}
.arc-carousel__table span {
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}
.arc-carousel__table p {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.6;
}
.arc-carousel__card {
  position: absolute;
  top: 52%;
  left: 50%;
  display: grid;
  width: clamp(148px, 26vw, 248px);
  margin: 0;
  padding: 0.7rem 0.8rem 0.85rem;
  background: #fbf9f3;
  border: 1.5px solid var(--ink);
  border-radius: 22px 26px 20px 24px / 16px 14px 18px 16px;
  box-shadow: 4px 6px 0 rgba(81, 50, 41, 0.08);
  cursor: grab;
  text-align: left;
}
.arc-carousel__card[data-active="true"] {
  outline: 3px double var(--ink);
  outline-offset: 4px;
}
.arc-carousel__head {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-width: 0;
}
.arc-carousel__who {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
}
.arc-carousel__media {
  display: grid;
  width: 72px;
  height: 88px;
  flex: none;
  place-items: center;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.arc-carousel__media .warm-home__portrait {
  width: 72px;
  height: 88px;
}
.arc-carousel__media--0,
.arc-carousel__media--1,
.arc-carousel__media--2,
.arc-carousel__media--3 {
  background: transparent;
}
.arc-carousel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.arc-carousel__fallback {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 2rem;
}
.arc-carousel__card strong {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1rem;
  line-height: 1.2;
}
.arc-carousel__card small {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}
.arc-carousel__quote {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.65rem;
  padding: 0.55rem 0.65rem 0.6rem;
  background: rgba(255, 253, 245, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px 18px 16px 8px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.58;
}
.arc-carousel__card[data-active="true"] .arc-carousel__quote {
  -webkit-line-clamp: 8;
  color: var(--ink);
}
.arc-carousel__caption {
  display: grid;
  flex: none;
  gap: 0.55rem;
  width: min(720px, 100%);
  margin: 0.55rem auto 0;
  padding: 0.45rem 0.2rem 0;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.arc-carousel__caption p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}
@media (min-width: 761px) {
  .arc-carousel__caption {
    grid-template-columns: 1fr auto;
    justify-items: start;
    text-align: left;
  }
}
.mentor-seat {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  text-align: left;
}
.seat-1 {
  top: 10px;
  left: 12%;
}
.seat-2 {
  top: 20px;
  right: 10%;
  flex-direction: row-reverse;
}
.seat-3 {
  top: 355px;
  left: 0;
}
.seat-4 {
  top: 355px;
  right: 0;
  flex-direction: row-reverse;
}
.seat-bubble {
  width: 270px;
  max-height: 180px;
  overflow: auto;
  padding: 1rem;
  background: #fbf9f3;
  border: 1px solid var(--line);
  border-radius: 48% 52% 46% 54% / 12% 10% 14% 11%;
}
.seat-bubble strong {
  font-size: 0.78rem;
}
.agent-status {
  display: block;
  margin-top: 0.2rem;
  color: #8a8276;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.seat-bubble p {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}
.seat-arrow {
  position: absolute;
  top: -32px;
  left: 28px;
  font-size: 0.72rem;
  opacity: 0;
  transition: 160ms ease;
}
.mentor-seat:hover .seat-arrow, .mentor-seat.is-selected .seat-arrow {
  opacity: 1;
  transform: translateY(4px);
}
.mentor-seat:hover .xiaoyu-avatar, .mentor-seat.is-selected .xiaoyu-avatar {
  outline: 3px double var(--ink);
  outline-offset: 5px;
}
.dialog-panel {
  width: min(820px, 92vw);
  margin: -2rem auto 4rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #fbf9f3;
  border: 2px solid var(--ink);
}
.dialog-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dialog-panel h2 {
  margin-top: 0.4rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.8rem;
}
.dialog-panel > header button {
  border-bottom: 1px solid var(--ink);
  font-size: 0.75rem;
}
.dialog-messages {
  display: grid;
  gap: 1rem;
  max-height: 430px;
  margin: 2rem 0;
  padding: 1.5rem 0;
  overflow-y: auto;
  border-block: 1px solid var(--line);
}
.dialog-empty {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
}
.dialog-row {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
.dialog-row p {
  max-width: 78%;
  padding: 0.85rem 1.1rem;
  background: #ebe7de;
  border-radius: 18px 18px 18px 3px;
  line-height: 1.7;
}
.dialog-row.user {
  justify-content: flex-end;
}
.dialog-row.user p {
  color: var(--paper);
  background: var(--ink);
  border-radius: 18px 18px 3px 18px;
}
.typing-line {
  color: var(--muted);
  font-size: 0.78rem;
}
.dialog-input {
  display: flex;
  gap: 0.8rem;
}
.dialog-input input {
  flex: 1;
  padding: 0.9rem 0;
  background: transparent;
  border-bottom: 1px solid var(--ink);
  outline: none;
}
.dialog-input button {
  padding: 0.6rem 1.2rem;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
}
.session-finish {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: min(900px, 90vw);
  margin: 0 auto 5rem;
}
.session-finish p {
  max-width: 520px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.7;
}
.feedback-shell {
  display: grid;
  min-height: calc(100vh - 68px);
  place-items: center;
  align-content: center;
  gap: 1.5rem;
  padding: 2rem;
  text-align: center;
}
.feedback-shell h1 {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 2rem;
}
.feedback-shell p {
  max-width: 520px;
  color: rgba(81, 50, 41, .7);
}
.feedback-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 7vw, 7rem);
  width: min(1100px, 90vw);
  margin: 4rem auto;
}
.feedback-layout > aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding-top: 3rem;
}
.feedback-layout > aside h1 {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
}
.feedback-paper {
  display: grid;
  gap: 2.4rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: #fbf9f3;
  border: 1px solid var(--line);
}
.feedback-block .eyebrow {
  display: block;
}
.feedback-time {
  margin-top: 0.85rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.feedback-mood {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: 0.85rem;
}
.feedback-mood b {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.8rem;
}
.feedback-mood span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.feedback-talk-list {
  display: grid;
  gap: 1.15rem;
  margin-top: 1rem;
}
.feedback-talk-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.feedback-talk-item b {
  display: block;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.15rem;
}
.feedback-talk-item p {
  margin-top: 0.55rem;
  color: rgba(81, 50, 41, 0.78);
  line-height: 1.75;
  font-size: 0.95rem;
}
.feedback-suggest-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.feedback-suggest-list li {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  line-height: 1.65;
}
.feedback-suggest-list li b {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.feedback-xiaoyu {
  padding: 1.25rem 1.4rem;
  background: rgba(81, 50, 41, 0.04);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.feedback-xiaoyu p {
  margin-top: 0.9rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.25rem;
  line-height: 1.8;
}
.feedback-summary {
  margin-top: 1rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.5rem;
  line-height: 1.8;
}
.feedback-paper ol {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.feedback-paper li {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  line-height: 1.65;
}
.feedback-paper li b {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.next-action {
  padding: 1.5rem;
  border: 2px solid var(--ink);
}
.next-action p {
  margin-top: 0.7rem;
  line-height: 1.7;
}
.feedback-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-page,
.day-detail-page {
  background: linear-gradient(rgba(34, 33, 31, 0.022) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 34px;
}
.calendar-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(1180px, 92vw);
  margin: 3.5rem auto 2rem;
}
.calendar-heading h1 {
  margin-top: 0.5rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}
.calendar-heading p {
  margin-top: 0.8rem;
  color: var(--muted);
}
.calendar-legend {
  display: flex;
  gap: 1.2rem;
  padding-bottom: 0.5rem;
  color: var(--muted);
  font-size: 0.68rem;
}
.calendar-legend span {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.calendar-legend i, .calendar-cell footer i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.calendar-legend i.has-guide, .calendar-cell footer i.has-guide {
  background: var(--accent);
  border-color: var(--accent);
}
.calendar-legend i.has-note, .calendar-cell footer i.has-note {
  background: #a06d3b;
  border-color: #a06d3b;
}
.calendar-legend i.has-feedback, .calendar-cell footer i.has-feedback {
  background: var(--ink);
  border-color: var(--ink);
}
.calendar-board {
  width: min(1180px, 92vw);
  margin: 0 auto 5rem;
  border: 1px solid var(--line);
}
.weekday-row, .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.weekday-row span {
  padding: 0.8rem;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}
.weekday-row span:last-child {
  border-right: 0;
}
.calendar-cell, .calendar-blank {
  min-height: 156px;
  padding: 0.9rem;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.calendar-cell:nth-child(7n), .calendar-blank:nth-child(7n) {
  border-right: 0;
}
.calendar-cell {
  display: flex;
  flex-direction: column;
  transition: 160ms ease;
}
.calendar-cell:hover {
  background: #fbf9f3;
  transform: translateY(-2px);
}
.calendar-cell.is-today {
  outline: 2px solid var(--ink);
  outline-offset: -4px;
}
.calendar-cell.is-future {
  opacity: 0.42;
}
.calendar-cell header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.calendar-cell header b {
  font-family: ui-serif, Georgia, serif;
  font-size: 1.4rem;
}
.calendar-cell header span {
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}
.calendar-character {
  display: grid;
  flex: 1;
  place-items: center;
}
.calendar-character .xiaoyu-avatar {
  transform: scale(0.75) rotate(-2deg);
}
.calendar-cell footer {
  display: flex;
  gap: 0.35rem;
}
.day-detail-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.35fr;
  gap: clamp(2rem, 7vw, 7rem);
  width: min(1120px, 92vw);
  margin: 4rem auto;
}
.day-detail-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.day-detail-meta > a {
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--ink);
  font-size: 0.75rem;
}
.day-detail-meta h1 {
  margin-top: 0.6rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.2;
}
.day-detail-meta > p {
  margin-top: 1rem;
  color: var(--muted);
}
.xiaoyu-insight-trigger {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 4rem;
  text-align: center;
}
.xiaoyu-insight-trigger span {
  max-width: 180px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}
.xiaoyu-insight-trigger:hover .xiaoyu-avatar {
  transform: rotate(3deg) translateY(-5px);
}
.day-detail-paper {
  display: grid;
  gap: 2.5rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: #fbf9f3;
  border: 1px solid var(--line);
}
.day-insight {
  padding: 1.5rem;
  border: 2px solid var(--ink);
}
.day-insight p {
  margin-top: 0.7rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.2rem;
  line-height: 1.8;
}
.day-section {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.day-section > header {
  display: flex;
  justify-content: space-between;
}
.day-section h2 {
  margin-top: 1rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.7rem;
}
.day-section > p {
  margin: 0.7rem 0;
  color: var(--muted);
  line-height: 1.7;
}
.day-section > a, .day-empty a {
  border-bottom: 1px solid var(--ink);
  font-size: 0.76rem;
}
.day-empty {
  margin-top: 1.2rem;
  color: var(--muted);
}
.day-note-list {
  display: grid;
  margin-top: 1rem;
}
.day-note-list > div {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}
.day-note-list span {
  color: var(--muted);
  font-size: 0.68rem;
}
.day-note-list p {
  margin: 0.5rem 0;
  line-height: 1.7;
}
.day-note-list div div {
  display: flex;
  gap: 1rem;
}
.day-note-list a {
  color: var(--accent);
  font-size: 0.72rem;
}
.day-action {
  padding: 1.5rem;
  border: 1px solid var(--ink);
}
.summary-page {
  background: var(--paper);
}
.summary-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 7vw, 7rem);
  width: min(1100px, 92vw);
  margin: 4rem auto;
}
.summary-layout > aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
  padding-top: 2rem;
}
.summary-layout > aside h1 {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}
.summary-layout > aside p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.8;
}
.summary-layout > aside a {
  margin-top: 2rem;
  border-bottom: 1px solid var(--ink);
  font-size: 0.75rem;
}
.summary-paper {
  min-height: 620px;
  padding: clamp(2rem, 5vw, 4rem);
  background: #fbf9f3;
  border: 1px solid var(--line);
}
.summary-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2rem;
  border: 1px solid var(--line);
}
.summary-phases button {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
}
.summary-phases button:last-child {
  border-right: 0;
}
.summary-phases button span {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
}
.summary-phases button b {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.1rem;
}
.summary-phases button.is-active {
  color: var(--paper);
  background: var(--ink);
}
.summary-phases button.is-active span {
  color: var(--line);
}
.summary-result {
  margin-top: 2.5rem;
  padding: 2rem 0;
  border-block: 1px solid var(--line);
}
.summary-result p {
  white-space: pre-wrap;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.1rem;
  line-height: 2;
}
.summary-result span {
  display: block;
  margin-top: 1.5rem;
  color: var(--muted);
  text-align: right;
}
.summary-empty {
  display: grid;
  min-height: 310px;
  place-items: center;
  align-content: center;
  gap: 0.8rem;
  color: var(--muted);
  text-align: center;
}
.summary-empty span {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.4rem;
}
.summary-empty p {
  max-width: 370px;
  font-size: 0.82rem;
  line-height: 1.7;
}
.summary-error {
  margin-top: 1rem;
  color: #8b2f2f;
  font-size: 0.8rem;
}
@media (max-width: 760px) {
  .site-nav {
    align-items: flex-start;
    padding: 1rem 5vw;
  }
  .site-nav nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem 1rem;
    font-size: 0.75rem;
  }
  .auth-placeholder {
    font-size: 0;
  }
  .auth-dot {
    width: 28px;
    height: 28px;
  }
  .landing-grid {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }
  .xiaoyu-xl {
    width: 150px;
    height: 180px;
  }
  .mentor-row {
    gap: 0.7rem;
    min-height: 140px;
  }
  .xiaoyu-md {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
  .mentor-tooltip {
    top: 96px;
    width: 140px;
  }
  .landing-note {
    font-size: 0.75rem;
  }
  .dashboard-nav nav {
    gap: 0.8rem;
    font-size: 0.7rem;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .record-rail {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .mentor-alert {
    margin-top: 2rem;
  }
  .welcome-panel {
    align-items: flex-start;
  }
  .welcome-panel .xiaoyu-avatar {
    width: 72px;
    height: 72px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-large {
    grid-row: auto;
    min-height: 190px;
  }
  .feature-large h3 {
    margin-top: 2rem;
  }
  .composer-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .roundtable-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .roundtable-scene {
    height: auto;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .table-center, .reader-seat, .mentor-seat {
    position: static;
    transform: none;
  }
  .table-center {
    order: -2;
    width: 100%;
    height: 160px;
    border-radius: 50%;
  }
  .reader-seat {
    order: 2;
  }
  .arc-carousel__stage {
    height: auto;
    min-height: 0;
  }
  .arc-carousel__card {
    width: clamp(120px, 34vw, 180px);
    padding: 0.55rem 0.6rem 0.65rem;
  }
  .arc-carousel--scrapbook .arc-carousel__card,
  .journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__card {
    width: clamp(250px, 78vw, 380px);
    padding: 0;
  }
  .journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__stage {
    min-height: clamp(210px, 38vh, 320px);
    mask-image: none;
    -webkit-mask-image: none;
  }
  .arc-carousel__media, .arc-carousel__media .warm-home__portrait {
    width: 58px;
    height: 72px;
  }
  .arc-carousel__quote {
    -webkit-line-clamp: 3;
    font-size: 0.68rem;
  }
  .arc-carousel__card[data-active="true"] .arc-carousel__quote {
    -webkit-line-clamp: 6;
  }
  .mentor-seat, .seat-2, .seat-4 {
    flex-direction: row;
  }
  .seat-bubble {
    width: auto;
    flex: 1;
  }
  .seat-arrow {
    display: none;
  }
  .session-finish {
    align-items: stretch;
    flex-direction: column;
  }
  .feedback-layout {
    grid-template-columns: 1fr;
  }
  .feedback-layout > aside {
    padding-top: 0;
  }
  .feedback-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.5rem;
  }
  .app-nav {
    grid-template-columns: auto 1fr;
    padding: 0 4vw;
  }
  .app-brand b, .app-nav-meta > span {
    display: none;
  }
  .app-nav nav {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.62rem;
  }
  .app-nav-meta {
    position: absolute;
    right: 4vw;
  }
  .app-nav nav a:last-child {
    display: none;
  }
  .day-detail-layout {
    grid-template-columns: 1fr;
  }
  .calendar-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .calendar-legend {
    flex-wrap: wrap;
  }
  .calendar-board {
    overflow-x: auto;
  }
  .weekday-row, .calendar-grid {
    min-width: 720px;
  }
  .calendar-cell, .calendar-blank {
    min-height: 120px;
  }
  .day-detail-meta > a {
    margin-bottom: 2rem;
  }
  .xiaoyu-insight-trigger {
    margin-top: 2rem;
  }
  .summary-layout {
    grid-template-columns: 1fr;
  }
  .summary-layout > aside {
    padding-top: 0;
  }
  .summary-paper {
    min-height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.note-paper {
  position: relative;
  background: linear-gradient(180deg, #fffdf4 0%, #fff8e1 100%);
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08),
    0 8px 24px rgba(180, 140, 60, 0.08);
}
.note-paper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 96px;
  height: 20px;
  background: rgba(255, 255, 255, 0.55);
  border-left: 1px dashed rgba(148, 163, 184, 0.4);
  border-right: 1px dashed rgba(148, 163, 184, 0.4);
}
.bubble-user {
  border-radius: 1rem 1rem 0.25rem 1rem;
}
.bubble-ai {
  border-radius: 1rem 1rem 1rem 0.25rem;
}
@keyframes typing-dot {
  0%, 60%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.typing-dot {
  animation: typing-dot 1.2s infinite ease-in-out;
}
.typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}
.typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fade-up 0.35s ease-out both;
}
.warm-home {
  --warm-ink: #513229;
  --warm-paper: #f1efe0;
  --warm-blue: #d8ebf9;
  --warm-yellow: #f5e89f;
  --warm-green: #d7d4b1;
  display: flex;
  height: 100dvh;
  max-height: 100dvh;
  flex-direction: column;
  overflow: hidden;
  color: var(--warm-ink);
  background-color: var(--warm-paper);
  background-image: var(--paper-grain);
  background-repeat: repeat;
  background-size: 320px 320px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.warm-home__nav {
  position: relative;
  z-index: 2;
  display: grid;
  flex: none;
  grid-template-columns: 1fr auto 1fr;
  min-height: 72px;
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 5rem);
  border-bottom: 2px solid rgba(81, 50, 41, 0.34);
}
.warm-home__nav::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 3px;
  content: "";
  opacity: 0.5;
  background: repeating-linear-gradient(90deg, transparent 0 6px, var(--warm-ink) 7px 9px, transparent 10px 14px);
}
.warm-home__nav > :first-child {
  justify-self: start;
}
.warm-home__nav > :last-child {
  justify-self: end;
}
.warm-home__nav nav {
  display: flex;
  gap: clamp(1rem, 3vw, 3.4rem);
  align-items: center;
}
.warm-home__nav nav a {
  position: relative;
  padding: 0.5rem 0;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.1rem;
  letter-spacing: 0.13em;
}
.warm-home__nav nav a::after {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  height: 3px;
  content: "";
  background: var(--warm-ink);
  border-radius: 50%;
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.warm-home__nav nav a:hover::after, .warm-home__nav nav a[aria-current="page"]::after {
  transform: scaleX(1);
}
.warm-home .auth-dot {
  color: var(--warm-ink);
  background: var(--warm-yellow);
  border: 1.5px solid var(--warm-ink);
}
.warm-home .auth-trigger, .warm-home .auth-user {
  color: var(--warm-ink);
  font-size: 0.82rem;
}
.demo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: center;
  color: rgba(81, 50, 41, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}
.demo-buttons button {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 160ms ease;
}
.demo-buttons button:hover:not(:disabled) {
  color: var(--warm-ink, #513229);
}
.demo-buttons button:disabled {
  opacity: 0.45;
}
.warm-home__layout {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(1rem, 3vw, 3.5rem);
  align-items: center;
  width: min(1320px, 92vw);
  min-height: 0;
  height: 100%;
  margin: auto;
  padding: clamp(1rem, 3vh, 2.5rem) 0;
  overflow: hidden;
}
.warm-home__host {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 0;
  height: 100%;
}
.warm-home__host-avatar {
  position: relative;
  z-index: 1;
  padding: 0.6rem 1rem 0;
  background: transparent;
  border-radius: 0;
  transform: none;
}
.warm-home__host-avatar .xiaoyu-avatar {
  width: clamp(180px, 18vw, 260px);
  height: clamp(220px, 24vw, 320px);
  color: var(--warm-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}
.warm-home__host-avatar .xiaoyu-avatar::before, .warm-home__host-avatar .xiaoyu-avatar::after {
  display: none;
}
.warm-home__leaf {
  position: absolute;
  top: 4%;
  right: -3%;
  color: #bd9d59;
  font-size: 2.7rem;
  transform: rotate(18deg);
}
.warm-home__sketch {
  position: absolute;
  width: 11rem;
  height: 5rem;
  border-top: 2px solid rgba(81, 50, 41, 0.36);
  border-radius: 50%;
}
.warm-home__sketch--one {
  top: 8%;
  left: -10%;
  transform: rotate(24deg);
}
.warm-home__sketch--two {
  right: -12%;
  bottom: 25%;
  width: 7rem;
  transform: rotate(-28deg);
}
.warm-home__host-copy {
  z-index: 1;
  width: min(100%, 295px);
  margin-top: -1.2rem;
  padding: 1.4rem 1.5rem;
  background: var(--warm-paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--warm-paper) 82%, transparent);
  }
  transform: rotate(1deg);
}
.warm-home__host-copy > span, .warm-home__overline {
  display: block;
  color: rgba(81, 50, 41, 0.7);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.warm-home__host-copy h1 {
  margin-top: 0.65rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(2.35rem, 4vw, 4.1rem);
  line-height: 1.12;
}
.warm-home__host-copy p {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  line-height: 1.7;
}
.warm-home__stage {
  min-width: 0;
}
.warm-home__layout--entry {
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
}
.warm-home__layout--scene {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: min(100%, 100vw);
  max-width: none;
  min-height: min(78vh, 860px);
  margin: 0;
  padding: clamp(0.6rem, 2vh, 1.2rem) 0 clamp(0.6rem, 2vh, 1.2rem) clamp(1rem, 3.5vw, 3rem);
  overflow: visible;
}
.warm-home__host--entry {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: min(64vw, 720px);
  max-width: 740px;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  padding-left: 0;
  pointer-events: none;
}
.warm-home__host--entry .warm-home__invite,
.warm-home__host--entry .warm-home__invite a,
.warm-home__host--entry .warm-home__invite button {
  pointer-events: auto;
}
.warm-home__invite {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vh, 1.6rem);
  width: 100%;
  min-height: 0;
  max-height: 100%;
}
.warm-home__invite-brand {
  position: relative;
  flex: none;
  padding-left: 0.15rem;
  margin-bottom: 0.1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.warm-home__invite.is-ready .warm-home__invite-brand {
  opacity: 1;
  transform: none;
}
.warm-home__invite-eyebrow {
  display: block;
  color: rgba(81, 50, 41, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.warm-home__invite-title {
  margin: 0.4rem 0 0;
  color: var(--warm-ink, #513229);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(2.9rem, 5.4vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 0.98;
}
.warm-home__invite-title b {
  font-weight: 800;
}
.warm-home__invite-sub {
  margin: 0.55rem 0 0;
  color: rgba(81, 50, 41, 0.62);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}
.warm-home__invite-envelope {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  isolation: isolate;
  min-height: 0;
  height: min(62vh, 560px);
  max-height: min(62vh, 560px);
  padding: 0 0.45rem 0.65rem;
  perspective: 1400px;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  transform: translateY(18px) scale(0.94) rotate(-1.5deg);
  opacity: 0;
  overflow: hidden;
  transition: opacity 600ms ease 80ms,
    transform 860ms cubic-bezier(0.18, 0.85, 0.22, 1) 80ms;
}
.warm-home__invite.is-ready .warm-home__invite-envelope {
  opacity: 1;
  transform: rotate(-0.6deg);
}
.warm-home__invite-pocket {
  position: absolute;
  z-index: 1;
  inset: 16% 0.4rem 0.35rem;
  background: linear-gradient(160deg, #e8dcc0 0%, #d9c8a4 55%, #cbb892 100%);
  border: 2px solid rgba(81, 50, 41, 0.38);
  border-radius: 14px 18px 16px 14px;
  box-shadow: 0 8px 0 rgba(81, 50, 41, 0.06),
    0 14px 24px rgba(81, 50, 41, 0.1);
  transform: rotate(1deg);
}
.warm-home__invite-pocket::before,
.warm-home__invite-pocket::after {
  position: absolute;
  top: 8%;
  bottom: 8%;
  width: 18%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 245, 0.22), transparent 40%, rgba(81, 50, 41, 0.06));
  border: 1.5px solid rgba(81, 50, 41, 0.18);
  pointer-events: none;
}
.warm-home__invite-pocket::before {
  left: 4%;
  border-radius: 40% 12% 18% 30% / 20% 40% 18% 35%;
  transform: rotate(-6deg);
}
.warm-home__invite-pocket::after {
  right: 4%;
  border-radius: 12% 40% 30% 18% / 40% 20% 35% 18%;
  transform: rotate(6deg);
}
.warm-home__invite-flap {
  position: absolute;
  z-index: 5;
  top: 10%;
  right: -2%;
  left: -2%;
  height: clamp(72px, 12vh, 110px);
  background: linear-gradient(180deg, #f3e6c2 0%, #e4d09a 48%, #d4bc82 100%);
  border: 2px solid rgba(81, 50, 41, 0.42);
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: 50% 0;
  transform: rotateX(0deg) scaleY(1.05);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 10px 18px rgba(81, 50, 41, 0.14);
  transition: transform 920ms cubic-bezier(0.16, 0.8, 0.2, 1) 220ms;
}
.warm-home__invite-flap::after {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 22px;
  height: 22px;
  content: "";
  background: radial-gradient(circle at 35% 30%, #f0c9c2, #c46b5e 58%, #8f4338);
  border: 1.5px solid rgba(81, 50, 41, 0.45);
  border-radius: 50%;
  box-shadow: 1px 2px 0 rgba(81, 50, 41, 0.12);
  transform: translate(-50%, -20%);
}
.warm-home__invite.is-ready .warm-home__invite-flap {
  transform: rotateX(-178deg) translateZ(1px);
}
.warm-home__invite-liner {
  position: absolute;
  z-index: 0;
  inset: 12% 1.2rem 0.9rem;
  background: radial-gradient(circle at 16% 18%, rgba(245, 232, 159, 0.55), transparent 42%),
    radial-gradient(circle at 86% 76%, rgba(216, 235, 249, 0.48), transparent 44%),
    #efe6d0;
  border: 1.5px dashed rgba(81, 50, 41, 0.22);
  border-radius: 12px 16px 14px 12px;
  transform: rotate(1.2deg);
}
.warm-home__invite-letter {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  max-height: none;
  margin: 4.5% 1.2% 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.96), rgba(255, 248, 236, 0.92)),
    var(--paper-grain, none);
  background-size: auto, 220px 220px;
  border: 2px solid rgba(81, 50, 41, 0.5);
  border-radius: 10px 16px 12px 18px / 14px 12px 18px 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 245, 0.75),
    inset 0 0 0 7px rgba(244, 232, 200, 0.7),
    0 2px 0 rgba(255, 253, 245, 0.5),
    0 10px 0 rgba(81, 50, 41, 0.06),
    0 18px 28px rgba(81, 50, 41, 0.12);
  transform: translateY(28%) rotate(-2.5deg) scale(0.94);
  transition: transform 900ms cubic-bezier(0.16, 0.84, 0.22, 1) 380ms;
}
.warm-home__invite-letter-scroll {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  padding: clamp(1.15rem, 2.4vh, 1.55rem) clamp(1.1rem, 2.3vw, 1.65rem) 5.6rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(81, 50, 41, 0.16) transparent;
}
.warm-home__invite-letter-scroll::-webkit-scrollbar {
  width: 4px;
}
.warm-home__invite-letter-scroll::-webkit-scrollbar-track {
  margin: 14px 4px 14px 0;
  background: transparent;
}
.warm-home__invite-letter-scroll::-webkit-scrollbar-thumb {
  background: rgba(81, 50, 41, 0.12);
  border-radius: 999px;
}
.warm-home__invite-letter-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(81, 50, 41, 0.26);
}
.warm-home__invite-letter-scroll::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.warm-home__invite.is-ready .warm-home__invite-letter {
  transform: translateY(0) rotate(-0.8deg) scale(1);
}
.warm-home__invite-ribbon {
  position: absolute;
  z-index: 0;
  top: -0.35rem;
  left: 18%;
  width: 64%;
  height: 14px;
  background: linear-gradient(90deg, #d8ebf9, #f5e89f 50%, #ead7d2);
  border: 1.5px solid rgba(81, 50, 41, 0.28);
  border-radius: 999px;
  opacity: 0.85;
  transform: rotate(-1deg);
  pointer-events: none;
}
.warm-home__invite-ornament {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(81, 50, 41, 0.4);
  pointer-events: none;
}
.warm-home__invite-ornament--tl {
  top: 12px;
  left: 12px;
  border-right: 0;
  border-bottom: 0;
}
.warm-home__invite-ornament--tr {
  top: 12px;
  right: 12px;
  border-left: 0;
  border-bottom: 0;
}
.warm-home__invite-ornament--bl {
  bottom: 12px;
  left: 12px;
  border-right: 0;
  border-top: 0;
}
.warm-home__invite-ornament--br {
  right: 12px;
  bottom: 12px;
  border-top: 0;
  border-left: 0;
}
.warm-home__invite-seal {
  position: relative;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 66px;
  place-items: center;
  opacity: 0;
  transform: rotate(10deg) scale(0.75);
  transition: opacity 480ms ease 1.15s, transform 620ms cubic-bezier(0.18, 0.85, 0.2, 1) 1.15s;
}
.warm-home__invite.is-ready .warm-home__invite-seal {
  opacity: 1;
  transform: rotate(6deg) scale(1);
}
.warm-home__invite-wax {
  position: absolute;
  inset: 8% 4% 2%;
  background: radial-gradient(circle at 35% 28%, #f2cfc8, #c96a5d 55%, #8d4036 100%);
  border: 2px solid rgba(81, 50, 41, 0.4);
  border-radius: 48% 52% 50% 50% / 42% 40% 60% 58%;
  box-shadow: inset 0 0 0 2px rgba(255, 253, 245, 0.18),
    2px 3px 0 rgba(81, 50, 41, 0.12);
  opacity: 0.88;
}
.warm-home__invite-seal .xiaoyu-avatar {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 78%;
  filter: drop-shadow(1px 2px 0 rgba(81, 50, 41, 0.1));
}
.warm-home__invite-dear {
  margin: 0.15rem 0 0;
  padding-right: 0;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.08rem;
  font-weight: 700;
}
.warm-home__invite-letter-scroll > p {
  margin: 0;
  padding-right: 0.2rem;
  color: rgba(81, 50, 41, 0.86);
  font-size: clamp(0.82rem, 1.2vw, 0.96rem);
  line-height: 1.68;
  text-wrap: pretty;
}
.warm-home__invite-letter-scroll > p b {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}
.warm-home__invite-close {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-weight: 700;
  max-width: calc(100% - 5.5rem);
}
.warm-home__invite-sign {
  position: absolute;
  top: auto;
  left: auto;
  right: 1rem;
  bottom: 0.85rem;
  z-index: 5;
  display: grid;
  gap: 0.1rem;
  justify-items: center;
  width: max-content;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.warm-home__invite-sign em {
  max-width: 8.8rem;
  color: rgba(81, 50, 41, 0.5);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 0.58rem;
  font-style: italic;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.3;
}
.warm-home__invite-line {
  opacity: 0;
  filter: blur(1.5px);
  transform: translateY(8px);
  clip-path: inset(0 100% 0 0);
  transition: opacity 480ms ease calc(0.72s + (var(--line, 1) - 1) * 0.22s),
    transform 520ms cubic-bezier(0.22, 0.8, 0.24, 1) calc(0.72s + (var(--line, 1) - 1) * 0.22s),
    filter 520ms ease calc(0.72s + (var(--line, 1) - 1) * 0.22s),
    clip-path 700ms cubic-bezier(0.22, 0.75, 0.25, 1) calc(0.72s + (var(--line, 1) - 1) * 0.22s);
}
.warm-home__invite.is-ready .warm-home__invite-line {
  opacity: 1;
  filter: none;
  transform: none;
  clip-path: inset(0 0 0 0);
}
.warm-home__invite-cta {
  position: relative;
  z-index: 6;
  flex: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 480ms ease 1.7s, transform 520ms ease 1.7s;
}
.warm-home__invite.is-ready .warm-home__invite-cta {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .warm-home__invite-brand,
  .warm-home__invite-envelope,
  .warm-home__invite-flap,
  .warm-home__invite-letter,
  .warm-home__invite-seal,
  .warm-home__invite-line,
  .warm-home__invite-cta {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
  .warm-home__invite-letter {
    transform: rotate(-1deg) !important;
  }
}
.warm-home__host--entry .warm-home__host-copy {
  width: min(100%, 320px);
}
.warm-home__plan--under {
  width: 100%;
  min-height: clamp(96px, 12vh, 118px);
  margin-top: 0.15rem;
  padding: 1.25rem clamp(1.4rem, 3vw, 2.4rem);
  flex: none;
  isolation: isolate;
}
.warm-home__plan--under.warm-home__invite-cta b {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
}
.warm-home__plan--under.warm-home__invite-cta small {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}
.warm-home__plan--under.warm-home__invite-cta em {
  font-size: 0.74rem;
}
.warm-home__plan--under.warm-home__invite-cta i {
  font-size: 2.35rem;
}
.warm-home__scene {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: min(64vw, 960px);
  min-width: 0;
  min-height: 0;
  justify-items: end;
  align-items: center;
  padding-right: 0;
  overflow: visible;
  pointer-events: none;
}
.warm-home__scene-frame {
  position: relative;
  width: min(108%, 68vw, 940px);
  max-height: min(90vh, 960px);
  margin-left: auto;
  margin-right: -3vw;
  aspect-ratio: 880 / 1000;
  overflow: visible;
  transform: translateX(8%);
  pointer-events: none;
}
.warm-home__scene-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.warm-home__hotspot {
  pointer-events: auto;
  position: absolute;
  z-index: 3;
  width: clamp(88px, 14vw, 150px);
  height: clamp(100px, 16vw, 170px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50% 46% 48% 52%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background-color 180ms ease;
}
.warm-home__hotspot::before {
  position: absolute;
  inset: 8% 12%;
  content: "";
  border-radius: inherit;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255, 253, 245, 0.34),
    transparent 72%
  );
  opacity: 0;
  transition: opacity 180ms ease;
}
.warm-home__hotspot:hover:not(:disabled),
.warm-home__hotspot:focus-visible {
  transform: translate(-50%, calc(-50% - 4px)) scale(1.04);
  outline: none;
}
.warm-home__hotspot:hover:not(:disabled)::before,
.warm-home__hotspot:focus-visible::before {
  opacity: 1;
}
.warm-home__hotspot:disabled {
  cursor: wait;
}
.warm-home__hotspot.is-loading {
  opacity: 0.92;
}
.warm-home__hotspot-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.35rem);
  z-index: 2;
  max-width: 11rem;
  padding: 0.4rem 0.7rem;
  color: var(--warm-ink);
  background: rgba(255, 253, 245, 0.96);
  border: 1.5px solid var(--warm-ink);
  border-radius: 16px 18px 18px 4px;
  box-shadow: 3px 3px 0 rgba(81, 50, 41, 0.08);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}
.warm-home__hotspot:hover .warm-home__hotspot-label,
.warm-home__hotspot:focus-visible .warm-home__hotspot-label,
.warm-home__hotspot.is-loading .warm-home__hotspot-label {
  opacity: 1;
  transform: translate(-50%, 0);
}
.warm-home__hotspot.is-skinner {
  left: 42%;
  top: 40%;
  width: clamp(96px, 15vw, 168px);
  height: clamp(112px, 17vw, 188px);
}
.warm-home__hotspot.is-freud {
  left: 62%;
  top: 28%;
  width: clamp(110px, 16vw, 190px);
  height: clamp(150px, 22vw, 240px);
}
.warm-home__hotspot.is-bandura {
  left: 56%;
  top: 64%;
  width: clamp(108px, 17vw, 180px);
  height: clamp(118px, 18vw, 196px);
}
.warm-home__hotspot.is-rogers {
  left: 70%;
  top: 82%;
  width: clamp(96px, 15vw, 168px);
  height: clamp(112px, 17vw, 188px);
}
.warm-home__ball {
  position: absolute;
  width: clamp(72px, 10vw, 128px);
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: 0.92;
}
.warm-home__ball.is-happy {
  top: 6%;
  right: 8%;
  width: clamp(88px, 12vw, 150px);
}
.warm-home__ball.is-relax {
  top: 42%;
  right: 2%;
  width: clamp(70px, 9vw, 120px);
}
.warm-home__ball.is-confuse {
  bottom: 10%;
  right: 18%;
  width: clamp(78px, 10vw, 132px);
}
.warm-home__ball.is-confident {
  top: 18%;
  left: 8%;
  width: clamp(64px, 8vw, 110px);
  opacity: 0.8;
}
.warm-home__figure {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease;
}
.warm-home__figure:hover:not(:disabled) {
  transform: translateY(-4px) scale(1.03);
}
.warm-home__figure:disabled {
  cursor: wait;
  opacity: 0.85;
}
.warm-home__figure img {
  width: clamp(110px, 16vw, 210px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(81, 50, 41, 0.12));
}
.warm-home__figure.is-freud {
  top: 8%;
  left: 18%;
  z-index: 3;
}
.warm-home__figure.is-rogers {
  top: 4%;
  right: 22%;
  z-index: 4;
}
.warm-home__figure.is-bandura {
  bottom: 8%;
  left: 10%;
  z-index: 3;
}
.warm-home__figure.is-bandura img {
  width: clamp(130px, 18vw, 240px);
}
.warm-home__figure.is-skinner {
  bottom: 14%;
  right: 12%;
  z-index: 4;
}
.warm-home__chat-bubble {
  position: relative;
  z-index: 2;
  max-width: 11rem;
  padding: 0.45rem 0.75rem;
  color: var(--warm-ink);
  background: rgba(255, 253, 245, 0.94);
  border: 1.5px solid var(--warm-ink);
  border-radius: 16px 18px 18px 4px;
  box-shadow: 3px 3px 0 rgba(81, 50, 41, 0.08);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  line-height: 1.3;
  white-space: nowrap;
}
.warm-home__scene-error {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  padding: 0.55rem 0.85rem;
  color: #7a2e2e;
  background: rgba(255, 245, 245, 0.95);
  border: 1px solid rgba(122, 46, 46, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
}
.warm-home__stage--entry {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
}
.warm-home__stage--entry h2 {
  margin: 0.35rem 0 0;
}
.warm-home__entry-copy {
  max-width: 28rem;
  margin: 0 0 0.5rem;
  color: rgba(81, 50, 41, 0.78);
  font-size: 0.92rem;
  line-height: 1.7;
}
.warm-home__stage h2 {
  margin: 0.5rem 0 clamp(1.8rem, 4vw, 3.2rem);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.3;
}
.warm-home__mentor-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.4rem, 1.8vw, 1.5rem);
  align-items: end;
  min-height: 320px;
  padding: 0 0.7rem 0.9rem;
  border-bottom: none;
}
.warm-home__mentor {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0.7rem 0.25rem 0.35rem;
  color: var(--warm-ink);
  text-align: center;
  transition: transform 220ms ease, opacity 220ms ease;
}
.warm-home__mentor:not(.is-selected) {
  opacity: 0.62;
  transform: scale(0.86);
  transform-origin: bottom center;
}
.warm-home__mentor.is-selected {
  transform: scale(1.08);
  transform-origin: bottom center;
}
.warm-home__mentor:hover {
  opacity: 1;
}
.warm-home__number {
  position: absolute;
  top: 0;
  left: 4%;
  color: rgba(81, 50, 41, 0.55);
  font-family: ui-serif, Georgia, serif;
  font-size: 0.7rem;
}
.warm-home__portrait {
  --portrait-wash: #f5e89f;
  position: relative;
  display: grid;
  width: 156px;
  height: 204px;
  place-items: center;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.warm-home__portrait--freud,
.warm-home__mentor:nth-child(1) .warm-home__portrait,
.journey-dashboard__mentor-card:nth-child(1) .warm-home__portrait {
  --portrait-wash: #f5e89f;
}
.warm-home__portrait--rogers,
.warm-home__mentor:nth-child(2) .warm-home__portrait,
.journey-dashboard__mentor-card:nth-child(2) .warm-home__portrait {
  --portrait-wash: #e5dced;
}
.warm-home__portrait--bandura,
.warm-home__mentor:nth-child(3) .warm-home__portrait,
.journey-dashboard__mentor-card:nth-child(3) .warm-home__portrait {
  --portrait-wash: #d8ebf9;
}
.warm-home__portrait--skinner,
.warm-home__mentor:nth-child(4) .warm-home__portrait,
.journey-dashboard__mentor-card:nth-child(4) .warm-home__portrait {
  --portrait-wash: #e8d8d1;
}
.warm-home__portrait::before,
.warm-home__portrait::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: var(--portrait-wash);
}
.warm-home__portrait::before {
  inset: 8% -6% 4% -2%;
  border-radius: 42% 18% 48% 12% / 18% 46% 14% 44%;
  transform: rotate(-16deg) skewX(-8deg);
  box-shadow: inset 0 0 0 1.5px rgba(81, 50, 41, 0.08),
    3px 2px 0 rgba(81, 50, 41, 0.06);
}
.warm-home__portrait::after {
  inset: 16% 6% 20% -10%;
  opacity: 0.55;
  border-radius: 18% 48% 14% 42% / 44% 16% 48% 20%;
  transform: rotate(-9deg) skewY(3deg) scaleY(0.72);
  filter: contrast(1.05);
}
.warm-home__portrait--photo {
  padding: 0.2rem 0.15rem 0;
}
.warm-home__portrait-img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center bottom;
  user-select: none;
  pointer-events: none;
}
.warm-home__portrait--skinner .warm-home__portrait-img {
  width: 86% !important;
  height: 86% !important;
  object-position: center center;
}
.warm-home__portrait--freud::before {
  transform: rotate(-18deg) skewX(-10deg) translate(-2px, 2px);
}
.warm-home__portrait--rogers::before {
  transform: rotate(-12deg) skewX(-5deg) translate(1px, -1px);
}
.warm-home__portrait--bandura::before {
  transform: rotate(-20deg) skewX(-7deg) translate(0, 1px);
}
.warm-home__portrait--skinner::before {
  inset: 12% 0 12% 0;
  transform: rotate(-14deg) skewX(-6deg);
}
.warm-home__portrait--skinner::after {
  inset: 20% -4% 28% 2%;
  transform: rotate(-7deg) skewY(2deg) scaleY(0.65);
}
.warm-home__mentor strong {
  margin-top: 0.45rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1rem;
}
.warm-home__mentor small {
  margin-top: 0.15rem;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}
.warm-home__bubble {
  --bubble-fill: #fffdf5;
  position: relative;
  display: flex;
  gap: 1rem;
  min-height: 128px;
  margin-top: 0.85rem;
  padding: 1.4rem clamp(1.2rem, 3vw, 2.4rem);
  overflow: visible;
  background: var(--bubble-fill);
  border: 2px solid var(--warm-ink, #513229);
  border-radius: 16px 18px 18px 16px;
  box-shadow: 4px 5px 0 rgba(81, 50, 41, 0.09);
}
.warm-home__bubble-tail {
  position: absolute;
  top: -14px;
  left: var(--bubble-position, 50%);
  z-index: 2;
  width: 30px;
  height: 18px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(var(--bubble-fill), var(--bubble-fill));
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 16px 5px;
}
.warm-home__bubble-tail::before,
.warm-home__bubble-tail::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
}
.warm-home__bubble-tail::before {
  top: 0;
  border-width: 0 15px 16px;
  border-bottom-color: var(--warm-ink, #513229);
}
.warm-home__bubble-tail::after {
  top: 2.5px;
  border-width: 0 12px 13.5px;
  border-bottom-color: var(--bubble-fill);
}
.warm-home__bubble-point {
  display: none;
}
.warm-home__bubble-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: none;
  place-items: center;
  background: var(--warm-green);
  border: 1.5px solid var(--warm-ink);
  border-radius: 50%;
}
.warm-home__bubble-title {
  margin-bottom: 0.25rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-weight: 700;
}
.warm-home__bubble p:last-child {
  color: rgba(81, 50, 41, 0.82);
  font-size: 0.88rem;
  line-height: 1.7;
}
.mentor-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  align-items: center;
  margin: 0.35rem 0 0.7rem;
  padding: 0;
  list-style: none;
}
.mentor-keywords__tag {
  display: inline-block;
  padding: 0.22rem 0.55rem 0.28rem;
  color: var(--warm-ink, #513229);
  border: 1.5px solid rgba(81, 50, 41, 0.55);
  border-radius: 40% 60% 45% 55% / 55% 40% 60% 45%;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  box-shadow: 1.5px 2px 0 rgba(81, 50, 41, 0.08);
  transform: rotate(-1.5deg);
}
.mentor-keywords__tag--0 {
  background: #f5e89f;
  border-radius: 48% 52% 42% 58% / 58% 38% 62% 42%;
  transform: rotate(-2.2deg);
}
.mentor-keywords__tag--1 {
  background: #d8ebf9;
  border-radius: 42% 58% 50% 50% / 48% 52% 48% 52%;
  transform: rotate(1.8deg);
}
.mentor-keywords__tag--2 {
  background: #ead7d2;
  border-radius: 55% 45% 58% 42% / 40% 60% 40% 60%;
  transform: rotate(-1deg);
}
.warm-home__bubble[data-mentor="freud"] .mentor-keywords__tag--0 {
  background: #f5e89f;
}
.warm-home__bubble[data-mentor="freud"] .mentor-keywords__tag--1 {
  background: #e8d8d1;
}
.warm-home__bubble[data-mentor="freud"] .mentor-keywords__tag--2 {
  background: #d7d4b1;
}
.warm-home__bubble[data-mentor="rogers"] .mentor-keywords__tag--0 {
  background: #e5dced;
}
.warm-home__bubble[data-mentor="rogers"] .mentor-keywords__tag--1 {
  background: #f5e89f;
}
.warm-home__bubble[data-mentor="rogers"] .mentor-keywords__tag--2 {
  background: #d8ebf9;
}
.warm-home__bubble[data-mentor="bandura"] .mentor-keywords__tag--0 {
  background: #d8ebf9;
}
.warm-home__bubble[data-mentor="bandura"] .mentor-keywords__tag--1 {
  background: #d7d4b1;
}
.warm-home__bubble[data-mentor="bandura"] .mentor-keywords__tag--2 {
  background: #f5e89f;
}
.warm-home__bubble[data-mentor="skinner"] .mentor-keywords__tag--0 {
  background: #e8d8d1;
}
.warm-home__bubble[data-mentor="skinner"] .mentor-keywords__tag--1 {
  background: #d7d4b1;
}
.warm-home__bubble[data-mentor="skinner"] .mentor-keywords__tag--2 {
  background: #d8ebf9;
}
.warm-home__actions {
  margin-top: clamp(1.7rem, 4vw, 3rem);
}
.warm-home__plan {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.3rem, 3.2vw, 2.5rem);
  background: var(--warm-blue);
  border: 2px solid var(--warm-ink);
  border-radius: 20px 24px 19px 22px / 38% 35% 43% 37%;
  box-shadow: 5px 5px 0 rgba(81, 50, 41, 0.13);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.warm-home__plan:hover {
  box-shadow: 8px 8px 0 rgba(81, 50, 41, 0.17);
  transform: translate(-2px, -2px);
}
.warm-home__plan span {
  display: grid;
  gap: 0.25rem;
}
.warm-home__plan small {
  font-size: 0.59rem;
  letter-spacing: 0.14em;
}
.warm-home__plan b {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}
.warm-home__plan em {
  font-size: 0.67rem;
  font-style: normal;
}
.warm-home__plan i {
  font-size: 2rem;
  font-style: normal;
}
.warm-home__roundtable {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.warm-home__roundtable span {
  position: relative;
  font-weight: 700;
}
.warm-home__roundtable span::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 5px;
  content: "";
  background: var(--warm-yellow);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 900px) {
  .warm-home__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: clamp(0.6rem, 2vw, 1.4rem);
    padding: clamp(0.6rem, 2vh, 1.2rem) 0;
  }
  .warm-home__host-avatar .xiaoyu-avatar {
    width: clamp(120px, 22vw, 200px);
    height: clamp(150px, 28vw, 260px);
  }
  .warm-home__host-copy h1 {
    font-size: clamp(1.6rem, 4vw, 2.3rem);
  }
  .warm-home__sketch {
    opacity: 0.35;
  }
}
@media (max-width: 620px) {
  .warm-home__nav {
    min-height: auto;
    padding: 0.65rem 4vw;
    gap: 0.35rem;
  }
  .warm-home__nav nav {
    gap: 0.5rem;
  }
  .warm-home__nav nav a {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }
  .warm-home__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(96vw, 100%);
    padding: 0.5rem 0 0.75rem;
  }
  .warm-home__layout--entry {
    grid-template-columns: 1fr;
  }
  .warm-home__layout--scene {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(420px, 1fr);
    padding: 0.5rem 4vw 0.75rem;
  }
  .warm-home__host--entry {
    width: 100%;
    max-width: none;
    pointer-events: auto;
  }
  .warm-home__invite {
    width: 100%;
  }
  .warm-home__invite-envelope {
    height: min(58vh, 520px);
    max-height: min(58vh, 520px);
    min-height: 0;
  }
  .warm-home__invite-letter {
    margin: 4% 2% 0;
    height: 100%;
    max-height: none;
    transform: none;
  }
  .warm-home__invite.is-ready .warm-home__invite-letter {
    transform: rotate(-0.6deg);
  }
  .warm-home__invite-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
  .warm-home__scene {
    position: relative;
    width: 100%;
    min-height: 420px;
    justify-items: center;
    pointer-events: auto;
  }
  .warm-home__scene-frame {
    width: min(100%, 420px);
    margin-right: 0;
    transform: none;
  }
  .warm-home__plan--under {
    width: 100%;
  }
  .warm-home__stage--entry {
    padding-inline: 0.25rem;
  }
  .warm-home__host {
    min-height: 0;
    height: auto;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    justify-items: start;
  }
  .warm-home__host-avatar {
    grid-row: span 2;
    padding: 0.45rem;
  }
  .warm-home__host-avatar .xiaoyu-avatar {
    width: 96px;
    height: 120px;
  }
  .warm-home__host-copy {
    width: auto;
    margin: 0;
    padding: 0.2rem;
    background: transparent;
    transform: none;
  }
  .warm-home__host-copy h1 {
    font-size: 1.55rem;
  }
  .warm-home__host-copy p {
    grid-column: 2;
    margin: 0;
    font-size: 0.78rem;
  }
  .warm-home__sketch {
    display: none;
  }
  .warm-home__mentor-row {
    min-height: 0;
    height: 100%;
    gap: 0.1rem;
    padding-inline: 0;
  }
  .warm-home__portrait {
    width: clamp(72px, 18vw, 105px);
    height: clamp(96px, 24vw, 138px);
  }
  .warm-home__portrait .xiaoyu-avatar {
    width: 52px;
    height: 60px;
    font-size: 16px;
  }
  .warm-home__mentor strong {
    font-size: 0.72rem;
  }
  .warm-home__mentor small {
    font-size: 0.52rem;
  }
  .warm-home__bubble {
    min-height: 0;
    margin-top: 0.7rem;
    padding: 0.85rem 1rem;
  }
  .warm-home__bubble p:last-child {
    font-size: 0.78rem;
  }
  .warm-home__plan {
    min-height: 64px;
    padding: 0.75rem 1rem;
  }
  .warm-home__number {
    display: none;
  }
}
.journey-dashboard {
  --journey-ink: #513229;
  --journey-paper: #f1efe0;
  --warm-ink: #513229;
  --warm-paper: #f1efe0;
  display: flex;
  height: 100dvh;
  max-height: 100dvh;
  flex-direction: column;
  overflow: hidden;
  color: var(--journey-ink);
  background-color: var(--journey-paper);
  background-image: var(--paper-grain);
  background-repeat: repeat;
  background-size: 320px 320px;
}
.journey-dashboard > .app-nav {
  flex: none;
}
.journey-dashboard .app-nav {
  color: var(--journey-ink);
  background: var(--journey-paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--journey-paper) 92%, transparent);
  }
  border-color: rgba(81, 50, 41, 0.34);
}
.journey-dashboard .app-brand__mark {
  color: var(--journey-ink);
}
.journey-dashboard .app-brand, .journey-dashboard .app-nav nav a, .journey-dashboard .app-nav-meta {
  color: var(--journey-ink);
}
.journey-dashboard .app-nav nav a {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .9rem;
  letter-spacing: .13em;
}
.journey-dashboard .app-nav nav a[aria-current="page"]::after {
  height: 3px;
  background: var(--journey-ink);
  border-radius: 50%;
}
.journey-dashboard .auth-dot {
  color: var(--journey-ink);
  background: var(--warm-yellow, #f5e89f);
  border: 1.5px solid var(--journey-ink);
}
.journey-dashboard__layout {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 3fr) minmax(240px, 2fr) 76px;
  min-height: 0;
  height: 100%;
  align-items: stretch;
  overflow: hidden;
  transition: grid-template-columns 280ms ease;
}
.journey-dashboard__layout.is-tools-open {
  grid-template-columns: minmax(0, 2.5fr) minmax(220px, 1.7fr) minmax(220px, 1.1fr);
}
.journey-dashboard__roundtable {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  gap: clamp(0.45rem, 1.2vh, 0.9rem);
  padding: clamp(0.7rem, 1.8vh, 1.2rem) clamp(0.9rem, 2.5vw, 2rem) clamp(0.7rem, 1.5vh, 1rem);
  overflow: visible;
}
.journey-dashboard__hero {
  display: grid;
  flex: none;
  gap: 0.2rem;
  align-items: start;
  max-width: 36rem;
}
.journey-dashboard__hero h1 {
  margin-top: 0.25rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  line-height: 1.08;
}
.journey-dashboard__hero h1 b {
  font-weight: 800;
}
.journey-dashboard__hero p {
  max-width: 34rem;
  margin-top: 0.4rem;
  color: rgba(81, 50, 41, .72);
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  line-height: 1.55;
}
.journey-dashboard__meet {
  overflow: visible;
}
.journey-dashboard__mentor-meet {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  align-content: start;
  gap: 0.35rem;
  padding-top: 0.35rem;
  overflow: visible;
}
.journey-dashboard__mentor-meet h2 {
  margin: 0.25rem 0 0.8rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.25;
}
.journey-dashboard__mentor-meet .warm-home__mentor-row {
  min-height: 0;
  height: auto;
  padding-bottom: 0.35rem;
  border-bottom: none;
}
.journey-dashboard__mentor-meet .warm-home__portrait {
  width: clamp(72px, 9vw, 110px);
  height: clamp(96px, 12vw, 145px);
}
.journey-dashboard__mentor-meet .warm-home__mentor strong {
  font-size: clamp(0.72rem, 1vw, 0.88rem);
}
.journey-dashboard__mentor-meet .warm-home__mentor small {
  font-size: 0.58rem;
}
.journey-dashboard__mentor-meet .warm-home__bubble {
  --bubble-fill: rgba(255, 253, 245, 0.98);
  min-height: 0;
  margin-top: 0.75rem;
  padding: 1rem 1.2rem;
  overflow: visible;
  background: var(--bubble-fill);
  border-radius: 16px;
}
.journey-dashboard__mentor-meet .warm-home__bubble-tail::after {
  border-bottom-color: var(--bubble-fill);
}
.journey-dashboard__mentor-meet .warm-home__bubble > div {
  min-width: 0;
  max-height: min(28vh, 220px);
  overflow: auto;
}
.journey-dashboard__mentor-meet .warm-home__bubble p:last-child {
  font-size: 0.78rem;
  line-height: 1.65;
}
.journey-dashboard__mentor-meet .mentor-keywords__tag {
  font-size: 0.62rem;
  padding: 0.18rem 0.45rem 0.22rem;
}
.journey-dashboard__add {
  position: relative;
  display: flex;
  width: 100%;
  min-height: clamp(58px, 9vh, 84px);
  flex: none;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  margin-bottom: clamp(0.85rem, 2.8vh, 1.8rem);
  padding: 0.7rem 7.5rem 0.7rem 0.95rem;
  overflow: visible;
  color: var(--journey-ink);
  background: linear-gradient(130deg, rgba(216, 235, 249, .9), rgba(245, 232, 159, .72));
  border: 2px solid var(--journey-ink);
  border-radius: 28px 22px 32px 24px / 25px 30px 23px 28px;
  box-shadow: 6px 7px 0 rgba(81, 50, 41, 0.1);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.journey-dashboard__add:hover {
  box-shadow: 9px 10px 0 rgba(81, 50, 41, 0.13);
  transform: translate(-2px, -2px);
}
.journey-dashboard__add > span {
  display: grid;
  width: clamp(2.2rem, 3.5vw, 2.8rem);
  height: clamp(2.2rem, 3.5vw, 2.8rem);
  flex: none;
  place-items: center;
  border: 2px solid var(--journey-ink);
  border-radius: 50%;
  background: rgba(255, 253, 244, .7);
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 300;
  line-height: 1;
}
.journey-dashboard__add-copy {
  min-width: 0;
  flex: 1;
}
.journey-dashboard__add b {
  display: block;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
}
.journey-dashboard__add small {
  display: block;
  margin-top: .15rem;
  font-size: .68rem;
  color: rgba(81, 50, 41, .72);
}
.journey-dashboard__add-decor {
  position: absolute;
  right: clamp(0.35rem, 1.2vw, 0.7rem);
  bottom: -0.15rem;
  width: clamp(6.2rem, 14vw, 8.6rem);
  height: auto;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 2px 0 rgba(81, 50, 41, 0.08));
}
.journey-dashboard__arc {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  margin-top: 0;
}
.journey-dashboard__arc .arc-carousel__stage {
  height: auto;
  min-height: 0;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__hint {
  display: none;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__viewport {
  min-height: clamp(260px, 42vh, 440px);
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__nav {
  opacity: 0.42;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__stage {
  min-height: clamp(260px, 42vh, 440px);
  padding: 0.75rem 0 1.1rem;
  overflow: hidden;
  perspective: 1400px;
  perspective-origin: 50% 48%;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__card {
  top: 50%;
  width: clamp(300px, 38vw, 460px);
  padding: 0;
  overflow: visible;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__card[data-active="true"] {
  outline: none;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__scrap {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  pointer-events: none;
  user-select: none;
  box-shadow: 0 1px 0 rgba(255, 253, 245, 0.55) inset,
    0 10px 0 rgba(81, 50, 41, 0.07),
    0 18px 28px rgba(81, 50, 41, 0.16),
    0 34px 48px rgba(81, 50, 41, 0.12);
  transition: box-shadow 220ms ease, filter 220ms ease;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__scrap--component {
  overflow: hidden;
  border-radius: 10px;
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__card[data-active="true"] .arc-carousel__scrap {
  box-shadow: 0 1px 0 rgba(255, 253, 245, 0.7) inset,
    0 14px 0 rgba(81, 50, 41, 0.1),
    0 26px 36px rgba(81, 50, 41, 0.22),
    0 48px 64px rgba(81, 50, 41, 0.16);
  filter: saturate(1.04) contrast(1.02);
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__card:not([data-active="true"]) .arc-carousel__scrap {
  box-shadow: 0 6px 0 rgba(81, 50, 41, 0.05),
    0 12px 20px rgba(81, 50, 41, 0.12);
  filter: saturate(0.9) brightness(0.96);
}
.journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__caption {
  margin-top: 0.85rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(81, 50, 41, 0.08);
}
.journey-dashboard__mentor-card {
  position: relative;
  display: grid;
  justify-items: center;
  padding: .5rem .2rem;
  color: var(--journey-ink);
  text-align: center;
  transition: transform 220ms ease, opacity 220ms ease;
}
.journey-dashboard__mentor-card:not(.is-selected) {
  opacity: .62;
  transform: scale(.88);
  transform-origin: bottom center;
}
.journey-dashboard__mentor-card.is-selected {
  transform: scale(1.06);
  transform-origin: bottom center;
}
.journey-dashboard__mentor-card strong {
  margin-top: .4rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .95rem;
}
.journey-dashboard__mentor-card small {
  margin-top: .12rem;
  font-size: .62rem;
  letter-spacing: .04em;
}
.journey-dashboard__bubble {
  margin-top: .4rem;
}
.journey-dashboard__history {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  padding: 7.2rem 1rem 1rem;
  overflow: hidden;
  background: rgba(255, 253, 244, .48);
  border-left: 2px solid rgba(81, 50, 41, .28);
}
.journey-dashboard__history-head h2 {
  margin-top: .4rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.55rem;
}
.journey-dashboard__history-head p {
  margin-top: .35rem;
  color: rgba(81, 50, 41, .58);
  font-size: .7rem;
}
.journey-dashboard__record-list {
  display: grid;
  gap: .45rem;
  flex: 1;
  min-height: 0;
  margin-top: 1rem;
  overflow: auto;
  padding-right: .15rem;
}
.journey-dashboard__empty {
  padding: 1rem 0;
  color: rgba(81, 50, 41, .64);
  font-size: .78rem;
  line-height: 1.65;
}
.journey-dashboard__record {
  display: grid;
  gap: .25rem;
  padding: .85rem .9rem;
  background: rgba(255, 253, 244, .78);
  border: 1.5px solid rgba(81, 50, 41, .24);
  border-radius: 14px;
  transition: border-color 160ms ease, transform 160ms ease;
}
.journey-dashboard__record:hover {
  border-color: var(--journey-ink);
  transform: translateY(-1px);
}
.journey-dashboard__record span {
  font-size: .58rem;
  letter-spacing: .1em;
  color: rgba(81, 50, 41, .58);
}
.journey-dashboard__record p {
  display: -webkit-box;
  overflow: hidden;
  font-size: .8rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.journey-dashboard__record b {
  margin-top: .15rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .7rem;
  color: var(--journey-ink);
}
.journey-dashboard__card-button, .journey-dashboard__text-link {
  position: relative;
  z-index: 1;
  padding: .7rem 1rem;
  border: 1.5px solid var(--journey-ink);
  border-radius: 999px;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .82rem;
  transition: background 160ms ease, color 160ms ease;
}
.journey-dashboard__card-button {
  color: #fffdf4;
  background: var(--journey-ink);
}
.journey-dashboard__card-button:hover {
  color: var(--journey-ink);
  background: #fffdf4;
}
.journey-dashboard__pulldown {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
.journey-dashboard__pulldown-sheet {
  display: flex;
  width: 100%;
  max-height: min(82%, 580px);
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
  background: rgba(255, 253, 244, 0.96);
  border-bottom: 1px solid rgba(81, 50, 41, 0.08);
  box-shadow: 0 10px 24px rgba(81, 50, 41, 0.06);
  transition: box-shadow 320ms ease, background 320ms ease;
}
.journey-dashboard__pulldown.is-open .journey-dashboard__pulldown-sheet {
  background: rgba(255, 253, 244, 0.98);
  box-shadow: 0 16px 32px rgba(81, 50, 41, 0.12);
}
.journey-dashboard__pulldown-handle {
  display: grid;
  flex: none;
  justify-items: center;
  width: 100%;
  padding: 0 0.75rem 0.4rem;
  color: var(--journey-ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.journey-dashboard__pulldown-line {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 0.35rem;
  background: var(--journey-ink);
  box-shadow: 0 1px 0 rgba(255, 253, 244, 0.65);
  transition: transform 420ms cubic-bezier(.2, .75, .2, 1);
  transform-origin: center top;
}
.journey-dashboard__pulldown.is-open .journey-dashboard__pulldown-line {
  transform: scaleY(1.15);
}
.journey-dashboard__pulldown-handle .xiaoyu-avatar {
  width: 64px;
  height: 76px;
  background: transparent;
  border: 0;
  transform: none;
  transition: transform 420ms cubic-bezier(.2, .75, .2, 1);
}
.journey-dashboard__pulldown.is-open .journey-dashboard__pulldown-handle .xiaoyu-avatar {
  transform: translateY(2px);
}
.journey-dashboard__pulldown-handle .xiaoyu-avatar::before,
.journey-dashboard__pulldown-handle .xiaoyu-avatar::after {
  display: none;
}
.journey-dashboard__pulldown-hint {
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: var(--journey-paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--journey-paper) 92%, transparent);
  }
  border: 1px solid rgba(81, 50, 41, 0.14);
  border-radius: 999px;
  font-size: 0.58rem;
  white-space: nowrap;
}
.journey-dashboard__pulldown-body {
  display: grid;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  grid-template-rows: 0fr;
  transition: grid-template-rows 480ms cubic-bezier(.2, .75, .2, 1);
}
.journey-dashboard__pulldown.is-open .journey-dashboard__pulldown-body {
  grid-template-rows: 1fr;
}
.journey-dashboard__pulldown-body > .journey-dashboard__todo {
  min-height: 0;
  overflow: hidden;
}
.journey-dashboard__todo {
  display: flex;
  width: calc(100% - 1.4rem);
  max-height: min(52vh, 420px);
  flex-direction: column;
  margin: 0 0.7rem 0.85rem;
  padding: 0 1.05rem;
  overflow: auto;
  background: rgba(255, 249, 231, 0.98);
  border: 2px solid transparent;
  border-radius: 10px 14px 12px 12px;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease,
    padding 480ms cubic-bezier(.2, .75, .2, 1),
    margin 480ms cubic-bezier(.2, .75, .2, 1),
    border-color 240ms ease,
    box-shadow 240ms ease;
}
.journey-dashboard__pulldown.is-open .journey-dashboard__todo {
  margin-top: 0.35rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-color: var(--journey-ink);
  box-shadow: 6px 8px 0 rgba(81, 50, 41, 0.12);
  opacity: 1;
  pointer-events: auto;
}
.journey-dashboard__todo > span {
  font-size: .58rem;
  letter-spacing: .12em;
}
.journey-dashboard__todo > p {
  margin-top: .45rem;
  color: rgba(81, 50, 41, .68);
  font-size: .7rem;
  line-height: 1.55;
}
.journey-dashboard__scroll-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: .7rem;
  margin-top: .35rem;
}
.journey-dashboard__scroll-heading strong {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .95rem;
}
.journey-dashboard__scroll-heading > small {
  color: rgba(81, 50, 41, .65);
  font-size: .62rem;
}
.journey-dashboard__scroll-tasks {
  display: grid;
  gap: .55rem;
  margin-top: .85rem;
}
.journey-dashboard__scroll-task {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: .4rem;
  align-items: stretch;
  padding: .3rem;
  border: 1px solid rgba(81, 50, 41, .35);
  border-radius: 10px;
}
.journey-dashboard__scroll-task:hover {
  background: rgba(234, 213, 168, .28);
}
.journey-dashboard__scroll-task.is-complete {
  background: rgba(215, 212, 177, .38);
}
.journey-dashboard__scroll-check {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-top: .5rem;
  margin-left: .2rem;
  border: 1.5px solid var(--journey-ink);
  border-radius: 50%;
  font-size: .65rem;
}
.journey-dashboard__scroll-task.is-complete .journey-dashboard__scroll-check {
  color: #fffdf4;
  background: var(--journey-ink);
}
.journey-dashboard__scroll-check:disabled {
  cursor: wait;
  opacity: .72;
}
.journey-dashboard__scroll-action {
  display: grid;
  gap: .15rem;
  padding: .45rem .4rem .45rem .15rem;
  text-align: left;
}
.journey-dashboard__scroll-action b {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .76rem;
}
.journey-dashboard__scroll-action small {
  color: rgba(81, 50, 41, .6);
  font-size: .58rem;
}
.journey-dashboard__scroll-action em {
  color: rgba(81, 50, 41, .72);
  font-size: .6rem;
  font-style: normal;
  line-height: 1.4;
}
.journey-dashboard__scroll-action span {
  margin-top: .15rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .68rem;
}
.journey-dashboard__scroll-message {
  margin-top: .7rem;
  padding: .55rem .7rem;
  background: rgba(215, 212, 177, .34);
  border-radius: 8px;
  font-size: .7rem;
}
.journey-dashboard__hanging,
.journey-dashboard__rope,
.journey-dashboard__hanging-hint {
  display: none;
}
.journey-dashboard__intro-backdrop {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(81, 50, 41, .36);
}
.journey-dashboard__intro {
  width: min(440px, 92vw);
  padding: clamp(1.8rem, 5vw, 3rem);
  background: #fffdf4;
  border: 2px solid var(--journey-ink);
  border-radius: 28px 23px 31px 24px;
  box-shadow: 8px 9px 0 rgba(81, 50, 41, .15);
  text-align: center;
}
.journey-dashboard__intro .xiaoyu-avatar {
  margin: 0 auto 1rem;
  background: transparent;
  border: 0;
}
.journey-dashboard__intro .xiaoyu-avatar::before,
.journey-dashboard__intro .xiaoyu-avatar::after {
  display: none;
}
.journey-dashboard__intro h2 {
  margin-top: .7rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.8rem;
  line-height: 1.35;
}
.journey-dashboard__intro p {
  margin-top: .8rem;
  color: rgba(81, 50, 41, .72);
  font-size: .82rem;
  line-height: 1.7;
}
.journey-dashboard__intro > div {
  display: flex;
  gap: .9rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.journey-dashboard__intro button {
  border-bottom: 1px solid var(--journey-ink);
  font-size: .75rem;
}
.day-detail-form-heading {
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--ink);
}
.day-detail-form-heading h2 {
  margin-top: .7rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.day-detail-form-heading p {
  max-width: 580px;
  margin-top: .65rem;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.7;
}
.practice-page {
  min-height: 100vh;
  color: var(--journey-ink, #513229);
}
.practice-loading {
  padding: 4rem;
  text-align: center;
  color: rgba(81, 50, 41, .7);
}
.practice-stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4rem) 1.25rem 4rem;
  text-align: center;
}
.practice-back {
  justify-self: start;
  font-size: .75rem;
  letter-spacing: .06em;
  border-bottom: 1px solid rgba(81, 50, 41, .4);
}
.practice-host {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: min(100%, 520px);
  text-align: left;
}
.practice-host h1 {
  margin-top: .35rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.practice-host p {
  margin-top: .45rem;
  color: rgba(81, 50, 41, .72);
  font-size: .82rem;
  line-height: 1.65;
}
.practice-orb-wrap {
  display: grid;
  place-items: center;
  width: min(280px, 70vw);
  height: min(280px, 70vw);
  margin: 1rem 0;
}
.practice-video-shell {
  position: relative;
  width: min(720px, 100%);
  overflow: hidden;
  background: #1c1714;
  border: 2px solid var(--journey-ink, #513229);
  border-radius: 22px;
  box-shadow: 5px 6px 0 rgba(81, 50, 41, .1);
}
.practice-video {
  display: block;
  width: 100%;
  max-height: min(58vh, 420px);
  background: #1c1714;
  object-fit: contain;
}
.practice-video-shell.is-ready .practice-video {
  opacity: .55;
}
.practice-video-mask {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(28, 23, 20, .2), rgba(28, 23, 20, .55));
  color: #fffdf4;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.05rem;
}
.practice-video-mask--error {
  cursor: default;
  background: linear-gradient(180deg, rgba(80, 30, 30, .45), rgba(40, 16, 16, .72));
}
.practice-error {
  color: #8b2f2f;
  font-size: .78rem;
}
.practice-orb {
  width: 58%;
  height: 58%;
  border: 2px solid var(--journey-ink, #513229);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 253, 244, .95), rgba(216, 235, 249, .85) 55%, rgba(215, 212, 177, .75));
  box-shadow: inset 0 0 0 1px rgba(81, 50, 41, .08);
  transition: transform 1s ease, background 400ms ease;
}
.practice-orb.is-breathing {
  animation: practice-breathe 5s ease-in-out infinite;
}
.practice-orb.is-done {
  transform: scale(1.05);
  background: radial-gradient(circle at 35% 30%, #fffdf4, #f5e89f 60%, #d7d4b1);
}
.practice-orb--breath {
  transition: transform 950ms ease-in-out;
  background: radial-gradient(circle at 35% 30%, #fffdf4, #e8e4c8 55%, #d7d4b1);
}
.practice-copy {
  display: grid;
  gap: 1rem;
  justify-items: center;
  width: min(100%, 460px);
}
.practice-copy > p {
  color: rgba(81, 50, 41, .75);
  font-size: .9rem;
  line-height: 1.7;
}
.practice-guide {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.25rem;
  line-height: 1.65;
  color: var(--journey-ink, #513229) !important;
}
.practice-guide--lg {
  font-size: clamp(2rem, 6vw, 3rem);
}
.practice-copy small {
  color: rgba(81, 50, 41, .62);
  letter-spacing: .08em;
}
.practice-meter {
  display: grid;
  gap: .55rem;
  justify-items: center;
  width: min(280px, 80%);
}
.practice-meter span {
  font-size: .72rem;
  letter-spacing: .12em;
}
.practice-meter i {
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(81, 50, 41, .15);
  border-radius: 999px;
  font-style: normal;
  overflow: hidden;
}
.practice-meter i::after {
  display: block;
  height: 100%;
  width: var(--meter, 0%);
  content: "";
  background: var(--journey-ink, #513229);
  border-radius: inherit;
}
.practice-cta {
  padding: .85rem 1.4rem;
  color: #fffdf4;
  background: var(--journey-ink, #513229);
  border: 1.5px solid var(--journey-ink, #513229);
  border-radius: 999px;
  font-family: ui-serif, Georgia, "Songti SC", serif;
}
.practice-cta:hover {
  color: var(--journey-ink, #513229);
  background: #fffdf4;
}
.practice-ghost {
  border-bottom: 1px solid rgba(81, 50, 41, .45);
  font-size: .72rem;
  color: rgba(81, 50, 41, .7);
}
@keyframes practice-breathe {
  0%, 100% {
    transform: scale(0.86);
  }
  50% {
    transform: scale(1.12);
  }
}
.practice-page--meditation .practice-host .xiaoyu-avatar {
  background: #d8ebf9;
}
.practice-page--breathing .practice-host .xiaoyu-avatar {
  background: #d7d4b1;
}
.practice-page--woodfish .practice-host .xiaoyu-avatar {
  background: #f1dfbd;
}
.practice-page--classroom .practice-host .xiaoyu-avatar {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.practice-page--classroom .practice-host .xiaoyu-avatar::before,
.practice-page--classroom .practice-host .xiaoyu-avatar::after {
  display: none;
}
.practice-stage--classroom {
  max-width: 920px;
  gap: 0.85rem;
  padding: 1rem 1.25rem 1.5rem;
  align-content: start;
}
.classroom-top {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  justify-items: start;
}
.practice-host--classroom {
  width: 100%;
  gap: 0.75rem;
}
.practice-host--classroom h1 {
  margin-top: 0.15rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}
.practice-host--classroom p {
  margin-top: 0.2rem;
  font-size: 0.75rem;
}
.classroom-card {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) minmax(0, 1.25fr);
  gap: 1.1rem 1.4rem;
  width: min(100%, 880px);
  padding: 1.15rem 1.25rem 1.05rem;
  text-align: left;
  border: 1.5px solid rgba(81, 50, 41, 0.35);
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(255, 253, 244, 0.96), rgba(234, 215, 210, 0.55) 55%, rgba(241, 229, 223, 0.85));
  box-shadow: 5px 6px 0 rgba(81, 50, 41, 0.08);
}
.classroom-card__head {
  display: grid;
  gap: 0.3rem;
  align-content: start;
  padding-right: 0.2rem;
  border-right: 1px dashed rgba(81, 50, 41, 0.28);
}
.classroom-card__badge {
  width: fit-content;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(81, 50, 41, 0.1);
  color: rgba(81, 50, 41, 0.75);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}
.classroom-card__head h2 {
  margin: 0.1rem 0 0;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  line-height: 1.25;
  color: var(--journey-ink, #513229);
}
.classroom-card__aka {
  margin: 0;
  color: rgba(81, 50, 41, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}
.classroom-card__hook {
  margin: 0.45rem 0 0;
  color: var(--journey-ink, #513229);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.classroom-card__body {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  min-width: 0;
}
.classroom-card__body > p {
  margin: 0;
  color: rgba(81, 50, 41, 0.78);
  font-size: 0.84rem;
  line-height: 1.65;
}
.classroom-card__body blockquote {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-left: 3px solid rgba(81, 50, 41, 0.45);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 253, 244, 0.7);
  color: var(--journey-ink, #513229);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 0.84rem;
  line-height: 1.55;
}
.classroom-card__body blockquote span {
  display: block;
  margin-bottom: 0.22rem;
  color: rgba(81, 50, 41, 0.55);
  font-family: system-ui, sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}
.classroom-card__note {
  margin: 0;
  color: rgba(81, 50, 41, 0.5);
  font-size: 0.64rem;
  line-height: 1.45;
}
.classroom-actions {
  display: grid;
  justify-items: center;
  width: 100%;
  padding-top: 0.15rem;
}
@media (max-width: 720px) {
  .classroom-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .classroom-card__head {
    padding: 0 0 0.75rem;
    border-right: 0;
    border-bottom: 1px dashed rgba(81, 50, 41, 0.28);
  }
}
.woodfish-ready {
  width: min(100%, 420px);
}
.woodfish-wish {
  display: grid;
  gap: 0.45rem;
  width: 100%;
  text-align: left;
}
.woodfish-wish span {
  font-size: 0.78rem;
  color: rgba(81, 50, 41, 0.72);
}
.woodfish-wish input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--journey-ink, #513229);
  border-radius: 16px;
  background: rgba(255, 253, 244, 0.72);
  color: var(--journey-ink, #513229);
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1rem;
}
.woodfish-wish input::placeholder {
  color: rgba(81, 50, 41, 0.42);
}
.woodfish-slip {
  max-width: 22rem;
  padding: 0.55rem 1rem;
  border: 1px dashed rgba(81, 50, 41, 0.35);
  border-radius: 999px;
  background: rgba(255, 248, 230, 0.85);
  color: var(--journey-ink, #513229) !important;
  font-family: ui-serif, Georgia, "Songti SC", serif;
}
.woodfish {
  position: relative;
  display: grid;
  place-items: center;
  width: min(280px, 78vw);
  height: min(230px, 64vw);
  margin: 0.2rem 0 0.4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.woodfish__body {
  position: relative;
  z-index: 2;
  width: 88%;
  height: auto;
  filter: drop-shadow(4px 8px 0 rgba(81, 50, 41, 0.12));
  transform-origin: 50% 70%;
  transition: transform 80ms ease-out;
}
.woodfish.is-struck .woodfish__body {
  transform: scale(0.94, 1.04);
}
.woodfish__mallet {
  position: absolute;
  top: 8%;
  right: 6%;
  z-index: 3;
  width: 14px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6b3e22, #b07a45);
  transform-origin: 50% 8%;
  transform: rotate(28deg);
  transition: transform 90ms ease-out;
  box-shadow: 2px 3px 0 rgba(81, 50, 41, 0.12);
}
.woodfish__mallet::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0c27a, #c07a32 70%);
  transform: translateX(-50%);
  border: 2px solid #7a4a22;
}
.woodfish__mallet.is-down {
  transform: rotate(58deg) translateY(10px);
}
.woodfish__ripple {
  position: absolute;
  inset: 18% 8% 10%;
  border: 1.5px solid rgba(81, 50, 41, 0.18);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.woodfish.is-struck .woodfish__ripple {
  animation: woodfish-ripple 420ms ease-out;
}
.woodfish.is-struck .woodfish__ripple.is-late {
  animation-delay: 70ms;
}
@keyframes woodfish-ripple {
  0% {
    transform: scale(0.72);
    opacity: 0.45;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}
.journey-dashboard__tools {
  position: relative;
  display: grid;
  grid-template-columns: 76px 0fr;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: rgba(255, 253, 244, .62);
  border-left: 2px solid rgba(81, 50, 41, .28);
  transition: grid-template-columns 280ms ease;
}
.journey-dashboard__tools.is-open {
  grid-template-columns: 76px 1fr;
}
.journey-dashboard__tools-toggle {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 50%;
  display: grid;
  gap: .12rem;
  justify-items: center;
  width: 54px;
  transform: translateX(-50%);
  color: var(--journey-ink);
  font-size: .62rem;
  letter-spacing: .08em;
}
.journey-dashboard__tools-toggle i {
  font-style: normal;
  font-size: 1rem;
}
.journey-dashboard__tools-rail {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  align-items: center;
  padding: 3.4rem .55rem 1.2rem;
  border-right: 1px solid rgba(81, 50, 41, .16);
}
.journey-dashboard__tools-label {
  margin-bottom: .35rem;
  color: rgba(81, 50, 41, .55);
  font-size: .55rem;
  letter-spacing: .14em;
}
.journey-dashboard__tool {
  position: relative;
  display: grid;
  width: 54px;
  min-height: 64px;
  place-items: center;
  align-content: center;
  gap: .2rem;
  padding: .45rem .2rem;
  border: 1.5px solid var(--journey-ink);
  border-radius: 16px;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.journey-dashboard__tool strong {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .78rem;
}
.journey-dashboard__tool small {
  display: none;
}
.journey-dashboard__tool em {
  position: absolute;
  right: -.1rem;
  bottom: -.1rem;
  padding: .08rem .22rem;
  color: var(--journey-ink);
  background: #fffdf4;
  border: 1px solid var(--journey-ink);
  border-radius: 999px;
  font-size: .45rem;
  font-style: normal;
}
.journey-dashboard__tool:hover:not(:disabled) {
  box-shadow: 3px 4px 0 rgba(81, 50, 41, .12);
  transform: translateY(-2px);
}
.journey-dashboard__tool--meditation {
  background: linear-gradient(145deg, #d8ebf9, #e9f1f3);
}
.journey-dashboard__tool--woodfish {
  background: linear-gradient(145deg, #f1dfbd, #f5ead4);
}
.journey-dashboard__tool--breathing {
  background: linear-gradient(145deg, #d7d4b1, #e8e4c8);
}
.journey-dashboard__tool--classroom {
  background: linear-gradient(145deg, #ead7d2, #f1e5df);
}
.journey-dashboard__tool.is-soon {
  cursor: default;
  opacity: .62;
}
.journey-dashboard__tools-panel {
  min-width: 0;
  overflow: hidden;
  padding: 1.4rem 0;
  opacity: 0;
  transition: opacity 220ms ease;
}
.journey-dashboard__tools.is-open .journey-dashboard__tools-panel {
  padding: 1.4rem 1rem 1.4rem .85rem;
  opacity: 1;
}
.journey-dashboard__tools-panel h3 {
  margin-top: .35rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.3rem;
}
.journey-dashboard__tools-panel > p {
  margin-top: .45rem;
  color: rgba(81, 50, 41, .68);
  font-size: .72rem;
  line-height: 1.6;
}
.journey-dashboard__tools-list {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}
.journey-dashboard__tool-card {
  display: grid;
  gap: .3rem;
  padding: .85rem .9rem;
  border: 1.5px solid rgba(81, 50, 41, .32);
  border-radius: 14px;
}
.journey-dashboard__tool-card span {
  font-size: .55rem;
  letter-spacing: .12em;
}
.journey-dashboard__tool-card strong {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .95rem;
}
.journey-dashboard__tool-card p {
  color: rgba(81, 50, 41, .7);
  font-size: .7rem;
  line-height: 1.55;
}
.journey-dashboard__tool-card a,
.journey-dashboard__tool-card em {
  margin-top: .2rem;
  font-size: .72rem;
  font-style: normal;
}
.journey-dashboard__tool-card a {
  font-family: ui-serif, Georgia, "Songti SC", serif;
}
.journey-dashboard__tool-card--meditation {
  background: rgba(216, 235, 249, .55);
}
.journey-dashboard__tool-card--woodfish {
  background: rgba(241, 223, 189, .55);
}
.journey-dashboard__tool-card--breathing {
  background: rgba(215, 212, 177, .55);
}
.journey-dashboard__tool-card--classroom {
  background: rgba(234, 215, 210, .55);
}
.journey-session__layout {
  grid-template-columns: minmax(0, 3fr) minmax(240px, 2fr) !important;
  align-items: stretch;
}
.journey-session__stage {
  gap: clamp(0.4rem, 1vh, 0.8rem);
  padding: clamp(0.65rem, 1.5vh, 1.1rem) clamp(0.85rem, 2vw, 1.6rem) 0.75rem;
  min-height: 0;
  height: 100%;
}
.journey-session__hero {
  flex: none;
  max-width: 36rem;
}
.journey-session__hero h1 {
  margin-top: 0.2rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  line-height: 1.08;
}
.journey-session__hero h1 b {
  font-weight: 800;
}
.journey-session__hero p {
  margin-top: 0.3rem;
  color: rgba(81, 50, 41, .7);
  font-size: clamp(0.72rem, 1vw, 0.8rem);
  line-height: 1.5;
}
.journey-session__hero-guide {
  margin-top: 0.45rem;
  color: rgba(81, 50, 41, 0.9);
  font-size: clamp(0.84rem, 1.2vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.journey-session__stage-center {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  place-items: center;
  align-content: center;
}
.journey-session__stage-center .journey-session__arc,
.journey-session__stage-center .journey-session__waiting {
  width: 100%;
  max-width: 100%;
}
.journey-session__speech {
  display: flex;
  flex: none;
  min-height: 0;
  max-height: min(34vh, 240px);
  align-items: stretch;
}
.journey-session__speech-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 0.9rem;
  align-items: end;
  width: 100%;
  min-height: 0;
}
.journey-session__speech-card .primary-pill {
  grid-column: 2;
  justify-self: start;
}
.journey-session__speech-card .warm-home__portrait {
  width: clamp(56px, 7vw, 78px);
  height: clamp(68px, 9vw, 96px);
}
.journey-session__speech-card .reply-bubble {
  min-height: 0;
  max-height: 100%;
  overflow: auto;
}
.journey-session__notice {
  position: fixed;
  z-index: 30;
  top: 78px;
  left: 50%;
  padding: 0.7rem 1.15rem;
  color: #fffdf4;
  background: var(--journey-ink, #513229);
  border-radius: 999px;
  transform: translateX(-50%);
  font-size: .78rem;
}
.journey-session__risk {
  padding: 0.85rem 1.05rem;
  background: rgba(255, 253, 244, .88);
  border: 1.5px solid rgba(81, 50, 41, .28);
  border-radius: 14px;
}
.journey-session__risk p {
  margin-top: 0.3rem;
  color: rgba(81, 50, 41, .72);
  font-size: .78rem;
  line-height: 1.6;
}
.journey-session__risk span {
  display: inline-block;
  margin: 0.45rem 0.9rem 0 0;
  font-size: .72rem;
  font-weight: 700;
}
.journey-session__risk.alert-crisis {
  border-color: #8b2f2f;
}
.journey-session__waiting {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  place-items: center;
  align-content: center;
  gap: 1.1rem;
  text-align: center;
}
.journey-session__empty-table {
  display: grid;
  width: min(360px, 70%);
  height: clamp(100px, 18vh, 160px);
  place-items: center;
  border: 2px solid var(--journey-ink, #513229);
  border-radius: 50%;
  transform: perspective(600px) rotateX(58deg);
}
.journey-session__empty-table span {
  color: rgba(81, 50, 41, .62);
  font-size: .78rem;
  transform: rotateX(-58deg);
}
.journey-session__finish {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 0.25rem;
}
.journey-session__finish:has(p) {
  justify-content: space-between;
}
.journey-session__finish p {
  max-width: 28rem;
  color: rgba(81, 50, 41, .68);
  font-size: .72rem;
  line-height: 1.5;
}
.journey-session__chat {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 253, 244, .55);
  border-left: 2px solid rgba(81, 50, 41, .28);
}
.journey-session__note {
  flex: none;
  padding: 0.85rem 1rem;
  border-bottom: 1.5px solid rgba(81, 50, 41, .18);
  background: rgba(245, 232, 159, .22);
}
.journey-session__note span {
  font-size: .62rem;
  letter-spacing: .1em;
  color: rgba(81, 50, 41, .58);
}
.journey-session__note p {
  display: -webkit-box;
  margin-top: 0.35rem;
  overflow: hidden;
  font-size: .8rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.journey-session__messages {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  overflow: auto;
}
.journey-session__chat-head {
  display: flex;
  gap: 0.8rem;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.journey-session__chat-head h2 {
  margin-top: 0.25rem;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1.15rem;
}
.journey-session__chat-head button {
  flex: none;
  border-bottom: 1px solid rgba(81, 50, 41, .55);
  font-size: .72rem;
  color: rgba(81, 50, 41, .72);
}
.journey-session__row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-end;
  max-width: 100%;
}
.journey-session__row.is-active-opening .reply-bubble {
  box-shadow: 0 0 0 2px rgba(81, 50, 41, 0.28);
}
.journey-session__row.is-user {
  flex-direction: row-reverse;
}
.journey-session__row .warm-home__portrait {
  width: 52px;
  height: 64px;
  flex: none;
  transform: scale(0.72);
  transform-origin: bottom center;
}
.journey-session__row .warm-home__face {
  width: 64px;
  height: 78px;
}
.journey-session__bubble {
  max-width: min(100%, 28rem);
  padding: 0.75rem 0.95rem;
  background: rgba(255, 253, 244, .96);
  border: 1.5px solid rgba(81, 50, 41, .28);
  border-radius: 16px 18px 18px 6px;
  box-shadow: 3px 4px 0 rgba(81, 50, 41, .06);
}
.journey-session__row.is-user .journey-session__bubble {
  border-radius: 18px 16px 6px 18px;
  background: rgba(216, 235, 249, .72);
}
.journey-session__bubble strong {
  display: block;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .88rem;
}
.journey-session__bubble small {
  display: block;
  margin-top: 0.12rem;
  color: rgba(81, 50, 41, .55);
  font-size: .62rem;
}
.journey-session__bubble p {
  margin-top: 0.35rem;
  color: rgba(81, 50, 41, .86);
  font-size: .84rem;
  line-height: 1.65;
}
.journey-session__bubble strong + p,
.journey-session__bubble small + p {
  margin-top: 0.4rem;
}
.reply-bubble {
  position: relative;
  width: min(100%, 36rem);
  padding: 1.05rem 1.2rem 1.15rem;
  color: var(--journey-ink, #513229);
  background: rgba(255, 253, 244, 0.97);
  border: 2px solid rgba(81, 50, 41, 0.34);
  border-radius: 28px 34px 34px 14px;
  box-shadow: 5px 7px 0 rgba(81, 50, 41, 0.08),
    0 16px 28px rgba(81, 50, 41, 0.08);
}
.reply-bubble--lg {
  width: min(100%, 40rem);
  min-height: 7.5rem;
  padding: 1.25rem 1.4rem 1.35rem;
  border-radius: 34px 42px 40px 16px;
}
.reply-bubble--md {
  width: min(100%, 32rem);
}
.reply-bubble__tail {
  position: absolute;
  top: auto;
  bottom: 1.45rem;
  left: -9px;
  width: 16px;
  height: 16px;
  background: rgba(255, 253, 244, 0.97);
  border-left: 2px solid rgba(81, 50, 41, 0.34);
  border-bottom: 2px solid rgba(81, 50, 41, 0.34);
  transform: rotate(45deg);
}
.reply-bubble--md .reply-bubble__tail {
  bottom: 1.15rem;
}
.reply-bubble--lg .reply-bubble__tail {
  bottom: 1.55rem;
}
.reply-bubble__head {
  display: grid;
  gap: 0.15rem;
  margin-bottom: 0.55rem;
  padding-bottom: 0.45rem;
  border-bottom: 1.5px dashed rgba(81, 50, 41, 0.16);
}
.reply-bubble__head strong {
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: 1rem;
  line-height: 1.3;
}
.reply-bubble__head small {
  color: rgba(81, 50, 41, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}
.reply-bubble__body {
  color: rgba(81, 50, 41, 0.88);
  font-size: 0.95rem;
  line-height: 1.75;
}
.reply-bubble--lg .reply-bubble__body {
  font-size: 1.02rem;
  line-height: 1.8;
}
.reply-bubble__body p {
  margin: 0;
  white-space: pre-wrap;
}
.reply-bubble__body p + p {
  margin-top: 0.7rem;
}
.reply-bubble--host {
  background: rgba(245, 232, 159, 0.42);
  border-color: rgba(81, 50, 41, 0.28);
}
.reply-bubble--host .reply-bubble__tail {
  background: rgba(245, 232, 159, 0.9);
}
.reply-bubble--mentor {
  background: linear-gradient(165deg, rgba(255, 253, 244, 0.98), rgba(232, 216, 209, 0.28));
}
.reply-bubble--user {
  margin-left: auto;
  border-radius: 34px 28px 14px 34px;
  background: rgba(216, 235, 249, 0.78);
  box-shadow: -4px 7px 0 rgba(81, 50, 41, 0.06),
    0 14px 24px rgba(81, 50, 41, 0.07);
}
.reply-bubble--user .reply-bubble__tail {
  left: auto;
  right: -9px;
  border-left: none;
  border-right: 2px solid rgba(81, 50, 41, 0.34);
  border-bottom: 2px solid rgba(81, 50, 41, 0.34);
  background: rgba(216, 235, 249, 0.95);
}
.journey-session__typing {
  color: rgba(81, 50, 41, .55);
  font-size: .72rem;
  letter-spacing: .04em;
}
.journey-session__composer {
  display: flex;
  flex: none;
  gap: 0.55rem;
  align-items: center;
  padding: 0.85rem 1rem 1.05rem;
  border-top: 1.5px solid rgba(81, 50, 41, .18);
  background: var(--journey-paper, var(--paper));
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--journey-paper, var(--paper)) 85%, transparent);
  }
}
.journey-session__composer input {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 253, 244, .95);
  border: 1.5px solid rgba(81, 50, 41, .32);
  border-radius: 999px;
  outline: none;
  font-size: .84rem;
}
.journey-session__composer input:focus {
  border-color: var(--journey-ink, #513229);
}
.journey-session__composer > button:not(.primary-pill) {
  flex: none;
  padding: 0.7rem 1rem;
  color: #fffdf4;
  background: var(--journey-ink, #513229);
  border: 1.5px solid var(--journey-ink, #513229);
  border-radius: 999px;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: .82rem;
}
.journey-session__composer > button:not(.primary-pill):disabled {
  opacity: .45;
}
.journey-session__composer.is-hint {
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}
.journey-session__composer.is-hint p {
  color: rgba(81, 50, 41, .62);
  font-size: .72rem;
  line-height: 1.5;
}
.journey-session__composer.is-hint .primary-pill {
  align-self: flex-start;
}
.feedback-page.journey-dashboard {
  height: auto;
  max-height: none;
  min-height: 100dvh;
  overflow: visible;
}
.feedback-page .feedback-layout {
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 0 4rem;
}
@media (max-width: 1100px) {
  .journey-dashboard__layout {
    grid-template-columns: minmax(0, 3fr) minmax(200px, 2fr) 64px;
  }
  .journey-dashboard__layout.is-tools-open {
    grid-template-columns: minmax(0, 2.4fr) minmax(180px, 1.6fr) minmax(200px, 1fr);
  }
  .journey-session__layout {
    grid-template-columns: minmax(0, 3fr) minmax(200px, 2fr) !important;
  }
}
@media (max-width: 820px) {
  .journey-dashboard__layout {
    grid-template-columns: minmax(0, 3fr) minmax(170px, 2fr) 56px;
  }
  .journey-dashboard__layout.is-tools-open {
    grid-template-columns: minmax(0, 2.2fr) minmax(160px, 1.5fr) minmax(180px, 1fr);
  }
  .journey-session__layout {
    grid-template-columns: minmax(0, 3fr) minmax(170px, 2fr) !important;
  }
  .journey-dashboard__hero {
    gap: 0.45rem;
  }
  .journey-dashboard__add small {
    display: none;
  }
  .journey-dashboard__add {
    padding-right: 5.8rem;
  }
  .journey-dashboard__add-decor {
    width: 5.2rem;
  }
  .journey-dashboard__tools-toggle span {
    display: none;
  }
}
@media (max-width: 640px) {
  .journey-dashboard__layout,
  .journey-dashboard__layout.is-tools-open {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1.15fr) minmax(0, 0.95fr);
  }
  .journey-session__layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 1.1fr) minmax(0, 1fr);
  }
  .journey-dashboard__roundtable,
  .journey-session__stage,
  .journey-dashboard__history,
  .journey-session__chat {
    height: 100%;
    min-height: 0;
    border-left: 0;
  }
  .journey-dashboard__history,
  .journey-session__chat {
    border-top: 2px solid rgba(81, 50, 41, .28);
  }
  .journey-dashboard__tools {
    position: fixed;
    z-index: 18;
    top: 68px;
    right: 0;
    bottom: 0;
    width: 56px;
    height: auto;
    border-left: 2px solid rgba(81, 50, 41, .28);
    border-top: 0;
  }
  .journey-dashboard__tools.is-open {
    width: min(280px, 78vw);
    grid-template-columns: 56px 1fr;
    box-shadow: -8px 0 24px rgba(81, 50, 41, .12);
  }
  .journey-dashboard__roundtable,
  .journey-session__stage {
    padding: 0.65rem 4vw 0.55rem;
  }
  .arc-carousel__card {
    width: clamp(120px, 34vw, 180px);
  }
  .arc-carousel--scrapbook .arc-carousel__card,
  .journey-dashboard__arc.arc-carousel--scrapbook .arc-carousel__card {
    width: clamp(240px, 82vw, 380px);
    padding: 0;
  }
  .arc-carousel__media,
  .arc-carousel__media .warm-home__portrait {
    width: 52px;
    height: 64px;
  }
  .journey-dashboard__intro > div {
    align-items: center;
    flex-direction: column;
  }
  .practice-host {
    flex-direction: column;
    text-align: center;
  }
}
.mentor-intro-card {
  --mic-ink: #513229;
  --mic-wash: #f5e89f;
  --mic-stroke-a: rgba(184, 140, 148, 0.42);
  --mic-stroke-b: rgba(156, 168, 176, 0.38);
  --mic-stroke-c: rgba(196, 168, 128, 0.34);
  position: relative;
  display: grid;
  grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
  gap: clamp(0.55rem, 1.6vw, 1.1rem);
  align-items: center;
  width: 100%;
  min-height: clamp(148px, 22vh, 210px);
  padding: clamp(0.7rem, 1.6vw, 1.15rem) clamp(0.85rem, 1.8vw, 1.35rem);
  overflow: hidden;
  color: var(--mic-ink);
  background-color: #f1efe0;
  text-align: left;
  isolation: isolate;
}
.mentor-intro-card__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--paper-grain);
  background-size: 280px 280px;
  opacity: 0.85;
  pointer-events: none;
}
.mentor-intro-card__stroke {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0.2px);
}
.mentor-intro-card__stroke--a {
  top: -18%;
  left: 28%;
  width: 52%;
  height: 78%;
  background: var(--mic-stroke-a);
  transform: rotate(-18deg) skewX(-8deg);
}
.mentor-intro-card__stroke--b {
  right: -8%;
  bottom: -28%;
  width: 48%;
  height: 70%;
  background: var(--mic-stroke-b);
  transform: rotate(22deg);
}
.mentor-intro-card__stroke--c {
  top: 8%;
  right: 18%;
  width: 18%;
  height: 28%;
  background: var(--mic-stroke-c);
}
.mentor-intro-card__figure,
.mentor-intro-card__copy {
  position: relative;
  z-index: 1;
}
.mentor-intro-card__figure {
  display: grid;
  place-items: center;
}
.mentor-intro-card__portrait.warm-home__portrait {
  width: clamp(92px, 12vw, 132px);
  height: clamp(112px, 15vw, 158px);
  --portrait-wash: var(--mic-wash);
}
.mentor-intro-card__portrait .warm-home__portrait-img {
  width: 92%;
  height: 92%;
}
.mentor-intro-card__copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}
.mentor-intro-card__en {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(1.05rem, 2.1vw, 1.55rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.mentor-intro-card__zh {
  margin: 0;
  font-size: clamp(0.78rem, 1.3vw, 0.95rem);
  line-height: 1.35;
}
.mentor-intro-card__rule {
  width: 100%;
  max-width: 12rem;
  height: 0;
  margin: 0.35rem 0 0.45rem;
  border: 0;
  border-top: 1.5px solid var(--mic-ink);
  opacity: 0.85;
}
.mentor-intro-card__lead,
.mentor-intro-card__body {
  margin: 0;
  font-family: ui-serif, Georgia, "Songti SC", serif;
  font-size: clamp(0.68rem, 1.15vw, 0.82rem);
  line-height: 1.55;
}
.mentor-intro-card__lead {
  font-weight: 600;
}
.mentor-intro-card__body {
  opacity: 0.92;
}
.mentor-intro-card--freud {
  --mic-wash: #f3e28a;
  --mic-stroke-a: rgba(176, 132, 142, 0.4);
  --mic-stroke-b: rgba(150, 162, 172, 0.36);
  --mic-stroke-c: rgba(190, 160, 120, 0.32);
}
.mentor-intro-card--rogers {
  --mic-wash: #e4d4ea;
  --mic-stroke-a: rgba(168, 132, 156, 0.4);
  --mic-stroke-b: rgba(148, 156, 164, 0.34);
  --mic-stroke-c: rgba(186, 168, 140, 0.3);
}
.mentor-intro-card--bandura {
  --mic-wash: #d5e7f4;
  --mic-stroke-a: rgba(168, 136, 148, 0.38);
  --mic-stroke-b: rgba(140, 160, 176, 0.4);
  --mic-stroke-c: rgba(188, 172, 140, 0.3);
}
.mentor-intro-card--skinner {
  --mic-wash: #e8d5c4;
  --mic-stroke-a: rgba(176, 128, 132, 0.42);
  --mic-stroke-b: rgba(152, 160, 168, 0.34);
  --mic-stroke-c: rgba(196, 168, 132, 0.36);
}
@media (max-width: 720px) {
  .mentor-intro-card {
    grid-template-columns: minmax(78px, 30%) minmax(0, 1fr);
    min-height: 132px;
    padding: 0.65rem 0.75rem;
  }
  .mentor-intro-card__body {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.xiaoyu-run {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0;
  transform: scale(var(--run-scale, 0.8));
  transform-origin: center;
  user-select: none;
  pointer-events: none;
}
.xiaoyu-run__char {
  width: 115px;
  height: auto;
  object-fit: contain;
  animation: xiaoyu-bounce 0.6s ease-in-out infinite;
}
.xiaoyu-run__prints {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: xiaoyu-prints-bounce 0.6s ease-in-out infinite;
}
.xiaoyu-run__print {
  position: absolute;
  background: #111;
  border-radius: 999px;
  opacity: 0.2;
  filter: blur(0.1px);
  animation: print-glow 0.62s ease-in-out infinite;
}
.xiaoyu-run__print.is-p1 {
  left: 5px;
  top: 132px;
  width: 13px;
  height: 19px;
  transform: rotate(-18deg);
  animation-delay: 0s;
}
.xiaoyu-run__print.is-p2 {
  left: 37px;
  top: 149px;
  width: 20px;
  height: 14px;
  transform: rotate(9deg);
  animation-delay: 0.14s;
}
.xiaoyu-run__print.is-p3 {
  left: 63px;
  top: 151px;
  width: 16px;
  height: 16px;
  animation-delay: 0.28s;
}
.xiaoyu-run__print.is-p4 {
  left: 102px;
  top: 134px;
  width: 13px;
  height: 13px;
  animation-delay: 0.42s;
}
@keyframes xiaoyu-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes xiaoyu-prints-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes print-glow {
  0%, 100% {
    opacity: 0.16;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}
body,
.warm-home,
.landing-shell,
.assessment-shell,
.journey-dashboard,
.roundtable-page,
.feedback-page,
.feedback-shell,
.calendar-page,
.day-detail-page,
.profile-page,
.summary-page,
.practice-page {
  background-color: var(--paper);
  background-image: var(--paper-grain);
  background-repeat: repeat;
  background-size: 320px 320px;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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-outline-style: solid;
      --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-duration: initial;
    }
  }
}
