/* QR Suite UX fixer */
.qrcs-ux-bar { position: absolute; top: 4px; right: 4px; display: flex; gap: 4px; z-index: 999999; }
.qrcs-ux-bar button { width: 24px; height: 24px; border-radius: 6px; border: 0; cursor: pointer; font-size: 14px; line-height: 1; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,.2); }
.qrcs-ux-close { background: #b02a37; color: #fff; }
.qrcs-ux-min { background: #40566e; color: #fff; }
.qrcs-ux-minimized { max-height: 40px !important; overflow: hidden !important; opacity: .8; }
#qrcs-ux-fixer { position: fixed; right: 12px; top: 40%; z-index: 999998; background: #fff; border: 1px solid #dce3ea; border-radius: 10px; padding: 10px; box-shadow: 0 8px 24px rgba(15,30,50,.15); font-size: 12px; }
#qrcs-ux-pick { background: #1a5276; color: #fff; border: 0; border-radius: 8px; padding: 6px 10px; cursor: pointer; }
#qrcs-ux-pick.on { background: #e67e22; }
#qrcs-ux-hint { display: block; color: #6b7c8f; margin-top: 6px; max-width: 160px; }
[data-qrcs-colorfixed] { transition: color .2s; }
