.global-tracker-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px 52px;
    color: #242424;
}

.global-hero {
    background: linear-gradient(145deg, #f6f7ff 0%, #eaebfc 100%);
    border-radius: 18px;
    border: 1px solid #d9defd;
    box-shadow: 0 10px 20px rgba(56, 79, 182, 0.12);
    padding: 34px 30px;
}

.global-kicker {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    color: #4d6cfd;
    font-weight: 700;
    margin: 0;
}

.global-hero h1 {
    margin: 8px 0 10px;
    font-size: 44px;
    color: #242424;
    line-height: 1.1;
}

.global-subtitle {
    margin: 0;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.6;
    color: #3d3d3d;
}

.global-summary {
    margin-top: 22px;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.global-graphs-section {
    margin-top: 34px;
    padding-top: 6px;
}

.global-graphs-header {
    margin-bottom: 12px;
}

.global-graphs-header h2 {
    margin: 0;
    font-size: 28px;
    color: #242424;
}

.global-graphs-header p {
    margin: 8px 0 0;
    font-size: 16px;
    color: #5d6274;
}

.global-graphs {
    margin-top: 14px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.graph-card {
    background: #ffffff;
    border: 1px solid #e1e5ff;
    border-radius: 14px;
    padding: 14px;
    position: relative;
    overflow: hidden;
}

.graph-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.graph-card-country::before {
    background: #4d6cfd;
}

.graph-card-year::before {
    background: #5d5fef;
}

.graph-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #30364a;
}

.chart-wrap {
    position: relative;
    height: 240px;
}

.summary-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e1e5ff;
    box-shadow: 0 6px 14px rgba(78, 103, 221, 0.08);
    padding: 18px;
}

.summary-label {
    margin: 0;
    font-size: 15px;
    color: #70757c;
}

.summary-value {
    margin: 8px 0 0;
    font-size: 34px;
    font-weight: 700;
    color: #4d6cfd;
}

.global-table-section {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #e1e5ff;
    border-radius: 16px;
    padding: 20px;
}

.table-heading-row h2 {
    margin: 0;
    font-size: 30px;
    color: #242424;
}

.table-heading-row p {
    margin: 8px 0 18px;
    color: #3d3d3d;
    font-size: 17px;
}

.global-filter-form {
    border: 1px solid #dfe3fb;
    border-radius: 12px;
    padding: 16px;
    background: #f7f8ff;
    margin-bottom: 14px;
}

.filter-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.india-filter-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
}

.filter-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #4d6cfd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.filter-field input,
.filter-field select {
    width: 100%;
    border: 1px solid #ced6ff;
    border-radius: 8px;
    height: 42px;
    padding: 0 10px;
    background: #ffffff;
    color: #242424;
    font-size: 16px;
}

.filter-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.filter-actions button {
    border: 0;
    background: #4d6cfd;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 15px;
    cursor: pointer;
}

.filter-actions a {
    color: #4d6cfd;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.filtered-count {
    margin: 0 0 12px;
    color: #3d3d3d;
    font-size: 16px;
}

.table-wrap {
    overflow-x: auto;
}

.pagination-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    height: 38px;
    border-radius: 8px;
    background: #4d6cfd;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.page-btn.disabled {
    background: #d8ddfb;
    color: #667;
    pointer-events: none;
}

.page-status {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 600;
}

.global-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.global-table th,
.global-table td {
    text-align: left;
    vertical-align: top;
    padding: 14px 12px;
    border-bottom: 1px solid #eceffd;
    font-size: 16px;
    line-height: 1.6;
}

.global-table th {
    font-size: 13px;
    color: #4d6cfd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.global-table a {
    color: #4d6cfd;
    font-weight: 700;
}

.expandable-row {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.expandable-row:hover td {
    background: #f6f8ff;
}

.expandable-row[aria-expanded="true"] td {
    background: #f0f4ff;
}

.expandable-row:focus {
    outline: none;
    background: #eef2ff;
}

.description-row td {
    background: #f9faff;
    color: #3d3d3d;
    font-size: 15px;
    border-left: 3px solid #4d6cfd;
}

.status-pill {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
}

.status-pill.active {
    background: #e7f8ec;
    color: #1f7c42;
}

.status-pill.ended {
    background: #f1f2f8;
    color: #595f6a;
}

.no-data {
    padding: 24px 8px;
    color: #3d3d3d;
    font-size: 17px;
}

.related-shutdown-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.related-shutdown-list li {
    margin-bottom: 10px;
}

.related-shutdown-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border: 1px solid #e1e6ff;
    border-radius: 10px;
    background: #f9faff;
    color: #4d6cfd;
    text-decoration: none;
    font-weight: 600;
}

.related-shutdown-list a:hover {
    background: #f2f5ff;
    border-color: #ced8ff;
}

.related-item-title {
    font-size: 16px;
    color: #2c2f36;
    font-weight: 700;
}

.related-item-meta {
    font-size: 14px;
    color: #5b6070;
    white-space: nowrap;
}

.related-shutdown-section .table-heading-row h2 {
    margin-bottom: 6px;
}

@media (max-width: 900px) {
    .global-summary {
        grid-template-columns: 1fr;
    }

    .global-graphs {
        grid-template-columns: 1fr;
    }

    .global-hero h1 {
        font-size: 34px;
    }

    .global-subtitle {
        font-size: 17px;
    }

    .filter-grid {
        grid-template-columns: 1fr;
    }

    .india-filter-grid {
        grid-template-columns: 1fr;
    }

    .global-table th,
    .global-table td {
        font-size: 15px;
    }

    .related-shutdown-list a {
        flex-direction: column;
        align-items: flex-start;
    }

    .related-item-meta {
        white-space: normal;
    }
}
