/* ============================================
   Media, Propaganda & Information Warfare - Dedicated Styles
   Accent: #0097a7 (teal/cyan), #00695c (dark teal)
   ============================================ */

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #00695c, #0097a7);
    z-index: 9999;
    transition: width 0.1s linear;
}

/* History Header */
.history-header {
    background: linear-gradient(135deg, #00695c 0%, #0097a7 50%, #00acc1 100%);
    color: white;
    padding: 3rem 0 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.history-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.history-header .container {
    position: relative;
    z-index: 1;
}

.history-header h1 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.history-header h1 i {
    color: #b2ebf2;
    margin-right: 0.5rem;
}

.history-header .subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin-bottom: 1rem;
}

.history-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.history-meta span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.history-meta i {
    color: #b2ebf2;
}

/* Layout: Sidebar + Content */
.history-layout {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 20px;
}

/* Table of Contents - Sidebar */
.toc-nav {
    width: 260px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.toc-nav h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 0.25rem;
}

.toc-list a {
    display: block;
    padding: 0.4rem 0.75rem;
    color: #555;
    text-decoration: none;
    font-size: 0.82rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    line-height: 1.4;
}

.toc-list a:hover {
    background: #f8f9fa;
    color: #1a1a2e;
}

.toc-list a.active {
    background: rgba(0, 151, 167, 0.08);
    color: #0097a7;
    border-left-color: #0097a7;
    font-weight: 600;
}

/* Mobile TOC Toggle */
.toc-mobile-toggle {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0097a7;
    color: white;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

/* Main Content Area */
.history-content {
    flex: 1;
    min-width: 0;
}

/* Era Sections */
.era-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.era-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    border-left: 5px solid #0097a7;
}

.era-header:hover {
    background: #fafafa;
}

.era-number {
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    background: #0097a7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.era-header h2 {
    flex: 1;
    font-size: 1.15rem;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.era-header .era-dates {
    font-size: 0.8rem;
    color: #999;
    white-space: nowrap;
}

.era-toggle {
    font-size: 1rem;
    color: #999;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.era-section.open .era-toggle {
    transform: rotate(180deg);
}

.era-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.era-section.open .era-content {
    max-height: none;
}

.era-body {
    padding: 0 1.5rem 1.5rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}

.era-body p {
    margin-bottom: 1rem;
}

.era-body h3 {
    font-size: 1.05rem;
    color: #1a1a2e;
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #f0f0f0;
}

/* Callout boxes */
.callout {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin: 1rem 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.callout.info {
    background: #e0f7fa;
    border-left: 4px solid #0097a7;
    color: #006064;
}

.callout.warning {
    background: #fff3e0;
    border-left: 4px solid #f57c00;
    color: #e65100;
}

.callout.key-fact {
    background: #e0f2f1;
    border-left: 4px solid #00695c;
    color: #004d40;
}

/* History Footer */
.history-footer {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
    text-align: center;
}

.history-footer p {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.history-footer a {
    color: #0097a7;
    text-decoration: none;
}

.history-footer a:hover {
    text-decoration: underline;
}

/* ============================================
   PAGE-SPECIFIC: Media & Propaganda Components
   ============================================ */

/* Outlet Card — media outlet profile */
.outlet-card {
    background: white;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

.outlet-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.outlet-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.outlet-card-header i {
    font-size: 1.5rem;
    color: #0097a7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0f7fa;
    border-radius: 8px;
    flex-shrink: 0;
}

.outlet-card-header h4 {
    font-size: 1rem;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.outlet-card-header .outlet-meta {
    font-size: 0.75rem;
    color: #999;
    font-weight: 400;
    display: block;
}

.outlet-card-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.outlet-card .outlet-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.outlet-detail {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    border-left: 3px solid #0097a7;
}

.outlet-detail .detail-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    font-weight: 600;
}

.outlet-detail .detail-value {
    font-size: 0.88rem;
    color: #1a1a2e;
    font-weight: 600;
}

/* Outlet grid */
.outlet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

/* Bias indicator badge */
.bias-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.bias-badge.pro-israel {
    background: #e3f2fd;
    color: #1565c0;
    border: 1px solid #90caf9;
}

.bias-badge.pro-iran {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.bias-badge.state-controlled {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.bias-badge.mixed {
    background: #fff3e0;
    color: #e65100;
    border: 1px solid #ffcc80;
}

.bias-badge.independent {
    background: #f3e5f5;
    color: #7b1fa2;
    border: 1px solid #ce93d8;
}

/* Iranian / Israeli accent for outlet cards */
.outlet-card.iranian .outlet-card-header i { color: #2e7d32; background: #e8f5e9; }
.outlet-card.iranian .outlet-detail { border-left-color: #2e7d32; }
.outlet-card.israeli .outlet-card-header i { color: #1565c0; background: #e3f2fd; }
.outlet-card.israeli .outlet-detail { border-left-color: #1565c0; }
.outlet-card.western .outlet-card-header i { color: #7b1fa2; background: #f3e5f5; }
.outlet-card.western .outlet-detail { border-left-color: #7b1fa2; }

/* Bias Bar — horizontal gradient spectrum */
.bias-bar {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background: white;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.bias-bar-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    color: #666;
}

.bias-bar-label .label-left {
    color: #1565c0;
}

.bias-bar-label .label-right {
    color: #2e7d32;
}

.bias-bar-track {
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #1565c0 0%, #42a5f5 20%, #bdbdbd 50%, #66bb6a 80%, #2e7d32 100%);
    position: relative;
    margin-bottom: 0.75rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.bias-bar-marker {
    position: absolute;
    top: -6px;
    width: 28px;
    height: 28px;
    background: white;
    border: 3px solid #333;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 800;
    color: #333;
}

.bias-bar-outlets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 0.72rem;
    color: #888;
    margin-top: 0.5rem;
}

.bias-bar-outlets span {
    white-space: nowrap;
}

/* Platform Card — social media platform */
.platform-card {
    background: white;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #0097a7;
}

.platform-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.platform-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.platform-card-header i {
    font-size: 1.8rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.platform-card-header i.fa-x-twitter { color: #000; background: #f5f5f5; }
.platform-card-header i.fa-telegram { color: #0088cc; background: #e3f2fd; }
.platform-card-header i.fa-tiktok { color: #000; background: #f5f5f5; }
.platform-card-header i.fa-facebook { color: #1877f2; background: #e3f2fd; }
.platform-card-header i.fa-youtube { color: #ff0000; background: #fce4ec; }

.platform-card-header h4 {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.platform-card-header .platform-users {
    font-size: 0.75rem;
    color: #999;
    font-weight: 400;
    display: block;
}

.platform-card-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.platform-card .platform-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.platform-stat {
    text-align: center;
    padding: 0.5rem;
    background: #f5f5f5;
    border-radius: 6px;
}

.platform-stat .stat-number {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0097a7;
    display: block;
}

.platform-stat .stat-label {
    font-size: 0.68rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Platform grid */
.platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

/* Censorship Stat — big number with context */
.censorship-stat {
    text-align: center;
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, #e0f2f1, #b2dfdb);
    border-radius: 12px;
    border: 1px solid #80cbc4;
    transition: transform 0.2s ease;
}

.censorship-stat:hover {
    transform: translateY(-3px);
}

.censorship-stat .big-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #00695c;
    display: block;
    line-height: 1.1;
}

.censorship-stat .stat-context {
    font-size: 0.88rem;
    color: #004d40;
    font-weight: 600;
    margin-top: 0.3rem;
    display: block;
}

.censorship-stat .stat-detail {
    font-size: 0.78rem;
    color: #666;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.censorship-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

/* OSINT Card — investigative style */
.osint-card {
    background: white;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
    border-left: 5px solid #0097a7;
}

.osint-card::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 5rem;
    color: rgba(0, 151, 167, 0.05);
    pointer-events: none;
}

.osint-card:hover {
    box-shadow: 0 4px 16px rgba(0, 151, 167, 0.15);
    transform: translateY(-2px);
}

.osint-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.osint-card-header i {
    font-size: 1.3rem;
    color: #0097a7;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0f7fa;
    border-radius: 50%;
    flex-shrink: 0;
}

.osint-card-header h4 {
    font-size: 1rem;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.osint-card-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
}

.osint-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

/* Deepfake Card — warning visual with striped border */
.deepfake-card {
    background: white;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-image:
        linear-gradient(white, white),
        repeating-linear-gradient(
            45deg,
            #ff5252,
            #ff5252 10px,
            #ffcdd2 10px,
            #ffcdd2 20px
        );
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
}

.deepfake-card:hover {
    box-shadow: 0 4px 16px rgba(255, 82, 82, 0.15);
    transform: translateY(-2px);
}

.deepfake-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.deepfake-card-header i {
    font-size: 1.3rem;
    color: #c62828;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffebee;
    border-radius: 8px;
    flex-shrink: 0;
}

.deepfake-card-header h4 {
    font-size: 1rem;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.deepfake-card-header .threat-level {
    font-size: 0.7rem;
    color: #c62828;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.deepfake-card-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
}

.deepfake-warning {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.deepfake-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

/* Narrative Compare — side-by-side panels */
.narrative-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 1.5rem 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}

.narrative-panel {
    padding: 1.25rem;
    font-size: 0.88rem;
    line-height: 1.6;
}

.narrative-panel.side-a {
    background: #e3f2fd;
    border-right: 3px solid #bdbdbd;
}

.narrative-panel.side-b {
    background: #e8f5e9;
}

.narrative-panel-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 0.95rem;
}

.narrative-panel.side-a .narrative-panel-header {
    color: #1565c0;
}

.narrative-panel.side-b .narrative-panel-header {
    color: #2e7d32;
}

.narrative-panel p {
    color: #444;
    margin-bottom: 0.75rem;
}

.narrative-panel blockquote {
    margin: 0.75rem 0;
    padding: 0.5rem 1rem;
    font-style: italic;
    color: #555;
    border-radius: 6px;
}

.narrative-panel.side-a blockquote {
    background: rgba(21, 101, 192, 0.08);
    border-left: 3px solid #1565c0;
}

.narrative-panel.side-b blockquote {
    background: rgba(46, 125, 50, 0.08);
    border-left: 3px solid #2e7d32;
}

.narrative-divider {
    display: none;
    text-align: center;
    padding: 0.5rem;
    font-weight: 700;
    color: #999;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f5f5f5;
}

/* Stats Banner (reused from weapons pattern) */
.stats-banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.stat-item {
    text-align: center;
    padding: 1rem;
    background: #f5f5f5;
    border-radius: 8px;
}

.stat-item .stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0097a7;
    display: block;
}

.stat-item .stat-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Comparison Table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.88rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.comparison-table thead {
    background: #0097a7;
    color: white;
}

.comparison-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.comparison-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.comparison-table tbody tr:hover {
    background: #fafafa;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 1200px) {
    .toc-nav { width: 220px; }
}

@media (max-width: 768px) {
    .history-header h1 { font-size: 1.6rem; }
    .history-header .subtitle { font-size: 0.95rem; }

    .history-layout { flex-direction: column; }

    .toc-nav {
        display: none;
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 260px;
        max-height: 60vh;
        z-index: 499;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .toc-nav.mobile-open { display: block; }
    .toc-mobile-toggle { display: flex; }

    .era-header { padding: 1rem; }
    .era-body { padding: 0 1rem 1rem; }

    .outlet-grid { grid-template-columns: 1fr; }
    .platform-grid { grid-template-columns: 1fr; }
    .osint-grid { grid-template-columns: 1fr; }
    .deepfake-grid { grid-template-columns: 1fr; }
    .censorship-grid { grid-template-columns: 1fr 1fr; }

    .narrative-compare {
        grid-template-columns: 1fr;
    }

    .narrative-panel.side-a {
        border-right: none;
        border-bottom: 3px solid #bdbdbd;
    }

    .narrative-divider { display: block; }

    .comparison-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .bias-badge { position: static; margin-bottom: 0.5rem; }
    .deepfake-warning { position: static; margin-bottom: 0.5rem; }
    .stats-banner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .history-header h1 { font-size: 1.3rem; }
    .history-meta { flex-direction: column; gap: 0.5rem; }
    .era-header h2 { font-size: 1rem; }
    .era-header .era-dates { display: none; }

    .censorship-grid { grid-template-columns: 1fr; }
    .outlet-grid { grid-template-columns: 1fr; }
    .stats-banner { grid-template-columns: 1fr; }

    .censorship-stat .big-number { font-size: 2rem; }
}
