/* SPDX-License-Identifier: AGPL-3.0-or-later */
.compact-panel{position:fixed;right:18px;bottom:18px;z-index:15;width:370px;background:#fff;border:1px solid #8594a0;border-radius:4px;padding:13px;box-shadow:0 10px 28px #17212b40}.compact-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--line)}.compact-head button{font-size:20px;border:0;background:none;cursor:pointer;color:var(--ink)}.compact-panel p{margin:5px 0}.compact-state{display:flex;gap:12px;font-size:12px;font-weight:700;color:var(--muted);margin:8px 0}.compact-phrase{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.compact-panel label{margin:10px 0 4px}.compact-panel .secondary,.compact-panel .primary{padding:7px 9px;font-size:12px}@media(max-width:570px){.compact-panel{width:calc(100% - 24px);right:12px;bottom:12px}}
