/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "PingFang SC", "Source Han Sans CN", "Noto Sans SC", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: .025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #ffb020;
    --color-accent-blue: #4dbeff;
    --color-accent-green: #52c41a;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
    }
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

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

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

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

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

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

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

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

  .top-10 {
    top: calc(var(--spacing) * 10);
  }

  .top-20 {
    top: calc(var(--spacing) * 20);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-1\/6 {
    right: 16.6667%;
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-1\/6 {
    left: 16.6667%;
  }

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

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

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }

  .mx-auto {
    margin-inline: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .aspect-square {
    aspect-ratio: 1;
  }

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-45 {
    rotate: 45deg;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  :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)));
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[50px\] {
    border-radius: 50px;
  }

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

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

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

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

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

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

  .border-\[\#FFB020\] {
    border-color: #ffb020;
  }

  .border-\[\#FFB020\]\/30 {
    border-color: #ffb0204d;
    border-color: lab(78.1463% 22.3196 75.9796 / .3);
  }

  .border-gray-50 {
    border-color: var(--color-gray-50);
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-700 {
    border-color: var(--color-gray-700);
  }

  .bg-\[\#1A1A1A\] {
    background-color: #1a1a1a;
  }

  .bg-\[\#4DBEFF\]\/10 {
    background-color: #4dbeff1a;
    background-color: lab(72.6456% -17.5365 -42.1939 / .1);
  }

  .bg-\[\#52C41A\] {
    background-color: #52c41a;
  }

  .bg-\[\#FF4D4D\] {
    background-color: #ff4d4d;
  }

  .bg-\[\#FFB020\] {
    background-color: #ffb020;
  }

  .bg-\[\#FFB020\]\/10 {
    background-color: #ffb0201a;
    background-color: lab(78.1463% 22.3196 75.9796 / .1);
  }

  .bg-\[\#FFB020\]\/15 {
    background-color: #ffb02026;
    background-color: lab(78.1463% 22.3196 75.9796 / .15);
  }

  .bg-\[\#FFB020\]\/20 {
    background-color: #ffb02033;
    background-color: lab(78.1463% 22.3196 75.9796 / .2);
  }

  .bg-\[\#FFFBF2\] {
    background-color: #fffbf2;
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-current {
    background-color: currentColor;
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/95 {
    background-color: #fffffff2;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/95 {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#FFB020\]\/20 {
    --tw-gradient-from: #ffb02033;
    --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));
  }

  @supports (color: lab(0% 0 0)) {
    .from-\[\#FFB020\]\/20 {
      --tw-gradient-from: lab(78.1463% 22.3196 75.9796 / .2);
    }
  }

  .via-\[\#4DBEFF\]\/10 {
    --tw-gradient-via: #4dbeff1a;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  @supports (color: lab(0% 0 0)) {
    .via-\[\#4DBEFF\]\/10 {
      --tw-gradient-via: lab(72.6456% -17.5365 -42.1939 / .1);
    }
  }

  .to-\[\#52C41A\]\/10 {
    --tw-gradient-to: #52c41a1a;
    --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));
  }

  @supports (color: lab(0% 0 0)) {
    .to-\[\#52C41A\]\/10 {
      --tw-gradient-to: lab(70.5338% -53.7962 64.7356 / .1);
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[\#1A1A1A\] {
    color: #1a1a1a;
  }

  .text-\[\#4DBEFF\] {
    color: #4dbeff;
  }

  .text-\[\#52C41A\] {
    color: #52c41a;
  }

  .text-\[\#666666\] {
    color: #666;
  }

  .text-\[\#999999\] {
    color: #999;
  }

  .text-\[\#E09010\] {
    color: #e09010;
  }

  .text-\[\#FF4D4D\] {
    color: #ff4d4d;
  }

  .text-\[\#FFB020\] {
    color: #ffb020;
  }

  .text-accent-blue {
    color: var(--color-accent-blue);
  }

  .text-accent-green {
    color: var(--color-accent-green);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

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

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

  .text-white\/70 {
    color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .text-white\/80 {
    color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  @media (hover: hover) {
    .hover\:border-\[\#FFB020\]:hover {
      border-color: #ffb020;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E09010\]:hover {
      background-color: #e09010;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#FFF8E8\]:hover {
      background-color: #fff8e8;
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/5:hover {
      background-color: #0000000d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/5:hover {
        background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#1A1A1A\]:hover {
      color: #1a1a1a;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#FFB020\]:hover {
      color: #ffb020;
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-600:hover {
      color: var(--color-gray-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .focus\:ring-\[\#FFB020\]:focus {
    --tw-ring-color: #ffb020;
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:bg-\[\#C07000\]:active {
    background-color: #c07000;
  }

  .active\:bg-\[\#FFF0CC\]:active {
    background-color: #fff0cc;
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

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

  @media (min-width: 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }
}

:root {
  --primary: #ffb020;
  --primary-dark: #e09010;
  --accent-red: #ff4d4d;
  --accent-blue: #4dbeff;
  --accent-green: #52c41a;
  --bg: #fffbf2;
  --paper: #fffdf8;
  --paper-warm: #fff8ef;
  --ink: #1a1a1a;
  --muted: #666;
  --line: #1a1a1a1f;
  --line-soft: #1a1a1a14;
  --shadow: 0 28px 64px #32200624;
  --shadow-soft: 0 14px 34px #32200614;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1180px;
  --header-h: 102px;
}

* {
  box-sizing: border-box;
}

body {
  background: radial-gradient(circle at 10% 2%, #ffb0202e, transparent 22%), radial-gradient(circle at 88% 8%, #4dbeff2e, transparent 24%), radial-gradient(circle at 78% 42%, #ff4d4d14, transparent 18%), linear-gradient(180deg, #fffaf0 0%, #fff9ef 38%, var(--bg) 100%);
  color: var(--ink);
  margin: 0;
  padding-bottom: 84px;
  font-family: PingFang SC, Source Han Sans CN, Noto Sans SC, sans-serif;
  line-height: 1.6;
}

h1, h2, h3 {
  letter-spacing: -.02em;
  margin: 0;
  font-family: Source Han Serif SC, Noto Serif SC, Songti SC, serif;
  line-height: 1.15;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 50px 0;
}

.section-head {
  max-width: 100%;
  margin-bottom: 28px;
  position: relative;
}

.eyebrow {
  color: #8a5b00;
  letter-spacing: .04em;
  background: #ffb0201f;
  border: 1px solid #ffb0203d;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 14px;
  font-size: 12px;
  display: inline-flex;
  box-shadow: inset 0 1px #fff9;
}

.eyebrow:before {
  content: "";
  background: linear-gradient(135deg, #ffd266, #ff9c1a);
  border-radius: 999px;
  flex: none;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #ffb02024;
}

.section-head h2 {
  letter-spacing: -.03em;
  white-space: nowrap;
  max-width: none;
  margin-bottom: 12px;
  font-size: clamp(28px, 3.6vw, 44px);
}

.section-head p {
  color: var(--muted);
  white-space: nowrap;
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.header {
  z-index: 40;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: linear-gradient(#fffbf2eb, #fffbf2b8);
  border-bottom: 1px solid #1a1a1a0f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-shell {
  height: var(--header-h);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}

.brand {
  flex: none;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.brand-logo {
  object-fit: contain;
  width: auto;
  height: 74px;
  display: block;
}

.brand-mark {
  background: linear-gradient(150deg, var(--primary), #ffd88a);
  border-radius: 14px;
  flex: none;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: inset 0 1px #fff9;
}

.brand-mark:before, .brand-mark:after {
  content: "";
  background: #ffffffe6;
  border-radius: 999px;
  position: absolute;
}

.brand-mark:before {
  width: 20px;
  height: 3px;
  top: 12px;
  left: 9px;
  transform: rotate(-38deg);
}

.brand-mark:after {
  width: 4px;
  height: 16px;
  top: 14px;
  left: 22px;
  transform: rotate(-38deg);
}

.brand-copy strong {
  white-space: nowrap;
  font-size: 15px;
  display: block;
}

.brand-copy span {
  color: var(--muted);
  letter-spacing: .01em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.nav {
  flex: auto;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-width: 0;
  display: flex;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  transition: color .18s, transform .18s;
}

.nav a:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 700;
  transition: transform .16s, background .16s, color .16s, border-color .16s;
  display: inline-flex;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ffb736, #ff9d16);
  box-shadow: 0 14px 28px #ffb02057;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffbf47, #ef9510);
}

.btn-outline {
  color: var(--ink);
  background: #ffffffb8;
  border-color: #1a1a1a2e;
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.menu-btn {
  width: 42px;
  height: 42px;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-btn span, .menu-btn:before, .menu-btn:after {
  content: "";
  background: var(--ink);
  border-radius: 999px;
  width: 18px;
  height: 2px;
  transition: transform .18s;
  display: block;
  position: absolute;
}

.menu-btn span {
  transform: translateY(0);
}

.menu-btn:before {
  transform: translateY(-6px);
}

.menu-btn:after {
  transform: translateY(6px);
}

.menu-panel {
  top: var(--header-h);
  box-shadow: var(--shadow);
  z-index: 39;
  background: #fffffffa;
  border: 1px solid #1a1a1a14;
  border-radius: 18px;
  padding: 14px;
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
}

.menu-panel.open {
  display: block;
}

.menu-panel a {
  color: var(--ink);
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 15px;
  display: block;
}

.menu-panel a:hover {
  background: #fff8e8;
}

.hero {
  padding-top: calc(var(--header-h)  + 30px);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  gap: 24px;
  display: grid;
}

.hero-main, .hero-aside, .snippet-shell, .card, .timeline-step, .work-card, .why-founder, .plan-card, .review-shell, .faq-item, .lead-shell {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(#ffffffd1, #fffaf2e6);
}

.hero-main {
  background: radial-gradient(circle at 100% 0, #ffb0201a, #0000 32%), linear-gradient(#ffffffe0, #fff9eff5);
  border-radius: 34px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.hero-main:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #4dbeff33, #0000 72%);
  border-radius: 999px;
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: -80px;
  right: -70px;
}

.hero-main:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, #ffffff2e, #0000 28%), linear-gradient(#0000, #ffb0200a);
  position: absolute;
  inset: 0;
}

.hero-main h1 {
  max-width: 12ch;
  margin-bottom: 14px;
  font-size: clamp(36px, 6vw, 68px);
}

.hero-lead {
  color: var(--muted);
  max-width: 620px;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.8;
}

.hero-note {
  background: linear-gradient(135deg, #ffb0201f, #ffffffc2);
  border: 1px solid #ffb0202e;
  border-radius: 18px;
  margin-bottom: 26px;
  padding: 16px 18px 16px 38px;
  font-size: 15px;
  line-height: 1.78;
  position: relative;
}

.hero-note:before {
  content: "";
  background: linear-gradient(135deg, #ffd56f, #ff9a1a);
  border-radius: 999px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 18px;
  box-shadow: 0 0 0 4px #ffb0201f;
}

.hero-ctas {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  display: flex;
}

.hero-tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  display: flex;
}

.hero-tag {
  color: var(--muted);
  background: #ffffffdb;
  border: 1px solid #1a1a1a14;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  box-shadow: 0 8px 16px #2418040a;
}

.hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.hero-proof-item {
  background: #ffffffad;
  border: 1px solid #1a1a1a14;
  border-radius: 18px;
  padding: 15px 15px 14px;
}

.hero-proof-item strong {
  margin-bottom: 4px;
  font-size: 24px;
  display: block;
}

.hero-proof-item span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.hero-aside {
  background: radial-gradient(circle at 18% 0, #ffb0201a, #0000 26%), linear-gradient(#ffffffd1, #fff9eff0);
  border-radius: 30px;
  align-content: start;
  gap: 14px;
  padding: 20px;
  display: grid;
}

.portrait {
  aspect-ratio: 4 / 3;
  background: radial-gradient(circle at 50% 14%, #ffffffeb, #ffffff3d 34%, #0000 60%), linear-gradient(#dff1ff 0%, #f7efe3 100%);
  border: 1px solid #ffffffad;
  border-radius: 22px;
  min-height: 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffffb8;
}

.portrait-image {
  object-fit: contain;
  object-position: center center;
}

.hero-bio {
  background: linear-gradient(#fffffff5, #fff8eeeb);
  border: 1px solid #1a1a1a0f;
  border-radius: 22px;
  padding: 18px;
  box-shadow: inset 0 1px #ffffffb8;
}

.hero-bio-head {
  margin-bottom: 14px;
}

.hero-bio-kicker {
  color: #8a5b00;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #ffb02024;
  border: 1px solid #ffb02038;
  border-radius: 999px;
  align-items: center;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.hero-bio h3 {
  margin: 10px 0 4px;
  font-size: 28px;
  line-height: 1.1;
}

.hero-bio-subtitle {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.hero-bio-tags, .hero-bio-principles {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.hero-bio-tags {
  margin-bottom: 12px;
}

.hero-bio-tags li, .hero-bio-principles li {
  background: #ffffffd6;
  border: 1px solid #1a1a1a0f;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: flex;
  box-shadow: 0 8px 18px #24180408;
}

.hero-bio-tags strong, .hero-bio-principles strong {
  color: var(--text);
  letter-spacing: .01em;
  font-size: 15px;
  font-weight: 700;
}

.hero-bio-icon, .hero-bio-mini {
  border-radius: 999px;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff7a;
}

.hero-bio-icon:after, .hero-bio-mini:after {
  content: "";
  background: #ffffffeb;
  border-radius: 999px;
  position: absolute;
  inset: 6px;
}

.hero-bio-tags .tag-orange {
  background: #ffb02024;
  border-color: #ffb02038;
}

.hero-bio-tags .tag-orange .hero-bio-icon, .hero-bio-mini-gold {
  background: linear-gradient(135deg, #ffbf47, #ff9a1f);
}

.hero-bio-tags .tag-blue {
  background: #4dbeff24;
  border-color: #4dbeff38;
}

.hero-bio-tags .tag-blue .hero-bio-icon, .hero-bio-mini-blue {
  background: linear-gradient(135deg, #69d0ff, #349fff);
}

.hero-bio-tags .tag-red {
  background: #ff4d4d1f;
  border-color: #ff4d4d33;
}

.hero-bio-tags .tag-red .hero-bio-icon, .hero-bio-mini-coral {
  background: linear-gradient(135deg, #ff8c7c, #ff5a5a);
}

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

.hero-bio-principles li {
  background: #fffbf5e6;
  padding: 11px 12px;
}

.hero-bio-mini-green {
  background: linear-gradient(135deg, #8dd86d, #52c41a);
}

.hero-bio-principles strong {
  font-size: 14px;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.why-founder {
  box-shadow: var(--shadow-soft);
  background: radial-gradient(circle at 6% 10%, #ffbc4d24, #0000 22%), radial-gradient(circle at 92% 14%, #4dbeff1f, #0000 24%), linear-gradient(#ffffffe6, #fff8eff2);
  border: 1px solid #1a1a1a14;
  border-radius: 28px;
  grid-template-columns: minmax(380px, .94fr) minmax(0, 1.06fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  display: grid;
}

.why-founder-photo {
  border-radius: 24px;
  place-self: stretch stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.why-founder-photo-image {
  object-fit: cover;
  object-position: center 58%;
  padding: 0;
}

.why-founder-copy {
  background: radial-gradient(circle at 14% 14%, #ffbc4d1a, #0000 22%), linear-gradient(#fffffff5, #fff9f1eb);
  border: 1px solid #1a1a1a0f;
  border-radius: 22px;
  align-content: center;
  gap: 12px;
  height: 100%;
  padding: 26px 24px 24px;
  display: grid;
}

.why-founder-kicker {
  color: #8a5b00;
  background: #ffb02024;
  border: 1px solid #ffb0202e;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.why-founder-copy h3 {
  max-width: 13em;
  margin: 0;
  font-size: 30px;
  line-height: 1.18;
}

.why-founder-copy p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.76;
}

.why-founder-points {
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.why-founder-points li {
  color: var(--ink);
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
}

.why-founder-points li:before {
  content: "";
  background: var(--accent-green);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
}

.snippet-shell {
  border-radius: 26px;
  gap: 14px;
  padding: 18px;
  display: grid;
}

.snippet-followup-head {
  justify-items: start;
  gap: 8px;
  max-width: 720px;
  margin-top: 20px;
  display: grid;
}

.snippet-followup-head h3 {
  color: var(--ink);
  margin: 0;
  font-size: 30px;
  line-height: 1.18;
}

.snippet-followup-head p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.snippet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  display: grid;
}

.snippet-card {
  background: linear-gradient(#fffffff0, #fff9f1f0);
  border: 1px solid #1a1a1a14;
  border-radius: 18px;
  gap: 12px;
  padding: 14px;
  display: grid;
  box-shadow: 0 10px 20px #2418040a;
}

.snippet-result-card {
  background: radial-gradient(circle at 6% 8%, #ffbc4d24, #0000 24%), radial-gradient(circle at 92% 12%, #4dbeff1f, #0000 24%), linear-gradient(#fffffff5, #fff9f1f2);
  grid-template-columns: minmax(420px, 1.14fr) minmax(240px, .72fr);
  align-items: stretch;
  gap: 20px;
  width: 100%;
  padding: 18px;
}

.snippet-result-gallery {
  height: 100%;
}

.snippet-result-copy {
  background: radial-gradient(circle at 18% 12%, #ffbc4d1f, #0000 22%), radial-gradient(circle at 88% 16%, #4dbeff1f, #0000 22%), linear-gradient(#fffdf9f5, #fff7ece6);
  border: 1px solid #1a1a1a0f;
  border-radius: 24px;
  align-content: start;
  gap: 16px;
  height: 100%;
  padding: 22px 20px 20px 16px;
  display: grid;
  position: relative;
  box-shadow: inset 0 1px #ffffff8a, 0 14px 26px #2418040a;
}

.snippet-result-copy-head {
  gap: 12px;
  display: grid;
}

.snippet-result-copy-mark {
  background: linear-gradient(90deg, #ffbc40, #ff8b62);
  border-radius: 999px;
  width: 42px;
  height: 6px;
}

.snippet-result-copy h3 {
  max-width: 12em;
  font-size: 26px;
  line-height: 1.16;
}

.snippet-result-copy p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
}

.snippet-result-points {
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.snippet-result-points li {
  color: var(--ink);
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.72;
  position: relative;
}

.snippet-result-points li:before {
  content: "";
  background: var(--primary);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
}

.snippet-speed-toggle {
  margin-top: 14px;
}

.snippet-speed-btn {
  color: #8f5f12;
  cursor: pointer;
  background: linear-gradient(140deg, #fffffff2, #fff8eff5);
  border: 1px solid #ffb0206b;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .16s, box-shadow .18s, color .18s, border-color .18s;
}

.snippet-speed-btn:hover {
  color: #7d5310;
  border-color: #ffb02094;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px #ffb02033;
}

.snippet-speed-btn.is-hd {
  color: #1f5e92;
  background: linear-gradient(135deg, #fffffff0, #eff8fffa);
  border-color: #4dbeff7a;
  box-shadow: 0 8px 18px #4dbeff2e;
}

.snippet-card video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: linear-gradient(140deg, #1f1a14f0, #352c1eeb);
  border: 1px solid #1a1a1a1f;
  border-radius: 12px;
  width: 100%;
}

.snippet-video-shell {
  width: 100%;
  position: relative;
}

.snippet-video-overlay {
  cursor: pointer;
  color: #fff9ee;
  text-align: center;
  background: radial-gradient(circle at 18% 20%, #ffb02047, #0000 42%), radial-gradient(circle at 88% 18%, #4dbeff3d, #0000 36%), linear-gradient(145deg, #15130fd6, #251f18e0);
  border: 1px solid #ffffff38;
  border-radius: 12px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 18px;
  transition: transform .18s, opacity .18s;
  display: grid;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px #ffffff24;
}

.snippet-video-overlay:hover {
  transform: scale(1.01);
}

.snippet-video-overlay-title {
  color: #ffd387;
  letter-spacing: .04em;
  font-size: 14px;
  font-weight: 700;
}

.snippet-video-overlay-text {
  color: #fff9eee0;
  max-width: 28ch;
  font-size: 13px;
  line-height: 1.65;
}

@media (min-width: 901px) {
  .snippet-video-overlay {
    display: none;
  }
}

.snippet-placeholder {
  aspect-ratio: 16 / 9;
  width: 100%;
  color: var(--muted);
  text-align: center;
  background: linear-gradient(140deg, #ffb02024, #4dbeff24), linear-gradient(#ffffffe6, #fff8efeb);
  border: 1px solid #1a1a1a1a;
  border-radius: 12px;
  place-items: center;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  display: grid;
}

.snippet-result-stage {
  background: radial-gradient(circle at 18% 16%, #ffffffb8, #0000 24%), linear-gradient(145deg, #fff8effa, #ffffffeb);
  border: 1px solid #1a1a1a14;
  border-radius: 22px;
  width: 100%;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff6b, 0 14px 30px #2418040f;
}

.snippet-result-toolbar {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
}

.snippet-result-glow {
  background: radial-gradient(circle at 22% 24%, #ffbc4d33, #0000 32%), radial-gradient(circle at 78% 22%, #4dbeff2e, #0000 28%), linear-gradient(#ffffffb8, #fff8efc7);
  border-radius: 22px;
  position: absolute;
  inset: 56px 16px 16px;
}

.snippet-result-main-frame {
  background: #ffffff94;
  border-radius: 24px;
  position: absolute;
  inset: 64px 174px 24px 24px;
  overflow: hidden;
  box-shadow: 0 20px 36px #2418041f, inset 0 0 0 1px #ffffff85;
}

.snippet-result-main-image {
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.snippet-result-count {
  z-index: 1;
  color: #8a5b00;
  background: #ffffffe6;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 16px;
  right: 16px;
  box-shadow: 0 6px 12px #24180414;
}

.snippet-result-stage-tag {
  flex: none;
}

.snippet-result-side-rail {
  align-content: center;
  gap: 16px;
  width: 134px;
  display: grid;
  position: absolute;
  top: 64px;
  bottom: 24px;
  right: 24px;
}

.snippet-result-thumb {
  aspect-ratio: 3 / 4.1;
  background: #ffffffd6;
  border: 1px solid #1a1a1a14;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 28px #2418041a, inset 0 0 0 1px #ffffff85;
}

.snippet-result-thumb.thumb-1 {
  transform: rotate(3deg)translateX(-2px);
}

.snippet-result-thumb.thumb-2 {
  transform: rotate(-4deg)translateX(2px);
}

.snippet-result-thumb-image {
  object-fit: contain;
  object-position: center;
  padding: 12px;
}

.snippet-result-dots {
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding-top: 4px;
  display: flex;
}

.snippet-result-dot {
  background: #1a1a1a24;
  border-radius: 999px;
  width: 18px;
  height: 5px;
  transition: width .18s, background .18s;
}

.snippet-result-dot.active {
  background: var(--primary);
  width: 36px;
}

.snippet-kicker {
  width: fit-content;
  color: var(--muted);
  background: #ffffffe6;
  border: 1px solid #1a1a1a14;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  font-size: 11px;
  display: inline-flex;
}

.snippet-kicker:before {
  content: "";
  background: linear-gradient(135deg, #ffbc40, coral);
  border-radius: 999px;
  flex: none;
  width: 7px;
  height: 7px;
}

.snippet-card h3 {
  font-size: 20px;
  line-height: 1.25;
}

.snippet-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.card {
  background: linear-gradient(#ffffffe6, #fff9f1eb);
  border-radius: 22px;
  min-height: 224px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.card:before {
  content: "";
  opacity: .22;
  border-radius: 999px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -56px;
  right: -50px;
}

.card.orange:before {
  background: var(--primary);
}

.card.blue:before {
  background: var(--accent-blue);
}

.card.red:before {
  background: var(--accent-red);
}

.card.green:before {
  background: var(--accent-green);
}

.card strong {
  background: #ffffffbf;
  border: 1px solid #1a1a1a1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  font-size: 19px;
  display: inline-flex;
}

.card h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.76;
}

.course-shell {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(#ffffffdb, #fff9f1eb);
  border-radius: 26px;
  padding: 20px;
}

.tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.tab-btn {
  color: var(--muted);
  cursor: pointer;
  background: #ffffffe0;
  border: 1px solid #1a1a1a1a;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  transition: all .16s;
  box-shadow: 0 8px 16px #24180408;
}

.tab-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 10px 20px #ffb0204d;
}

.tab-panel {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: none;
}

.tab-panel.active {
  display: grid;
}

.course-info, .course-list {
  background: linear-gradient(#fffffff2, #fff9f1f0);
  border: 1px solid #1a1a1a14;
  border-radius: 18px;
  padding: 18px;
}

.course-info h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.course-info p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.course-list ul {
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.course-list li {
  color: var(--ink);
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.65;
  position: relative;
}

.course-list li:before {
  content: "";
  background: var(--primary);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
}

.timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.timeline-step {
  background: linear-gradient(#ffffffeb, #fffaf3e6);
  border-radius: 22px;
  padding: 22px;
  position: relative;
}

.timeline-step:after {
  content: "";
  background: linear-gradient(90deg, #ffb020cc, #4dbeff99);
  border-radius: 999px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
}

.step-no {
  color: #fff;
  background: linear-gradient(135deg, #1e1a15, #3b3020);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.timeline-step h3 {
  margin-bottom: 8px;
  font-size: 23px;
}

.timeline-step p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.works-grid {
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  display: grid;
}

.work-card {
  min-height: 230px;
  box-shadow: var(--shadow-soft);
  background: linear-gradient(165deg, #ffffffbd, #ffffff1f), linear-gradient(135deg, #ffb0203d, #4dbeff33);
  border-radius: 24px;
  align-items: flex-end;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-card.large {
  background: linear-gradient(165deg, #ffffffb3, #ffffff1a), linear-gradient(130deg, #ffb0204d, #ff4d4d33, #4dbeff36);
  min-height: 476px;
}

.work-card:before {
  content: none;
}

.work-meta {
  color: #fff;
  z-index: 1;
  background: #1a1a1abd;
  border-radius: 14px;
  max-width: 88%;
  padding: 12px 13px;
  font-size: 13px;
  line-height: 1.58;
  position: relative;
}

.works-side {
  gap: 14px;
  display: grid;
}

.plans {
  grid-template-columns: .92fr 1.08fr 1fr;
  align-items: stretch;
  gap: 14px;
  display: grid;
}

.plan-card {
  background: linear-gradient(#fffffff0, #fff9f1eb);
  border-radius: 24px;
  flex-direction: column;
  padding: 22px;
  display: flex;
}

.plan-card h3 {
  margin-bottom: 8px;
  font-size: 27px;
}

.plan-price {
  align-items: end;
  gap: 9px;
  margin-bottom: 8px;
  display: flex;
}

.plan-price strong {
  font-family: Source Han Serif SC, Noto Serif SC, Songti SC, serif;
  font-size: 50px;
  line-height: 1;
}

.plan-price span {
  color: var(--muted);
  padding-bottom: 7px;
  font-size: 14px;
}

.plan-card p {
  color: var(--muted);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.76;
}

.plan-card ul {
  flex: 1;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.plan-card li {
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.62;
  position: relative;
}

.plan-card li:before {
  content: "";
  background: var(--primary);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
}

.plan-card.featured {
  color: #fff;
  box-shadow: var(--shadow);
  background: linear-gradient(#1f1a14 0%, #2b241b 100%);
  transform: translateY(-8px);
}

.plan-card.featured p, .plan-card.featured .plan-price span {
  color: #ffffffc7;
}

.plan-card.featured li:before {
  background: #ffd88a;
}

.plan-badge {
  color: #8a5b00;
  background: #ffb0201f;
  border: 1px solid #ffb0203d;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: inset 0 1px #ffffff85;
}

.plan-card.featured .plan-badge {
  color: #ffd88a;
  background: #ffd88a2e;
  border-color: #ffd88a4d;
}

.plan-action {
  margin-top: 16px;
}

.plan-action .btn {
  width: 100%;
}

.review-shell {
  background: radial-gradient(circle at 4% 6%, #ffbc4d1f, #0000 22%), radial-gradient(circle at 100% 0, #4dbeff1f, #0000 26%), linear-gradient(#ffffffe6, #fff9f1f2);
  border-radius: 28px;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, .84fr);
  align-items: stretch;
  gap: 18px;
  padding: 18px;
  display: grid;
}

.review-shell-inline {
  margin-top: 14px;
}

.review-visual {
  gap: 14px;
  min-width: 0;
  display: grid;
}

.review-visual-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 2px 4px 0;
  display: flex;
}

.review-visual-tag {
  flex: none;
}

.review-visual-count {
  letter-spacing: .08em;
  color: #8a5b00;
  flex: none;
  font-size: 12px;
  font-weight: 700;
}

.review-stage {
  background: radial-gradient(circle at 18% 18%, #ffffffb3, #0000 24%), radial-gradient(circle at 82% 20%, #4dbeff24, #0000 24%), linear-gradient(145deg, #fff8effa, #ffffffeb);
  border-radius: 24px;
  min-height: 560px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 30px #2418040f;
}

.review-stage-glow {
  background: radial-gradient(circle at 20% 24%, #ffbc4d2e, #0000 30%), radial-gradient(circle at 74% 18%, #4dbeff2e, #0000 26%), linear-gradient(#ffffffbd, #fff8efc7);
  border-radius: 20px;
  position: absolute;
  inset: 18px;
}

.review-shot {
  z-index: 2;
  filter: drop-shadow(0 24px 30px #24180424);
  width: min(100%, 380px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.review-screenshot {
  object-fit: contain;
  object-position: center top;
  background: none;
}

.review-fallback {
  background: linear-gradient(#f1f8ecfa, #f8fbf4fa);
  align-content: start;
  gap: 12px;
  height: 100%;
  padding: 18px 16px;
  display: grid;
}

.review-fallback-head {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.review-fallback-topic {
  color: #666;
  background: #1a1a1a0f;
  border-radius: 999px;
  justify-self: center;
  padding: 5px 10px;
  font-size: 11px;
}

.review-fallback-thread {
  gap: 10px;
  display: grid;
}

.review-fallback-bubble {
  max-width: 88%;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.68;
  box-shadow: 0 8px 16px #2418040f;
}

.review-fallback-bubble.bubble-left {
  color: var(--ink);
  background: #fffffff5;
  border-radius: 16px 16px 16px 6px;
  justify-self: start;
}

.review-fallback-bubble.bubble-right {
  color: #173000;
  background: #95ec69;
  border-radius: 16px 16px 6px;
  justify-self: end;
}

.review-fallback-compact {
  gap: 8px;
  padding: 12px 10px;
}

.review-fallback-compact .review-fallback-head {
  font-size: 11px;
}

.review-fallback-compact .review-fallback-topic {
  display: none;
}

.review-fallback-compact .review-fallback-bubble {
  max-width: 92%;
  padding: 6px 8px;
  font-size: 10px;
  line-height: 1.5;
}

.review-summary {
  background: radial-gradient(circle at 16% 12%, #ffbc4d1a, #0000 24%), radial-gradient(circle at 86% 12%, #4dbeff1a, #0000 22%), linear-gradient(#fffdf9f5, #fff7ece6);
  border: 1px solid #1a1a1a14;
  border-radius: 24px;
  align-content: start;
  gap: 16px;
  min-height: 680px;
  padding: 24px 22px 22px;
  display: grid;
  position: relative;
  box-shadow: inset 0 1px #ffffff8a, 0 14px 26px #2418040a;
}

.review-summary-mark {
  background: linear-gradient(90deg, #ffbc40, #ff8b62);
  border-radius: 999px;
  width: 44px;
  height: 7px;
}

.review-summary-top {
  gap: 10px;
  display: grid;
}

.review-topic {
  color: #8a5b00;
  background: #ffffffeb;
  border: 1px solid #ffb02029;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.review-person {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.review-person span {
  color: var(--muted);
  margin-left: 6px;
  font-size: 13px;
  font-weight: 400;
}

.review-summary h3 {
  max-width: 12em;
  margin: 0;
  font-size: 29px;
  line-height: 1.18;
}

.review-text {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.88;
}

.review-points {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.review-points li {
  color: var(--ink);
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.72;
  position: relative;
}

.review-points li:before {
  content: "";
  background: var(--primary);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
}

.faq-list {
  gap: 10px;
  display: grid;
}

.faq-item {
  background: linear-gradient(#ffffffeb, #fff9f2eb);
  border-radius: 18px;
  overflow: hidden;
}

.faq-q {
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: var(--ink);
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.faq-q span:last-child {
  color: var(--primary-dark);
  font-size: 20px;
  transition: transform .16s;
}

.faq-item.open .faq-q span:last-child {
  transform: rotate(45deg);
}

.faq-a {
  border-top: 1px solid #1a1a1a0f;
  max-height: 0;
  padding: 0 18px;
  transition: max-height .22s;
  overflow: hidden;
}

.faq-a p {
  color: var(--muted);
  padding: 14px 0 16px;
  font-size: 14px;
  line-height: 1.76;
}

.lead-shell {
  background: radial-gradient(circle at 0 0, #ffb0201f, #0000 24%), linear-gradient(#ffffffdb, #fff8eef0);
  border-radius: 30px;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .78fr);
  align-items: stretch;
  gap: 22px;
  padding: 24px;
  display: grid;
}

.lead-copy {
  max-width: none;
}

.lead-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4.2vw, 52px);
}

.lead-copy p {
  color: var(--muted);
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.8;
}

.lead-note {
  color: var(--muted);
  border-top: 1px solid #1a1a1a14;
  margin-top: 14px;
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.75;
}

.lead-points {
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.lead-points li {
  color: var(--ink);
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.62;
  position: relative;
}

.lead-points li:before {
  content: "";
  background: var(--accent-green);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
}

.contact-card {
  background: radial-gradient(circle at 50% 0, #ffb02024, #0000 34%), linear-gradient(#fffffffa, #fffaf3f5);
  border: 1px solid #1a1a1a14;
  border-radius: 24px;
  place-items: center;
  width: 100%;
  min-height: 100%;
  padding: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 34px #2418040f;
}

.contact-card:before, .contact-card:after {
  content: "";
  pointer-events: none;
  border-radius: 999px;
  position: absolute;
}

.contact-card:before {
  background: radial-gradient(circle, #4dbeff24, #0000 70%);
  width: 180px;
  height: 180px;
  top: -72px;
  right: -54px;
}

.contact-card:after {
  background: radial-gradient(circle, #ffb02029, #0000 72%);
  width: 140px;
  height: 140px;
  bottom: -46px;
  left: -40px;
}

.contact-layout {
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.contact-qr {
  aspect-ratio: 1;
  z-index: 1;
  background: linear-gradient(135deg, #fffffff5, #fff6e8e6);
  border: 1px solid #1a1a1a14;
  border-radius: 22px;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffffb8, 0 16px 28px #24180414;
}

.contact-qr:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(#ffffffeb, #fffcf7e6);
  border-radius: 16px;
  position: absolute;
  inset: 4px;
  box-shadow: inset 0 0 0 1px #1a1a1a0d;
}

.contact-qr-image {
  object-fit: cover;
  object-position: center 46%;
  z-index: 1;
  padding: 0;
}

.field label {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.field input, .field select {
  width: 100%;
  height: 44px;
  font: inherit;
  color: var(--ink);
  background: #fffffff0;
  border: 1px solid #1a1a1a1a;
  border-radius: 12px;
  padding: 0 12px;
  box-shadow: inset 0 1px #fff9;
}

.field input:focus, .field select:focus {
  border-color: #ffb0208f;
  outline: none;
  box-shadow: 0 0 0 4px #ffb0201f;
}

.privacy {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.62;
}

.footer {
  padding: 24px 0 28px;
  position: relative;
}

.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 14px;
  display: grid;
}

.footer-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.footer-links {
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-size: 13px;
  display: flex;
}

.footer-links a {
  position: relative;
}

.footer-links a:after {
  content: "";
  transform-origin: 0;
  background: #ffb02099;
  height: 1px;
  transition: transform .16s;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.footer-links a:hover:after {
  transform: scaleX(1);
}

.mobile-sticky {
  z-index: 45;
  box-shadow: var(--shadow);
  background: #fffffff2;
  border: 1px solid #1a1a1a1a;
  border-radius: 14px;
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.mobile-sticky .btn {
  width: 100%;
  height: 46px;
  font-size: 14px;
}

.desktop-float-card {
  z-index: 42;
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 14%, #ffc45e57, #0000 36%), radial-gradient(circle at 78% 20%, #84ccff2e, #0000 34%), linear-gradient(#fffdf8fa, #fff8eef5);
  border: 1px solid #1a1a1a14;
  border-radius: 28px 0 0 28px;
  gap: 14px;
  width: 256px;
  padding: 14px 14px 14px 16px;
  transition: opacity .22s, transform .28s, box-shadow .2s;
  animation: 4.2s ease-in-out infinite floatCard;
  display: grid;
  position: fixed;
  top: 52%;
  right: 0;
  transform: translate3d(120px, -50%, 0);
  box-shadow: 0 22px 46px #ffb02029, 0 10px 22px #1a1a1a0d;
}

.desktop-float-card.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(138px, -50%, 0);
}

.desktop-float-card.expanded, .desktop-float-card.visible:hover, .desktop-float-card.visible:focus-within {
  transform: translate3d(0, -50%, 0);
}

.desktop-float-card:hover {
  box-shadow: 0 28px 52px #ffb02033, 0 12px 26px #1a1a1a12;
}

.desktop-float-card-head {
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 12px;
  display: grid;
}

.desktop-float-avatar {
  background: #fffffff5;
  border-radius: 999px;
  width: 62px;
  height: 62px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #1a1a1a0f, 0 12px 20px #ffb0201f;
}

.desktop-float-avatar-image {
  object-fit: cover;
  object-position: 54% 18%;
}

.desktop-float-copy {
  gap: 3px;
  display: grid;
}

.desktop-float-kicker {
  color: #ba7800;
  letter-spacing: .04em;
  background: #ffb02024;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.desktop-float-copy strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
}

.desktop-float-copy p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.desktop-float-card .btn {
  white-space: nowrap;
  width: 100%;
  height: 44px;
  padding-inline: 18px;
  font-size: 14px;
  box-shadow: 0 10px 18px #ffb02033;
}

@keyframes floatCard {
  0%, 100% {
    margin-top: 0;
  }

  50% {
    margin-top: -6px;
  }
}

@media (max-width: 1080px) {
  .desktop-float-card {
    display: none;
  }

  .section-head h2 {
    white-space: normal;
  }

  .section-head p {
    white-space: normal;
    font-size: 16px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-qr {
    max-width: 320px;
  }

  .hero-grid, .works-grid, .review-shell, .why-founder, .lead-shell, .tab-panel, .snippet-grid, .snippet-result-card {
    grid-template-columns: 1fr;
  }

  .snippet-result-stage {
    min-height: 460px;
  }

  .snippet-result-main-frame {
    right: 122px;
  }

  .snippet-result-side-rail {
    width: 92px;
  }

  .review-stage, .review-summary {
    min-height: auto;
  }

  .review-stage {
    min-height: 520px;
  }

  .review-shot {
    width: min(100%, 320px);
  }

  .plans {
    grid-template-columns: 1fr;
  }

  .plan-card.featured {
    transform: none;
  }

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

@media (max-width: 760px) {
  :root {
    --header-h: 64px;
  }

  body {
    padding-bottom: 86px;
  }

  .section {
    padding: 30px 0;
  }

  .header-shell {
    min-height: var(--header-h);
  }

  .brand-logo {
    height: 58px;
  }

  .brand-copy span {
    font-size: 13px;
  }

  .nav, .header-shell > .btn {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    position: relative;
  }

  .hero-main, .hero-aside, .snippet-shell, .course-shell, .review-shell, .why-founder, .lead-shell {
    border-radius: 22px;
  }

  .hero-main {
    padding: 24px;
  }

  .hero-aside {
    padding: 14px;
  }

  .hero-main h1 {
    max-width: none;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-bio-principles, .hero-proof, .why-grid, .timeline, .footer-grid {
    grid-template-columns: 1fr;
  }

  .why-founder {
    padding: 16px;
  }

  .why-founder-photo {
    aspect-ratio: 2940 / 1648;
    height: auto;
    min-height: auto;
  }

  .why-founder-copy {
    padding: 20px 18px;
  }

  .why-founder-copy h3 {
    font-size: 28px;
  }

  .review-visual-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-stage {
    min-height: 460px;
    padding: 18px;
  }

  .review-shot {
    width: min(100%, 290px);
  }

  .review-summary {
    padding: 22px 18px 18px;
  }

  .review-summary h3 {
    font-size: 24px;
  }

  .mobile-sticky {
    display: block;
  }

  .desktop-float-card {
    display: none;
  }
}

:root {
  --background: #fffbf2;
  --foreground: #1a1a1a;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  font-family: PingFang SC, Source Han Sans CN, Noto Sans SC, system-ui, sans-serif;
}

.fade-up {
  opacity: 0;
  transition: opacity .4s ease-out, transform .4s ease-out;
  transform: translateY(20px);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

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

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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