body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: black;
    color: #f3f4f6;
    overflow-x: hidden;
    width: 100%;
}
button,a,h1,input {
    color: #f3f4f6;
}


.dcicon {
    width: 4.3rem;
    height: 4.3rem;
    float: right;
    margin-top: -330px;
    margin-right: 20px;
    user-select: none;
}

.admin-buttons {
    width: 100%;
    padding: 15px;
    background-color: #202020;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sponsor-button-container input {
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
    -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
    color: #f6de78;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    user-select: none;
    font-style: italic;
    font-weight: 1000;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s;
    background-color: rgba(18,18,18,0.7);
    padding: 1.3rem 2.7rem 1.3rem 2.7rem;
    cursor: pointer;
    border-radius: 30px !important;
}

.tipply-button input {
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
    -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
    color: #f6de78;
    position: absolute;
    margin-right: 100px !important;
    top: 10px;
    left: 10px;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    user-select: none;
    font-style: italic;
    font-weight: 1000;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s;
    background-color: rgba(18,18,18,0.7);
    padding: 1.3rem 2.7rem 1.3rem 2.7rem;
    cursor: pointer;
    border-radius: 30px !important;
    transform: translate(22rem);
}

.tipply-button input:hover {
    background-color: rgba(18,18,18,0.5);
}

.thank-you {
    text-align: center;
    margin-bottom: 100px;
    font-size: 3rem;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: 1000;
    user-select: none;
    color: #f3f4f6;

}

.sponsor-button-container input:hover {
    background-color: rgba(18,18,18,0.5);
}
.sponsor-container {
    margin: auto auto 100px auto;
    text-align: center;
    max-width: 450px;
    padding: 30px;
    background-color: rgba(18, 18, 18, 0.8);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sponsor-container img {
    margin: auto;
    width: 10rem;
    height: 10rem;
}
.sponsor-container label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.sponsor-container textarea {
    background-color: #232323;
    width:87%;
    padding: 15px;
    color: #f3f4f6;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    resize: vertical;
    min-height: 100px;
}

.sponsor-container-password {
    background-color: #232323;
    width:87%;
    padding: 15px;
    color: #f3f4f6;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    resize: vertical;
    min-height: 100px;
}

.sponsor-container input[type="text"] {
    width:87%;
    padding: 15px;
    background-color: #232323;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}


.sponsor-container button {
    width: 100%;
    padding: 15px;
    background-color: #202020;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sponsor-container button:hover {
    background-color: #181818;
}

.instaicon {
    width: 4.3rem;
    height: 4.3rem;
    float: right;
    margin-top: -330px;
    margin-right: 7.5rem;
    user-select: none;
}

.dcinfo {
    text-align: center;
    width: 100px;
    height: 70px;
    float: right;
    margin-top: -320px;
    margin-right: 220px;
    font-style: italic;
    font-weight: 800;
    user-select: none;
}

.logo {
    width: 300px;
    height: 300px;
    user-select: none;
    pointer-events: none;
}

.header {
    text-align: center;
    padding: 20px;
}

.header h1 {
    font-size: 4rem;
    margin: 0;
}

.date {
    text-align: center;
    margin: 20px 0;
    font-size: 1.5rem;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.team {
    height: 150px;
    flex: 1 1 48%;
    text-align: center;
    border-radius: 30px !important;
    padding: 10px;
    box-sizing: border-box;
    background-color: #111111;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.team-info-forshow {
    display: flex;
    align-items: center;
}

.team-info {
    display: flex;
    align-items: center;
    flex-direction: column; 
}

.team-name {
    font-size: 1.2rem;
    user-select: none;
    pointer-events: none;
}

.team img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    user-select: none;
    pointer-events: none;
} 
.event-box {
    padding: 20px;
    margin: 20px auto;
    background-color: rgba(18,18,18,0.7);
    width: 70%;
    box-sizing: border-box;
    border-radius: 30px !important;
}

.teams {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
}

.team-container {
    display: flex;
    gap: 10%;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.teams .team {
    flex: 1 1 40%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.teams .team img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.teams .team-name {
    font-weight: bold;
    margin-top: 5px;
}

.versus {
    user-select: none;
    position: absolute;
    font-size: 2rem;
    color: #f6de78;
    font-weight: bold;
    font-style: italic;
    transform: rotate(-90deg);
    text-align: center;
    transform-origin: center center;
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
          -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
}

.info-box {
    background-color: rgba(18,18,18,0.7);
    padding: 20px;
    border-radius: 30px !important;
    border: 2px #333;
    margin: 20px auto;
    width: 70%;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 120px;
    display: none;
}

.info-box p {
    font-size: 1rem;
    line-height: 1.5;
}

.h1dru {
    text-align: center;
    margin-bottom: 100px;
    font-size: 5rem;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: 1000;
    user-select: none;
}
.back {
    background-color: rgba(18,18,18,0.7);
    border: none;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 15px;
    font-family: Arial, sans-serif;
    font-weight: 1000;
    display: flex;
    margin:auto;
    margin-bottom: 30px;
    cursor:pointer;
    user-select: none;
}
.back:hover {
    background-color: rgba(18,18,18,0.9);
}
.teams-container-show {
    margin: auto;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    width: 56rem;
    background-color: rgba(18,18,18,0.8);
    gap:30px;
    border: none;
    border-radius: 50px !important;
}
.zapisy-button img{
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(60%);
    border-radius: 2rem !important;
    z-index: 1;
    pointer-events: none;
}
.zapisy-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18,18,18,0.8);
    border: none;
    padding: 2.6rem 18rem 2.6rem 18rem;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2rem !important;
    transition: background-color 0.3s; 
    font-family: Arial, sans-serif;
    font-weight: 1000;
}

.zapisy-button span{
    z-index: 2;
    font-size: 2rem;
    font-style: italic;
    font-weight: 1000;
}

.zapisy-button:hover {
    background-color: rgba(18,18,18,0.9);
}
.zapisy {
    user-select: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.zapisy-fr {
    margin-bottom: 100px;
}


.time-date {
    font-weight: 1000;
    text-align: center;
    margin-bottom: 35px;
    user-select: none;
}

.footer {
    margin-top: 100px;
    float: bottom;
    width: 100%;
    height: 130px;
    background-color: #050505;
    user-select: none;
    pointer-events: none;
    display: flex;
    position: relative;
}

.footer p {
    font-size: 1.2rem;
    font-weight: 1000;
}

.footer-p-box {
    margin-top: -10px;
    padding-top:20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}

.footer img {
    margin-top: 15px;
    margin-left: 15px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}

.live-text {
    font-weight: 800;
}

.live-container {
    display: flex;
    justify-content: end;
    user-select: none;
    align-items: center;
    margin-top: 10px;
}

.live-dot {
    background-color: rgb(253, 56, 56);
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: -1px
}

.live-text {
    display: inline-block;
    line-height: 1;
}

.team-info-show {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.team-info-show:hover {
    transform: scale(1.02);
}

.team-info-show .child {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: filter 0.3s ease;
    border-radius: 10px;
}

.team-info-show:hover .child {
    filter: brightness(0.7);
}

.team-info-show .team-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    font-size: 1rem;
    font-weight: bold;
}

.team-info-show:hover .team-name {
    transform: translateY(0);
}

.twitch-icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.twitch-link {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-top: -30px;
}

.twitch-link a {
    color: inherit;
    text-decoration: none;
}
.time-date.live-event {
    margin-top: -20px;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: cover;
    filter: brightness(50%);
    z-index: -1;
}
.buttons-container {
    justify-content: center;
    display:flex;
    gap: 1rem;
}
.buttons-container button {
    color: #f3f4f6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 15rem;
    background-color: rgba(18,18,18,0.8);
    border: none;
    border-radius: 20px;
    transition: background-color 0.3s;
    cursor:pointer;
    user-select: none;
    width: 15rem;
    height: 19rem;
}
.buttons-container button:hover {
    background-color: rgba(18,18,18,0.9);
}
.buttons-container button span{
    z-index: 2;
    font-size: 2rem;
    font-style: italic;
    font-weight: 1000;
}
.buttons-container button img{
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(60%);
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}
.no-events-box {
    text-align: center;
    margin: 30px auto;
    padding: 20px;
    background-color: rgba(10, 10, 10, 0.7);
    border-radius: 20px;
    max-width: 600px;
    user-select: none;
}

.no-events-box p {
    font-size: 24px;
    color: white;
    margin: 0;
}

.coming-soon {
    text-align: center;
    margin: 30px auto;
    padding: 40px;
    background-color: rgba(18, 18, 18, 0.7);
    border-radius: 20px;
    max-width: 600px;
    user-select: none;
}

.coming-soon p {
    font-size: 3rem;
    color: #f6de78;
    margin: 0;
    font-style: italic;
    font-weight: 1000;
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
                 -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
}
/* Gallery Styles */
.gallery-container-show {
    margin: auto;
    padding: 50px;
    display: none;
    height: auto;
    width: 90%;
    max-width: 56rem;
    background-color: rgba(18,18,18,0.8);
    gap: 30px;
    border: none;
    border-radius: 50px !important;
}

.albums-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem;
    justify-content: center;
}

.album-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 200px;
    height: 200px;
}

.album-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
    border-radius: 10px;
    filter: brightness(0.8);
}

.album-item:hover img {
    filter: brightness(0.5);
    transform: scale(1.05);
}

.album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.album-item:hover .album-overlay {
    transform: translateY(0);
}

.album-title {
    font-size: 1rem;
    margin: 0;
    font-style: italic;
    font-weight: 1000;
}

/* Photos Container */
.photos-container {
    display: none;
    width: 100%;
}

.back-to-albums {
    background-color: rgba(18,18,18,0.7);
    border: none;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 15px;
    font-family: Arial, sans-serif;
    font-weight: 1000;
    display: block;
    margin: 0 auto 2rem auto;
    cursor: pointer;
    user-select: none;
    color: white;
}

.back-to-albums:hover {
    background-color: rgba(18,18,18,0.9);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Modal Styles */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.modal-caption {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    padding: 1rem;
    font-size: 2rem;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: 1000;
    z-index: 1001;
    user-select: none;
    text-shadow: none;
    padding: 1rem 2rem;
}

.modal-close {
    position: fixed;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.modal-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1001;
    border-radius: 5px;
}

.modal-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: none;
}

.gallery-item:hover .gallery-item-overlay {
    transform: translateY(0);
    display: none;
}

.gallery-item-title {
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
}

#team-members {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem;
    width: 70%;
    margin: 20px auto;
    background-color: rgba(18,18,18,0.7);
    border-radius: 30px !important;
    box-sizing: border-box;
}

.member-card {
    background-color: rgba(18,18,18,0.7);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.member-card:hover {
    transform: translateY(-5px);
}

.member-card img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 3px solid #f6de78;
}

.member-card h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    color: #f6de78;
    font-style: italic;
    font-weight: 1000;
}

.member-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: #f3f4f6;
    margin: 0;
}
@media screen and (max-width: 850px) and (min-width: 769px) {
    .sponsor-button-container input {
        text-shadow: none;
        transform: translate(0px,8px);
        font-size: 0.6rem;
        padding: 0.975rem 2.0250rem 0.975rem 2.0250rem;
    }
    .tipply-button input {
        text-shadow: none;
        transform: translate(12rem,8px);
        font-size: 0.6rem;
        padding: 0.975rem 2.0250rem 0.975rem 2.0250rem;
    }
    .dcicon {
        width: 3.225rem;
        height: 3.225rem;
    }
    .instaicon {
        width: 3.225rem;
        height: 3.225rem;
        margin-right: 6rem;
    }
    }
    @media screen and (max-width: 768px) {
        .footer-p-box {
            margin-top:20px;
            left: 70%;
        }
        .footer p {
            font-size: 0.6rem;
        }
        .instaicon {
            width:2.15rem;
            height: 2.15rem;
            margin-right: 4.5rem;
            float: right;
            margin: -230px 3.5rem auto auto;
        }
         .dcicon {
            float: right;
            width:2.15rem;
            height: 2.15rem;
            margin: -230px 0.40rem auto auto;
         }
        .sponsor-button-container input {
            text-shadow: none;
            transform: translate(0px,8px);
            font-size: 0.6rem;
            padding: 0.4875rem 1.0125rem 0.4875rem 1.0125rem;
        }
        .tipply-button input {
            text-shadow: none;
            transform: translate(9.7rem,8px);
            font-size: 0.6rem;
            padding: 0.4875rem 1.0125rem 0.4875rem 1.0125rem;
        }
        .teams-container-show {
            width: 15rem;
        }
        .buttons-container button span {
            font-size: 1rem;
        }
        .team-info-show {
            width: auto;
            height: auto;
        }
        .team-info-show .child {
            width: 150px;
            height: 150px;
        }
        .team-info-show .team-name {
            padding: 0.5rem;
            font-size: 0.9rem;
        }
        .h1dru {
            font-size: 3rem;
        }
        .zapisy-button {
            font-size: 1rem;
            padding: 1.3rem 2.3rem;
            }
        .versus {
            margin-top: 5px;
            transform: rotate(0deg);
        }
        .event-box {
            width: 90%;
        }
        .team:last-child {
            margin-top: 70px;
        }
    
        .teams .team {
            flex: 1 1 100%;
        }
        .buttons-container {
            flex-direction: column;
            align-items: center;
            width: 100%;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        
        .buttons-container button {
            width: 90%;
            height: 12rem;
            margin-bottom: 1rem;
        }
    
        .gallery-container-show {
            width: 100%;
            padding: 0;
            margin: 0;
            border-radius: 0;
            box-sizing: border-box;
            max-width: 100%;
        }
    
        .gallery-grid {
            user-select: none;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            padding: 0;
            width: 100%;
            display: grid;
            justify-items: center;
            align-items: center;
            margin: 0 auto;
        }
    
        .gallery-item {
            width: 140px;
            height: 140px;
            aspect-ratio: 1;
        }
    
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
    
        .albums-grid {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            padding: 0.5rem;
            justify-content: center;
        }
    
        .album-item {
            user-select: none;
            width: 140px;
            height: 140px;
        }
    
        .back {
            display: flex;
            margin: 1rem auto;
            width: auto;
        }
    
        .logo {
            width: 200px;
            height: 200px;
        }
    
        .zapisy-button {
            width: 90%;
            padding: 1.3rem;
        }
        
        .zapisy-button {
            padding: 1.3rem 2rem;
            font-size: 1.5rem;
        }
    
        .album-item {
            width: 150px;
            height: 150px;
        }
    
        .gallery-item img {
            height: 150px;
        }
    
        .gallery-item {
            width: 150px;
        }
        #team-members {
            grid-template-columns: 1fr;
            padding: 1rem;
            gap: 1.5rem;
            width: 90%;
        }
        .member-card {
            padding: 1rem;
        }
    
        .member-card img {
            width: 150px;
            height: 150px;
        }
    
        .member-card h3 {
            font-size: 1.5rem;
        }
    }

.brackets-container {
    margin: auto;
    padding: 50px;
    display: none;
    flex-direction: column;
    height: auto;
    width: 90%;
    max-width: 80rem;
    background-color: rgba(18,18,18,0.8);
    border-radius: 50px !important;
    box-sizing: border-box;
    gap: 30px;
}

.bracket-section {
    margin-bottom: 30px;
    width: 100%;
}

.bracket-title {
    text-align: center;
    font-size: 2.5rem;
    color: #f6de78;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 1000;
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
                 -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
}

.bracket-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.bracket-round {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.bracket-match {
    background-color: rgba(18,18,18,0.9);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    border: 2px solid #333;
    position: relative;
    margin: 0 auto;
}

.bracket-match.completed {
    border-color: #f6de78;
}

.bracket-match.in-progress {
    border-color: #ff6b6b;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { border-color: #ff6b6b; }
    50% { border-color: #ff4444; }
    100% { border-color: #ff6b6b; }
}

.match-teams {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.match-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.match-team.winner {
    background-color: rgba(246, 222, 120, 0.3);
    color: #f6de78;
    font-weight: bold;
}

.match-team.loser {
    opacity: 0.6;
}

.team-info-bracket {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-small {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.team-name-bracket {
    font-size: 1rem;
    font-weight: bold;
}

.match-score {
    font-size: 1.2rem;
    font-weight: bold;
    color: #f6de78;
}

.match-vs {
    text-align: center;
    font-size: 1.5rem;
    color: #f6de78;
    font-weight: bold;
    margin: 10px 0;
}

.bracket-connector {
    width: 50px;
    height: 2px;
    background-color: #666;
    position: relative;
}

.bracket-connector::before {
    content: '';
    position: absolute;
    right: -5px;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 8px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.coming-soon-bracket {
    text-align: center;
    padding: 40px;
    color: #f6de78;
    font-size: 2rem;
    font-style: italic;
    font-weight: 1000;
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
                 -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
}

.match-winner {
    text-align: center;
    margin-top: 15px;
    padding: 8px;
    background-color: rgba(246, 222, 120, 0.2);
    border-radius: 8px;
    color: #f6de78;
    font-weight: bold;
    font-size: 0.9rem;
}

.bracket-round h3 {
    color: #f6de78;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 1000;
    text-shadow: -1px -1px 0 #7e7717, 1px -1px 0 #7e7717,
                 -1px 1px 0 #7e7717, 1px 1px 0 #7e7717;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .brackets-container {
        width: 100%;
        padding: 20px;
        border-radius: 0;
        gap: 20px;
    }
    
    .bracket-match {
        max-width: 100%;
        padding: 15px;
    }
    
    .bracket-title {
        font-size: 2rem;
    }
    
    .bracket-round {
        gap: 15px;
    }
    
    .bracket-round h3 {
        font-size: 1.2rem;
    }
    
    .team-logo-small {
        width: 25px;
        height: 25px;
    }
    
    .team-name-bracket {
        font-size: 0.9rem;
    }
    
    .match-vs {
        font-size: 1.2rem;
    }
}
    @media screen and (max-width: 1024px) {
    .dcinfo {
        display: none;
    }
    }

