/* Powderhouse — Activation Sequence presentation.
   Placement ruling: institutional thresholds only. Never in the header. */
.ph-activation { display:block; margin:0 0 2.4rem; }
.ph-activation .ph-act-svg { width:100%; max-width:420px; height:auto; display:block; }
.ph-activation .ph-g { fill:var(--type,#EDEEE7); }
.ph-activation .ph-slash { fill:var(--lime,#CDFF1A); }
.ph-activation .ph-cur { fill:var(--lime,#CDFF1A); }
/* Terminal signature on Access sits after the record, centred on the ledger column. */
.ph-activation--terminal { margin:3.2rem 0 0; }
.ph-activation--terminal .ph-act-svg { max-width:300px; }
@media (max-width:680px){ .ph-activation .ph-act-svg { max-width:300px; } }
