@charset "UTF-8";

/* 作者：搭客佬 */
/* 链接：https://www.hanimemax.cn/ */

:root {
  --navy: #173b70;
  --blue: #67b8ed;
  --blue-soft: #eaf7ff;
  --pink: #ff6f9a;
  --pink-soft: #fff0f5;
  --mint: #5fd4b5;
  --ink: #183556;
  --muted: #69819d;
  --line: #cfe1ee;
  --paper: #f8fcff;
  --white: #ffffff;
  --header-height: 76px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; overscroll-behavior-x: none; scroll-behavior: auto; touch-action: pan-y pinch-zoom; }
body { position: relative; width: 100%; max-width: 100%; min-width: 0; margin: 0; overflow-x: clip; overscroll-behavior-x: none; color: var(--ink); background: var(--paper); font: 14px/1.7 "Microsoft YaHei", "PingFang SC", Arial, sans-serif; -webkit-text-size-adjust: 100%; touch-action: pan-y pinch-zoom; }
body.menu-open { overflow-y: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { padding: 0; border: 0; background: transparent; cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
.container, .header-inner, .hero-inner, .footer-inner { width: min(calc(100% - 40px), var(--container)); max-width: 100%; margin-inline: auto; }
.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; }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: var(--header-height); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 11px; }
.brand img { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px; object-fit: contain; }
.brand-copy { display: flex; min-width: 0; flex-direction: column; line-height: 1.25; }
.brand-copy strong { color: var(--navy); font-size: 18px; white-space: nowrap; }
.brand-copy span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.main-nav ul { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; display: block; padding: 27px 0 24px; color: var(--ink); font-weight: 700; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--pink); content: ""; opacity: 0; }
.main-nav a:hover, .main-nav a.is-active { color: var(--pink); }
.main-nav a.is-active::after { opacity: 1; }
.mobile-actions { display: none; align-items: center; gap: 8px; }
.header-download { padding: 9px 14px; color: var(--white); background: var(--pink); font-size: 12px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: grid; width: 42px; height: 42px; border: 1px solid var(--navy); place-items: center; }
[class^="i-"], [class*=" i-"] { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; background-position: center; background-repeat: no-repeat; background-size: contain; vertical-align: middle; }
.i-menu { background-image: url("../icons/menu.svg"); filter: brightness(.35); }
.i-search { background-image: url("../icons/search.svg"); }
.i-heart { background-image: url("../icons/heart.svg"); }
.i-bell { background-image: url("../icons/bell.svg"); }
.i-download { background-image: url("../icons/download.svg"); }
.i-globe { background-image: url("../icons/globe.svg"); }
.i-avatar { background-image: url("../icons/avatar.svg"); }
.i-top { background-image: url("../icons/top.svg"); }

main { width: 100%; max-width: 100%; overflow-x: clip; padding-top: var(--header-height); }
.site-header { width: 100%; max-width: 100%; }
.hero, .section, .download-section, .site-footer { width: 100%; max-width: 100%; overflow-x: clip; }
.hero { overflow: hidden; background: radial-gradient(circle at 90% 20%, rgba(103,184,237,.22), transparent 30%), linear-gradient(135deg, #f4fbff 0%, #e6f6ff 48%, #fff1f6 100%); }
.hero-inner { display: grid; min-height: 680px; grid-template-columns: minmax(0, 1fr) 500px; align-items: center; gap: 70px; }
.hero-copy { min-width: 0; padding: 76px 0; }
.eyebrow, .section-index { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.hero h1 { margin-top: 14px; color: var(--navy); font-size: clamp(76px, 8vw, 118px); font-weight: 900; letter-spacing: -.06em; line-height: .95; white-space: nowrap; }
.hero-copy > h2 { margin-top: 22px; font-size: clamp(28px, 3vw, 42px); line-height: 1.25; }
.hero-description { max-width: 650px; margin-top: 20px; color: #526d8c; font-size: 16px; }
.feature-list { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 26px; }
.feature-list li { display: flex; align-items: center; gap: 9px; }
.feature-list i { width: 38px; height: 38px; padding: 9px; border: 1px solid #bdddf0; border-radius: 50%; background-color: var(--white); background-size: 20px; }
.feature-list span { display: flex; flex-direction: column; font-weight: 800; }
.feature-list small { color: var(--muted); font-size: 12px; font-weight: 400; }
.primary-download { display: inline-flex; min-width: 220px; height: 58px; margin-top: 32px; border-radius: 30px; align-items: center; justify-content: center; gap: 10px; color: var(--white); background: var(--pink); font-size: 17px; font-weight: 900; }
.primary-download i { filter: brightness(0) invert(1); }
.primary-download:hover { color: var(--navy); background: var(--white); }
.primary-download:hover i { filter: none; }
.age-label { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; }

.anime-console { width: 100%; max-width: 100%; min-width: 0; padding: 30px; border: 1px solid #baddec; border-radius: 26px; background: rgba(255,255,255,.92); }
.console-head { display: flex; align-items: flex-start; justify-content: space-between; }
.console-head > div { display: flex; flex-direction: column; }
.console-head span, .stats-head span, .radar-title span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.console-head h2 { margin-top: 1px; font-size: 30px; }
.sync-state { display: inline-flex; padding: 7px 10px; border-radius: 18px; align-items: center; gap: 6px; color: #26866e !important; background: #ebfff9; letter-spacing: 0 !important; }
.sync-state i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.genre-tabs { display: grid; margin-top: 22px; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.genre-tabs button { height: 38px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); background: #f7fbff; }
.genre-tabs button.is-active { color: var(--white); border-color: var(--pink); background: var(--pink); }
.console-show { display: grid; margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; grid-template-columns: 100px 1fr; gap: 18px; background: var(--white); }
.console-cover { display: flex; width: 100px; height: 132px; align-items: center; justify-content: center; overflow: hidden; border-radius: 14px; background: var(--pink-soft); }
.console-cover img { width: 100%; height: 100%; object-fit: contain; }
.show-info { display: flex; flex-direction: column; justify-content: center; }
.show-info > span:first-child { color: var(--pink); font-size: 12px; font-weight: 700; }
.show-info h3 { margin-top: 4px; font-size: 23px; }
.show-info > p { color: var(--muted); }
.progress-label { display: flex; margin-top: 14px; justify-content: space-between; font-size: 12px; }
.progress-track { height: 6px; margin-top: 6px; overflow: hidden; border-radius: 4px; background: #dcebf5; }
.progress-track i { display: block; width: 73%; height: 100%; background: var(--blue); }
.episode-list { display: grid; margin-top: 14px; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.episode-list button { height: 38px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-weight: 700; }
.episode-list button.is-active { color: var(--white); border-color: var(--pink); background: var(--pink); }
.console-actions { display: grid; margin-top: 14px; grid-template-columns: 1fr 1fr; gap: 12px; }
.console-actions button { height: 48px; border-radius: 24px; font-weight: 800; }
.follow-button { color: var(--white); background: var(--pink); }
.switch-button { color: var(--navy); border: 1px solid #b4d8ec; background: var(--blue-soft); }
.console-message { margin-top: 14px; color: var(--muted); font-size: 12px; text-align: center; }

.section { padding: 92px 0; }
.section-heading { display: flex; margin-bottom: 44px; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin-top: 8px; font-size: clamp(38px, 5vw, 58px); line-height: 1.1; }
.section-heading > p { max-width: 450px; color: var(--muted); text-align: right; }
.schedule-section { background: var(--white); }
.schedule-layout { display: grid; grid-template-columns: 1fr 330px; gap: 20px; }
.week-route, .update-radar { border: 1px solid var(--line); border-radius: 22px; background: #fbfdff; }
.week-track { display: grid; grid-template-columns: repeat(7, 1fr); border-bottom: 1px solid var(--line); }
.week-track button { min-height: 70px; color: var(--muted); border-right: 1px solid #e1edf4; }
.week-track button:last-child { border-right: 0; }
.week-track button span, .week-track button small { display: block; }
.week-track button small { font-size: 12px; }
.week-track button.is-active { color: var(--pink); background: var(--pink-soft); }
.schedule-cards { display: grid; padding: 24px 18px; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.schedule-cards article { min-width: 0; text-align: center; }
.schedule-cards img { width: 100%; height: 140px; border-radius: 12px; object-fit: contain; background: var(--blue-soft); }
.schedule-cards strong, .schedule-cards span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.schedule-cards strong { margin-top: 8px; font-size: 12px; }
.schedule-cards span { color: var(--muted); font-size: 12px; }
.update-radar { padding: 26px; background: linear-gradient(160deg, #eff9ff, #fff6fa); }
.radar-title h3 { margin-top: 2px; font-size: 27px; }
.update-radar ul { margin-top: 18px; }
.update-radar li { display: flex; padding: 16px 0; border-top: 1px solid var(--line); align-items: flex-start; gap: 11px; }
.radar-dot { width: 12px; height: 12px; margin-top: 6px; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 4px rgba(103,184,237,.18); }
.radar-dot.coral { background: var(--pink); }.radar-dot.blue { background: var(--blue); }.radar-dot.mint { background: var(--mint); }
.update-radar strong, .update-radar small { display: block; }
.update-radar small { color: var(--muted); font-size: 12px; }
.radar-button { width: 100%; height: 44px; margin-top: 8px; border: 1px solid var(--blue); border-radius: 22px; color: var(--navy); background: var(--white); font-weight: 800; }
.radar-button.is-done { color: var(--white); background: var(--blue); }

.workspace-section { background: linear-gradient(180deg, #edf9ff, #fff8fb); }
.workspace-layout { display: grid; grid-template-columns: 1fr 310px; gap: 20px; }
.filter-console, .watch-stats { border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.filter-console { padding: 24px 28px; }
.filter-line { display: grid; min-height: 62px; border-bottom: 1px solid #e2edf4; align-items: center; grid-template-columns: 72px 1fr; gap: 18px; }
.filter-line:last-child { border-bottom: 0; }
.filter-line > strong { font-size: 13px; }
.filter-line > div { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-line button { padding: 7px 13px; border: 1px solid var(--line); border-radius: 18px; color: var(--muted); font-size: 12px; background: #fbfdff; }
.filter-line button.is-active { color: var(--white); border-color: var(--pink); background: var(--pink); }
.watch-stats { padding: 24px; }
.stats-head h3 { margin-top: 2px; font-size: 24px; }
.stats-grid { display: grid; margin-top: 18px; grid-template-columns: 1fr 1fr; gap: 10px; }
.stats-grid div { display: flex; min-height: 98px; border-radius: 14px; flex-direction: column; align-items: center; justify-content: center; background: var(--blue-soft); }
.stats-grid div:nth-child(2n) { background: var(--pink-soft); }
.stats-grid strong { color: var(--pink); font-size: 28px; }
.stats-grid span { color: var(--muted); font-size: 12px; }

.screenshots-section { background: var(--white); }
.screens-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.screens-grid figure { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.shot-frame { display: flex; width: 100%; aspect-ratio: 9/16; align-items: center; justify-content: center; overflow: hidden; background: #f0f8fc; }
.shot-frame img { width: 100%; height: 100%; object-fit: contain; }
.screens-grid figcaption { display: grid; min-height: 92px; padding: 16px 18px; grid-template-columns: 34px 1fr; align-content: center; }
.screens-grid figcaption > span { color: var(--pink); font-weight: 900; grid-row: 1/3; }
.screens-grid figcaption strong { font-size: 16px; }
.screens-grid figcaption small { color: var(--muted); font-size: 12px; }

.faq-section { background: var(--blue-soft); }
.faq-list { border-top: 1px solid var(--navy); }
.faq-list article { border-bottom: 1px solid var(--line); background: var(--white); }
.faq-list button, .website-row > button { display: flex; width: 100%; min-height: 70px; padding: 0 22px; align-items: center; justify-content: space-between; text-align: left; }
.faq-list button span, .website-row button span { display: flex; align-items: center; gap: 20px; }
.faq-list em { color: var(--pink); font-size: 12px; font-style: normal; font-weight: 900; }
.faq-list strong, .website-row strong { font-size: 16px; }
.faq-list button > i, .plus-mark { position: relative; width: 18px; height: 18px; }
.faq-list button > i::before, .faq-list button > i::after, .plus-mark::before, .plus-mark::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--navy); content: ""; }
.faq-list button > i::after, .plus-mark::after { transform: rotate(90deg); }
.faq-list button[aria-expanded="true"] > i::after, .website-row button[aria-expanded="true"] .plus-mark::after { transform: rotate(0); }
.faq-list article > div { padding: 0 70px 22px; color: var(--muted); }
.website-row { margin-top: 20px; border: 1px solid var(--navy); background: var(--white); }
.website-row > div { padding: 0 64px 20px; }
.website-row a { color: var(--pink); word-break: break-all; }

.reviews-section { background: #fff9fb; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { position: relative; display: flex; min-height: 236px; padding: 24px 24px 52px; border: 1px solid var(--line); border-top: 4px solid var(--pink); border-radius: 12px; flex-direction: column; background: var(--white); }
.review-card:nth-child(even) { border-top-color: var(--blue); }
.review-user { display: grid; align-items: center; grid-template-columns: 42px 1fr auto; gap: 10px; }
.review-user .i-avatar { width: 42px; height: 42px; border-radius: 50%; background-color: var(--blue); background-size: 22px; }
.review-user > span, .review-user > span i { color: var(--pink); }
.review-card > p { margin-top: 18px; color: #526a84; line-height: 1.9; }
.review-card time { position: absolute; right: 24px; bottom: 18px; color: var(--muted); font-size: 12px; }

.download-section { padding: 62px 0; background: #dff3ff; }
.chase-pass { display: grid; min-height: 190px; overflow: hidden; border: 1px solid #b7d9ea; border-radius: 24px; grid-template-columns: 180px 1fr 220px; background: var(--white); }
.pass-number { position: relative; display: flex; padding: 28px; color: var(--white); flex-direction: column; justify-content: center; background: var(--pink); }
.pass-number::after { position: absolute; top: 14px; right: -1px; bottom: 14px; border-right: 3px dashed var(--white); content: ""; }
.pass-number span, .pass-number small { font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.pass-number strong { font-size: 54px; line-height: 1; }
.pass-copy { display: flex; position: relative; padding: 28px 42px; flex-direction: column; justify-content: center; }
.pass-copy > p { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.pass-copy h2 { margin-top: 5px; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; }
.pass-copy > span { margin-top: 6px; color: var(--muted); }
.route-stamp { position: absolute; right: 24px; bottom: 18px; color: #7ab5d8; font-size: 12px; letter-spacing: .12em; }
.chase-pass > a { display: flex; margin: 22px; border-radius: 18px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--pink); font-size: 17px; font-weight: 900; }
.chase-pass > a i { filter: brightness(0) invert(1); }
.chase-pass > a:hover { color: var(--navy); background: var(--blue-soft); }
.chase-pass > a:hover i { filter: none; }

.site-footer { color: var(--white); background: #183958; }
.footer-inner { display: grid; min-height: 190px; padding: 36px 0 20px; align-items: center; grid-template-columns: 1fr auto; gap: 24px; }
.footer-brand .brand-copy strong { color: var(--white); }.footer-brand .brand-copy span { color: #bcd1e3; }
.footer-nav ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.footer-nav a { color: #d9e8f4; font-weight: 700; }
.footer-nav a:hover { color: var(--pink); }
.footer-inner > p { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.38); color: #b8ccdd; grid-column: 1/-1; text-align: center; }
.back-top { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 48px; height: 48px; border: 1px solid var(--white); border-radius: 50%; opacity: 0; pointer-events: none; background: var(--pink); place-items: center; }
.back-top.is-visible { opacity: 1; pointer-events: auto; }.back-top i { filter: brightness(0) invert(1); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

@media (max-width: 960px) {
  :root { --header-height: 66px; }
  .container, .header-inner, .hero-inner, .footer-inner { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: fixed; top: 0; right: 0; left: 0; height: var(--header-height); min-height: var(--header-height); -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translate3d(0, 0, 0); will-change: transform; }
  .header-inner { min-height: var(--header-height); padding-block: 7px; }
  .brand img { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-copy strong { font-size: 15px; }.brand-copy span { display: block; max-width: 140px; overflow: visible; text-overflow: clip; white-space: nowrap; }
  .mobile-actions { display: flex; }
  .main-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: none; padding: 12px 14px; border-top: 1px solid var(--line); background: var(--white); }
  .main-nav.is-open { display: block; }.main-nav ul { display: block; }.main-nav li + li { border-top: 1px solid #e2edf4; }.main-nav a { padding: 13px 8px; }.main-nav a::after { display: none; }
  main { padding-top: var(--header-height); }
  .hero-inner { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hero-copy { padding: 66px 0 36px; text-align: center; }.hero-description { margin-inline: auto; }.feature-list { justify-content: center; }.hero h1 { font-size: clamp(62px, 16vw, 92px); }
  .anime-console { width: min(100%, 560px); margin: 0 auto 60px; }
  .section { padding: 70px 0; }.section-heading { display: block; margin-bottom: 34px; }.section-heading > p { max-width: 100%; margin-top: 10px; text-align: left; }
  .schedule-layout, .workspace-layout { grid-template-columns: 1fr; }
  .screens-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .chase-pass { grid-template-columns: 150px 1fr 190px; }
}

@media (max-width: 640px) {
  *, *::before, *::after { transition: none !important; }
  a, button, input, label { -webkit-tap-highlight-color: transparent; }
  a:active, button:active { opacity: 1; }
  .container, .header-inner, .hero-inner, .footer-inner { width: 100%; max-width: 100%; padding-right: 12px; padding-left: 12px; }
  .brand { gap: 7px; }.brand-copy span { max-width: 105px; font-size: 12px; }.header-download { padding: 8px 10px; }.menu-toggle { width: 40px; height: 40px; }
  .hero-copy { width: 100%; max-width: 100%; padding-top: 50px; }.hero h1 { max-width: 100%; font-size: 58px; overflow-wrap: anywhere; white-space: normal; }.hero-copy > h2, .hero-description { max-width: 100%; overflow-wrap: anywhere; }.hero-copy > h2 { font-size: 25px; }.hero-description { font-size: 14px; }.feature-list { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }.feature-list li { min-width: 0; flex-direction: column; }.feature-list span { min-width: 0; text-align: center; overflow-wrap: anywhere; }.primary-download { margin-top: 26px; }
  .anime-console { padding: 20px 14px; border-radius: 18px; }.console-head, .console-head > div, .show-info { min-width: 0; }.console-head h2 { font-size: 25px; }.console-show { width: 100%; grid-template-columns: 84px minmax(0, 1fr); gap: 12px; }.console-cover { width: 84px; height: 118px; }.show-info h3, .show-info p { overflow-wrap: anywhere; }.episode-list { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 5px; }.episode-list button { min-width: 0; font-size: 12px; }.console-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .section { padding: 56px 0; }.section-heading h2 { font-size: 36px; }
  .schedule-layout, .workspace-layout, .week-route, .update-radar, .filter-console, .watch-stats { width: 100%; max-width: 100%; min-width: 0; }.week-route { overflow: hidden; }.week-track { width: 100%; max-width: 100%; grid-template-columns: repeat(7, 90px); overflow-x: auto; overscroll-behavior-x: contain; }.schedule-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }.schedule-cards article { min-width: 0; }.schedule-cards article:nth-child(n+5) { display: none; }.schedule-cards img { height: 180px; }
  .filter-console { padding: 18px 14px; }.filter-line { grid-template-columns: 1fr; padding: 14px 0; gap: 8px; }
  .screens-grid { gap: 10px; }.screens-grid figcaption { min-height: 100px; padding: 13px 10px; grid-template-columns: 28px 1fr; }.screens-grid figcaption strong { font-size: 14px; }
  .faq-list button, .website-row > button { min-height: 66px; padding: 0 14px; }.faq-list button span, .website-row button span { gap: 9px; }.faq-list strong, .website-row strong { font-size: 14px; }.faq-list article > div, .website-row > div { padding: 0 42px 20px; }
  .reviews-grid { grid-template-columns: 1fr; }.review-card { min-height: 220px; }
  .chase-pass { grid-template-columns: 1fr; }.pass-number { min-height: 118px; }.pass-number::after { top: auto; right: 16px; bottom: -1px; left: 16px; border-right: 0; border-bottom: 3px dashed var(--white); }.pass-copy { padding: 26px 20px 52px; }.route-stamp { right: auto; left: 20px; }.chase-pass > a { min-height: 76px; }
  .footer-inner { display: flex; min-height: 240px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.footer-nav ul { justify-content: center; gap: 12px 18px; }.footer-inner > p { width: 100%; }
  .back-top { right: 12px; bottom: 12px; width: 44px; height: 44px; }
}

@media (max-width: 390px) {
  .brand-copy span { max-width: 82px; }.hero h1 { font-size: 50px; }.feature-list small { display: none; }.sync-state { padding: 5px 7px; }.console-show { grid-template-columns: 72px 1fr; }.console-cover { width: 72px; height: 104px; }.show-info h3 { font-size: 19px; }
}
