/* Ridgeback — 05 chrome
   Persistent furniture: pushed-screen header, bottom strips, the
   BobbyBar, the composer and the four-tab nav. */

/* ── pushed-screen header ── */
.push-head{flex:0 0 auto;display:flex;align-items:center;gap:var(--s2);padding:2px var(--s3) 8px;border-bottom:1px solid var(--line);background:var(--ground)}
.back-btn{flex:none;width:var(--hit);height:var(--hit);display:grid;place-items:center;background:none;border:0;color:var(--accent-solid);cursor:pointer}
.back-btn svg{width:21px;height:21px}
.push-title{flex:1 1 0;min-width:0;color:var(--text)}
.head-action{flex:none;min-height:var(--hit);padding:0 var(--s3);background:none;border:0;font:inherit;font-size:14px;font-weight:600;color:var(--accent-solid);cursor:pointer}

.strip{flex:0 0 auto;background:var(--raised);border-top:1px solid var(--line);padding:6px var(--s4) 10px}
.bobby-bar{display:block;width:100%;border:0;background:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}
.bobby-bar .line{display:flex;align-items:center;gap:var(--s3)}
.bobby-bar .ph{flex:1 1 0;min-width:0;color:var(--text-3)}
.bobby-bar .mic{width:21px;height:21px;color:var(--text-3);flex:none}
.composer{display:flex;align-items:center;gap:var(--s2)}
.composer label,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.composer input{flex:1 1 0;min-width:0;min-height:var(--hit);padding:10px var(--s3);border:1px solid var(--line);border-radius:var(--r-pill);
  background:var(--ground);color:var(--text);font:inherit;font-size:15px}
.raise-btn,.send-btn{flex:none;width:var(--hit);height:var(--hit);border-radius:var(--r-pill);border:0;display:grid;place-items:center;cursor:pointer}
.raise-btn{background:transparent}
.send-btn{background:var(--accent-solid);color:var(--on-accent)}
.send-btn svg{width:19px;height:19px}

.tabnav{flex:0 0 auto;display:grid;grid-template-columns:repeat(4,1fr);padding:4px var(--s2) 22px;border-top:1px solid var(--line);background:var(--raised)}
.tab{display:flex;flex-direction:column;align-items:center;gap:3px;min-height:50px;padding:7px 0;border:0;background:none;
  color:var(--text-3);font:inherit;font-size:10px;cursor:pointer}
.tab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.tab[aria-selected="true"]{color:var(--saddle);font-weight:700}
.tab[aria-selected="true"] svg{stroke-width:2.3}

.hh-row{display:flex;align-items:center;justify-content:space-between;gap:var(--s3);padding:var(--s2) var(--s5) var(--s4)}
.hh-chip{position:relative;display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:var(--r-pill);
  background:var(--chip-fill);border:1px solid var(--line);color:var(--text);font:inherit;cursor:pointer}
.hh-chip::after{content:'';position:absolute;left:0;right:0;top:50%;height:var(--hit);transform:translateY(-50%)}
.hh-mark{width:15px;height:15px;border-radius:5px;background:var(--accent);flex:none}
.hh-name{font-size:12.5px;font-weight:600;letter-spacing:-.24px}
.hh-chip .chev{width:11px;height:11px}
