/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r8nc28vyhw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r8nc28vyhw] {
    flex: 1;
}

.sidebar[b-r8nc28vyhw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r8nc28vyhw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r8nc28vyhw]  a, .top-row[b-r8nc28vyhw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r8nc28vyhw]  a:hover, .top-row[b-r8nc28vyhw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r8nc28vyhw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r8nc28vyhw] {
        justify-content: space-between;
    }

    .top-row[b-r8nc28vyhw]  a, .top-row[b-r8nc28vyhw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r8nc28vyhw] {
        flex-direction: row;
    }

    .sidebar[b-r8nc28vyhw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r8nc28vyhw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r8nc28vyhw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r8nc28vyhw], article[b-r8nc28vyhw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r8nc28vyhw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r8nc28vyhw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1rlq4eo8e7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-1rlq4eo8e7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1rlq4eo8e7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1rlq4eo8e7] {
    font-size: 1.1rem;
}

.bi[b-1rlq4eo8e7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1rlq4eo8e7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-1rlq4eo8e7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1rlq4eo8e7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1rlq4eo8e7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1rlq4eo8e7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1rlq4eo8e7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1rlq4eo8e7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-1rlq4eo8e7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1rlq4eo8e7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1rlq4eo8e7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1rlq4eo8e7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1rlq4eo8e7] {
        display: none;
    }

    .nav-scrollable[b-1rlq4eo8e7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-b2evgy4rd2],
.components-reconnect-repeated-attempt-visible[b-b2evgy4rd2],
.components-reconnect-failed-visible[b-b2evgy4rd2],
.components-pause-visible[b-b2evgy4rd2],
.components-resume-failed-visible[b-b2evgy4rd2],
.components-rejoining-animation[b-b2evgy4rd2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-retrying[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-failed[b-b2evgy4rd2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-b2evgy4rd2] {
    display: block;
}


#components-reconnect-modal[b-b2evgy4rd2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-b2evgy4rd2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-b2evgy4rd2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-b2evgy4rd2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-b2evgy4rd2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-b2evgy4rd2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-b2evgy4rd2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-b2evgy4rd2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-b2evgy4rd2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-b2evgy4rd2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-b2evgy4rd2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-b2evgy4rd2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-b2evgy4rd2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-b2evgy4rd2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-b2evgy4rd2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-b2evgy4rd2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-b2evgy4rd2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-b2evgy4rd2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-b2evgy4rd2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Claim.razor.rz.scp.css */
.qp-claim-wrapper[b-3z5h3tcc28] {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.qp-claim-card[b-3z5h3tcc28] {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

.qp-claim-card h3[b-3z5h3tcc28] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.qp-qr-section[b-3z5h3tcc28] {
    text-align: center;
    margin-bottom: 2rem;
}

.qp-qr-section p[b-3z5h3tcc28] {
    margin-bottom: 1rem;
    color: #6c757d;
}

.qp-qr-code[b-3z5h3tcc28] {
    max-width: 250px;
    width: 100%;
    height: auto;
    border: 2px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1rem;
}

.qp-claim-section[b-3z5h3tcc28] {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.qp-claim-section p[b-3z5h3tcc28] {
    margin-bottom: 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.qp-claim-url[b-3z5h3tcc28] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.qp-claim-url input[b-3z5h3tcc28] {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-family: monospace;
}

.qp-claim-url input:focus[b-3z5h3tcc28] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.qp-store-links[b-3z5h3tcc28] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.qp-store-link[b-3z5h3tcc28] {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 0.6rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    text-decoration: none;
    color: #006bb7;
    font-weight: 500;
}

.qp-store-link:hover[b-3z5h3tcc28] {
    background-color: #f1f5f9;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Page shell ───────────────────────────────────────────────── */
.qp-home[b-ce3lx0b329] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    position: relative;
}

.qp-top-links[b-ce3lx0b329] {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    display: flex;
    gap: 0.75rem;
    font-size: 0.8rem;
    opacity: 0.65;
}

    .qp-top-links a[b-ce3lx0b329] {
        color: inherit;
        text-decoration: none;
    }

        .qp-top-links a:hover[b-ce3lx0b329],
        .qp-top-links a:focus-visible[b-ce3lx0b329] {
            text-decoration: underline;
            opacity: 1;
        }

.qp-hero-content[b-ce3lx0b329] {
    width: 100%;
    max-width: 560px;
    text-align: center;
}

.qp-home-logo[b-ce3lx0b329] {
    width: 220px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 1.25rem;
    display: block;
}

/* ── Heading ──────────────────────────────────────────────────── */
.qp-heading[b-ce3lx0b329] {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.qp-subheading[b-ce3lx0b329] {
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 1.75rem;
}

.qp-requirements-list[b-ce3lx0b329] {
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
}

    .qp-requirements-list li[b-ce3lx0b329] {
        margin-bottom: 0.35rem;
    }

/* ── Search input ─────────────────────────────────────────────── */
.qp-search-wrap[b-ce3lx0b329] {
    border-radius: 0.5rem;
    transition: border-radius 0.15s ease;
}

    .qp-search-wrap.is-expanded[b-ce3lx0b329] {
        border-radius: 0.5rem 0.5rem 0 0;
    }

[b-ce3lx0b329](.qp-search-input) {
    width: 100%;
}

[b-ce3lx0b329](.qp-search-input .dxbl-text-edit) {
    border-radius: 0.5rem;
    transition: border-radius 0.15s ease;
}

.qp-search-wrap.is-expanded[b-ce3lx0b329] (.qp-search-input .dxbl-text-edit) {
    border-radius: 0.5rem 0.5rem 0 0;
}

/* ── Search panel (shared container) ─────────────────────────── */
.qp-search-panel[b-ce3lx0b329] {
    background: var(--dxds-surface-200);
    border: 1px solid var(--dxds-border-100);
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    text-align: left;
}

/* ── Loading spinner ──────────────────────────────────────────── */
.qp-spinner-wrap[b-ce3lx0b329] {
    display: flex;
    justify-content: center;
    padding: 1.25rem 0;
}

.qp-spinner[b-ce3lx0b329] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid var(--dxds-primary-30);
    border-top-color: var(--dxds-primary-100);
    border-radius: 50%;
    animation: qp-spin-b-ce3lx0b329 0.7s linear infinite;
}

@keyframes qp-spin-b-ce3lx0b329 {
    to {
        transform: rotate(360deg);
    }
}

/* ── Status messages ──────────────────────────────────────────── */
.qp-search-error[b-ce3lx0b329],
.qp-no-results[b-ce3lx0b329] {
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* ── Results list ─────────────────────────────────────────────── */
.qp-results-list[b-ce3lx0b329] {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0;
}

.qp-result[b-ce3lx0b329] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    cursor: pointer;
    transition: background 0.12s ease;
}

    .qp-result:hover[b-ce3lx0b329],
    .qp-result:focus[b-ce3lx0b329] {
        background: var(--dxds-color-surface-primary-subdued-hovered);
        outline: none;
    }

    .qp-result:last-child[b-ce3lx0b329] {
        border-radius: 0 0 0.5rem 0.5rem;
    }

.qp-result-logo[b-ce3lx0b329] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 4px;
    flex-shrink: 0;
}

.qp-result-logo-placeholder[b-ce3lx0b329] {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: var(--dxds-primary-20);
    flex-shrink: 0;
}

.qp-result-name[b-ce3lx0b329] {
    flex: 1;
    font-size: 0.95rem;
}

.qp-result-arrow[b-ce3lx0b329] {
    color: var(--dxds-text-300);
    font-size: 1.25rem;
    line-height: 1;
    opacity: 0.5;
}
/* /Components/Pages/PassRequest.razor.rz.scp.css */
/* ── Auth page shell ──────────────────────────────────────────── */
.qp-auth[b-pbdheort3l] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
}

/* ── Auth card ────────────────────────────────────────────────── */
.qp-auth-card[b-pbdheort3l] {
    width: 100%;
    max-width: 440px;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 24px color-mix(in srgb, var(--colour-accent) 35%, transparent);
}

/* ── Branded header ───────────────────────────────────────────── */
.qp-brand-header[b-pbdheort3l] {
    background: var(--colour-primary);
    border-bottom: 4px solid var(--colour-accent);
    padding: 2rem 2rem 1.5rem;
    text-align: center;
    color: #fff;
}

.qp-brand-logo[b-pbdheort3l] {
    display: block;
    height: 72px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto 1.25rem;
}

/* ── Heading ──────────────────────────────────────────────────── */
.qp-auth-heading[b-pbdheort3l] {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    color: inherit;
    line-height: 1.2;
}

/* ── Info paragraph ───────────────────────────────────────────── */
.qp-auth-info[b-pbdheort3l] {
    font-size: 0.9rem;
    opacity: 0.85;
    margin: 0;
    line-height: 1.5;
}

/* ── Card body ────────────────────────────────────────────────── */
.qp-auth-body[b-pbdheort3l] {
    border-top: 3px solid var(--colour-secondary);
    padding: 1.75rem 2rem;
}

/* ── Form fields ──────────────────────────────────────────────── */
.qp-field[b-pbdheort3l] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.qp-field label[b-pbdheort3l] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

[b-pbdheort3l](.qp-input) {
    width: 100%;
}

[b-pbdheort3l](.qp-input-otp .dxbl-text-edit input) {
    letter-spacing: 0.4em;
    font-size: 1.25rem;
    text-align: center;
}

/* ── Alert ────────────────────────────────────────────────────── */
.qp-alert[b-pbdheort3l] {
    border-radius: 0.375rem;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.qp-alert-error[b-pbdheort3l] {
    background: rgba(229, 0, 0, 0.08);
    color: #c00;
    border: 1px solid rgba(229, 0, 0, 0.25);
}

/* ── Actions ──────────────────────────────────────────────────── */
.qp-actions[b-pbdheort3l] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

[b-pbdheort3l](.qp-btn-full) {
    width: 100%;
}

/* ── Back link ────────────────────────────────────────────────── */
.qp-link-btn[b-pbdheort3l] {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    color: var(--dxds-primary-100, #1b6ec2);
    cursor: pointer;
    display: block;
}

.qp-link-btn:hover[b-pbdheort3l] {
    text-decoration: underline;
}

/* ── Loading overlay ──────────────────────────────────────────── */
.qp-loading-overlay[b-pbdheort3l] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}
/* /Components/Pages/PassView.razor.rz.scp.css */
.qp-pass-wrapper[b-1fi0t2sqmb] {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    gap: 1rem;
}

.qp-pass-actions[b-1fi0t2sqmb] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.qp-print-warning[b-1fi0t2sqmb] {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
}

.qp-install-warning[b-1fi0t2sqmb] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    text-align: center;
    line-height: 1.5;
}

.qp-overlay[b-1fi0t2sqmb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
}

.qp-overlay-content[b-1fi0t2sqmb] {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.qp-overlay-close[b-1fi0t2sqmb] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
    line-height: 1;
    padding: 0;
    width: 2rem;
    height: 2rem;
}

.qp-overlay-close:hover[b-1fi0t2sqmb] {
    color: #000;
}

.qp-overlay-content h3[b-1fi0t2sqmb] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.qp-qr-section[b-1fi0t2sqmb] {
    text-align: center;
    margin-bottom: 2rem;
}

.qp-qr-section p[b-1fi0t2sqmb] {
    margin-bottom: 1rem;
    color: #6c757d;
}

.qp-qr-code[b-1fi0t2sqmb] {
    max-width: 250px;
    width: 100%;
    height: auto;
    border: 2px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1rem;
}

.qp-install-device[b-1fi0t2sqmb] {
    text-align: center;
    margin-bottom: 2rem;
}

.qp-install-device p[b-1fi0t2sqmb] {
    margin-bottom: 1rem;
    color: #6c757d;
}

.qp-claim-section[b-1fi0t2sqmb] {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
}

.qp-claim-section p[b-1fi0t2sqmb] {
    margin-bottom: 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.qp-claim-url[b-1fi0t2sqmb] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.qp-claim-url input[b-1fi0t2sqmb] {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-family: monospace;
}

.qp-claim-url input:focus[b-1fi0t2sqmb] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media print {
    .qp-print-warning[b-1fi0t2sqmb],
    .qp-install-warning[b-1fi0t2sqmb],
    .qp-overlay[b-1fi0t2sqmb] {
        display: none;
    }
}
