/**
 * Copyright © 2026 VectorPulse
 * All rights reserved.
 *
 * VectorPulse is proprietary and confidential.
 * Unauthorized copying, distribution, modification,
 * reverse engineering, or use of this software,
 * in whole or in part, is strictly prohibited.
 *
 * This software is licensed only for authorized use.
 *
 * Product: VectorPulse
 * Module: Insight
 * Version: 1.0
 * Build: 2026
 */

/* ============================================================================
| Insight V1 — Broker Insight Styles
| File: /modules/Insight/insight.css
| Goal:
| - Print-ready Insight chart/report styling
| - Keep page-specific CSS outside index.php
============================================================================ */

@media print {
    body {
        background: #ffffff !important;
        color: #111111 !important;
    }

    .no-print,
    header,
    nav,
    .navbar,
    .btn,
    form,
    .alert,
    footer {
        display: none !important;
    }

    .container-fluid,
    .card,
    .card-body,
    .holo-card {
        background: #ffffff !important;
        color: #111111 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .text-light,
    .opacity-75,
    h1,
    h5,
    div,
    td,
    th {
        color: #111111 !important;
    }

    canvas {
        background: #ffffff !important;
        max-height: 650px !important;
    }

    .table {
        color: #111111 !important;
        background: #ffffff !important;
    }

    .table td,
    .table th {
        color: #111111 !important;
        background: #ffffff !important;
        border-color: #cccccc !important;
    }
}
