/* /Components/AddReceiptModal.razor.rz.scp.css */
.modal[b-332u17zrdh] {
    backdrop-filter: blur(2px);
}

.modal.show[b-332u17zrdh] {
    display: block !important;
}

.modal-content[b-332u17zrdh] {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-332u17zrdh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: none;
}

.modal-header .btn-close[b-332u17zrdh] {
    filter: brightness(0) invert(1);
}

.modal-title[b-332u17zrdh] {
    font-weight: 600;
}

.form-label[b-332u17zrdh] {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-control:focus[b-332u17zrdh],
.form-select:focus[b-332u17zrdh] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.modal-footer[b-332u17zrdh] {
    border-top: 1px solid #e9ecef;
    padding: 1rem;
}

.btn-primary[b-332u17zrdh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-332u17zrdh] {
    background: linear-gradient(135deg, #5568d3 0%, #63397d 100%);
    transform: translateY(-1px);
}

.btn-primary:disabled[b-332u17zrdh] {
    opacity: 0.6;
}

.alert[b-332u17zrdh] {
    border-radius: 8px;
}

.scan-section[b-332u17zrdh] {
    background: #f8f9fa;
    border: 2px dashed #667eea;
    border-radius: 8px;
    padding: 1.5rem;
}

.scan-header[b-332u17zrdh] {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.image-source-buttons[b-332u17zrdh] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.image-source-buttons .btn[b-332u17zrdh] {
    flex: 1;
    min-width: 150px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.image-source-buttons .btn:hover:not(:disabled)[b-332u17zrdh] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-source-buttons .btn i[b-332u17zrdh] {
    font-size: 1.2rem;
}

.image-source-buttons .btn-outline-primary:hover:not(:disabled)[b-332u17zrdh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
}

.image-source-buttons .btn-outline-secondary:hover:not(:disabled)[b-332u17zrdh] {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

@media (max-width: 576px) {
    .image-source-buttons[b-332u17zrdh] {
        flex-direction: column;
    }
    
    .image-source-buttons .btn[b-332u17zrdh] {
        width: 100%;
    }
}

.scan-body .form-control[b-332u17zrdh] {
    cursor: pointer;
}

.scan-progress[b-332u17zrdh] {
    display: flex;
    align-items: center;
    color: #667eea;
    font-size: 0.95rem;
}

hr[b-332u17zrdh] {
    border-top: 2px solid #e9ecef;
}

/* /Components/EditReceiptModal.razor.rz.scp.css */
.modal[b-8uyin2slp5] {
    backdrop-filter: blur(2px);
}

.modal.show[b-8uyin2slp5] {
    display: block !important;
}

.modal-content[b-8uyin2slp5] {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-8uyin2slp5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: none;
}

.modal-header .btn-close[b-8uyin2slp5] {
    filter: brightness(0) invert(1);
}

.modal-title[b-8uyin2slp5] {
    font-weight: 600;
}

.form-label[b-8uyin2slp5] {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-control:focus[b-8uyin2slp5],
.form-select:focus[b-8uyin2slp5] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.modal-footer[b-8uyin2slp5] {
    border-top: 1px solid #e9ecef;
    padding: 1rem;
}

.btn-primary[b-8uyin2slp5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-8uyin2slp5] {
    background: linear-gradient(135deg, #5568d3 0%, #63397d 100%);
    transform: translateY(-1px);
}

.btn-primary:disabled[b-8uyin2slp5] {
    opacity: 0.6;
}

.alert[b-8uyin2slp5] {
    border-radius: 8px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ww56xescq0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ww56xescq0] {
    flex: 1;
}

.sidebar[b-ww56xescq0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ww56xescq0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ww56xescq0]  a, .top-row[b-ww56xescq0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ww56xescq0]  a:hover, .top-row[b-ww56xescq0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ww56xescq0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row .user-info[b-ww56xescq0] {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .top-row .user-name[b-ww56xescq0] {
        font-weight: 500;
        color: #333;
    }

    .top-row .logout-btn[b-ww56xescq0] {
        color: #d9534f;
        padding: 0;
        font-size: 1rem;
    }

    .top-row .logout-btn:hover[b-ww56xescq0] {
        color: #c9302c;
        text-decoration: underline;
    }

@media (max-width: 640.98px) {
    .top-row[b-ww56xescq0] {
        justify-content: space-between;
    }

    .top-row[b-ww56xescq0]  a, .top-row[b-ww56xescq0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ww56xescq0] {
        flex-direction: row;
    }

    .sidebar[b-ww56xescq0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ww56xescq0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ww56xescq0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ww56xescq0], article[b-ww56xescq0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.app-footer[b-ww56xescq0] {
    padding: 1rem 2rem;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    margin-top: 2rem;
}

.app-footer .footer-content[b-ww56xescq0] {
    font-size: 0.875rem;
}

@media (max-width: 640.98px) {
    .app-footer[b-ww56xescq0] {
        padding: 0.75rem 1rem;
    }
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rqezzt7xlq] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.navbar-toggler-icon[b-rqezzt7xlq] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-row[b-rqezzt7xlq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rqezzt7xlq] {
    font-size: 1.1rem;
}

.bi[b-rqezzt7xlq] {
    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-rqezzt7xlq] {
    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-receipt-nav-menu[b-rqezzt7xlq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-receipt' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z'/%3E%3Cpath d='M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-rqezzt7xlq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rqezzt7xlq] {
    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-rqezzt7xlq] {
    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-rqezzt7xlq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rqezzt7xlq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rqezzt7xlq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rqezzt7xlq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rqezzt7xlq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rqezzt7xlq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Debug Tools Section */
.nav-section-header[b-rqezzt7xlq] {
    color: #999;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.offline-toggle-container[b-rqezzt7xlq] {
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.offline-toggle-container .btn[b-rqezzt7xlq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.offline-toggle-container .btn-warning[b-rqezzt7xlq] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
    font-weight: 600;
}

.offline-toggle-container .btn-warning:hover[b-rqezzt7xlq] {
    background-color: #ffca2c;
    border-color: #ffca2c;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.4);
}

.offline-toggle-container .btn-outline-secondary[b-rqezzt7xlq] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #d7d7d7;
}

.offline-toggle-container .btn-outline-secondary:hover[b-rqezzt7xlq] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.offline-toggle-container small[b-rqezzt7xlq] {
    font-size: 0.7rem;
    text-align: center;
}

.offline-toggle-container .text-warning[b-rqezzt7xlq] {
    color: #ffc107 !important;
}

.offline-toggle-container .text-success[b-rqezzt7xlq] {
    color: #28a745 !important;
}

.offline-toggle-container .text-danger[b-rqezzt7xlq] {
    color: #dc3545 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rqezzt7xlq] {
        display: none;
    }

    .collapse[b-rqezzt7xlq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-rqezzt7xlq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Admin.razor.rz.scp.css */
.admin-container[b-b5ip1hyfwo] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.admin-container h1[b-b5ip1hyfwo] {
    margin-bottom: 2rem;
    color: #333;
}

.admin-section[b-b5ip1hyfwo] {
    background: white;
    padding: 2rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.admin-section h3[b-b5ip1hyfwo] {
    margin-bottom: 1.5rem;
    color: #333;
}

.settings-form[b-b5ip1hyfwo] {
    max-width: 600px;
}

.admin-info[b-b5ip1hyfwo] {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
}

.admin-info h3[b-b5ip1hyfwo] {
    margin-bottom: 1rem;
    color: #333;
}

.access-denied[b-b5ip1hyfwo] {
    text-align: center;
    padding: 4rem 2rem;
}

.access-denied h2[b-b5ip1hyfwo] {
    color: #dc3545;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .admin-container[b-b5ip1hyfwo] {
        padding: 1rem;
    }

    .admin-section[b-b5ip1hyfwo] {
        padding: 1rem;
    }
}
/* /Pages/Dev.razor.rz.scp.css */
.dev-container[b-s9grz3jaq8] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.dev-header[b-s9grz3jaq8] {
    margin-bottom: 3rem;
    text-align: center;
}

.dev-header h1[b-s9grz3jaq8] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dev-features[b-s9grz3jaq8] {
    margin-bottom: 2rem;
}

.dev-card[b-s9grz3jaq8] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dev-card:hover[b-s9grz3jaq8] {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.dev-card-disabled[b-s9grz3jaq8] {
    opacity: 0.6;
    cursor: not-allowed;
}

.dev-card-disabled:hover[b-s9grz3jaq8] {
    box-shadow: none;
    transform: none;
}

.dev-card-icon[b-s9grz3jaq8] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.dev-card h3[b-s9grz3jaq8] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.dev-card p[b-s9grz3jaq8] {
    color: #6c757d;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.access-denied[b-s9grz3jaq8] {
    text-align: center;
    padding: 4rem 2rem;
}

.access-denied h2[b-s9grz3jaq8] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.dev-info .alert[b-s9grz3jaq8] {
    border-radius: 8px;
}
/* /Pages/DevPhi4.razor.rz.scp.css */
.phi4-container[b-r1e1rpc9wr] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem;
}

.phi4-header[b-r1e1rpc9wr] {
    margin-bottom: 2rem;
}

.phi4-header h1[b-r1e1rpc9wr] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.upload-card[b-r1e1rpc9wr], .results-card[b-r1e1rpc9wr] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.upload-card h3[b-r1e1rpc9wr], .results-card h3[b-r1e1rpc9wr] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.upload-zone[b-r1e1rpc9wr] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: #f8f9fa;
    position: relative;
}

.upload-zone.dragging[b-r1e1rpc9wr] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.upload-zone:hover[b-r1e1rpc9wr] {
    border-color: #0d6efd;
}

.upload-icon[b-r1e1rpc9wr] {
    font-size: 3rem;
    color: #6c757d;
    display: block;
    margin-bottom: 1rem;
}

.file-input[b-r1e1rpc9wr] {
    display: none;
}

.img-preview[b-r1e1rpc9wr] {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.file-info[b-r1e1rpc9wr] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 0.875rem;
}

.test-options[b-r1e1rpc9wr] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.test-options h4[b-r1e1rpc9wr] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.test-options .form-check[b-r1e1rpc9wr] {
    margin-bottom: 0.5rem;
}

.comparison-results[b-r1e1rpc9wr] {
    margin-top: 1rem;
}

.duration-badge[b-r1e1rpc9wr] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #e7f1ff;
    border-radius: 6px;
    font-weight: 600;
    color: #0d6efd;
}

.model-result[b-r1e1rpc9wr] {
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    height: 100%;
}

.gpt4-result[b-r1e1rpc9wr] {
    background: #fff3cd;
    border: 2px solid #ffc107;
}

.phi4-result[b-r1e1rpc9wr] {
    background: #d1e7dd;
    border: 2px solid #198754;
}

.model-result h4[b-r1e1rpc9wr] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ocr-fields .field[b-r1e1rpc9wr] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.agreement-badge[b-r1e1rpc9wr] {
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
}

.agreement-badge.agree[b-r1e1rpc9wr] {
    background: #d1e7dd;
    color: #198754;
    border: 2px solid #198754;
}

.agreement-badge.disagree[b-r1e1rpc9wr] {
    background: #f8d7da;
    color: #dc3545;
    border: 2px solid #dc3545;
}

.single-result[b-r1e1rpc9wr] {
    margin-top: 1rem;
}

.model-badge[b-r1e1rpc9wr] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #0d6efd;
    color: white;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.no-results[b-r1e1rpc9wr] {
    text-align: center;
    padding: 3rem 2rem;
    color: #6c757d;
}

.no-results i[b-r1e1rpc9wr] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.access-denied[b-r1e1rpc9wr] {
    text-align: center;
    padding: 4rem 2rem;
}
/* /Pages/Home.razor.rz.scp.css */
.splash-screen[b-kiz2lzzt2x] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 3.5rem);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 2rem;
}

.splash-content[b-kiz2lzzt2x] {
    max-width: 500px;
}

.logo[b-kiz2lzzt2x] {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2));
}

h1[b-kiz2lzzt2x] {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.tagline[b-kiz2lzzt2x] {
    font-size: 1.5rem;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.welcome-section[b-kiz2lzzt2x] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.feature-text[b-kiz2lzzt2x] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.welcome-text[b-kiz2lzzt2x] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.btn-google[b-kiz2lzzt2x] {
    background: white;
    color: #333;
    border: none;
    font-weight: 500;
    padding: 0.75rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-google:hover[b-kiz2lzzt2x] {
    background: #f8f9fa;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.google-icon[b-kiz2lzzt2x] {
    width: 24px;
    height: 24px;
}

.btn-primary[b-kiz2lzzt2x] {
    padding: 0.75rem 2rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-primary:hover[b-kiz2lzzt2x] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    h1[b-kiz2lzzt2x] {
        font-size: 2rem;
    }

    .tagline[b-kiz2lzzt2x] {
        font-size: 1.1rem;
    }

    .logo[b-kiz2lzzt2x] {
        width: 90px;
        height: 90px;
    }
}
/* /Pages/Receipts.razor.rz.scp.css */
.receipts-container[b-ymqw8kqete] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.receipts-header[b-ymqw8kqete] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.receipts-header h1[b-ymqw8kqete] {
    margin: 0;
    color: #333;
}

.header-actions[b-ymqw8kqete] {
    display: flex;
    gap: 0.5rem;
}

.loading-state[b-ymqw8kqete] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-state p[b-ymqw8kqete] {
    color: #6c757d;
    margin-top: 1rem;
}

.receipts-summary[b-ymqw8kqete] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.summary-card[b-ymqw8kqete] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-card-combined[b-ymqw8kqete] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-row[b-ymqw8kqete] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
}

.summary-item[b-ymqw8kqete] {
    flex: 1;
    text-align: center;
}

.summary-divider[b-ymqw8kqete] {
    width: 2px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.summary-label[b-ymqw8kqete] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.summary-value[b-ymqw8kqete] {
    font-size: 2rem;
    font-weight: bold;
}

.receipts-list[b-ymqw8kqete] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.receipt-card[b-ymqw8kqete] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    cursor: pointer;
}

.receipt-card:hover[b-ymqw8kqete] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.receipt-card:active[b-ymqw8kqete] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.receipt-date[b-ymqw8kqete] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    color: white;
    flex-shrink: 0;
}

.date-day[b-ymqw8kqete] {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
}

.date-month[b-ymqw8kqete] {
    font-size: 0.85rem;
    text-transform: uppercase;
    opacity: 0.9;
    white-space: nowrap;
}

.date-year[b-ymqw8kqete] {
    font-size: 0.75rem;
    opacity: 0.8;
}

.receipt-content[b-ymqw8kqete] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.receipt-merchant[b-ymqw8kqete] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sync-badge[b-ymqw8kqete] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0.75rem;
}

.sync-badge.pending[b-ymqw8kqete] {
    background: #0dcaf0;
    color: white;
}

.sync-badge.error[b-ymqw8kqete] {
    background: #dc3545;
    color: white;
}

.sync-badge.synced[b-ymqw8kqete] {
    background: #198754;
    color: white;
}

.receipt-pending[b-ymqw8kqete] {
    border-left: 4px solid #0dcaf0;
}

.receipt-error[b-ymqw8kqete] {
    border-left: 4px solid #dc3545;
}

.receipt-notes[b-ymqw8kqete] {
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
}

.receipt-footer[b-ymqw8kqete] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.receipt-actions[b-ymqw8kqete] {
    display: flex;
    align-items: center;
}

.receipt-actions .btn[b-ymqw8kqete] {
    opacity: 0.7;
    transition: all 0.2s;
}

.receipt-card:hover .receipt-actions .btn[b-ymqw8kqete] {
    opacity: 1;
}

.receipt-actions .btn:hover[b-ymqw8kqete] {
    transform: scale(1.15);
}

.receipt-category[b-ymqw8kqete] {
    display: flex;
    align-items: center;
    flex: 1;
}

.category-badge[b-ymqw8kqete] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #e7f0ff;
    color: #0056b3;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.receipt-amount[b-ymqw8kqete] {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #667eea;
    white-space: nowrap;
}

.receipts-info[b-ymqw8kqete] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.info-card[b-ymqw8kqete] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.info-card:hover[b-ymqw8kqete] {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.info-icon[b-ymqw8kqete] {
    font-size: 2.5rem;
    line-height: 1;
}

.info-content h3[b-ymqw8kqete] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.info-content p[b-ymqw8kqete] {
    margin: 0;
    opacity: 0.95;
    font-size: 0.95rem;
}

.empty-state[b-ymqw8kqete] {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 2rem;
}

.empty-logo[b-ymqw8kqete] {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.empty-state h2[b-ymqw8kqete] {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.empty-state p[b-ymqw8kqete] {
    color: #adb5bd;
    font-size: 1.1rem;
}

.spin[b-ymqw8kqete] {
    animation: spin-b-ymqw8kqete 1s linear infinite;
}

@keyframes spin-b-ymqw8kqete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .receipts-container[b-ymqw8kqete] {
        padding: 0.5rem;
    }

    .receipts-header[b-ymqw8kqete] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
        padding: 0 0.5rem 1rem;
        margin-bottom: 1rem;
    }

    .header-actions[b-ymqw8kqete] {
        flex-direction: column;
    }

    .header-actions button[b-ymqw8kqete] {
        width: 100%;
    }

    .receipts-summary[b-ymqw8kqete] {
        grid-template-columns: 1fr;
        margin: 0 0.5rem 1.5rem;
    }

    .summary-card-combined[b-ymqw8kqete] {
        padding: 1rem;
    }

    .summary-row[b-ymqw8kqete] {
        flex-direction: row;
        gap: 1rem;
    }

    .summary-divider[b-ymqw8kqete] {
        height: 50px;
    }

    .summary-value[b-ymqw8kqete] {
        font-size: 1.75rem;
    }

    .receipts-info[b-ymqw8kqete] {
        grid-template-columns: 1fr;
        margin: 0 0.5rem;
    }

    .receipts-list[b-ymqw8kqete] {
        padding: 0 0.5rem;
    }

    .receipt-card[b-ymqw8kqete] {
        flex-direction: column;
        padding: 1rem;
        gap: 0.75rem;
    }

    .receipt-date[b-ymqw8kqete] {
        flex-direction: row;
        width: 100%;
        min-width: auto;
        justify-content: space-around;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }

    .date-day[b-ymqw8kqete] {
        font-size: 1.5rem;
    }

    .date-month[b-ymqw8kqete] {
        font-size: 0.75rem;
    }

    .date-year[b-ymqw8kqete] {
        font-size: 0.7rem;
    }

    .receipt-content[b-ymqw8kqete] {
        width: 100%;
    }

    .receipt-merchant[b-ymqw8kqete] {
        font-size: 1.05rem;
    }

    .receipt-footer[b-ymqw8kqete] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .receipt-actions[b-ymqw8kqete] {
        flex-shrink: 0;
    }

    .receipt-category[b-ymqw8kqete] {
        flex: 0 1 auto;
    }

    .category-badge[b-ymqw8kqete] {
        font-size: 0.8rem;
        padding: 0.2rem 0.6rem;
    }

    .receipt-amount[b-ymqw8kqete] {
        font-size: 1.15rem;
        flex-shrink: 0;
    }
}

/* Extra small screens (very narrow portrait) */
@media (max-width: 400px) {
    .receipts-container[b-ymqw8kqete] {
        padding: 0.25rem;
    }

    .receipts-header[b-ymqw8kqete] {
        padding: 0 0.25rem 0.75rem;
    }

    .receipts-summary[b-ymqw8kqete] {
        margin: 0 0.25rem 1rem;
    }

    .summary-card-combined[b-ymqw8kqete] {
        padding: 0.75rem;
    }

    .summary-label[b-ymqw8kqete] {
        font-size: 0.8rem;
    }

    .summary-value[b-ymqw8kqete] {
        font-size: 1.5rem;
    }

    .receipts-list[b-ymqw8kqete] {
        padding: 0 0.25rem;
        gap: 0.75rem;
    }

    .receipt-card[b-ymqw8kqete] {
        padding: 0.75rem;
    }

    .receipt-date[b-ymqw8kqete] {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .date-day[b-ymqw8kqete] {
        font-size: 1.25rem;
        min-width: 28px;
    }

    .date-month[b-ymqw8kqete] {
        font-size: 0.7rem;
        min-width: 30px;
    }

    .date-year[b-ymqw8kqete] {
        font-size: 0.65rem;
        min-width: 32px;
    }

    .receipt-merchant[b-ymqw8kqete] {
        font-size: 1rem;
    }

    .receipt-footer[b-ymqw8kqete] {
        gap: 0.5rem;
    }

    .category-badge[b-ymqw8kqete] {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }

    .receipt-amount[b-ymqw8kqete] {
        font-size: 1.05rem;
    }
}

/* Toast Notifications */
.toast-container[b-ymqw8kqete] {
    z-index: 9999;
}

.toast[b-ymqw8kqete] {
    min-width: 300px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    animation: slideInRight-b-ymqw8kqete 0.3s ease-out;
}

.toast-header[b-ymqw8kqete] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@keyframes slideInRight-b-ymqw8kqete {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


