body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f5f7fa;
    color: #212529;
}

#container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px 24px 48px;
}

.landing__actions {
    display: flex;
    justify-content: flex-end;
    margin: 6px 0 22px;
}

.landing__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #bd1f2d;
    border: 1px solid rgba(189, 31, 45, 0.25);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(189, 31, 45, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.landing__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 26px rgba(189, 31, 45, 0.18);
    background: #fff7f8;
}

.gamecontainer {
    background: #ffffff;
    color: #212529;
    border-radius: 20px;
    border-left: 6px solid #bd1f2d;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin-bottom: 24px;
}

.data-card {
    border-left-color: #1f6fbd;
}

.data-card--error {
    border-left-color: #bd1f2d;
}

.data-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.data-card__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 600;
}

.data-card__title {
    margin: 8px 0 6px;
    font-size: 1.6rem;
    color: #1b2b44;
}

.data-card__subtitle {
    margin: 0;
    color: #4b5563;
}

.data-card__meta {
    display: grid;
    gap: 8px;
    min-width: 220px;
    font-size: 0.9rem;
    color: #1f2937;
}

.data-card__meta span {
    color: #6c757d;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
}

.data-card__grid {
    margin-top: 20px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.data-card__row {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.data-card__label {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
}

.data-card__value {
    font-size: 0.98rem;
    color: #1f2937;
    word-break: break-word;
}

.data-card__json {
    margin: 12px 0 0;
    padding: 14px;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 14px;
    overflow: auto;
    font-size: 0.82rem;
    line-height: 1.5;
}

.gamecontainer:last-child {
    margin-bottom: 0;
}

.fixture {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fixture--away {
    border-left-color: #f36b6b;
}

.fixture__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.fixture__dateblock {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(255, 255, 255), rgb(219, 219, 219));
    box-shadow: 0 12px 22px rgba(52, 52, 52, 0.15);
}

.fixture__weekday {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #a01324;
}

.fixture__fulldate {
    font-size: 1.6rem;
    font-weight: 700;
    color: #6e0f1c;
    letter-spacing: 0.02em;
}

.fixture__times {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.fixture__time {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
}

.fixture__time-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    color: #6c757d;
}

.fixture__time-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #212529;
}

.fixture__time--attend {
    background: linear-gradient(135deg, #bd1f2d, #f54768);
    box-shadow: 0 12px 20px rgba(189, 31, 45, 0.25);
}

.fixture__time--attend .fixture__time-label,
.fixture__time--attend .fixture__time-value {
    color: #ffffff;
}

.fixture__time--attend .fixture__time-value {
    font-size: 1.6rem;
}

.fixture__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fixture__teams {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.fixture__team {
    padding: 6px 18px;
    border-radius: 14px;
    background: rgba(189, 31, 45, 0.08);
    color: #2c2c2c;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fixture__team--aurora {
    background: linear-gradient(135deg, #bd1f2d, #f54768);
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(189, 31, 45, 0.25);
}

.fixture__separator {
    font-size: 1rem;
    letter-spacing: 0.08em;
    color: #bd1f2d;
    font-weight: 600;
}

.fixture__meta {
    display:	grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fixture__meta-item--wide {
    grid-column: span 2;
}

.fixture__meta-item {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixture__meta-label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c757d;
}

.fixture__meta-value {
    font-size: 1.05rem;
    font-weight: 600;
    color: #212529;
}

.fixture__meta-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fixture__meta-placeholder {
    font-size: 0.95rem;
    color: #adb5bd;
    font-weight: 500;
}

.fixture__chip {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(189, 31, 45, 0.15);
    color: #bd1f2d;
    font-weight: 600;
    font-size: 0.9rem;
}

.fixture__chip--wastas {
    background: rgba(255, 201, 71, 0.25);
    color: #8a6200;
    box-shadow: inset 0 0 0 1px rgba(255, 201, 71, 0.4);
}

.fixture__chip--muted {
    background: rgba(108, 117, 125, 0.15);
    color: #495057;
    font-weight: 500;
}

.fixture__info {
    background: rgba(189, 31, 45, 0.08);
    border-radius: 15px;
    padding: 18px;
    line-height: 1.6;
    color: #4b5563;
}

body.landing .gamecontainer {
    padding: 18px;
    margin-bottom: 18px;
}

body.landing .fixture {
    gap: 16px;
}

body.landing .fixture__dateblock {
    padding: 12px 18px;
}

body.landing .fixture__fulldate {
    font-size: 1.35rem;
}

body.landing .fixture__time {
    padding: 10px 14px;
    min-width: 120px;
}

body.landing .fixture__time-value {
    font-size: 1.2rem;
}

body.landing .fixture__time--attend .fixture__time-value {
    font-size: 1.35rem;
}

body.landing .fixture__teams {
    font-size: 1.3rem;
}

body.landing .fixture__meta {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

body.landing .fixture__meta-item {
    padding: 12px;
}

body.landing .fixture__meta-label {
    font-size: 0.7rem;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.cursief {
    font-style: italic;
}

.wastasbox,
.afwezigbox,
.rijdenbox {
    width: 100%;
    margin-top: 20px;
    background-color: rgb(250, 250, 250);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hidden {
    display: none;
}

.rowwastas,
.rowrijden,
.rowafwezig {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 6px 0;
}

.title_box {
    width: 100%;
    font-size: 16px;
    border-bottom-width: 1px;
    border-bottom-color: rgb(76, 76, 76);
    border-bottom-style: dotted;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.tegenstanderbox {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.inputbox {
    border-style: none;
    background-color: rgb(247, 247, 247);
    padding: 6px 10px;
    border-radius: 6px;
}

.maakaan {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    background: linear-gradient(135deg, #bd1f2d, #f54768);
    color: #ffffff;
    padding: 14px;
    font-size: 12px;
    text-align: center;
    margin-top: 36px;
    cursor: pointer;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gamesucces {
    width: 100%;
    margin-top: 100px;
    text-align: center;
    font-size: 26px;
}

.gameselection {
    margin-bottom: 36px;
    text-align: center;
}

#games {
    padding: 10px;
    border-width: 0;
    background-color: #ffe8ec;
    color: #bd1f2d;
    border-radius: 6px;
    font-weight: 600;
}

@media (max-width: 640px) {
    #container {
        padding: 16px;
    }

    .gamecontainer {
        padding: 20px;
        border-radius: 18px;
    }

    .landing__actions {
        justify-content: center;
    }

    .landing__button {
        width: 100%;
        justify-content: center;
    }

    .fixture__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .data-card__header {
        flex-direction: column;
    }

    .data-card__meta {
        width: 100%;
    }

    .fixture__times {
        width: 100%;
        justify-content: space-between;
    }

    .fixture__teams {
        flex-direction: column;
        gap: 6px;
    }

    body.landing .fixture__dateblock {
        padding: 10px 14px;
    }

    body.landing .fixture__fulldate {
        font-size: 1.2rem;
    }

    body.landing .fixture__time {
        min-width: 110px;
    }

    body.landing .fixture__teams {
        font-size: 1.15rem;
    }

    .fixture__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fixture__meta-item--wide {
        grid-column: span 2;
    }

    .rowwastas,
    .rowrijden,
    .rowafwezig {
        width: 100%;
    }

    .maakaan {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

/* Teambeheer */
body.edit-page,
body.edit-login {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 71, 104, 0.16), transparent 34rem),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #172033;
}

body.edit-page #container.edit-shell {
    max-width: 1120px;
    padding: 32px 24px 64px;
}

.edit-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 28px 32px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, #861423 0%, #bd1f2d 55%, #ec4561 100%);
    box-shadow: 0 22px 46px rgba(134, 20, 35, 0.24);
}

.edit-header::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -105px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.edit-header > * {
    position: relative;
    z-index: 1;
}

.edit-header__eyebrow,
.edit-card__step {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.edit-header__eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.edit-header h1 {
    margin: 6px 0 2px;
    font-size: clamp(1.9rem, 4vw, 2.65rem);
    line-height: 1.1;
}

.edit-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
}

.edit-header__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
    font-weight: 700;
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.edit-header__link:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.edit-feedback {
    display: none;
    margin-bottom: 18px;
}

.edit-feedback.is-visible {
    display: block;
}

.edit-feedback .gamesucces,
.edit-feedback .gamefailed {
    width: auto;
    margin: 0;
    padding: 15px 18px;
    border-radius: 14px;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
}

.edit-feedback .gamesucces {
    color: #17613a;
    border: 1px solid #a7e4c1;
    background: #ebfaf1;
}

.edit-feedback .gamefailed {
    color: #8f1725;
    border: 1px solid #f0b5bd;
    background: #fff1f3;
}

.edit-card {
    margin-bottom: 22px;
    padding: 26px;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 36px rgba(29, 39, 60, 0.07);
}

.edit-card h2,
.edit-roster h2,
.edit-panel h3 {
    margin: 5px 0 4px;
    color: #172033;
}

.edit-card h2,
.edit-roster h2 {
    font-size: 1.35rem;
}

.edit-card p,
.edit-roster p,
.edit-panel p {
    margin: 0;
    color: #6b7280;
    line-height: 1.5;
}

.edit-card__step {
    color: #bd1f2d;
}

.edit-card--selector {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.4fr);
    align-items: end;
    gap: 30px;
}

body.edit-page .gameselection {
    margin: 0;
    text-align: left;
}

.gameselection label,
.edit-field > span,
.uitthuisbox legend {
    display: block;
    margin-bottom: 8px;
    color: #4b5563;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.edit-page #games,
body.edit-page .inputbox {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding: 11px 13px;
    border: 1px solid #d9dee8;
    border-radius: 11px;
    outline: none;
    color: #172033;
    background: #fff;
    font: inherit;
    font-weight: 600;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.edit-page #games {
    appearance: auto;
    color: #8f1725;
    background: #fff7f8;
    cursor: pointer;
}

body.edit-page #games:focus,
body.edit-page .inputbox:focus {
    border-color: #d84659;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(189, 31, 45, 0.11);
}

.edit-card__header,
.edit-panel__header,
.edit-roster__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.edit-card__status {
    flex: 0 0 auto;
    padding: 7px 11px;
    border-radius: 999px;
    color: #8f1725;
    background: #fff0f2;
    font-size: 0.75rem;
    font-weight: 800;
}

body.edit-page .tegenstanderbox {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    width: 100%;
    margin: 26px 0 20px;
    text-align: center;
}

.tegenstanderbox .thuis,
.tegenstanderbox .uit {
    min-width: 0;
}

.tegenstanderbox .thuis {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #a51628, #e34159);
    box-shadow: 0 10px 18px rgba(189, 31, 45, 0.19);
    font-weight: 800;
}

.tegenstanderbox .uit {
    display: block;
}

.tegenstanderbox__separator {
    color: #9ca3af;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tegenstanderbox.is-away .uit {
    order: 1;
}

.tegenstanderbox.is-away .tegenstanderbox__separator {
    order: 2;
}

.tegenstanderbox.is-away .thuis {
    order: 3;
}

.uitthuisbox {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    border: 0;
}

.uitthuisbox legend {
    width: 100%;
}

.uitthuisbox label {
    position: relative;
    cursor: pointer;
}

.uitthuisbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.uitthuisbox span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #dfe3eb;
    border-radius: 999px;
    color: #5c6472;
    background: #f8fafc;
    font-weight: 700;
    transition: 0.2s ease;
}

.uitthuisbox input:checked + span {
    color: #fff;
    border-color: #bd1f2d;
    background: #bd1f2d;
    box-shadow: 0 8px 16px rgba(189, 31, 45, 0.18);
}

.uitthuisbox input:focus-visible + span {
    outline: 3px solid rgba(189, 31, 45, 0.2);
    outline-offset: 2px;
}

.edit-fields {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
}

.edit-field {
    display: block;
}

.edit-roster {
    margin-top: 30px;
}

.edit-roster__header {
    margin-bottom: 16px;
}

.edit-roster-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: start;
    gap: 16px;
}

body.edit-page .edit-panel {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 18px;
    border: 1px solid #e4e8ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(29, 39, 60, 0.06);
}

body.edit-page .edit-panel.hidden {
    display: none;
}

.edit-panel h3 {
    font-size: 1.05rem;
}

.edit-panel p {
    font-size: 0.83rem;
}

.edit-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #a51628;
    background: #fff0f2;
    font-size: 1.1rem;
    font-weight: 800;
}

.selection-list {
    display: grid;
    gap: 7px;
    margin-top: 15px;
}

body.edit-page .selection-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 43px;
    box-sizing: border-box;
    float: none;
    padding: 7px 9px;
    border: 1px solid #edf0f4;
    border-radius: 11px;
    background: #fafbfc;
    cursor: pointer;
    transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

body.edit-page .selection-row:hover {
    border-color: #e2a8b0;
    background: #fff8f9;
    transform: translateY(-1px);
}

body.edit-page .selection-row:has(input:checked) {
    border-color: #e7a1aa;
    background: #fff0f2;
}

.selection-row input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #bd1f2d;
}

.selection-row__name {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 0.9rem;
    font-weight: 650;
}

.selection-row__count {
    flex: 0 0 auto;
    min-width: 25px;
    padding: 3px 7px;
    border-radius: 999px;
    color: #6b7280;
    background: #e9edf2;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
}

.edit-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    padding: 25px;
    border-radius: 19px;
    background: #172033;
    box-shadow: 0 18px 34px rgba(23, 32, 51, 0.16);
}

body.edit-page .maakaan {
    width: min(100%, 420px);
    min-height: 50px;
    margin: 0;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #bd1f2d, #f04a65);
    box-shadow: 0 12px 24px rgba(189, 31, 45, 0.28);
    font: inherit;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.edit-page .maakaan:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(189, 31, 45, 0.36);
}

.edit-actions p {
    margin: 0;
    color: #aeb6c5;
    font-size: 0.8rem;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Login */
.login-shell {
    display: grid;
    place-items: center;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 24px;
}

.login-card {
    width: min(100%, 430px);
    box-sizing: border-box;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 60px rgba(24, 33, 52, 0.16);
    backdrop-filter: blur(12px);
}

.login-card__badge {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: #a51628;
    background: #fff0f2;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.login-card h1 {
    margin: 18px 0 7px;
    color: #172033;
    font-size: 2rem;
}

.login-card > p {
    margin: 0 0 24px;
    color: #697181;
    line-height: 1.55;
}

.login-card__error {
    margin-bottom: 16px;
    padding: 11px 13px;
    border: 1px solid #f0b5bd;
    border-radius: 11px;
    color: #8f1725;
    background: #fff1f3;
    font-weight: 650;
}

.login-form {
    display: grid;
    gap: 10px;
}

.login-form label {
    color: #4b5563;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.login-form input {
    min-height: 50px;
    box-sizing: border-box;
    padding: 11px 13px;
    border: 1px solid #d9dee8;
    border-radius: 11px;
    outline: none;
    font: inherit;
}

.login-form input:focus {
    border-color: #d84659;
    box-shadow: 0 0 0 4px rgba(189, 31, 45, 0.11);
}

.login-form button {
    min-height: 50px;
    margin-top: 4px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #a51628, #e34159);
    box-shadow: 0 12px 22px rgba(189, 31, 45, 0.22);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.login-card__back {
    display: block;
    margin-top: 20px;
    color: #8f1725;
    text-align: center;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
}

@media (max-width: 760px) {
    body.edit-page #container.edit-shell {
        padding: 18px 14px 40px;
    }

    .edit-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
        border-radius: 20px;
    }

    .edit-header__link {
        width: 100%;
        box-sizing: border-box;
    }

    .edit-card {
        padding: 20px;
        border-radius: 17px;
    }

    .edit-card--selector {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .edit-card__header {
        flex-direction: column;
    }

    body.edit-page .tegenstanderbox {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tegenstanderbox .thuis,
    .tegenstanderbox .uit,
    .tegenstanderbox__separator {
        width: 100%;
        box-sizing: border-box;
    }

    .edit-fields {
        grid-template-columns: 1fr 1fr;
    }

    .edit-field.datumbox {
        grid-column: span 2;
    }

    .edit-roster__header {
        display: block;
    }

    .edit-roster-grid {
        grid-template-columns: 1fr;
    }

    .edit-actions {
        padding: 20px;
    }
}

@media (max-width: 460px) {
    .edit-fields {
        grid-template-columns: 1fr;
    }

    .edit-field.datumbox {
        grid-column: auto;
    }

    .uitthuisbox {
        display: grid;
        grid-template-columns: 1fr;
    }

    .uitthuisbox span {
        justify-content: center;
    }

    .login-card {
        padding: 25px 21px;
        border-radius: 20px;
    }
}
