/**
 * TechWithTKS - Page Loader
 * Flat spinner — no 3D boxes
 * The actual HTML + keyframe are inlined in header.php
 * This file only provides the theme-aware background override.
 */

#pageLoader {
    background: var(--bg, #ffffff);
}