/* RecordStoreUSA Print Stylesheet */
@media print {
    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 11pt;
        line-height: 1.5;
    }

    .top-bar,
    .search-section,
    .filter-grid,
    .button-group,
    .sort-controls,
    .pagination,
    .subscribe-section,
    .data-sources-bar,
    .newsletter-form,
    .social-share,
    .share-buttons,
    nav,
    form,
    button,
    .sort-btn,
    [style*="subscribe"],
    .browse-sections,
    .explore-more,
    #epstein-search-wrap,
    .cross-links-section,
    .newsletter-widget {
        display: none !important;
    }

    footer, .footer {
        border-top: 1px solid #ccc;
        padding: 10px 0;
        font-size: 9pt;
        color: #666;
    }
    footer nav,
    footer .footer-links {
        display: none !important;
    }

    a { color: #000 !important; text-decoration: underline; }
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
        word-break: break-all;
    }
    a[href^="/"]:after,
    a[href^="#"]:after,
    .politician-cell a:after,
    .trader-name a:after {
        content: "" !important;
    }

    .stat-card, .top-traders, .table-section,
    .section-card, .card, .data-card {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
        background: #fff !important;
    }

    .data-table { font-size: 9pt; }
    .data-table th {
        background: #eee !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .data-table tr { page-break-inside: avoid; }

    .amount, .stat-card .number {
        color: #c0392b !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    h1, h2, h3 {
        page-break-after: avoid;
        color: #000 !important;
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    body:before {
        content: "RecordStoreUSA.com \2014  Government Transparency Database";
        display: block;
        font-size: 8pt;
        color: #999;
        text-align: right;
        border-bottom: 1px solid #ddd;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }

    @page { margin: 1.5cm; }

    .chart-container, .correlation-card, .trending-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    [style*="overflow-x"] { overflow: visible !important; }

    .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    /* ── Epstein Money Trail Print Styles ── */
    .person-card {
        border: 1px solid #ccc !important;
        background: #fff !important;
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
        margin-bottom: 12px !important;
    }

    .person-name { color: #000 !important; }
    .money-amount { color: #c0392b !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }

    .status-badge {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        border: 1px solid #999;
    }

    .hero-stats {
        border: 2px solid #000 !important;
    }
    .hero-stat {
        border-right: 1px solid #000 !important;
    }
    .hero-num {
        color: #c0392b !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .disclaimer {
        background: #f9f9f9 !important;
        border: 1px solid #ccc !important;
        color: #333 !important;
    }

    /* Party breakdown print */
    [style*="Party Breakdown"],
    [style*="party-breakdown"] {
        background: #fff !important;
        border: 1px solid #ccc !important;
    }

    /* Confidence pills */
    .conf-pill, [style*="confidence"] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Donor relationship pills */
    .rel-pill {
        border: 1px solid #999 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Top recipients bar chart */
    [style*="background:linear-gradient"] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Share/embed widget — hide in print */
    [style*="Share & Embed"],
    .share-embed-widget {
        display: none !important;
    }

    /* Ensure all inline dark backgrounds become white */
    [style*="background:#161b22"],
    [style*="background:#0d1117"],
    [style*="background:#1a1a1a"],
    [style*="background:#111"],
    [style*="background:#0d0d0d"] {
        background: #fff !important;
        color: #000 !important;
        border: 1px solid #ddd !important;
    }

    /* Print URL in footer */
    body:after {
        content: "Printed from recordstoreusa.com/epstein-money — Data from public FEC records × public Epstein documents";
        display: block;
        font-size: 8pt;
        color: #999;
        text-align: center;
        border-top: 1px solid #ddd;
        padding-top: 8px;
        margin-top: 24px;
    }
}
