/* =========================================================
   ALPHA STRIKE OS — TRADING PAGE
   Page-specific tweaks only. Layout composition (sections,
   grids, spacing) comes from core/css/04_layout.css utilities;
   this file just adjusts a few things unique to this page.
   ========================================================= */

.alpha-timeline {
    margin-top: var(--alpha-spacing-8);
}

.as-cluster {
    margin-top: var(--alpha-spacing-6);
}

#alpha-modal-open {
    cursor: pointer;
}
