.qr-quick-access {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 5px 16px #0002;
}
.qr-quick-access > span:first-child { font-size: 1.55rem; line-height: 1; }
.qr-quick-access b,
.qr-quick-access small { display: block; }
.qr-quick-access small { margin-top: 2px; color: var(--muted); font-size: .72rem; }
.qr-quick-access:hover { background: var(--ice); color: var(--navy); }
.sidebar:has(.qr-quick-access) .userbox { margin-top: 12px; }
.status-badge { background: var(--status-color); color: #fff; border: 1px solid color-mix(in srgb, var(--status-color) 72%, #000); }
.status-color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin:18px 0}.status-color-option{display:flex;grid-template-columns:none;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:11px;margin:0}.status-color-option input{width:58px;height:38px;padding:3px;flex:0 0 58px}
