﻿/* =========================================================
   pages-industry.css
   Industry page (single consolidated version)
   ========================================================= */

.industry-page {
    width: min(1100px, calc(100% - 32px));
    margin: 36px auto 70px;
    line-height: 1.35;
    padding-bottom: 48px;
}

.industry-hero {
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 16px;
}

    .industry-hero h1 {
        font-size: 42px;
        margin: 0 0 6px;
        letter-spacing: -0.02em;
    }

.updated {
    font-size: 13px;
    opacity: 0.72;
}

.industry-subtitle {
    margin: 0 0 14px;
    opacity: 0.85;
}

.industry-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0 26px;
}

.industry-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: start;
}

@media (max-width: 950px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
}

.signal-panel {
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 16px;
    background: rgba(0,0,0,0.20);
}

    .signal-panel h2 {
        font-size: 16px;
        margin: 0 0 10px;
        letter-spacing: -0.01em;
    }

    .signal-panel ul {
        margin: 0;
        padding-left: 18px;
    }

    .signal-panel li {
        margin: 0 0 8px;
        opacity: 0.90;
    }

.tape .section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.tape h2 {
    font-size: 18px;
    margin: 0;
}

.count {
    font-size: 13px;
    opacity: 0.72;
}

.signal-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.signal-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.60;
    margin-bottom: 6px;
}

.signal-title {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 6px;
    line-height: 1.22;
}

    .signal-title:hover {
        text-decoration: underline;
    }

.meta {
    font-size: 13px;
    opacity: 0.72;
}

.watchlist {
    margin-top: 26px;
}

    .watchlist h3 {
        font-size: 15px;
        margin: 0 0 10px;
        letter-spacing: -0.01em;
    }

.watch-row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

    .watch-row a {
        font-size: 15px;
        font-weight: 560;
        text-decoration: none;
        color: inherit;
        line-height: 1.22;
        display: inline-block;
    }

        .watch-row a:hover {
            text-decoration: underline;
        }

    .watch-row .meta {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        opacity: 0.65;
    }
