/* APEX Custom Styles for Minia Panel */

/* Zero-Flash Authentication Shield: Hides protected panel skeleton until session is confirmed */
body.protected-page:not(.auth-ready) {
    display: none !important;
}

.badge-manual {
    background-color: #ff9f43 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0.35em 0.65em;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge-auto {
    background-color: #28c76f !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0.35em 0.65em;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge-void {
    background-color: #82868b !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0.35em 0.65em;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge-pending {
    background-color: #7367f0 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0.35em 0.65em;
    border-radius: 0.25rem;
}

.apex-logo-text {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #5156be;
}

.apex-logo-badge {
    background: linear-gradient(135deg, #5156be 0%, #3b3f8c 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    margin-left: 6px;
}

.table-team-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 6px;
}

.table-action-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    margin: 0 2px;
}
