.hl-end-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 18px;
}
.hl-end-card {
    background: #232323;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    padding: 10px 10px 8px 10px;
    text-align: center;
    width: 110px;
}
.hl-end-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 6px;
}
.hl-end-card .hl-end-name {
    font-size: 0.98em;
    color: #D4AF37;
    margin-bottom: 2px;
}
.hl-end-card a {
    color: #e91e63;
    font-size: 0.92em;
    text-decoration: none;
    word-break: break-all;
}
.hl-end-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 18px;
}
.hl-end-card {
    background: #232323;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    padding: 10px 10px 8px 10px;
    text-align: center;
    width: 110px;
}
.hl-end-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 6px;
}
.hl-end-card .hl-end-name {
    font-size: 0.98em;
    color: #D4AF37;
    margin-bottom: 2px;
}
.hl-end-card a {
    color: #e91e63;
    font-size: 0.92em;
    text-decoration: none;
    word-break: break-all;
}
/* Velvet Only Game UI Enhancements */
.hl-contestants {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 30px;
}
.hl-contestant {
    background: #232323;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    padding: 24px 18px 18px 18px;
    text-align: center;
    width: 220px;
    transition: box-shadow 0.2s;
}
.hl-contestant img {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    margin-bottom: 12px;
    width: 100%;
    max-width: 320px;
    max-height: 38vw;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: max-width 0.2s, max-height 0.2s;
}
.hl-meta {
    font-size: 0.98em;
    color: #bbb;
    margin-top: 4px;
    margin-bottom: 2px;
}
.hl-contestant .hl-username {
    font-size: 1.15em;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 6px;
}
.hl-contestant a {
    color: #e91e63;
    text-decoration: none;
    font-size: 0.95em;
    margin-bottom: 8px;
    display: block;
}
.hl-likes {
    font-size: 1.3em;
    font-weight: bold;
    color: #4caf50;
    margin-top: 8px;
}
.hl-vs {
    font-size: 2.2em;
    font-weight: bold;
    color: #fff;
    align-self: center;
}
.hl-controls {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 18px 0 10px 0;
}
#hl-higher, #hl-lower {
    background: linear-gradient(90deg, #D4AF37 0%, #e91e63 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: 600;
    padding: 12px 32px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, transform 0.2s;
}
#hl-higher:hover, #hl-lower:hover {
    background: linear-gradient(90deg, #e91e63 0%, #D4AF37 100%);
    transform: translateY(-2px) scale(1.04);
}
.hl-streak-info {
    text-align: center;
    font-size: 1.1em;
    color: #D4AF37;
    margin-bottom: 10px;
}
#hl-result {
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #e91e63;
    margin-top: 10px;
}
.tagline {
    text-align: center;
    font-size: 1.15em;
    color: #aaa;
    margin-bottom: 18px;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 12px;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1B1B1B;
    color: #e0e0e0;
    margin: 0;
    padding: 20px;
    text-align: center;
}

:root {
    --xvlvt-burgundy: #5D0D0D;
    --xvlvt-charcoal: #1B1B1B;
    --xvlvt-gold: #D4AF37;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    margin-bottom: 5px;
    font-family: 'Manbow', serif;
    letter-spacing: 2px;
    color: #D4AF37;
    font-size: 2.8em;
}

.tagline {
    font-size: 0.85em;
    color: #999;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 1px;
}

.hidden {
    display: none !important;
}

#hl-end-screen {
    background: #232323;
    border: 2px solid #e91e63;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    padding: 32px 18px 18px 18px;
    margin: 0 auto;
    max-width: 600px;
    min-height: 200px;
    color: #fff;
    z-index: 1000;
}

.contestants {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contestant {
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    width: 45%;
    min-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .contestant {
        width: 100%;
        min-width: 0;
        margin-bottom: 20px;
    }
    
    .vs {
        margin: 10px 0;
    }
}

.media-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.media-container img, .media-container video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.info {
    margin-bottom: 15px;
    font-size: 0.9em;
    color: #aaa;
}

button {
    background-color: #5D0D0D;
    color: white;
    border: 1px solid #D4AF37;
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
}

button:hover {
    background-color: #D4AF37;
    color: #1B1B1B;
}

.vs {
    font-size: 2em;
    font-weight: bold;
    color: #D4AF37;
}

.streak-info {
    margin-top: 20px;
    font-size: 1.5em;
}
