/* _content/ReviewStand/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fr5m8iwlyr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fr5m8iwlyr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ReviewStand/Components/Pages/Home.razor.rz.scp.css */

.welcome-page[b-zw46h207b2] {
    min-height: 100vh;
    background: #f5f7fb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
}


.welcome-card[b-zw46h207b2] {
    width: 100%;
    max-width: 560px;
    background: white;
    border-radius: 20px;
    padding: 50px 45px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}


.logo-circle[b-zw46h207b2] {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #4285f4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}


h1[b-zw46h207b2] {
    margin: 0;
    color: #202124;
    font-size: 32px;
}


.subtitle[b-zw46h207b2] {
    margin: 15px auto 35px;
    max-width: 450px;
    color: #6b7280;
    line-height: 1.6;
    font-size: 16px;
}


.feature-list[b-zw46h207b2] {
    text-align: left;
    margin-bottom: 35px;
}


.feature[b-zw46h207b2] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}


    .feature:last-child[b-zw46h207b2] {
        border-bottom: none;
    }


.feature-icon[b-zw46h207b2] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #f1f3f4;
    color: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}


.feature strong[b-zw46h207b2] {
    display: block;
    color: #202124;
    margin-bottom: 4px;
}


.feature span[b-zw46h207b2] {
    display: block;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
}


.login-button[b-zw46h207b2] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    background: #4285f4;
    color: white;
    text-decoration: none;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
}


    .login-button:hover[b-zw46h207b2] {
        background: #3367d6;
    }


.footer-text[b-zw46h207b2] {
    margin: 25px 0 0;
    color: #9aa0a6;
    font-size: 12px;
}


@media (max-width: 600px) {

    .welcome-page[b-zw46h207b2] {
        padding: 20px 15px;
    }


    .welcome-card[b-zw46h207b2] {
        padding: 35px 25px;
    }


    h1[b-zw46h207b2] {
        font-size: 27px;
    }
}
/* _content/ReviewStand/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-nhcv4as2qs] {
    min-height: 100vh;
    background: #f5f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    font-family: Arial, sans-serif;
}


.login-card[b-nhcv4as2qs] {
    width: 100%;
    max-width: 420px;
    background: white;
    border-radius: 18px;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}


.login-icon[b-nhcv4as2qs] {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #4285f4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}


.login-card h1[b-nhcv4as2qs] {
    margin: 0;
    color: #202124;
    font-size: 28px;
}


.subtitle[b-nhcv4as2qs] {
    color: #6b7280;
    margin: 10px 0 30px;
}


.form-group[b-nhcv4as2qs] {
    text-align: left;
    margin-bottom: 20px;
}


    .form-group label[b-nhcv4as2qs] {
        display: block;
        margin-bottom: 7px;
        font-weight: 600;
        color: #333;
    }


.form-control[b-nhcv4as2qs] {
    width: 100%;
    box-sizing: border-box;
    padding: 13px;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    font-size: 15px;
}


    .form-control:focus[b-nhcv4as2qs] {
        outline: none;
        border-color: #4285f4;
        box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.12);
    }


.login-button[b-nhcv4as2qs] {
    width: 100%;
    border: none;
    border-radius: 9px;
    padding: 14px;
    background: #4285f4;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
}


    .login-button:hover[b-nhcv4as2qs] {
        background: #3367d6;
    }


.error-message[b-nhcv4as2qs] {
    background: #fce8e6;
    color: #c5221f;
    padding: 11px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}


.back-link[b-nhcv4as2qs] {
    display: inline-block;
    margin-top: 25px;
    color: #4285f4;
    text-decoration: none;
    font-size: 14px;
}


    .back-link:hover[b-nhcv4as2qs] {
        text-decoration: underline;
    }


@media (max-width: 500px) {

    .login-card[b-nhcv4as2qs] {
        padding: 30px 22px;
    }
}
/* _content/ReviewStand/Components/Pages/Redirect.razor.rz.scp.css */
.redirect-container[b-586ahq48te] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.message-card[b-586ahq48te] {
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

    .message-card h2[b-586ahq48te] {
        margin-bottom: 10px;
        color: #202124;
    }

    .message-card p[b-586ahq48te] {
        color: #6b7280;
        line-height: 1.6;
    }

.spinner[b-586ahq48te] {
    width: 35px;
    height: 35px;
    margin: 0 auto 20px;
    border: 4px solid #e5e7eb;
    border-top-color: #4285f4;
    border-radius: 50%;
    animation: spin-b-586ahq48te 0.8s linear infinite;
}

@keyframes spin-b-586ahq48te {
    to {
        transform: rotate(360deg);
    }
}
/* _content/ReviewStand/Components/Pages/Setup.razor.rz.scp.css */



.setup-container[b-8blop4f3iq] {
    min-height: 100vh;
    background: #f5f7fb;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}

.setup-card[b-8blop4f3iq] {
    width: 100%;
    max-width: 620px;
    background: white;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.setup-header[b-8blop4f3iq] {
    text-align: center;
    margin-bottom: 35px;
}

.setup-icon[b-8blop4f3iq] {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #fbbc04;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.setup-header h1[b-8blop4f3iq] {
    margin-bottom: 12px;
    font-size: 30px;
    color: #202124;
}

.setup-header p[b-8blop4f3iq] {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.form-section[b-8blop4f3iq] {
    margin-top: 20px;
}

.form-group[b-8blop4f3iq] {
    margin-bottom: 22px;
}

    .form-group label[b-8blop4f3iq] {
        display: block;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

.form-control[b-8blop4f3iq] {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    font-size: 15px;
    box-sizing: border-box;
}

    .form-control:focus[b-8blop4f3iq] {
        outline: none;
        border-color: #4285f4;
        box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.12);
    }

.form-group small[b-8blop4f3iq] {
    display: block;
    margin-top: 6px;
    color: #777;
    font-size: 13px;
}

.stand-id-display[b-8blop4f3iq] {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    background: #f1f3f4;
    border: 1px solid #e1e4e8;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 700;
    color: #202124;
}

.activate-button[b-8blop4f3iq] {
    width: 100%;
    border: none;
    border-radius: 9px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background: #4285f4;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}

    .activate-button:hover[b-8blop4f3iq] {
        background: #3367d6;
    }

    .activate-button:disabled[b-8blop4f3iq] {
        background: #9bbcf7;
        cursor: not-allowed;
    }

.success-section[b-8blop4f3iq] {
    text-align: center;
}

    .success-section h2[b-8blop4f3iq] {
        color: #202124;
        margin-bottom: 10px;
    }

    .success-section p[b-8blop4f3iq] {
        color: #666;
    }

.success-icon[b-8blop4f3iq] {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #34a853;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.error-icon[b-8blop4f3iq] {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ea4335;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
}

.message-section[b-8blop4f3iq] {
    text-align: center;
    padding: 30px 10px;
}

    .message-section h2[b-8blop4f3iq] {
        color: #202124;
        margin-bottom: 10px;
    }

    .message-section p[b-8blop4f3iq] {
        color: #666;
        line-height: 1.6;
    }

.stand-id[b-8blop4f3iq] {
    display: inline-block;
    background: #f1f3f4;
    padding: 10px 18px;
    border-radius: 8px;
    margin: 15px 0 25px;
    color: #333;
}

.qr-section[b-8blop4f3iq] {
    padding: 25px;
    background: #fafafa;
    border-radius: 14px;
    margin-bottom: 25px;
}

.qr-title[b-8blop4f3iq] {
    font-weight: 600;
    color: #333 !important;
    margin-bottom: 18px;
}

.qr-code[b-8blop4f3iq] {
    width: 250px;
    height: 250px;
    max-width: 100%;
    background: white;
    padding: 10px;
    border-radius: 8px;
}

.qr-help[b-8blop4f3iq] {
    font-size: 14px;
    max-width: 400px;
    margin: 18px auto 0;
    line-height: 1.5;
}

.download-button[b-8blop4f3iq] {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 22px;
    background: #34a853;
    color: white;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 600;
}

    .download-button:hover[b-8blop4f3iq] {
        background: #2d8e47;
    }

.error-message[b-8blop4f3iq] {
    background: #fce8e6;
    color: #c5221f;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.spinner[b-8blop4f3iq] {
    width: 35px;
    height: 35px;
    margin: 0 auto 20px;
    border: 4px solid #e5e7eb;
    border-top-color: #4285f4;
    border-radius: 50%;
    animation: spin-b-8blop4f3iq 0.8s linear infinite;
}

@keyframes spin-b-8blop4f3iq {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 600px) {

    .setup-container[b-8blop4f3iq] {
        padding: 25px 15px;
    }

    .setup-card[b-8blop4f3iq] {
        padding: 25px 20px;
    }

    .setup-header h1[b-8blop4f3iq] {
        font-size: 25px;
    }
}
/* _content/ReviewStand/Components/Pages/Stands.razor.rz.scp.css */
.page-container[b-tcq2iotr21] {
    min-height: 100vh;
    background: #f5f7fb;
    padding: 40px;
    font-family: Arial, sans-serif;
}

.page-header[b-tcq2iotr21] {
    max-width: 1000px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .page-header h1[b-tcq2iotr21] {
        margin: 0;
        color: #202124;
    }

    .page-header p[b-tcq2iotr21] {
        margin-top: 6px;
        color: #6b7280;
    }

.header-actions[b-tcq2iotr21] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logout-button[b-tcq2iotr21] {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fce8e6;
    color: #c5221f;
    text-decoration: none;
    font-weight: 600;
}

    .logout-button:hover[b-tcq2iotr21] {
        background: #f8d7d4;
    }

@media (max-width: 700px) {
    .header-actions[b-tcq2iotr21] {
        flex-direction: column;
        align-items: stretch;
    }

    .logout-button[b-tcq2iotr21] {
        text-align: center;
    }
}

.new-stand-button[b-tcq2iotr21] {
    border: none;
    display: inline-block;
    background: #4285f4;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    font-size: 15px;
}

    .new-stand-button:hover[b-tcq2iotr21] {
        background: #3367d6;
    }

.stand-list[b-tcq2iotr21] {
    max-width: 1000px;
    margin: 0 auto;
}

.stand-card[b-tcq2iotr21] {
    background: white;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.stand-top[b-tcq2iotr21] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}

.stand-number[b-tcq2iotr21] {
    font-size: 13px;
    font-weight: 700;
    background: #f1f3f4;
    padding: 6px 10px;
    border-radius: 6px;
}

.stand-top h2[b-tcq2iotr21] {
    margin: 12px 0 0;
    font-size: 21px;
    color: #202124;
}

.status[b-tcq2iotr21] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

    .status.active[b-tcq2iotr21] {
        background: #e6f4ea;
        color: #137333;
    }

    .status.inactive[b-tcq2iotr21] {
        background: #fce8e6;
        color: #c5221f;
    }

.stand-details[b-tcq2iotr21] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    gap: 20px;
    padding-top: 20px;
}

    .stand-details div[b-tcq2iotr21] {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .stand-details strong[b-tcq2iotr21] {
        font-size: 13px;
        color: #777;
    }

    .stand-details span[b-tcq2iotr21],
    .customer-url[b-tcq2iotr21] {
        font-size: 14px;
        color: #333;
        word-break: break-word;
    }

.review-url[b-tcq2iotr21] {
    word-break: break-all;
}

.customer-url[b-tcq2iotr21] {
    color: #4285f4;
    text-decoration: none;
}

    .customer-url:hover[b-tcq2iotr21] {
        text-decoration: underline;
    }

.stand-actions[b-tcq2iotr21] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.edit-button[b-tcq2iotr21],
.qr-button[b-tcq2iotr21],
.save-button[b-tcq2iotr21],
.cancel-button[b-tcq2iotr21],
.deactivate-button[b-tcq2iotr21],
.activate-button[b-tcq2iotr21] {
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
}

.edit-button[b-tcq2iotr21] {
    background: #f1f3f4;
    color: #333;
}

.qr-button[b-tcq2iotr21] {
    background: #4285f4;
    color: white;
}

.deactivate-button[b-tcq2iotr21] {
    background: #fce8e6;
    color: #c5221f;
}

.activate-button[b-tcq2iotr21] {
    background: #e6f4ea;
    color: #137333;
}

.edit-button:hover[b-tcq2iotr21] {
    background: #e5e7eb;
}

.qr-button:hover[b-tcq2iotr21] {
    background: #3367d6;
}

.deactivate-button:hover[b-tcq2iotr21] {
    background: #f8d7d4;
}

.activate-button:hover[b-tcq2iotr21] {
    background: #d7efdc;
}

.edit-section h2[b-tcq2iotr21] {
    margin-top: 0;
    margin-bottom: 25px;
}

.form-group[b-tcq2iotr21] {
    margin-bottom: 20px;
}

    .form-group label[b-tcq2iotr21] {
        display: block;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

.form-control[b-tcq2iotr21] {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}

.stand-id-display[b-tcq2iotr21] {
    padding: 12px;
    background: #f1f3f4;
    border-radius: 8px;
    font-weight: 700;
}

.edit-buttons[b-tcq2iotr21] {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.save-button[b-tcq2iotr21] {
    background: #34a853;
    color: white;
}

.cancel-button[b-tcq2iotr21] {
    background: #f1f3f4;
    color: #333;
}

.loading[b-tcq2iotr21],
.empty-box[b-tcq2iotr21] {
    max-width: 1000px;
    margin: 40px auto;
    background: white;
    padding: 40px;
    text-align: center;
    border-radius: 14px;
}

.modal-background[b-tcq2iotr21] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
}

.qr-modal[b-tcq2iotr21] {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: white;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.close-button[b-tcq2iotr21] {
    position: absolute;
    top: 12px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
    color: #666;
}

.modal-stand-id[b-tcq2iotr21] {
    color: #666;
}

.qr-image[b-tcq2iotr21] {
    width: 280px;
    height: 280px;
    max-width: 100%;
    object-fit: contain;
    margin: 10px auto;
}

.qr-url[b-tcq2iotr21] {
    font-size: 12px;
    color: #777;
    word-break: break-all;
    margin: 10px 0 20px;
}

.download-button[b-tcq2iotr21] {
    display: inline-block;
    padding: 12px 22px;
    background: #34a853;
    color: white;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 600;
}

    .download-button:hover[b-tcq2iotr21] {
        background: #2d8e47;
    }

@media (max-width: 700px) {

    .page-container[b-tcq2iotr21] {
        padding: 25px 15px;
    }

    .page-header[b-tcq2iotr21] {
        flex-direction: column;
        align-items: stretch;
    }

    .new-stand-button[b-tcq2iotr21] {
        text-align: center;
    }

    .stand-details[b-tcq2iotr21] {
        grid-template-columns: 1fr;
    }

    .stand-actions[b-tcq2iotr21] {
        flex-direction: column;
    }

        .stand-actions button[b-tcq2iotr21] {
            width: 100%;
        }
}


