.club-value-page {
    width: 100%;
    padding: 18px 20px 28px;
}

.club-value-page * {
    box-sizing: border-box;
}

.club-value-heading {
    min-height: 58px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #0b1728;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 5px 5px 0 0;
}

.club-value-heading h1 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.club-value-heading p {
    margin: 6px 0 0;
    color: #9eabc0;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.045em;
}

.club-value-heading a {
    min-height: 31px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d1a2c;
    border: 1px solid rgba(240, 197, 69, 0.5);
    border-radius: 3px;
    color: #f0c545;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.club-value-heading a:hover,
.club-value-heading a:focus-visible {
    background: #14243b;
    border-color: #f0c545;
    outline: none;
}

.club-value-content {
    padding: 12px;
    background: #07111f;
    border-radius: 0 0 5px 5px;
}

.club-value-error {
    padding: 13px 14px;
    background: #3c1d26;
    border: 1px solid rgba(242, 121, 143, 0.3);
    border-radius: 4px;
    color: #f2798f;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.club-value-formula {
    min-height: 45px;
    margin-bottom: 10px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    background: #0b1728;
    border-top: 3px solid #f0c545;
    border-radius: 4px;
    color: #9eabc0;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.club-value-formula strong {
    color: #f0c545;
    font-size: 11px;
    font-weight: 900;
}

.club-value-formula span:nth-child(even) {
    color: #708198;
}

.club-value-table-card {
    background: #0b1728;
    border-radius: 4px;
    overflow: hidden;
}

.club-value-table-card > header {
    min-height: 49px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #101d31;
    border-top: 3px solid #f0c545;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.club-value-table-card > header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.club-value-table-card > header span {
    color: #9eabc0;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.club-value-table-wrap {
    width: 100%;
    overflow: hidden;
}

.club-value-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.club-value-col-rank {
    width: 4.5%;
}

.club-value-col-club {
    width: 22%;
}

.club-value-col-money {
    width: 14.5%;
}

.club-value-col-stadium {
    width: 13.5%;
}

.club-value-col-total {
    width: 16.5%;
}

.club-value-table th,
.club-value-table td {
    height: 46px;
    padding: 6px 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.045);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    vertical-align: middle;
}

.club-value-table th:last-child,
.club-value-table td:last-child {
    border-right: 0;
}

.club-value-table th {
    height: 34px;
    background: #0d1a2c;
    color: #9eabc0;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.club-value-table th:nth-child(1) {
    text-align: left;
}

.club-value-table th:nth-child(2) {
    text-align: left;
}

.club-value-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.018);
}

.club-value-table tbody tr:hover {
    background: #101d31;
}

.club-value-table tbody tr:last-child td {
    border-bottom: 0;
}

.club-value-rank {
    color: #708198;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
}

.club-value-club {
    min-width: 0;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.club-value-club img {
    width: 31px;
    height: 31px;
    display: block;
    object-fit: contain;
}

.club-value-club > span {
    min-width: 0;
}

.club-value-club strong,
.club-value-club small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.club-value-club strong {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 900;
}

.club-value-club small {
    margin-top: 4px;
    color: #708198;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.club-value-money {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.club-value-stadium strong,
.club-value-stadium small {
    display: block;
}

.club-value-stadium strong {
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}

.club-value-stadium small {
    margin-top: 4px;
    color: #708198;
    font-size: 8px;
    line-height: 1;
    font-weight: 800;
}

.club-value-total {
    color: #f0c545;
    font-size: 11px;
    font-weight: 900;
}

.club-value-rules {
    margin-top: 10px;
    padding: 13px 14px;
    background: #0b1728;
    border-top: 3px solid #f0c545;
    border-radius: 4px;
}

.club-value-rules h2 {
    margin: 0 0 11px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.club-value-rules > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
}

.club-value-rules p {
    margin: 0;
    color: #9eabc0;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
}

.club-value-rules strong {
    color: #ffffff;
}
