/* UX + Performance upgrades layer (v2) */

/* Performance: skip heavy render for off-screen sections in main flow */
#root main > section:not(:first-child) {
    content-visibility: auto;
    contain-intrinsic-size: 920px;
}

/* Make mobile tap targets and spacing more reliable */
@media (max-width: 768px) {
    .liquid-glass-mobile-link {
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
    }
}
