#register,
#roster-section h2,
#stats-section h3,
.camp-info,
.error-message,
.footer,
.form-title,
.fullscreen-player-info,
.kick-counter,
.kicking-disclaimer,
.loader-container,
.no-video-content,
.no-videos,
.roster-table td,
.roster-table th,
.stat-item,
.time-box,
.tooltip .tooltiptext {
    text-align: center
}

#registerBtn,
#roster-section h2,
.camp-info h2,
.label,
.stat-label,
.submit-button {
    text-transform: uppercase
}

.camps-button-container button:last-of-type:hover,
.dropbtn {
    color: #fff !important
}

.dropbtn,
.logo-container,
.tabs,
body,
header,
nav {
    display: flex
}

.tabs,
body,
html {
    margin: 0;
    padding: 0
}

.content-container,
.dropdown,
.input-group,
.player-images-container,
.tabs li {
    position: relative
}

#countdown-h1,
.class-filter select,
.dropbtn,
.toggle-button,
body,
html {
    font-family: Oswald, sans-serif
}

#loader-p,
#registerBtn,
.camp-info p,
.footer a,
.footer p,
.kicking-disclaimer,
.roster-table td,
.roster-table th,
.tab-button,
.tbd-p {
    font-family: Lato, sans-serif
}

.dropdown-content a,
.tabs a {
    text-decoration: none;
    display: block
}

.chart-content.active,
.dropdown:hover .dropdown-content,
.tabs a,
.video-content.active {
    display: block
}

body,
html {
    min-height: 100vh;
    background-color: #000;
    color: #191919;
    font-weight: 500
}

html {
    scroll-behavior: smooth
}

body {
    flex-direction: column
}

main {
    flex: 1
}

header {
    z-index: 10000000000
}

#roster-section h2,
.camp-info h2 {
    font-weight: 700
}

.tabs {
    list-style: none
}

.dropbtn,
.tabs a {
    font-size: 1.1rem;
    padding: .5rem 0;
    transition: color .3s
}

.tabs li {
    margin: 0 1rem
}

.close-player-popup:hover,
.tabs a {
    color: #fff
}

.tabs .active a,
.tabs a:hover {
    color: rgba(236, 105, 26, .85)
}

.dropbtn {
    background-color: transparent;
    cursor: pointer;
    align-items: center;
    gap: .5rem;
    border: none
}

.dropbtn:hover {
    color: #2e5c9dd9 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0000007a;
    color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    border-radius: 4px
}

.camp-results-header {
    flex-direction: row
}

#stats-section,
.roster-table,
.roster-table table {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.dropdown-content a {
    padding: 12px 16px;
    color: #fff;
    transition: background-color .3s
}

.dropdown-content a:hover {
    color: #ababab
}

.menu-icon {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto
}

.menu-icon span {
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s
}

.menu-icon.active span:first-child {
    transform: translateY(9px) rotate(45deg)
}

.menu-icon.active span:nth-child(2) {
    opacity: 0
}

.menu-icon.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

.camp-info {
    position: relative;
    padding: 150px;
    z-index: 2;
    color: #fff
}

.camp-info h2 {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 15px;
    padding: 30px;
    display: inline-block;
    line-height: 1.2
}

.camp-info p {
    font-size: 1.75rem;
    font-weight: 300;
    color: #fff
}

#roster-section {
    width: 95%;
    margin: auto
}

#data-group {
    width: 100%;
    align-items: center;
    margin-bottom: 40px
}

#roster-section h2 {
    font-size: 2.4rem;
    margin: 80px 0 20px;
    color: #fff;
    letter-spacing: 1.5px
}

.data-header-section {
    width: 80%;
    margin: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.roster-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px
}

#countdown,
#countdown-h1,
.tbd-p {
    margin-bottom: 30px
}

.roster-button,
.roster-buttons button {
    background-color: #1a1a1a;
    color: #fff;
    border: .5px solid #5086d2;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color .3s, transform .3s;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Lato, sans-serif
}

.roster-button:hover,
.roster-buttons button:hover {
    background-color: #4170b2;
    transform: scale(1.05)
}

.roster-button.active,
.roster-buttons button.active {
    background-color: #305e9e;
    transform: scale(1.05)
}

.roster-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1a1a1a
}

.roster-table td,
.roster-table th {
    padding: 18px;
    border: 1px solid #333;
    color: #fff
}

.roster-table th {
    color: #191919;
    font-weight: 500;
    cursor: pointer;
    user-select: none
}

.roster-table tr {
    font-weight: 300
}

.roster-table th:nth-child(-n+2) {
    border: none;
    font-weight: 400
}

.roster-table td:nth-child(-n+2) {
    background-color: #262626;
    font-weight: 500;
    border: none
}

.camps-button-container button:hover,
.roster-table thead tr {
    background-color: #406ca9
}

.roster-table td:first-child,
.roster-table td:nth-child(2) {
    width: 15%
}

.roster-table thead tr {
    color: #000
}

.roster-table tbody tr:hover td {
    background-color: #191919 !important
}

.roster-table tr.class-college td:nth-child(-n+2) {
    background-color: #292929
}

.roster-table tr.class-2025 td:nth-child(-n+2) {
    background-color: #3a3a3a
}

.roster-table tr.class-2026 td:nth-child(-n+2) {
    background-color: #4b4b4b
}

.roster-table tr.class-2027 td:nth-child(-n+2) {
    background-color: #5c5c5c
}

.roster-table tr.class-2028 td:nth-child(-n+2) {
    background-color: #6c6c6c
}

.roster-table tr.class-2029 td:nth-child(-n+2) {
    background-color: #7c7c7c
}

.roster-table tr.class-2030 td:nth-child(-n+2) {
    background-color: #8b8b8bc2
}

.sort-indicator {
    margin-left: 5px;
    font-size: .8em
}

.roster-table th:first-child {
    cursor: default
}

.tbd-p {
    font-size: 1.3rem;
    color: #d6d6d6;
    font-weight: 400
}

.class-college {
    background-color: #262626
}

.class-2025 {
    background-color: #373737
}

.class-2026 {
    background-color: #484848
}

.class-2027 {
    background-color: #595959
}

.class-2028 {
    background-color: #696969
}

.class-2029 {
    background-color: #797979
}

.class-2030 {
    background-color: #898989
}

#player-section {
    width: 90%;
    max-width: 60%;
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 10000;
    transition: .3s ease-in-out
}

#player-image {
    background-color: #121212;
    margin-top: 20px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .1)
}

#player-fg,
#player-kickoff,
#player-punt {
    display: none;
    text-align: center;
    animation: .5s ease-in-out fadeIn
}

.player-name-header {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.skill-subheader {
    font-size: 1.4rem;
    color: #a8a7a7;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: .5px
}

.stat-label,
.stat-unit {
    letter-spacing: 1px;
    line-height: 1
}

.kicking-disclaimer {
    font-size: .9rem;
    color: #e1dfdf;
    margin-bottom: 20px;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px
}

.player-images-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #000;
    gap: 20px;
    margin-top: 10px;
    border-radius: 5px
}

.player-img {
    max-width: 85%;
    padding: 15px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3));
    transition: transform .2s
}

.player-chart {
    width: 50%;
    height: auto;
    border-radius: 5px;
    padding: 30px
}

.close-player-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #a8a7a7;
    background: 0 0;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color .2s
}

#register {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    margin: 0 auto;
    max-width: 800px
}

@keyframes bonusAnimation {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.5)
    }

    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2)
    }

    80% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1)
    }
}

.video-wrapper.bonus-border {
    border: 2px solid #ff6b35;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 107, 53, .4);
    transition: .3s
}

.video-wrapper.bonus-border::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, #ff6b35, #ff8e53, #ff6b35);
    border-radius: 12px;
    z-index: -1;
    animation: 2s ease-in-out infinite alternate bonusBorderGlow
}

@keyframes bonusBorderGlow {
    0% {
        box-shadow: 0 0 10px rgba(255, 107, 53, .4)
    }

    100% {
        box-shadow: 0 0 30px rgba(255, 107, 53, .8)
    }
}

.bonus-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #aa4520, #bd6b3e);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
    padding: 12px 24px;
    border-radius: 12px;
    border: .5px solid #000;
    box-shadow: 0 0 20px rgba(255, 107, 53, .6);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    animation: 5s ease-out bonusAnimation
}

#countdown-h1 {
    font-size: 2.25rem;
    color: #fff
}

#countdown {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem
}

#registerBtn,
.camps-button-container button {
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color .3s
}

.time-box {
    padding: 16px 28px;
    border: 3px solid #f60;
    border-radius: 10px;
    min-width: 80px
}

.label {
    font-size: .85rem;
    margin-top: 8px
}

#registerBtn {
    padding: 14px 32px;
    background-color: #1c1c1c;
    border: none;
    font-weight: 600;
    border-radius: 6px
}

#registerBtn:hover {
    background-color: #f60;
    color: #fff
}

.camps-button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px
}

.camps-button-container button {
    background-color: rgba(236, 105, 26, .85);
    border: none;
    padding: .8rem 1.5rem;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 400
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #e0e0e0
}

#loader-p {
    font-size: 1.2rem;
    font-weight: 300
}

.error-message {
    color: #ec691a;
    padding: 20px
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#stats-section {
    margin: 0 20px 20px;
    padding: 20px;
    background-color: #1a1a1a
}

#stats-section h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: help
}

.close-fullscreen,
.expand-icon,
.toggle-button {
    cursor: pointer;
    color: #fff
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 600%;
    margin-left: -150px;
    opacity: 0;
    transition: opacity .3s
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.image-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent
}

.toggle-buttons {
    gap: 10px;
    display: flex;
    align-items: center
}

.toggle-button {
    font-size: 2rem;
    background-color: #191919;
    border: 1px solid #191919;
    transition: background-color .3s, color .3s
}

.toggle-button.active {
    background-color: #414141;
    color: #fff;
    border: 1px solid #fff
}

.class-filter select {
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #414141;
    padding: 16px 40px 16px 12px;
    border-radius: 4px;
    font-size: 1.2rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%23fff" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    transition: border-color .3s, background-color .3s
}

.class-filter select:focus {
    outline: 0;
    border-color: #ec691a
}

.class-filter select:hover {
    background-color: #2a2a2a
}

.fullscreen-player-info {
    position: absolute;
    margin: auto;
    top: 18px;
    color: #fff;
    z-index: 10001
}

.fullscreen-player-info h3 {
    margin: 0 0 5px;
    font-size: 28px
}

.footer a,
.footer p {
    font-weight: 500;
    font-size: 1rem
}

body.fullscreen-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.expand-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, .7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: background-color .3s
}

.expand-icon:hover {
    background: rgba(0, 0, 0, .9)
}

.expand-icon svg {
    width: 16px;
    height: 16px
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity .3s
}

.fullscreen-overlay.show {
    opacity: 1
}

.fullscreen-image {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .5)
}

.close-fullscreen {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, .8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    transition: background-color .3s
}

.nav-button,
.tab-button {
    cursor: pointer;
    transition: .3s
}

.input-group input[type=email],
.submit-button {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 1.1rem
}

.close-fullscreen:hover {
    background: rgba(36, 36, 36, .81)
}

.footer {
    padding: 20px 0;
    border-top: .25px solid #414141
}

.footer p {
    margin: 0;
    color: #fff
}

.footer a {
    color: #2e5c9d;
    transition: color .2s
}

.footer a:hover {
    color: #234d88;
    text-decoration: underline
}

.footer a:visited {
    color: #0e3468
}

.footer a+span {
    margin: 0 5px
}

@media screen and (max-width:1024px) {
    .camp-info h2 {
        font-size: 4rem
    }

    .tbd-p {
        font-size: 1.25rem;
        color: #d6d6d6;
        margin-bottom: 20px
    }

    .camp-info {
        padding: 100px
    }

    #roster-section h2 {
        font-size: 2rem
    }

    .logo-container h1 {
        font-size: 1.4rem
    }

    #player-section {
        max-width: 80%
    }

    .roster-table td,
    .roster-table th {
        padding: 14px;
        font-size: .9rem
    }

    .data-header-section {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .expand-icon {
        display: none !important
    }

    .dropbtn,
    .dropdown {
        width: 100%;
        background-color: transparent !important
    }

    header {
        padding: 1rem
    }

    .logo-container img {
        height: 25px
    }

    .tbd-p {
        font-size: 1.1rem;
        color: #d6d6d6;
        margin-bottom: 20px
    }

    .camp-info p,
    .logo-container h1 {
        font-size: 1.4rem
    }

    .menu-icon,
    nav.active .tabs {
        display: flex
    }

    nav .tabs {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #000;
        padding: 1rem 0;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
        z-index: 1000
    }

    .tabs li {
        margin: .5rem 1rem;
        width: 90%;
        text-align: left
    }

    .dropbtn {
        justify-content: space-between;
        padding: .5rem 0
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        display: none;
        padding-left: 1rem;
        width: 100%;
        border-radius: 0;
        margin-top: .5rem
    }

    .dropdown-content a {
        background-color: #000 !important
    }

    .dropdown.active .dropdown-content {
        display: block !important
    }

    .dropdown:hover .dropdown-content {
        display: none
    }

    .dropdown .dropbtn::after {
        font-size: .8em;
        transition: transform .3s
    }

    .dropdown.active .dropbtn::after {
        transform: rotate(180deg)
    }

    .camp-info h2 {
        font-size: 3rem;
        padding: 10px
    }

    #roster-section {
        width: 98%
    }

    #roster-section h2 {
        font-size: 1.8rem;
        margin: 40px 0 15px
    }

    .data-header-section {
        width: 95% !important;
        flex-direction: column !important;
        gap: 20px
    }

    .data-header-section p {
        font-size: .9rem !important
    }

    .roster-buttons {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        align-items: center
    }

    .roster-buttons button {
        width: 80%;
        max-width: 200px;
        padding: 10px 20px;
        font-size: 1rem
    }

    .roster-table {
        overflow-x: auto
    }

    .roster-table table {
        min-width: 600px
    }

    .roster-table td,
    .roster-table th {
        padding: 10px;
        font-size: .8rem
    }

    .image-container-header {
        flex-direction: column;
        gap: 15px;
        padding: 15px
    }

    .center-title {
        position: static !important;
        transform: none !important;
        order: 1
    }

    .right-controls {
        margin-left: 0 !important;
        justify-content: center;
        order: 2;
        gap: 20px !important
    }

    .toggle-button {
        font-size: 1.5rem;
        padding: 8px 12px
    }

    .class-filter select {
        font-size: 1rem;
        padding: 12px 30px 12px 10px
    }

    #player-section {
        width: 95%;
        max-width: 95%;
        bottom: 20px
    }

    #player-image {
        padding: 20px;
        margin-top: 10px
    }

    #countdown-h1,
    .player-name-header {
        font-size: 1.6rem
    }

    .skill-subheader {
        font-size: 1.2rem
    }

    .kicking-disclaimer {
        font-size: .8rem;
        padding: 10px
    }

    .player-images-container {
        flex-direction: column;
        gap: 10px
    }

    .player-img {
        max-width: 100%;
        padding: 10px
    }

    #countdown {
        flex-wrap: wrap;
        gap: 15px;
        font-size: 1.4rem
    }

    .time-box {
        padding: 12px 20px;
        min-width: 60px
    }

    .camps-button-container {
        gap: .8rem
    }

    .camps-button-container button {
        width: 100%;
        padding: .7rem 1rem;
        font-size: .9rem
    }

    #page1-container,
    #page2-container {
        height: auto !important;
        min-height: 400px;
        padding: 20px !important
    }

    #page2-container {
        flex-direction: column !important
    }

    #bottom-left-container,
    #bottom-right-container,
    #top-left-container,
    #top-right-container {
        width: 100% !important;
        height: 300px !important;
        margin-bottom: 10px
    }
}

.no-video-message,
.stat-item {
    align-items: center
}

@media screen and (max-width:600px) {
    .camp-info h2 {
        font-size: 2.5rem
    }

    .camp-info p {
        font-size: 1.2rem
    }

    .tbd-p {
        text-align: center;
        font-size: 1rem;
        color: #d6d6d6;
        margin-bottom: 20px
    }

    .roster-table td,
    .roster-table th {
        font-size: .73rem
    }

    #countdown-h1,
    .player-name-header {
        font-size: 1.5rem
    }

    .skill-subheader {
        font-size: 1rem
    }

    .roster-buttons button {
        width: 90%;
        font-size: .9rem
    }
}

@media screen and (max-width:480px) {
    .logo-container img {
        height: 25px
    }

    .logo-container h1 {
        font-size: 1.2rem
    }

    .camp-info h2 {
        font-size: 2rem
    }

    .camp-info p {
        font-size: 1rem
    }

    #roster-section h2,
    .player-name-header {
        font-size: 1.5rem
    }

    .roster-table table {
        min-width: 500px
    }

    .roster-table td,
    .roster-table th {
        font-size: .59rem
    }

    .skill-subheader {
        font-size: .9rem
    }
}

.tab-container {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.no-video-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    border-radius: 8px
}

.no-video-content {
    padding: 40px 20px
}

.no-video-content p {
    color: #ccc;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    letter-spacing: .5px
}

.tab-button {
    background: 0 0;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #ccc;
    border-bottom: 3px solid transparent
}

.kick-counter,
.stat-label,
.stat-unit,
.stat-value,
.video-loading p {
    color: #fff;
    font-family: Oswald, sans-serif
}

.tab-button.active {
    color: #ec691a;
    border-bottom-color: #ec691a;
    font-weight: 700
}

.tab-button:hover {
    background-color: #2a2a2a;
    border-radius: 6px 6px 0 0
}

.chart-content,
.video-content {
    display: none
}

.video-player-container {
    max-width: 800px;
    margin: 0 auto
}

.playlist-player {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3)
}

.video-wrapper {
    position: relative;
    background: #000;
    min-height: 250px
}

.playlist-video {
    width: 100%;
    height: 90%;
    object-fit: cover;
    display: block
}

.stats-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.stat-item,
.video-loading {
    flex-direction: column;
    display: flex
}

.nav-button,
.nav-controls {
    align-items: center;
    display: flex
}

.stat-label {
    font-size: 9px;
    font-weight: 400;
    margin-bottom: 4px
}

.stat-value {
    font-size: 20px;
    padding: 3px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2px
}

.stat-unit {
    font-size: 8px;
    font-weight: 400
}

.nav-controls {
    justify-content: center;
    padding: 20px;
    background: #2a2a2a;
    gap: 20px
}

.nav-button {
    background: #ec691a;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 11px;
    justify-content: center
}

.nav-button:hover:not(:disabled) {
    background: #d55a15;
    transform: scale(1.1)
}

.nav-button:disabled {
    background: #555;
    cursor: not-allowed;
    opacity: .5
}

.kick-counter {
    font-size: 18px;
    font-weight: 500;
    min-width: 100px
}

.no-videos {
    color: #666;
    font-style: italic;
    padding: 40px
}

.video-loading {
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #1a1a1a;
    border-radius: 12px
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #333;
    border-top: 4px solid #ec691a;
    border-radius: 50%;
    animation: 1s linear infinite spin;
    margin-bottom: 20px
}

.video-loading p {
    margin: 5px 0
}

.loading-subtext {
    font-size: 14px;
    color: #bbb !important
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width:768px) {
    .stats-overlay {
        padding: 12px 16px
    }

    .stat-label {
        font-size: 9px;
        margin-bottom: 2px
    }

    .stat-value {
        font-size: 20px;
        margin-bottom: 1px
    }

    .stat-unit {
        font-size: 9px
    }

    .playlist-video {
        min-height: 250px
    }

    .nav-controls {
        padding: 15px;
        gap: 15px
    }

    .nav-button {
        width: 40px;
        height: 40px;
        font-size: 16px
    }
}

@media (max-width:480px) {
    .stats-overlay {
        gap: 8px;
        padding: 10px
    }

    .stat-item {
        width: 100%
    }

    .stat-label,
    .stat-value {
        margin-bottom: 0
    }
}

.camp-info {
    background:linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .7)) 0 0/cover,
    url("{{ url_for('static', filename='photos/base/trackmanheader.webp') }}") center center/cover no-repeat
}

.form-container {
    position: relative;
    z-index: 2;
    background: rgba(30, 30, 30, .95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 50px 40px;
    border: 1px solid rgba(255, 255, 255, .3);
    max-width: 480px;
    width: 100%;
    margin: 0 auto 75px
}

.form-title {
    margin-bottom: 40px
}

.form-title h2 {
    background: padding-box text #c9c9c9;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -.02em
}

.form-subtitle {
    color: #ccc;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px
}

#notify-form {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.input-group input[type=email] {
    width: 100%;
    padding: 18px 24px;
    border: 2px solid rgba(102, 126, 234, .2);
    border-radius: 16px;
    color: #464646;
    outline: 0;
    font-family: inherit;
    box-sizing: border-box
}

.input-group input[type=email]::placeholder {
    color: #999;
    font-weight: 400
}

.submit-button {
    padding: 18px 32px;
    font-weight: 600;
    color: #fff;
    background: #2e5c9dd9;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: .5px
}

.submit-button:hover {
    transform: translateY(-2px) scale(1.05)
}

.submit-button:active {
    transform: translateY(0) scale(1.02)
}

@keyframes success-pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.submit-button.success {
    background: linear-gradient(135deg, #4caf50 0, #45a049 100%);
    animation: .6s success-pulse
}

@media (max-width:768px) {
    .register {
        padding: 40px 15px
    }

    .form-container {
        padding: 40px 25px
    }

    .form-title h2 {
        font-size: 2rem
    }

    .input-group input[type=email],
    .submit-button {
        padding: 16px 20px;
        font-size: 1rem
    }
}