
:root {
  --navy-950: #071522;
  --navy-900: #0a1d2e;
  --navy-800: #102b43;
  --navy-700: #173b59;
  --gold-500: #cda85c;
  --gold-400: #e0c17a;
  --gold-300: #efdaa5;
  --ivory: #f7f2e8;
  --paper: #fffdf9;
  --ink: #182433;
  --muted: #627080;
  --line: #dce2e8;
  --line-green: #06c755;
  --line-dark: #04a847;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #eef1f4;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgb(205 168 92 / 9%), transparent 25%),
    linear-gradient(180deg, #f3f5f6 0%, #e9edf1 100%);
  font-family:
    Arial, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible {
  outline: 3px solid rgb(6 199 85 / 32%);
  outline-offset: 3px;
}

.page-canvas {
  min-height: 100vh;
  padding-bottom: 90px;
}

.landing-page {
  width: min(100%, 660px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 50px rgb(5 20 35 / 13%);
}

.hero-section {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}

.hero-photo {
  position: absolute;
  inset: -8px;
  background-image: url("./lai-hero.webp");
  background-position: 58% center;
  background-size: cover;
  filter: blur(1.2px) saturate(0.86);
  transform: scale(1.025);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(5 17 29 / 98%) 0%,
      rgb(6 20 34 / 89%) 36%,
      rgb(7 24 41 / 32%) 73%,
      rgb(5 16 27 / 55%) 100%
    ),
    linear-gradient(
      180deg,
      rgb(5 16 27 / 22%) 0%,
      rgb(5 17 29 / 18%) 52%,
      rgb(5 17 29 / 94%) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 820px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 34px 38px;
}

.brand-lockup {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
  padding: 8px 15px 8px 9px;
  border: 1px solid rgb(224 193 122 / 38%);
  border-radius: 999px;
  background: rgb(7 21 34 / 64%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 8%),
    0 12px 32px rgb(0 0 0 / 16%);
  backdrop-filter: blur(12px);
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  color: var(--navy-950);
  background: linear-gradient(145deg, #f0dda9, #b98b3e);
  box-shadow: 0 0 18px rgb(224 193 122 / 24%);
  font-family: "Noto Serif TC", Georgia, serif;
  font-size: 20px;
  font-weight: 900;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  color: #fff;
  font-family: "Noto Serif TC", Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.14em;
}

.brand-copy span {
  margin-top: 4px;
  color: var(--gold-300);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 64px;
  color: var(--gold-300);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.kicker-line {
  width: 24px;
  height: 1px;
  background: var(--gold-500);
}

.hero-section h1 {
  max-width: 545px;
  margin: 15px 0 18px;
  font-family: "Noto Serif TC", "Songti TC", Georgia, serif;
  font-size: clamp(39px, 7.4vw, 58px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.035em;
  text-shadow: 0 3px 16px rgb(0 0 0 / 28%);
}

.hero-section h1 em {
  display: block;
  width: fit-content;
  margin-top: 12px;
  padding: 7px 13px;
  border: 1px solid rgb(224 193 122 / 54%);
  border-radius: 4px;
  color: var(--gold-300);
  background: rgb(7 21 34 / 58%);
  font-family: Arial, "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hero-description {
  max-width: 570px;
  margin: 0;
  color: rgb(255 255 255 / 86%);
  font-size: 15px;
  line-height: 1.85;
  text-shadow: 0 2px 6px rgb(0 0 0 / 35%);
}

.gold-credentials {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 18px;
  margin: 28px 0;
  padding: 14px 19px;
  border-top: 1px solid rgb(224 193 122 / 42%);
  border-bottom: 1px solid rgb(224 193 122 / 42%);
  color: #fff;
  background: linear-gradient(
    90deg,
    rgb(180 136 56 / 13%),
    rgb(7 21 34 / 44%),
    transparent
  );
  font-family: "Noto Serif TC", Georgia, serif;
  font-size: 16px;
  font-weight: 800;
}

.gold-credentials span {
  display: flex;
  flex-direction: column;
}

.gold-credentials small {
  margin-bottom: 4px;
  color: var(--gold-400);
  font-family: Arial, "Noto Sans TC", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.gold-credentials i {
  width: 1px;
  height: 32px;
  background: rgb(224 193 122 / 36%);
}

.line-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--line-green), var(--line-dark));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 26%),
    0 14px 30px rgb(5 183 75 / 26%);
  font-weight: 900;
  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease;
  cursor: pointer;
}

.line-button:hover {
  filter: brightness(1.035);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 26%),
    0 18px 38px rgb(5 183 75 / 32%);
}

.line-button:active {
  transform: translateY(1px) scale(0.997);
}

.line-bubble {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--line-dark);
  background: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.line-button b {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.hero-button {
  max-width: 565px;
  min-height: 70px;
  padding: 11px 16px;
  font-size: 18px;
}

.hero-button > span:nth-child(2) {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
}

.hero-button small {
  margin-top: 4px;
  color: rgb(255 255 255 / 79%);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 17px;
  color: rgb(255 255 255 / 58%);
  font-size: 10px;
}

.hero-feedback-panel {
  max-width: 565px;
  margin-top: 15px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 5%)),
    rgb(5 17 29 / 52%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 8%),
    0 14px 34px rgb(0 0 0 / 18%);
  backdrop-filter: blur(15px);
  animation: commentsIn 420ms ease both;
  touch-action: pan-y;
}

.hero-feedback-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  color: rgb(255 255 255 / 78%);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-feedback-head span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-feedback-head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #33d675;
  box-shadow: 0 0 0 5px rgb(51 214 117 / 11%);
  animation: livePulse 1.8s ease-in-out infinite;
}

.hero-feedback-head small {
  color: var(--gold-300);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-feedback-grid {
  display: block;
  min-width: 0;
}

.hero-comment-card + .hero-comment-card {
  margin-top: 8px;
}

.hero-comment-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 12px;
  background: rgb(255 255 255 / 7%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
}

.hero-comment-card .comment-avatar {
  width: 34px;
  height: 34px;
  border-width: 1px;
  font-size: 12px;
}

.hero-comment-card:nth-child(2) .comment-avatar {
  background: linear-gradient(145deg, #c49a51, #8d672a);
}

.hero-comment-card .comment-meta strong {
  color: #fff;
  font-size: 11px;
}

.hero-comment-card .comment-meta time {
  color: rgb(255 255 255 / 50%);
  font-size: 8px;
}

.hero-comment-card .comment-body p {
  margin: 6px 0 8px;
  color: rgb(255 255 255 / 72%);
  font-size: 10px;
  line-height: 1.65;
}

.hero-comment-card .comment-actions {
  padding-top: 7px;
  border-top-color: rgb(255 255 255 / 9%);
  color: rgb(255 255 255 / 42%);
  font-size: 8px;
}

.hero-comment-card .comment-like-button {
  color: var(--gold-300);
}

.section {
  padding: 54px 34px;
}

.section-eyebrow {
  margin-bottom: 8px;
  color: #a77a32;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.section h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: "Noto Serif TC", "Songti TC", Georgia, serif;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

.section-lead {
  margin: 11px 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.content-section {
  background:
    linear-gradient(180deg, rgb(247 242 232 / 32%), transparent 25%),
    var(--paper);
}

.content-list {
  display: grid;
  gap: 13px;
}

.content-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 15px;
  padding: 17px 18px;
  border: 1px solid #e5e0d6;
  border-radius: 14px;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 8px 22px rgb(20 37 52 / 5%);
}

.content-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgb(205 168 92 / 55%);
  border-radius: 10px;
  color: #9a6e2a;
  background: linear-gradient(145deg, #fffaf0, #f1e4c8);
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 900;
}

.content-item strong {
  color: var(--navy-900);
  font-size: 14px;
}

.content-item p {
  margin: 5px 0 0;
  color: #596878;
  font-size: 13px;
  line-height: 1.65;
}

.editorial-image {
  position: relative;
  height: 370px;
  margin: 26px 0 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy-900);
  box-shadow: 0 18px 36px rgb(10 29 46 / 17%);
}

.editorial-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgb(7 21 34 / 86%) 100%
  );
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.editorial-image figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 21px;
  left: 22px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.editorial-image figcaption span {
  color: var(--gold-300);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.editorial-image figcaption strong {
  margin-top: 4px;
  font-family: "Noto Serif TC", Georgia, serif;
  font-size: 19px;
}

.editorial-copy {
  margin: 20px 0 0;
  color: #526170;
  font-size: 14px;
  line-height: 1.85;
}

.pain-section {
  background: #f4f6f7;
}

.pain-list {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

.pain-list article {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid #dce3e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 20px rgb(13 37 56 / 4%);
}

.pain-list article > span {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #9a6d26;
  background: #f4e8cd;
  font-family: Georgia, serif;
  font-size: 20px;
}

.pain-list strong {
  color: var(--navy-900);
  font-size: 14px;
}

.pain-list p {
  margin: 4px 0 0;
  color: #657383;
  font-size: 12px;
}

.gold-quote {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px;
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgb(205 168 92 / 42%);
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgb(205 168 92 / 17%), transparent 45%),
    var(--navy-900);
  box-shadow: 0 16px 34px rgb(8 28 45 / 14%);
}

.gold-quote > div {
  color: var(--gold-400);
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 0.8;
}

.gold-quote p {
  margin: 0;
  font-family: "Noto Serif TC", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.gold-quote span {
  display: block;
  margin-top: 10px;
  color: rgb(255 255 255 / 67%);
  font-family: Arial, "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.section-line-button {
  min-height: 62px;
  padding: 10px 15px;
  font-size: 15px;
}

.profile-section {
  padding-top: 0;
  background: #f4f6f7;
}

.profile-card {
  padding: 27px;
  border: 1px solid rgb(205 168 92 / 35%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0%, rgb(205 168 92 / 12%), transparent 25%),
    var(--paper);
  box-shadow: 0 20px 44px rgb(13 37 56 / 10%);
}

.profile-head {
  display: flex;
  align-items: center;
  gap: 17px;
}

.profile-head img {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  border: 3px solid var(--gold-400);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgb(10 29 46 / 16%);
}

.profile-label {
  color: #a57831;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.profile-head h2 {
  margin-top: 3px;
  font-size: 27px;
}

.profile-head p {
  margin: 4px 0 3px;
  color: #3e5061;
  font-size: 11px;
  font-weight: 700;
}

.profile-head span {
  color: #7a6850;
  font-size: 10px;
}

.profile-bio {
  margin: 22px 0 0;
  color: #516171;
  font-size: 13px;
  line-height: 1.85;
}

.profile-reader-proof {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgb(205 168 92 / 48%);
  border-radius: 12px;
  background:
    linear-gradient(110deg, rgb(205 168 92 / 16%), rgb(255 255 255 / 82%)),
    #fffaf0;
  box-shadow: 0 8px 22px rgb(140 99 38 / 8%);
}

.profile-reader-proof > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #cba55d, #9a6b25);
  font-size: 14px;
  font-weight: 900;
}

.profile-reader-proof p {
  margin: 0;
  color: #66553e;
  font-size: 11px;
  line-height: 1.5;
}

.profile-reader-proof strong {
  display: block;
  color: var(--navy-900);
  font-size: 14px;
}

.profile-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.profile-tags span {
  display: block;
  padding: 9px 5px;
  border: 1px solid rgb(205 168 92 / 43%);
  border-radius: 8px;
  color: #8a6429;
  background: #fff9ec;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.comments-section {
  background: var(--paper);
}

.comments-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.live-dot {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #23844a;
  background: #e7f8ed;
  font-size: 10px;
  font-weight: 800;
}

.live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #24b65d;
  box-shadow: 0 0 0 5px rgb(36 182 93 / 10%);
  animation: livePulse 1.8s ease-in-out infinite;
}

.comments-stage {
  display: grid;
  gap: 10px;
  min-height: 270px;
  margin-top: 20px;
  animation: commentsIn 420ms ease both;
}

.comment-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 11px;
  padding: 15px 16px;
  border: 1px solid #e0e5e9;
  border-radius: 16px;
  background: #f8fafb;
  box-shadow: 0 8px 22px rgb(14 36 54 / 5%);
}

.comment-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #31516d, #132d43);
  box-shadow: 0 4px 12px rgb(14 36 54 / 18%);
  font-size: 14px;
  font-weight: 900;
}

.comment-card:nth-child(2) .comment-avatar {
  background: linear-gradient(145deg, #c49a51, #8d672a);
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 7px;
}

.comment-meta strong {
  color: var(--navy-900);
  font-size: 13px;
}

.comment-meta time {
  margin-left: auto;
  color: #8b96a0;
  font-size: 9px;
}

.comment-body p {
  margin: 7px 0 10px;
  color: #475665;
  font-size: 12px;
  line-height: 1.65;
}

.comment-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 9px;
  border-top: 1px solid #e5eaee;
  color: #7d8995;
  font-size: 9px;
}

.comment-like-button {
  display: inline-flex;
  min-width: 58px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #dce4e9;
  border-radius: 999px;
  color: #667585;
  background: #fff;
  box-shadow: 0 3px 8px rgb(14 36 54 / 5%);
  cursor: pointer;
  touch-action: manipulation;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.comment-like-button:hover {
  border-color: #c8a55e;
  transform: translateY(-1px);
}

.comment-like-button:focus-visible {
  outline: 3px solid rgb(67 177 97 / 24%);
  outline-offset: 2px;
}

.comment-like-button.is-liked {
  border-color: #2f9654;
  color: #176f38;
  background: #e9f8ee;
}

.comment-like-button b {
  color: inherit;
  font-size: 10px;
  font-weight: 800;
}

.comment-compose {
  margin-top: 14px;
  border: 1px solid #dde4e8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 26px rgb(14 36 54 / 6%);
  overflow: hidden;
}

.comment-compose-trigger {
  display: grid;
  width: 100%;
  grid-template-columns: 36px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border: 0;
  color: var(--navy-900);
  background: transparent;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}

.comment-compose-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #b99147, #876225);
  font-size: 16px;
}

.comment-compose-trigger strong,
.comment-compose-trigger small {
  display: block;
}

.comment-compose-trigger strong {
  font-size: 12px;
}

.comment-compose-trigger small {
  margin-top: 3px;
  color: #7d8995;
  font-size: 9px;
}

.comment-compose-trigger b {
  color: #9b783c;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transition: transform 180ms ease;
}

.comment-compose-trigger.is-open b {
  transform: rotate(45deg);
}

.comment-form {
  padding: 0 16px 16px;
  border-top: 1px solid #edf0f2;
}

.comment-form[hidden] {
  display: none;
}

.comment-form label {
  display: block;
  margin-top: 13px;
}

.comment-form label > span {
  display: block;
  margin-bottom: 6px;
  color: #5f6f7e;
  font-size: 9px;
  font-weight: 800;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid #dce3e8;
  border-radius: 11px;
  color: var(--navy-900);
  background: #f9fbfc;
  font: inherit;
  font-size: 12px;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.comment-form input {
  height: 42px;
  padding: 0 12px;
}

.comment-form textarea {
  min-height: 96px;
  padding: 11px 12px;
  line-height: 1.6;
  resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #b8944d;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(184 148 77 / 12%);
}

.comment-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.comment-form-footer > span {
  color: #929da7;
  font-size: 9px;
}

.comment-form-footer button {
  min-width: 92px;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #b99147, #8a6429);
  box-shadow: 0 7px 16px rgb(138 100 41 / 18%);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
}

.comment-form-status {
  min-height: 16px;
  margin: 8px 0 0;
  color: #27844a;
  font-size: 9px;
}

.comment-form-status.is-error {
  color: #b34a3b;
}

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

.comment-compose {
  padding: 9px;
  border-color: #d9e1e8;
  border-radius: 24px;
  background: #fff;
}

.comment-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.comment-inline-form textarea {
  width: 100%;
  min-height: 48px;
  max-height: 112px;
  padding: 13px 10px 10px 14px;
  overflow-y: auto;
  border: 0;
  color: var(--navy-900);
  background: transparent;
  font: inherit;
  font-size: 12px;
  line-height: 1.55;
  outline: none;
  resize: none;
}

.comment-inline-form textarea::placeholder {
  color: #82909d;
}

.comment-inline-form button {
  min-width: 92px;
  min-height: 48px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, #17366f, #0b285e);
  box-shadow: 0 8px 18px rgb(12 40 91 / 18%);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  touch-action: manipulation;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.comment-inline-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgb(12 40 91 / 24%);
}

.comment-inline-form button:focus-visible,
.comment-inline-form textarea:focus-visible {
  outline: 3px solid rgb(23 54 111 / 18%);
  outline-offset: 2px;
}

.comment-compose-meta {
  display: flex;
  min-height: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px 0 14px;
}

.comment-compose-meta > span {
  color: #99a4ae;
  font-size: 8px;
}

.comment-compose-meta .comment-form-status {
  min-height: 0;
  margin: 0;
  text-align: right;
}

.final-section {
  padding-bottom: 86px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 10%, rgb(224 193 122 / 16%), transparent 32%),
    var(--navy-950);
}

.final-badge {
  display: inline-block;
  padding: 6px 11px;
  border: 1px solid rgb(224 193 122 / 36%);
  border-radius: 999px;
  color: var(--gold-300);
  background: rgb(255 255 255 / 4%);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.final-section h2 {
  margin-top: 19px;
  color: #fff;
  font-size: 35px;
}

.final-section p {
  margin: 12px 0 22px;
  color: rgb(255 255 255 / 65%);
  font-size: 13px;
}

.final-button {
  min-height: 64px;
  padding: 10px 16px;
}

.final-section > small {
  display: block;
  margin-top: 20px;
  color: rgb(255 255 255 / 37%);
  font-size: 8px;
  line-height: 1.7;
}

.desktop-live-panel {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 20px;
  display: grid;
  width: 175px;
  overflow: hidden;
  border: 1px solid rgb(224 193 122 / 38%);
  border-radius: 18px;
  background: var(--navy-950);
  box-shadow: 0 18px 40px rgb(6 21 35 / 24%);
  transform: translateY(-50%);
}

.desktop-live-panel > div {
  padding: 16px;
  text-align: center;
}

.desktop-live-number {
  border-bottom: 1px solid rgb(224 193 122 / 18%);
}

.desktop-live-panel span,
.desktop-live-panel small {
  display: block;
  color: rgb(255 255 255 / 55%);
  font-size: 9px;
}

.desktop-live-panel strong {
  display: block;
  margin: 5px 0;
  color: var(--gold-300);
  font-family: Georgia, serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.desktop-live-time strong {
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 21px;
}

.mobile-live-bar {
  display: none;
}

.bottom-line-button {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--line-green), var(--line-dark));
  box-shadow: 0 -8px 28px rgb(6 21 35 / 22%);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.bottom-line-button .line-bubble {
  width: 36px;
  height: 36px;
}

.bottom-line-button b {
  font-size: 24px;
}

.modal-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgb(3 14 24 / 72%);
  backdrop-filter: blur(8px);
  animation: overlayIn 260ms ease both;
}

.modal-overlay[hidden],
.modal-overlay.is-hidden {
  display: none !important;
}

.line-modal {
  position: relative;
  width: min(100%, 420px);
  padding: 31px 26px 26px;
  overflow: hidden;
  border: 1px solid rgb(224 193 122 / 52%);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgb(224 193 122 / 22%), transparent 35%),
    linear-gradient(145deg, #112d45, #071522 70%);
  box-shadow: 0 28px 80px rgb(0 0 0 / 46%);
  text-align: center;
  animation: modalUp 380ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 50%;
  color: rgb(255 255 255 / 70%);
  background: rgb(255 255 255 / 7%);
  font-size: 22px;
  pointer-events: auto;
  touch-action: manipulation;
  cursor: pointer;
}

.modal-book {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 13px;
  place-items: center;
  border: 1px solid rgb(224 193 122 / 45%);
  border-radius: 16px;
  background: rgb(224 193 122 / 11%);
  font-size: 30px;
}

.modal-kicker {
  color: var(--gold-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.line-modal h2 {
  margin: 10px 0;
  font-family: "Noto Serif TC", Georgia, serif;
  font-size: 25px;
  line-height: 1.35;
}

.line-modal > p {
  margin: 0;
  color: rgb(255 255 255 / 68%);
  font-size: 13px;
  line-height: 1.75;
}

.modal-line-button {
  min-height: 58px;
  margin-top: 20px;
  padding: 9px 14px;
}

.line-modal > small {
  display: block;
  margin-top: 12px;
  color: rgb(255 255 255 / 43%);
  font-size: 9px;
}

@keyframes commentsIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes livePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.82);
  }
}

@keyframes overlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalUp {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@media (max-width: 680px) {
  .page-canvas {
    padding-bottom: 70px;
  }

  .landing-page {
    box-shadow: none;
  }

  .hero-section,
  .hero-inner {
    min-height: 930px;
  }

  .hero-photo {
    background-position: 61% center;
  }

  .hero-vignette {
    background:
      linear-gradient(
        90deg,
        rgb(5 17 29 / 97%) 0%,
        rgb(6 20 34 / 86%) 40%,
        rgb(7 24 41 / 22%) 100%
      ),
      linear-gradient(
        180deg,
        rgb(5 16 27 / 20%) 0%,
        rgb(5 17 29 / 16%) 48%,
        rgb(5 17 29 / 98%) 100%
      );
  }

  .hero-inner {
    justify-content: flex-start;
    padding: 25px 19px 30px;
  }

  .brand-lockup {
    transform: scale(0.94);
    transform-origin: left center;
  }

  .hero-kicker {
    margin-top: 54px;
  }

  .hero-section h1 {
    margin-top: 13px;
    font-size: clamp(37px, 11vw, 48px);
  }

  .hero-description {
    max-width: 90%;
    font-size: 13px;
    line-height: 1.78;
  }

  .gold-credentials {
    gap: 13px;
    margin: 22px 0;
    padding: 12px 13px;
    font-size: 14px;
  }

  .hero-button {
    min-height: 66px;
    font-size: 15px;
  }

  .hero-proof {
    display: none;
  }

  .hero-feedback-panel {
    margin-top: 12px;
    padding: 10px;
    border-radius: 15px;
  }

  .hero-comment-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .hero-comment-card .comment-avatar {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .hero-comment-card .comment-body p {
    margin: 5px 0 7px;
    font-size: 9.5px;
    line-height: 1.58;
  }

  .hero-comment-card .comment-actions {
    font-size: 7.5px;
  }

  .hero-comment-card .comment-like-button {
    min-width: 52px;
    min-height: 28px;
    padding: 4px 8px;
  }

  .section {
    padding: 44px 19px;
  }

  .section h2 {
    font-size: 27px;
  }

  .editorial-image {
    height: 300px;
  }

  .profile-card {
    padding: 20px;
  }

  .profile-head {
    align-items: flex-start;
    gap: 13px;
  }

  .profile-head img {
    width: 82px;
    height: 82px;
  }

  .profile-head h2 {
    font-size: 24px;
  }

  .profile-head p {
    font-size: 10px;
  }

  .profile-tags {
    grid-template-columns: repeat(3, 1fr);
  }

  .comments-stage {
    min-height: 300px;
    margin-top: 18px;
  }

  .comment-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 13px;
  }

  .comment-avatar {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .comment-meta strong {
    font-size: 12px;
  }

  .comment-meta time {
    font-size: 8px;
  }

  .comment-body p {
    font-size: 11px;
    line-height: 1.65;
  }

  .comment-actions > span {
    font-size: 8px;
  }

  .comment-compose {
    margin-top: 12px;
    padding: 7px;
  }

  .comment-inline-form {
    gap: 6px;
  }

  .comment-inline-form textarea {
    min-height: 46px;
    padding: 12px 8px 9px 11px;
    font-size: 11px;
  }

  .comment-inline-form button {
    min-width: 76px;
    min-height: 46px;
    padding: 0 16px;
    font-size: 12px;
  }

  .comment-compose-meta {
    padding: 0 9px 0 11px;
  }

  .mobile-live-bar {
    display: grid;
    position: fixed;
    z-index: 31;
    right: 10px;
    bottom: 72px;
    left: 10px;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid rgb(224 193 122 / 36%);
    border-radius: 14px;
    color: #fff;
    background: rgb(7 21 34 / 94%);
    box-shadow: 0 12px 30px rgb(4 17 28 / 30%);
    backdrop-filter: blur(12px);
  }

  .mobile-live-bar > i {
    width: 1px;
    height: 28px;
    background: rgb(224 193 122 / 24%);
  }

  .mobile-live-bar div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .mobile-live-bar span {
    color: rgb(255 255 255 / 53%);
    font-size: 8px;
  }

  .mobile-live-bar strong {
    color: var(--gold-300);
    font-family: Georgia, ui-monospace, monospace;
    font-size: 16px;
  }

  .bottom-line-button {
    min-height: 62px;
    font-size: 14px;
  }

  .final-section {
    padding-bottom: 108px;
  }
}

@media (max-width: 390px) {
  .hero-section,
  .hero-inner {
    min-height: 940px;
  }

  .hero-section h1 {
    font-size: 36px;
  }

  .hero-description {
    max-width: 95%;
  }

  .gold-credentials {
    font-size: 13px;
  }

  .line-bubble {
    width: 37px;
    height: 37px;
    font-size: 8px;
  }

  .mobile-live-bar {
    right: 7px;
    left: 7px;
    padding: 9px 10px;
  }

  .mobile-live-bar span {
    font-size: 7px;
  }
}

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