:root {
  --ink: #392e41;
  --muted: #8b7895;
  --purple: #63467a;
  --deep: #402955;
  --wine: #9c4467;
  --gold: #b49359;
  --line: #e5dce9;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: #fbf9fc;
  color: var(--ink);
  font: 14px/1.8 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
  max-width: 100%;
}
button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
a {
  color: var(--purple);
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #ad82bf;
  outline-offset: 3px;
}
input,
select,
textarea {
  border: 1px solid #d9ccdf;
  border-radius: 3px;
  background: white;
  padding: 10px 12px;
  color: var(--ink);
}
textarea {
  resize: vertical;
  width: 100%;
  display: block;
}
input[type="checkbox"] {
  accent-color: var(--purple);
  flex: none;
  width: 16px;
  height: 16px;
  padding: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.6;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 17px;
}
p + p {
  margin-top: 12px;
}
[hidden] {
  display: none !important;
}
.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;
}
.fine,
.tiny {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.subtle {
  color: var(--muted);
}
.center {
  text-align: center;
}
.primary,
.wine-button,
.gold-button,
.outline,
.profile-button,
.hero-button {
  padding: 12px 20px;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1.6;
  transition: background 0.18s;
}
.primary {
  background: var(--purple);
  color: white;
}
.primary:hover {
  background: var(--deep);
}
.wine-button {
  background: var(--wine);
  color: white;
  box-shadow: 0 3px 0 #77324d;
}
.wine-button:hover {
  background: #843551;
}
.gold-button {
  background: #b38e49;
  color: white;
}
.outline {
  border: 1px solid #b9a3c6;
  background: white;
  color: var(--purple);
}
.outline:hover,
.profile-button:hover {
  background: #f3ecf7;
}
.text-button {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 13px;
  padding: 8px 0;
}
.pill,
.tag {
  padding: 3px 10px;
  border-radius: 20px;
  background: #f1eaf5;
  color: var(--purple);
  font-size: 11px;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.7;
  cursor: pointer;
}
.check input {
  margin-top: 3px;
}
.english-heading,
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #a28a65;
  display: block;
}
.utility {
  background: #f1ecf4;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  color: #877490;
}
.utility > div {
  max-width: 1220px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
.utility button {
  font-size: 10px;
  color: #7d648b;
  padding: 0 0 0 20px;
}
.header {
  background: white;
  border-bottom: 2px solid var(--purple);
}
.header-main {
  max-width: 1220px;
  margin: auto;
  padding: 18px 10px;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 102px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  color: var(--purple);
}
.brand-star {
  font-size: 49px;
  line-height: 1;
  color: var(--gold);
}
.brand strong {
  display: block;
  font:
    42px/1 Georgia,
    serif;
  letter-spacing: 0.07em;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.17em;
  padding-top: 7px;
}
.header-promise {
  font: 16px/1.7 var(--serif);
  color: #785d86;
}
.header-promise small {
  display: block;
  font: 10px/2 var(--sans);
  color: var(--muted);
}
.header-account {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.balance {
  font-size: 12px;
  white-space: nowrap;
}
.header-account .gold-button {
  font-size: 12px;
  padding: 11px 16px;
}
.header nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1220px;
  margin: auto;
  padding: 0 10px;
}
.header nav button {
  padding: 12px 4px;
  border-left: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.header nav button:last-child {
  border-right: 1px solid var(--line);
}
.header nav button.active {
  color: var(--purple);
  background: linear-gradient(0deg, #f2ebf7, white);
}
.header nav button.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22%;
  right: 22%;
  height: 3px;
  background: var(--gold);
}
.mode-notice {
  font-size: 10px;
  color: #80688d;
  text-align: center;
  padding: 7px 16px;
  background: #f7f3f9;
  border-bottom: 1px solid var(--line);
}
main {
  max-width: 1220px;
  margin: 24px auto 72px;
  padding: 0 10px;
  min-height: 58vh;
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
}
.hero-main {
  min-height: 340px;
  position: relative;
  display: flex;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 75% 0%, #b19bba88, transparent 65%),
    linear-gradient(115deg, #3e284f, #6b547c 80%);
  color: white;
  border: 1px solid #766082;
}
.hero-main:before {
  position: absolute;
  content: "✧";
  right: -40px;
  top: -100px;
  font-size: 320px;
  color: #b39dc130;
  line-height: 1;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 32px 0 30px 34px;
  flex: 0 0 47%;
}
.hero-copy .eyebrow {
  color: #d5bc8d;
  font-size: 8px;
  letter-spacing: 0.18em;
}
.hero-copy h1 {
  font: 34px/1.7 var(--serif);
  letter-spacing: 0.09em;
  margin: 12px 0;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #efdfef;
}
.hero-button {
  margin: 20px 0 10px;
  background: #f8edda;
  color: #604965;
  font-size: 11px;
  border: 1px solid #dbc79f;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.hero-button:hover {
  background: white;
}
.hero-button span {
  font-size: 19px;
  line-height: 1;
}
.hero-footnote {
  font-size: 9px;
  display: block;
  color: #d9c9dd;
}
.portrait {
  aspect-ratio: 1;
  background-image: url("/assets/mio-v3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d8ccd9;
}
.portrait-0 {
  background-image: url("/assets/mio-v3.png");
  background-position: center;
}
.portrait-1 {
  background-image: url("/assets/nagi-v3.png");
  background-position: center;
}
.portrait-2 {
  background-image: url("/assets/akari-v3.png");
  background-position: center;
}
.portrait-3 {
  background-image: url("/assets/tsukino-v3.png");
  background-position: center;
}
.portrait-4 {
  background-image: url("/assets/shion-v3.png");
  background-position: center;
}
.portrait-5 {
  background-image: url("/assets/tsumugi-v3.png");
  background-position: center;
}
.hero-portraits {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex: 1;
  padding: 24px 17px 24px 0;
}
.hero-person {
  width: 35%;
  flex: none;
  text-align: center;
  position: relative;
}
.hero-person .portrait {
  border-radius: 50% 50% 3px 3px;
  box-shadow:
    0 0 0 1px #ccba974d,
    0 0 0 5px #dfc5f018;
  border: 4px solid #9e859b;
  width: 100%;
}
.hero-person span {
  display: block;
  color: #f3e6d3;
  font: 15px/1.8 var(--serif);
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.hero-person.center {
  width: 44%;
  margin: 0 -12px;
  z-index: 1;
  transform: translateY(10px);
}
.hero-person.center .portrait {
  border-color: #c5aa7b;
}
.hero-person.side {
  transform: translateY(-12px);
}
.hero-ai {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 9px;
  color: #dacde3;
}
.welcome-card {
  text-align: center;
  padding: 24px 20px;
  background: #fdf9f1;
  border: 1px solid #d5bc85;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.welcome-card:before {
  position: absolute;
  inset: 5px;
  border: 1px solid #e4d2b1;
  content: "";
  pointer-events: none;
}
.welcome-label {
  font: 16px/1.8 var(--serif);
  color: #826b48;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.welcome-card > p {
  font-size: 11px;
  color: #8f7558;
}
.welcome-card h2 {
  font: 19px/1.3 var(--serif);
  color: var(--wine);
  white-space: nowrap;
}
.welcome-card h2 b {
  font:
    67px/1.3 Georgia,
    serif;
  display: inline-block;
  margin: 0 3px;
}
.welcome-card h2 span {
  font-size: 28px;
  margin-left: 5px;
}
.welcome-rule {
  width: 28px;
  height: 1px;
  background: #b59962;
  margin: 12px auto;
}
.welcome-card p.welcome-points {
  font-size: 15px;
  color: #72583e;
  font-weight: 600;
}
.welcome-card small {
  font-size: 10px;
  color: #94806a;
}
.welcome-card .wine-button {
  width: 100%;
  padding: 12px 5px;
  font-size: 12px;
  margin: 16px 0 8px;
  z-index: 1;
}
.welcome-card .fine {
  font-size: 9px;
}
.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: white;
  margin: 16px 0 34px;
  padding: 14px 0;
  font-size: 12px;
  color: #806589;
  text-align: center;
}
.service-strip > span + span {
  border-left: 1px solid var(--line);
}
.service-strip b {
  color: var(--purple);
  font:
    17px/1.5 Georgia,
    serif;
  margin: 0 3px;
}
.portal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 26px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--purple);
  padding: 0 0 12px;
  margin-bottom: 20px;
  gap: 12px;
}
.section-heading h2 {
  font: 24px/1.6 var(--serif);
  color: var(--deep);
  letter-spacing: 0.025em;
}
.section-heading > span {
  font-size: 12px;
  color: var(--muted);
}
.search-panel {
  border: 1px solid var(--line);
  background: white;
  padding: 18px;
  margin-bottom: 24px;
}
.search-panel > label {
  font-size: 11px;
  font-weight: 600;
  color: #80658e;
}
.search-input {
  position: relative;
  margin: 5px 0 14px;
}
.search-input input {
  width: 100%;
  font-size: 12px;
  background: #fbf9fc;
  padding-right: 38px;
}
.search-input > span {
  position: absolute;
  right: 14px;
  top: 2px;
  font-size: 24px;
  color: #8c7598;
}
.topic-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.topic-filters button {
  border: 1px solid var(--line);
  color: #776380;
  font-size: 11px;
  padding: 4px 13px;
  background: white;
  border-radius: 2px;
}
.topic-filters button.active {
  background: var(--purple);
  color: white;
  border-color: var(--purple);
}
.filter-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee7f1;
  gap: 14px;
}
.filter-footer .check {
  font-size: 11px;
}
.sort-label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
}
.sort-label select {
  padding: 5px 7px;
  font-size: 11px;
  border-radius: 2px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 18px;
}
.guide-card {
  background: white;
  border: 1px solid #e2d7e6;
  position: relative;
  box-shadow: 0 2px 7px #45224f05;
}
.guide-photo {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.guide-photo .portrait {
  width: 100%;
}
.guide-photo:hover .portrait {
  filter: brightness(1.05);
}
.portrait-ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #5b3c71dd;
  color: #f4e9db;
  font: 15px/1.8 var(--serif);
  padding: 5px 8px;
  letter-spacing: 0.1em;
}
.ai-tag {
  display: inline-block;
  color: white;
  background: #423148b8;
  border: 1px solid #ffffff66;
  font-size: 9px;
  padding: 0 5px;
  letter-spacing: 0.06em;
}
.guide-photo .ai-tag {
  position: absolute;
  top: 9px;
  left: 9px;
}
.favorite-button {
  position: absolute;
  right: 9px;
  top: 9px;
  border: 1px solid #d5c8d4;
  background: #fffffff0;
  color: var(--wine);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 23px;
  padding: 0;
  line-height: 1;
  display: grid;
  place-items: center;
}
.favorite-button[aria-pressed="true"] {
  background: #fff0f4;
  border-color: #ce9cae;
}
.guide-body {
  padding: 13px;
}
.guide-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 9px;
}
.available {
  color: #497257;
  font-size: 10px;
  white-space: nowrap;
}
.available:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #689476;
  margin-right: 5px;
  vertical-align: 1px;
}
.trial-badge {
  font-size: 9px;
  color: #a3733d;
  border: 1px solid #ddc39e;
  padding: 0 5px;
  background: #fffaf1;
}
.guide-body h3 {
  font: 25px/1.5 var(--serif);
  letter-spacing: 0.09em;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.guide-body h3 small {
  font-size: 13px;
}
.kana {
  font-size: 9px;
  color: #97879e;
  letter-spacing: 0.06em;
  margin-left: auto;
  white-space: nowrap;
}
.guide-headline {
  font-size: 11px;
  line-height: 1.8;
  min-height: 40px;
  margin: 9px 0;
  color: #73627e;
}
.tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.tags span {
  background: #f5eff7;
  color: #82678e;
  padding: 1px 6px;
  font-size: 9px;
  border: 1px solid #ebe0f0;
}
.rating {
  color: #a38041;
  font-size: 10px;
  margin: 12px 0 9px;
}
.guide-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  border-top: 1px solid #eee5f1;
  padding: 8px 0 10px;
  color: #8a718e;
  font-size: 10px;
}
.guide-price strong {
  font:
    30px/1.2 Georgia,
    serif;
  color: var(--wine);
  margin-left: 6px;
}
.profile-button {
  display: block;
  width: 100%;
  font-size: 10px;
  padding: 9px 5px;
  border: 1px solid #ad91bb;
  color: var(--purple);
  border-radius: 2px;
}
.portal-sidebar {
  padding-top: 70px;
}
.side-panel {
  border: 1px solid var(--line);
  background: white;
  margin-bottom: 20px;
  padding: 18px;
}
.side-panel h3 {
  font-size: 13px;
  color: #745780;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.side-panel p {
  font-size: 11px;
  color: #87738e;
  line-height: 1.9;
}
.side-panel #side-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 8px;
}
.side-panel #side-topics button {
  font-size: 11px;
  text-align: left;
  padding: 7px 0;
  border-bottom: 1px dotted #e3d8e8;
  color: #846a91;
}
.repeat-panel {
  background: #f7f0f7;
  text-align: center;
}
.repeat-panel h3 {
  font: 18px/1.8 var(--serif);
}
.side-icon {
  font-size: 32px;
  line-height: 1.4;
  color: #a16b91;
}
.repeat-panel .outline {
  font-size: 11px;
  width: 100%;
  margin-top: 15px;
  padding: 9px 6px;
}
.steps-panel ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps-panel li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  margin: 9px 0;
  color: #7e6a85;
}
.steps-panel li b {
  font:
    22px/1.5 Georgia,
    serif;
  color: #b89b65;
}
.steps-panel .text-button {
  font-size: 10px;
}
.home-reviews {
  margin-top: 44px;
}
.empty-state {
  grid-column: 1/-1;
  background: white;
  border: 1px dashed #d9c9e0;
  padding: 34px 20px;
  text-align: center;
  color: #927f9e;
  font-size: 12px;
}
.empty-state button {
  display: block;
  margin: 18px auto 0;
}
.review-empty > span {
  font-size: 29px;
  color: #b29a6a;
}
.review-empty h3 {
  font: 18px/1.6 var(--serif);
  color: #7f628e;
  margin: 8px 0;
}
.review-empty p {
  font-size: 11px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9b89a5;
  font-size: 11px;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.breadcrumb button {
  color: #7e688d;
  font-size: 11px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.profile-layout {
  background: white;
  border: 1px solid var(--line);
  padding: 34px;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 44px;
}
.profile-aside .portrait {
  width: 100%;
  border: 5px solid #f0e9f3;
  box-shadow: 0 0 0 1px #d9c8e2;
}
.profile-flags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.profile-flags .ai-tag {
  background: #715083;
}
.profile-aside > .outline {
  width: 100%;
  font-size: 12px;
  margin: 10px 0;
}
.profile-aside .fine {
  font-size: 10px;
}
.profile-kana {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #947b9e;
}
.profile-main h1 {
  font: 43px/1.55 var(--serif);
  letter-spacing: 0.12em;
  color: #553565;
}
.profile-main h1 small {
  font-size: 21px;
}
.profile-headline {
  font: 19px/1.8 var(--serif);
  color: #8b6a91;
  margin: 9px 0;
}
.profile-facts {
  display: grid;
  grid-template-columns: 120px 1fr;
  font-size: 12px;
  margin: 19px 0 24px;
}
.profile-facts dt,
.profile-facts dd {
  padding: 11px 12px;
  border-bottom: 1px solid #e9e0ed;
  margin: 0;
}
.profile-facts dt {
  background: #f8f4fa;
  color: #8b7396;
}
.profile-facts dd {
  color: #675070;
}
.profile-cta {
  background: #fbf7f0;
  border: 1px solid #e3d3b2;
  padding: 17px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.trial-label {
  font-size: 13px;
  color: #b48a4c;
}
.profile-cta .wine-button {
  width: 100%;
  font-size: 16px;
}
.profile-cta .fine {
  font-size: 10px;
}
.profile-message,
.profile-review-section {
  margin-top: 28px;
}
.profile-message {
  padding: 26px 30px;
  background: white;
  border: 1px solid var(--line);
}
.profile-message h2,
.profile-review-section h2 {
  font: 21px/1.8 var(--serif);
  color: var(--purple);
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 17px;
}
.profile-message p {
  font-size: 13px;
  line-height: 2.4;
  color: #7b6684;
}
.profile-review-section .empty-state {
  border-style: solid;
}
.page-heading {
  padding: 14px 0 22px;
  border-bottom: 2px solid var(--purple);
  margin-bottom: 28px;
}
.page-heading h1 {
  font: 30px/1.7 var(--serif);
  color: var(--deep);
  letter-spacing: 0.04em;
}
.page-heading p {
  font-size: 12px;
  color: #8b7994;
  margin-top: 9px;
}
.page-heading > .outline {
  margin-top: 15px;
}
.point-summary {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 30px;
  align-items: center;
  border: 1px solid #decbe5;
  background: white;
  padding: 28px;
  margin-bottom: 36px;
}
.point-summary > div:first-child {
  text-align: center;
  border-right: 1px solid var(--line);
}
.point-summary > div > span {
  font-size: 12px;
  color: #8b7298;
}
.point-summary strong {
  font:
    40px/1.6 Georgia,
    serif;
  color: var(--purple);
  display: block;
}
.point-summary p {
  font-size: 12px;
  color: #82748b;
}
.point-summary b {
  font-size: 15px;
  color: #694977;
}
.point-summary small {
  font-size: 10px;
  color: #9b849f;
  display: block;
  margin-top: 10px;
}
.center-heading {
  font: 21px/1.8 var(--serif);
  color: var(--purple);
  text-align: center;
  margin-bottom: 22px;
}
.point-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}
.point-plan {
  padding: 25px;
  text-align: center;
  border: 1px solid #d6c5df;
  background: white;
}
.plan-label {
  display: block;
  color: #91729e;
  font-size: 13px;
  border-bottom: 1px solid #ede3f1;
  padding-bottom: 15px;
}
.point-plan h3 {
  font:
    46px/1.5 Georgia,
    serif;
  color: var(--purple);
  margin-top: 15px;
}
.point-plan h3 small {
  font-size: 18px;
  margin-left: 5px;
}
.plan-minutes {
  font-size: 12px;
  color: #9b879f;
}
.plan-price {
  font-size: 17px;
  color: #9c7649;
  margin: 18px 0;
}
.point-plan .primary {
  width: 100%;
  font-size: 12px;
}
.wallet-info {
  margin: 30px 0;
  background: #f2ecf5;
  border: 1px solid #e0d4e7;
  padding: 24px;
}
.wallet-info h3 {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--purple);
}
.wallet-info p {
  font-size: 12px;
  color: #85718c;
}
.history-card {
  border: 1px solid var(--line);
  background: white;
  padding: 25px;
}
.history-card h2 {
  font: 22px/1.8 var(--serif);
  color: var(--purple);
  margin-bottom: 20px;
}
.history-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 16px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 12px;
}
.history-row small {
  grid-column: 1/-1;
  color: #9b89a3;
  font-size: 10px;
}
.review-filter {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 25px;
  color: #8d7399;
}
.review-filter select {
  min-width: 200px;
  font-size: 12px;
}
.review-card {
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
  margin-bottom: 15px;
}
.review-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.review-heading .portrait {
  width: 44px;
  border-radius: 50%;
  flex: none;
}
.review-heading .stars {
  color: #b1904d;
  margin-left: auto;
  font-size: 13px;
}
.review-card > p {
  font-size: 13px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.review-card small {
  font-size: 10px;
  color: #9b85a5;
  display: block;
  text-align: right;
  margin-top: 15px;
}
.help-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.help-steps article {
  background: white;
  border: 1px solid var(--line);
  padding: 25px;
}
.help-steps article > b {
  font:
    34px/1 Georgia,
    serif;
  color: #b6955e;
}
.help-steps h2 {
  font: 18px/1.8 var(--serif);
  color: var(--purple);
  margin: 18px 0;
}
.help-steps p {
  font-size: 12px;
  color: #8d7994;
  line-height: 2;
  min-height: 130px;
}
.help-steps button {
  width: 100%;
  margin-top: 22px;
  font-size: 12px;
}
.faq {
  margin-top: 38px;
  background: white;
  padding: 26px;
  border: 1px solid var(--line);
}
.faq h2 {
  font: 22px/1.8 var(--serif);
  color: var(--purple);
  margin-bottom: 20px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 17px 5px;
  font-size: 13px;
}
.faq summary {
  cursor: pointer;
  color: #72547f;
}
.faq p {
  font-size: 12px;
  margin-top: 12px;
  color: #8c7794;
  line-height: 2;
}
.consult-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 25px;
  align-items: start;
}
.consult-profile {
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  text-align: center;
}
.consult-profile > .portrait {
  border: 4px solid #f0e9f3;
  width: 100%;
  margin-bottom: 14px;
}
.consult-profile > .ai-tag {
  background: var(--purple);
}
.consult-profile h2 {
  font: 25px/1.8 var(--serif);
  color: var(--purple);
  margin-top: 5px;
}
.consult-profile > p {
  color: #8a7394;
  font-size: 12px;
}
.consult-rate {
  color: #957a9b;
  font-size: 12px;
  border-top: 1px solid var(--line);
  margin-top: 15px;
  padding-top: 12px;
}
.consult-rate b {
  font:
    30px/1.5 Georgia,
    serif;
  color: var(--wine);
}
.context-card {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid var(--line);
  text-align: left;
}
.context-card h3 {
  font-size: 11px;
  color: #896692;
  margin-bottom: 7px;
}
.context-card p {
  font-size: 10px;
  color: #9b87a4;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.tarot-result {
  background: #4d345f;
  border: 1px solid #a38e63;
  padding: 20px 14px;
  color: #eadac1;
  margin-top: 20px;
  outline: 1px solid #c2ad7738;
  outline-offset: -5px;
}
.tarot-result > span {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.tarot-mark {
  font-size: 49px;
  line-height: 1.5;
  color: #cfb980;
}
.tarot-result h3 {
  font: 21px/1.7 var(--serif);
}
.tarot-result p {
  color: #c4aecf;
  font-size: 10px;
  margin-top: 10px;
}
.conversation {
  background: white;
  border: 1px solid var(--line);
  min-height: 600px;
  padding: 30px;
}
.conversation-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 22px;
}
.conversation-heading h2 {
  font: 30px/1.8 var(--serif);
  color: var(--purple);
  margin-top: 5px;
}
.conversation-heading h2 small {
  font-size: 14px;
  margin-left: 10px;
  color: #90779b;
}
.session-state {
  font-size: 11px;
  color: #8e749b;
  border: 1px solid #e0d1e7;
  background: #f7f3f9;
  padding: 3px 10px;
}
.setup-lead {
  font: 18px/1.9 var(--serif);
  color: #8f729a;
  margin-bottom: 28px;
}
.field-label {
  display: block;
  font-size: 12px;
  color: #886895;
  margin-bottom: 9px;
}
.duration-row {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
}
.duration-row select {
  min-width: 145px;
  font-size: 13px;
}
.duration-row > span {
  font-size: 12px;
  color: #88708e;
}
.duration-row small {
  font-size: 10px;
}
.setup .check {
  margin: 14px 0;
  color: #7c6886;
}
.privacy-copy {
  font-size: 11px;
  color: #a38cac;
  margin: 20px 0;
}
.setup .primary {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 16px;
  font-size: 15px;
}
.setup > .text-button {
  display: block;
  margin: 12px auto 5px;
}
.setup > .tiny {
  text-align: center;
}
.call-bar {
  background: #f4eef7;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px;
  color: #896b96;
  flex-wrap: wrap;
}
.wave {
  letter-spacing: 2px;
  color: #9973af;
}
.call-bar #timer {
  font:
    23px/1.5 Georgia,
    serif;
}
.call-bar #remaining {
  font-size: 11px;
}
.call-bar .small-button {
  margin-left: auto;
}
.small-button {
  border: 1px solid #d6c5df;
  background: white;
  color: #815693;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 3px;
}
.transcript {
  min-height: 270px;
  max-height: 480px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px 0;
}
.bubble {
  margin: 0 8% 18px 0;
  background: #f7f2fa;
  border: 1px solid #e8dfee;
  border-radius: 0 12px 12px 12px;
  font-size: 13px;
  line-height: 2;
  padding: 16px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #725780;
}
.bubble small {
  display: block;
  font-size: 10px;
  color: #aa8cba;
  margin-bottom: 6px;
}
.bubble.user {
  background: #f8f6ef;
  border-color: #e8e1d1;
  margin-left: 8%;
  margin-right: 0;
  border-radius: 12px 0 12px 12px;
  color: #857254;
}
.bubble.user small {
  color: #a79166;
}
.quick-prompts {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.quick-prompts button {
  border: 1px solid #e5d9ed;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 10px;
  color: #8a6b99;
  background: #fbf8fd;
}
.conversation-actions {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.conversation-actions textarea {
  font-size: 12px;
  padding: 12px;
  background: #fdfbfe;
}
.input-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.send-button {
  background: var(--purple);
  color: white;
  font-size: 12px;
  padding: 8px 22px;
  border-radius: 3px;
}
.call-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.end-button {
  border: 1px solid #c293a6;
  color: #a4647d;
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 3px;
}
.ended {
  text-align: center;
  padding: 20px 0;
}
.end-symbol {
  font-size: 45px;
  color: var(--gold);
}
.ended > h3 {
  font: 23px/1.9 var(--serif);
  color: var(--purple);
  margin: 10px 0 18px;
}
.ended > p {
  font-size: 12px;
  color: #967ea1;
}
.ended #receipt {
  background: #f5eff8;
  padding: 12px;
  margin-top: 20px;
  color: #7c5b8e;
}
.ended > #restart {
  margin-top: 23px;
}
.ended #note-editor,
.review-form {
  border: 1px solid var(--line);
  padding: 20px;
  text-align: left;
  margin-top: 25px;
}
.ended #note-editor label,
.review-form > label:not(.check) {
  display: block;
  font-size: 11px;
  color: #9575a3;
  margin: 12px 0 6px;
}
.ended #note-editor input {
  width: 100%;
  font-size: 12px;
}
.ended #note-editor textarea,
.review-form textarea,
.review-form select {
  font-size: 12px;
}
.ended #note-editor .primary {
  font-size: 12px;
  width: 100%;
  margin: 15px 0 10px;
}
.review-form h3 {
  font: 19px/1.7 var(--serif);
  color: var(--purple);
  margin-bottom: 10px;
}
.review-form .check {
  margin: 17px 0;
}
.review-form .outline {
  font-size: 12px;
  width: 100%;
}
.notes-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.note-card {
  border: 1px solid var(--line);
  padding: 26px;
  background: white;
}
.note-card h3 {
  font: 21px/1.8 var(--serif);
  color: var(--purple);
}
.note-card small {
  font-size: 10px;
  color: #ab97b3;
}
.note-card p {
  margin: 17px 0;
  font-size: 12px;
  color: #8a7295;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.note-card .next {
  background: #f7f2fa;
  padding: 12px;
}
.footer {
  background: #f0eaf4;
  border-top: 1px solid #dcd0e4;
  padding: 35px 20px;
  text-align: center;
  color: #a18aaf;
}
.footer .footer-brand {
  font:
    32px/1.5 Georgia,
    serif;
  letter-spacing: 0.08em;
  color: var(--purple);
}
.footer p {
  font-size: 10px;
  margin: 8px auto;
  max-width: 700px;
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 18px 0;
}
.footer button {
  font-size: 10px;
  color: #7f5c91;
  padding: 0;
}
.footer small {
  font-size: 9px;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 24px;
  max-width: calc(100% - 32px);
  width: max-content;
  background: #443050;
  color: white;
  box-shadow: 0 4px 22px #3c26434d;
  z-index: 20;
  border: 1px solid #9471a2;
  font-size: 12px;
  border-radius: 5px;
}
dialog {
  border: 1px solid #bca4cd;
  border-radius: 4px;
  background: white;
  color: var(--ink);
  padding: 30px;
  max-width: calc(100% - 32px);
  width: 450px;
  box-shadow: 0 8px 50px #38264366;
}
dialog::backdrop {
  background: #30223888;
  backdrop-filter: blur(3px);
}
dialog h2 {
  font: 24px/1.8 var(--serif);
  color: var(--purple);
  padding-right: 20px;
  margin-bottom: 15px;
}
dialog p {
  font-size: 12px;
  color: #8e749a;
  margin-bottom: 17px;
}
dialog label {
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
}
dialog input {
  width: 100%;
  margin: 9px 0;
}
dialog .primary,
dialog .wine-button {
  width: 100%;
  font-size: 13px;
}
dialog .close-dialog {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 22px;
  color: #9679a5;
}
dialog #purchase-summary {
  font:
    30px/1.6 Georgia,
    serif;
  color: #986247;
  padding: 22px 10px;
  background: #faf5ed;
  text-align: center;
  border: 1px solid #e8d5b5;
}
dialog #purchase-disclosure {
  font-size: 11px;
  color: #977e9e;
  margin: 20px 0;
}
dialog #phone-code {
  font-size: 28px;
  letter-spacing: 0.15em;
  font-family: monospace;
}
@media (max-width: 1050px) {
  .header-promise {
    display: none;
  }
  .home-hero {
    grid-template-columns: minmax(0, 1fr) 225px;
  }
  .hero-copy {
    padding-left: 24px;
    flex-basis: 51%;
  }
  .hero-copy h1 {
    font-size: 28px;
  }
  .hero-person.side {
    width: 43%;
  }
  .hero-person.side:last-of-type {
    display: none;
  }
  .hero-person.center {
    width: 59%;
    margin: 0 0 0 -15px;
  }
  .welcome-card {
    padding: 20px 14px;
  }
  .portal-layout {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 20px;
  }
  .guide-grid {
    gap: 15px 12px;
  }
  .guide-body {
    padding: 11px;
  }
  .guide-status {
    flex-wrap: wrap;
    gap: 4px;
  }
  .guide-headline {
    min-height: 60px;
  }
  .profile-layout {
    grid-template-columns: 240px 1fr;
    gap: 30px;
    padding: 26px;
  }
  .hero-button {
    font-size: 10px;
    padding: 11px 12px;
    gap: 10px;
  }
  .help-steps {
    gap: 14px;
  }
  .help-steps article {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .utility > div > span {
    display: none;
  }
  .header-main {
    padding: 15px 18px;
    min-height: 90px;
    gap: 20px;
  }
  .brand strong {
    font-size: 35px;
  }
  .brand-star {
    font-size: 40px;
  }
  .brand small {
    font-size: 9px;
  }
  .header-account {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 250px;
  }
  .header-account .pill {
    font-size: 9px;
    padding: 2px 8px;
  }
  .header-account .gold-button {
    padding: 7px 12px;
    font-size: 10px;
  }
  .balance {
    font-size: 10px;
  }
  .header nav button {
    font-size: 11px;
  }
  .mode-notice {
    font-size: 9px;
  }
  main {
    padding: 0 18px;
    margin-top: 20px;
  }
  .home-hero {
    grid-template-columns: 1fr;
  }
  .hero-main {
    min-height: 300px;
  }
  .hero-copy {
    flex-basis: 45%;
    padding: 27px 0 25px 25px;
  }
  .hero-copy h1 {
    font-size: 33px;
  }
  .hero-portraits {
    padding: 24px 20px;
  }
  .hero-person.side {
    width: 33%;
    display: block !important;
  }
  .hero-person.center {
    width: 45%;
    margin: 0 -10px;
  }
  .welcome-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    padding: 18px 24px;
    text-align: left;
    justify-items: center;
  }
  .welcome-label {
    grid-column: 1;
    font-size: 12px;
    margin: 0;
  }
  .welcome-card > p:not(.welcome-points) {
    display: none;
  }
  .welcome-card h2 {
    grid-column: 1;
    grid-row: 2/5;
    font-size: 17px;
  }
  .welcome-card h2 b {
    font-size: 53px;
  }
  .welcome-card h2 span {
    font-size: 24px;
  }
  .welcome-rule {
    display: none;
  }
  .welcome-card p.welcome-points {
    grid-column: 2;
    grid-row: 1;
    font-size: 12px;
  }
  .welcome-card small {
    grid-column: 2;
    grid-row: 2;
    font-size: 9px;
  }
  .welcome-card .wine-button {
    grid-column: 2;
    grid-row: 3;
    margin: 6px 0;
    padding: 9px 6px;
    font-size: 11px;
  }
  .welcome-card .fine {
    grid-column: 2;
    grid-row: 4;
    font-size: 8px;
  }
  .service-strip {
    font-size: 10px;
    margin-bottom: 25px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    padding: 12px;
  }
  .service-strip > span:nth-child(3) {
    border-left: none;
  }
  .service-strip b {
    font-size: 15px;
  }
  .portal-layout {
    grid-template-columns: 1fr;
  }
  .portal-sidebar {
    display: none;
  }
  .guide-headline {
    min-height: 40px;
  }
  .guide-status {
    flex-wrap: nowrap;
  }
  .home-reviews {
    margin-top: 32px;
  }
  .profile-layout {
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 24px;
  }
  .profile-main h1 {
    font-size: 35px;
  }
  .profile-headline {
    font-size: 16px;
  }
  .profile-facts {
    grid-template-columns: 90px 1fr;
    font-size: 11px;
  }
  .profile-facts dt,
  .profile-facts dd {
    padding: 8px;
  }
  .profile-cta {
    padding: 13px;
  }
  .profile-cta .wine-button {
    font-size: 13px;
  }
  .point-plans {
    gap: 12px;
  }
  .point-plan {
    padding: 20px 12px;
  }
  .point-plan .primary {
    font-size: 11px;
    padding: 11px 7px;
  }
  .consult-layout {
    grid-template-columns: 180px 1fr;
    gap: 17px;
  }
  .consult-profile {
    padding: 14px;
  }
  .conversation {
    padding: 22px;
  }
  .duration-row {
    gap: 14px;
    flex-wrap: wrap;
  }
  .help-steps {
    grid-template-columns: 1fr;
  }
  .help-steps article {
    padding: 22px;
  }
  .help-steps p {
    min-height: 0;
  }
  .help-steps button {
    width: auto;
    margin-top: 15px;
  }
  .notes-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 13px;
  }
  .utility > div {
    font-size: 8px;
    justify-content: center;
    padding: 4px 5px;
  }
  .header-main {
    padding: 13px 14px;
    gap: 10px;
    min-height: 82px;
  }
  .brand {
    gap: 6px;
  }
  .brand strong {
    font-size: 30px;
  }
  .brand-star {
    font-size: 33px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 0.09em;
  }
  .header-account {
    max-width: 165px;
    gap: 3px 4px;
  }
  .header-account .gold-button {
    font-size: 9px;
    padding: 5px 9px;
  }
  .header-account .balance {
    font-size: 9px;
    padding: 0 3px;
  }
  .header-account .pill {
    font-size: 8px;
  }
  .header nav {
    padding: 0;
  }
  .header nav button {
    font-size: 9px;
    line-height: 1.6;
    padding: 10px 4px;
  }
  .header nav button:nth-child(2) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .mode-notice {
    font-size: 8px;
    padding: 6px 10px;
    line-height: 1.7;
    text-align: left;
  }
  main {
    padding: 0 12px;
    margin-top: 14px;
    margin-bottom: 40px;
  }
  .home-hero {
    gap: 10px;
  }
  .hero-main {
    min-height: 263px;
  }
  .hero-copy {
    flex: 0 0 58%;
    padding: 21px 0 19px 18px;
  }
  .hero-copy .eyebrow {
    font-size: 6px;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }
  .hero-copy h1 {
    font-size: 25px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    margin: 11px 0;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 9px;
    line-height: 1.9;
  }
  .hero-button {
    font-size: 9px;
    padding: 9px;
    gap: 8px;
    white-space: nowrap;
    margin-top: 17px;
    position: relative;
    z-index: 3;
  }
  .hero-footnote {
    font-size: 7px;
    white-space: nowrap;
  }
  .hero-portraits {
    padding: 12px 8px 25px 0;
    align-items: center;
    position: relative;
    isolation: isolate;
  }
  .hero-person.side {
    display: none !important;
  }
  .hero-person.center {
    width: 124%;
    margin: 0;
    transform: translate(-5px, 0);
  }
  .hero-person.center .portrait {
    border-width: 3px;
    box-shadow: 0 0 0 4px #ead3f020;
  }
  .hero-person span {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .hero-ai {
    font-size: 7px;
    bottom: 13px;
    right: 7px;
    white-space: nowrap;
  }
  .welcome-card {
    padding: 14px 13px;
    gap: 0 12px;
  }
  .welcome-label {
    font-size: 10px;
  }
  .welcome-card h2 {
    font-size: 15px;
  }
  .welcome-card h2 b {
    font-size: 47px;
  }
  .welcome-card h2 span {
    font-size: 22px;
  }
  .welcome-card p.welcome-points {
    font-size: 11px;
  }
  .welcome-card .wine-button {
    font-size: 9px;
    padding: 9px 4px;
  }
  .welcome-card .fine {
    font-size: 7px;
  }
  .welcome-card small {
    font-size: 8px;
  }
  .service-strip {
    font-size: 9px;
    gap: 10px 0;
    padding: 10px 0;
    margin: 12px 0 26px;
  }
  .service-strip b {
    font-size: 14px;
  }
  .english-heading {
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  .section-heading h2 {
    font-size: 20px;
  }
  .section-heading {
    padding-bottom: 11px;
    margin-bottom: 15px;
    gap: 8px;
  }
  .section-heading > span {
    font-size: 10px;
    white-space: nowrap;
  }
  .search-panel {
    padding: 13px;
    margin-bottom: 17px;
  }
  .search-panel > label {
    font-size: 10px;
  }
  .search-input input {
    font-size: 11px;
    padding: 9px;
  }
  .topic-filters {
    gap: 6px;
  }
  .topic-filters button {
    font-size: 10px;
    padding: 4px 10px;
  }
  .filter-footer {
    margin-top: 12px;
    padding-top: 11px;
    gap: 8px;
  }
  .filter-footer .check {
    font-size: 9px;
    gap: 4px;
    align-items: center;
  }
  .check input {
    width: 14px;
    height: 14px;
  }
  .sort-label {
    font-size: 8px;
    gap: 4px;
    white-space: nowrap;
  }
  .sort-label select {
    font-size: 9px;
    padding: 4px;
  }
  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 11px;
  }
  .guide-body {
    padding: 10px;
  }
  .portrait-ribbon {
    font-size: 12px;
    padding: 4px;
  }
  .guide-photo .ai-tag {
    top: 7px;
    left: 7px;
    font-size: 7px;
    padding: 0 4px;
  }
  .favorite-button {
    width: 27px;
    height: 27px;
    top: 7px;
    right: 7px;
    font-size: 20px;
  }
  .guide-status {
    gap: 3px;
    margin-bottom: 6px;
    flex-wrap: wrap;
  }
  .available {
    font-size: 8px;
  }
  .available:before {
    width: 5px;
    height: 5px;
    margin-right: 4px;
  }
  .trial-badge {
    font-size: 7px;
    padding: 0 4px;
  }
  .guide-body h3 {
    font-size: 23px;
    gap: 3px;
  }
  .guide-body h3 small {
    font-size: 11px;
  }
  .kana {
    font-size: 8px;
  }
  .guide-headline {
    font-size: 10px;
    line-height: 1.75;
    margin: 7px 0;
    min-height: 36px;
  }
  .tags {
    gap: 3px;
  }
  .tags span {
    font-size: 8px;
    padding: 1px 4px;
  }
  .rating {
    font-size: 8px;
    margin: 10px 0 7px;
  }
  .guide-price {
    font-size: 8px;
    gap: 3px;
    padding: 8px 0;
  }
  .guide-price strong {
    font-size: 26px;
    margin-left: 4px;
  }
  .profile-button {
    font-size: 8px;
    padding: 9px 3px;
    white-space: nowrap;
  }
  .home-reviews .section-heading {
    align-items: flex-end;
  }
  .home-reviews .section-heading h2 {
    font-size: 17px;
  }
  .home-reviews .text-button {
    font-size: 9px;
    white-space: nowrap;
  }
  .review-empty h3 {
    font-size: 16px;
  }
  .review-empty p {
    font-size: 10px;
  }
  .empty-state {
    padding: 25px 15px;
  }
  .breadcrumb {
    font-size: 9px;
    gap: 8px;
  }
  .breadcrumb button {
    font-size: 9px;
  }
  .profile-layout {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
  .profile-aside {
    max-width: 240px;
    margin: auto;
    width: 100%;
  }
  .profile-flags {
    margin: 12px 0 7px;
  }
  .profile-flags .available {
    font-size: 11px;
  }
  .profile-aside > .outline {
    padding: 9px;
    margin: 8px 0;
    font-size: 11px;
  }
  .profile-aside .fine {
    font-size: 9px;
  }
  .profile-main {
    border-top: 1px solid var(--line);
    padding-top: 17px;
  }
  .profile-kana {
    font-size: 10px;
  }
  .profile-main h1 {
    font-size: 34px;
  }
  .profile-headline {
    font-size: 16px;
  }
  .profile-main .rating {
    font-size: 11px;
  }
  .profile-facts {
    font-size: 11px;
    grid-template-columns: 94px 1fr;
  }
  .profile-facts dt,
  .profile-facts dd {
    padding: 10px;
  }
  .profile-cta .wine-button {
    font-size: 14px;
  }
  .profile-cta .trial-label {
    font-size: 12px;
  }
  .profile-message {
    padding: 20px;
  }
  .profile-message h2,
  .profile-review-section h2 {
    font-size: 19px;
  }
  .profile-message p {
    font-size: 12px;
    line-height: 2.2;
  }
  .page-heading {
    padding: 8px 0 18px;
    margin-bottom: 22px;
  }
  .page-heading h1 {
    font-size: 24px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .point-summary {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .point-summary > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px;
  }
  .point-summary strong {
    font-size: 39px;
  }
  .point-summary b {
    font-size: 12px;
  }
  .point-summary p {
    font-size: 11px;
  }
  .point-summary small {
    font-size: 9px;
  }
  .center-heading {
    font-size: 17px;
  }
  .point-plans {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .point-plan {
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    align-items: center;
  }
  .plan-label {
    grid-column: 1/-1;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .point-plan h3 {
    font-size: 36px;
    margin-top: 10px;
    grid-column: 1;
  }
  .plan-minutes {
    grid-column: 1;
    font-size: 10px;
  }
  .plan-price {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
    margin: 10px 0;
  }
  .point-plan .primary {
    grid-column: 2;
    grid-row: 3/5;
    font-size: 10px;
    padding: 10px 7px;
  }
  .wallet-info {
    padding: 20px;
  }
  .wallet-info p {
    font-size: 11px;
  }
  .history-card {
    padding: 20px;
  }
  .review-filter select {
    min-width: 170px;
  }
  .review-card {
    padding: 19px;
  }
  .review-heading {
    gap: 10px;
  }
  .review-heading .stars {
    font-size: 11px;
  }
  .review-card p {
    font-size: 12px;
  }
  .consult-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .consult-profile {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 14px;
    position: relative;
    text-align: left;
    padding: 15px;
  }
  .consult-profile > .portrait {
    grid-column: 1;
    grid-row: 1/5;
    margin: 0;
    border-width: 2px;
  }
  .consult-profile > .ai-tag {
    grid-column: 2;
    width: max-content;
    font-size: 8px;
    margin-bottom: 3px;
  }
  .consult-profile h2 {
    grid-column: 2;
    font-size: 22px;
    line-height: 1.6;
    margin: 0;
  }
  .consult-profile > p {
    grid-column: 2;
    font-size: 10px;
  }
  .consult-rate {
    grid-column: 2;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 10px;
  }
  .consult-rate b {
    font-size: 23px;
  }
  .context-card {
    grid-column: 1/-1;
    padding-top: 12px;
    margin-top: 13px;
  }
  .tarot-result {
    grid-column: 1/-1;
    margin-top: 15px;
    text-align: center;
    padding: 15px;
  }
  .tarot-mark {
    font-size: 35px;
    line-height: 1.3;
  }
  .tarot-result h3 {
    font-size: 20px;
  }
  .tarot-result p {
    margin-top: 6px;
  }
  .conversation {
    padding: 20px 16px;
    min-height: 0;
  }
  .conversation-heading {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .conversation-heading h2 {
    font-size: 27px;
  }
  .conversation-heading h2 small {
    font-size: 12px;
  }
  .session-state {
    font-size: 10px;
    padding: 3px 7px;
  }
  .setup-lead {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .setup .check {
    font-size: 11px;
  }
  .duration-row {
    gap: 12px;
  }
  .duration-row select {
    min-width: 112px;
    font-size: 12px;
  }
  .duration-row > span {
    font-size: 10px;
    flex: 1;
  }
  .duration-row small {
    font-size: 9px;
  }
  .setup .primary {
    font-size: 13px;
    padding: 14px 8px;
  }
  .privacy-copy {
    font-size: 10px;
  }
  .call-bar {
    gap: 9px;
    padding: 9px;
  }
  .wave {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .call-bar #timer {
    font-size: 21px;
  }
  .call-bar #remaining {
    font-size: 9px;
  }
  .call-bar .small-button {
    font-size: 9px;
    padding: 5px;
  }
  .transcript {
    min-height: 250px;
    max-height: 450px;
  }
  .bubble {
    padding: 13px;
    font-size: 12px;
    margin-right: 5%;
    line-height: 1.9;
  }
  .bubble.user {
    margin-left: 5%;
  }
  .call-footer .tiny {
    font-size: 9px;
  }
  .end-button {
    font-size: 10px;
    padding: 7px 11px;
  }
  .ended > h3 {
    font-size: 21px;
  }
  .ended > #receipt {
    font-size: 11px;
  }
  .ended #note-editor,
  .review-form {
    padding: 15px;
  }
  .ended #note-editor label,
  .review-form label {
    font-size: 10px;
  }
  .review-form h3 {
    font-size: 18px;
  }
  .review-form .fine {
    font-size: 10px;
  }
  .footer {
    padding: 26px 16px;
  }
  .footer nav {
    gap: 14px;
  }
  .footer button {
    font-size: 9px;
  }
  .footer p {
    font-size: 9px;
  }
  .toast {
    font-size: 11px;
    padding: 12px 17px;
    bottom: 15px;
  }
  dialog {
    padding: 25px;
  }
  dialog h2 {
    font-size: 22px;
  }
  .note-card {
    padding: 20px;
  }
  .note-card h3 {
    font-size: 19px;
  }
  .faq {
    padding: 20px;
  }
  .faq details {
    font-size: 12px;
  }
  .faq p {
    font-size: 11px;
  }
  .help-steps h2 {
    font-size: 17px;
  }
  .help-steps p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 24px;
  max-width: calc(100% - 32px);
  width: max-content;
  background: #443050;
  color: white;
  box-shadow: 0 4px 22px #3c26434d;
  z-index: 20;
  border: 1px solid #9471a2;
  font-size: 12px;
  border-radius: 5px;
}
.footer-brand small {
  display: block;
  font: 10px/2 var(--sans);
  letter-spacing: 0.12em;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 18px 0;
}
dialog .close {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 22px;
  color: #9679a5;
}

#mic {
  font-size: 13px;
  padding: 10px 20px;
  border-color: #b095bc;
  background: #f5edf9;
  color: #735285;
  font-weight: 600;
}
.hero-copy h1 {
  white-space: nowrap;
}
@media (max-width: 560px) {
  .hero-copy h1 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .hero-person.center {
    width: 113%;
  }
  #mic {
    font-size: 12px;
    padding: 10px 16px;
  }
}

/* v0.3: telephone-fortune-telling storefront */
:root {
  --ink: #39343b;
  --muted: #796f7d;
  --purple: #634479;
  --deep: #493453;
  --wine: #952644;
  --gold: #a9813d;
  --line: #e3dce6;
}
body {
  background: #fff;
  color: var(--ink);
}
.utility {
  background: #f4f1f5;
  color: #6d5d75;
}
.utility button {
  color: #6d5d75;
}
.header-main {
  min-height: 98px;
  gap: 34px;
}
.brand-mark {
  width: 40px;
  height: 40px;
  color: #9b7848;
  flex: none;
}
.brand strong {
  font: 39px/1.1 var(--serif);
  letter-spacing: 0.14em;
  color: #674574;
}
.brand small {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #86738c;
}
.header-promise {
  font-size: 15px;
  color: #62546a;
}
.header-promise small {
  font-size: 11px;
  color: #796e7f;
}
.header-account {
  gap: 18px;
}
.balance {
  font-size: 12px;
}
.gold-button {
  background: #a48348;
}
.header-account .gold-button {
  padding: 12px 24px;
}
.header nav button.active {
  background: #f5f0f7;
}
.header nav button {
  font-weight: 500;
}
.mode-notice {
  background: none;
  border: none;
  font-size: 10px;
  padding: 7px 0;
  color: #857b8a;
}
.footer .mode-notice {
  max-width: 800px;
  margin: 8px auto;
}
.home-hero {
  gap: 18px;
}
.hero-main {
  min-height: 330px;
  background: #5e456b;
}
.hero-main:before {
  display: none;
}
.hero-copy {
  padding-top: 29px;
  padding-bottom: 26px;
  flex-basis: 47%;
}
.hero-copy .eyebrow {
  font: 12px/1.7 var(--sans);
  color: #e0cead;
  letter-spacing: 0.13em;
}
.hero-copy h1 {
  font-size: 34px;
  letter-spacing: 0.055em;
  margin: 13px 0;
  line-height: 1.8;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 12px;
  color: #f3eaf5;
}
.hero-button {
  background: #fffaf0;
  border-color: #d0b789;
  font-size: 12px;
  font-weight: 500;
}
.hero-footnote {
  font-size: 10px;
  color: #ddcfdf;
}
.hero-portraits {
  padding: 28px 20px 20px 0;
  gap: 12px;
}
.hero-person.side,
.hero-person.center {
  width: 32%;
  margin: 0;
  transform: none;
}
.hero-person .portrait,
.hero-person.center .portrait {
  border-radius: 2px;
  box-shadow: 0 4px 12px #25163044;
  border: 3px solid #f8f2ea;
}
.hero-person:first-child {
  transform: translateY(-20px) rotate(-3deg);
}
.hero-person.center {
  width: 37%;
  transform: translateY(15px) rotate(2deg);
}
.hero-person:last-of-type {
  transform: translateY(-10px) rotate(-2deg);
}
.hero-person span {
  font-size: 14px;
  margin-top: 10px;
}
.welcome-card {
  background: #fcf8f1;
}
.welcome-card .fine {
  color: #7b6953;
}
.welcome-card .wine-button {
  background: #9a294e;
}
.welcome-label {
  color: #74624a;
}
.welcome-card p.welcome-points {
  color: #826340;
}
.service-strip {
  background: #faf8fb;
  margin-bottom: 27px;
  color: #64536d;
  font-size: 12px;
}
.section-heading h2 {
  font: 22px/1.6 var(--serif);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #53405d;
}
.section-heading {
  padding-bottom: 13px;
}
.search-panel {
  background: #f9f7fa;
  padding: 16px;
  border-color: #e1d9e6;
  margin-bottom: 20px;
}
.search-panel > label {
  font-size: 12px;
  color: #65516f;
}
.search-input input {
  background: #fff;
  color: #453949;
  font-size: 13px;
}
.topic-filters button {
  font-size: 12px;
  padding: 4px 13px;
  color: #604c6e;
}
.sort-label {
  font-size: 11px;
}
.sort-label select {
  font-size: 12px;
}
.filter-footer .check {
  font-size: 12px;
}
.guide-grid {
  gap: 22px 18px;
}
.guide-card {
  box-shadow: none;
  border-color: #ddd3e2;
}
.portrait-ribbon {
  background: #584168e8;
  font-family: var(--sans);
  font-size: 13px;
  padding: 5px 8px;
  letter-spacing: 0.06em;
}
.guide-body {
  padding: 15px;
}
.guide-status {
  margin-bottom: 8px;
}
.available {
  font-size: 11px;
  color: #447250;
}
.trial-badge {
  font-size: 10px;
  color: #966d34;
  border-color: #d8c2a0;
  background: #fffaf2;
}
.guide-body h3 {
  font-size: 26px;
  color: #46384e;
}
.guide-body h3 small {
  font-size: 13px;
}
.kana {
  font-size: 10px;
  color: #887b8e;
}
.guide-headline {
  font-size: 12px;
  color: #66596d;
  line-height: 1.75;
  min-height: 44px;
}
.tags span {
  font-size: 10px;
  background: #f4f0f6;
  color: #6b5577;
  border: none;
  padding: 2px 6px;
}
.rating {
  font-size: 11px;
  color: #98772e;
}
.guide-price {
  font-size: 11px;
  color: #79667e;
}
.guide-price strong {
  color: #962d51;
}
.profile-button {
  font-size: 12px;
  color: #5a3b6b;
  border-color: #a58bae;
  padding: 10px 5px;
  font-weight: 500;
}
.portal-sidebar {
  padding-top: 51px;
}
.side-panel {
  border-color: #ddd4e3;
  background: #fff;
}
.side-panel h3 {
  font-size: 14px;
  color: #604c6c;
}
.side-panel p {
  font-size: 12px;
  color: #76687d;
}
.side-panel #side-topics button {
  font-size: 12px;
  color: #67516f;
}
.repeat-panel {
  background: #faf6f8;
}
.repeat-panel h3 {
  font-size: 20px;
}
.side-icon {
  font-size: 30px;
  color: #9b6680;
}
.steps-panel li {
  font-size: 12px;
  color: #73617c;
}
.steps-panel .text-button {
  font-size: 11px;
}
.profile-kana {
  color: #7d6b87;
}
.profile-headline {
  color: #785782;
}
.profile-aside .portrait {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #d9cddd;
}
.profile-flags {
  justify-content: flex-start;
  margin: 17px 0 7px;
}
.profile-facts {
  font-size: 13px;
}
.profile-facts dt {
  background: #f7f4f8;
  color: #7b6586;
}
.profile-facts dd {
  color: #58465f;
}
.profile-message p {
  font-size: 14px;
  color: #67576f;
}
.profile-message h2,
.profile-review-section h2 {
  font-size: 22px;
}
.profile-cta .fine {
  font-size: 11px;
  color: #7c6a88;
}
.consult-profile > p {
  color: #715f7c;
}
.context-card p {
  color: #7c6b86;
  font-size: 11px;
}
.service-disclosure {
  margin: 0 0 18px;
  padding: 15px 17px;
  background: #f6f4f7;
  border: 1px solid #ded6e3;
  color: #64566d;
  font-size: 12px;
  line-height: 1.9;
}
.service-disclosure strong {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
.service-disclosure p + p {
  margin-top: 8px;
}
.privacy-copy {
  color: #7e7086;
}
.bubble {
  color: #594664;
  font-size: 14px;
}
.bubble small {
  color: #887095;
}
.review-empty h3 {
  font-size: 19px;
  color: #76607f;
}
.review-empty p {
  font-size: 12px;
  color: #8b7b94;
}
.footer {
  background: #f6f3f7;
}
.footer .footer-brand {
  font-family: var(--serif);
  font-size: 31px;
  letter-spacing: 0.12em;
}
.footer .footer-brand small {
  font-size: 10px;
}
.footer-links button {
  font-size: 11px;
  color: #6b507b;
}
.footer p {
  color: #83758c;
}
.page-heading h1 {
  font-size: 29px;
}
.page-heading .eyebrow {
  display: none;
}
.page-heading p {
  font-size: 13px;
  color: #7f7187;
}
.help-steps p,
.faq p {
  color: #74657f;
  font-size: 13px;
}
.end-symbol {
  font-size: 25px;
}
.guide-photo .portrait {
  filter: none;
}
@media (max-width: 1050px) {
  .header-main {
    gap: 20px;
  }
  .hero-copy {
    flex-basis: 50%;
    padding-left: 24px;
  }
  .hero-copy h1 {
    font-size: 29px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
  }
  .hero-person.side:last-of-type {
    display: block;
  }
  .hero-portraits {
    gap: 8px;
    padding-right: 16px;
  }
  .hero-person span {
    font-size: 12px;
  }
  .hero-button {
    font-size: 10px;
    gap: 8px;
  }
  .guide-body {
    padding: 12px;
  }
  .guide-status {
    flex-wrap: wrap;
  }
  .guide-headline {
    min-height: 64px;
  }
  .profile-button {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .header-main {
    min-height: 90px;
  }
  .brand strong {
    font-size: 34px;
  }
  .brand-mark {
    width: 33px;
    height: 33px;
  }
  .header-account .gold-button {
    padding: 9px 16px;
  }
  .hero-main {
    min-height: 300px;
  }
  .hero-copy {
    flex-basis: 46%;
  }
  .hero-copy h1 {
    font-size: 31px;
  }
  .hero-person.side {
    width: 30%;
  }
  .hero-person.center {
    width: 36%;
  }
  .hero-portraits {
    padding-left: 10px;
  }
  .guide-headline {
    min-height: 43px;
  }
  .service-strip {
    font-size: 11px;
  }
  .guide-grid {
    gap: 17px 13px;
  }
  .profile-facts {
    font-size: 12px;
  }
  .profile-facts dt,
  .profile-facts dd {
    padding: 10px;
  }
  .welcome-card .fine {
    font-size: 9px;
  }
}
@media (max-width: 560px) {
  .utility > div {
    font-size: 8px;
  }
  .header-main {
    padding: 13px 12px;
    gap: 10px;
    min-height: 82px;
  }
  .brand {
    gap: 6px;
  }
  .brand strong {
    font-size: 28px;
    letter-spacing: 0.08em;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 0.03em;
  }
  .brand-mark {
    width: 27px;
    height: 27px;
  }
  .header-account {
    max-width: 155px;
    gap: 5px;
  }
  .balance {
    font-size: 10px !important;
  }
  .header-account .gold-button {
    font-size: 10px;
    padding: 6px 14px;
  }
  .header nav button {
    font-size: 10px;
  }
  .hero-main {
    min-height: 274px;
  }
  .hero-copy {
    flex-basis: 57%;
    padding: 24px 0 20px 17px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .hero-copy h1 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 14px 0;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 10px;
  }
  .hero-button {
    font-size: 9px;
    padding: 9px 10px;
    margin: 18px 0 10px;
  }
  .hero-footnote {
    font-size: 8px;
  }
  .hero-portraits {
    padding: 20px 13px 24px 0;
    isolation: isolate;
  }
  .hero-person.center {
    width: 102%;
    transform: translateY(6px) rotate(2deg);
    margin: 0;
  }
  .hero-person .portrait,
  .hero-person.center .portrait {
    border-width: 3px;
    box-shadow: 0 3px 9px #25163055;
  }
  .hero-person span {
    font-size: 13px;
  }
  .hero-person.side:last-of-type {
    display: none;
  }
  .welcome-card .fine {
    font-size: 8px;
  }
  .welcome-card {
    padding: 16px 13px;
  }
  .welcome-card .wine-button {
    font-size: 10px;
  }
  .welcome-card p.welcome-points {
    font-size: 12px;
  }
  .welcome-label {
    font-size: 11px;
  }
  .service-strip {
    font-size: 10px;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 19px;
  }
  .section-heading {
    padding-bottom: 11px;
  }
  .search-panel {
    padding: 13px;
  }
  .search-panel > label {
    font-size: 11px;
  }
  .search-input input {
    font-size: 12px;
  }
  .topic-filters button {
    font-size: 11px;
    padding: 4px 10px;
  }
  .sort-label {
    font-size: 9px;
  }
  .sort-label select {
    font-size: 10px;
  }
  .filter-footer .check {
    font-size: 10px;
  }
  .guide-grid {
    gap: 16px 12px;
  }
  .guide-body {
    padding: 11px;
  }
  .portrait-ribbon {
    font-size: 11px;
    padding: 5px;
  }
  .guide-body h3 {
    font-size: 24px;
  }
  .guide-body h3 small {
    font-size: 12px;
  }
  .kana {
    font-size: 9px;
  }
  .guide-status {
    gap: 5px;
    flex-wrap: wrap;
  }
  .available {
    font-size: 9px;
  }
  .trial-badge {
    font-size: 8px;
    padding: 0 4px;
  }
  .guide-headline {
    font-size: 11px;
    min-height: 59px;
  }
  .tags {
    gap: 3px;
  }
  .tags span {
    font-size: 9px;
    padding: 1px 4px;
  }
  .rating {
    font-size: 9px;
    margin: 11px 0 8px;
  }
  .guide-price {
    font-size: 9px;
  }
  .guide-price strong {
    font-size: 28px;
  }
  .profile-button {
    font-size: 9px;
    padding: 10px 3px;
    white-space: normal;
  }
  .profile-facts {
    font-size: 12px;
    grid-template-columns: 100px 1fr;
  }
  .profile-facts dt,
  .profile-facts dd {
    padding: 10px;
  }
  .profile-message p {
    font-size: 13px;
  }
  .profile-cta .fine {
    font-size: 10px;
  }
  .consult-profile h2 {
    grid-row: 1/3;
  }
  .consult-profile > p {
    grid-row: 3;
    font-size: 11px;
  }
  .consult-rate {
    grid-row: 4;
  }
  .context-card p {
    font-size: 11px;
  }
  .service-disclosure {
    font-size: 11px;
    padding: 13px 14px;
  }
  .service-disclosure strong {
    font-size: 12px;
  }
  .setup .check {
    font-size: 12px;
  }
  .privacy-copy {
    font-size: 11px;
  }
  .bubble {
    font-size: 13px;
  }
  .review-empty h3 {
    font-size: 17px;
  }
  .review-empty p {
    font-size: 11px;
  }
  .page-heading h1 {
    font-size: 24px;
  }
  .page-heading p {
    font-size: 12px;
  }
  .help-steps p,
  .faq p {
    font-size: 12px;
  }
  .footer-links {
    gap: 13px;
  }
  .footer-links button {
    font-size: 10px;
  }
  .footer .mode-notice {
    font-size: 9px;
  }
}
