.csld-bar{position:fixed;left:18px;right:18px;bottom:18px;z-index:999999;display:flex;align-items:center;gap:18px;padding:12px 14px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(7,26,43,.96);box-shadow:0 18px 45px rgba(7,26,43,.25);color:#fff;font:500 14px/1.3 Inter,system-ui,sans-serif;backdrop-filter:blur(16px)}
.csld-bar__brand{display:flex;flex-direction:column;min-width:190px}.csld-bar__brand strong{font-size:15px}.csld-bar__brand span{color:#a9bdcc;font-size:11px;margin-top:2px}.csld-bar__switcher{display:flex;flex:1;justify-content:center;gap:7px}.csld-bar__switcher a,.csld-bar__product{color:#dceaf1;text-decoration:none;padding:9px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.14)}.csld-bar__switcher a:hover,.csld-bar__switcher a.is-active{background:#0d9488;color:#fff;border-color:#0d9488}.csld-bar__product{background:#fff;color:#071a2b;font-weight:700;white-space:nowrap}.csld-bar__product:hover{background:#e8f8f5;color:#071a2b}@media(max-width:820px){.csld-bar{left:8px;right:8px;bottom:8px;display:grid;grid-template-columns:1fr auto;gap:8px}.csld-bar__brand{min-width:0}.csld-bar__switcher{grid-column:1/-1;order:3;overflow-x:auto;justify-content:flex-start}.csld-bar__switcher a{white-space:nowrap}.csld-bar__product{font-size:12px;padding:8px}.csld-bar__brand span{display:none}}
