/* dataeze demo. Brand kit v2: cream, ink, indigo; Plus Jakarta Sans + JetBrains Mono.
   Every colour is a token. Layout follows the Live Intelligence panel (top-bar
   identity, sticky controls, four-cluster executive band, docked Ask). */
:root {
  --bg: #FAF6F0; --surface: #FFFFFF; --surface-2: #FCFAF6; --surface-3: #F5F0E8; --surface-sunk: #ECE6DA;
  --text: #1A1A1A; --muted: #6E7482; --subtle: #A3A8B3; --border: #EAE3D6; --border-2: #DDD5C6; --border-strong: #CBC2B0;
  --accent: #4F46E5; --accent-2: #4F1EFF; --deep: #310DAA; --on-accent: #FFFFFF; --ink-panel: #14122A; --text-on-ink: #F4F1EA;
  --pos: #1F6F4A; --neg: #B4462F; --warn: #8A5F14;
  --shadow: 0 1px 2px rgba(26,26,26,.05), 0 8px 24px rgba(26,26,26,.05);
  --radius: 8px; --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
  --sans: "Plus Jakarta Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --kpi-h: 158px;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); max-width: 100%; overflow-x: clip; }
body { font-family: var(--sans); color: var(--text); -webkit-font-smoothing: antialiased; font-size: 14px; }
::selection { background: var(--accent); color: var(--on-accent); }
a { color: var(--deep); }
.mono { font-family: var(--mono); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.grad { background: linear-gradient(90deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ------------------------------------------------------------- landing */
.ld { max-width: 1080px; margin: 0 auto; padding: 22px 24px 60px; }
.ld-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: block; height: 30px; width: auto; }
.chip { display: inline-block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--deep); border: 1px solid var(--border-2); border-radius: 999px; padding: 4px 10px; background: var(--surface); }
.ld-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 42px; align-items: center; padding: 56px 0 30px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--deep); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: linear-gradient(90deg, var(--accent-2), var(--accent)); border-radius: 2px; }
.ld h1 { font-size: clamp(32px, 4.6vw, 50px); line-height: 1.08; letter-spacing: -.03em; font-weight: 700; margin: 0 0 18px; }
.ld-sub { font-size: 17px; line-height: 1.55; color: var(--muted); margin: 0 0 26px; max-width: 520px; }
.ld-form { display: flex; gap: 8px; max-width: 520px; }
.ld-form input { flex: 1 1 auto; min-width: 0; padding: 14px 16px; font: inherit; font-size: 15px; border: 1px solid var(--border-2); border-radius: 10px; background: var(--surface); color: var(--text); }
.ld-form input:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
.btn { font: inherit; font-weight: 700; font-size: 13px; padding: 9px 14px; border-radius: 8px; border: 1px solid var(--border-2); background: var(--surface-2); color: var(--text); cursor: pointer; white-space: nowrap; transition: .15s; }
.btn:hover { border-color: var(--accent); color: var(--accent); }
.btn-p { background: linear-gradient(90deg, var(--accent-2), var(--accent)); border-color: transparent; color: var(--on-accent); }
.btn-p:hover { color: var(--on-accent); filter: brightness(1.06); }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.btn-lg { font-size: 15px; padding: 14px 20px; border-radius: 10px; }
.ld-trust { margin: 14px 0 0; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--muted); }
.ld-trust b { color: var(--deep); font-weight: 500; }
.ld-msg { margin-top: 12px; font-size: 13.5px; line-height: 1.5; min-height: 20px; }
.ld-msg.err { color: var(--neg); }
.ld-msg.ok { color: var(--pos); }

/* the preview card on the right: a real render, not a screenshot */
.pv { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); padding: 14px; transform: rotate(-.6deg); }
.pv-h { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.pv-g { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 10px; }
.pv-k { border: 1px solid var(--border); border-radius: 8px; padding: 9px 11px; }
.pv-k .l { font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.pv-k .v { font-family: var(--mono); font-size: 18px; font-weight: 600; letter-spacing: -.02em; margin-top: 3px; }
.pv-k .d { font-family: var(--mono); font-size: 10.5px; margin-top: 3px; }
.pv-ask { background: var(--ink-panel); color: var(--text-on-ink); border-radius: 8px; padding: 11px 12px; font-size: 12px; line-height: 1.5; }
.pv-ask .q { font-family: var(--mono); font-size: 10.5px; color: #B9B3FF; margin-bottom: 4px; }
.pos { color: var(--pos); } .neg { color: var(--neg); }
.ld-feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.ld-f { border-top: 2px solid var(--border-2); padding-top: 14px; }
.ld-f h3 { margin: 0 0 6px; font-size: 15px; letter-spacing: -.01em; }
.ld-f p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.ld-foot { margin-top: 56px; padding-top: 16px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: .04em; flex-wrap: wrap; gap: 8px; }
@media (max-width: 860px) {
  .ld { padding: 16px 16px 48px; }
  .ld-hero { grid-template-columns: 1fr; gap: 28px; padding: 30px 0 10px; }
  .pv { transform: none; }
  .ld-form { flex-direction: column; }
  .ld-feat { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------- shell */
.shell { display: flex; align-items: stretch; min-height: 100vh; }
.main { flex: 1 1 auto; min-width: 0; max-width: 1560px; margin: 0 auto; padding: 16px 24px 60px; }
.head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo { height: 24px; }
.brand-sep { width: 1px; height: 22px; background: var(--border-strong); }
.brand-name { font-weight: 800; letter-spacing: -.02em; font-size: 17px; }
.brand-name small { display: block; font-family: var(--mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-top: 1px; }
.nav { display: flex; flex-wrap: wrap; gap: 3px; flex: 1 1 auto; }
.nav button { background: transparent; border: 0; border-radius: 8px; color: var(--muted); padding: 6px 11px; font: inherit; font-size: 12.5px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.nav button:hover { background: var(--surface-3); color: var(--text); }
.nav button.on { background: var(--accent); color: var(--on-accent); }
.head-r { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.cred { font-family: var(--mono); font-size: 11px; letter-spacing: .04em; padding: 6px 10px; border: 1px solid var(--border-2); border-radius: 999px; background: var(--surface); color: var(--deep); }
.cred.zero { color: var(--neg); border-color: color-mix(in srgb, var(--neg) 40%, transparent); }
.page-sub { margin: 10px 0 0; font-size: 13px; color: var(--muted); }

.stick { position: sticky; top: 0; z-index: 45; background: var(--bg); padding-top: 4px; border-bottom: 1px solid transparent; transition: .15s; }
.stick.is-stuck { border-bottom-color: var(--border); box-shadow: 0 8px 16px -14px rgba(0,0,0,.4); }
.fbar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 10px 0; }
.sel { background: var(--surface); color: var(--text); border: 1px solid var(--border-2); border-radius: 8px; padding: 7px 10px; font: inherit; font-size: 12.5px; font-weight: 600; }
.sel.slic { font-weight: 500; }
.sel.slic.on { border-color: var(--accent); color: var(--deep); }
.asof { margin-left: auto; font-family: var(--mono); font-size: 10.5px; color: var(--muted); }
.sect { margin: 20px 0 10px; }
.sect h2 { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.sect p { margin: 3px 0 0; font-size: 12px; color: var(--muted); }
.basis { font-family: var(--mono); font-size: 10.5px; color: var(--muted); margin-top: 3px; }

/* ----------------------------------------------------------------- tiles */
.kpis { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
@media (max-width: 1400px) { .kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.kpi { position: relative; display: flex; flex-direction: column; gap: 4px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 12px 14px 10px; min-width: 0; overflow: hidden; }
.kpi-l { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.kpi-v { font-family: var(--mono); font-size: 21px; font-weight: 600; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1.1; }
.kpi-v.na { color: var(--muted); font-size: 15px; }
.kpi-d { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; min-height: 16px; }
.chip-d { font-family: var(--mono); font-size: 11px; font-weight: 600; padding: 1px 6px; border-radius: 4px; }
.chip-d.pos { color: var(--pos); background: color-mix(in srgb, var(--pos) 13%, transparent); }
.chip-d.neg { color: var(--neg); background: color-mix(in srgb, var(--neg) 13%, transparent); }
.chip-d.mut { color: var(--subtle); background: var(--surface-3); }
.chip-p { font-size: 10.5px; color: var(--subtle); }
.kpi-s { height: 26px; margin: 0 -2px; }
.kpi-s svg { display: block; width: 100%; height: 100%; }
.kpi-i { font-size: 10.5px; color: var(--muted); line-height: 1.35; border-top: 1px dashed var(--border); padding-top: 5px; margin-top: 2px; min-height: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.kpi-i b { color: var(--text); font-weight: 600; }
.kpi-i.pos b { color: var(--pos); } .kpi-i.neg b { color: var(--neg); }
.kpi-2 { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; font-size: 10.5px; color: var(--muted); padding-top: 4px; }
.kpi-2 b { font-family: var(--mono); font-size: 11.5px; color: var(--text); }
.kpi-act { font-size: 10.5px; line-height: 1.35; color: var(--text); padding-top: 5px; border-top: 1px dashed var(--border-2); margin-top: 2px; }
.kpi-act em { font-style: normal; color: var(--subtle); font-size: 9.5px; text-transform: uppercase; letter-spacing: .06em; margin-left: 3px; }
.kpi.go { cursor: pointer; transition: border-color .12s, transform .12s; }
.kpi.go:hover { border-color: var(--accent); transform: translateY(-1px); }
.kpi-go { position: absolute; right: 12px; bottom: 8px; font-size: 10px; font-weight: 700; color: var(--accent); opacity: 0; transition: .12s; }
.kpi.go:hover .kpi-go { opacity: 1; }

/* four clusters */
.cls { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-items: start; margin-bottom: 18px; }
@media (max-width: 1500px) { .cls { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .cls { grid-template-columns: 1fr; } }
.cl { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.cl-h { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-left: 2px; }
.cl.act .cl-h { color: var(--warn); }
.cl-g { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: var(--kpi-h); gap: 8px; }
.cl-g > .kpi { height: var(--kpi-h); padding: 10px 12px 9px; gap: 3px; }
.cl.act .kpi { border-left: 2px solid var(--warn); }

/* ----------------------------------------------------------------- cards */
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; margin: 0 0 16px; min-width: 0; }
.card-h { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 14px 18px 11px; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.card-t { margin: 0; font-size: 14.5px; font-weight: 700; letter-spacing: -.02em; }
.card-s { margin-top: 3px; font-family: var(--mono); font-size: 11px; color: var(--muted); }
.card-b { padding: 12px 18px 16px; }
.card-n { padding: 9px 18px; font-family: var(--mono); font-size: 11px; color: var(--muted); border-top: 1px solid var(--border); }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1100px) { .grid2, .grid3 { grid-template-columns: 1fr; } }
.hero { height: 240px; }
.hero svg { width: 100%; height: 100%; display: block; }
.legend { display: flex; gap: 14px; font-family: var(--mono); font-size: 10.5px; color: var(--muted); }
.legend i { display: inline-block; width: 14px; height: 3px; border-radius: 2px; vertical-align: middle; margin-right: 5px; background: var(--accent); }
.legend i.prev { background: var(--subtle); }

/* pivot table with inline bars */
.tblwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tbl { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.tbl th, .tbl td { padding: 7px 12px; border-bottom: 1px solid var(--border); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tbl th.l, .tbl td.l { text-align: left; }
.tbl thead th { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--surface-3); }
.tbl td.n { font-family: var(--mono); font-size: 12px; }
.tbl tbody tr:hover { background: var(--surface-2); }
.tbl tr.tot td { font-weight: 700; background: var(--surface-sunk); border-top: 2px solid var(--border-strong); }
.bar { position: relative; display: inline-block; width: 80px; height: 7px; background: var(--surface-3); border-radius: 3px; vertical-align: middle; margin-right: 8px; }
.bar i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--accent); border-radius: 3px; }
.bar.bad i { background: var(--neg); }
.dl { font-family: var(--mono); font-size: 11px; font-weight: 600; }

/* movers */
.mv { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .mv { grid-template-columns: 1fr; } }
.mv-col { padding: 12px 18px 14px; border-right: 1px solid var(--border); }
.mv-col:last-child { border-right: 0; }
.mv-h { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.mv-r { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: baseline; padding: 5px 0; border-bottom: 1px solid var(--border); font-size: 12.5px; }
.mv-r:last-child { border-bottom: 0; }
.mv-v { font-family: var(--mono); font-size: 11.5px; color: var(--muted); }
.mv-d { font-family: var(--mono); font-size: 11.5px; font-weight: 600; min-width: 56px; text-align: right; }

/* insight strip (ink) */
.ins { background: var(--ink-panel); color: var(--text-on-ink); border-radius: var(--radius); padding: 16px 20px; margin-bottom: 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; }
@media (max-width: 860px) { .ins { grid-template-columns: 1fr; } }
.ins-k { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #B9B3FF; margin-bottom: 6px; }
.ins-b { margin: 0; font-size: 14px; line-height: 1.55; }
.ins-b b { color: #FFFFFF; }
.ins-own { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px; background: #7C8CFF; color: var(--ink-panel); }

/* CTA cards */
.cta { border: 1px solid var(--border-2); background: var(--surface); border-radius: var(--radius); padding: 18px 20px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; margin: 6px 0 16px; }
@media (max-width: 760px) { .cta { grid-template-columns: 1fr; } }
.cta h3 { margin: 0 0 4px; font-size: 16px; letter-spacing: -.02em; }
.cta p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

/* guide (how to use) */
.guide dl { margin: 0; display: grid; grid-template-columns: minmax(120px, 190px) 1fr; gap: 6px 16px; }
@media (max-width: 640px) { .guide dl { grid-template-columns: 1fr; } }
.guide dt { font-size: 12.5px; font-weight: 700; }
.guide dd { margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.55; }

/* ------------------------------------------------------------------- ask */
.ask { width: 400px; flex: 0 0 400px; background: var(--surface); border-left: 1px solid var(--border-2); display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.ask[hidden] { display: none; }
.ask-h { background: var(--ink-panel); color: var(--text-on-ink); padding: 14px 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.ask-k { font-weight: 700; font-size: 14px; }
.ask-s { font-family: var(--mono); font-size: 10.5px; opacity: .72; margin-top: 3px; }
.ask-x { background: transparent; border: 0; color: var(--text-on-ink); font-size: 22px; cursor: pointer; line-height: 1; }
.ask-body { flex: 1 1 auto; overflow-y: auto; padding: 14px 16px; }
.ask-hint p { margin: 0 0 8px; font-size: 13px; line-height: 1.55; color: var(--text); }
.ask-note { color: var(--muted) !important; font-size: 11.5px !important; }
.ask-eg { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
.eg { text-align: left; font: inherit; font-size: 12.5px; padding: 8px 11px; border: 1px solid var(--border-2); border-radius: 8px; background: var(--surface-2); color: var(--text); cursor: pointer; }
.eg:hover { border-color: var(--accent); color: var(--deep); }
.ask-q { font-size: 13px; font-weight: 600; margin: 14px 0 8px; padding: 9px 12px; background: var(--surface-3); border-radius: 8px; }
.ask-a { font-size: 12.5px; }
.ask-r { line-height: 1.6; margin-bottom: 8px; }
.ask-meta { font-family: var(--mono); font-size: 10.5px; color: var(--muted); margin-top: 6px; }
.ask-tbl { overflow-x: auto; border: 1px solid var(--border); border-radius: 6px; margin-top: 6px; }
.ask-tbl table { border-collapse: collapse; width: 100%; font-size: 11.5px; }
.ask-tbl th, .ask-tbl td { padding: 5px 9px; border-bottom: 1px solid var(--border); text-align: right; white-space: nowrap; }
.ask-tbl th:first-child, .ask-tbl td:first-child { text-align: left; }
.ask-tbl th { font-family: var(--mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--surface-3); }
.ask-wait { color: var(--muted); font-style: italic; font-size: 12.5px; }
.ask-f { display: flex; gap: 6px; padding: 10px 12px; border-top: 1px solid var(--border); background: var(--surface-2); }
.ask-in { flex: 1 1 auto; min-width: 0; padding: 9px 11px; font: inherit; font-size: 13px; border: 1px solid var(--border-2); border-radius: 8px; background: var(--surface); color: var(--text); }
.ask-in:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.ask-gate { border: 1px solid var(--border-2); border-radius: var(--radius); padding: 14px; margin-top: 14px; background: var(--surface-2); }
.ask-gate h4 { margin: 0 0 6px; font-size: 15px; letter-spacing: -.02em; }
.ask-gate p { margin: 0 0 10px; font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.fld { display: flex; flex-direction: column; gap: 4px; margin-bottom: 8px; }
.fld label { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.fld input, .fld select, .fld textarea { font: inherit; font-size: 13px; padding: 8px 10px; border: 1px solid var(--border-2); border-radius: 8px; background: var(--surface); color: var(--text); }
.fld textarea { min-height: 54px; resize: vertical; }
@media (max-width: 980px) {
  .ask { position: fixed; inset: 0; width: auto; flex: none; height: 100dvh; z-index: 200; border-left: 0; }
}

/* modal (book) */
.modal-w { position: fixed; inset: 0; background: rgba(20,18,42,.5); z-index: 300; display: flex; align-items: center; justify-content: center; padding: 18px; }
.modal { background: var(--surface); border-radius: 12px; max-width: 460px; width: 100%; box-shadow: var(--shadow); overflow: hidden; }
.modal-h { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); font-weight: 700; }
.modal-b { padding: 16px 18px; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 400; background: var(--ink-panel); color: var(--text-on-ink); padding: 10px 16px; border-radius: 999px; font-size: 12.5px; box-shadow: var(--shadow); }
.wm { position: fixed; right: 12px; bottom: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--subtle); pointer-events: none; z-index: 10; }
@media (max-width: 780px) {
  .main { padding: 12px 12px 48px; }
  .head { gap: 10px; }
  .nav { order: 3; width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .brand-name { font-size: 15px; }
  .head-r .btn-txt { display: none; }
  .wm { display: none; }
}
