body {
    background: #0D0D0D;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.site-header {
    background: #F5F7FB;
    border-bottom: 1px solid rgba(58,10,106,0.12);
    height: 100px;
}

.site-logo {
    height: 90px;
    width: auto;
}

.site-footer {
    text-align: center;
    padding: 20px;
    background: #0B0F1A;
    color: #C6A8FF;
}

.site-footer a {
    color: #C6A8FF;
    text-decoration: none;
}

.video-container {
    position: relative;
    background: black;
    border: 2px solid #5B1FA8;
    border-radius: 6px;
    overflow: hidden;
}

.video-player {
    width: 100%;
    height: auto;
    display: block;
    background: black;
}

.controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 8px;
    background: rgba(0,0,0,0.6);
}

.btn-control {
    background: #C1121F;
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
}

.btn-control:hover {
    background: #E31A28;
}
