.wwx-theme.wwx-public-touchpoint {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--wwx-text-primary);
    background:
        linear-gradient(135deg, rgba(246, 250, 247, 0.72), rgba(229, 240, 235, 0.9)),
        radial-gradient(circle at 20% 10%, rgba(183, 222, 93, 0.26), transparent 28rem),
        var(--wwx-app-bg-image);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark {
    background:
        linear-gradient(135deg, rgba(5, 18, 14, 0.74), rgba(5, 18, 14, 0.9)),
        radial-gradient(circle at 20% 10%, rgba(52, 211, 153, 0.16), transparent 28rem),
        var(--wwx-app-bg-image);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.wwx-theme.wwx-public-touchpoint::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.22) 46%, rgba(255, 255, 255, 0.56)),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.55), transparent 24rem);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark::before {
    background:
        linear-gradient(90deg, rgba(4, 14, 11, 0.48), rgba(4, 14, 11, 0.16) 46%, rgba(4, 14, 11, 0.58)),
        radial-gradient(circle at 82% 20%, rgba(20, 184, 166, 0.12), transparent 24rem);
}

.wwx-theme .wwx-public-viewport {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.wwx-theme .wwx-public-viewport > .wwx-public-touchpoint-header,
.wwx-theme .wwx-public-viewport > .wwx-public-footer {
    flex: 0 0 auto;
}

.wwx-theme .wwx-public-viewport > .wwx-public-touchpoint-main {
    flex: 1 1 auto;
    min-height: 0;
}

.wwx-theme .wwx-public-touchpoint-header {
    position: sticky;
    top: var(--wwx-space-3);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(calc(100% - 2rem), 78rem);
    min-height: 4rem;
    padding: 0.65rem 0.85rem;
    margin: var(--wwx-space-3) auto 0;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    box-shadow: 0 1.2rem 3rem rgba(9, 38, 28, 0.14);
    backdrop-filter: blur(22px);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-touchpoint-header {
    color: var(--wwx-text-primary);
    background:
        linear-gradient(135deg, rgba(8, 24, 19, 0.94), rgba(10, 24, 31, 0.9));
    border-color: rgba(151, 211, 182, 0.2);
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.38);
}

.wwx-theme .wwx-public-touchpoint-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--wwx-text-primary);
    font-size: var(--wwx-font-size-lg);
    font-weight: 850;
    text-decoration: none;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-touchpoint-brand,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-touchpoint-brand:hover {
    color: var(--wwx-color-slate-50);
}

.wwx-theme .wwx-public-touchpoint-brand img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    filter: drop-shadow(0 0.35rem 0.55rem rgba(0, 0, 0, 0.14));
}

.wwx-theme .wwx-public-touchpoint-links {
    display: flex;
    gap: var(--wwx-space-3);
    padding-inline: var(--wwx-space-3);
    font-size: var(--wwx-font-size-sm);
}

.wwx-theme .wwx-public-touchpoint-links a {
    color: var(--wwx-text-secondary);
    font-weight: 700;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-touchpoint-links a {
    color: var(--wwx-color-slate-200);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-touchpoint-links a:hover {
    color: var(--wwx-color-forest-300);
}

.wwx-theme .wwx-public-touchpoint-main,
.wwx-theme .wwx-public-main {
    width: min(calc(100% - 2rem), 78rem);
    min-height: calc(100vh - 8rem);
    /* padding: clamp(1.5rem, 4vw, 3.75rem) 0 clamp(2rem, 5vw, 4rem); */
    margin-inline: auto;
}

.wwx-theme .wwx-public-touchpoint .container,
.wwx-theme.wwx-public-touchpoint .container {
    max-width: 78rem;
}

.wwx-theme.wwx-public-touchpoint .bckgrd {
    display: block;
    min-height: auto;
}

.wwx-theme.wwx-public-touchpoint .bckgrd::before,
.wwx-theme.wwx-public-touchpoint .background {
    display: none;
}

.wwx-theme .wwx-public-content-shell {
    position: relative;
}

.wwx-theme.wwx-public-touchpoint .container.py-4,
.wwx-theme.wwx-public-touchpoint .container.p-3,
.wwx-theme.wwx-public-touchpoint #viewlist,
.wwx-theme.wwx-public-touchpoint .focusDiv,
.wwx-theme.wwx-public-touchpoint .content-wrapperForm,
.wwx-theme.wwx-public-touchpoint .wwx-public-surface,
.wwx-theme.wwx-public-touchpoint fieldset[id^="fieldset"].fieldset-visible {
    color: var(--wwx-text-primary);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 248, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: clamp(1.25rem, 2vw, 2rem);
    box-shadow: 0 1.5rem 4rem rgba(10, 38, 29, 0.16);
    backdrop-filter: blur(24px) saturate(1.05);
}

.wwx-theme.wwx-public-touchpoint .container.py-4,
.wwx-theme.wwx-public-touchpoint .container.p-3,
.wwx-theme.wwx-public-touchpoint #viewlist {
    padding: clamp(1.25rem, 3vw, 2.25rem) !important;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .container.py-4,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .container.p-3,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark #viewlist,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .focusDiv,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-surface,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .content-wrapperForm,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark fieldset[id^="fieldset"].fieldset-visible {
    background:
        linear-gradient(145deg, rgba(13, 29, 24, 0.9), rgba(11, 24, 31, 0.78));
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.34);
}

.wwx-theme.wwx-public-touchpoint h1,
.wwx-theme.wwx-public-touchpoint h2,
.wwx-theme.wwx-public-touchpoint h3,
.wwx-theme.wwx-public-touchpoint h4,
.wwx-theme.wwx-public-touchpoint h5 {
    color: var(--wwx-text-primary);
    letter-spacing: -0.045em;
}

.wwx-theme.wwx-public-touchpoint h1 {
    font-size: clamp(2.35rem, 5vw, 4rem);
    font-weight: 900;
}

.wwx-theme.wwx-public-touchpoint .text-muted,
.wwx-theme.wwx-public-touchpoint p {
    color: var(--wwx-text-secondary) !important;
}

.wwx-theme.wwx-public-touchpoint .text-primary,
.wwx-theme.wwx-public-touchpoint .text-info {
    color: var(--wwx-color-forest-700) !important;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .text-primary,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .text-info {
    color: var(--wwx-color-forest-300) !important;
}

.wwx-theme.wwx-public-touchpoint header.container-fluid {
    width: min(calc(100% - 2rem), 78rem);
    padding: clamp(1.5rem, 4vw, 2.5rem) !important;
    margin: 0 auto var(--wwx-space-4);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 249, 246, 0.8)) !important;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: clamp(1.25rem, 2vw, 2rem);
    box-shadow: 0 1.5rem 4rem rgba(10, 38, 29, 0.16);
    backdrop-filter: blur(24px);
}

.wwx-theme.wwx-public-touchpoint header.container-fluid > .container {
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.wwx-theme.wwx-public-touchpoint header.container-fluid img {
    padding: 0.35rem;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 1.15rem;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.12);
}

.wwx-theme.wwx-public-touchpoint .card {
    color: var(--wwx-text-primary);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.6rem rgba(10, 38, 29, 0.13);
    backdrop-filter: blur(18px);
}

.wwx-theme.wwx-public-touchpoint .card:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 1.25rem 3rem rgba(10, 38, 29, 0.18);
}

.wwx-theme.wwx-public-touchpoint .card-header {
    padding: 1rem 1.25rem;
    color: var(--wwx-text-primary);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(226, 242, 234, 0.78));
    border-bottom: 1px solid rgba(49, 95, 76, 0.12);
    border-radius: 1.25rem 1.25rem 0 0 !important;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .card {
    background: rgba(13, 29, 24, 0.84);
    border-color: rgba(255, 255, 255, 0.14);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .card-header {
    background:
        linear-gradient(135deg, rgba(22, 48, 39, 0.92), rgba(14, 35, 43, 0.76));
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.wwx-theme.wwx-public-touchpoint .badge {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    font-weight: 800;
}

.wwx-theme.wwx-public-touchpoint .btn {
    min-height: 2.75rem;
    padding-inline: 1rem;
    border-radius: 999px;
    font-weight: 800;
}

.wwx-theme.wwx-public-touchpoint .btn-success,
.wwx-theme.wwx-public-touchpoint .btn-primary {
    color: var(--wwx-color-white);
    background: linear-gradient(135deg, var(--wwx-color-forest-600), var(--wwx-color-forest-500));
    border-color: rgba(22, 163, 74, 0.2);
    box-shadow: 0 0.85rem 1.7rem rgba(22, 101, 52, 0.22);
}

.wwx-theme.wwx-public-touchpoint .btn-success:hover,
.wwx-theme.wwx-public-touchpoint .btn-primary:hover {
    color: var(--wwx-color-white);
    background: linear-gradient(135deg, var(--wwx-color-forest-700), var(--wwx-color-forest-600));
    transform: translateY(-1px);
}

.wwx-theme.wwx-public-touchpoint .btn-outline-secondary,
.wwx-theme.wwx-public-touchpoint .btn-outline-primary {
    color: var(--wwx-text-primary);
    background: rgba(255, 255, 255, 0.56);
    border-color: rgba(31, 54, 45, 0.22);
}

.wwx-theme.wwx-public-touchpoint .btn-outline-secondary:hover,
.wwx-theme.wwx-public-touchpoint .btn-outline-primary:hover {
    color: var(--wwx-color-white);
    background: var(--wwx-color-forest-600);
    border-color: var(--wwx-color-forest-600);
}

.wwx-theme.wwx-public-touchpoint .form-label,
.wwx-theme.wwx-public-touchpoint label {
    color: var(--wwx-text-primary);
    /* font-weight: 800; */
}

.wwx-theme.wwx-public-touchpoint .form-control,
.wwx-theme.wwx-public-touchpoint .form-select,
.wwx-theme.wwx-public-touchpoint .select2-container--bootstrap-5 .select2-selection {
    min-height: 3.1rem;
    color: var(--wwx-text-primary);
    background: var(--wwx-control-surface);
    border: 1px solid var(--wwx-border-subtle);
    border-radius: 0.9rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wwx-theme.wwx-public-touchpoint .form-select:not([multiple]):not([size]),
.wwx-theme.wwx-public-touchpoint select.form-select:not([multiple]):not([size]) {
    --wwx-public-select-arrow: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231c3329' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 6 5 5 5-5'/%3e%3c/svg%3e");
    padding-right: 3.2rem;
    appearance: none;
    background-image: var(--wwx-public-select-arrow);
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 1rem 0.8rem;
    cursor: pointer;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .form-select:not([multiple]):not([size]),
.wwx-theme.wwx-public-touchpoint.wwx-color-dark select.form-select:not([multiple]):not([size]) {
    --wwx-public-select-arrow: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dcefe6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 6 5 5 5-5'/%3e%3c/svg%3e");
}

.wwx-theme.wwx-public-touchpoint .form-control:focus,
.wwx-theme.wwx-public-touchpoint .form-select:focus {
    color: var(--wwx-text-primary);
    background-color: var(--wwx-control-surface-focus);
    border-color: var(--wwx-color-forest-500);
    box-shadow: var(--wwx-shadow-focus);
}

.wwx-theme.wwx-public-touchpoint .form-control::placeholder {
    color: var(--wwx-text-secondary);
    opacity: 0.72;
}

.wwx-theme.wwx-public-touchpoint .form-control:disabled,
.wwx-theme.wwx-public-touchpoint .form-control[readonly],
.wwx-theme.wwx-public-touchpoint .form-select:disabled {
    color: var(--wwx-text-secondary);
    background-color: var(--wwx-surface-muted);
    border-color: var(--wwx-border-subtle);
    opacity: 0.78;
}

.wwx-theme.wwx-public-touchpoint input:-webkit-autofill,
.wwx-theme.wwx-public-touchpoint input:-webkit-autofill:hover,
.wwx-theme.wwx-public-touchpoint input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--wwx-text-primary);
    box-shadow: 0 0 0 1000px var(--wwx-control-surface) inset;
    caret-color: var(--wwx-text-primary);
}

.wwx-theme.wwx-public-touchpoint .content-wrapperForm {
    width: min(100%, 52rem);
    margin-inline: auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

@media (max-width: 575.98px) {
    .wwx-theme.wwx-public-touchpoint .content-wrapperForm {
        width: 100%;
        padding: 1.25rem;
    }
}

.wwx-theme.wwx-public-touchpoint .form-text {
    color: var(--wwx-text-secondary);
}

.wwx-theme.wwx-public-touchpoint .accordion-item {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 54, 45, 0.12);
    border-radius: 1rem;
}

.wwx-theme.wwx-public-touchpoint .accordion-button {
    color: var(--wwx-text-primary);
    background: rgba(255, 255, 255, 0.7);
    font-weight: 850;
}

.wwx-theme.wwx-public-touchpoint .accordion-button:not(.collapsed) {
    color: var(--wwx-color-white);
    background: linear-gradient(135deg, var(--wwx-color-forest-600), var(--wwx-color-forest-500));
}

.wwx-theme.wwx-public-touchpoint .alert {
    border-radius: 1rem;
    border-width: 1px;
}

.wwx-theme.wwx-public-touchpoint .wwx-public-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--wwx-space-4);
    align-items: end;
    padding: clamp(1.25rem, 4vw, 2.4rem);
    margin-bottom: var(--wwx-space-4);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(240, 248, 244, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: clamp(1.25rem, 2vw, 2rem);
    box-shadow: 0 1.5rem 4rem rgba(10, 38, 29, 0.16);
    backdrop-filter: blur(24px);
}

.wwx-theme.wwx-public-touchpoint .wwx-public-eyebrow {
    margin-bottom: 0.5rem;
    color: var(--wwx-color-forest-600);
    font-size: var(--wwx-font-size-sm);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wwx-theme.wwx-public-touchpoint .wwx-public-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: var(--wwx-space-4);
}

.wwx-theme.wwx-public-touchpoint .wwx-public-event-card {
    position: relative;
    min-height: 13rem;
    overflow: hidden;
}

.wwx-theme.wwx-public-touchpoint .wwx-public-event-card::after {
    content: "";
    position: absolute;
    right: -2.5rem;
    bottom: -3rem;
    width: 9rem;
    height: 9rem;
    background: radial-gradient(circle, rgba(183, 222, 93, 0.3), transparent 68%);
    pointer-events: none;
}

.wwx-theme.wwx-public-touchpoint .wwx-public-event-meta {
    display: grid;
    gap: 0.55rem;
    margin: 1rem 0;
}

.wwx-theme.wwx-public-touchpoint .wwx-public-event-meta span,
.wwx-theme.wwx-public-touchpoint .wwx-public-event-meta p {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin: 0;
    color: var(--wwx-text-secondary) !important;
    font-weight: 650;
}

.wwx-theme.wwx-public-touchpoint .steps {
    width: min(100%, 64rem);
    max-width: 100%;
    padding: 1rem 1.25rem 0.25rem;
    margin: 0 auto 1rem;
    color: var(--wwx-text-secondary);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2.5rem rgba(10, 38, 29, 0.12);
    backdrop-filter: blur(18px);
    --primary-color: rgba(31, 54, 45, 0.24);
    --active-color: var(--wwx-color-forest-600);
}

.wwx-theme.wwx-public-touchpoint .step {
    font-weight: 800;
}

.wwx-theme.wwx-public-touchpoint .step-name {
    color: currentColor;
    font-size: 0.9rem;
    font-weight: 850;
}

.wwx-theme.wwx-public-touchpoint fieldset[id^="fieldset"].fieldset-visible {
    height: auto;
    min-height: min(42rem, calc(100vh - 14rem));
    padding: 0;
    overflow: hidden;
}

.wwx-theme.wwx-public-touchpoint fieldset[id^="fieldset"] > .card-body,
.wwx-theme.wwx-public-touchpoint fieldset[id^="fieldset"] form > .card-body {
    max-height: none;
    padding: clamp(1.25rem, 3vw, 2.4rem);
    overflow: visible;
}

.wwx-theme.wwx-public-touchpoint fieldset[id^="fieldset"] .card-footer {
    padding: 1rem clamp(1.25rem, 3vw, 2.4rem);
    background: rgba(255, 255, 255, 0.58);
    border-top: 1px solid rgba(31, 54, 45, 0.12);
}

.wwx-theme.wwx-public-touchpoint .imgLogo {
    width: 5.25rem;
    height: auto;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 1.1rem;
    box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.12);
}

.wwx-theme.wwx-public-touchpoint .scroll-indicator {
    color: var(--wwx-color-forest-600);
}

.wwx-theme.wwx-public-touchpoint .table {
    --bs-table-bg: rgba(255, 255, 255, 0.5);
    --bs-table-striped-bg: rgba(232, 243, 236, 0.55);
    color: var(--wwx-text-primary);
    border-radius: 1rem;
    overflow: hidden;
}

.wwx-theme.wwx-public-touchpoint .wwx-public-footer,
.wwx-theme.wwx-public-touchpoint .footer {
    position: static;
    color: var(--wwx-text-secondary) !important;
    background: rgba(255, 255, 255, 0.54);
    border-color: rgba(31, 54, 45, 0.12) !important;
    backdrop-filter: blur(18px);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-footer,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .footer {
    color: var(--wwx-color-slate-300) !important;
    background: rgba(7, 20, 17, 0.88);
    border-color: rgba(151, 211, 182, 0.16) !important;
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-footer a,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .footer a {
    color: var(--wwx-color-forest-300);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-footer a:hover,
.wwx-theme.wwx-public-touchpoint.wwx-color-dark .footer a:hover {
    color: var(--wwx-color-forest-100);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .wwx-public-hero {
    background:
        linear-gradient(135deg, rgba(13, 31, 25, 0.92), rgba(12, 28, 36, 0.82));
    border-color: rgba(151, 211, 182, 0.16);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.34);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark .steps {
    background: rgba(9, 24, 20, 0.88);
    border-color: rgba(151, 211, 182, 0.15);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
    --primary-color: rgba(220, 239, 230, 0.22);
}

.wwx-theme.wwx-public-touchpoint.wwx-color-dark fieldset[id^="fieldset"] .card-footer {
    background: rgba(7, 20, 17, 0.66);
    border-top-color: rgba(151, 211, 182, 0.14);
}

.wwx-public-theme-switcher {
    position: fixed;
    right: clamp(0.75rem, 2vw, 1.5rem);
    bottom: clamp(0.75rem, 2vw, 1.5rem);
    z-index: 1080;
    display: grid;
    justify-items: end;
    gap: 0.55rem;
}

.wwx-public-theme-switcher__toggle {
    display: inline-grid;
    place-items: center;
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    color: var(--wwx-text-primary);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 54, 45, 0.18);
    border-radius: 999px;
    box-shadow: 0 0.8rem 2rem rgba(10, 38, 29, 0.2);
    backdrop-filter: blur(18px);
    transition:
        transform var(--wwx-motion-fast) var(--wwx-ease-standard),
        background-color var(--wwx-motion-fast) var(--wwx-ease-standard);
}

.wwx-public-theme-switcher__toggle:hover,
.wwx-public-theme-switcher__toggle:focus-visible {
    color: var(--wwx-color-white);
    background: var(--wwx-color-forest-600);
    transform: translateY(-1px);
}

.wwx-public-theme-switcher__menu {
    min-width: 11.5rem;
    padding: 0.55rem;
    color: var(--wwx-text-primary);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 54, 45, 0.16);
    border-radius: 1rem;
    box-shadow: 0 1.2rem 3rem rgba(10, 38, 29, 0.22);
    backdrop-filter: blur(22px);
}

.wwx-public-theme-switcher__menu[hidden] {
    display: none;
}

.wwx-public-theme-switcher__label {
    display: block;
    padding: 0.3rem 0.55rem 0.45rem;
    color: var(--wwx-text-secondary);
    font-size: var(--wwx-font-size-xs);
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wwx-public-theme-switcher__menu button {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    gap: 0.45rem;
    align-items: center;
    width: 100%;
    min-height: 2.45rem;
    padding: 0.45rem 0.6rem;
    color: var(--wwx-text-primary);
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0.7rem;
}

.wwx-public-theme-switcher__menu button:hover,
.wwx-public-theme-switcher__menu button:focus-visible {
    background: var(--wwx-color-slate-hover);
}

.wwx-public-theme-switcher__menu button.active {
    color: var(--wwx-color-forest-700);
    font-weight: 850;
    background: rgba(123, 195, 159, 0.2);
}

.wwx-theme.wwx-color-dark .wwx-public-theme-switcher__toggle,
.wwx-theme.wwx-color-dark .wwx-public-theme-switcher__menu {
    color: var(--wwx-text-primary);
    background: rgba(8, 22, 18, 0.94);
    border-color: rgba(151, 211, 182, 0.2);
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.4);
}

.wwx-theme.wwx-color-dark .wwx-public-theme-switcher__menu button {
    color: var(--wwx-text-primary);
}

.wwx-theme.wwx-color-dark .wwx-public-theme-switcher__menu button.active {
    color: var(--wwx-color-forest-100);
    background: rgba(123, 195, 159, 0.18);
}

@media print {
    .wwx-public-theme-switcher {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .wwx-theme.wwx-public-touchpoint {
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
    }

    .wwx-theme .wwx-public-viewport {
        height: 100vh;
        height: 100dvh;
        min-height: 0;
        overflow: hidden;
    }

    .wwx-theme .wwx-public-viewport > .wwx-public-touchpoint-header {
        position: relative;
        top: auto;
    }

    .wwx-theme .wwx-public-viewport > .wwx-public-touchpoint-main {
        width: min(calc(100% - 2rem), 78rem);
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    .wwx-theme .wwx-public-viewport > .wwx-public-footer {
        margin-top: 0 !important;
    }

    .wwx-theme .wwx-public-viewport ~ .wwx-public-theme-switcher,
    .wwx-theme .wwx-public-theme-switcher {
        bottom: 4.25rem;
    }
}

@media (max-width: 767.98px) {
    .wwx-theme .wwx-public-touchpoint-header {
        position: static;
        width: calc(100% - 1rem);
        border-radius: 1.25rem;
    }

    .wwx-theme .wwx-public-touchpoint-links {
        display: none;
    }

    .wwx-theme .wwx-public-touchpoint-main,
    .wwx-theme .wwx-public-main {
        width: calc(100% - 1rem);
        padding-block: 1rem 2rem;
    }

    .wwx-theme.wwx-public-touchpoint .wwx-public-hero {
        grid-template-columns: 1fr;
    }

    .wwx-theme.wwx-public-touchpoint .steps {
        padding-inline: 0.5rem;
        border-radius: 1rem;
    }

    .wwx-theme.wwx-public-touchpoint .step-name {
        font-size: 0.72rem;
    }
}

/* ─── Public club picker ────────────────────────────────────────────────── */

.wwx-theme .wwx-club-picker-modal .modal-content {
    max-height: min(46rem, calc(100dvh - 2rem));
    overflow: hidden;
}

.wwx-theme .wwx-club-picker-header {
    padding: clamp(1.25rem, 3vw, 2rem);
    background: linear-gradient(135deg, var(--wwx-color-forest-glow), transparent 72%);
}

.wwx-theme .wwx-club-picker-header .modal-title {
    color: var(--wwx-text-primary);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 850;
    letter-spacing: -0.035em;
}

.wwx-theme .wwx-club-picker-header p {
    color: var(--wwx-text-secondary);
}

.wwx-theme .wwx-club-picker-modal .modal-body {
    padding: clamp(1rem, 2.5vw, 1.75rem);
}

.wwx-club-picker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: var(--wwx-space-3);
}

.wwx-theme .wwx-club-picker-card {
    display: flex;
    gap: var(--wwx-space-3);
    align-items: center;
    min-width: 0;
    padding: var(--wwx-space-4);
    color: var(--wwx-text-primary);
    text-decoration: none;
    background: var(--wwx-surface-raised);
    border: 1px solid var(--wwx-border-subtle);
    border-radius: var(--wwx-radius-lg);
    box-shadow: var(--wwx-shadow-sm);
    transition: transform var(--wwx-motion-fast), border-color var(--wwx-motion-fast), box-shadow var(--wwx-motion-fast);
}

.wwx-theme .wwx-club-picker-card:hover,
.wwx-theme .wwx-club-picker-card:focus-visible {
    color: var(--wwx-text-primary);
    border-color: var(--wwx-color-forest-500);
    box-shadow: var(--wwx-shadow-md);
    outline: none;
    transform: translateY(-2px);
}

.wwx-club-picker-logo {
    display: inline-flex;
    flex: 0 0 3.5rem;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    color: var(--wwx-color-forest-700);
    font-size: 1.5rem;
    background: var(--wwx-color-forest-glow);
    border-radius: var(--wwx-radius-md);
}

.wwx-club-picker-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wwx-club-picker-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.wwx-club-picker-info strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wwx-club-picker-info small {
    color: var(--wwx-text-secondary);
}

.wwx-theme .wwx-club-picker-card > .bi-chevron-right {
    flex: 0 0 auto;
    color: var(--wwx-color-forest-600);
}

@media (max-width: 575.98px) {
    .wwx-theme .wwx-club-picker-modal .modal-dialog {
        margin: 0.5rem;
    }
}

/* ─── Header Context slot (event / page info injected by views) ─────────── */

.wwx-theme .wwx-header-context {
    display: flex;
    align-items: center;
    gap: var(--wwx-space-3);
    flex: 1;
    min-width: 0;
    padding-inline: var(--wwx-space-4);
    overflow: hidden;
}

.wwx-theme .wwx-header-event-logo {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    border-radius: var(--wwx-radius-sm);
    background: rgba(255, 255, 255, 0.6);
    padding: 0.15rem;
}

.wwx-theme .wwx-header-event-info {
    flex: 1;
    min-width: 0;
}

.wwx-theme .wwx-header-event-name {
    font-size: var(--wwx-font-size-md);
    font-weight: 750;
    color: var(--wwx-text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.wwx-theme .wwx-header-event-meta {
    font-size: var(--wwx-font-size-xs);
    color: var(--wwx-text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
    .wwx-theme .wwx-header-context {
        display: none;
    }
}

/* ─── Card text overflow protection ──────────────────────────────────────── */

.wwx-theme.wwx-public-touchpoint .card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

/* ─── Prüfung full-overlay ───────────────────────────────────────────────── */

.wwx-theme.wwx-public-touchpoint .wwx-pr-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(5, 14, 10, 0.74);
    border-radius: inherit;
    backdrop-filter: blur(4px);
    transition: opacity var(--wwx-motion-base) var(--wwx-ease-standard);
}

.wwx-theme.wwx-public-touchpoint .wwx-pr-overlay.active {
    display: flex;
}

.wwx-theme.wwx-public-touchpoint .wwx-pr-overlay-text {
    padding: 1.5rem 2rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

/* ─── Vergangene / abgelaufene Cards ─────────────────────────────────────── */

.wwx-theme.wwx-public-touchpoint .wwx-card-expired {
    opacity: 0.55;
    transition: opacity var(--wwx-motion-base);
}

.wwx-theme.wwx-public-touchpoint .wwx-card-expired:hover {
    opacity: 0.8;
}

/* ─── Pulsing CTA button ─────────────────────────────────────────────────── */

@keyframes wwxPulseGreen {
    0%, 100% { box-shadow: 0 0 0 0 rgba(47, 138, 99, 0.52), 0 0.85rem 1.7rem rgba(22, 101, 52, 0.22); }
    55%       { box-shadow: 0 0 0 0.55rem rgba(47, 138, 99, 0), 0 0.85rem 1.7rem rgba(22, 101, 52, 0.22); }
}

.wwx-theme.wwx-public-touchpoint .btn-pulse {
    animation: wwxPulseGreen 2.2s ease-in-out infinite;
}

.wwx-theme.wwx-public-touchpoint .btn-pulse:hover {
    animation: none;
}
