   .section-title {
        font-size: 24px;
        font-weight: 600;
        margin: 48px 0 24px;
        color: #ffffff;
        letter-spacing: -0.3px;
    }

    .table-wrapper {
        overflow-x: auto;
        margin-bottom: 40px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background: #1a1a1a;
        border-radius: 16px;
        overflow: hidden;
    }

    th, td {
        padding: 14px 16px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    th {
        background: #0a0a0a;
        color: #ffffff;
        font-weight: 600;
    }

    td {
        color: #e0e0e0;
    }

    td a {
        color: #ffffff;
        text-decoration: none;
        padding: 4px 12px;
        border-radius: 6px;
        transition: all 0.2s;
    }

    td a:hover {
        background: rgba(255,255,255,0.1);
    }