/* Aurora background - WebGL fullscreen, under content */

.aurora-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.aurora-container canvas {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* Content above aurora (main, footer, toast). Header — fixed, окремий z-index у design-system. */
body > *:not(.aurora-container):not(.header):not(.toast-root):not(.cookie-banner) {
    position: relative;
    z-index: 2;
}
