.hy-qr-scanner {
    display: grid;
    gap: 8px;
    max-width: 420px;
}

.hy-qr-actions {
    display: flex;
    padding: 12px;
    gap: 8px;
    align-items: center;
}

.hy-qr-upload-label {
    display: inline-block;
    padding: 12px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
}

.hy-qr-scanner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.hy-qr-scanner-panel {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    width: min(92vw, 520px);
    display: grid;
    gap: 8px;
}

.hy-qr-video {
    width: 100%;
    min-height: 300px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.hy-qr-scanner-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.hy-qr-tip {
    font-size: 12px;
    color: #6b7280;
}
