/* 113: единая боковая панель PrimeMeet (инъекция chrome.js на разделах истории/транскрипта). */
.pb-sidebar { position: fixed; top: 0; left: 0; width: 56px; height: 100vh; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-right: 1px solid rgba(226,232,240,.8); display: flex; flex-direction: column; align-items: center; padding: 20px 0; gap: 8px; z-index: 60; }
.pb-sidebar .pb-brand { width: 40px; height: 40px; border-radius: 11px; background: #0f172a; display: grid; place-items: center; margin-bottom: 8px; }
.pb-sidebar .pb-brand svg { width: 20px; height: 20px; color: #fff; }
.pb-sidebar .pb-ic { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #94a3b8; transition: all .2s ease; cursor: pointer; background: none; border: none; }
.pb-sidebar .pb-ic svg { width: 22px; height: 22px; }
.pb-sidebar .pb-ic:hover { background: rgba(45,26,114,.08); color: #2d1a72; }
.pb-sidebar .pb-bottom { margin-top: auto; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pb-sidebar .pb-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,#ff9d83,#ef6a48); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 13px; cursor: pointer; background-size: cover; background-position: center; }
body.pb-has-chrome { padding-left: 56px; }

.pb-help-scrim { position: fixed; inset: 0; background: rgba(14,18,38,.42); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: grid; place-items: center; z-index: 1000; padding: 20px; }
.pb-help-scrim[hidden] { display: none; }
.pb-help-card { width: 100%; max-width: 420px; background: #fff; border-radius: 18px; padding: 26px; box-shadow: 0 24px 64px -12px rgba(14,18,38,.4); position: relative; }
.pb-help-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; color: #0f172a; }
.pb-help-card p { margin: 0 0 12px; font-size: 13.5px; color: #475569; line-height: 1.6; }
.pb-help-card p:last-child { margin-bottom: 0; }
.pb-help-close { position: absolute; top: 14px; right: 14px; width: 30px; height: 30px; border-radius: 50%; background: #f1f5f9; color: #64748b; border: none; cursor: pointer; font-size: 14px; }
