body {
    min-height: 100vh;
    background: #f3f6fa;
}

.admin-login-card {
    max-width: 460px;
    margin-top: 8vh;
}

.metric-card {
    border: 0;
    box-shadow: 0 .125rem .5rem rgba(16, 24, 40, .08);
}

.metric-label {
    color: #667085;
    font-size: .875rem;
}

.metric-value {
    margin-top: .25rem;
    color: #101828;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.admin-detail-table {
    max-height: 560px;
}

.purpose-cell {
    min-width: 260px;
    max-width: 520px;
    white-space: normal;
}

.path-cell {
    max-width: 360px;
    overflow-wrap: anywhere;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .78rem;
}

.product-action-cell {
    min-width: 270px;
}

@media (max-width: 768px) {
    .metric-value { font-size: 1.5rem; }
    .navbar .navbar-text { display: none; }
}
