#qr-portal-modal {
    z-index: 100050 !important;
    position: fixed !important;
    inset: 0 !important;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}
#qr-portal-modal.active,
#qr-portal-modal.is-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
#qr-portal-modal.active.servis-hidden,
#qr-portal-modal.is-open.servis-hidden {
    display: flex !important;
}
#qr-portal-modal .qr-modal-panel {
    max-width: 420px;
    width: 90%;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.qr-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.qr-modal-head h3 {
    margin: 0;
    color: #1e3c72;
}
.qr-modal-close-x {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0 8px;
}
.qr-modal-body {
    text-align: center;
}
#qr-musteri-bilgi {
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1e3c72;
}
#qr-code-container {
    display: inline-block;
    margin: 12px auto;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#qr-portal-url {
    font-size: 11px;
    word-break: break-all;
    color: #666;
    margin: 8px 0 0 0;
}
.qr-portal-url-input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.qr-link-kopya-msg {
    margin: 8px 0 0;
    font-size: 12px;
    color: #059669;
    font-weight: 600;
}
#qr-token {
    font-size: 10px;
    color: #999;
    display: none;
}
.qr-etiket-boyut-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.qr-etiket-boyut-row label {
    font-size: 12px;
    color: #475569;
    font-weight: 600;
}
.qr-etiket-boyutu {
    padding: 6px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 13px;
    background: #fff;
    color: #1e293b;
    min-width: 110px;
}
.qr-modal-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 12px;
    flex-wrap: wrap;
}
.qr-btn {
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    color: white;
}
.qr-btn--whatsapp { background: #25d366; }
.qr-btn--secondary { background: #6c757d; }
.qr-btn--portal { background: #6f42c1; }
.qr-modal-footer {
    text-align: right;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}
