:root {
  --page: #f7f6f2;
  --surface: #fff;
  --surface-soft: #f5f7fb;
  --ink: #18181b;
  --muted: #6f727a;
  --quiet: #6d727d;
  --line: #e6e7eb;
  --line-strong: #cfd2da;
  --accent: #168143;
  --accent-soft: #ebf8ef;
  --mint: #dff5e8;
  --coral: #ffe6df;
  --dark: #202127;
  --radius: 8px;
  --content-width: 1816px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
}
html.dark-mode { --page: #15161a; --surface: #202126; --surface-soft: #292b31; --ink: #f4f4f5; --muted: #b5b7bf; --quiet: #aeb3bf; --line: #353740; --line-strong: #50535e; --accent: #61d98b; --accent-soft: #203b2a; --mint: #254333; --coral: #4b302b; --dark: #f4f4f5; }
* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--page); color: var(--ink); }
html.term-dialog-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 12px; z-index: 50; padding: 8px 11px; background: var(--dark); color: var(--page); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.vocab-topbar { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr); align-items: center; gap: 22px; min-height: 72px; padding: 12px max(24px, calc((100vw - var(--content-width)) / 2)); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--page) 96%, transparent); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 16px; font-weight: 900; letter-spacing: .7px; text-decoration: none; white-space: nowrap; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .9px; }
.brand-mark { position: relative; display: grid; width: 33px; height: 33px; place-items: center; border-radius: 8px; background: var(--accent); }
.brand-mark::before { width: 17px; height: 12px; border: 3px solid #fff; content: ""; }
.brand-mark i { position: absolute; width: 15px; height: 5px; background: #b8f36b; transform: skewX(-35deg); }
.topnav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.topnav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.topnav a:hover, .topnav a:focus-visible, .topnav a.is-active { color: var(--ink); }
.topnav a.is-active { font-weight: 800; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 7px; }
.vocab-topbar .topnav > a:nth-of-type(n + 3):nth-of-type(-n + 7) { display: none; }
.vocab-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr); gap: clamp(35px, 7vw, 110px); align-items: center; width: min(1340px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 64px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0; color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: 1.3px; }
.hero-copy h1 { margin: 14px 0 0; font-size: clamp(46px, 6vw, 78px); line-height: 1; letter-spacing: 0; }
.hero-intro { max-width: 660px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; color: var(--muted); font-size: 12px; }
.hero-meta span::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--accent); content: ""; vertical-align: 1px; }
.hero-meta strong { color: var(--ink); font-size: 16px; }
.hero-diagram { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 9px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.diagram-step { display: grid; gap: 7px; min-height: 132px; align-content: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-soft); }
.diagram-step span { color: var(--quiet); font: 700 10px/1 ui-monospace, monospace; }
.diagram-step strong { font-size: 15px; }
.diagram-step small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.diagram-step.is-accent { border-color: var(--accent); background: var(--accent); color: #fff; }
.diagram-step.is-accent span, .diagram-step.is-accent small { color: #d9f7e4; }
.diagram-arrow { color: var(--accent); font-size: 22px; }
.navigation-deep-dive { width: 100%; min-width: 0; margin: 0; padding: 0; }
.results-column .deep-dive-heading { display: grid; grid-template-columns: minmax(0, .82fr) minmax(300px, 1fr); gap: clamp(28px, 4vw, 72px); align-items: end; }
.results-column .deep-dive-heading h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(38px, 4vw, 60px); line-height: 1.02; letter-spacing: -.04em; }
.deep-dive-heading > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.navigation-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 42px; border: 1px solid var(--line); background: var(--line); }
.navigation-principles article { display: flex; min-width: 0; gap: 18px; padding: 22px 24px; background: var(--surface); }
.navigation-principles article > span { color: var(--accent); font: 800 11px/1.3 ui-monospace, monospace; }
.navigation-principles h3 { margin: 0; font-size: 15px; }
.navigation-principles p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.navigation-pattern-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 18px; margin-top: 28px; }
.navigation-pattern-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.navigation-pattern-preview { position: relative; aspect-ratio: 6 / 5; overflow: hidden; border-bottom: 1px solid var(--line); background: #e9edea; }
.navigation-pattern-preview > span { position: absolute; z-index: 5; top: 10px; right: 10px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #1d2420; color: #fff; font: 800 9px/1 ui-monospace, monospace; }
.navigation-pattern-body { padding: 18px 20px 20px; }
.navigation-pattern-title { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.navigation-pattern-title p { margin: 0 0 5px; color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.navigation-pattern-title h3 { margin: 0; font-size: 19px; line-height: 1.25; }
.navigation-pattern-title h3 em { color: var(--quiet); font-size: 10px; font-style: normal; font-weight: 650; }
.navigation-pattern-title > strong { flex: 0 0 auto; padding: 5px 7px; border-radius: 4px; background: var(--accent-soft); color: var(--accent); font: 800 9px/1 ui-monospace, monospace; }
.navigation-pattern-fit { min-height: 0; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.navigation-pattern-fit b { color: var(--ink); }
.navigation-pattern-body dl { display: grid; gap: 0; margin: 12px 0 0; border-top: 1px solid var(--line); }
.navigation-pattern-body dl > div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.navigation-pattern-body dt { color: var(--ink); font-size: 10px; font-weight: 800; }
.navigation-pattern-body dd { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.navigation-pattern-body button { display: flex; width: 100%; min-height: 38px; align-items: center; justify-content: space-between; margin-top: 13px; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 6px; background: var(--surface); color: var(--accent); font-size: 11px; font-weight: 800; }
.navigation-pattern-body button:hover { border-color: var(--accent); background: var(--accent-soft); }
.navigation-matrix { margin-top: 64px; }
.matrix-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.matrix-heading h3 { margin: 7px 0 0; font-size: 30px; }
.matrix-heading > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.navigation-matrix-table { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.navigation-matrix-table table { width: 100%; min-width: 960px; border-collapse: collapse; table-layout: fixed; }
.navigation-matrix-table th, .navigation-matrix-table td { padding: 14px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 11px; line-height: 1.55; }
.navigation-matrix-table thead th { background: var(--surface-soft); color: var(--quiet); font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }
.navigation-matrix-table tbody th { width: 17%; color: var(--ink); font-size: 12px; }
.navigation-matrix-table tbody th span { margin-right: 8px; color: var(--accent); font: 800 9px/1 ui-monospace, monospace; }
.navigation-matrix-table td { color: var(--muted); }
.navigation-matrix-table tr > :nth-child(2) { width: 16%; }.navigation-matrix-table tr > :nth-child(3) { width: 11%; }.navigation-matrix-table tr > :nth-child(4) { width: 26%; }.navigation-matrix-table tr > :nth-child(5) { width: 30%; border-right: 0; }
.navigation-matrix-table tbody tr:last-child > * { border-bottom: 0; }
.navigation-sources { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 22px; color: var(--quiet); font-size: 10px; }
.navigation-sources span { font-weight: 800; text-transform: uppercase; }
.navigation-sources a { color: var(--accent); font-weight: 750; text-underline-offset: 3px; }
.nav-demo { position: relative; width: 100%; height: 100%; overflow: hidden; background: #f5f7f5; color: #26312b; font: 650 8px/1.2 ui-sans-serif, sans-serif; }
.nav-demo * { box-sizing: border-box; }
.nav-demo-line { display: block; width: 76%; height: 5px; border-radius: 3px; background: #d8dfda; }
.nav-demo-line:nth-child(2) { width: 54%; }.nav-demo-line:nth-child(3) { width: 84%; }.nav-demo-line:nth-child(4) { width: 63%; }
.nav-demo-content { display: grid; align-content: center; gap: 10px; height: 100%; padding: 18px; }
.nav-demo-topbar { display: flex; height: 42px; align-items: center; gap: 15px; padding: 0 14px; border-bottom: 1px solid #d4dcd6; background: #fff; }
.nav-demo-topbar b { margin-right: auto; color: #168143; font-size: 10px; }.nav-demo-topbar span { width: 28px; height: 5px; border-radius: 3px; background: #cdd5cf; }.nav-demo-topbar span.is-active { background: #168143; }.nav-demo-topbar em { width: 18px; height: 18px; border-radius: 50%; background: #dce4df; }
.nav-demo--top .nav-demo-content { height: calc(100% - 42px); padding-inline: 24px; }
.nav-demo--side, .nav-demo--rail { display: grid; grid-template-columns: 34% 1fr; }
.nav-demo--side aside { display: grid; align-content: start; gap: 9px; padding: 14px 11px; border-right: 1px solid #d4dcd6; background: #fff; }.nav-demo--side aside b { margin-bottom: 8px; color: #168143; }.nav-demo--side aside span { height: 7px; border-radius: 3px; background: #d5ddd7; }.nav-demo--side aside span.is-active { background: #168143; }.nav-demo--side aside small { height: 1px; margin: 3px 0; background: #e1e6e2; }
.nav-demo--rail { grid-template-columns: 50px 1fr; }.nav-demo--rail aside { display: grid; justify-items: center; align-content: start; gap: 12px; padding-top: 12px; border-right: 1px solid #d4dcd6; background: #fff; }.nav-demo--rail aside b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 6px; background: #168143; color: #fff; }.nav-demo--rail aside span { display: grid; width: 26px; height: 22px; place-items: center; border-radius: 12px; color: #87928b; }.nav-demo--rail aside span.is-active { background: #dff5e8; color: #168143; }
.nav-demo--bottom { display: grid; place-items: center; background: #dce3de; }.nav-demo-phone { position: relative; width: 55%; height: 92%; overflow: hidden; border: 3px solid #27302b; border-radius: 14px 14px 0 0; background: #fff; }.nav-demo-phone .nav-demo-content { height: calc(100% - 43px); padding: 15px 10px; }.nav-demo-phone nav { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); height: 43px; border-top: 1px solid #d4dcd6; background: #fff; }.nav-demo-phone nav span { display: grid; place-items: center; align-content: center; gap: 2px; color: #8b958f; font-size: 7px; }.nav-demo-phone nav span.is-active { color: #168143; }.nav-demo-phone nav small { font-size: 5px; }
.nav-demo--drawer .nav-demo-content { padding-left: 43%; }.nav-demo-backdrop { position: absolute; inset: 0; background: rgba(21,29,24,.28); }.nav-demo--drawer aside { position: absolute; inset: 0 auto 0 0; display: grid; width: 61%; align-content: start; gap: 11px; padding: 15px; background: #fff; box-shadow: 7px 0 18px rgba(20,30,25,.12); }.nav-demo--drawer aside b { margin-bottom: 5px; font-size: 10px; }.nav-demo--drawer aside span { width: 85%; height: 7px; border-radius: 3px; background: #d5ddd7; }.nav-demo--drawer aside span.is-active { background: #168143; }
.nav-demo--tabs { padding: 17px; }.nav-demo--tabs > b { font-size: 11px; }.nav-demo--tabs nav { display: flex; gap: 14px; margin-top: 13px; border-bottom: 1px solid #d4dcd6; }.nav-demo--tabs nav span { padding-bottom: 8px; color: #7e8982; }.nav-demo--tabs nav span.is-active { border-bottom: 2px solid #168143; color: #168143; }.nav-demo--tabs .nav-demo-content { height: calc(100% - 57px); padding: 16px 0; }
.nav-demo--crumbs { padding: 18px; }.nav-demo--crumbs nav { display: flex; align-items: center; gap: 6px; color: #748078; font-size: 7px; }.nav-demo--crumbs nav span { text-decoration: underline; }.nav-demo--crumbs nav b { color: #29322d; }.nav-demo--crumbs h4 { margin: 16px 0 0; font-size: 15px; }.nav-demo--crumbs .nav-demo-content { height: auto; padding: 13px 0; }
.nav-demo--mega .nav-demo-topbar span { width: auto; height: auto; background: none; font-size: 7px; }.nav-demo--mega .nav-demo-topbar span.is-active { color: #168143; }.nav-demo-mega-panel { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 14px; height: calc(100% - 42px); padding: 15px; background: #fff; box-shadow: 0 8px 20px rgba(20,30,25,.12); }.nav-demo-mega-panel > div { display: grid; align-content: start; gap: 7px; }.nav-demo-mega-panel b { margin-bottom: 3px; font-size: 7px; }.nav-demo-mega-panel .nav-demo-line { width: 86%; height: 4px; }.nav-demo-mega-panel em { height: 58px; border-radius: 5px; background: #dff5e8; }
.vocab-toolbar { width: min(var(--content-width), calc(100% - 48px)); margin: 0 auto; padding: 22px 0 34px; }
.search-field { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.search-field:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.search-icon { flex: 0 0 auto; width: 15px; height: 15px; border: 2px solid var(--quiet); border-radius: 50%; }
.search-icon::after { display: block; width: 7px; height: 2px; margin: 12px 0 0 10px; background: var(--quiet); content: ""; transform: rotate(45deg); }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.search-field input::placeholder { color: var(--quiet); }
kbd { padding: 4px 7px; border: 1px solid var(--line); border-radius: 5px; color: var(--quiet); font-size: 10px; }
.category-chips { display: flex; gap: 8px; overflow-x: auto; margin-top: 16px; padding-bottom: 3px; scrollbar-width: none; }
.category-chips::-webkit-scrollbar { display: none; }
.category-chip, .taxonomy-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); transition: border-color .18s ease, background .18s ease, color .18s ease; }
.category-chip { flex: 0 0 auto; min-height: 36px; padding: 0 12px; border-radius: 7px; font-size: 12px; white-space: nowrap; }
.category-chip b, .taxonomy-link b { color: var(--quiet); font-size: 10px; font-weight: 700; }
.category-chip:hover, .category-chip.is-selected, .taxonomy-link:hover, .taxonomy-link.is-selected { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.category-chip.is-selected b, .taxonomy-link.is-selected b { color: var(--accent); }
.vocab-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(48px, 5vw, 88px); width: min(var(--content-width), calc(100% - 48px)); margin: 0 auto; padding: 12px 0 90px; }
.taxonomy { position: sticky; top: 90px; align-self: start; }
.taxonomy-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; color: var(--ink); font-size: 13px; font-weight: 800; }
.taxonomy-heading span:last-child { color: var(--quiet); font-size: 11px; font-weight: 600; }
.taxonomy nav { display: grid; gap: 5px; }
.taxonomy-link { width: 100%; min-height: 50px; padding: 0 14px; border-radius: 7px; font-size: 13px; text-align: left; }
.taxonomy-note { margin-top: 28px; padding: 15px 14px; border-left: 3px solid var(--accent); background: var(--accent-soft); }
.taxonomy-note strong { font-size: 12px; }
.taxonomy-note p { margin: 7px 0 12px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.taxonomy-note a { color: var(--accent); font-size: 11px; font-weight: 800; text-decoration: none; }
.results-column { min-width: 0; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.results-heading h2 { margin: 7px 0 0; font-size: 32px; line-height: 1.1; }
.sort-control { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.sort-control select { min-height: 34px; padding: 0 9px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--ink); font-size: 12px; }
.results-summary { margin: 10px 0 24px; color: var(--muted); font-size: 13px; }
.entry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.entry-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.entry-card:hover { border-color: var(--line-strong); box-shadow: 0 14px 30px rgba(33, 35, 45, .08); transform: translateY(-3px); }
.entry-card-hitarea { position: absolute; z-index: 1; inset: 0; width: 100%; border: 0; background: transparent; }
.entry-visual { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-soft); }
.entry-visual > .vocabulary-preview { width: 100%; height: 100%; }
.visual-label { position: absolute; z-index: 2; right: 10px; bottom: 9px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #fff; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .5px; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0,0,0,.28); pointer-events: none; }
.visual-label span:last-child { color: #d9f7e4; }
.entry-card-body { position: relative; z-index: 2; display: grid; gap: 9px; min-width: 0; padding: 16px 18px 15px; pointer-events: none; }
.entry-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 10px; }
.favorite-button { position: relative; z-index: 3; display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; margin: -6px 0 -6px 0; border: 0; background: transparent; color: var(--quiet); font-size: 20px; line-height: 1; pointer-events: auto; }
.favorite-button:hover, .favorite-button.is-favorite { color: var(--accent); }
.entry-card h3 { margin: 0; font-size: 19px; line-height: 1.2; }
.entry-card h3 em { color: var(--accent); font-size: 12px; font-style: normal; font-weight: 600; }
.entry-ask { display: -webkit-box; overflow: hidden; min-height: 38px; margin: 0; color: var(--ink); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.entry-definition { display: -webkit-box; overflow: hidden; min-height: 39px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.entry-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.entry-tags span, .detail-tags span { padding: 5px 7px; border-radius: 4px; background: var(--surface-soft); color: var(--muted); font-size: 10px; line-height: 1; }
.entry-card-footer { margin-top: 3px; padding-top: 10px; border-top: 1px solid var(--line); }
.entry-open-button { position: relative; z-index: 3; display: flex; width: 100%; min-height: 38px; align-items: center; justify-content: space-between; gap: 8px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 6px; background: var(--surface); color: var(--accent); font-size: 11px; font-weight: 800; pointer-events: auto; }
.entry-open-button:hover, .entry-open-button:focus-visible { border-color: var(--accent); background: var(--accent-soft); }

/* Code-rendered term previews. These are deliberately compact, non-interactive component specimens. */
.vocabulary-preview { --vp-ink: #202a27; --vp-muted: #7a8580; --vp-line: #dfe5df; --vp-panel: #fff; --vp-soft: #f2f5f1; --vp-green: #21844f; --vp-lime: #c8ed83; display: block; position: relative; overflow: hidden; width: 100%; height: 100%; min-height: 0; background: #e8eee9; color: var(--vp-ink); font: 500 9px/1.35 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.vocabulary-preview--hero, .vocabulary-preview--breadcrumbs, .vocabulary-preview--card, .vocabulary-preview--card-grid, .vocabulary-preview--list, .vocabulary-preview--media-tile, .vocabulary-preview--detail-panel, .vocabulary-preview--data-table, .vocabulary-preview--drawer { --vp-green: #276b8d; --vp-lime: #e6c76f; }
.vocabulary-preview--button, .vocabulary-preview--checkbox, .vocabulary-preview--menu, .vocabulary-preview--modal, .vocabulary-preview--toast, .vocabulary-preview--skeleton { --vp-green: #8c4b31; --vp-lime: #f1c48d; }
.vocabulary-preview--typography { --vp-green: #5d4c8d; --vp-lime: #ded5ff; }
.vp-canvas { position: relative; width: 100%; height: 100%; min-height: 0; padding: 13px; }
.vocabulary-preview * { box-sizing: border-box; }
.vocabulary-preview img { display: block; max-width: 100%; object-fit: cover; }
.vp-line { display: block; height: 5px; border-radius: 3px; background: var(--vp-line); }
.vp-line--short { width: 24%; }.vp-line--medium { width: 56%; }.vp-line--long { width: 82%; }.vp-line--title { width: 64%; height: 11px; background: var(--vp-ink); opacity: .86; }
.vp-pill { display: inline-flex; min-height: 22px; align-items: center; padding: 0 8px; border: 1px solid var(--vp-line); border-radius: 4px; color: var(--vp-muted); white-space: nowrap; }
.vp-pill.is-active { border-color: var(--vp-green); background: var(--vp-green); color: #fff; }
.vp-shell { height: 100%; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }
.vp-shell-top { display: flex; height: 23%; align-items: center; gap: 8px; padding: 0 10px; border-bottom: 1px solid var(--vp-line); }
.vp-logo { width: 18px; height: 18px; border-radius: 5px; background: var(--vp-green); }.vp-avatar { width: 17px; height: 17px; margin-left: auto; border-radius: 50%; background: var(--vp-lime); }.vp-shell-top .vp-line { margin-left: 4px; }
.vp-shell-body { display: grid; grid-template-columns: 23% 1fr; height: 77%; }.vp-sidebar { display: grid; gap: 7px; align-content: start; padding: 13px 9px; border-right: 1px solid var(--vp-line); }.vp-sidebar span { height: 8px; border-radius: 3px; background: var(--vp-line); }.vp-sidebar span:first-child { width: 80%; }.vp-sidebar span.is-active { width: 100%; background: color-mix(in srgb, var(--vp-green) 24%, var(--vp-line)); }.vp-workspace { padding: 14px 15px; }.vp-workspace small, .vp-page-header small, .vp-type small, .vp-button-demo small, .vp-form small, .vp-settings > strong, .vp-segmented-demo small, .vp-empty > small { display: block; color: var(--vp-muted); font-size: 8px; letter-spacing: .45px; text-transform: uppercase; }.vp-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 14px; }.vp-metrics i { display: block; height: 30px; border: 1px solid var(--vp-line); border-radius: 4px; background: var(--vp-soft); }.vp-chart { position: relative; height: 42%; margin-top: 12px; border-bottom: 1px solid var(--vp-line); }.vp-chart::before, .vp-chart::after { position: absolute; bottom: 12%; width: 42%; height: 52%; border-top: 2px solid var(--vp-green); border-radius: 50%; content: ""; transform: skewY(-12deg); }.vp-chart::before { left: 8%; }.vp-chart::after { right: 7%; bottom: 24%; transform: skewY(15deg); }
.vp-page-header { height: 100%; padding: 14px 16px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-breadcrumb { color: var(--vp-muted); font-size: 8px; }.vp-page-header-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; height: 76%; }.vp-page-header-row strong { display: block; margin-top: 5px; font-size: 18px; line-height: 1; }.vp-page-header-row span { display: block; margin-top: 7px; color: var(--vp-muted); font-size: 8px; }.vp-actions { display: flex; gap: 5px; }.vp-actions .vp-pill { min-height: 22px; font-size: 8px; }
.vp-hero { display: grid; grid-template-columns: 1fr 46%; gap: 12px; height: 100%; padding: 10px; border-radius: 6px; background: var(--vp-panel); }.vp-hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }.vp-hero-copy small { color: var(--vp-green); font-size: 8px; font-weight: 800; letter-spacing: .6px; }.vp-hero-copy strong { margin-top: 8px; font-size: 20px; line-height: 1.03; }.vp-hero-copy p { max-width: 160px; margin: 8px 0; color: var(--vp-muted); font-size: 8px; line-height: 1.45; }.vp-hero-copy > div { display: flex; flex-wrap: wrap; gap: 5px; }.vp-hero-copy .vp-pill { font-size: 8px; }.vp-media--hero { width: 100%; height: 100%; border-radius: 4px; background: var(--vp-soft); }
.vp-cta { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; height: 100%; padding: 18px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-cta-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--vp-green); color: #fff; font-size: 18px; }.vp-cta small { display: block; color: var(--vp-green); font-size: 8px; font-weight: 800; letter-spacing: .5px; }.vp-cta strong { display: block; margin-top: 4px; font-size: 13px; }.vp-cta p { margin: 4px 0 0; color: var(--vp-muted); font-size: 8px; }.vp-cta-button { display: inline-flex; min-height: 28px; align-items: center; gap: 9px; padding: 0 9px; border-radius: 4px; background: var(--vp-green); color: #fff; font-size: 8px; white-space: nowrap; }.vp-cta-button b { font-size: 12px; }
.vp-responsive { display: flex; height: 100%; align-items: end; justify-content: center; gap: 8px; padding: 7px 12px; }.vp-device { position: relative; overflow: hidden; border: 2px solid var(--vp-ink); border-radius: 6px 6px 3px 3px; background: var(--vp-panel); }.vp-device--desktop { width: 58%; height: 76%; }.vp-device--tablet { width: 24%; height: 60%; }.vp-device--mobile { width: 12%; height: 46%; border-radius: 5px; }.vp-device i { display: block; height: 14%; border-bottom: 1px solid var(--vp-line); background: var(--vp-soft); }.vp-device span { display: block; width: 74%; height: 9%; margin: 11% auto 0; border-radius: 2px; background: var(--vp-line); }.vp-device span + span { width: 48%; margin-top: 6%; background: color-mix(in srgb, var(--vp-green) 28%, var(--vp-line)); }
.vp-navbar { display: flex; height: 100%; align-items: center; gap: 14px; padding: 0 14px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-wordmark { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 850; white-space: nowrap; }.vp-wordmark i { width: 13px; height: 13px; border-radius: 4px; background: var(--vp-green); }.vp-nav-links { display: flex; flex: 1; justify-content: center; gap: 14px; color: var(--vp-muted); font-size: 8px; }.vp-nav-links b.is-active { color: var(--vp-green); }.vp-nav-action { min-height: 22px; padding: 5px 8px; border-radius: 4px; background: var(--vp-green); color: #fff; font-size: 8px; }
.vp-sidebar-demo { display: grid; grid-template-columns: minmax(84px, 32%) minmax(0, 1fr); height: 100%; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-side-nav { display: flex; min-width: 0; flex-direction: column; padding: 10px 8px 8px; border-right: 1px solid var(--vp-line); background: var(--vp-soft); }.vp-side-brand { display: flex; overflow: hidden; align-items: center; gap: 6px; font-size: 9px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }.vp-side-brand i { width: 14px; height: 14px; flex: 0 0 14px; border-radius: 4px; background: var(--vp-green); }.vp-side-nav > small { margin: 13px 4px 4px; color: var(--vp-muted); font-size: 6px; letter-spacing: .4px; text-transform: uppercase; }.vp-side-links { display: grid; gap: 2px; }.vp-side-links > span { display: flex; overflow: hidden; min-height: 21px; align-items: center; gap: 6px; padding: 0 5px; border-radius: 4px; color: var(--vp-muted); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }.vp-side-links > span.is-active { background: var(--vp-panel); color: var(--vp-green); font-weight: 800; }.vp-side-links i { width: 11px; flex: 0 0 11px; font-style: normal; text-align: center; }.vp-side-user { display: flex; min-width: 0; align-items: center; gap: 6px; margin-top: auto; padding-top: 7px; border-top: 1px solid var(--vp-line); font-size: 7px; }.vp-side-user > i { width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; background: var(--vp-lime); }.vp-side-user > span { display: grid; min-width: 0; }.vp-side-user small { color: var(--vp-green); font-size: 6px; }.vp-side-page { min-width: 0; padding: 13px; }.vp-side-page > div:first-child { display: flex; align-items: center; justify-content: space-between; color: var(--vp-muted); font-size: 8px; }.vp-side-page > .vp-line { margin-top: 8px; }.vp-side-page .vp-line--medium { height: 4px; }.vp-side-panels { display: grid; grid-template-columns: 1.25fr 1fr; gap: 7px; height: 48%; margin-top: 14px; }.vp-side-panels i { border: 1px solid var(--vp-line); border-radius: 4px; background: var(--vp-soft); }.vp-side-panels i:first-child { background: color-mix(in srgb, var(--vp-green) 15%, var(--vp-soft)); }
.vp-breadcrumbs-demo { height: 100%; overflow: hidden; padding: 12px 14px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-crumbs { display: flex; min-width: 0; align-items: center; gap: 7px; overflow: hidden; padding-bottom: 9px; border-bottom: 1px solid var(--vp-line); color: var(--vp-muted); font-size: 8px; white-space: nowrap; }.vp-crumbs i { flex: 0 0 auto; color: var(--vp-line); font-size: 13px; font-style: normal; }.vp-crumbs span, .vp-crumbs b { overflow: hidden; text-overflow: ellipsis; }.vp-crumbs b { min-width: 0; color: var(--vp-ink); }.vp-crumb-page { display: grid; align-content: center; height: calc(100% - 29px); min-width: 0; }.vp-crumb-page small { color: var(--vp-green); font-size: 7px; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; }.vp-crumb-page strong { overflow: hidden; margin-top: 5px; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }.vp-crumb-page p { overflow: hidden; margin: 5px 0 11px; color: var(--vp-muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.vp-crumb-page > div { display: grid; gap: 5px; }.vp-crumb-page .vp-line { height: 4px; }
.vp-phone { position: relative; width: 45%; min-width: 130px; height: 100%; margin: 0 auto; overflow: hidden; border: 2px solid var(--vp-ink); border-radius: 13px 13px 8px 8px; background: var(--vp-panel); }.vp-phone-head { display: flex; align-items: center; height: 18%; padding: 0 10px; font-size: 9px; font-weight: 800; }.vp-phone-head .vp-avatar { width: 14px; height: 14px; }.vp-phone-content { padding: 11px; }.vp-phone-content .vp-line--title { margin-top: 1px; width: 85%; }.vp-phone-content .vp-line--long { margin-top: 6px; width: 60%; }.vp-phone-card { height: 48px; margin-top: 12px; border-radius: 5px; background: var(--vp-green); opacity: .86; }.vp-bottom-tabs { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 27%; border-top: 1px solid var(--vp-line); background: var(--vp-panel); }.vp-bottom-tabs span { display: grid; place-content: center; justify-items: center; gap: 2px; color: var(--vp-muted); font-size: 7px; }.vp-bottom-tabs span.is-active { color: var(--vp-green); font-weight: 800; }.vp-bottom-tabs i { font-style: normal; font-size: 12px; line-height: 1; }
.vp-tabs { height: 100%; padding: 12px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-tab-list { display: flex; gap: 17px; height: 24%; border-bottom: 1px solid var(--vp-line); color: var(--vp-muted); font-size: 8px; }.vp-tab-list span { padding: 0 2px 8px; }.vp-tab-list .is-active { border-bottom: 2px solid var(--vp-green); color: var(--vp-ink); font-weight: 800; }.vp-tab-panel { padding-top: 12px; }.vp-tab-panel small, .vp-segment-value small, .vp-search-results small { display: block; color: var(--vp-muted); font-size: 8px; letter-spacing: .4px; text-transform: uppercase; }.vp-tab-panel .vp-line--title { margin-top: 7px; }.vp-chart--compact { height: 48%; margin-top: 8px; }
.vp-segmented-demo { height: 100%; padding: 12px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-segmented { display: inline-flex; padding: 3px; border-radius: 5px; background: var(--vp-soft); }.vp-segmented span { padding: 5px 9px; color: var(--vp-muted); font-size: 8px; }.vp-segmented .is-active { border-radius: 3px; background: var(--vp-panel); box-shadow: 0 1px 4px rgba(20,30,25,.12); color: var(--vp-ink); font-weight: 800; }.vp-segment-value { margin-top: 13px; }.vp-segment-value strong { display: block; margin-top: 3px; font-size: 20px; line-height: 1; }.vp-segment-value > span { color: var(--vp-green); font-size: 8px; }.vp-bars { display: flex; height: 36%; align-items: end; gap: 6px; margin-top: 7px; border-bottom: 1px solid var(--vp-line); }.vp-bars i { display: block; flex: 1; height: 40%; border-radius: 2px 2px 0 0; background: var(--vp-green); }.vp-bars i:nth-child(2) { height: 62%; }.vp-bars i:nth-child(3) { height: 50%; }.vp-bars i:nth-child(4) { height: 75%; }.vp-bars i:nth-child(5) { height: 57%; }.vp-bars i:nth-child(6) { height: 84%; }.vp-bars i:nth-child(7) { height: 68%; }
.vp-search-demo { height: 100%; padding: 13px; border-radius: 6px; background: var(--vp-panel); }.vp-search-field { display: flex; height: 29px; align-items: center; gap: 7px; padding: 0 8px; border: 1px solid var(--vp-green); border-radius: 4px; box-shadow: 0 0 0 2px color-mix(in srgb, var(--vp-green) 14%, transparent); }.vp-search-field > span { color: var(--vp-green); font-size: 17px; line-height: 1; }.vp-search-field b { flex: 1; color: var(--vp-muted); font-size: 8px; font-weight: 500; }.vp-search-field kbd { padding: 2px 4px; border: 1px solid var(--vp-line); border-radius: 3px; color: var(--vp-muted); font-size: 8px; }.vp-search-results { margin-top: 13px; }.vp-search-results > span { display: flex; align-items: center; gap: 7px; height: 25px; border-bottom: 1px solid var(--vp-line); color: var(--vp-ink); font-size: 8px; }.vp-search-results > span i { width: 10px; height: 10px; border-radius: 3px; background: var(--vp-lime); }.vp-search-results > span b { margin-left: auto; color: var(--vp-green); }
.vp-filter-demo { height: 100%; padding: 13px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-filter-row { display: flex; flex-wrap: wrap; gap: 5px; }.vp-filter-row .vp-pill { font-size: 8px; }.vp-filter-count { margin-top: 12px; color: var(--vp-muted); font-size: 8px; }.vp-filter-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }.vp-filter-items span { height: 50px; border-radius: 4px; background: var(--vp-soft); }.vp-filter-items span:first-child { background: color-mix(in srgb, var(--vp-green) 18%, var(--vp-soft)); }
.vp-card-demo { display: grid; grid-template-rows: 46% 1fr; height: 100%; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-media--card { width: 100%; height: 100%; background: var(--vp-soft); }.vp-card-copy { display: grid; align-content: center; gap: 4px; padding: 9px 12px; }.vp-card-copy small, .vp-detail-copy small, .vp-media-grid figcaption { color: var(--vp-muted); font-size: 8px; letter-spacing: .35px; text-transform: uppercase; }.vp-card-copy strong { font-size: 14px; line-height: 1.1; }.vp-card-copy p { margin: 0; color: var(--vp-muted); font-size: 8px; }.vp-card-copy > span, .vp-detail-copy > span { color: var(--vp-green); font-size: 8px; font-weight: 800; }.vp-card-copy > span b, .vp-detail-copy > span b { margin-left: 4px; font-size: 12px; }
.vp-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; height: 100%; }.vp-mini-card { display: grid; grid-template-rows: 52% auto 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 5px; background: var(--vp-panel); }.vp-media--crop-1, .vp-media--crop-2, .vp-media--crop-3 { width: 100%; height: 100%; background: var(--vp-soft); }.vp-mini-card small { overflow: hidden; padding: 7px; color: var(--vp-muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.vp-mini-card .vp-line { margin: 0 7px; }
.vp-list { height: 100%; padding: 10px 12px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-list-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center; min-height: 33.333%; border-top: 1px solid var(--vp-line); }.vp-list-row:first-child { border-top: 0; }.vp-media--thumb-1, .vp-media--thumb-2, .vp-media--thumb-3 { width: 30px; height: 30px; border-radius: 4px; background: var(--vp-soft); }.vp-list-row strong { display: block; overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.vp-list-row .vp-line { margin-top: 3px; height: 3px; }.vp-list-row small { color: var(--vp-muted); font-size: 7px; }.vp-list-row > b { color: var(--vp-muted); font-size: 10px; }
.vp-media-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; gap: 7px; height: 100%; }.vp-media-grid figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 5px; background: var(--vp-soft); }.vp-media-grid figure.is-large { grid-row: span 2; }.vp-media-grid figure img { width: 100%; height: 100%; }.vp-media-grid figcaption { position: absolute; right: 6px; bottom: 5px; left: 6px; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.4); }.vp-media-grid figcaption b { float: right; color: var(--vp-lime); }
.vp-detail { display: grid; grid-template-columns: 46% 1fr; gap: 12px; height: 100%; padding: 9px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-media--detail { width: 100%; height: 100%; min-height: 0; border-radius: 4px; background: var(--vp-soft); }.vp-detail-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }.vp-detail-copy strong { margin-top: 6px; font-size: 14px; line-height: 1.1; }.vp-detail-copy p { margin: 6px 0 12px; color: var(--vp-muted); font-size: 8px; }.vp-detail-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 0 0 12px; }.vp-detail-copy dl div { padding: 6px; border: 1px solid var(--vp-line); border-radius: 3px; }.vp-detail-copy dt { color: var(--vp-muted); font-size: 7px; }.vp-detail-copy dd { margin: 3px 0 0; font-size: 8px; }
.vp-data-table { display: grid; grid-template-rows: auto minmax(0, 1fr); height: 100%; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-table-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 9px 10px; border-bottom: 1px solid var(--vp-line); }.vp-table-toolbar > div { display: grid; min-width: 0; }.vp-table-toolbar small { color: var(--vp-muted); font-size: 6px; letter-spacing: .35px; text-transform: uppercase; }.vp-table-toolbar strong { font-size: 9px; }.vp-table-toolbar > span { flex: 0 0 auto; padding: 4px 6px; border: 1px solid var(--vp-line); border-radius: 4px; color: var(--vp-muted); font-size: 7px; }.vp-table-scroll { min-width: 0; overflow: hidden; }.vp-data-table table { width: 100%; height: 100%; table-layout: fixed; border-collapse: collapse; font-size: 7px; }.vp-data-table th, .vp-data-table td { overflow: hidden; padding: 4px 6px; border-bottom: 1px solid var(--vp-line); text-align: left; text-overflow: ellipsis; white-space: nowrap; }.vp-data-table th { height: 20%; background: var(--vp-soft); color: var(--vp-muted); font-size: 6px; font-weight: 700; }.vp-data-table th:first-child { width: 42%; }.vp-data-table tbody tr:last-child td { border-bottom: 0; }.vp-data-table td:first-child i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 2px; background: var(--vp-lime); vertical-align: -1px; }.vp-data-table td b { padding: 2px 4px; border-radius: 3px; background: color-mix(in srgb, var(--vp-green) 15%, var(--vp-soft)); color: var(--vp-green); font-size: 6px; }.vp-data-table td b.is-review { color: #8c6225; }.vp-data-table td b.is-draft { background: var(--vp-soft); color: var(--vp-muted); }
.vp-button-demo { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; align-items: center; height: 100%; padding: 12px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-button-demo > div { display: grid; justify-items: center; gap: 7px; }.vp-button { display: inline-flex; min-height: 27px; align-items: center; justify-content: center; padding: 0 8px; border: 1px solid var(--vp-line); border-radius: 4px; color: var(--vp-ink); font-size: 8px; white-space: nowrap; }.vp-button.is-primary { border-color: var(--vp-green); background: var(--vp-green); color: #fff; }.vp-button.is-disabled { opacity: .42; }.vp-icon-button { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--vp-green); border-radius: 50%; color: var(--vp-green); font-size: 15px; }
.vp-checkbox-demo { height: 100%; overflow: hidden; padding: 11px 13px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-checkbox-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-bottom: 7px; border-bottom: 1px solid var(--vp-line); }.vp-checkbox-head > div { display: grid; min-width: 0; }.vp-checkbox-head small { color: var(--vp-muted); font-size: 6px; letter-spacing: .4px; text-transform: uppercase; }.vp-checkbox-head strong { overflow: hidden; margin-top: 2px; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.vp-checkbox-head > span { flex: 0 0 auto; color: var(--vp-green); font-size: 7px; font-weight: 800; }.vp-checkbox-list { display: grid; height: calc(100% - 34px); }.vp-checkbox-list > div { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 8px; align-items: center; border-bottom: 1px solid var(--vp-line); }.vp-checkbox-list > div:last-child { border-bottom: 0; }.vp-checkbox-list > div > i { display: grid; width: 15px; height: 15px; place-items: center; border: 1px solid var(--vp-line); border-radius: 3px; color: #fff; font-size: 9px; font-style: normal; }.vp-checkbox-list > div > i.is-checked { border-color: var(--vp-green); background: var(--vp-green); }.vp-checkbox-list > div > i.is-mixed { border-color: var(--vp-green); background: color-mix(in srgb, var(--vp-green) 72%, var(--vp-panel)); }.vp-checkbox-list span { display: grid; min-width: 0; }.vp-checkbox-list b, .vp-checkbox-list small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.vp-checkbox-list b { font-size: 8px; }.vp-checkbox-list small { color: var(--vp-muted); font-size: 6px; }
.vp-form { display: grid; gap: 8px; height: 100%; padding: 12px 18px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-field { display: grid; gap: 4px; }.vp-field small { color: var(--vp-muted); font-size: 8px; }.vp-field > span { display: flex; min-height: 25px; align-items: center; padding: 0 8px; border: 1px solid var(--vp-line); border-radius: 4px; color: var(--vp-muted); font-size: 8px; }.vp-field.is-error > span { border-color: #c56a53; }.vp-field em { color: #b4533d; font-size: 7px; font-style: normal; }.vp-check { display: flex; align-items: center; gap: 5px; color: var(--vp-muted); font-size: 8px; }.vp-check i { display: grid; width: 12px; height: 12px; place-items: center; border-radius: 3px; background: var(--vp-green); color: #fff; font-size: 8px; font-style: normal; }.vp-form-submit { display: flex; min-height: 26px; align-items: center; justify-content: center; border-radius: 4px; background: var(--vp-green); color: #fff; font-size: 8px; font-weight: 800; }
.vp-settings { height: 100%; padding: 13px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-setting { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 28%; border-bottom: 1px solid var(--vp-line); }.vp-setting:last-child { border-bottom: 0; }.vp-setting span { display: grid; gap: 2px; }.vp-setting span > span { color: var(--vp-muted); font-size: 7px; }.vp-setting .vp-line { width: 75px; height: 3px; margin-top: 3px; }.vp-switch { position: relative; display: block; width: 28px; height: 16px; flex: 0 0 28px; border-radius: 10px; background: var(--vp-line); }.vp-switch b { position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.18); }.vp-switch.is-on { background: var(--vp-green); }.vp-switch.is-on b { left: 15px; }
.vp-menu-scene { position: relative; height: 100%; overflow: hidden; border-radius: 6px; background: var(--vp-soft); }.vp-menu-page { height: 100%; padding: 12px 44% 12px 12px; }.vp-menu-page > div:first-child { display: flex; justify-content: space-between; color: var(--vp-muted); font-size: 7px; }.vp-menu-page > .vp-line { margin-top: 10px; }.vp-menu-card { height: 46px; margin-top: 14px; border: 1px solid var(--vp-line); border-radius: 4px; background: var(--vp-panel); }.vp-menu-popover { position: absolute; top: 9px; right: 9px; width: min(55%, 150px); padding: 7px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); box-shadow: 0 8px 18px rgba(25,30,27,.16); }.vp-menu-popover > small { display: block; padding: 2px 5px 5px; color: var(--vp-muted); font-size: 6px; letter-spacing: .4px; text-transform: uppercase; }.vp-menu-popover > span { display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; gap: 4px; align-items: center; min-height: 21px; padding: 0 5px; border-radius: 4px; font-size: 7px; white-space: nowrap; }.vp-menu-popover > span.is-active { background: var(--vp-soft); color: var(--vp-green); }.vp-menu-popover > span.is-danger { color: #a44c3d; }.vp-menu-popover i { font-style: normal; text-align: center; }.vp-menu-popover > span > b { overflow: hidden; font-weight: 500; text-overflow: ellipsis; }.vp-menu-popover kbd { color: var(--vp-muted); font-size: 5px; }.vp-menu-popover hr { height: 1px; margin: 4px 0; border: 0; background: var(--vp-line); }
.vp-overlay { position: relative; height: 100%; background: #e0e4e1; }.vp-overlay::before { position: absolute; inset: 12px; border: 1px solid var(--vp-line); border-radius: 5px; background: var(--vp-panel); content: ""; }.vp-modal { position: absolute; top: 50%; left: 50%; width: 62%; padding: 14px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); box-shadow: 0 10px 24px rgba(25,30,27,.18); transform: translate(-50%, -50%); }.vp-close { position: absolute; top: 7px; right: 9px; color: var(--vp-muted); font-size: 13px; }.vp-modal small { color: var(--vp-muted); font-size: 7px; letter-spacing: .5px; text-transform: uppercase; }.vp-modal strong { display: block; margin-top: 6px; font-size: 13px; }.vp-modal p { margin: 6px 0 10px; color: var(--vp-muted); font-size: 8px; }.vp-modal > div:last-child { display: flex; justify-content: end; gap: 5px; }.vp-modal .vp-pill { min-height: 22px; font-size: 8px; }
.vp-drawer-scene { position: relative; height: 100%; overflow: hidden; background: var(--vp-soft); }.vp-drawer-page { display: grid; gap: 8px; padding: 16px 42% 12px 13px; }.vp-drawer-page .vp-line--title { margin-top: 7px; }.vp-drawer-page > div { height: 50px; border-radius: 4px; background: color-mix(in srgb, var(--vp-green) 20%, var(--vp-line)); }.vp-drawer { position: absolute; top: 0; right: 0; bottom: 0; width: 42%; padding: 15px 11px; border-left: 1px solid var(--vp-line); background: var(--vp-panel); box-shadow: -7px 0 15px rgba(20,30,25,.1); }.vp-drawer-handle { display: block; width: 24px; height: 3px; margin: 0 auto 17px; border-radius: 3px; background: var(--vp-line); }.vp-drawer small { color: var(--vp-muted); font-size: 7px; text-transform: uppercase; }.vp-drawer strong { display: block; margin-top: 6px; font-size: 12px; }.vp-drawer > .vp-line { margin-top: 8px; }.vp-drawer dl { display: grid; gap: 7px; margin-top: 14px; }.vp-drawer dl div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--vp-line); padding-bottom: 5px; }.vp-drawer dt, .vp-drawer dd { margin: 0; color: var(--vp-muted); font-size: 7px; }.vp-drawer dd { color: var(--vp-green); }
.vp-toast-scene { position: relative; height: 100%; overflow: hidden; background: var(--vp-soft); }.vp-toast-page { display: grid; gap: 8px; padding: 15px; }.vp-toast-page div { height: 19px; border-radius: 4px; background: var(--vp-line); }.vp-toast-page div:nth-child(2) { width: 76%; }.vp-toast-page div:nth-child(3) { width: 58%; }.vp-toast { position: absolute; right: 11px; bottom: 11px; left: 11px; display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid var(--vp-line); border-radius: 5px; background: var(--vp-panel); box-shadow: 0 6px 14px rgba(20,30,25,.14); }.vp-toast > span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--vp-green); color: #fff; font-size: 10px; }.vp-toast div { display: grid; flex: 1; gap: 2px; }.vp-toast strong { font-size: 8px; }.vp-toast small { color: var(--vp-muted); font-size: 7px; }.vp-toast em { color: var(--vp-green); font-size: 8px; font-style: normal; font-weight: 800; }.vp-toast > b { color: var(--vp-muted); font-size: 11px; font-weight: 500; }
.vp-skeleton { display: grid; grid-template-columns: minmax(0, 1fr) 39%; grid-template-rows: auto 1fr auto; gap: 9px 11px; height: 100%; padding: 11px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-skeleton-head { grid-column: 1 / -1; display: flex; min-width: 0; align-items: center; gap: 7px; }.vp-skeleton-avatar { width: 19px; height: 19px; flex: 0 0 19px; border-radius: 50%; background: var(--vp-line); }.vp-skeleton-head > div { display: grid; flex: 1; gap: 4px; }.vp-skeleton-head .vp-line { height: 4px; }.vp-skeleton-head small { flex: 0 0 auto; color: var(--vp-muted); font-size: 6px; letter-spacing: .35px; text-transform: uppercase; }.vp-skeleton-feature { min-height: 0; border-radius: 5px; background: color-mix(in srgb, var(--vp-line) 72%, var(--vp-soft)); }.vp-skeleton-copy { display: grid; align-content: center; gap: 7px; min-width: 0; }.vp-skeleton-copy .vp-line--title { width: 86%; height: 9px; background: var(--vp-line); }.vp-skeleton-copy .vp-line { max-width: 100%; }.vp-skeleton-cards { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }.vp-skeleton-cards span { height: 24px; border-radius: 4px; background: var(--vp-soft); }.vp-skeleton-cards span:nth-child(2) { background: var(--vp-line); opacity: .68; }.vp-skeleton-cards span:nth-child(3) { background: color-mix(in srgb, var(--vp-green) 10%, var(--vp-soft)); }
.vp-empty { display: grid; height: 100%; justify-items: center; align-content: center; padding: 12px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); text-align: center; }.vp-empty-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--vp-line); border-radius: 50%; color: var(--vp-green); font-size: 17px; }.vp-empty strong { margin-top: 8px; font-size: 12px; }.vp-empty p { max-width: 190px; margin: 5px 0 9px; color: var(--vp-muted); font-size: 8px; }.vp-empty-action { min-height: 23px; padding: 5px 8px; border-radius: 4px; background: var(--vp-green); color: #fff; font-size: 8px; }
.vp-type { height: 100%; padding: 13px 17px; border: 1px solid var(--vp-line); border-radius: 6px; background: var(--vp-panel); }.vp-type > small { color: var(--vp-green); font-size: 8px; letter-spacing: .7px; }.vp-type h2 { max-width: 80%; margin: 7px 0 12px; color: var(--vp-green); font-size: 25px; line-height: .98; }.vp-type > div { display: flex; align-items: baseline; gap: 8px; border-top: 1px solid var(--vp-line); padding-top: 8px; }.vp-type > div span { color: var(--vp-muted); font: 700 8px/1 ui-monospace, monospace; }.vp-type h3 { margin: 0; font-size: 13px; }.vp-type p { max-width: 80%; margin: 9px 0; color: var(--vp-muted); font-size: 8px; line-height: 1.5; }.vp-type blockquote { margin: 0; padding-left: 8px; border-left: 2px solid var(--vp-lime); color: var(--vp-ink); font-size: 9px; line-height: 1.4; }.vp-type footer { display: flex; gap: 10px; margin-top: 12px; color: var(--vp-muted); font-size: 7px; }.vp-type footer code { margin-left: auto; color: var(--vp-green); }

/* Solution prototypes use real copy, data and project-owned media. */
.vp-shell-top > strong { font-size: 8px; letter-spacing: .3px; white-space: nowrap; }
.vp-shell-search { display: flex; min-width: 0; flex: 1; align-items: center; margin-left: auto; padding: 4px 7px; border: 1px solid var(--vp-line); border-radius: 4px; color: var(--vp-muted); font-size: 6px; }
.vp-shell-top .vp-avatar { margin-left: 0; }
.vp-shell .vp-sidebar { gap: 3px; padding: 9px 7px; }
.vp-shell .vp-sidebar span, .vp-shell .vp-sidebar span:first-child { display: flex; width: 100%; height: auto; min-height: 18px; align-items: center; padding: 0 5px; overflow: hidden; background: transparent; color: var(--vp-muted); font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.vp-shell .vp-sidebar span.is-active { background: color-mix(in srgb, var(--vp-green) 14%, var(--vp-soft)); color: var(--vp-green); font-weight: 800; }
.vp-shell .vp-workspace { padding: 8px 10px; }
.vp-shell .vp-workspace h2 { margin: 2px 0 0; font-size: 12px; line-height: 1; }
.vp-shell .vp-metrics { gap: 5px; margin-top: 7px; }
.vp-shell .vp-metrics i { display: grid; height: auto; min-height: 31px; padding: 4px 5px; font-style: normal; }
.vp-shell .vp-metrics small { font-size: 5px; }
.vp-shell .vp-metrics strong { font-size: 9px; line-height: 1; }
.vp-shell .vp-metrics em { color: var(--vp-green); font-size: 5px; font-style: normal; }
.vp-shell-feature { display: grid; grid-template-columns: 42% 1fr; gap: 7px; align-items: center; height: 45px; margin-top: 7px; overflow: hidden; border-radius: 4px; background: var(--vp-soft); }
.vp-shell-feature .vp-media--shell-feature { width: 100%; height: 100%; }
.vp-shell-feature > div { display: grid; gap: 2px; min-width: 0; }
.vp-shell-feature small { color: var(--vp-green); font-size: 5px; }
.vp-shell-feature strong { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.vp-shell-feature span { color: var(--vp-muted); font-size: 6px; }

.vp-responsive .vp-device { display: flex; flex-direction: column; justify-content: center; padding: 7px; }
.vp-responsive .vp-device i { display: flex; height: auto; align-items: center; justify-content: space-between; margin: -7px -7px 8px; padding: 5px 6px; background: var(--vp-soft); font-size: 5px; font-style: normal; }
.vp-responsive .vp-device i small { color: var(--vp-muted); font-size: 4px; }
.vp-responsive .vp-device > strong { font-size: 8px; line-height: 1.05; }
.vp-responsive .vp-device > p { margin: 4px 0; color: var(--vp-muted); font-size: 4px; line-height: 1.25; }
.vp-responsive .vp-device > div { display: flex; gap: 3px; }
.vp-responsive .vp-device > span, .vp-responsive .vp-device > div span, .vp-responsive .vp-device > div span + span { display: inline-flex; width: auto; height: auto; min-height: 12px; align-items: center; margin: 3px 0 0; padding: 0 4px; border-radius: 2px; background: var(--vp-green); color: #fff; font-size: 4px; }
.vp-responsive .vp-device > div span + span { background: var(--vp-soft); color: var(--vp-muted); }
.vp-responsive .vp-device--tablet > strong { font-size: 6px; }
.vp-responsive .vp-device--mobile { padding: 4px; }
.vp-responsive .vp-device--mobile i { margin: -4px -4px 5px; padding: 4px; }
.vp-responsive .vp-device--mobile > strong { font-size: 4px; }
.vp-responsive .vp-device--mobile > span { min-height: 8px; padding: 0 2px; font-size: 3px; }

.vp-mini-card { grid-template-rows: 52% auto auto auto; }
.vp-mini-card small { padding: 6px 7px 2px; }
.vp-mini-card strong { overflow: hidden; padding: 0 7px; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.vp-mini-card > span { padding: 2px 7px 6px; color: var(--vp-green); font-size: 7px; font-weight: 800; }
.vp-list-row p { overflow: hidden; margin: 2px 0; color: var(--vp-muted); font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.vp-side-page h2 { margin: 9px 0 2px; font-size: 13px; }
.vp-side-page > p { margin: 0; color: var(--vp-muted); font-size: 7px; }
.vp-side-panels i { display: grid; align-content: center; gap: 2px; height: auto; padding: 7px; font-style: normal; }
.vp-side-panels small { color: var(--vp-muted); font-size: 6px; }
.vp-side-panels strong { font-size: 12px; }
.vp-side-panels em { color: var(--vp-green); font-size: 6px; font-style: normal; }
.vp-crumb-meta { display: flex !important; align-items: center; justify-content: space-between; padding-top: 9px; border-top: 1px solid var(--vp-line); color: var(--vp-muted); font-size: 7px; }
.vp-crumb-meta b { color: var(--vp-green); font-weight: 700; }
.vp-phone-content > small { color: var(--vp-green); font-size: 6px; font-weight: 800; text-transform: uppercase; }
.vp-phone-content > strong { display: block; margin-top: 4px; font-size: 10px; line-height: 1.05; }
.vp-phone-content > p { margin: 4px 0 7px; color: var(--vp-muted); font-size: 5px; line-height: 1.25; }
.vp-phone-card { display: flex; height: 30px; align-items: center; justify-content: space-between; margin-top: 0; padding: 0 8px; color: #fff; font-size: 6px; font-weight: 800; }
.vp-filter-items span { display: grid; height: 62px; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: 1fr 1fr; gap: 0 5px; align-items: end; overflow: hidden; padding: 5px; background: var(--vp-soft); }
.vp-filter-items span:first-child { background: var(--vp-soft); }
.vp-filter-items img { width: 28px; height: 52px; grid-row: 1 / -1; border-radius: 3px; }
.vp-filter-items b { overflow: hidden; align-self: end; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.vp-filter-items small { align-self: start; color: var(--vp-green); font-size: 6px; font-weight: 800; }
.vp-drawer-page > small { color: var(--vp-green); font-size: 6px; text-transform: uppercase; }
.vp-drawer-page > strong { font-size: 13px; }
.vp-drawer-page > p, .vp-drawer > p { margin: 0; color: var(--vp-muted); font-size: 7px; line-height: 1.35; }
.vp-drawer-page > div { display: grid; height: 50px; align-content: center; padding: 8px; }
.vp-drawer-page > div span { color: var(--vp-muted); font-size: 6px; }
.vp-drawer-page > div b { font-size: 13px; }
.vp-drawer > p { margin-top: 8px; }
.vp-toast-page { align-content: start; }
.vp-toast-page > small { color: var(--vp-green); font-size: 7px; text-transform: uppercase; }
.vp-toast-page > strong { margin-top: 4px; font-size: 13px; }
.vp-toast-page > p { max-width: 70%; margin: 0; color: var(--vp-muted); font-size: 7px; }
.vp-toast-page > span { width: max-content; margin-top: 3px; padding: 5px 8px; border-radius: 4px; background: var(--vp-green); color: #fff; font-size: 7px; }
.detail-preview .vocabulary-preview { aspect-ratio: 16 / 10; }
html.dark-mode .vocabulary-preview { --vp-ink: #eef4ef; --vp-muted: #a4b0a8; --vp-line: #3c4a42; --vp-panel: #202a24; --vp-soft: #28352d; background: #18201b; }
html.dark-mode .vp-overlay { background: #17201a; }
html.dark-mode .vp-overlay::before { background: var(--vp-panel); }
.empty-state { display: grid; justify-items: start; max-width: 460px; padding: 54px 0; }
/* Navigation bar is secondary on this page — moved below content */
.empty-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--accent); }
.empty-state h3 { margin: 15px 0 0; font-size: 22px; }
.empty-state p { margin: 8px 0 18px; color: var(--muted); font-size: 14px; }
.secondary-button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 6px; background: var(--surface); color: var(--ink); font-size: 12px; }
.secondary-button:hover { border-color: var(--accent); color: var(--accent); }
.vocab-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px max(24px, calc((100vw - var(--content-width)) / 2)); border-top: 1px solid var(--line); background: var(--dark); color: var(--page); }
.vocab-footer p { margin: 0; font-size: 13px; line-height: 1.5; }
.vocab-footer a { color: #9ee8b8; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.term-dialog { width: min(980px, calc(100% - 28px)); max-height: min(900px, calc(100dvh - 28px)); overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); box-shadow: 0 28px 90px rgba(10, 12, 20, .24); }
.term-dialog::backdrop { background: rgba(13, 15, 22, .5); backdrop-filter: blur(3px); }
.term-dialog-shell { position: relative; max-height: min(900px, calc(100dvh - 28px)); overflow: hidden; }
.dialog-close-form { position: absolute; z-index: 4; top: 13px; right: 13px; margin: 0; }
.icon-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: color-mix(in srgb, var(--surface) 92%, transparent); color: var(--ink); font-size: 24px; line-height: 1; }
.icon-button:hover, .icon-button:focus-visible { border-color: var(--accent); background: var(--accent); color: #fff; }
.term-dialog-content { max-height: min(900px, calc(100dvh - 28px)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 40px clamp(22px, 5vw, 62px) 48px; }
.term-detail { min-width: 0; max-width: 850px; margin: 0 auto; }
.detail-topline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 15px; padding-right: 54px; color: var(--muted); font-size: 11px; }
.favorite-detail-button { min-height: 34px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 17px; background: var(--surface); color: var(--muted); font-size: 11px; }
.favorite-detail-button[aria-pressed="true"] { border-color: var(--accent); color: var(--accent); }
.term-detail h2 { margin: 15px 0 0; font-size: clamp(30px, 5vw, 48px); line-height: 1.05; }
.term-detail h2 em { color: var(--accent); font-size: .42em; font-style: normal; font-weight: 650; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.detail-ask { margin: 23px 0 0; padding: 15px 18px; border-left: 3px solid var(--accent); background: var(--accent-soft); color: var(--ink); font-size: 15px; line-height: 1.6; }
.detail-definition { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.detail-definition strong { color: var(--ink); }
.detail-figure { margin: 30px 0 0; }
.detail-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-soft); }
.detail-preview .vocabulary-preview { min-height: 360px; }
.detail-figure figcaption { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.detail-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 30px; }
.detail-columns > section { min-width: 0; }
.term-detail h3 { margin: 0 0 12px; font-size: 17px; }
.term-detail h4 { margin: 16px 0 7px; color: var(--muted); font-size: 11px; letter-spacing: .4px; }
.detail-table-wrap { max-width: 100%; overflow-x: auto; }
.detail-table-wrap table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; font-size: 12px; }
.detail-table-wrap th, .detail-table-wrap td { overflow-wrap: anywhere; padding: 9px 10px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.5; }
.detail-table-wrap th { background: var(--surface-soft); font-size: 11px; }
.detail-table-wrap td { color: var(--muted); }
.detail-list { display: grid; gap: 7px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.compact-list { display: grid; gap: 7px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.split-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; padding: 18px; border: 1px solid var(--line); background: var(--surface-soft); }
.split-panel h3 { color: var(--accent); font: 700 11px/1 ui-monospace, monospace; letter-spacing: .6px; text-transform: uppercase; }
.prompt-panel { margin-top: 30px; padding: 18px; border: 1px solid var(--line); background: #1f2430; color: #eff1ff; }
.prompt-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.prompt-heading h3 { margin: 0; color: #fff; font-size: 15px; }
.copy-prompt-button { min-height: 32px; padding: 0 9px; border: 1px solid #687197; border-radius: 5px; background: transparent; color: #dce2ff; font-size: 11px; }
.copy-prompt-button:hover { border-color: #fff; color: #fff; }
.prompt-panel pre { margin: 16px 0 0; overflow: auto; white-space: pre-wrap; }
.prompt-panel code { color: #dbe1ff; font: 12px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.confusion-panel { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.confusion-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.related-terms { margin-top: 12px !important; }
.related-terms button { padding: 0; border: 0; background: transparent; color: var(--accent); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.detail-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--quiet); font-size: 11px; }
.detail-footer a { color: var(--accent); font-weight: 750; text-decoration: none; }
.toast { position: fixed; z-index: 60; right: 20px; bottom: 20px; padding: 11px 14px; border: 1px solid var(--line-strong); border-radius: 7px; background: var(--dark); color: var(--page); font-size: 12px; box-shadow: 0 10px 30px rgba(15,16,22,.18); }
[hidden] { display: none !important; }
@media (max-width: 1320px) { .vocab-topbar { grid-template-columns: auto 1fr; }.entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.vocab-layout { grid-template-columns: 240px minmax(0, 1fr); }.vocab-hero { grid-template-columns: 1fr; }.hero-diagram { max-width: 680px; }.navigation-pattern-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.navigation-pattern-fit { min-height: 0; } }
@media (max-width: 780px) { .vocab-topbar { display: flex; gap: 10px; min-height: 64px; padding: 10px 16px; }.brand { flex: 0 0 auto; font-size: 13px; }.brand small { display: none; }.topnav { min-width: 0; max-width: none; flex: 1 1 auto; justify-content: flex-start; gap: 13px; overflow-x: auto; scrollbar-width: none; }.topnav::-webkit-scrollbar { display: none; }.topnav a { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; }.vocab-hero, .vocab-toolbar, .vocab-layout { width: min(100% - 36px, var(--content-width)); }.vocab-hero { gap: 28px; padding: 48px 0 40px; }.hero-copy h1 { font-size: 46px; }.hero-intro { font-size: 15px; }.hero-diagram { grid-template-columns: 1fr; gap: 6px; padding: 12px; }.diagram-step { min-height: 78px; }.diagram-arrow { display: none; }.deep-dive-heading { grid-template-columns: 1fr; gap: 18px; }.deep-dive-heading h2 { font-size: 40px; }.deep-dive-heading > p { font-size: 14px; }.navigation-principles { grid-template-columns: 1fr; margin-top: 28px; }.navigation-principles article { padding: 18px; }.navigation-pattern-grid { grid-template-columns: 1fr; gap: 14px; }.navigation-pattern-body { padding: 18px; }.navigation-pattern-body button { min-height: 44px; }.navigation-matrix { margin-top: 44px; }.matrix-heading { display: block; }.matrix-heading h3 { font-size: 27px; }.matrix-heading > p { margin-top: 10px; }.category-chip, .taxonomy-link, .sort-control select, .secondary-button, .favorite-detail-button, .copy-prompt-button { min-height: 44px; }.vocab-layout { display: block; padding-top: 0; }.taxonomy { position: static; overflow-x: clip; margin-bottom: 25px; }.taxonomy nav { display: flex; overflow-x: auto; margin: 0 -18px; padding: 0 18px 5px; scrollbar-width: none; }.taxonomy nav::-webkit-scrollbar { display: none; }.taxonomy-link { flex: 0 0 auto; width: auto; min-width: max-content; }.taxonomy-note { display: none; }.results-heading { align-items: start; flex-direction: column; gap: 14px; }.results-heading h2 { font-size: 28px; }.sort-control { width: 100%; justify-content: space-between; }.sort-control select { flex: 1; max-width: 200px; }.entry-grid { grid-template-columns: 1fr; gap: 14px; }.entry-card h3 { font-size: 19px; }.related-terms button { min-height: 44px; padding: 8px 2px; }.vocab-footer { display: block; padding: 21px 18px; }.vocab-footer p { max-width: 500px; }.vocab-footer a { display: inline-block; margin-top: 12px; }.term-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }.term-dialog-content { padding: 35px 18px 34px; }.detail-columns, .split-panel { grid-template-columns: 1fr; gap: 24px; }.detail-footer { align-items: start; flex-direction: column; }.detail-preview .vocabulary-preview { min-height: 0; } }
@media (max-width: 480px) { .vocab-topbar { padding-inline: 12px; }.brand > span:not(.brand-mark) { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.entry-card { transition: none; } }
:root { --display-font: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; }
.hero-copy h1, .results-heading h2, .term-dialog h2 { font-family: var(--display-font); font-weight: 850; letter-spacing: -.055em; }

/* Tabs detail experiment: a shorter, visual-first solution chooser. */
.term-dialog--tabs { width: min(1180px, calc(100% - 28px)); }
.term-dialog--tabs .term-dialog-content { padding: 34px clamp(24px, 4vw, 50px) 44px; }
.tabs-solution-detail { max-width: none; }
.tabs-solution-detail .detail-topline { margin-bottom: 22px; }
.tabs-solution-hero { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(430px, 1.22fr); gap: clamp(30px, 5vw, 66px); align-items: center; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.tabs-solution-intro { min-width: 0; }
.tabs-kicker, .tabs-section-heading span, .tabs-variant-copy > span, .tabs-prompt-panel .prompt-heading span { color: var(--accent); font: 800 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .7px; text-transform: uppercase; }
.tabs-solution-intro h2 { margin: 10px 0 0; font-size: clamp(44px, 5.5vw, 68px); }
.tabs-solution-intro h2 em { font-size: .28em; letter-spacing: 0; }
.tabs-solution-intro blockquote { margin: 22px 0 0; padding: 14px 16px; border-left: 3px solid var(--accent); background: var(--accent-soft); color: var(--ink); font-size: 15px; line-height: 1.55; }
.tabs-solution-intro > p:not(.tabs-kicker) { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tabs-solution-intro .detail-tags { margin-top: 20px; }
.tabs-solution-example { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 18px 50px rgba(26,38,31,.1); }
.tabs-product-head { display: flex; min-height: 44px; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.tabs-product-head span { display: flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 850; letter-spacing: .8px; }
.tabs-product-head i { width: 14px; height: 14px; border-radius: 4px; background: var(--accent); }
.tabs-product-head b { font-weight: 650; }
.tabs-product-title { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 23px 20px 18px; }
.tabs-product-title small { display: block; color: var(--muted); font-size: 8px; }
.tabs-product-title strong { display: block; margin-top: 5px; font-size: 21px; }
.tabs-product-action { flex: 0 0 auto; padding: 8px 10px; border-radius: 5px; background: var(--accent); color: #fff; font-size: 9px; font-weight: 800; }
.tabs-product-tabs { display: flex; gap: 23px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.tabs-product-tabs span { padding: 0 1px 10px; color: var(--muted); font-size: 10px; }
.tabs-product-tabs span.is-active { border-bottom: 2px solid var(--accent); color: var(--ink); font-weight: 800; }
.tabs-product-panel { display: grid; grid-template-columns: 130px 1fr; gap: 24px; min-height: 155px; align-items: center; padding: 22px 20px 24px; background: color-mix(in srgb, var(--surface-soft) 54%, var(--surface)); }
.tabs-product-panel small { display: block; color: var(--muted); font-size: 8px; }
.tabs-product-panel strong { display: block; margin-top: 5px; font-size: 25px; }
.tabs-product-panel em { display: block; margin-top: 4px; color: var(--accent); font-size: 8px; font-style: normal; font-weight: 800; }
.tabs-product-graph { display: flex; height: 82px; align-items: end; gap: 8px; padding: 0 5px; border-bottom: 1px solid var(--line); }
.tabs-product-graph i { width: 14%; border-radius: 3px 3px 0 0; background: color-mix(in srgb, var(--accent) 75%, white); }
.tabs-product-graph i:nth-child(1) { height: 28%; }.tabs-product-graph i:nth-child(2) { height: 48%; }.tabs-product-graph i:nth-child(3) { height: 39%; }.tabs-product-graph i:nth-child(4) { height: 74%; }.tabs-product-graph i:nth-child(5) { height: 62%; }.tabs-product-graph i:nth-child(6) { height: 90%; }

.tabs-choice-section, .tabs-decision-section, .tabs-build-section { padding-top: 48px; }
.tabs-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 36px; align-items: end; margin-bottom: 22px; }
.tabs-section-heading h2 { margin: 8px 0 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.035em; }
.tabs-section-heading > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.tabs-variant-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tabs-variant-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(140px, .7fr); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.tabs-variant-card.is-recommended { border-color: color-mix(in srgb, var(--accent) 60%, var(--line)); box-shadow: inset 0 3px 0 var(--accent); }
.tabs-variant-preview { min-width: 0; min-height: 190px; padding: 16px; border-right: 1px solid var(--line); background: var(--surface-soft); }
.tabs-variant-bar { display: flex; min-width: 0; gap: 15px; overflow: hidden; border-bottom: 1px solid var(--line); }
.tabs-variant-bar span { flex: 0 0 auto; padding: 7px 1px; color: var(--muted); font-size: 8px; white-space: nowrap; }
.tabs-variant-bar span.is-active { border-bottom: 2px solid var(--accent); color: var(--ink); font-weight: 850; }
.tabs-variant-preview--pill .tabs-variant-bar, .tabs-variant-preview--segment .tabs-variant-bar { gap: 3px; width: max-content; padding: 3px; border: 0; border-radius: 6px; background: color-mix(in srgb, var(--line) 65%, transparent); }
.tabs-variant-preview--pill .tabs-variant-bar span, .tabs-variant-preview--segment .tabs-variant-bar span { padding: 6px 9px; border: 0; border-radius: 4px; }
.tabs-variant-preview--pill .tabs-variant-bar span.is-active { background: var(--accent); color: #fff; }
.tabs-variant-preview--segment .tabs-variant-bar span.is-active { background: var(--surface); color: var(--ink); box-shadow: 0 1px 4px rgba(20,30,25,.12); }
.tabs-variant-preview--scroll .tabs-variant-bar { overflow: hidden; }
.tabs-variant-content { padding: 18px 4px 0; }
.tabs-variant-content small { display: block; color: var(--muted); font-size: 7px; text-transform: uppercase; }
.tabs-variant-content strong { display: block; overflow: hidden; margin-top: 5px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.tabs-variant-content p { margin: 8px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.tabs-mini-chart { display: flex; height: 55px; align-items: end; gap: 6px; margin-top: 11px; border-bottom: 1px solid var(--line); }
.tabs-mini-chart i { width: 17%; border-radius: 2px 2px 0 0; background: color-mix(in srgb, var(--accent) 58%, var(--surface)); }
.tabs-mini-chart i:nth-child(1) { height: 28%; }.tabs-mini-chart i:nth-child(2) { height: 50%; }.tabs-mini-chart i:nth-child(3) { height: 42%; }.tabs-mini-chart i:nth-child(4) { height: 78%; }.tabs-mini-chart i:nth-child(5) { height: 64%; }
.tabs-variant-copy { display: grid; align-content: center; min-width: 0; padding: 18px; }
.tabs-variant-copy h3 { margin: 8px 0 0; font-size: 15px; }
.tabs-variant-copy p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.tabs-decision-section .tabs-section-heading, .tabs-build-section .tabs-section-heading { grid-template-columns: 1fr; }
.tabs-decision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tabs-decision-grid article { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; }
.tabs-decision-grid article > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; font-size: 16px; font-weight: 850; }
.tabs-decision-grid article.is-positive > span { background: var(--accent-soft); color: var(--accent); }
.tabs-decision-grid article.is-negative > span { background: var(--coral); color: #a7482b; }
.tabs-decision-grid h3 { margin: 3px 0 10px; font-size: 15px; }
.tabs-decision-grid ul { display: grid; gap: 7px; margin: 0; padding-left: 17px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.tabs-build-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.tabs-build-grid article { min-width: 0; padding: 20px; background: var(--surface); }
.tabs-build-grid b { color: var(--accent); font: 800 10px/1 ui-monospace, monospace; }
.tabs-build-grid h3 { margin: 13px 0 0; font-size: 14px; }
.tabs-build-grid p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.tabs-prompt-panel { margin-top: 48px; border-radius: 8px; }
.tabs-prompt-panel .prompt-heading > div { display: grid; gap: 7px; }
.tabs-prompt-panel .prompt-heading span { color: #8fe4ad; }
.tabs-related-panel { margin-top: 36px; }

@media (max-width: 900px) {
  .tabs-solution-hero { grid-template-columns: 1fr; }
  .tabs-solution-intro { max-width: 650px; }
  .tabs-section-heading { grid-template-columns: 1fr; gap: 12px; }
  .tabs-variant-card { grid-template-columns: 1fr; }
  .tabs-variant-preview { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 680px) {
  .term-dialog--tabs .term-dialog-content { padding: 30px 16px 34px; }
  .tabs-solution-hero { gap: 28px; padding-bottom: 36px; }
  .tabs-solution-intro h2 { font-size: 42px; }
  .tabs-product-panel { grid-template-columns: 105px 1fr; }
  .tabs-choice-section, .tabs-decision-section, .tabs-build-section { padding-top: 38px; }
  .tabs-variant-grid, .tabs-decision-grid, .tabs-build-grid { grid-template-columns: 1fr; }
  .tabs-variant-card { grid-template-columns: minmax(0, 1.4fr) minmax(125px, .7fr); }
  .tabs-variant-preview { min-height: 170px; border-right: 1px solid var(--line); border-bottom: 0; }
  .tabs-prompt-panel .prompt-heading { align-items: start; flex-direction: column; }
}
@media (max-width: 480px) {
  .tabs-variant-card { grid-template-columns: 1fr; }
  .tabs-variant-preview { border-right: 0; border-bottom: 1px solid var(--line); }
  .tabs-product-title { align-items: start; flex-direction: column; }
}
