body {
    min-height: 100vh;
}

.auth-logo {
    max-height: 72px;
    width: auto;
}

.header-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    background: #fff;
    padding: 2px;
}

.stat-card {
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}

.table td,
.table th {
    vertical-align: middle;
}

.invoice-item-card {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.04);
}

.invoice-item-card .card-header {
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.invoice-document {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08);
    padding: 2rem;
}

.invoice-document table td,
.invoice-document table th {
    font-size: 0.92rem;
}

.sticky-actions {
    position: sticky;
    top: 80px;
}

.list-search {
    max-width: 320px;
}

@media print {
    body {
        background: #fff !important;
    }

    nav,
    aside,
    .no-print,
    .btn,
    .alert {
        display: none !important;
    }

    .invoice-document {
        box-shadow: none;
        border: 0;
        padding: 0;
    }

    main {
        width: 100% !important;
    }
}
