/* GO CHINA 1.6 — light, legible, mobile-first. Final shared design tokens. */
:root {
  --ink: #182e3e;
  --muted: #5e7180;
  --paper: #fff;
  --card: #f3f8fc;
  --card-soft: #eaf4fc;
  --line: #dce5ed;
  --sky: #0877bc;
  --sky-bright: #35b4ef;
  --sky-soft: #eaf6ff;
  --red: #d92d50;
  --red-soft: #fff0f3;
  --deep: #142f43;
  --green: var(--sky);
}
html, body { background: #edf3f7; color: var(--ink); font-size: 14px; }
body { -webkit-text-size-adjust: 100%; }
button, input, textarea, select { font-family: var(--sans); }
button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; opacity: .5; }
button:focus-visible, select:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; }
button:active:not(:disabled) { transform: translateY(1px); }
.desktop-backdrop { background: radial-gradient(ellipse at 30% 20%, #fafdff, transparent 70%), #edf3f7; }
.phone-app { background: #fff; box-shadow: 0 16px 70px #152e4226; }
.app-header { flex: 0 0 auto; height: auto; min-height: 72px; padding: 40px 22px 13px; background: #fffffff5; border-color: #edf1f5; }
.brand-eyebrow { font: 600 9px/1.4 var(--sans); color: var(--muted); letter-spacing: .1em; }
.brand strong, .brand strong span { font: 800 20px/1.15 var(--sans); letter-spacing: -.055em; }
.brand strong span { color: var(--sky); }
.header-status { max-width: 48%; font: 600 11px/1.5 var(--sans); color: var(--muted); letter-spacing: 0; }
.status-dot { flex: 0 0 6px; height: 6px; background: var(--sky-bright); box-shadow: 0 0 0 3px #e8f5ff; }
.app-content { overscroll-behavior-y: contain; scrollbar-width: thin; scrollbar-color: #baccd8 transparent; padding: 0; }
.tab-screen { padding: 24px 22px 28px; min-width: 0; }
.published-mode .phone-app { height: 100vh; height: 100dvh; min-height: 0; max-height: none; }
.published-mode .app-header { padding: max(15px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) 14px max(22px, env(safe-area-inset-left)); }
.published-mode .app-content { padding-bottom: 0; }
.published-mode .tab-screen { max-width: 560px; }
.published-mode .explore-screen { max-width: 560px; }
.bottom-nav { flex: 0 0 auto; min-height: 72px; padding: 8px max(8px, env(safe-area-inset-right)) max(9px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); gap: 2px; background: #fffffff5; border-top: 1px solid var(--line); box-shadow: 0 -5px 20px #20394905; }
.nav-button { min-height: 52px; padding: 5px 2px; gap: 5px; color: #617483; border-radius: 12px; font: 700 11px/1.35 var(--sans); letter-spacing: 0; }
.nav-button svg { width: 22px; height: 22px; stroke-width: 1.7; }
.nav-button.active { color: var(--sky); background: var(--sky-soft); }
.nav-button span { font: 700 12px/1.35 var(--sans); letter-spacing: 0; }
.nav-button.active:hover { color: var(--sky); }
.nav-button.active svg { filter: none; }
.eyebrow, .home-heading .eyebrow { color: var(--muted); font: 600 10px/1.5 var(--sans); letter-spacing: .12em; }
.eyebrow.sky { color: var(--sky); }
.eyebrow.red { color: var(--red); }
.screen-heading { gap: 12px; align-items: center; }
.screen-heading h1 { margin: 8px 0; color: var(--ink); font: 700 25px/1.35 var(--sans); letter-spacing: -.035em; }
.screen-heading p:not(.eyebrow) { color: var(--muted); font: 400 13px/1.7 var(--sans); }
.screen-subline, .service-heading .screen-subline, .translate-heading .screen-subline { display: none; }
.text-action { min-height: 44px; padding: 10px 2px; font: 600 12px/1.5 var(--sans); color: var(--sky); letter-spacing: 0; }
.section-head { align-items: center; }
.section-head strong { color: var(--ink); font: 700 14px/1.5 var(--sans); letter-spacing: 0; }
.section-head > span { color: var(--sky); font: 500 11px/1.5 var(--sans); }
.primary-button, .search-row button { min-height: 46px; border: 1px solid var(--deep); border-radius: 12px; padding: 12px 16px; background: var(--deep); color: #fff; font: 650 14px/1.5 var(--sans); letter-spacing: 0; box-shadow: none; }
.primary-button:hover, .search-row button:hover { color: #fff; background: #214861; border-color: #214861; box-shadow: none; }
.secondary-button { min-height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); padding: 10px 14px; font: 600 13px/1.5 var(--sans); }
.secondary-button:hover { background: var(--sky-soft); color: var(--sky); border-color: #a3d1ef; }
/* Home: one voice focus, one quiet input, one editorial recommendation. */
.home-screen { background: radial-gradient(ellipse 240px 190px at 50% 190px, #eff9ff, transparent 100%); }
.home-screen::before, .home-screen::after { display: none; }
.home-heading { display: none; }
.home-heading > .text-action { display: none; }
.home-greeting { margin: 24px 0 26px; }
.home-greeting p { color: var(--sky); font: 600 10px/1.5 var(--sans); letter-spacing: .18em; }
.home-greeting h2 { margin: 8px 0 9px; font: 600 28px/1.3 var(--serif); color: var(--ink); letter-spacing: -.045em; }
.home-greeting > span { color: var(--muted); font: 400 13px/1.6 var(--sans); letter-spacing: 0; }
.voice-zone { padding: 0; }
.voice-button, .voice-button:hover { width: 86px; height: 86px; background: #fff; color: var(--red); border: 1px solid #d5e7f3; box-shadow: 0 8px 28px #429ed91c, 0 0 0 9px #eaf6ff99; }
.voice-button::before, .voice-button::after { display: none; }
.voice-button .mic-icon { width: 30px; height: 30px; stroke-width: 1.8; }
.voice-button .voice-ring { display: none; }
.voice-button.listening { background: var(--red); color: #fff; border-color: var(--red); animation: recording-halo 1.7s ease-out infinite; }
.voice-zone > strong { margin-top: 20px; color: var(--ink); font: 600 13px/1.5 var(--sans); }
.voice-zone > #voiceHint { display: none; }
.voice-transcript { color: var(--sky); background: transparent; font: 500 12px/1.6 var(--sans); min-height: 0; margin: 8px 0 0; overflow-wrap: anywhere; }
.voice-transcript:empty { display: none; }
.waveform { display: none; }
.voice-zone:has(.listening) .waveform { display: flex; }
.city-search { margin-top: 22px; }
.city-search label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
.search-row { height: auto; gap: 8px; }
.search-row input { min-height: 46px; padding: 10px 12px; background: #f6f9fc; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); font: 400 16px/1.5 var(--sans); }
.search-row input::placeholder { color: #647a88; font-size: 13px; }
.search-row button { padding: 10px 13px; white-space: nowrap; font-size: 13px; }
.era-picker { margin-top: 24px; }
.era-picker .section-head strong { font: 700 13px/1.5 var(--sans); letter-spacing: 0; }
.era-picker .section-head > span { font: 600 11px/1.5 var(--sans); }
.era-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; margin-top: 12px; padding: 2px; border: 0; overflow: visible; }
.era-options button { min-width: 0; min-height: 60px; padding: 10px 3px; border: 1px solid transparent; border-radius: 10px; align-items: center; justify-content: center; gap: 5px; background: #f3f6f9; color: #566b7a; box-shadow: none; }
.era-options button[data-era] { min-width: 0; }
.era-options button span { font: 650 12px/1.4 var(--sans); letter-spacing: 0; white-space: nowrap; }
.era-options button small { margin: 0; color: #586f7f; font: 500 10px/1.4 var(--sans); white-space: nowrap; }
.era-options button:hover, .era-options button.selected { color: #075f9a; background: #e6f4ff; border-color: #82c8f3; box-shadow: none; }
.era-options button.selected small { color: #075f9a; }
.recommendation-block { margin-top: 22px; }
.recommendation-block .section-head .eyebrow { font-size: 9px; }
.recommendation-block .section-head > div > strong { margin-top: 3px; font: 700 15px/1.5 var(--sans); letter-spacing: 0; }
.recommendation-card { min-height: 190px; padding: 20px 18px 34px; margin-top: 10px; background: linear-gradient(115deg,#eef7ff,#f6fbff); border: 1px solid #deebf6; border-radius: 18px; box-shadow: none; cursor: pointer; }
.recommendation-card:hover { box-shadow: 0 8px 25px #1675b312; }
.recommendation-card::before { opacity: .3; }
.recommendation-card::after { width: 150px; height: 150px; border-color: #d92d5033; bottom: -65px; right: -65px; }
.recommendation-card h3 { margin: 12px 0 8px; font: 600 25px/1.25 var(--serif); letter-spacing: -.035em; }
.recommendation-card p { color: #526d80; font: 500 11px/1.6 var(--sans); letter-spacing: .02em; }
.tag-row { margin-top: 17px; display: flex; gap: 5px 8px; flex-wrap: wrap; }
.tag-row span { color: #456680; background: transparent; border: 0; padding: 0; margin: 0; font: 500 11px/1.5 var(--sans); }
.recommendation-card > small { left: 18px; bottom: 12px; color: #5e7180; font: 400 10px/1.5 var(--sans); letter-spacing: 0; }
.rec-arrow { font-size: 24px; }
/* Voice translation — buttons only. */
.translate-heading { margin-bottom: 24px; }
.translate-heading h1 { font-size: 25px; }
.feature-number { align-self: flex-start; margin-top: 5px; color: #c2d2e0; font: 400 34px/1 var(--serif); }
.voice-translator { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 8px 30px #24496906; }
.voice-language-row { display: grid; grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr); gap: 8px; align-items: center; padding: 16px 14px; border-bottom: 1px solid #e5edf4; background: #f4f9fd; }
.voice-language-row label { min-width: 0; }
.voice-language-row label > span { display: block; padding-left: 6px; color: var(--muted); font-size: 11px; }
.voice-language-row select { width: 100%; min-height: 44px; padding: 6px; color: var(--ink); background: transparent; border: 0; border-radius: 7px; font-size: 16px; font-weight: 650; cursor: pointer; }
.swap-language { width: 44px; height: 44px; border: 1px solid #d6e6f2; border-radius: 50%; color: var(--sky); background: #fff; }
.swap-language svg, .play-translation svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.voice-capture { display: flex; flex-direction: column; align-items: center; position: relative; padding: 26px 20px 22px; text-align: center; }
.voice-meter { display: flex; align-items: center; justify-content: center; gap: 4px; height: 20px; margin-bottom: 20px; color: #9ecfe9; }
.voice-meter i { height: 5px; width: 3px; border-radius: 5px; background: currentColor; }
.voice-meter i:nth-child(2n) { height: 11px; }
.voice-meter i:nth-child(3n) { height: 18px; }
.translate-mic { display: grid; place-items: center; width: 86px; height: 86px; border: 0; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 6px 18px #d92d502b, 0 0 0 8px #fff0f3; transition: background .2s, transform .2s; }
.translate-mic:hover { background: #c12446; }
.translate-mic > svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.stop-symbol { display: none; width: 23px; height: 23px; border-radius: 6px; background: #fff; }
.translate-mic[aria-pressed="true"] > svg { display: none; }
.translate-mic[aria-pressed="true"] > .stop-symbol { display: block; }
.voice-capture > strong { margin-top: 24px; color: var(--ink); font-size: 14px; font-weight: 650; line-height: 1.6; }
.voice-capture > p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.recording-timer { margin-top: 10px; color: #5c7587; font: 500 11px/1.4 var(--mono); font-variant-numeric: tabular-nums; }
.voice-translator[data-state="listening"] .translate-mic { animation: recording-halo 1.7s infinite; }
.voice-translator[data-state="listening"] .voice-meter { color: var(--red); }
.voice-translator[data-state="listening"] .voice-meter i { animation: voice-bars .7s ease-in-out infinite alternate; }
.voice-translator[data-state="listening"] .voice-meter i:nth-child(2n) { animation-delay: -.3s; }
.voice-translator[data-state="listening"] .recording-timer { color: var(--red); }
.voice-translator[data-state="error"] .voice-capture > strong { color: #a52c43; }
.voice-result { margin: 0 16px 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.voice-translator:has(.voice-result:not(.hidden)) .voice-capture { padding: 20px 16px 14px; }
.voice-translator:has(.voice-result:not(.hidden)) .voice-meter { display: none; }
.voice-translator:has(.voice-result:not(.hidden)) .translate-mic { width: 62px; height: 62px; }
.voice-translator:has(.voice-result:not(.hidden)) .voice-capture > strong { margin-top: 15px; }
.result-caption { display: flex; align-items: center; justify-content: space-between; gap: 6px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.result-caption > button { min-width: 44px; min-height: 44px; margin: -8px -4px -8px 0; padding: 8px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-size: 12px; }
.source-transcript { margin: 8px 0 18px; font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
.translated-bubble { padding: 14px; background: #edf7ff; border-radius: 14px; }
.translated-bubble > p { margin: 10px 0 14px; color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.6; overflow-wrap: anywhere; }
.translated-bubble > p:empty { display: none; }
.translation-origin { font-size: 10px; color: #0873b3; }
.play-translation { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border: 1px solid #add5f2; border-radius: 10px; padding: 9px 12px; color: #0867a1; background: #fff; font-size: 12px; font-weight: 600; }
.play-translation.playing { background: var(--sky); color: #fff; }
.translation-availability { margin: 14px 2px 22px; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 6px; }
.availability-dot { flex: 0 0 5px; height: 5px; margin-top: 7px; border-radius: 50%; background: #8da4b3; }
.translation-availability p { flex: 1; margin: 0; color: #596f7f; font-size: 11px; line-height: 1.75; }
.translation-availability button { flex-basis: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; color: var(--sky); background: #f8fbfd; font-size: 12px; }
.phrase-library { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.phrase-library summary { display: flex; align-items: center; gap: 12px; padding: 16px; cursor: pointer; list-style: none; }
.phrase-library summary::-webkit-details-marker { display: none; }
.phrase-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--sky); background: var(--sky-soft); font: 600 32px/1 var(--serif); padding-top: 9px; }
.phrase-library summary strong { display: block; font-size: 14px; font-weight: 650; }
.phrase-library summary small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.phrase-chevron { margin-left: auto; color: var(--sky); font-size: 21px; transition: transform .2s; }
.phrase-library[open] .phrase-chevron { transform: rotate(45deg); }
.phrase-options { padding: 0 12px; }
.phrase-options button { width: 100%; display: grid; grid-template-columns: 32px 1fr 16px; align-items: center; gap: 9px; padding: 12px 4px; min-height: 52px; text-align: left; background: #fff; border: 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; line-height: 1.5; }
.phrase-options button:hover { background: #f4f9ff; }
.phrase-options button small { color: var(--muted); font-size: 11px; }
.phrase-options button > span:last-child { color: var(--sky); }
.phrase-note { margin: 4px 16px 16px; font-size: 11px; color: var(--muted); }
.voice-privacy { margin: 18px 4px 0; color: #617888; font-size: 11px; line-height: 1.8; }
/* Plans, services and profile use the same readable type scale and surfaces. */
.empty-state { padding: 60px 10px 30px; }
.empty-spark { width: 62px; height: 62px; margin: 0 auto 20px; border-radius: 20px; background: #edf7ff; color: var(--sky); font-size: 28px; }
.empty-state h2 { color: var(--ink); font: 600 19px/1.4 var(--sans); }
.empty-state p { font: 400 13px/1.8 var(--sans); color: var(--muted); margin: 10px auto 24px; max-width: 260px; }
.empty-state .primary-button { padding: 12px 22px; }
.plan-library-head h2, .profile-section-head h2, .login-card-head strong { font: 650 16px/1.5 var(--sans); letter-spacing: 0; }
.plan-library-actions > span, .plan-detail-meta > strong { font: 500 11px/1.5 var(--sans); color: var(--muted); }
.plan-stack { gap: 12px; }
.plan-version-card { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.plan-version-card:hover, .plan-version-card.expanded { border-color: #9dcdeb; background: #f7fbff; }
.plan-version-toggle { grid-template-columns: 48px minmax(0,1fr) 20px; padding: 18px 14px; }
.plan-version-no { font-size: 10px; color: var(--sky); }
.plan-version-main strong { font: 650 17px/1.5 var(--sans); letter-spacing: 0; }
.plan-version-main b { color: #405d70; font: 500 13px/1.6 var(--sans); }
.plan-version-main small { color: var(--muted); font: 400 11px/1.6 var(--sans); }
.plan-version-detail { padding: 0 16px 16px; }
.plan-version-detail .plan-item, .plan-item { padding: 16px 0; gap: 12px; }
.plan-version-detail .plan-item b, .plan-item b { flex: 0 0 24px; font: 600 12px/1.6 var(--mono); color: var(--sky); }
.plan-version-detail .plan-item strong, .plan-item strong { font: 600 14px/1.6 var(--sans); color: var(--ink); letter-spacing: 0; }
.plan-version-detail .plan-item span, .plan-item span { font: 400 12px/1.7 var(--sans); color: var(--muted); }
.plan-version-detail .plan-item em, .plan-item em { font: 500 10px/1.6 var(--sans); color: #49728c; letter-spacing: .035em; }
.plan-item em { display: block; margin-top: 3px; }
.result-summary { color: var(--muted); font: 500 12px/1.7 var(--sans); }
.plan-detail-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.service-heading { margin-bottom: 20px; }
.service-context-bar { display: flex; margin: 0 0 18px; padding: 13px; border: 1px solid #d8eafa; border-radius: 12px; background: #f0f8ff; gap: 8px; flex-wrap: wrap; }
.service-context-bar > span:not(.context-pulse) { font-size: 10px; }
.service-context-bar strong { font: 600 12px/1.5 var(--sans); }
.context-live { display: none; }
.context-pulse { background: var(--sky); box-shadow: none; }
.service-grid { gap: 12px; }
.service-card { min-height: 154px; padding: 17px 14px; background: #f7fafc; border: 1px solid var(--line); border-radius: 16px; box-shadow: none; }
.service-card:hover { background: #eef7ff; border-color: #a9d0ed; box-shadow: none; }
.service-match { display: none; }
.service-icon { width: 36px; height: 36px; border: 0; border-radius: 11px; background: #e6f3fd; color: var(--sky); font-size: 21px; }
.service-card strong { margin-top: 13px; color: var(--ink); font: 650 15px/1.5 var(--sans); letter-spacing: 0; }
.service-card small { margin-top: 5px; font: 400 11px/1.7 var(--sans); color: var(--muted); }
.service-card i { font-size: 20px; color: var(--sky); }
.service-card-wide { min-height: 104px; }
.service-card-wide { grid-template-columns: 40px minmax(0,1fr) 20px; }
.service-card-wide strong { margin-top: 0; }
.profile-settings { min-width: 44px; height: 44px; border-radius: 14px; border-color: var(--line); color: var(--muted); font-size: 21px; }
.login-card { margin-top: 30px; }
.login-card-head { border-color: var(--line); }
.login-card-head > span, .profile-section-head > span { font: 500 10px/1.5 var(--sans); color: var(--muted); }
.login-grid { gap: 8px; }
.login-button { min-height: 78px; padding: 12px 10px; border: 1px solid var(--line); border-radius: 12px; background: #f7fafc; }
.login-button:hover { background: #eef7ff; border-color: #a9d0ed; box-shadow: none; }
.login-button span { font-size: 20px; color: var(--sky); }
.login-button strong { font: 600 12px/1.5 var(--sans); letter-spacing: -.015em; }
.profile-section { margin-top: 30px; }
.profile-placeholder { min-height: 72px; padding: 14px 12px; gap: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; }
.profile-placeholder strong { color: var(--muted); font: 400 12px/1.5 var(--sans); }
.profile-placeholder button { min-height: 44px; min-width: 55px; color: var(--sky); font: 600 12px/1.5 var(--sans); }
.recent-destination { min-height: 80px; padding: 14px 12px; border-radius: 12px; background: #f7fafc; border-color: var(--line); }
.recent-destination strong { font: 600 13px/1.6 var(--sans); }
.recent-destination strong small, .recent-destination div > small { color: var(--muted); font: 400 11px/1.6 var(--sans); }
.recent-icon { font-size: 23px; color: var(--sky); }
/* Detail views and sheets stay within the phone viewport. */
.explore-topbar { padding: 12px 20px; }
.keyword-pill, .scene-status, .topic-count { font-size: 11px; }
.round-button, .sheet-close { width: 44px; height: 44px; }
.explore-hero { padding: 14px 22px 26px; }
.explore-hero h1 { font-size: 38px; }
.explore-hero h2 { font: 600 20px/1.5 var(--sans); }
.explore-hero > p:not(.eyebrow), .episode-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; color: var(--muted); }
.explore-actions { flex-wrap: wrap; gap: 10px; }
.explore-content { padding: 22px; }
.explore-content h3, .episode-copy h3 { font: 650 18px/1.5 var(--sans); }
.source-line { font-size: 11px; line-height: 1.8; padding: 12px 22px; }
.topic-card strong { font: 600 15px/1.6 var(--sans); }
.topic-card small, .scene-preview-footer, .scene-preview-art small, .episode-copy button { font-size: 12px; line-height: 1.6; }
.scene-modes button { min-height: 44px; font-size: 13px; }
.chat-heading > div strong { font-size: 13px; }
.chat-heading > div span, .online-tag { font-size: 11px; }
.keyword-messages, .keyword-answer { font-size: 13px; line-height: 1.8; }
.keyword-composer input { font-size: 16px; }
.keyword-composer button { min-width: 44px; height: 44px; }
.loading-layer, .sheet-layer, .service-layer { background: #172c425c; backdrop-filter: blur(7px); }
.plan-sheet, .service-modal { width: min(100%,560px); max-height: 90%; padding: 30px 22px max(24px, env(safe-area-inset-bottom)); border: 1px solid var(--line); border-radius: 24px 24px 0 0; background: #fff; box-shadow: 0 -12px 45px #102e4326; overscroll-behavior: contain; }
.sheet-close { top: 10px; right: 12px; border-radius: 50%; color: var(--muted); background: #f2f6fa; }
.plan-sheet h2, .service-modal h2 { margin-top: 16px; padding-right: 30px; font: 650 23px/1.5 var(--sans); letter-spacing: -.025em; }
.sheet-intro, .service-modal > p:not(.eyebrow) { color: var(--muted); font: 400 13px/1.7 var(--sans); }
.option-group > label { color: var(--ink); font: 600 13px/1.5 var(--sans); }
.option-row button, .interest-row button { min-height: 44px; padding: 10px 14px; border-radius: 10px; color: var(--muted); background: #f4f8fc; border-color: var(--line); font-size: 13px; }
.option-row button.selected, .interest-row button.selected { border-color: #92c7eb; color: #075f9a; background: #e7f4ff; }
.sheet-back { min-height: 44px; font-size: 13px; color: var(--sky); }
.service-modal-icon { border: 0; border-radius: 12px; background: var(--sky-soft); color: var(--sky); }
.service-generated strong { font: 600 15px/1.7 var(--sans); color: var(--ink); }
.service-generated small, .service-generated b, .service-generated span { color: var(--muted); font: 400 12px/1.7 var(--sans); }
.service-modal-actions .primary-button, .service-modal-actions .secondary-button { min-height: 48px; font-size: 13px; }
.service-match-item, .route-card, .ticket-preview, .esim-preview, .arrival-preview { background: #f4f9fd; border-color: var(--line); border-radius: 12px; }
.loading-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.loading-card > p:not(.eyebrow), .loading-step { color: var(--muted); font-size: 13px; }
.loading-step > span { font-size: 11px; }
.toast { max-width: calc(100% - 32px); width: max-content; bottom: calc(88px + env(safe-area-inset-bottom)); padding: 12px 18px; border: 0; border-radius: 14px; color: #fff; background: #173349f2; box-shadow: 0 8px 24px #16314526; font: 500 13px/1.65 var(--sans); white-space: normal; overflow-wrap: anywhere; }
.demo-note { margin: 16px 0 0; padding: 12px 14px; background: #f5f8fb; border-radius: 10px; color: var(--muted); font-size: 12px; line-height: 1.65; }
@keyframes recording-halo { 0% { box-shadow: 0 0 0 8px #d92d5015; } 100% { box-shadow: 0 0 0 20px #d92d5000; } }
@keyframes voice-bars { from { transform: scaleY(.4); } to { transform: scaleY(1.25); } }
@media (min-width: 700px) {
  .published-mode .app-header, .published-mode .bottom-nav { padding-left: max(22px, calc((100vw - 560px) / 2)); padding-right: max(22px, calc((100vw - 560px) / 2)); }
  .published-mode .tab-screen { padding-top: 30px; }
}
@media (max-width: 360px) {
  .tab-screen { padding-left: 16px; padding-right: 16px; }
  .voice-language-row { gap: 4px; padding: 14px 10px; }
  .voice-language-row select { font-size: 16px; }
  .era-options { gap: 4px; }
  .era-options button small { font-size: 10px; }
  .service-card { padding: 14px 12px; }
  .login-button { padding: 10px 8px; }
  .login-button strong { font-size: 11px; }
  .feature-number { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
