.recbar{position:fixed;left:0;right:0;bottom:0;background:#12333b;display:flex;gap:14px;padding:8px 18px;font:12.5px/1.45 IBM Plex Sans,Segoe UI,system-ui,sans-serif;z-index:60;box-shadow:0 -6px 20px rgba(0,0,0,.2)}.recbar,.recbar .rec{color:#fff;align-items:center}.recbar .rec{display:inline-flex;gap:6px;font-weight:600}.recbar .rec i{width:9px;height:9px;border-radius:50%;background:#ff6b6b;display:inline-block;animation:mnbl 1s infinite}.recbar .rec i.pausa{animation:none;background:#e6c77a}@keyframes mnbl{50%{opacity:.25}}.recbar .lvl{display:inline-flex;gap:2px;align-items:flex-end;height:14px}.recbar .lvl i{width:3px;background:#7fd1c1;border-radius:1px;display:block;height:3px;transition:height .12s}.recbar b{font-variant-numeric:tabular-nums}.recbar .sub{opacity:.85}.recbar .btn{border:1px solid #fff;border-radius:6px;padding:2px 8px;background:#fff;color:#12333b;font:inherit;font-size:11.5px;cursor:pointer}.recbar .btn.g{background:transparent;color:#fff}.recbar .btn:disabled{opacity:.5;cursor:default}.recbar .spin{width:12px;height:12px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;display:inline-block;animation:mnsp .9s linear infinite}@keyframes mnsp{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.recbar .rec i,.recbar .spin{animation:none}}@media(max-width:700px){.recbar{flex-wrap:wrap;gap:8px}}.recbar .pctbar{display:inline-block;width:120px;height:6px;border-radius:3px;background:hsla(0,0%,100%,.18);overflow:hidden;vertical-align:middle}.recbar .pctbar i{display:block;height:100%;background:#7fd1c1;border-radius:3px;transition:width .6s ease}