@import '_content/ReceiptCaddy.Core/ReceiptCaddy.Core.dk2v4w5h2f.bundle.scp.css';

/* /Components/ScannerModal.razor.rz.scp.css */
.scanner-modal-backdrop[b-h0a04gxglp] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 0.2s ease;
}

.scanner-modal[b-h0a04gxglp] {
    position: relative;
    background: transparent;
    border-radius: 20px;
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp-b-h0a04gxglp 0.3s ease;
}

.close-scanner-btn[b-h0a04gxglp] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.close-scanner-btn:hover[b-h0a04gxglp] {
    background: rgba(255, 255, 255, 0.25);
}

@keyframes slideUp-b-h0a04gxglp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .scanner-modal[b-h0a04gxglp] {
        border-radius: 16px;
        max-height: 95vh;
    }

    .close-scanner-btn[b-h0a04gxglp] {
        top: 0.5rem;
        right: 0.5rem;
        width: 36px;
        height: 36px;
    }

    .scanner-modal-backdrop[b-h0a04gxglp] {
        padding: 0.5rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0cvmpot4ou] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0cvmpot4ou] {
    flex: 1;
}

@media (min-width: 641px) {
    article[b-0cvmpot4ou] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-9jwhi12gbm] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.scan-button[b-9jwhi12gbm] {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(27, 110, 194, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.scan-button:hover[b-9jwhi12gbm] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(27, 110, 194, 0.4);
}

.scan-button:active[b-9jwhi12gbm] {
    transform: translateY(0);
}

@media (max-width: 576px) {
    .scan-button[b-9jwhi12gbm] {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
    
    .scan-button svg[b-9jwhi12gbm] {
        width: 20px;
        height: 20px;
    }
}
