
body {
    background-color: #111;
    color: #f0f0f0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}


.header-bar {
    background-color: #0a0a0a;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 80px;
}

.logo a {
    text-decoration: none;
    color: #4AC5F2; 
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.header-nav li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #c9aa71; 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.3s;
}

.header-nav li a:hover,
.header-nav li a.active {
    color: #ffffff;
}

.header-cta a {
    background-color: #c9aa71;
    color: #111;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s;
}

.header-cta a:hover {
    background-color: #fff;
}


.main-content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 8px;
    border: 1px solid #333;
}

.main-content h1,
.main-content h2,
.main-content h3 {
    color: #c9aa71;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

.main-content a {
    color: #4AC5F2;
}

.main-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 15px;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table thead {
    background-color: #333;
}

table th, table td {
    border: 1px solid #444;
    padding: 12px;
    text-align: left;
}

table tr:nth-child(even) {
    background-color: #222;
}


.luoi {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.champion-card {
    background-color: #222;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 15px;
    flex-basis: 200px;
    flex-grow: 1;
}

.champion-card img {
    border-radius: 8px 8px 0 0;
    margin-top: 0;
    margin-bottom: 10px;
}


.form-table {
    width: 100%;
}

.form-table td {
    padding: 12px;
}

.form-table label {
    font-weight: bold;
    color: #c9aa71;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="password"],
.form-table select {
    width: 90%;
    padding: 10px;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #333;
    color: #f0f0f0;
    font-size: 16px;
}

.form-table button {
    padding: 12px 25px;
    background-color: #c9aa71;
    color: #111;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.form-table button:hover {
    background-color: #fff;
}


iframe {
    width: 100%;
    max-width: 560px;
    height: 315px;
    border: 0;
    border-radius: 5px;
}

footer.new-footer {
    background-color: #0a0a0a; 
    color: #a0a0a0; 
    padding: 40px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 20px; 
}

.footer-container {
    max-width: 900px; 
    margin: 0 auto;
}


.footer-social {
    margin-bottom: 25px;
}

.footer-social a {
    color: #ffffff; 
    text-decoration: none;
    font-size: 22px; 
    margin: 0 12px; 
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #c9aa71; 
}


.footer-logos {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; 
}

.footer-logos img {
    height: 35px; 
    width: auto;
}


.footer-legal {
    margin-bottom: 20px;
    font-size: 12px;
    color: #888; 
}

.footer-legal p {
    margin: 5px 0;
}


.footer-links {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 20px; 
}

.footer-links a {
    color: #f0f0f0; 
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #c9aa71; 
}


.footer-rating img {
    height: 60px; 
    width: auto;
}
