/* ============================================================================
 * shared/devoxx/04-sso-idp/style.css
 * ───────────────────────────────────────────────────────────────────────────
 * Module-specific sizing. Role colors, state classes inherited from zen.
 * ============================================================================ */

#box-admin,
#box-entra    { width: 15%; }

#box-teleport { width: 17%; }
#box-user     { width: 14%; }

/* Fleet of 12 servers — tight icon-only cells arranged in a 2×6 rack */
.fleet-node {
    padding: 8px !important;
    gap: 0 !important;
    min-height: 60px;
}
.fleet-node .zen-box__icon { width: 22px !important; height: 22px !important; }

/* Fleet label — sits above the rack */
#fleet-scope .zen-scope-label {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Terminal below user */
#term {
    width: 28%;
    height: 22%;
}

/* "Zero local users" callout — sits under Teleport */
#lbl-no-local {
    font-size: 0.82rem;
    font-style: italic;
    padding: 6px 12px;
}

/* Instant chip — punchy */
#lbl-instant {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 8px 18px;
    border-width: 2px;
}
