.drive-bar{-webkit-backdrop-filter:blur(10px);border:1px solid var(--fg-10);pointer-events:auto;background:#070b0c8c;border-radius:999px 999px 18px 18px;grid-template-columns:auto auto;grid-template-areas:"mode keys""views views";align-items:center;gap:12px 18px;padding:12px 14px;display:grid}.drive-bar__mode{border:1px solid var(--fg-20);border-radius:999px;grid-area:mode;padding:3px;display:inline-flex}.drive-bar__mode button{color:var(--fg-60);border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;transition:background .3s,color .3s;display:inline-flex}.drive-bar__mode button[aria-pressed=true]{background:var(--fg);color:var(--bg)}.drive-bar__dot{opacity:.35;background:currentColor;border-radius:50%;width:6px;height:6px}.drive-bar__mode button[aria-pressed=true] .drive-bar__dot{background:var(--accent);opacity:1}.drive-bar__keys{grid-area:keys;grid-template-rows:repeat(2,24px);grid-template-columns:repeat(3,24px);justify-self:end;gap:3px;display:grid}.drive-bar__key{border:1px solid var(--fg-20);color:var(--fg-60);border-radius:5px;place-items:center;font-size:10px;transition:background .12s,color .12s,border-color .12s;display:grid}.drive-bar__key--w{grid-column:2}.drive-bar__key[data-on]{background:var(--accent);border-color:var(--accent);color:var(--bg)}.drive-bar__views{letter-spacing:.1em;text-transform:uppercase;grid-area:views;justify-content:center;gap:16px;font-size:10px;display:flex}.drive-bar__views button{color:var(--fg-40);border-bottom:1px solid #0000;padding-bottom:2px;transition:color .3s,border-color .3s}.drive-bar__views button[aria-pressed=true]{color:var(--fg);border-color:var(--accent)}.drive-bar__views button:hover{color:var(--fg-80)}.drive-pad{grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:6px;display:none}.drive-pad button{border:1px solid var(--fg-20);touch-action:none;-webkit-user-select:none;user-select:none;border-radius:8px;padding:12px 0}.drive-pad button:active{background:var(--fg);color:var(--bg)}@media (pointer:coarse){.drive-pad{display:grid}.drive-bar__keys{display:none}}
