:root {
    --ds-bg: #080604;
    --ds-panel: rgba(20, 14, 10, 0.78);
    --ds-panel-solid: #17100b;
    --ds-border: rgba(255, 214, 150, 0.18);
    --ds-text: #fff7ea;
    --ds-muted: #c8ad8a;
    --ds-gold: #d8a94a;
    --ds-gold-soft: rgba(216, 169, 74, 0.2);
    --ds-red: #b71c1c;
    --ds-green: #137547;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    color: var(--ds-text);
    background-color: var(--ds-bg);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
    max-width: 100%;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

.btn-ds-primary {
    --bs-btn-color: #1a1008;
    --bs-btn-bg: var(--ds-gold);
    --bs-btn-border-color: var(--ds-gold);
    --bs-btn-hover-color: #1a1008;
    --bs-btn-hover-bg: #e8bd62;
    --bs-btn-hover-border-color: #e8bd62;
    --bs-btn-active-color: #1a1008;
    --bs-btn-active-bg: #f0c76e;
    --bs-btn-active-border-color: #f0c76e;
    font-weight: 800;
}

.btn-ds-outline {
    --bs-btn-color: var(--ds-text);
    --bs-btn-border-color: rgba(255, 247, 234, 0.38);
    --bs-btn-hover-color: #1a1008;
    --bs-btn-hover-bg: var(--ds-text);
    --bs-btn-hover-border-color: var(--ds-text);
    font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Algemene pagina-achtergrond
|--------------------------------------------------------------------------
*/

.ds-page {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.76) 0%,
            rgba(0, 0, 0, 0.46) 42%,
            rgba(0, 0, 0, 0.62) 100%
        ),
        url("img/bg-desktop.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ds-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 20%, rgba(216, 169, 74, 0.12), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(183, 28, 28, 0.08), transparent 26%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.78));
}

.ds-page::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 70%, transparent);
}

.ds-content {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

/*
|--------------------------------------------------------------------------
| Navigatie + logo
|--------------------------------------------------------------------------
*/

.ds-navbar {
    background: rgba(10, 7, 5, 0.72);
    border-bottom: 1px solid var(--ds-border);
    backdrop-filter: blur(14px);
}

.ds-navbar-centered {
    position: relative;
    min-height: 4.4rem;
    z-index: 10;
}

.ds-navbar-logo-center {
    position: absolute;
    left: 50%;
    top: 0.35rem;
    z-index: 20;
    display: block;
    text-decoration: none;
    transform: translateX(-50%);
}

.ds-navbar-logo-img {
    display: block;
    width: auto;
    height: 6.8rem;
    margin-top: -15px;
    object-fit: contain;
    filter:
        drop-shadow(0 0.65rem 1.1rem rgba(0, 0, 0, 0.7))
        drop-shadow(0 0 1.1rem rgba(216, 169, 74, 0.16));
}

.ds-navbar-left {
    position: relative;
    z-index: 15;
    align-items: center;
    gap: 1rem;
}

.ds-navbar-left .btn {
    min-width: 5.4rem;
}

.ds-navbar-centered .navbar-collapse {
    position: relative;
    z-index: 15;
}

.ds-nav-link {
    color: rgba(255, 247, 234, 0.82);
    font-weight: 600;
}

.ds-nav-link:hover,
.ds-nav-link:focus {
    color: var(--ds-gold);
}

.ds-brand {
    color: var(--ds-text);
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.ds-brand:hover {
    color: var(--ds-gold);
}

.ds-brand-logo {
    width: auto;
    height: 2.4rem;
    object-fit: contain;
    filter: drop-shadow(0 0.35rem 0.7rem rgba(0, 0, 0, 0.45));
}

/*
|--------------------------------------------------------------------------
| Homepage / landing
|--------------------------------------------------------------------------
*/

.ds-hero {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    padding: 5.5rem 0 4rem;
}

.ds-hero-card {
    max-width: 720px;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: linear-gradient(
        135deg,
        rgba(22, 15, 10, 0.86),
        rgba(10, 7, 5, 0.66)
    );
    border: 1px solid var(--ds-border);
    border-radius: 1.5rem;
    box-shadow:
        0 2rem 5rem rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.ds-kicker,
.ds-panel-label,
.ds-tv-label {
    color: var(--ds-gold);
    text-transform: uppercase;
    font-weight: 900;
}

.ds-kicker {
    letter-spacing: 0.18em;
    font-size: 0.85rem;
}

.ds-title {
    font-size: clamp(2.4rem, 6vw, 5.5rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.7);
}

.ds-subtitle {
    max-width: 58ch;
    color: var(--ds-muted);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.ds-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ds-side-panel {
    display: flex;
    justify-content: center;
}

.ds-score-preview,
.ds-feature-card,
.ds-glass-panel {
    border: 1px solid var(--ds-border);
    backdrop-filter: blur(12px);
}

.ds-score-preview {
    width: 100%;
    max-width: 460px;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgba(23, 16, 11, 0.86), rgba(12, 8, 5, 0.62));
    box-shadow:
        0 2rem 5rem rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ds-panel-label {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
}

.ds-live-dot {
    color: #17100b;
    background: var(--ds-gold);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 0 1.25rem rgba(216, 169, 74, 0.35);
}

.ds-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.ds-stat-box {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 247, 234, 0.08);
    border: 1px solid rgba(255, 247, 234, 0.12);
}

.ds-stat-number {
    color: var(--ds-text);
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1;
    font-weight: 900;
}

.ds-stat-label {
    color: var(--ds-muted);
    font-weight: 700;
}

.ds-ranking {
    display: grid;
    gap: 0.55rem;
}

.ds-ranking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    border-radius: 0.9rem;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 247, 234, 0.08);
    color: var(--ds-text);
}

.ds-ranking-row strong {
    color: var(--ds-gold);
    font-size: 1.25rem;
}

.ds-tiny-note {
    color: rgba(255, 247, 234, 0.48);
    font-size: 0.82rem;
}

.ds-section {
    padding: 0 0 4rem;
}

.ds-feature-card {
    height: 100%;
    padding: 1.4rem;
    border-radius: 1.25rem;
    background: rgba(15, 10, 7, 0.72);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

.ds-feature-icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    color: #17100b;
    background: var(--ds-gold);
    font-size: 1.4rem;
}

.ds-feature-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.ds-feature-card p {
    color: var(--ds-muted);
    margin-bottom: 0;
}

.ds-glass-panel {
    background: var(--ds-panel);
    border-radius: 1.25rem;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.35);
}

/*
|--------------------------------------------------------------------------
| Login
|--------------------------------------------------------------------------
*/

.ds-login-section {
    min-height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    padding: 2rem 0;
}

.ds-login-card {
    width: min(100%, 440px);
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgba(23, 16, 11, 0.9), rgba(10, 7, 5, 0.72));
    border: 1px solid var(--ds-border);
    box-shadow:
        0 2rem 5rem rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
}

.ds-login-logo {
    display: block;
    width: min(100%, 210px);
    height: auto;
    margin: 0 auto 1.25rem;
    filter:
        drop-shadow(0 0.8rem 1.6rem rgba(0, 0, 0, 0.65))
        drop-shadow(0 0 1.2rem rgba(216, 169, 74, 0.18));
}

.ds-muted {
    color: var(--ds-muted);
}

.ds-input {
    color: var(--ds-text);
    background: rgba(255, 247, 234, 0.08);
    border: 1px solid rgba(255, 247, 234, 0.16);
}

.ds-input:focus {
    color: var(--ds-text);
    background: rgba(255, 247, 234, 0.11);
    border-color: var(--ds-gold);
    box-shadow: 0 0 0 0.25rem rgba(216, 169, 74, 0.18);
}

.ds-input::placeholder {
    color: rgba(255, 247, 234, 0.38);
}

.ds-login-help {
    color: rgba(255, 247, 234, 0.46);
    font-size: 0.86rem;
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| TV view
|--------------------------------------------------------------------------
*/

.ds-tv-body {
    margin: 0;
    color: var(--ds-text);
    background: #050403;
    overflow: hidden;
}

.ds-tv-page {
    min-height: 100vh;
    position: relative;
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.46) 42%,
            rgba(0, 0, 0, 0.76) 100%
        ),
        url("img/bg-desktop.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: dsTvBackgroundMove 36s ease-in-out infinite alternate;
}

.ds-tv-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 15%, rgba(216, 169, 74, 0.16), transparent 28%),
        radial-gradient(circle at 78% 30%, rgba(183, 28, 28, 0.12), transparent 26%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.82));
}

@keyframes dsTvBackgroundMove {
    from {
        background-position: center center;
    }
    to {
        background-position: calc(50% + 45px) calc(50% + 25px);
    }
}

.ds-tv-content {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 4.5rem);
    padding: clamp(1rem, 2vw, 2rem);
}

.ds-tv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

.ds-tv-kicker {
    color: var(--ds-gold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 900;
    font-size: clamp(0.8rem, 1vw, 1rem);
}

.ds-tv-header h1 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 5.8rem);
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: -0.06em;
    text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.8);
}

.ds-tv-logo-img {
    width: clamp(7rem, 12vw, 14rem);
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.75))
        drop-shadow(0 0 2rem rgba(216, 169, 74, 0.24));
    animation: dsTvLogoTilt 6s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes dsTvLogoTilt {
    0%, 100% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(2deg);
    }
}

.ds-tv-grid,
.ds-tv-grid-salon {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: clamp(0.8rem, 1.5vw, 1.4rem);
}

.ds-tv-card {
    padding: clamp(1rem, 2vw, 1.8rem);
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgba(23, 16, 11, 0.86), rgba(8, 6, 4, 0.64));
    border: 1px solid var(--ds-border);
    box-shadow:
        0 1.5rem 4rem rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.ds-tv-card h2 {
    font-size: clamp(1.4rem, 2vw, 2.2rem);
    font-weight: 900;
    margin-bottom: 1rem;
}

.ds-tv-main-stat {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.ds-tv-label {
    letter-spacing: 0.14em;
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
}

.ds-tv-sub {
    color: var(--ds-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.75rem);
    font-weight: 700;
}

.ds-tv-empty-moment {
    background:
        radial-gradient(circle at 20% 20%, rgba(216, 169, 74, 0.11), transparent 34%),
        linear-gradient(145deg, rgba(23, 16, 11, 0.82), rgba(8, 6, 4, 0.66));
}

.ds-tv-empty-title,
.ds-tv-moment-title,
.ds-tv-challenge-title {
    font-size: clamp(2.4rem, 4.5vw, 5.4rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.06em;
    margin: 0.8rem 0;
}

.ds-tv-empty-title {
    color: rgba(255, 247, 234, 0.72);
}

.ds-tv-event-card {
    min-height: 13rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ds-tv-event-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.9;
    background:
        radial-gradient(circle at 88% 18%, rgba(216, 169, 74, 0.24), transparent 28%),
        linear-gradient(135deg, rgba(255, 247, 234, 0.05), transparent 48%);
}

.ds-tv-event-top,
.ds-tv-event-bottom {
    position: relative;
    z-index: 1;
}

.ds-tv-event-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.ds-tv-event-player {
    margin-top: 0.55rem;
    font-size: clamp(2rem, 3.5vw, 4rem);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.ds-tv-event-score {
    flex: 0 0 auto;
    min-width: clamp(5.2rem, 8vw, 8.5rem);
    min-height: clamp(5.2rem, 8vw, 8.5rem);
    display: grid;
    place-items: center;
    border-radius: 1.35rem;
    color: #17100b;
    background: var(--ds-gold);
    box-shadow:
        0 1rem 2.5rem rgba(0, 0, 0, 0.38),
        0 0 2rem rgba(216, 169, 74, 0.26);
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.08em;
}

.ds-tv-event-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.ds-tv-event-bottom span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    color: rgba(255, 247, 234, 0.78);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 247, 234, 0.09);
    font-size: clamp(0.85rem, 1.05vw, 1rem);
    font-weight: 750;
}

.ds-tv-list {
    display: grid;
    gap: 0.7rem;
}

.ds-tv-list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 247, 234, 0.08);
    border: 1px solid rgba(255, 247, 234, 0.08);
    font-size: clamp(1rem, 1.6vw, 1.45rem);
    font-weight: 700;
}

.ds-tv-list-row strong {
    color: var(--ds-gold);
    font-size: 1.25em;
}

.ds-tv-note {
    color: rgba(255, 247, 234, 0.52);
    font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    line-height: 1.4;
}

.ds-tv-challenge-card {
    min-height: 13rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(216, 169, 74, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(23, 16, 11, 0.9), rgba(8, 6, 4, 0.68));
}

.ds-tv-challenge-players {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.ds-tv-challenge-player {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    color: var(--ds-text);
    background: rgba(216, 169, 74, 0.16);
    border: 1px solid rgba(216, 169, 74, 0.28);
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    font-weight: 850;
}

.ds-tv-challenge-player i {
    color: var(--ds-gold);
}

.ds-tv-challenge-player-empty {
    border-radius: 1rem;
    color: rgba(255, 247, 234, 0.62);
    background: rgba(255, 247, 234, 0.07);
    border: 1px dashed rgba(255, 247, 234, 0.18);
}

.ds-tv-ticker {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0.85rem 0;
    background: rgba(5, 4, 3, 0.82);
    border-top: 1px solid var(--ds-border);
    backdrop-filter: blur(10px);
    color: var(--ds-text);
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    font-weight: 800;
    white-space: nowrap;
}

.ds-tv-ticker span {
    display: inline-block;
    padding-left: 100%;
    animation: dsTvTicker 34s linear infinite;
}

@keyframes dsTvTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 1199.98px) {
    .ds-tv-grid,
    .ds-tv-grid-salon {
        grid-template-columns: 1fr 1fr;
    }

    .ds-tv-main-stat {
        grid-column: span 2;
        grid-row: auto;
    }
}

@media (max-width: 991.98px) {
    .ds-side-panel {
        justify-content: flex-start;
    }

    .ds-score-preview {
        max-width: none;
    }

    .ds-navbar-centered {
        min-height: 5.2rem;
        position: relative;
    }

    .ds-navbar-centered > .container {
        min-height: 5.2rem;
    }

    .ds-navbar-logo-center {
        top: 0.15rem;
        z-index: 30;
        pointer-events: auto;
    }

    .ds-navbar-logo-img {
        height: 4.8rem;
        margin-top: 0;
    }

    .ds-navbar-centered .navbar-toggler {
        position: relative;
        z-index: 40;
        margin-left: auto;
    }

    .ds-navbar-centered .navbar-collapse {
        position: absolute;
        top: 5.2rem;
        left: 0.75rem;
        right: 0.75rem;
        z-index: 25;
        width: auto;
        padding-top: 0;
    }

    .ds-navbar-centered .navbar-collapse.show,
    .ds-navbar-centered .navbar-collapse.collapsing {
        display: block;
    }

    .ds-navbar-centered .navbar-nav {
        padding: 1rem;
        border-radius: 1.25rem;
        background: rgba(10, 7, 5, 0.94);
        border: 1px solid var(--ds-border);
        backdrop-filter: blur(14px);
        box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.58);
    }

    .ds-navbar-centered .navbar-nav .nav-link {
        padding: 0.8rem 0.9rem;
        font-size: 1.05rem;
    }

    .ds-navbar-centered .navbar-nav .btn {
        width: 100%;
        margin-top: 0.35rem;
    }
}

@media (max-width: 767.98px) {
    .ds-page {
        background-image:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.48) 0%,
                rgba(0, 0, 0, 0.62) 42%,
                rgba(0, 0, 0, 0.88) 100%
            ),
            url("img/bg-mobile.png");
        background-position: center center;
        background-attachment: scroll;
    }

    .ds-navbar {
        background: rgba(10, 7, 5, 0.84);
    }

    .ds-hero {
        align-items: flex-end;
        min-height: calc(100vh - 64px);
        padding: 2rem 0;
    }

    .ds-hero-card {
        border-radius: 1.25rem;
        padding: 1.35rem;
    }

    .ds-title br {
        display: none;
    }

    .ds-actions {
        display: grid;
    }

    .ds-actions .btn {
        width: 100%;
    }

    .ds-side-panel {
        margin-top: 0.5rem;
    }

    .ds-score-preview {
        padding: 1rem;
        border-radius: 1.25rem;
    }

    .ds-section {
        padding-bottom: 2rem;
    }

    .ds-brand-logo {
        height: 2rem;
    }

    .ds-login-section {
        align-items: end;
        padding-bottom: 1.25rem;
    }

    .ds-login-logo {
        width: min(100%, 180px);
    }

    .ds-tv-body {
        overflow: auto;
    }

    .ds-tv-page {
        background-image:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.5) 0%,
                rgba(0, 0, 0, 0.68) 44%,
                rgba(0, 0, 0, 0.9) 100%
            ),
            url("img/bg-mobile.png");
        animation: none;
    }

    .ds-tv-content {
        padding-bottom: 5rem;
    }

    .ds-tv-header {
        align-items: flex-start;
    }

    .ds-tv-logo-img {
        width: clamp(5rem, 25vw, 8rem);
    }

    .ds-tv-grid,
    .ds-tv-grid-salon {
        grid-template-columns: 1fr;
    }

    .ds-tv-main-stat {
        grid-column: auto;
    }

    .ds-tv-empty-title,
    .ds-tv-moment-title,
    .ds-tv-challenge-title {
        font-size: clamp(2.2rem, 12vw, 4rem);
    }

    .ds-tv-event-top {
        flex-direction: column;
    }

    .ds-tv-event-score {
        min-width: auto;
        min-height: auto;
        padding: 0.6rem 1rem;
        border-radius: 1rem;
    }

    .ds-tv-challenge-players {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/*
|--------------------------------------------------------------------------
| TV section headers + scoreboard rows
|--------------------------------------------------------------------------
*/

.ds-tv-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.ds-tv-section-head span {
    display: block;
    color: var(--ds-gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 950;
    margin-bottom: 0.25rem;
}

.ds-tv-section-head h2 {
    margin: 0;
    color: var(--ds-text);
    font-size: clamp(1.65rem, 2.4vw, 2.8rem);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.ds-tv-section-head i {
    width: 3.1rem;
    height: 3.1rem;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    color: #17100b;
    background: var(--ds-gold);
    font-size: 1.45rem;
    box-shadow: 0 0 1.6rem rgba(216, 169, 74, 0.22);
}

.ds-tv-scoreboard {
    display: grid;
    gap: 0.65rem;
}

.ds-tv-score-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem 0.85rem;
    border-radius: 1rem;
    background:
        linear-gradient(
            90deg,
            rgba(255, 247, 234, 0.09),
            rgba(255, 247, 234, 0.045)
        );
    border: 1px solid rgba(255, 247, 234, 0.085);
}

.ds-tv-score-row:first-child {
    background:
        linear-gradient(
            90deg,
            rgba(216, 169, 74, 0.22),
            rgba(255, 247, 234, 0.055)
        );
    border-color: rgba(216, 169, 74, 0.28);
}

.ds-tv-rank {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 0.75rem;
    color: var(--ds-gold);
    background: rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(216, 169, 74, 0.2);
    font-weight: 950;
    font-size: 0.9rem;
}

.ds-tv-score-name {
    min-width: 0;
    color: var(--ds-text);
    font-size: clamp(1rem, 1.45vw, 1.35rem);
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-tv-score-value {
    color: var(--ds-gold);
    font-size: clamp(1.45rem, 2.2vw, 2.45rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
}
/*
|--------------------------------------------------------------------------
| NFC menu
|--------------------------------------------------------------------------
*/

.ds-nfc-card {
    width: min(100%, 520px);
}

.ds-nfc-action-btn {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.25rem;
}

.ds-nfc-action-btn i {
    font-size: 1.55rem;
}


/*
|--------------------------------------------------------------------------
| Profielpagina
|--------------------------------------------------------------------------
*/

.ds-profile-page {
    position: relative;
    z-index: 1;
    padding-top: 7rem !important;
}

.ds-profile-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.5rem;
    background:
        linear-gradient(
            145deg,
            rgba(23, 16, 11, 0.88),
            rgba(10, 7, 5, 0.72)
        );
    border: 1px solid var(--ds-border);
    box-shadow:
        0 1.5rem 4rem rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
}

.ds-profile-photo-wrap {
    display: flex;
    justify-content: center;
}

.ds-profile-photo,
.ds-profile-photo-placeholder {
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    border: 3px solid rgba(216, 169, 74, 0.45);
    box-shadow:
        0 1rem 2.5rem rgba(0, 0, 0, 0.45),
        0 0 2rem rgba(216, 169, 74, 0.16);
}

.ds-profile-photo {
    object-fit: cover;
    background: rgba(0, 0, 0, 0.3);
}

.ds-profile-photo-placeholder {
    display: grid;
    place-items: center;
    color: #17100b;
    background: var(--ds-gold);
    font-size: 5rem;
}

.ds-profile-logo {
    max-width: 12rem;
    max-height: 7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0.8rem 1.5rem rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 1rem rgba(216, 169, 74, 0.14));
}

.ds-profile-music {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    color: var(--ds-text);
    background: rgba(216, 169, 74, 0.14);
    border: 1px solid rgba(216, 169, 74, 0.22);
    font-weight: 750;
}

@media (max-width: 767.98px) {
    .ds-profile-page {
        padding-top: 2rem !important;
    }

    .ds-profile-photo,
    .ds-profile-photo-placeholder {
        width: 8.5rem;
        height: 8.5rem;
    }

    .ds-profile-photo-placeholder {
        font-size: 4rem;
    }
}

/*
|--------------------------------------------------------------------------
| Formulieren donker thema fix
|--------------------------------------------------------------------------
*/

.ds-input,
.form-control.ds-input,
.form-select.ds-input {
    color: var(--ds-text) !important;
    background-color: rgba(255, 247, 234, 0.10) !important;
    border-color: rgba(255, 247, 234, 0.22) !important;
}

.ds-input:focus,
.form-control.ds-input:focus,
.form-select.ds-input:focus {
    color: var(--ds-text) !important;
    background-color: rgba(255, 247, 234, 0.14) !important;
    border-color: var(--ds-gold) !important;
    box-shadow: 0 0 0 0.25rem rgba(216, 169, 74, 0.18) !important;
}

.ds-input::placeholder,
.form-control.ds-input::placeholder {
    color: rgba(255, 247, 234, 0.48) !important;
}

.ds-input:disabled,
.ds-input[readonly],
.form-control.ds-input:disabled,
.form-control.ds-input[readonly] {
    color: rgba(255, 247, 234, 0.72) !important;
    background-color: rgba(255, 247, 234, 0.06) !important;
    border-color: rgba(255, 247, 234, 0.14) !important;
    opacity: 1 !important;
}

input[type="file"].ds-input::file-selector-button {
    color: #17100b;
    background-color: var(--ds-gold);
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
    margin: -0.5rem 1rem -0.5rem -0.75rem;
    padding: 0.75rem 1rem;
    font-weight: 800;
}

input[type="file"].ds-input:hover::file-selector-button {
    background-color: #e8bd62;
}

.ds-nav-link.active {
    color: var(--ds-gold) !important;
}

/*
|--------------------------------------------------------------------------
| Desktop icon-only nav, mobile icon + text
|--------------------------------------------------------------------------
*/

.ds-icon-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.ds-icon-nav-link i {
    font-size: 1.15rem;
    line-height: 1;
}

@media (min-width: 992px) {
    .ds-icon-nav-link {
        width: 2.45rem;
        height: 2.45rem;
        justify-content: center;
        padding: 0 !important;
        border-radius: 999px;
        background: rgba(255, 247, 234, 0.06);
        border: 1px solid rgba(255, 247, 234, 0.08);
    }

    .ds-icon-nav-link span {
        display: none;
    }

    .ds-icon-nav-link:hover,
    .ds-icon-nav-link:focus,
    .ds-icon-nav-link.active {
        color: #17100b !important;
        background: var(--ds-gold);
        border-color: var(--ds-gold);
    }
}

@media (max-width: 991.98px) {
    .ds-icon-nav-link {
        width: 100%;
        padding: 0.8rem 0.9rem;
    }

    .ds-icon-nav-link span {
        display: inline;
    }
}

/*
|--------------------------------------------------------------------------
| Admin beheer
|--------------------------------------------------------------------------
*/

.ds-admin-page {
    position: relative;
    z-index: 1;
    padding-top: 7rem !important;
}

.ds-admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ds-admin-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
    margin: 0;
}

.ds-admin-table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 247, 234, 0.04);
    --bs-table-hover-bg: rgba(216, 169, 74, 0.10);
    --bs-table-border-color: rgba(255, 247, 234, 0.10);
}

.ds-admin-table th {
    color: var(--ds-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 900;
}

.ds-admin-table td {
    color: var(--ds-text);
}

.ds-role-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.ds-role-option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 247, 234, 0.07);
    border: 1px solid rgba(255, 247, 234, 0.10);
    cursor: pointer;
}

.ds-role-option:hover {
    background: rgba(216, 169, 74, 0.12);
    border-color: rgba(216, 169, 74, 0.25);
}

.ds-role-option input {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--ds-gold);
}

.ds-role-option span {
    font-weight: 750;
}

@media (max-width: 767.98px) {
    .ds-admin-page {
        padding-top: 2rem !important;
    }

    .ds-admin-header {
        align-items: stretch;
        flex-direction: column;
    }

    .ds-admin-header .btn {
        width: 100%;
    }
}

/*
|--------------------------------------------------------------------------
| Selectbox leesbaarheid fix
|--------------------------------------------------------------------------
*/

.form-select.ds-input,
select.ds-input {
    color: var(--ds-text) !important;
    background-color: rgba(23, 16, 11, 0.96) !important;
    border-color: rgba(255, 247, 234, 0.22) !important;
}

.form-select.ds-input:focus,
select.ds-input:focus {
    color: var(--ds-text) !important;
    background-color: rgba(23, 16, 11, 0.98) !important;
    border-color: var(--ds-gold) !important;
    box-shadow: 0 0 0 0.25rem rgba(216, 169, 74, 0.18) !important;
}

.form-select.ds-input option,
select.ds-input option {
    color: #17100b !important;
    background-color: #fff7ea !important;
}

.form-select.ds-input option:checked,
select.ds-input option:checked {
    color: #17100b !important;
    background-color: #d8a94a !important;
}

/*
|--------------------------------------------------------------------------
| Profiel statistieken onder elkaar
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Profiel statistieken onder elkaar, maar tekstbreedte
|--------------------------------------------------------------------------
*/

.ds-profile-stat-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.ds-profile-stat-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    color: var(--ds-text);
    background: rgba(216, 169, 74, 0.14);
    border: 1px solid rgba(216, 169, 74, 0.22);
    font-weight: 750;
    text-align: center;
}

.ds-profile-stat-item i {
    flex: 0 0 auto;
    color: var(--ds-gold);
}

.ds-profile-stat-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

/*
|--------------------------------------------------------------------------
| Index live overzicht
|--------------------------------------------------------------------------
*/

.ds-live-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.5rem;
    background:
        linear-gradient(
            145deg,
            rgba(23, 16, 11, 0.88),
            rgba(10, 7, 5, 0.72)
        );
    border: 1px solid var(--ds-border);
    box-shadow:
        0 1.5rem 4rem rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
}

.ds-live-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ds-live-card-head h2 {
    margin: 0;
    color: var(--ds-text);
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.ds-live-card-head > i {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    color: #17100b;
    background: var(--ds-gold);
    font-size: 1.35rem;
}

.ds-live-list {
    display: grid;
    gap: 0.75rem;
}

.ds-live-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 247, 234, 0.07);
    border: 1px solid rgba(255, 247, 234, 0.10);
}

.ds-live-row span,
.ds-live-row small {
    display: block;
    color: rgba(255, 247, 234, 0.58);
}

.ds-live-row span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 900;
    margin-bottom: 0.2rem;
}

.ds-live-row strong {
    display: block;
    color: var(--ds-text);
    font-size: 1.1rem;
    font-weight: 850;
}

.ds-live-row small {
    font-size: 0.9rem;
    margin-top: 0.15rem;
}

.ds-live-value {
    color: var(--ds-gold);
    font-size: 2rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.ds-mini-ranking {
    display: grid;
    gap: 0.55rem;
}

.ds-mini-ranking-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.85rem;
    background: rgba(255, 247, 234, 0.06);
    border: 1px solid rgba(255, 247, 234, 0.08);
}

.ds-mini-ranking-row span {
    color: var(--ds-gold);
    font-weight: 950;
    font-size: 0.9rem;
}

.ds-mini-ranking-row strong {
    color: var(--ds-text);
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-mini-ranking-row em {
    color: var(--ds-gold);
    font-style: normal;
    font-size: 1.35rem;
    font-weight: 950;
}

.ds-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 247, 234, 0.68);
    font-weight: 650;
}

/*
|--------------------------------------------------------------------------
| Statische landingspagina
|--------------------------------------------------------------------------
*/

.ds-landing-hero {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.ds-landing-hero .ds-hero-text {
    max-width: 46rem;
}

.ds-landing-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.ds-landing-points > div {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    color: var(--ds-text);
    background: rgba(255, 247, 234, 0.08);
    border: 1px solid rgba(216, 169, 74, 0.18);
    font-weight: 750;
}

.ds-landing-points i {
    color: var(--ds-gold);
}

@media (max-width: 767.98px) {
    .ds-landing-hero {
        min-height: auto;
        padding-top: 4rem;
    }
}

/*
|--------------------------------------------------------------------------
| Darter dashboard
|--------------------------------------------------------------------------
*/

.ds-dashboard-page {
    position: relative;
    z-index: 1;
    padding-top: 7rem !important;
}

.ds-dashboard-profile-card,
.ds-dashboard-welcome-card,
.ds-dashboard-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.5rem;
    background:
        linear-gradient(
            145deg,
            rgba(23, 16, 11, 0.88),
            rgba(10, 7, 5, 0.72)
        );
    border: 1px solid var(--ds-border);
    box-shadow:
        0 1.5rem 4rem rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
}

.ds-dashboard-name {
    color: var(--ds-text);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
    margin: 0;
}

.ds-dashboard-welcome-card {
    height: 100%;
}

.ds-dashboard-welcome-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.ds-dashboard-welcome-top h2 {
    color: var(--ds-text);
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: -0.06em;
    margin: 0 0 0.75rem;
}

.ds-dashboard-welcome-top p {
    max-width: 44rem;
    color: rgba(255, 247, 234, 0.72);
    font-size: 1.08rem;
    margin: 0;
}

.ds-dashboard-badge,
.ds-dashboard-card-head > i {
    width: 3.2rem;
    height: 3.2rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 1rem;
    color: #17100b;
    background: var(--ds-gold);
    font-size: 1.45rem;
    box-shadow: 0 0 1.6rem rgba(216, 169, 74, 0.22);
}

.ds-dashboard-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.ds-dashboard-stat {
    padding: 1rem;
    border-radius: 1.15rem;
    background: rgba(255, 247, 234, 0.07);
    border: 1px solid rgba(255, 247, 234, 0.10);
}

.ds-dashboard-stat span,
.ds-dashboard-card-head span {
    display: block;
    color: var(--ds-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 950;
    margin-bottom: 0.35rem;
}

.ds-dashboard-stat strong {
    display: block;
    color: var(--ds-text);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.ds-dashboard-stat small {
    display: block;
    color: rgba(255, 247, 234, 0.55);
    font-weight: 650;
    margin-top: 0.35rem;
}

.ds-dashboard-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ds-dashboard-card-head h3 {
    color: var(--ds-text);
    font-size: clamp(1.45rem, 2vw, 2.2rem);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin: 0;
}

.ds-dashboard-challenge-title {
    color: var(--ds-text);
    font-size: clamp(1.55rem, 2.4vw, 2.5rem);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.045em;
    margin-bottom: 0.75rem;
}

.ds-dashboard-challenge-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.ds-dashboard-challenge-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    color: var(--ds-text);
    background: rgba(216, 169, 74, 0.14);
    border: 1px solid rgba(216, 169, 74, 0.22);
    font-weight: 800;
}

.ds-dashboard-challenge-meta span.is-done {
    color: #17100b;
    background: var(--ds-gold);
}

.ds-dashboard-activity-list {
    display: grid;
    gap: 0.75rem;
}

.ds-dashboard-activity {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background: rgba(255, 247, 234, 0.065);
    border: 1px solid rgba(255, 247, 234, 0.09);
}

.ds-dashboard-activity > i {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 0.75rem;
    color: var(--ds-gold);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(216, 169, 74, 0.18);
}

.ds-dashboard-activity strong {
    display: block;
    color: var(--ds-text);
    font-weight: 850;
}

.ds-dashboard-activity span {
    display: block;
    color: rgba(255, 247, 234, 0.58);
    font-size: 0.92rem;
    font-weight: 650;
}

.ds-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ds-dashboard-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (max-width: 1199.98px) {
    .ds-dashboard-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ds-dashboard-page {
        padding-top: 2rem !important;
    }

    .ds-dashboard-welcome-top {
        flex-direction: column;
    }

    .ds-dashboard-stat-grid {
        grid-template-columns: 1fr;
    }

    .ds-dashboard-actions {
        display: grid;
    }

    .ds-dashboard-actions .btn {
        width: 100%;
    }
}

/*
|--------------------------------------------------------------------------
| Dashboard welkom-kaart compacter
|--------------------------------------------------------------------------
*/

.ds-dashboard-welcome-card {
    height: auto !important;
}

.ds-dashboard-welcome-top {
    margin-bottom: 1.1rem;
}

.ds-dashboard-welcome-top h2 {
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    margin-bottom: 0.55rem;
}

.ds-dashboard-welcome-top p {
    font-size: 1rem;
}

.ds-dashboard-stat-grid {
    margin-top: 0;
}

/*
|--------------------------------------------------------------------------
| NFC menu compacter
|--------------------------------------------------------------------------
*/

.ds-nfc-section {
    min-height: auto !important;
    align-items: flex-start !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.ds-nfc-card {
    margin-top: 0 !important;
}

.ds-nfc-action-btn {
    min-height: 4.2rem;
    font-size: 1.1rem;
}

/*
|--------------------------------------------------------------------------
| Admin registraties
|--------------------------------------------------------------------------
*/

.ds-admin-page {
    position: relative;
    z-index: 1;
    padding-top: 7rem !important;
}

.ds-admin-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.ds-admin-header h1 {
    margin: 0;
    color: var(--ds-text);
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.ds-card {
    padding: clamp(1.1rem, 2.5vw, 1.75rem);
    border-radius: 1.35rem;
    background:
        linear-gradient(
            145deg,
            rgba(23, 16, 11, 0.88),
            rgba(10, 7, 5, 0.72)
        );
    border: 1px solid var(--ds-border);
    box-shadow:
        0 1.25rem 3rem rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
}

.ds-admin-table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 247, 234, 0.04);
    --bs-table-hover-bg: rgba(216, 169, 74, 0.08);
    border-color: rgba(255, 247, 234, 0.1);
}

.ds-admin-table th {
    color: var(--ds-gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 950;
    border-color: rgba(255, 247, 234, 0.12);
}

.ds-admin-table td {
    color: var(--ds-text);
    border-color: rgba(255, 247, 234, 0.08);
}

.ds-admin-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    color: var(--ds-text);
    background: rgba(216, 169, 74, 0.13);
    border: 1px solid rgba(216, 169, 74, 0.22);
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.ds-admin-pill i {
    color: var(--ds-gold);
}

.pagination .page-link {
    color: var(--ds-text);
    background: rgba(255, 247, 234, 0.07);
    border-color: rgba(255, 247, 234, 0.12);
}

.pagination .page-item.active .page-link {
    color: #17100b;
    background: var(--ds-gold);
    border-color: var(--ds-gold);
}

@media (max-width: 767.98px) {
    .ds-admin-page {
        padding-top: 2rem !important;
    }

    .ds-admin-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*
|--------------------------------------------------------------------------
| Screensaver
|--------------------------------------------------------------------------
*/

.ds-screensaver-body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000;
    width: 100vw;
    height: 100vh;
}

.ds-screensaver {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.ds-screensaver-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.ds-screensaver-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at center,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.12) 55%,
            rgba(0, 0, 0, 0.35) 100%
        );
}
