@import url("./brand.css?revision=stage6-visual-2");
:root {
  color-scheme: light;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #202b27;
  background: #f5f1e8;
  font-synthesis: none;
  --ink: #073f35;
  --green: #075846;
  --green-soft: #e2ece6;
  --paper: #fffdf8;
  --line: #d9d1c4;
  --muted: #707873;
  --shadow: 0 14px 34px rgba(39, 49, 43, .07);
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 14% 12%, rgba(255,255,255,.9), transparent 34rem), radial-gradient(circle at 88% 70%, rgba(225,235,226,.5), transparent 34rem), #f5f1e8; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Songti SC", serif; font-weight: 600; }
.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 { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position:relative; gap: 26px; padding: 0 clamp(28px, 4vw, 64px); border-bottom: 1px solid #b98b56; background:#192823 url("./global-nav-cloth-v1.jpg?revision=1") left center/400px 180px repeat; color:#fff4df; box-shadow:inset 0 -1px #d9b27b78,0 8px 20px #24170f4a; }
.site-header::after{content:"";position:absolute;right:0;bottom:-4px;left:0;height:4px;background:linear-gradient(#d0aa7b 0 1px,#735238 1px 2px,#20382f 2px 4px)}
.brand, .account-link, .site-header nav a { text-decoration: none; }
.site-header nav { height: 86px; display: flex; gap: 32px; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; position: relative; padding: 0 6px; font-size: 18px; }
.site-header nav a.active { color:#ef9a78; font-weight: 700; }
.site-header nav a.active::after { content: ""; position: absolute; right: 4px; bottom: 12px; left: 4px; height: 3px; border-radius: 3px; background: var(--green); }
.account-link { min-height: 44px; display: inline-flex; justify-self: end; align-items: center; gap: 12px; }
.account-badge { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: radial-gradient(circle at 28% 25%,#b5c7ac 0 22%,transparent 23%), linear-gradient(145deg,#bcae82,#315e50); font: 700 15px Georgia,serif; }
.account-name { color: #263630; }.site-header .account-name,.site-header .brand-en,.site-header .brand-word{color:#fff4df}
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(7,88,70,.28); outline-offset: 3px; }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; }

main { width: min(1360px, calc(100% - 64px)); margin: 0 auto; padding: 34px 0 72px; }
.eyebrow { margin: 0 0 8px; color: #9a5e40; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); }
.hero { max-width: 1080px; margin: 0 auto 28px; text-align: center; }
.search { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; padding: 7px; border: 2px solid var(--ink); border-radius: 13px; background: rgba(255,253,248,.86); box-shadow: var(--shadow); }
.search-symbol { width: 28px; height: 28px; position: relative; margin-left: 13px; border: 2px solid #172520; border-radius: 50%; }
.search-symbol::after { content: ""; width: 10px; height: 2px; position: absolute; right: -7px; bottom: 0; transform: rotate(48deg); background: #172520; }
.search input { min-width: 0; min-height: 52px; padding: 0 20px; border: 0; outline: 0; background: transparent; color: #26332e; font: inherit; font-size: 18px; }
.search button { min-width: 96px; min-height: 48px; border: 0; border-radius: 9px; background: var(--green); color: white; font: inherit; font-weight: 700; }
.quiet { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.continue-card { min-height: 82px; display: grid; grid-template-columns: 52px auto 1fr auto; align-items: center; gap: 14px; margin-bottom: 24px; padding: 13px 28px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,253,248,.72); text-decoration: none; box-shadow: 0 8px 24px rgba(48,55,50,.04); }
.continue-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#0a694e,#073a31); color: white; }
.continue-card strong { font-size: 18px; }
.continue-card small { color: var(--muted); }
.continue-card b { font-size: 26px; font-weight: 400; }

.route-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.route-card { min-height: 250px; display: grid; justify-items: center; align-content: center; position: relative; padding: 22px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,253,248,.75); text-align: center; text-decoration: none; box-shadow: 0 8px 25px rgba(61,63,56,.04); transition: transform .15s,border-color .15s; }
.route-card:hover { transform: translateY(-2px); border-color: #98aea4; }
.route-index { position: absolute; top: 15px; left: 16px; color: #a26342; font: 700 11px Georgia,serif; }
.route-symbol { width: 88px; height: 88px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 50%; color: var(--ink); background: radial-gradient(circle,#f3ece0 0 66%,transparent 67%); font: 700 52px Georgia,serif; text-shadow: 2px 3px 0 rgba(188,143,70,.22); }
.symbol-singer { font-size: 43px; }
.symbol-pinyin { width: 98px; border-radius: 16px; font-size: 22px; letter-spacing: .1em; }
.symbol-category { font-size: 50px; color: #9b7440; }
.symbol-collection { font-size: 50px; color: #c29348; }
.route-card h3 { margin: 0 0 8px; font: 600 24px Georgia,"Songti SC",serif; }
.route-card p { margin: 0; color: #56605b; }
.route-card .coming { width: 38px; height: 38px; display: grid; place-items: center; margin-top: 15px; border-radius: 50%; background: #edeae2; font-size: 20px; }
.home-quick-links { min-height: 68px; display: flex; align-items: center; gap: 38px; margin: 16px 0 0; padding: 0 12px; border-bottom: 1px solid var(--line); }
.home-quick-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 16px; }
.home-quick-links span { font-size: 25px; }
.home-quick-links i { font-style: normal; }
.actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.actions > *, .personal-actions > * { min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding: 13px 20px; border-radius: 10px; font-weight: 800; }
.actions small, .personal-actions small { margin-top: 5px; font-weight: 400; }
.primary-action { background: linear-gradient(145deg,#087050,#044536); color: white; text-decoration: none; box-shadow: 0 8px 24px rgba(6,76,58,.12); }
.disabled-action { border: 1px solid #d2cec5; background: #e7e5df; color: #858983; }
.available { margin-top: 36px; }
.score-list { display: grid; gap: 10px; }
.score-list article { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.score-list h3 { margin-bottom: 5px; }
.score-list p, .empty { margin-bottom: 0; color: var(--muted); }
.score-list span { padding: 5px 9px; border-radius: 999px; background: var(--green-soft); color: #2f624f; font-size: 12px; font-weight: 800; }

.browse-page { max-width: 1360px; }
.browse-search { max-width: 1080px; margin: 0 auto 30px; }
.browse-heading { max-width: 820px; margin: 26px 0 24px; }
.browse-heading h1, .library-heading h1 { margin: 0 0 10px; font-size: clamp(36px,4vw,54px); }
.browse-heading > p:last-child, .library-heading > p { color: #68726c; line-height: 1.7; }
.breadcrumbs { min-height: 44px; display: flex; align-items: center; gap: 11px; color: #59635e; }
.breadcrumbs a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.route-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.browse-routes { display: grid; grid-template-columns: repeat(6,1fr); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,248,.68); }
.browse-routes a { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; border-right: 1px solid #e5dfd5; text-decoration: none; }
.browse-routes a:last-child { border-right: 0; }
.browse-routes a.active { color: var(--ink); font-weight: 800; background: rgba(229,238,232,.5); }
.browse-routes a.active::after { content: ""; position: absolute; right: 12px; bottom: 0; left: 12px; height: 4px; background: var(--green); }
.browse-routes b { color: var(--green); font: 700 18px Georgia,serif; }
.alphabet-index { min-height: 58px; display: grid; grid-template-columns: repeat(27,minmax(34px,1fr)); align-items: center; margin-bottom: 25px; padding: 6px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,253,248,.7); }
.alphabet-index a, .alphabet-index span { min-height: 44px; display: grid; place-items: center; border-radius: 8px; text-decoration: none; font-size: 13px; }
.alphabet-index a.selected { background: var(--green); color: white; font-weight: 800; }
.alphabet-index span { min-width: 94px; color: #92958f; }
.singer-guide { display: grid; gap: 10px; margin-bottom: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,248,.7); }
.singer-guide > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.singer-guide button { min-height: 48px; border: 1px solid #ddd5c9; border-radius: 9px; background: #f2eee6; color: #767d78; font: inherit; }
.singer-guide p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.pinyin-panel { display: grid; grid-template-columns: minmax(220px,.7fr) 1.3fr; gap: 28px; margin-bottom: 26px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.72); }
.pinyin-panel h2 { margin-bottom: 10px; font-size: 28px; }
.pinyin-panel p:last-child { color: var(--muted); line-height: 1.6; }
.pinyin-keyboard { display: grid; grid-template-columns: repeat(10,1fr); gap: 8px; }
.pinyin-keyboard button { min-width: 44px; min-height: 44px; border: 1px solid #ded6ca; border-radius: 8px; background: #f2eee6; color: #9a9d98; font: 700 15px Georgia,serif; }
.category-family { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-bottom: 24px; }
.category-family article, .collection-grid a { min-height: 190px; display: grid; justify-items: center; align-content: center; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.7); text-align: center; }
.category-family article[aria-disabled="true"] { opacity: .62; }
.category-family .available-family { border: 2px solid var(--ink); }
.category-family span { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: #eee9df; color: var(--green); font: 700 26px Georgia,"Songti SC",serif; }
.category-family h2 { margin: 12px 0 7px; font-size: 24px; }
.category-family p { margin: 0; color: var(--muted); font-size: 13px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filters a { min-height: 46px; display: inline-flex; align-items: center; padding: 0 24px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); text-decoration: none; }
.filters a.selected { border-color: var(--green); background: var(--green-soft); color: var(--green); font-weight: 800; }
.collection-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 16px; margin-bottom: 28px; }
.collection-grid a { min-height: 180px; color: inherit; text-decoration: none; }
.collection-grid a::before { content: "✦"; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #ece7dc; color: #ae8142; font-size: 28px; }
.collection-grid a.selected { border: 2px solid var(--green); }
.collection-grid h2 { margin: 12px 0 7px; font-size: 23px; }
.collection-grid p { margin: 0; color: var(--muted); line-height: 1.5; }
.song-results, .personal-results { display: grid; gap: 10px; }
.song-results > a { min-height: 94px; display: grid; grid-template-columns: 58px minmax(180px,1fr) minmax(120px,.6fr) auto; align-items: center; gap: 18px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,248,.78); text-decoration: none; }
.song-glyph { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 10px; background: #eee9df; color: #8f8976; font-size: 28px; }
.song-results h2 { margin: 0 0 4px; font-family: Georgia,"Songti SC",serif; font-size: 22px; }
.song-results p { margin: 0; color: var(--muted); }
.result-reason { color: #59635e; }
.song-results > a > span:last-child { color: var(--green); font-weight: 700; }
.song-results > a > span:last-child b { margin-left: 10px; font-size: 21px; }
.empty { padding: 34px; border: 1px dashed #c8c2b7; border-radius: 14px; background: rgba(255,253,248,.5); text-align: center; }

.drawer-shade { position: fixed; inset: 0; z-index: 10; background: rgba(24,32,29,.55); }
.version-drawer { position: fixed; z-index: 11; inset: 0 0 0 auto; width: min(590px,88vw); overflow-y: auto; padding: 38px 34px; border-left: 1px solid #d4cdc2; background: #fbf8f1; box-shadow: -22px 0 60px rgba(30,42,36,.2); }
.drawer-close { float: right; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #e9e5dc; color: #304a3f; text-decoration: none; font-size: 28px; }
.drawer-title { margin: 0 58px 28px 0; font-size: 30px; line-height: 1.35; }
.version-list { display: grid; gap: 14px; }
.version-list article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 22px; border: 1px solid #d8d0c4; border-radius: 14px; background: var(--paper); }
.version-list article.featured { border: 2px solid var(--green); }
.option-dot { width: 25px; height: 25px; margin-top: 2px; border: 2px solid #33433d; border-radius: 50%; }
.featured .option-dot { box-shadow: inset 0 0 0 5px var(--paper); background: var(--green); }
.version-list h3 { margin-bottom: 5px; font-size: 21px; }
.version-list p { margin: 0; color: var(--muted); }
.tags { grid-column: 2; display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { padding: 4px 8px; border-radius: 999px; background: var(--green-soft); color: #32624f; font-size: 12px; }
.version-list button, .workbench-link, .favorite-action { min-height: 48px; border-radius: 9px; font: inherit; font-weight: 800; }
.version-list button { grid-column: 2; border: 0; background: #d9d9d3; color: #80847f; }
.workbench-link { grid-column: 2; display: grid; place-items: center; background: var(--green); color: white; text-decoration: none; }
.favorite-form { grid-column: 2; }
.favorite-action { width: 100%; border: 1px solid #9aa8a1; background: #f7f5ef; color: var(--green); }

.my-scores-page { width: 100%; padding: 0; }
.my-library-shell { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 280px minmax(0,1fr); }
.my-sidebar { padding: 32px 22px; border-right: 1px solid var(--line); background: rgba(250,247,240,.55); }
.my-nav { display: grid; gap: 7px; }
.my-nav a { min-height: 56px; display: flex; align-items: center; gap: 13px; padding: 0 16px; border-radius: 10px; text-decoration: none; }
.my-nav a.active { background: #eeece6; color: var(--ink); font-weight: 800; }
.my-nav span { width: 27px; font-size: 22px; text-align: center; }
.personal-actions { display: grid; gap: 14px; margin-top: 30px; }
.personal-actions .primary-action b { margin-right: 8px; font-size: 22px; }
.personal-actions > * { min-height: 92px; }
.my-library-content { min-width: 0; padding: 32px clamp(24px,4vw,56px) 60px; }
.library-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.library-heading h1 { margin-bottom: 0; }
.library-heading > p { margin: 0 0 7px; }
.score-table-head { min-height: 56px; display: grid; grid-template-columns: minmax(260px,1.45fr) minmax(130px,.7fr) minmax(130px,.7fr) 110px; align-items: center; gap: 16px; padding: 0 46px 0 104px; border: 1px solid var(--line); border-radius: 12px 12px 0 0; background: rgba(255,253,248,.65); color: #505a55; font-size: 13px; }
.personal-results { gap: 0; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 12px 12px; overflow: hidden; }
.score-row { min-height: 94px; display: grid; grid-template-columns: 32px 54px minmax(180px,1fr) minmax(130px,.7fr) minmax(130px,.7fr) 110px 20px; align-items: center; gap: 14px; padding: 11px 16px; border-bottom: 1px solid #e3ddd4; background: rgba(255,253,248,.72); text-decoration: none; }
.score-row:last-child { border-bottom: 0; }
.score-row:hover { background: #f5f3ed; }
.favorite-mark { color: var(--green); font-size: 23px; }
.source-badge { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 9px; color: white; background: linear-gradient(145deg,#08705a,#064335); font-size: 13px; font-weight: 800; }
.source-manual { background: linear-gradient(145deg,#456f63,#274a42); }
.score-main, .score-status { display: grid; gap: 6px; }
.score-main strong { font-size: 17px; }
.score-main small, .score-status small, .score-row time { color: var(--muted); }
.relation-badge { color: #46534d; }
.status-badge { width: max-content; padding: 5px 9px; border-radius: 7px; background: #e4eee8; color: #266148; font-size: 12px; }
.status-draft { background: #e6edf5; color: #41627b; }
.status-processing { background: #fff0df; color: #bb671c; }
.status-failed { background: #f8e3df; color: #b33128; }
.row-arrow { font-size: 24px; font-weight: 400; }
.status-drawer > h2 { margin: 18px 54px 14px 0; font-size: 31px; }
.drawer-score-line { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.status-progress { height: 9px; overflow: hidden; margin: 10px 0 28px; border-radius: 9px; background: #ddd9d1; }
.status-progress span { display: block; height: 100%; background: var(--green); }
.process-steps { display: grid; gap: 20px; margin: 0 0 28px; padding: 0; list-style: none; }
.process-steps li { min-height: 44px; display: flex; align-items: center; gap: 14px; color: var(--muted); }
.process-steps li::before { content: ""; width: 30px; height: 30px; flex: none; display: grid; place-items: center; border: 1px solid #8f9691; border-radius: 50%; }
.process-steps li.done::before { content: "✓"; border-color: var(--green); background: var(--green); color: white; }
.process-steps li.current { color: #202b27; font-weight: 800; }
.process-steps li.current::before { content: "•"; border-color: var(--green); color: var(--green); }
.drawer-note { margin-top: 28px; padding: 17px 19px; border-radius: 10px; background: #efebe4; color: #69716c; line-height: 1.6; }
.failure-title { color: #b32822; font: 600 25px Georgia,"Songti SC",serif; }
.safe-state { display: grid; gap: 7px; margin: 25px 0; padding: 20px; border: 1px solid #ead5cb; border-radius: 12px; background: #fbefea; }
.safe-state small { color: var(--muted); }

@media (max-width: 1100px) {
  .site-header { min-height: 68px; }
  .site-header nav { height: 68px; }
  main { width: min(100% - 40px,1360px); }
  .hero { margin-bottom: 14px; }
  .home-routes .section-heading, .hero .quiet { display: none; }
  .continue-card { min-height: 68px; margin-bottom: 14px; padding-top: 8px; padding-bottom: 8px; }
  .route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; }
  .route-card { min-height: 108px; grid-template-columns: 78px 1fr 44px; justify-items: start; align-content: center; padding: 10px 16px; text-align: left; }
  .route-card.wide { grid-column: 1 / -1; }
  .route-symbol { width: 66px; height: 66px; grid-row: 1 / span 3; margin: 0; font-size: 38px; }
  .symbol-pinyin { font-size: 16px; letter-spacing: 0; }
  .route-card h3 { margin-bottom: 5px; font-size: 20px; }
  .route-card p { font-size: 14px; }
  .route-card h3, .route-card p { grid-column: 2; }
  .route-card .coming { grid-column: 3; grid-row: 1 / span 3; margin: 0; place-self: center; }
  .home-quick-links { min-height: 52px; margin-top: 8px; }
  .actions { margin-top: 10px; }
  .actions > * { min-height: 62px; }
  .browse-routes { grid-template-columns: repeat(3,1fr); }
  .browse-routes a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .alphabet-index { display: flex; overflow-x: auto; }
  .alphabet-index > * { min-width: 44px; }
  .category-family { grid-template-columns: repeat(3,1fr); }
  .my-library-shell { grid-template-columns: 1fr; }
  .my-sidebar { padding: 22px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .my-nav { display: flex; overflow-x: auto; }
  .my-nav a { flex: 0 0 auto; }
  .personal-actions { grid-template-columns: 1fr 1fr; margin-top: 18px; }
  .personal-actions > * { min-height: 70px; }
}
@media (max-width: 840px) {
  .library-heading { display: block; }
  .score-table-head { display: none; }
  .personal-results { border-top: 1px solid var(--line); border-radius: 12px; }
  .score-row { grid-template-columns: 28px 48px minmax(0,1fr) auto; }
  .score-row .relation-badge, .score-row time, .score-row .row-arrow { display: none; }
  .score-status { justify-items: end; }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; gap: 8px; padding: 8px 16px; }
  .site-header nav { height: 52px; grid-column: 1 / -1; grid-row: 2; justify-content: center; }
  .site-header nav a.active::after { bottom: 0; }
  .account-name { display: none; }
  main { width: min(100% - 28px,1360px); padding-top: 24px; }
  .route-card { grid-template-columns: 84px 1fr 40px; padding: 16px; }
  .route-symbol { width: 72px; height: 72px; font-size: 42px; }
  .home-quick-links { gap: 14px; justify-content: space-between; }
  .home-quick-links a { gap: 6px; font-size: 14px; }
  .browse-routes { grid-template-columns: repeat(2,1fr); }
  .browse-routes a { border-bottom: 1px solid var(--line); }
  .pinyin-panel { grid-template-columns: 1fr; }
  .pinyin-keyboard { grid-template-columns: repeat(7,1fr); }
  .category-family { grid-template-columns: repeat(2,1fr); }
  .song-results > a { grid-template-columns: 48px 1fr auto; }
  .result-reason { display: none; }
  .actions, .personal-actions { grid-template-columns: 1fr; }
  .version-drawer { width: 100%; padding: 26px 22px; }
}
@media (max-width: 520px) {
  .route-grid { grid-template-columns: 1fr; }
  .route-card.wide { grid-column: auto; }
  .continue-card { grid-template-columns: 44px 1fr auto; padding: 12px 15px; }
  .continue-card small { display: none; }
  .home-quick-links a:nth-child(3) { display: none; }
  .category-family { grid-template-columns: 1fr; }
  .pinyin-keyboard { grid-template-columns: repeat(5,1fr); }
}
