/* ============================================
   CYBER-MONO BRUTALISM - Non-Critical CSS
   ============================================ */

/* This file contains minimal additional styles
   Most CSS is inlined in index.html for performance
   This file is loaded asynchronously */

/* Additional responsive refinements */
@media (max-width: 860px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        display: none;
    }
}

/* Print styles */
@media print {
    .cursor-point,
    .cursor-ring,
    .terminal-nav,
    .scroll-progress {
        display: none !important;
    }

    .terminal-window {
        box-shadow: none !important;
        border: 1px solid #000 !important;
    }

    body {
        background: #FFF !important;
        color: #000 !important;
    }
}
