/* JudgeMe custom styles — mobile-first, large touch targets */

.touch-btn,
.score-input,
.form-control-lg,
.form-select-lg,
.list-group-item-lg {
    min-height: 44px;
}

.score-item-card {
    border-left: 4px solid var(--bs-primary);
}

.save-feedback {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.participant-photo,
.participant-photo-placeholder {
    height: 150px;
    object-fit: cover;
}

.participant-photo-placeholder {
    min-height: 150px;
}

.photo-import-review-photo {
    height: 200px;
    object-fit: cover;
}

.participant-edit-photo {
    height: 180px;
    object-fit: contain;
}

.participant-edit-photo {
    max-height: 280px;
    width: auto;
    object-fit: contain;
}

.participant-hero-photo {
    max-height: 400px;
    object-fit: cover;
}

.jury-list-photo {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.jury-wagon-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    align-items: center;
}

.jury-wagon-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.jury-wagon-legend-swatch {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.175));
    border-radius: 0.2rem;
    flex-shrink: 0;
}

.jury-wagon-legend-swatch-complete {
    background-color: color-mix(in srgb, var(--bs-success) 18%, var(--bs-body-bg, #fff));
}

.jury-wagon-legend-swatch-incomplete {
    background-color: color-mix(in srgb, var(--bs-danger) 18%, var(--bs-body-bg, #fff));
}

.jury-wagon-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.jury-wagon-list .list-group-item {
    border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.175));
    border-radius: var(--bs-border-radius, 0.375rem);
}

.jury-wagon-list .list-group-item-action.jury-wagon-complete,
.jury-wagon-list .list-group-item-action.jury-wagon-complete:hover,
.jury-wagon-list .list-group-item-action.jury-wagon-complete:focus {
    background-color: color-mix(in srgb, var(--bs-success) 18%, var(--bs-body-bg, #fff));
}

.jury-wagon-list .list-group-item-action.jury-wagon-incomplete,
.jury-wagon-list .list-group-item-action.jury-wagon-incomplete:hover,
.jury-wagon-list .list-group-item-action.jury-wagon-incomplete:focus {
    background-color: color-mix(in srgb, var(--bs-danger) 18%, var(--bs-body-bg, #fff));
}

.jury-wagon-score {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin-top: 0.15rem;
}

.jury-wagon-score-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.35rem;
}

.jury-wagon-score-figuratie .jury-wagon-score-total {
    color: var(--bs-body-color);
}

.jury-wagon-score-total {
    font-weight: 600;
    color: var(--bs-body-color);
}

.jury-wagon-score-complete .jury-wagon-score-total {
    color: var(--bs-success);
}

.jury-wagon-score-partial .jury-wagon-score-total {
    color: var(--bs-warning-text-emphasis, #664d03);
}

.jury-wagon-score-incomplete {
    font-size: 0.85em;
    color: var(--bs-warning-text-emphasis, #664d03);
}

.jury-wagon-item-scores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.3;
}

.jury-wagon-item-score {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    white-space: nowrap;
}

.jury-wagon-item-score-name {
    color: var(--bs-secondary-color);
}

.jury-wagon-item-score-value {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.jury-wagon-item-score-missing .jury-wagon-item-score-value {
    color: var(--bs-danger);
    font-weight: 500;
}

.jury-list-photo-placeholder {
    width: 72px;
    height: 72px;
}

/* Jury score page */
.jury-score-page {
    max-width: 1100px;
    margin: 0 auto;
}

.jury-category-intro-card {
    max-width: 32rem;
}

.jury-header-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}

.jury-category-label {
    font-size: 0.95rem;
    margin: 0;
}

.jury-category-prefix {
    color: var(--jm-accent, #f07820);
    font-weight: 600;
}

.jury-category-label strong {
    color: var(--jm-primary, var(--bs-primary));
    font-weight: 600;
}

.jury-category-section-header {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 700;
}

.jury-back-link {
    font-size: 0.85rem;
    color: var(--bs-secondary);
    text-decoration: none;
}

.jury-hero-photo {
    display: block;
    width: 100%;
    max-height: 45vh;
    object-fit: contain;
    object-position: center top;
}

.jury-hero-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background: var(--bs-light);
}

@media (min-width: 768px) {
    .jury-score-photo-col {
        position: sticky;
        top: 1rem;
        align-self: flex-start;
    }

    .jury-hero-photo {
        max-height: calc(100vh - 10rem);
    }
}

.jury-phase-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bs-secondary);
    padding: 0.5rem 0 0.2rem;
}

.jury-score-list {
    border-top: 1px solid var(--bs-border-color);
}

.jury-nav-actions {
    padding-bottom: 0.5rem;
}

.jury-row {
    padding: 0.45rem 0;
    border-bottom: 1px solid var(--jm-border, #dee2e6);
    transition: background-color 0.2s ease;
}

.jury-item-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.jury-item-name {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jury-row-readonly {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jury-row-readonly-score {
    font-weight: 600;
    font-size: 1.05rem;
}

.jury-row.is-saved {
    background: transparent;
}

.jury-row-input {
    background-color: #fff;
    border: 1px solid var(--jm-border, #dee2e6);
    border-radius: 0.25rem;
}

.jury-row-input.jury-score-over-max,
.jury-row-input.jury-score-under-min {
    color: #dc3545;
    border-color: #dc3545;
    font-weight: 700;
}

.jury-score-error,
.jury-score-max-error,
.jury-score-min-error {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}

.jury-save-btn {
    background-color: var(--jm-accent, var(--bs-primary));
    border-color: var(--jm-accent, var(--bs-primary));
}

.jury-save-btn:hover,
.jury-save-btn:focus {
    filter: brightness(0.92);
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

/* Public live dashboard */
.public-dashboard {
    max-width: 1100px;
    margin: 0 auto;
}

.dashboard-hero {
    background: var(--jm-hero-gradient);
    color: #fff;
    padding: 1.5rem 1.25rem;
}

.dashboard-hero-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
    margin: 0;
}

.dashboard-hero-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.dashboard-badge-live {
    background: var(--jm-accent);
    color: var(--jm-accent-text);
}

.dashboard-edition-picker .form-select {
    min-width: 8rem;
    background-color: rgba(255, 255, 255, 0.95);
}

.dashboard-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0.75rem;
}

.dashboard-stat-col {
    min-width: 0;
    width: 100%;
}

.stat-card {
    background: var(--jm-surface);
    border: 1px solid var(--jm-border);
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: center;
    box-shadow: var(--jm-card-shadow);
    height: 100%;
}

.stat-card-selectable {
    cursor: pointer;
    font: inherit;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.stat-card-selectable:focus-visible {
    outline: 2px solid var(--jm-primary, #1a3352);
    outline-offset: 2px;
}

.stat-card-active {
    border-color: var(--jm-primary, #1a3352);
    box-shadow: 0 0 0 2px var(--jm-primary, #1a3352);
}

.category-results-panel.is-hidden {
    display: none;
}

.stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--jm-score-color);
    line-height: 1.1;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--jm-muted);
    margin-top: 0.25rem;
}

.dashboard-panel {
    background: var(--jm-surface);
    border: 1px solid var(--jm-border);
    border-radius: 0.75rem;
    padding: 1rem 1.1rem;
    box-shadow: var(--jm-card-shadow);
}

.dashboard-panel-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--jm-border);
}

.public-dashboard .stat-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
}

button.stat-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.public-dashboard .stat-value {
    flex: 1;
    padding: 1rem 1rem 0.75rem;
}

.public-dashboard .stat-label {
    background: var(--jm-primary, #1a3352);
    color: #fff;
    margin: 0;
    padding: 0.45rem 0.5rem;
    flex-shrink: 0;
    align-self: stretch;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    line-height: 1.25;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-wrap: anywhere;
}

.public-dashboard .dashboard-panel-title {
    background: var(--jm-primary, #1a3352);
    color: #fff;
    border-bottom: none;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}

.public-dashboard .figuratie-results-panel .dashboard-panel-title {
    background: var(--jm-accent, #f07820);
    color: var(--jm-accent-text, #fff);
}

.dashboard-category-header {
    background: var(--jm-primary, #1a3352);
    color: #fff;
    border-bottom: none;
}

.dashboard-figuratie-header {
    background: var(--jm-accent, #f07820);
    color: var(--jm-accent-text, #fff);
    border-bottom: none;
}

.dashboard-figuratie-header-sub {
    font-size: 0.875em;
    font-weight: 400;
    opacity: 0.9;
}

.dashboard-category-table thead th {
    vertical-align: bottom;
}

.dashboard-category-table thead th.small {
    font-size: 0.75rem;
    line-height: 1.2;
}

.dashboard-item-name {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 500;
}

th.dashboard-item-name {
    font-size: 1rem;
    font-weight: 600;
}

.dashboard-category-table thead th.dashboard-item-name {
    min-width: 4.5rem;
}

.dashboard-score-incomplete {
    color: #dc3545 !important;
    font-weight: 600;
}

.dashboard-total-score {
    font-weight: 700;
}

.dashboard-total-score.dashboard-score-incomplete {
    font-weight: 700;
}

.ranking-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ranking-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.35rem;
    border-bottom: 1px solid var(--jm-border);
}

.ranking-item:last-child {
    border-bottom: none;
}

.ranking-item.rank-1,
.ranking-item.rank-2,
.ranking-item.rank-3 {
    background: var(--jm-ranking-highlight);
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
}

.ranking-pos {
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.ranking-pos-sm {
    width: 1.75rem;
    text-align: center;
    flex-shrink: 0;
}

/* Public dashboard web ranking — equal-width rank column for medals and numbers */
.public-dashboard .ranking-pos-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    min-width: 2.25rem;
    line-height: 1;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.public-dashboard .ranking-pos-sm.public-dashboard-rank-medal {
    font-size: 1.75em;
}

.ranking-info {
    flex: 1;
    min-width: 0;
}

.ranking-name {
    display: block;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.ranking-name:hover {
    color: var(--jm-link-hover);
}

.ranking-meta {
    display: block;
    font-size: 0.75rem;
    color: var(--bs-secondary);
}

.ranking-score {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--jm-score-color);
    flex-shrink: 0;
}

.ranking-items {
    font-size: 0.75rem;
    flex-shrink: 0;
}

.ranking-list-compact .ranking-item {
    padding: 0.4rem 0.25rem;
}

.category-results-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
}

.category-winner-col {
    flex: 0 0 auto;
}

.category-winner-caption {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
    margin: 0 0 0.375rem;
}

.category-ranking-col {
    flex: 1 1 12rem;
    min-width: 0;
}

.category-winner-photo-link {
    flex-shrink: 0;
    line-height: 0;
    display: block;
}

.category-winner-photo {
    max-width: 160px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 576px) {
    .category-results-layout {
        flex-direction: column;
    }

    .category-winner-col {
        align-self: center;
    }

    .category-winner-photo {
        max-width: 120px;
        max-height: 90px;
    }
}

.dashboard-progress {
    height: 0.65rem;
    border-radius: 999px;
}

.progress-row-label {
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.progress-row-label:hover {
    color: var(--jm-link-hover);
}

/* Theme switcher — fixed bottom bar */
.theme-switcher {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    padding: 0.5rem 0.75rem;
    background: var(--jm-switcher-bg);
    border-top: 1px solid var(--jm-border);
    box-shadow: 0 -0.15rem 0.5rem rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
}

.theme-switcher-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--jm-muted);
    margin-right: 0.25rem;
}

.theme-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--jm-text);
    text-decoration: none;
    border: 1px solid var(--jm-border);
    border-radius: 999px;
    background: var(--jm-surface);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.theme-chip:hover {
    border-color: var(--chip-color);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--chip-color) 25%, transparent);
    color: var(--jm-text);
}

.theme-chip.is-active {
    border-color: var(--chip-color);
    background: color-mix(in srgb, var(--chip-color) 12%, var(--jm-surface));
    font-weight: 600;
}

.theme-chip-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: var(--chip-color);
    flex-shrink: 0;
}

body {
    padding-bottom: 3.25rem;
}

/* Drag-and-drop herordenen */
.drag-handle {
    cursor: grab;
    color: var(--jm-muted, #888);
    user-select: none;
}

.drag-handle:active {
    cursor: grabbing;
}

.reorder-ghost {
    opacity: 0.5;
    background: var(--jm-ranking-highlight, rgba(0, 0, 0, 0.05));
}

/* ============================================================
   Varsseveldse Volksfeesten — huisstijl
   ============================================================ */

/* Branding-onderdelen alleen zichtbaar in het varsseveld-thema */
.brand-header,
.brand-footer {
    display: none;
}

.dashboard-hero-optocht {
    display: none;
}

.public-header-banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.dashboard-badge-final {
    background: var(--jm-primary, #1a3352);
    color: #fff;
}

[data-theme="varsseveld"] .brand-header,
[data-theme="varsseveld"] .brand-footer {
    display: block;
}

body[data-theme="varsseveld"] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    background-color: var(--jm-sky-bottom);
    background-image:
        radial-gradient(120% 80% at 85% -15%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, var(--jm-sky-top) 0%, var(--jm-sky-mid) 42%, var(--jm-sky-bottom) 100%);
    background-attachment: fixed;
}

body[data-theme="varsseveld"] > main {
    flex: 1 0 auto;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 45%,
        color-mix(in srgb, var(--jm-sky-mid) 28%, transparent) 78%,
        color-mix(in srgb, var(--jm-sky-bottom) 62%, transparent) 100%
    );
}

body[data-theme="varsseveld"] > .brand-footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* Brand header (jury / deelnemer) */
.brand-header {
    background: linear-gradient(180deg, #23456b 0%, var(--jm-navbar-bg) 100%);
    color: #fff;
    padding: 0.85rem 0;
    margin: -1rem -0.75rem 1.25rem;
    box-shadow: 0 4px 14px rgba(15, 30, 48, 0.22);
    position: relative;
    z-index: 1030;
}

.brand-header-inner {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0.9rem;
}

.brand-header-mark {
    display: block;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
}

.brand-header-logo {
    display: block;
    height: 64px;
    width: auto;
    flex-shrink: 0;
}

.brand-header-text {
    min-width: 0;
}

.brand-header-org {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--jm-accent, #f07820);
    margin: 0;
    line-height: 1.2;
}

.brand-header-title {
    font-family: var(--jm-font-display, inherit);
    font-size: 1.45rem;
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1;
}

.brand-header-sub {
    font-size: 0.82rem;
    opacity: 0.85;
    margin: 0.15rem 0 0;
}

/* Brand footer — letterlijke huisstijl-banner (geen reconstructie) */
.brand-footer {
    margin: 0 calc(-50vw + 50%) 0;
    width: 100vw;
    max-width: 100vw;
    line-height: 0;
    position: relative;
    z-index: 2;
    background: transparent;
}

.brand-footer-banner {
    display: block;
    width: 100%;
    aspect-ratio: var(--jm-footer-aspect, 1024 / 329);
    background-color: var(--jm-primary, #1a3352);
    -webkit-mask-image: var(--jm-footer-mask, url("/static/img/varsseveld/footer-skyline.png"));
    mask-image: var(--jm-footer-mask, url("/static/img/varsseveld/footer-skyline.png"));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .brand-footer-banner {
        -webkit-mask-image: var(--jm-footer-mask-2x, var(--jm-footer-mask, url("/static/img/varsseveld/footer-skyline@2x.png")));
        mask-image: var(--jm-footer-mask-2x, var(--jm-footer-mask, url("/static/img/varsseveld/footer-skyline@2x.png")));
    }
}

.brand-footer-copyright {
    line-height: 1.4;
    text-align: center;
    font-size: 0.75rem;
    color: var(--jm-muted, #4d6b85);
    padding: 0.5rem 1rem 1.25rem;
    margin: 0;
    background: transparent;
    text-shadow: 0 1px 2px color-mix(in srgb, var(--jm-sky-top, #eaf4ff) 65%, transparent);
}

/* Hero — skyline banner with logo/title overlay and page actions */
[data-theme="varsseveld"] .dashboard-hero {
    background: transparent;
    color: var(--jm-text);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.25rem;
    box-shadow: 0 0.6rem 1.7rem rgba(26, 51, 82, 0.14);
    padding: 0;
}

[data-theme="varsseveld"] .public-header-banner {
    position: relative;
    width: 100%;
}

[data-theme="varsseveld"] .public-header-banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.85rem 1.25rem;
    background: transparent;
}

[data-theme="varsseveld"] .dashboard-hero-overlay {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

[data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-page-actions {
    position: absolute;
    bottom: 0.85rem;
    right: 1.25rem;
    margin-bottom: 0;
    z-index: 1;
    flex-direction: column;
    align-items: flex-end;
}

[data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-page-actions .btn {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

[data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-page-actions .btn:hover,
[data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-page-actions .btn:focus {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

[data-theme="varsseveld"] .dashboard-hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    width: 100%;
    background: transparent;
}

[data-theme="varsseveld"] .dashboard-hero-lead {
    flex: 1 1 auto;
    min-width: 0;
}

[data-theme="varsseveld"] .dashboard-brand-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-width: 0;
    margin-bottom: 0.15rem;
}

[data-theme="varsseveld"] .dashboard-brand-logo {
    display: block;
    height: clamp(2.25rem, 6vw, 3rem);
    width: auto;
    flex-shrink: 0;
}

[data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-edition-picker {
    position: absolute;
    top: 0.85rem;
    left: 1.25rem;
    z-index: 1;
    flex-shrink: 0;
    margin: 0;
}

[data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-edition-picker .form-select {
    width: auto;
    min-width: 8rem;
    max-width: min(100%, 12rem);
    font-size: 0.8rem;
    padding: 0.2rem 1.75rem 0.2rem 0.5rem;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    [data-theme="varsseveld"] .public-header-banner-overlay {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    [data-theme="varsseveld"] .dashboard-hero-content {
        flex-direction: column;
        align-items: center;
    }

    [data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-edition-picker .form-select {
        min-width: 7rem;
        max-width: min(calc(100vw - 8rem), 11rem);
        font-size: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    [data-theme="varsseveld"] .public-header-banner-overlay {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        justify-content: flex-end;
    }

    [data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-edition-picker {
        top: 0.65rem;
        left: 0.75rem;
    }

    [data-theme="varsseveld"] .dashboard-hero-overlay .dashboard-page-actions {
        bottom: 0.65rem;
        right: 0.75rem;
    }
}

[data-theme="varsseveld"] .dashboard-hero-optocht {
    display: block;
    font-family: var(--jm-font-display, inherit);
    font-size: clamp(1.5rem, 4.5vw, 2.75rem);
    line-height: 0.95;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0 0 0.15rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

[data-theme="varsseveld"] .dashboard-hero-label {
    color: var(--jm-primary);
    opacity: 0.72;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

[data-theme="varsseveld"] .dashboard-hero-title {
    font-family: var(--jm-font-body, inherit);
    font-size: clamp(1.1rem, 2.8vw, 1.6rem);
    font-weight: 700;
    color: var(--jm-primary);
    margin-bottom: 0.25rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.85);
}

[data-theme="varsseveld"] .dashboard-hero-subtitle {
    font-size: 1rem;
    margin: 0 0 0.6rem;
}

/* Badges */
[data-theme="varsseveld"] .dashboard-badge-live {
    background: var(--jm-accent);
    color: #fff;
    padding: 0.42em 0.9em;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

[data-theme="varsseveld"] .dashboard-badge-final {
    background: var(--jm-primary);
    color: #fff;
    padding: 0.42em 0.9em;
    border-radius: 999px;
    font-weight: 600;
}

[data-theme="varsseveld"] .dashboard-edition-picker .form-select {
    border: 1px solid rgba(26, 51, 82, 0.15);
    border-radius: 0.5rem;
    color: var(--jm-text);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 4px rgba(26, 51, 82, 0.08);
}

/* Statistiek-kaarten */
[data-theme="varsseveld"] .stat-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 1rem rgba(26, 51, 82, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

[data-theme="varsseveld"] .stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--jm-accent), #f7a24d);
}

[data-theme="varsseveld"] .stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.7rem 1.5rem rgba(26, 51, 82, 0.16);
}

[data-theme="varsseveld"] .stat-value {
    color: var(--jm-accent);
    font-family: var(--jm-font-display, inherit);
    font-size: 2.35rem;
    letter-spacing: 0.04em;
}

[data-theme="varsseveld"] .stat-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 0.72rem;
}

/* Panelen */
[data-theme="varsseveld"] .dashboard-panel {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 1rem rgba(26, 51, 82, 0.1);
}

[data-theme="varsseveld"] .dashboard-panel-title {
    color: var(--jm-primary);
    font-family: var(--jm-font-display, inherit);
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    border-bottom: none;
    padding-bottom: 0.55rem;
    margin-bottom: 0.75rem;
    position: relative;
}

[data-theme="varsseveld"] .dashboard-panel-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 3px;
    background: var(--jm-accent);
}

[data-theme="varsseveld"] .public-dashboard .stat-label {
    color: #fff;
}

[data-theme="varsseveld"] .public-dashboard .dashboard-panel-title {
    color: #fff;
}

[data-theme="varsseveld"] .public-dashboard .figuratie-results-panel .dashboard-panel-title {
    background: var(--jm-accent, #f07820);
    color: var(--jm-accent-text, #fff);
}

[data-theme="varsseveld"] .public-dashboard .figuratie-results-panel .dashboard-panel-title::after {
    display: none;
}

/* Ranking */
[data-theme="varsseveld"] .ranking-item.rank-1,
[data-theme="varsseveld"] .ranking-item.rank-2,
[data-theme="varsseveld"] .ranking-item.rank-3 {
    background: linear-gradient(90deg, rgba(240, 120, 32, 0.12), rgba(240, 120, 32, 0) 62%);
    border-left: 4px solid var(--jm-accent);
    padding-left: 0.6rem;
}

[data-theme="varsseveld"] .ranking-score {
    font-family: var(--jm-font-display, inherit);
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    color: var(--jm-accent);
}

[data-theme="varsseveld"] .progress-bar.bg-primary {
    background-color: var(--jm-accent) !important;
}

/* Navbar (admin) */
.navbar-brand-logo {
    display: block;
    height: 44px;
    width: auto;
}

.navbar-brand-org {
    display: none;
}

[data-theme="varsseveld"] .navbar-brand-text {
    display: inline-block;
    font-family: var(--jm-font-display, inherit);
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    color: #fff;
}

.navbar-edition-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.15;
    max-width: 14rem;
    text-align: right;
}

.navbar-edition-caption {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.navbar-edition-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}

.navbar-logout-link {
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

.navbar-config-link {
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

.navbar-config-link.dropdown-toggle::after {
    display: none;
}

@media (max-width: 991.98px) {
    .navbar-edition-label {
        align-items: flex-start;
        text-align: left;
        max-width: none;
        margin-top: 0.5rem;
    }

    .navbar-edition-name {
        max-width: none;
        white-space: normal;
    }
}

/* Deelnemerpagina */
.participant-header-layout {
    align-items: flex-start;
}

.participant-header-content-col {
    min-width: 0;
}

.participant-score-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.participant-score-box {
    flex: 1 1 12rem;
    max-width: 18rem;
    text-align: left;
    padding: 0.5rem 0;
}

.participant-score-value {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
}

.participant-score-total .participant-score-value {
    color: var(--jm-primary, #1a3352);
}

.participant-score-figuratie .participant-score-value {
    color: var(--jm-accent, #f07820);
}

@media (max-width: 575.98px) {
    .participant-score-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .participant-score-box {
        max-width: 100%;
        width: 100%;
    }
}

.participant-item-title-toggle {
    color: inherit;
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
}

.participant-item-title-toggle:hover,
.participant-item-title-toggle:focus {
    color: var(--jm-primary, #1a3352);
}

.participant-item-title-hint {
    font-weight: 400;
}

.participant-item-title-chevron {
    font-size: 0.75rem;
    opacity: 0.65;
    transition: transform 0.2s ease;
}

.participant-item-title-toggle[aria-expanded="true"] .participant-item-title-chevron {
    transform: rotate(180deg);
}

.admin-collapse-toggle .admin-collapse-chevron {
    font-size: 1rem;
    opacity: 0.65;
    transition: transform 0.2s ease;
}

.admin-collapse-toggle[aria-expanded="true"] .admin-collapse-chevron {
    transform: rotate(180deg);
}

.participant-item-jury-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.65rem 0.75rem;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0.35rem;
}

.participant-item-jury-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
}

.participant-item-jury-label {
    color: var(--bs-secondary);
}

.participant-item-jury-score {
    font-weight: 700;
}

.participant-written-assessments .participant-written-assessment .card-body {
    padding: 0.85rem 1rem;
}

.participant-written-assessments .participant-written-assessment p {
    line-height: 1.45;
}

.participant-item-comparison {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.participant-item-bar-row {
    display: grid;
    grid-template-columns: 7.5rem 1fr 3rem;
    align-items: center;
    gap: 0.5rem;
}

.participant-item-bar-label {
    font-size: 0.85rem;
    color: var(--bs-secondary);
    line-height: 1.2;
}

.participant-item-bar-track {
    height: 1.25rem;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0.25rem;
    overflow: hidden;
}

.participant-item-bar-fill {
    height: 100%;
    border-radius: 0.25rem;
    min-width: 2px;
    transition: width 0.3s ease;
}

.participant-item-bar-value {
    font-weight: 700;
    text-align: right;
    font-size: 0.95rem;
}

.participant-item-comparison--ranking .participant-item-bar-fill--you {
    background: var(--jm-primary, #1a3352);
}

.participant-item-comparison--ranking .participant-item-bar-fill--winner {
    background: #4a7ab8;
}

.participant-item-comparison--figuratie .participant-item-bar-fill--you {
    background: var(--jm-accent, #f07820);
}

.participant-item-comparison--figuratie .participant-item-bar-fill--winner {
    background: #f5a623;
}

@media (max-width: 575.98px) {
    .participant-item-bar-row {
        grid-template-columns: 1fr 3rem;
        grid-template-rows: auto auto;
    }

    .participant-item-bar-label {
        grid-column: 1 / -1;
    }

    .participant-item-bar-track {
        grid-column: 1;
    }

    .participant-item-bar-value {
        grid-column: 2;
        grid-row: 2;
    }
}

.participant-hero-strip {
    display: none;
}

.participant-classic-header {
    display: block;
}

[data-theme="varsseveld"] .participant-hero-strip {
    display: block;
    background:
        radial-gradient(120% 95% at 85% -20%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(160deg, #eef7fc 0%, #d5eaf6 60%, #c3ddec 100%);
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1.6rem;
    margin: -0.25rem 0 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.4rem rgba(26, 51, 82, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

[data-theme="varsseveld"] .participant-classic-header {
    display: none;
}

body[data-theme="varsseveld"].participant-page .brand-header {
    display: none;
}

[data-theme="varsseveld"] .participant-hero-strip-top {
    margin-bottom: 0.35rem;
}

[data-theme="varsseveld"] .participant-hero-strip-top .participant-brand-optocht {
    margin-bottom: 0;
}

body[data-theme="varsseveld"].participant-page .participant-brand-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 auto;
}

body[data-theme="varsseveld"].participant-page .participant-hero-strip-top.participant-brand-bar {
    background: var(--jm-primary, #1a3352);
    padding: 0.65rem 1.25rem;
    margin: -1.25rem -1.25rem 0.35rem;
    border-radius: 1.25rem 1.25rem 0 0;
}

[data-theme="varsseveld"] .participant-brand-logo {
    display: block;
    height: clamp(2.25rem, 6vw, 3rem);
    width: auto;
    flex-shrink: 0;
}

body[data-theme="varsseveld"].participant-page .participant-brand-optocht {
    font-family: var(--jm-font-display, inherit);
    font-size: clamp(1.5rem, 4.5vw, 2.75rem);
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 0.95;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
}

body[data-theme="varsseveld"].participant-page .participant-hero-strip-top .participant-page-actions .btn-outline-primary {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

body[data-theme="varsseveld"].participant-page .participant-hero-strip-top .participant-page-actions .btn-outline-primary:hover,
body[data-theme="varsseveld"].participant-page .participant-hero-strip-top .participant-page-actions .btn-outline-primary:focus {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="varsseveld"].participant-page .participant-hero-strip-top .participant-page-actions .participant-btn-back {
    color: var(--jm-primary, #1a3352);
    background-color: var(--jm-sky-mid, #cde7ff);
    border-color: var(--jm-sky-mid, #cde7ff);
}

body[data-theme="varsseveld"].participant-page .participant-hero-strip-top .participant-page-actions .participant-btn-back:hover,
body[data-theme="varsseveld"].participant-page .participant-hero-strip-top .participant-page-actions .participant-btn-back:focus {
    color: var(--jm-primary, #1a3352);
    background-color: var(--jm-sky-top, #eaf4ff);
    border-color: var(--jm-sky-top, #eaf4ff);
}

@media (max-width: 575.98px) {
    [data-theme="varsseveld"] .participant-hero-strip-top {
        flex-direction: column;
        align-items: stretch;
    }

    [data-theme="varsseveld"] .participant-hero-strip-top .participant-page-actions {
        justify-content: stretch;
    }

    [data-theme="varsseveld"] .participant-hero-strip-top .participant-page-actions .btn {
        flex: 1 1 auto;
    }
}

[data-theme="varsseveld"] .participant-brand-title {
    font-family: var(--jm-font-body, inherit);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--jm-primary);
    margin-bottom: 0.35rem;
}

.participant-number-label {
    color: var(--jm-muted, #6c757d);
    font-size: 0.85em;
}

/* Login */
.login-brand-wrap {
    display: none;
    text-align: center;
    margin-bottom: 1.25rem;
}

[data-theme="varsseveld"] .login-brand-wrap {
    display: block;
}

[data-theme="varsseveld"] .login-brand-logo {
    display: block;
    height: 88px;
    width: auto;
    margin: 0 auto;
}

[data-theme="varsseveld"] .card {
    border-radius: 1rem;
}

/* Oranje call-to-action */
[data-theme="varsseveld"] .jury-cta.btn-primary,
[data-theme="varsseveld"] .btn-accent {
    background-color: var(--jm-accent);
    border-color: #d96810;
    color: #fff;
}

[data-theme="varsseveld"] .jury-cta.btn-primary:hover,
[data-theme="varsseveld"] .btn-accent:hover {
    background-color: #d96810;
    border-color: #b8580d;
}

/* Edition detail — set as default */
.btn-set-default {
    background-color: var(--bs-info);
    border-color: var(--bs-info);
    color: #000;
}

.btn-set-default:hover,
.btn-set-default:focus {
    background-color: color-mix(in srgb, var(--bs-info) 85%, #000);
    border-color: color-mix(in srgb, var(--bs-info) 85%, #000);
    color: #000;
}

/* Full-width PDF / print layout (dashboard + participant) */
@page {
    size: A4;
    margin: 8mm 6mm;
}

.pdf-voorwoord-cover {
    display: none;
}

body.print-mode .pdf-voorwoord-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 16mm);
    page-break-after: always;
    break-after: page;
    padding: 2rem 1.5rem;
    text-align: center;
}

body.print-mode .pdf-voorwoord-cover-inner {
    max-width: 36rem;
    margin: 0 auto;
}

body.print-mode .pdf-voorwoord-edition {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--jm-primary, #1a3352);
}

body.print-mode .pdf-voorwoord-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.75rem;
    letter-spacing: 0.06em;
    color: var(--jm-primary, #1a3352);
    margin: 1rem 0 1.5rem;
}

body.print-mode .pdf-voorwoord-body {
    font-size: 1.05rem;
    line-height: 1.65;
    text-align: left;
    white-space: pre-wrap;
}

.pdf-voorwoord-inline {
    display: none;
}

body.print-mode .pdf-voorwoord-inline {
    display: block;
    font-size: 0.95rem;
    line-height: 1.65;
    text-align: left;
    white-space: pre-wrap;
    margin-top: 0.5rem;
    max-width: 36rem;
}

body.print-mode main.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.print-mode .public-dashboard,
body.print-mode .brand-header-inner,
body.print-mode .jury-score-page {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.print-mode .brand-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Participant page — print / PDF export */
@media print {
    main.container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .public-dashboard,
    .brand-header-inner,
    .jury-score-page {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .brand-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .no-print,
    .participant-page-actions,
    .dashboard-page-actions {
        display: none !important;
    }

    .jury-score-photo-col {
        position: static !important;
    }

    .jury-hero-photo {
        max-height: 280px !important;
        width: 100%;
        object-fit: contain;
    }

    .participant-score-breakdown-heading {
        break-before: page;
        page-break-before: always;
    }

    .participant-item-jury-breakdown.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .participant-item-title-chevron {
        display: none;
    }

    .participant-item-title-toggle {
        pointer-events: none;
        color: inherit !important;
        text-decoration: none !important;
    }

    .participant-item-card,
    .participant-written-assessment {
        break-inside: avoid;
    }

    [data-theme="varsseveld"] .public-header-banner-overlay {
        padding-left: 1.25rem !important;
        justify-content: flex-end !important;
    }

    [data-theme="varsseveld"] .dashboard-brand-logo {
        display: block !important;
        height: 2.5rem;
        width: auto;
    }
}

body.print-mode .no-print,
body.print-mode .participant-page-actions,
body.print-mode .dashboard-page-actions {
    display: none !important;
}

body.print-mode .jury-score-photo-col {
    position: static !important;
}

body.print-mode .jury-hero-photo {
    max-height: 280px !important;
    width: 100%;
    object-fit: contain;
}

body.print-mode .participant-score-breakdown-heading {
    break-before: page;
    page-break-before: always;
}

body.print-mode .participant-item-jury-breakdown.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
}

body.print-mode .participant-item-title-chevron {
    display: none;
}

body.print-mode .participant-item-title-toggle {
    pointer-events: none;
    color: inherit !important;
    text-decoration: none !important;
}

/* Dashboard — print / PDF export */
@media print {
    body.print-mode .category-results-panel.is-hidden,
    body.print-mode .category-results-panel[hidden],
    .category-results-panel.is-hidden,
    .category-results-panel[hidden] {
        display: block !important;
        visibility: visible !important;
    }

    .category-results-panel {
        break-inside: avoid;
    }

    body.print-mode.has-brand-footer .public-dashboard .dashboard-stats-row {
        page-break-after: always;
        break-after: page;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 16mm);
        margin: 0 calc(-50vw + 50%);
        width: 100vw;
        max-width: 100vw;
        padding: 0 calc(50vw - 50%);
        background-color: var(--jm-sky-bottom);
        background-image:
            radial-gradient(120% 80% at 85% -15%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
            linear-gradient(180deg, var(--jm-sky-top) 0%, var(--jm-sky-mid) 42%, var(--jm-sky-bottom) 100%);
        background-attachment: scroll;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        page-break-after: always;
        break-after: page;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    body.print-mode.has-brand-footer:has(.public-dashboard) > .brand-footer {
        display: none !important;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover > .brand-footer {
        display: block !important;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: 0;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover .pdf-voorwoord-section {
        flex-shrink: 0;
        margin-top: 3lh;
        margin-bottom: 0 !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover .dashboard-stats-row {
        page-break-after: auto;
        break-after: auto;
    }

    body.print-mode.has-brand-footer .public-dashboard .category-results-panel {
        break-before: page;
        page-break-before: always;
    }

    body.print-mode.has-brand-footer:has(.public-dashboard),
    html:has(body.print-mode.has-brand-footer .public-dashboard) {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
        background-attachment: scroll !important;
    }

    body.print-mode.has-brand-footer:has(.public-dashboard) > main,
    body.print-mode.has-brand-footer:has(.public-dashboard) main.container {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .category-results-panel,
    body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .category-results-panel .dashboard-panel,
    body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .category-ranking-col,
    body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .ranking-list-compact {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    body.print-mode.has-brand-footer.participant-page,
    html:has(body.print-mode.has-brand-footer.participant-page) {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
        background-attachment: scroll !important;
    }

    body.print-mode.has-brand-footer.participant-page > main,
    body.print-mode.has-brand-footer.participant-page main.container {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    body.print-mode.has-brand-footer.participant-page > .brand-footer {
        display: none !important;
    }

    body.print-mode.has-brand-footer .public-participant-cover {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 16mm);
        margin: 0 calc(-50vw + 50%);
        width: 100vw;
        max-width: 100vw;
        padding: 0 calc(50vw - 50%);
        background-color: var(--jm-sky-bottom);
        background-image:
            radial-gradient(120% 80% at 85% -15%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
            linear-gradient(180deg, var(--jm-sky-top) 0%, var(--jm-sky-mid) 42%, var(--jm-sky-bottom) 100%);
        background-attachment: scroll;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        page-break-after: always;
        break-after: page;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    body.print-mode.has-brand-footer .public-participant-cover > .brand-footer {
        display: block !important;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: 0;
    }

    body.print-mode.has-brand-footer .public-participant-cover .participant-hero-strip {
        background: transparent !important;
        background-image: none !important;
        border: none;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        padding: 1rem calc(50vw - 50% + 0.75rem) 0.5rem;
        flex: 1 0 auto;
    }

    body.print-mode.has-brand-footer.participant-page .participant-item-card,
    body.print-mode.has-brand-footer.participant-page .participant-written-assessment,
    body.print-mode.has-brand-footer.participant-page .participant-score-breakdown-heading {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }
}

body.print-mode .category-results-panel.is-hidden,
body.print-mode .category-results-panel[hidden] {
    display: block !important;
    visibility: visible !important;
}

body.print-mode .category-results-panel {
    break-inside: avoid;
}

body.print-mode .category-winner-photo-link {
    display: block;
}

body.print-mode [data-theme="varsseveld"] .public-header-banner-overlay {
    padding-left: 1.25rem !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: center !important;
}

body.print-mode .dashboard-brand-logo {
    display: block !important;
    height: 2.5rem;
    width: auto;
}

body.print-mode .participant-brand-heading {
    flex-direction: row;
    align-items: center;
}

body.print-mode.participant-page .participant-hero-strip-top.participant-brand-bar {
    background: var(--jm-primary, #1a3352) !important;
    padding: 0.65rem 1.25rem;
    margin: -1.25rem -1.25rem 0.35rem;
    border-radius: 1.25rem 1.25rem 0 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

body.print-mode.participant-page .participant-brand-optocht {
    color: #fff !important;
}

body.print-mode .participant-brand-logo {
    display: block !important;
    height: 2.5rem;
    width: auto;
    flex-shrink: 0;
}

body.print-mode .category-winner-photo {
    display: block;
    max-width: 160px !important;
    max-height: 120px !important;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Public dashboard print — white canvas on body/main (page 2+); cover block carries sky gradient on page 1 */
body.print-mode.has-brand-footer:has(.public-dashboard),
html:has(body.print-mode.has-brand-footer .public-dashboard) {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    background-attachment: scroll !important;
}

body.print-mode.has-brand-footer:has(.public-dashboard) > main,
body.print-mode.has-brand-footer:has(.public-dashboard) main.container {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .category-results-panel,
body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .category-results-panel .dashboard-panel,
body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .category-ranking-col,
body.print-mode.has-brand-footer:has(.public-dashboard) .public-dashboard .ranking-list-compact {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

body.print-mode.has-brand-footer:has(.public-dashboard) > .brand-footer {
    display: none !important;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 16mm);
    margin: 0 calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    padding: 0 calc(50vw - 50%);
    background-color: var(--jm-sky-bottom);
    background-image:
        radial-gradient(120% 80% at 85% -15%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, var(--jm-sky-top) 0%, var(--jm-sky-mid) 42%, var(--jm-sky-bottom) 100%);
    background-attachment: scroll;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    page-break-after: always;
    break-after: page;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover > .brand-footer {
    display: block !important;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 0;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover .pdf-voorwoord-section {
    flex-shrink: 0;
    margin-top: 3lh;
    margin-bottom: 0 !important;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-cover .dashboard-stats-row {
    page-break-after: auto;
    break-after: auto;
    margin-bottom: 0.5rem !important;
}

/* Public participant print — cover page 1 (sky + footer), white canvas pages 2+ */
body.print-mode.has-brand-footer.participant-page,
html:has(body.print-mode.has-brand-footer.participant-page) {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    background-attachment: scroll !important;
}

body.print-mode.has-brand-footer.participant-page > main,
body.print-mode.has-brand-footer.participant-page main.container {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

body.print-mode.has-brand-footer.participant-page > .brand-footer {
    display: none !important;
}

body.print-mode.has-brand-footer .public-participant-cover {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 16mm);
    margin: 0 calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    padding: 0 calc(50vw - 50%);
    background-color: var(--jm-sky-bottom);
    background-image:
        radial-gradient(120% 80% at 85% -15%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, var(--jm-sky-top) 0%, var(--jm-sky-mid) 42%, var(--jm-sky-bottom) 100%);
    background-attachment: scroll;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    page-break-after: always;
    break-after: page;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.print-mode.has-brand-footer .public-participant-cover > .brand-footer {
    display: block !important;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 0;
}

body.print-mode.has-brand-footer .public-participant-cover .participant-hero-strip {
    background: transparent !important;
    background-image: none !important;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 1rem calc(50vw - 50% + 0.75rem) 0.5rem;
    flex: 1 0 auto;
}

body.print-mode.has-brand-footer.participant-page .participant-item-card,
body.print-mode.has-brand-footer.participant-page .participant-written-assessment,
body.print-mode.has-brand-footer.participant-page .participant-score-breakdown-heading {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

/* Public dashboard — print / PDF export (cover page + per-category pages) */
body.print-mode.has-brand-footer .public-dashboard {
    font-size: 0.85rem;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-hero {
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: none;
    margin-bottom: 0.5rem !important;
    overflow: hidden;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.print-mode.has-brand-footer .public-dashboard .public-header-banner {
    position: relative;
}

body.print-mode.has-brand-footer .public-dashboard .public-header-banner-overlay {
    position: absolute !important;
    inset: 0 !important;
    padding: 0.45rem 0.75rem !important;
    padding-left: 0.75rem !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: center !important;
    background: transparent !important;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-hero-content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.75rem;
    text-align: center;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-brand-logo {
    height: 1.5rem !important;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-hero-optocht {
    font-size: 1.15rem !important;
    line-height: 1.05;
    margin-bottom: 0.1rem;
    color: #fff !important;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-badge-final {
    font-size: 0.62rem;
    padding: 0.28em 0.65em;
}

body.print-mode.has-brand-footer .public-dashboard .pdf-voorwoord-section {
    break-inside: avoid;
    page-break-inside: avoid;
}

body.print-mode.has-brand-footer .public-dashboard .pdf-voorwoord-inline {
    font-size: 0.75rem;
    line-height: 1.4;
    max-width: none;
    margin-top: 0;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-stats-row {
    gap: 0.35rem;
    margin-bottom: 0 !important;
    page-break-after: always;
    break-after: page;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-edition-picker {
    display: none !important;
}

body.print-mode.has-brand-footer .public-dashboard .stat-card-selectable {
    pointer-events: none;
    cursor: default;
}

body.print-mode.has-brand-footer .public-dashboard .stat-card {
    border-radius: 0.4rem;
    box-shadow: none;
}

body.print-mode.has-brand-footer .public-dashboard .stat-value {
    font-size: 1.05rem !important;
    padding: 0.3rem 0.2rem 0.15rem !important;
}

body.print-mode.has-brand-footer .public-dashboard .stat-label {
    font-size: 0.58rem !important;
    /* Match two-line category labels (A/B/C) so all cards share the same blue band height */
    min-height: calc(2 * 1.2em + 0.4rem);
    padding: 0.2rem 0.15rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.print-mode.has-brand-footer .public-dashboard .category-results-panel {
    break-before: page;
    page-break-before: always;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-panel {
    padding: 0.65rem 0.75rem;
}

body.print-mode.has-brand-footer .public-dashboard .dashboard-panel-title {
    font-size: 1rem !important;
    padding: 0.35rem 0.55rem;
    margin-bottom: 0.5rem;
}

body.print-mode.has-brand-footer .public-dashboard .ranking-list-compact .ranking-item {
    padding: 0.22rem 0.12rem;
}

body.print-mode.has-brand-footer .public-dashboard .ranking-score {
    font-size: 0.88rem;
}

body.print-mode.has-brand-footer .public-dashboard .ranking-items {
    font-size: 0.62rem;
}

body.print-mode.has-brand-footer .public-dashboard .ranking-name {
    font-size: 0.82rem;
}

body.print-mode.has-brand-footer .public-dashboard .category-winner-caption {
    font-size: 0.72rem;
    margin-bottom: 0.2rem;
}

body.print-mode.has-brand-footer .public-dashboard .category-winner-photo {
    max-width: 120px !important;
    max-height: 90px !important;
}

/* Public dashboard PDF — medium blue column headers, light blue participant total rows (match admin) */
body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table thead th {
    background: #b8d4e8 !important;
    background-color: #b8d4e8 !important;
    color: #212529 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table .public-dashboard-rank-col {
    text-align: center;
    font-weight: 700;
    color: #212529 !important;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table .public-dashboard-rank-col.public-dashboard-rank-medal {
    font-size: 1.75em;
    line-height: 1;
}

body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table tbody > tr.public-dashboard-score-row > td {
    background: #e8f4fc !important;
    background-color: #e8f4fc !important;
    color: #212529 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

/* Admin dashboard — print / PDF export */
body.print-mode tbody.collapse {
    display: table-row-group !important;
    height: auto !important;
    visibility: visible !important;
}

body.print-mode .admin-dashboard-action-col {
    display: none !important;
}

body.print-mode .admin-dashboard-actions {
    display: none !important;
}

body.print-mode .admin-dashboard-intro,
body.print-mode .admin-voortgang-section,
body.print-mode .admin-voortgang-intro,
body.print-mode .admin-voortgang-table {
    display: none !important;
}

body.print-mode .dashboard-category-table {
    width: 100%;
    font-size: 0.85rem;
}

body.print-mode .admin-category-panel {
    break-inside: avoid;
}

body.print-mode .admin-category-panel + .admin-category-panel {
    break-before: page;
    page-break-before: always;
}

/* Admin dashboard print — white canvas (varsseveld sky gradient on body/main bleeds through cards) */
body.print-mode:not(.has-brand-footer),
html:has(body.print-mode:not(.has-brand-footer)) {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    background-attachment: scroll !important;
}

body.print-mode:not(.has-brand-footer) > main,
body.print-mode:not(.has-brand-footer) main.container {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

/* Score tables: neutral white; category title bars keep branded colors */
body.print-mode:not(.has-brand-footer) .admin-category-panel,
body.print-mode:not(.has-brand-footer) .admin-category-panel.card,
body.print-mode:not(.has-brand-footer) .admin-category-panel .card-body,
body.print-mode:not(.has-brand-footer) .admin-category-panel .table-responsive,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table thead,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tbody {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #fff;
    --bs-table-hover-bg: #fff;
    --bs-table-active-bg: #fff;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table th,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table td,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tr,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-jury-detail,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-written-detail,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table .bg-light,
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #212529 !important;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .card-header.dashboard-category-header {
    background: var(--jm-primary, #1a3352) !important;
    background-image: none !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .card-header.dashboard-figuratie-header {
    background: var(--jm-accent, #f07820) !important;
    background-image: none !important;
    color: var(--jm-accent-text, #fff) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

/* Admin dashboard PDF — medium blue column headers, light blue participant total rows */
body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table thead th {
    background: #b8d4e8 !important;
    background-color: #b8d4e8 !important;
    color: #212529 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table .admin-dashboard-rank-col {
    text-align: center;
    font-weight: 700;
    color: #212529 !important;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tbody > tr.admin-dashboard-score-row > td {
    background: #e8f4fc !important;
    background-color: #e8f4fc !important;
    color: #212529 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tbody > tr.admin-dashboard-score-row > td.dashboard-score-incomplete {
    color: #dc3545 !important;
}

@media print {
    body.print-mode:not(.has-brand-footer),
    html:has(body.print-mode:not(.has-brand-footer)) {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
        background-attachment: scroll !important;
    }

    body.print-mode:not(.has-brand-footer) > main,
    body.print-mode:not(.has-brand-footer) main.container {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    .admin-category-panel + .admin-category-panel {
        break-before: page;
        page-break-before: always;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel,
    body.print-mode:not(.has-brand-footer) .admin-category-panel.card,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .card-body,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .table-responsive,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table thead,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tbody {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table {
        --bs-table-bg: #fff;
        --bs-table-striped-bg: #fff;
        --bs-table-hover-bg: #fff;
        --bs-table-active-bg: #fff;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table th,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table td,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tr,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-jury-detail,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-written-detail,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table .bg-light,
    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table.table-striped > tbody > tr:nth-of-type(odd) > * {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
        color: #212529 !important;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .card-header.dashboard-category-header {
        background: var(--jm-primary, #1a3352) !important;
        background-image: none !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .card-header.dashboard-figuratie-header {
        background: var(--jm-accent, #f07820) !important;
        background-image: none !important;
        color: var(--jm-accent-text, #fff) !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table thead th {
        background: #b8d4e8 !important;
        background-color: #b8d4e8 !important;
        color: #212529 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table .admin-dashboard-rank-col {
        text-align: center;
        font-weight: 700;
        color: #212529 !important;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tbody > tr.admin-dashboard-score-row > td {
        background: #e8f4fc !important;
        background-color: #e8f4fc !important;
        color: #212529 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.print-mode:not(.has-brand-footer) .admin-category-panel .dashboard-category-table tbody > tr.admin-dashboard-score-row > td.dashboard-score-incomplete {
        color: #dc3545 !important;
    }
}

@media print {
    .category-winner-photo-link {
        display: block;
    }

    .category-winner-photo {
        display: block;
        max-width: 160px !important;
        max-height: 120px !important;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table thead th {
        background: #b8d4e8 !important;
        background-color: #b8d4e8 !important;
        color: #212529 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table .public-dashboard-rank-col {
        text-align: center;
        font-weight: 700;
        color: #212529 !important;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table .public-dashboard-rank-col.public-dashboard-rank-medal {
        font-size: 1.75em;
        line-height: 1;
    }

    body.print-mode.has-brand-footer .public-dashboard .public-dashboard-category-table tbody > tr.public-dashboard-score-row > td {
        background: #e8f4fc !important;
        background-color: #e8f4fc !important;
        color: #212529 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

