/* ============================================================
   3D Vector Field — Animation-Specific Styles
   ============================================================ */

#canvas-area canvas { display: block; }

#loading-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #0a0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    color: #60a5fa;
    font-size: 16px;
}
