/* ===== CUSTOM PAGES - APIGEE VARIANT CSS ===== */

/* Apigee - Specific Stat Gradient (Google colors) */
.stat {
    background: -webkit-linear-gradient(41deg, #4285F4 -41%, #34A853 43%, #FBBC05 100%, #EA4335 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.2;
    padding: 2px 0;
}
