.nucs-spot-capacity {
    color: #ffffff;
    padding: 18px 22px 28px;
}

.nucs-spot-capacity h1 {
    margin: 10px 0 18px;
    text-align: center;
    color: #ffffff;
    font-family: "DIN", "Segoe UI", sans-serif;
}

.nucs-spot-capacity-section {
    width: 100%;
    margin-bottom: 24px;
}

.nucs-spot-capacity-section h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "DIN", "Segoe UI", sans-serif;
    font-size: 18px;
}

.nucs-spot-capacity-table-wrap {
    width: 100%;
    max-height: 42vh;
    min-height: 260px;
    overflow: auto;
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 8px;
}

.nucs-spot-capacity-table-wrap table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    background: #000000;
    color: #ffffff;
    font-family: "DIN", "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.nucs-spot-capacity-table-wrap thead {
    position: sticky;
    top: 0;
    z-index: 5;
}

.nucs-spot-capacity-table-wrap th,
.nucs-spot-capacity-table-wrap td {
    padding: 7px 8px;
    border: 1px solid #30363d;
    text-align: center;
    white-space: nowrap;
}

.nucs-spot-capacity-table-wrap th {
    background: linear-gradient(135deg, #21262d 0%, #30363d 100%);
    color: #ffffff;
}

.nucs-spot-capacity-table-wrap td {
    background: #000000;
}

.nucs-spot-capacity-table-wrap th:first-child,
.nucs-spot-capacity-table-wrap td:first-child {
    position: sticky;
    left: 0;
}

.nucs-spot-capacity-table-wrap th:first-child {
    z-index: 6;
}

.nucs-spot-capacity-table-wrap td:first-child {
    z-index: 2;
    background: linear-gradient(135deg, #21262d 0%, #30363d 100%);
}

.nucs-spot-capacity-table-wrap tbody tr:hover td {
    background: #171b22;
}

.nucs-spot-capacity-table-wrap tbody tr:hover td:first-child {
    background: linear-gradient(135deg, #2b313a 0%, #3a414d 100%);
}

.nucs-spot-capacity-loading {
    padding: 20px;
    color: #c9d1d9;
    text-align: center;
}

@media (max-width: 900px) {
    .nucs-spot-capacity {
        padding: 14px 12px 24px;
    }

    .nucs-spot-capacity-table-wrap {
        max-height: 440px;
    }
}
