.welcome-content {
    gap: 20px;
    align-items: flex-start;
}

.welcome-content #content-inner {
    min-width: 0;
}

#content.welcome-content .welcome-panel {
    padding: 20px;
    margin-bottom: 20px;
    background: var(--color-surface-main, #fff);
    border-radius: 8px;
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

.welcome-section-kicker,
.welcome-kicker {
    margin: 0 0 4px;
    color: #557A3E;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .075em;
}

/* Hero */
#content.welcome-content .welcome-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, .75fr);
    gap: 24px;
    overflow: hidden;
    padding: 28px;
    margin-bottom: 20px;
    border: 1px solid rgba(85, 122, 62, .14);
    border-radius: 12px;
    background:
        radial-gradient(circle at 10% 0%, rgba(241, 150, 32, .20), transparent 32%),
        radial-gradient(circle at 92% 100%, rgba(85, 122, 62, .18), transparent 38%),
        linear-gradient(135deg, #fff 0%, #f8fbf5 52%, #fff9f0 100%);
    box-shadow: 0 12px 34px rgba(63, 95, 46, .14);
}

#content.welcome-content .welcome-hero::before,
#content.welcome-content .welcome-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

#content.welcome-content .welcome-hero::before {
    width: 180px;
    height: 180px;
    right: -72px;
    top: -96px;
    border: 28px solid rgba(241, 150, 32, .08);
}

#content.welcome-content .welcome-hero::after {
    width: 140px;
    height: 140px;
    left: 44%;
    bottom: -112px;
    border: 24px solid rgba(85, 122, 62, .07);
}

.welcome-hero-main {
    min-width: 0;
    align-self: center;
}

.welcome-live-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
    margin: 0 0 16px;
    border: 1px solid rgba(63, 160, 82, .22);
    border-radius: 999px;
    background: rgba(238, 250, 240, .88);
    color: #2f7c40;
    font-weight: 700;
}

.welcome-live-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45b95f;
    box-shadow: 0 0 0 4px rgba(69, 185, 95, .14);
    animation: welcome-pulse 2.2s ease-in-out infinite;
}

.welcome-hero-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.welcome-hero-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #f9b14e, #f19620);
    color: #fff;
    box-shadow: 0 8px 18px rgba(241, 150, 32, .28), inset 0 1px rgba(255, 255, 255, .44);
    font-family: "Font Awesome 7 Free";
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    font-style: normal;
}

.welcome-hero-icon.home::before {
    content: "\f015";
}

.welcome-hero-copy {
    min-width: 0;
}

.welcome-hero h1 {
    margin: 0;
    color: #3F5F2E;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.welcome-hero-intro {
    max-width: 720px;
    margin: 18px 0 0;
    color: #4f4b55;
    font-size: 1.06em;
    line-height: 1.65;
}

.welcome-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

#content .welcome-hero-actions {
    border: 0;
}

#content .welcome-hero-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 48%, #e6e6e6 49%, #d9d9d9 100%);
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .10), inset 0 1px rgba(255, 255, 255, .9);
}

#content .welcome-hero-actions a:hover,
#content .welcome-hero-actions a:focus-visible {
    transform: translateY(-1px);
    filter: brightness(.99);
}

#content .welcome-hero-actions .welcome-primary-action {
    border-color: #3F5F2E;
    background: linear-gradient(180deg, #6F914F 0%, #557A3E 52%, #3F5F2E 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(85, 122, 62, .23), inset 0 1px rgba(255, 255, 255, .24);
}

.welcome-hero-community {
    min-width: 0;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(85, 122, 62, .13);
    border-radius: 12px;
    background: rgba(255, 255, 255, .76);
    box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 8px 22px rgba(63, 95, 46, .08);
    backdrop-filter: blur(5px);
}

.welcome-orbit {
    width: 108px;
    height: 108px;
    position: relative;
    display: grid;
    place-items: center;
}

.welcome-orbit > code {
    width: 62px;
    height: 62px;
    z-index: 2;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #6F914F, #3F5F2E);
    color: #fff;
    box-shadow: 0 9px 22px rgba(85, 122, 62, .27);
    font-family: "Font Awesome 7 Free";
    font-size: 27px;
    font-weight: 900;
    font-style: normal;
}

.welcome-orbit > code.friends::before {
    content: "\f0c0";
}

.welcome-orbit-ring {
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(85, 122, 62, .21);
    border-radius: 50%;
}

.welcome-orbit-ring::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 17px;
    border-radius: 50%;
    background: #f19620;
    box-shadow: 0 0 0 4px rgba(241, 150, 32, .16);
}

.welcome-orbit-ring-two {
    inset: 18px;
    transform: rotate(145deg);
    border-color: rgba(241, 150, 32, .24);
}

.welcome-hero-community-copy > span,
.welcome-hero-community-copy > strong {
    display: block;
}

.welcome-hero-community-copy > span {
    color: #77717b;
    font-weight: 700;
}

.welcome-hero-community-copy > strong {
    margin: 2px 0 8px;
    color: #3F5F2E;
    font-size: 2rem;
    line-height: 1;
}

.welcome-hero-community-copy p {
    margin: 8px 0;
    color: #5f5963;
}

.welcome-hero-community-copy > a,
.welcome-inline-link {
    color: #557A3E;
    font-weight: 700;
    text-decoration: none;
}

.welcome-hero-community-copy > a:hover,
.welcome-inline-link:hover {
    text-decoration: underline;
}

.welcome-hero-faces {
    min-height: 34px;
    display: flex;
    align-items: center;
    padding-left: 2px;
}

.welcome-hero-face {
    width: 34px;
    height: 34px;
    position: relative;
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .16);
}

.welcome-hero-face:first-child {
    margin-left: 0;
}

/* Headings */
.welcome-section-heading,
.welcome-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.welcome-section-heading h2,
.welcome-card-header h2 {
    margin: 0;
    color: #3f3745;
}

.welcome-section-heading p:last-child,
.welcome-card-header p:last-child {
    margin: 4px 0 0;
    color: #716b75;
}

#content .welcome-card-header {
    border: 0;
}

#content .welcome-card-header > a:not(.button) {
    flex: 0 0 auto;
    padding-top: 2px;
    color: #557A3E;
    font-weight: 700;
    text-decoration: none;
}

#content .welcome-card-header > a:not(.button):hover {
    text-decoration: underline;
}

#content .welcome-card-header > a.button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
}

/* Stats */
.welcome-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.welcome-stat-card {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e6e1ea;
    border-radius: 10px;
    background: linear-gradient(145deg, #fff, #f8f6fa);
    box-shadow: 0 4px 12px rgba(57, 42, 68, .06);
}

.welcome-stat-card > code {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(85, 122, 62, .10);
    color: #557A3E;
    font-family: "Font Awesome 7 Free";
    font-size: 19px;
    font-weight: 900;
    font-style: normal;
}

.welcome-stat-card > code.friends::before { content: "\f0c0"; }
.welcome-stat-card > code.online::before { content: "\f111"; }
.welcome-stat-card > code.birthday::before { content: "\f1fd"; }
.welcome-stat-card > code.activity::before { content: "\f0e7"; }

.welcome-stat-online > code {
    background: rgba(54, 176, 82, .11);
    color: #2f9b48;
}

.welcome-stat-birthdays > code {
    background: rgba(241, 150, 32, .13);
    color: #d67e0b;
}

.welcome-stat-activity > code {
    background: rgba(48, 129, 204, .11);
    color: #2777bd;
}

.welcome-stat-card strong,
.welcome-stat-card span,
.welcome-stat-card small {
    display: block;
}

.welcome-stat-card strong {
    color: #355D95;
    font-size: 1.6rem;
    line-height: 1;
}

.welcome-stat-card span {
    margin-top: 4px;
    font-weight: 800;
}

.welcome-stat-card small {
    margin-top: 2px;
    color: #817b84;
}

/* Discovery */
.welcome-discovery-panel {
    position: relative;
    overflow: hidden;
}

.welcome-discovery-panel::after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    right: -62px;
    top: -72px;
    border-radius: 50%;
    background: rgba(241, 150, 32, .08);
    pointer-events: none;
}

.welcome-discovery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

#content .welcome-discovery-grid {
    margin: 0;
    border: 0;
}

#content .welcome-discovery-link {
    min-width: 0;
    min-height: 80px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid #e3dfe7;
    border-radius: 10px;
    background: #fbfafc;
    color: #4f4853;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

#content .welcome-discovery-link:hover,
#content .welcome-discovery-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(85, 122, 62, .31);
    background: #fff;
    box-shadow: 0 8px 18px rgba(67, 45, 83, .10);
}

.welcome-discovery-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(85, 122, 62, .10);
    color: #557A3E;
    font-family: "Font Awesome 7 Free";
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
}

.welcome-discovery-copy {
    min-width: 0;
}

.welcome-discovery-copy strong,
.welcome-discovery-copy small {
    display: block;
}

.welcome-discovery-copy strong {
    color: #3d3740;
}

.welcome-discovery-copy small {
    margin-top: 3px;
    overflow: hidden;
    color: #77717b;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.welcome-discovery-arrow {
    color: #9a8fa0;
    font-size: 1.2rem;
}

/* Shared icon names */
.welcome-discovery-icon.profile::before,
#content .welcome-action-list code.profile::before,
#content .welcome-side-actions code.profile::before { content: "\f2bd"; }
.welcome-discovery-icon.added::before,
#content .welcome-action-list code.added::before,
#content .welcome-side-actions code.added::before { content: "\f234"; }
.welcome-discovery-icon.messages::before,
#content .welcome-action-list code.messages::before,
#content .welcome-side-actions code.messages::before { content: "\f0e0"; }
.welcome-discovery-icon.chat::before,
#content .welcome-action-list code.chat::before,
#content .welcome-side-actions code.chat::before { content: "\f27a"; }
.welcome-discovery-icon.games::before,
#content .welcome-action-list code.games::before,
#content .welcome-side-actions code.games::before { content: "\f11b"; }
.welcome-discovery-icon.search::before,
#content .welcome-action-list code.search::before,
#content .welcome-side-actions code.search::before { content: "\f002"; }
.welcome-discovery-icon.login::before,
#content .welcome-action-list code.login::before,
#content .welcome-side-actions code.login::before { content: "\f2f6"; }
.welcome-discovery-icon.help::before,
#content .welcome-action-list code.help::before,
#content .welcome-side-actions code.help::before { content: "\f05a"; }
.welcome-discovery-icon.settings::before,
#content .welcome-action-list code.settings::before,
#content .welcome-side-actions code.settings::before { content: "\f013"; }
.welcome-discovery-icon.link::before,
#content .welcome-action-list code.link::before,
#content .welcome-side-actions code.link::before { content: "\f0c1"; }
.welcome-discovery-icon.friends::before,
#content .welcome-action-list code.friends::before,
#content .welcome-side-actions code.friends::before { content: "\f0c0"; }

/* Activity */
.welcome-activity-list {
    position: relative;
    display: grid;
    gap: 10px;
}

.welcome-activity-list::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 26px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(85, 122, 62, .16), rgba(241, 150, 32, .14));
}

.welcome-activity-list .activity-card {
    min-width: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e4e1e7;
    border-radius: 10px;
    background: #f8f7f9;
    transition: background .16s ease, transform .16s ease, border-color .16s ease;
}

.welcome-activity-list .activity-card:hover {
    transform: translateX(2px);
    border-color: rgba(85, 122, 62, .25);
    background: #fff;
}

.welcome-activity-list .activity-left {
    flex: 0 0 42px;
    z-index: 1;
}

.welcome-activity-list .activity-left img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: cover;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .14);
}

.welcome-activity-list .activity-right {
    min-width: 0;
    flex: 1;
}

.welcome-activity-list .activity-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.welcome-activity-list .name {
    color: #557A3E;
    font-weight: 800;
    text-decoration: none;
}

.welcome-activity-list .name:hover {
    text-decoration: underline;
}

.welcome-activity-list .time {
    flex: 0 0 auto;
    color: #827b85;
}

.welcome-activity-list .activity-text {
    margin-top: 4px;
    color: #514b54;
    line-height: 1.5;
}

/* Feature grid */
.welcome-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#content.welcome-content .welcome-grid .welcome-panel {
    margin-bottom: 0;
}

.welcome-feature-panel {
    position: relative;
    overflow: hidden;
}

.welcome-poll-panel::before,
.welcome-birthday-panel::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -54px;
    border-radius: 50%;
    pointer-events: none;
}

.welcome-poll-panel::before {
    background: rgba(85, 122, 62, .07);
}

.welcome-birthday-panel::before {
    background: rgba(241, 150, 32, .09);
}

.welcome-admin-badge {
    padding: 3px 8px;
    border-radius: 999px;
    background: #edf1f5;
    color: #4B72AA;
    font-weight: 800;
}

.welcome-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.welcome-profile-item {
    min-width: 0;
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e5e1e8;
    border-radius: 10px;
    background: #f8f7f9;
    color: inherit;
    text-decoration: none !important;
    transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.welcome-profile-item:hover,
.welcome-profile-item:focus-visible {
    transform: translateY(-1px);
    background: #fff;
    box-shadow: 0 7px 16px rgba(61, 45, 72, .09);
}

.welcome-profile-avatar {
    width: 46px;
    height: 46px;
    position: relative;
    display: block;
}

.welcome-profile-avatar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    border: 1px solid #d8d3dc;
    box-shadow: var(--shadow-avatar, 0 1px 2px rgba(0, 0, 0, .15));
}

.welcome-profile-avatar img {
    width: 42px;
    height: 42px;
    position: absolute;
    inset: 2px;
    display: block;
    object-fit: cover;
}

.welcome-online-dot {
    width: 11px;
    height: 11px;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 2;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #3eb75a;
}

.welcome-profile-item > span:last-child {
    min-width: 0;
}

.welcome-profile-item strong,
.welcome-profile-item small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.welcome-profile-item strong {
    color: #403942;
}

.welcome-profile-item small {
    margin-top: 2px;
    color: #77717b;
}

.welcome-birthday-list {
    display: grid;
    gap: 9px;
}

.welcome-birthday-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: #fffaf2;
    color: inherit;
    text-decoration: none !important;
}

.welcome-birthday-item:hover {
    background: #fff;
    box-shadow: 0 6px 14px rgba(84, 57, 25, .08);
}

.welcome-birthday-item img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: var(--shadow-avatar, 0 1px 2px rgba(0, 0, 0, .15));
}

.welcome-birthday-copy {
    min-width: 0;
}

.welcome-birthday-copy strong,
.welcome-birthday-copy span {
    display: block;
}

.welcome-birthday-copy strong {
    overflow: hidden;
    color: #4b3f31;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.welcome-birthday-copy span {
    margin-top: 2px;
    color: #87745f;
}

.welcome-birthday-confetti {
    color: #f19620;
    font-size: 1.35rem;
}

/* Sidebar */
.welcome-sidebar {
    width: 300px;
    flex: 0 0 300px;
}

#content.welcome-content .welcome-sidebar .welcome-panel {
    margin-bottom: 20px;
}

.welcome-sidebar h2 {
    margin: 0 0 12px;
    color: #443b47;
}

.welcome-weather-panel:empty,
.welcome-weather-panel #weather:empty {
    display: none;
}

.welcome-weather-panel .weather-card {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.welcome-privacy-panel article {
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.welcome-privacy-panel article p:last-child {
    margin-bottom: 0;
}

.welcome-community-moment {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(241, 150, 32, .16), transparent 36%),
        linear-gradient(145deg, #fff, #f7fafc) !important;
}

.welcome-moment-visual {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    float: right;
    margin: -42px 0 8px 10px;
    border-radius: 14px;
    background: linear-gradient(145deg, #6F914F, #3F5F2E);
    color: #fff;
    box-shadow: 0 8px 18px rgba(85, 122, 62, .22);
}

.welcome-moment-visual code {
    font-family: "Font Awesome 7 Free";
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
}

.welcome-moment-visual code.sparkles::before {
    content: "\f005";
}

.welcome-community-moment > p:not(.welcome-section-kicker) {
    clear: both;
    color: #5e5661;
    line-height: 1.55;
}

#content .welcome-action-list,
#content .welcome-side-actions {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    margin: 0;
    border: 1px solid #E3E5E8;
    border-radius: 8px;
    background: #fff;
}

#content .welcome-action-list a,
#content .welcome-side-actions a {
    min-height: 46px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid #E3E5E8;
    color: #555;
    text-decoration: none;
}

#content .welcome-action-list a:last-child,
#content .welcome-side-actions a:last-child {
    border-bottom: 0;
}

#content .welcome-action-list a:hover,
#content .welcome-side-actions a:hover {
    background: #F5F3F7;
    color: #302a33;
}

#content .welcome-action-list code,
#content .welcome-side-actions code {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: rgba(85, 122, 62, .09);
    color: #557A3E;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-style: normal;
}

.welcome-check-list {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0 0 14px;
    list-style: none;
}

.welcome-check-list li {
    position: relative;
    padding-left: 26px;
    color: #5d565f;
}

.welcome-check-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: #3b9b50;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

.notification-loading,
.welcome-panel > .notification {
    margin-bottom: 0;
}

@keyframes welcome-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.82); opacity: .65; }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-live-label span {
        animation: none;
    }

    #content .welcome-hero-actions a,
    #content .welcome-discovery-link,
    .welcome-activity-list .activity-card,
    .welcome-profile-item {
        transition: none;
    }
}

@media (max-width: 1180px) {
    .welcome-hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .welcome-hero-community {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .welcome-orbit {
        width: 88px;
        height: 88px;
    }

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

@media (max-width: 1024px) {
    .welcome-content {
        display: block;
    }

    .welcome-sidebar {
        width: auto;
        margin-top: 20px;
    }

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

@media (max-width: 768px) {
    #content.welcome-content .welcome-hero {
        padding: 20px;
    }

    .welcome-hero-heading {
        align-items: flex-start;
    }

    .welcome-hero-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 12px;
        font-size: 24px;
    }

    .welcome-hero h1 {
        font-size: 2rem;
    }

    .welcome-hero-community {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 14px;
    }

    .welcome-orbit {
        width: 70px;
        height: 70px;
    }

    .welcome-orbit > code {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .welcome-stats,
    .welcome-grid,
    .welcome-discovery-grid,
    .welcome-profile-grid {
        grid-template-columns: 1fr;
    }

    .welcome-card-header,
    .welcome-section-heading {
        align-items: flex-start;
    }

    .welcome-activity-list .activity-top {
        display: block;
    }

    .welcome-activity-list .time {
        display: block;
        margin-top: 2px;
    }
}

@media (max-width: 480px) {
    .welcome-hero-heading {
        display: block;
    }

    .welcome-hero-icon {
        margin-bottom: 12px;
    }

    .welcome-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    #content .welcome-hero-actions a {
        width: 100%;
    }

    .welcome-hero-community {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .welcome-orbit,
    .welcome-hero-faces {
        margin-inline: auto;
    }

    .welcome-stat-card {
        padding: 13px;
    }
}

/* Pixel-perfect verfijning welkomspagina — r113 */
.welcome-content {
    --welcome-space-xs: 6px;
    --welcome-space-sm: 10px;
    --welcome-space-md: 16px;
    --welcome-space-lg: 20px;
    --welcome-panel-radius: 10px;
    --welcome-item-radius: 8px;
    --welcome-panel-border: #e2dfe5;
    --welcome-soft-surface: #f8f7f9;
    --welcome-panel-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 0 0 1px rgba(106,136,182,.14), 0 2px 4px rgba(47,104,204,.08), 0 10px 20px rgba(47,104,204,.10);
    gap: var(--welcome-space-lg);
}

#content.welcome-content .welcome-panel {
    position: relative;
    padding: var(--welcome-space-lg);
    margin-bottom: var(--welcome-space-lg);
    border: 1px solid var(--welcome-panel-border);
    border-radius: var(--welcome-panel-radius);
    box-shadow: var(--welcome-panel-shadow);
}

.welcome-section-kicker,
.welcome-kicker {
    margin-bottom: var(--welcome-space-xs);
    line-height: 1.2;
}

#content.welcome-content .welcome-hero {
    min-height: 286px;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr);
    gap: 28px;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(63, 95, 46, .13);
}

.welcome-live-label {
    min-height: 30px;
    padding: 5px 11px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.welcome-hero-heading {
    gap: 16px;
}

.welcome-hero-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-radius: 13px;
    font-size: 28px;
}

.welcome-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    line-height: 1.08;
}

.welcome-hero-intro {
    max-width: 660px;
    margin-top: 16px;
    line-height: 1.6;
}

.welcome-hero-actions {
    gap: 10px;
    margin-top: 20px;
}

#content .welcome-hero-actions a {
    min-height: 40px;
    padding-inline: 17px;
    border-radius: 5px;
}

.welcome-hero-community {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
    border-radius: var(--welcome-panel-radius);
}

.welcome-orbit {
    width: 96px;
    height: 96px;
}

.welcome-orbit > code {
    width: 58px;
    height: 58px;
    font-size: 25px;
}

.welcome-hero-community-copy > strong {
    margin: 3px 0 10px;
    font-variant-numeric: tabular-nums;
}

.welcome-hero-community-copy p {
    margin: 9px 0;
    line-height: 1.45;
}

.welcome-hero-faces {
    min-height: 36px;
}

.welcome-hero-face {
    width: 36px;
    height: 36px;
}

.welcome-section-heading,
.welcome-card-header {
    gap: var(--welcome-space-md);
    margin-bottom: 18px;
}

.welcome-section-heading h2,
.welcome-card-header h2,
.welcome-sidebar h2 {
    line-height: 1.2;
    letter-spacing: -.01em;
}

.welcome-section-heading p:last-child,
.welcome-card-header p:last-child {
    max-width: 700px;
    margin-top: var(--welcome-space-xs);
    line-height: 1.5;
}

#content .welcome-card-header > a:not(.button) {
    padding-top: 3px;
    white-space: nowrap;
}

/* Gelijke en rustigere statistiekkaarten. */
.welcome-stats {
    gap: 12px;
}

.welcome-stat-card {
    min-height: 94px;
    gap: 12px;
    padding: 14px;
    border-radius: var(--welcome-item-radius);
    background: linear-gradient(145deg, #fff 0%, #faf9fb 100%);
    box-shadow: 0 3px 10px rgba(57, 42, 68, .055);
}

.welcome-stat-card > code {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: var(--welcome-item-radius);
}

.welcome-stat-card strong {
    font-size: 1.55rem;
    font-variant-numeric: tabular-nums;
}

.welcome-stat-card span {
    margin-top: 5px;
    line-height: 1.2;
}

.welcome-stat-card small {
    margin-top: 3px;
    line-height: 1.3;
}

/* Actiekaarten blijven even hoog en tekst wordt niet afgekapt. */
.welcome-discovery-grid {
    grid-auto-rows: 1fr;
    gap: 12px;
}

#content .welcome-discovery-link {
    min-height: 86px;
    height: 100%;
    grid-template-columns: 44px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 13px;
    border-radius: var(--welcome-item-radius);
}

.welcome-discovery-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--welcome-item-radius);
}

.welcome-discovery-copy strong {
    line-height: 1.25;
}

.welcome-discovery-copy small {
    margin-top: 4px;
    overflow: visible;
    line-height: 1.35;
    text-overflow: clip;
    white-space: normal;
}

.welcome-discovery-arrow {
    justify-self: end;
    font-size: 1.35rem;
    line-height: 1;
}

/* Tijdlijn exact door het midden van de avatars. */
.welcome-activity-list {
    gap: 10px;
}

.welcome-activity-list::before {
    left: 33px;
}

.welcome-activity-list .activity-card {
    min-height: 68px;
    gap: 12px;
    padding: 12px;
    border-radius: var(--welcome-item-radius);
    background: #faf9fb;
}

.welcome-activity-list .activity-top {
    min-height: 20px;
}

.welcome-activity-list .activity-text {
    margin-top: 3px;
    line-height: 1.45;
}

/* Kaarten in het onderste raster zijn per rij even hoog. */
.welcome-grid {
    grid-auto-rows: 1fr;
}

.welcome-grid > .welcome-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.welcome-grid > .welcome-panel > :last-child,
.welcome-grid > .welcome-panel > #pollContainer,
.welcome-grid > .welcome-panel > .welcome-birthday-list,
.welcome-grid > .welcome-panel > .welcome-profile-grid {
    flex: 1;
}

.welcome-profile-grid,
.welcome-birthday-list {
    align-content: start;
    gap: 10px;
}

.welcome-profile-item,
.welcome-birthday-item {
    min-height: 66px;
    padding: 10px;
    border-radius: var(--welcome-item-radius);
    background: var(--welcome-soft-surface);
}

.welcome-profile-item strong,
.welcome-birthday-copy strong {
    line-height: 1.25;
}

.welcome-profile-item small,
.welcome-birthday-copy span {
    margin-top: 3px;
    line-height: 1.3;
}

.welcome-birthday-item {
    background: #fffaf2;
}

/* Rechterkolom sluit optisch exact aan op de hoofdkaarten. */
.welcome-sidebar {
    width: 300px;
    flex: 0 0 300px;
}

#content.welcome-content .welcome-sidebar .welcome-panel {
    margin-bottom: var(--welcome-space-lg);
}

#content.welcome-content .welcome-sidebar .welcome-panel:last-child {
    margin-bottom: 0;
}

.welcome-sidebar h2 {
    margin-bottom: var(--welcome-space-sm);
}

.welcome-community-moment > p:not(.welcome-section-kicker),
.welcome-side-card > p:not(.welcome-section-kicker) {
    line-height: 1.55;
}

#content .welcome-action-list,
#content .welcome-side-actions {
    border-radius: var(--welcome-item-radius);
}

#content .welcome-action-list a,
#content .welcome-side-actions a {
    min-height: 48px;
    padding: 9px 12px;
}

.welcome-check-list {
    gap: 10px;
}

.welcome-check-list li {
    line-height: 1.45;
}

.notification-loading,
.welcome-panel > .notification {
    min-height: 54px;
    display: grid;
    place-items: center;
    margin: 0;
    text-align: center;
}

/* Eenduidige toetsenbordfocus zonder layoutverspringing. */
#content.welcome-content a:focus-visible,
#content.welcome-content button:focus-visible {
    outline: 3px solid rgba(85, 122, 62, .28);
    outline-offset: 2px;
}

@media (max-width: 1180px) {
    #content.welcome-content .welcome-hero {
        min-height: 0;
        gap: 20px;
    }

    .welcome-hero-community {
        grid-template-columns: 96px minmax(0, 1fr);
    }
}

@media (max-width: 1024px) {
    .welcome-sidebar {
        width: auto;
        margin-top: 0;
    }

    #content.welcome-content .welcome-sidebar .welcome-panel:last-child {
        margin-bottom: var(--welcome-space-lg);
    }
}

@media (max-width: 768px) {
    .welcome-content {
        --welcome-space-lg: 16px;
        --welcome-space-md: 14px;
    }

    #content.welcome-content .welcome-panel,
    #content.welcome-content .welcome-hero {
        padding: 16px;
        border-radius: 9px;
    }

    .welcome-hero-heading {
        gap: 12px;
    }

    .welcome-hero-intro {
        margin-top: 14px;
    }

    .welcome-hero-actions {
        margin-top: 18px;
    }

    .welcome-card-header,
    .welcome-section-heading {
        gap: 12px;
        margin-bottom: 14px;
    }

    .welcome-stat-card {
        min-height: 84px;
    }

    #content .welcome-discovery-link {
        min-height: 78px;
    }

    .welcome-grid {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .welcome-live-label {
        margin-bottom: 12px;
    }

    .welcome-hero h1 {
        font-size: 1.9rem;
    }

    .welcome-hero-community {
        gap: 12px;
    }

    .welcome-section-heading,
    .welcome-card-header {
        display: block;
    }

    #content .welcome-card-header > a,
    #content .welcome-card-header > .button {
        width: max-content;
        margin-top: 10px;
    }

    .welcome-activity-list::before {
        left: 31px;
    }

    .welcome-activity-list .activity-card {
        padding: 10px;
    }

    .welcome-profile-item,
    .welcome-birthday-item {
        min-height: 64px;
    }
}

/* r114: onderdelen na "Nu op Snoeten.nl" staan onder elkaar. */
.welcome-after-activity-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--welcome-space-lg, 20px);
}

#content.welcome-content .welcome-after-activity-stack > .welcome-panel {
    width: 100%;
    margin-bottom: 0;
}

/* Brede verjaardagen-marquee. */
.welcome-birthday-marquee-panel {
    overflow: hidden;
}

.welcome-birthday-marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eadfce;
    border-radius: var(--welcome-item-radius, 10px);
    background: linear-gradient(90deg, #fffaf2, #fff 50%, #fffaf2);
}

.welcome-birthday-track {
    width: max-content;
    min-width: 100%;
    display: flex;
    align-items: stretch;
}

.welcome-birthday-sequence {
    min-width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    box-sizing: border-box;
}

.welcome-birthday-marquee.is-animated .welcome-birthday-track {
    animation: welcome-birthday-marquee 34s linear infinite;
}

.welcome-birthday-marquee.is-animated:hover .welcome-birthday-track,
.welcome-birthday-marquee.is-animated:focus-within .welcome-birthday-track {
    animation-play-state: paused;
}

.welcome-birthday-sequence .welcome-birthday-item {
    width: clamp(230px, 28vw, 310px);
    min-height: 66px;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, .88);
}

.welcome-birthday-track > .notification,
.welcome-birthday-track > .notification-loading {
    width: 100%;
    min-width: min(100%, 560px);
}

@keyframes welcome-birthday-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Nieuwe en online leden delen één brede kaart. */
.welcome-members-combined-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.welcome-member-group {
    min-width: 0;
    padding: 16px;
    border: 1px solid #e5e1e8;
    border-radius: var(--welcome-item-radius, 10px);
    background: var(--welcome-soft-surface, #f8f7f9);
}

.welcome-online-group {
    background: linear-gradient(145deg, #f8fbf8, #f6f9f7);
    border-color: #dce9df;
}

.welcome-member-group-header {
    min-height: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(72, 63, 75, .10);
}

.welcome-member-group-header h3 {
    margin: 0;
    color: #443b47;
    font-size: 1.12em;
    line-height: 1.25;
}

#content .welcome-member-group-header > a {
    flex: 0 0 auto;
    margin-top: 2px;
    font-weight: 700;
    text-decoration: none;
}

.welcome-members-combined-panel .welcome-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (prefers-reduced-motion: reduce) {
    .welcome-birthday-marquee {
        overflow-x: auto;
    }

    .welcome-birthday-marquee.is-animated .welcome-birthday-track {
        animation: none;
    }

    .welcome-birthday-duplicate {
        display: none;
    }
}

@media (max-width: 900px) {
    .welcome-members-combined-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .welcome-after-activity-stack {
        gap: var(--welcome-space-lg, 16px);
    }

    .welcome-birthday-marquee {
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .welcome-birthday-marquee.is-animated .welcome-birthday-track {
        animation: none;
    }

    .welcome-birthday-duplicate {
        display: none;
    }

    .welcome-birthday-track {
        width: max-content;
        min-width: 100%;
    }

    .welcome-birthday-sequence .welcome-birthday-item {
        width: min(78vw, 300px);
    }

    .welcome-members-combined-panel .welcome-profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .welcome-member-group {
        padding: 12px;
    }

    .welcome-member-group-header {
        display: block;
        min-height: 0;
    }

    #content .welcome-member-group-header > a {
        display: inline-block;
        margin-top: 8px;
    }
}


/* r115: verjaardagenstrook natuurlijk swipebaar op touchapparaten. */
.welcome-birthday-marquee {
    touch-action: pan-x;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.welcome-birthday-sequence .welcome-birthday-item {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

@media (hover: none), (pointer: coarse) {
    .welcome-birthday-marquee {
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .welcome-birthday-marquee.is-animated .welcome-birthday-track {
        animation: none;
        transform: none;
    }

    .welcome-birthday-duplicate {
        display: none;
    }

    .welcome-birthday-track {
        width: max-content;
        min-width: 100%;
    }

    .welcome-birthday-sequence {
        min-width: max-content;
    }
}

/* r116: pollbeheer in een popup en een automatisch bewegende, swipebare verjaardagstrook. */
body.welcome-modal-open {
    overflow: hidden;
}

.welcome-poll-open {
    flex: 0 0 auto;
    white-space: nowrap;
}

.welcome-poll-modal[hidden] {
    display: none !important;
}

.welcome-poll-modal {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(29, 24, 31, .58);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
}

.welcome-poll-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.welcome-poll-modal-dialog {
    width: min(100%, 560px);
    max-height: min(86vh, 720px);
    overflow: auto;
    padding: 20px;
    border: 1px solid rgba(68, 59, 71, .14);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(34, 27, 36, .28);
    transform: translateY(10px) scale(.985);
    transition: transform .18s ease;
}

.welcome-poll-modal.is-open .welcome-poll-modal-dialog {
    transform: translateY(0) scale(1);
}

.welcome-poll-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(68, 59, 71, .12);
}

.welcome-poll-modal-header h2 {
    margin: 2px 0 0;
    color: #443b47;
}

.welcome-poll-modal-close {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid #ddd6df;
    border-radius: 50%;
    background: #f5f3f6;
    color: #554b58;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.welcome-poll-modal-close:hover,
.welcome-poll-modal-close:focus-visible {
    background: #ece8ee;
    border-color: #cfc5d2;
}

.welcome-poll-admin-form.poll-admin {
    margin: 0;
    padding: 0;
    border: 0;
}

.welcome-poll-admin-form input {
    width: 100%;
    box-sizing: border-box;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #d9d3dc;
    border-radius: 7px;
    background: #fff;
}

.welcome-poll-admin-form input:focus {
    border-color: #f18a24;
    outline: 3px solid rgba(241, 138, 36, .14);
}

.welcome-poll-admin-form .poll-admin-actions {
    justify-content: flex-end;
    padding-top: 14px;
    margin-top: 8px;
    border-top: 1px solid rgba(68, 59, 71, .10);
}

.poll-admin-feedback:empty {
    display: none;
}

.welcome-member-group-header {
    min-height: 0;
}

.welcome-birthday-marquee.is-swiping .welcome-birthday-track {
    animation-play-state: paused !important;
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {
    .welcome-birthday-marquee {
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .welcome-birthday-marquee.is-animated .welcome-birthday-track {
        animation: welcome-birthday-marquee 34s linear infinite !important;
    }

    .welcome-birthday-duplicate {
        display: flex !important;
    }

    .welcome-birthday-sequence {
        min-width: 100%;
    }
}

@media (max-width: 560px) {
    .welcome-poll-modal {
        align-items: end;
        padding: 12px;
    }

    .welcome-poll-modal-dialog {
        width: 100%;
        max-height: 88vh;
        padding: 16px;
        border-radius: 12px;
    }

    .welcome-poll-open {
        width: auto;
    }

    .welcome-poll-admin-form .poll-admin-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-poll-modal,
    .welcome-poll-modal-dialog {
        transition: none;
    }

    .welcome-birthday-marquee.is-animated .welcome-birthday-track {
        animation: none !important;
    }
}

/* r118: compacte ledenlijsten, rustigere acties en expliciete gaststatus. */
.welcome-members-combined-panel .welcome-profile-grid {
    grid-template-columns: minmax(0, 1fr);
}

.welcome-members-combined-panel .welcome-profile-item {
    width: 100%;
}

.welcome-online-guest-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid #cfe3d3;
    border-radius: 999px;
    background: #edf8ef;
    color: #28773a;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

/* Jouw volgende klik: twee rustige, brede acties per rij. */
.welcome-discovery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#content .welcome-discovery-link {
    min-height: 82px;
    padding: 13px 14px;
    border-color: #e1dce5;
    background: linear-gradient(145deg, #fff 0%, #faf8fc 100%);
}

#content .welcome-discovery-link:nth-child(3n + 1) .welcome-discovery-icon {
    background: rgba(241, 150, 32, .13);
    color: #c87308;
}

#content .welcome-discovery-link:nth-child(3n + 2) .welcome-discovery-icon {
    background: rgba(48, 129, 204, .11);
    color: #2777bd;
}

#content .welcome-discovery-link:nth-child(3n) .welcome-discovery-icon {
    background: rgba(54, 176, 82, .11);
    color: #2f9147;
}

.welcome-discovery-arrow {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf1f5;
    color: #4B72AA;
}

@media (max-width: 620px) {
    .welcome-discovery-grid {
        grid-template-columns: 1fr;
    }
}

/* r118: weerkaart passend in de Welkom-zijbalk. */
.welcome-weather-panel {
    padding: 0 !important;
    overflow: hidden;
}

.welcome-weather-panel .weather-card {
    max-width: none;
    margin: 0;
    padding: 18px;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.welcome-weather-panel .weather-icon-wrap {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 15px;
}

.welcome-weather-panel .weather-icon-wrap img {
    width: 46px;
    height: 46px;
}

.welcome-weather-panel .weather-temperature {
    font-size: 3rem;
}

.welcome-weather-panel .weather-details {
    grid-template-columns: 1fr;
}

.welcome-weather-panel .weather-detail:nth-child(n + 5) {
    display: none;
}

/* r497: paginabrede kop, eigen SVG-set en pixel-perfect Welkom-opbouw. */
.welcome-svg-sprite {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

.welcome-svg-icon,
.welcome-link-icon {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#container.welcome-page-shell #main {
    min-width: 0;
}

#container.welcome-page-shell #content.welcome-content {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start !important;
    gap: 20px !important;
    padding: 0 !important;
    background: transparent !important;
}

#container.welcome-page-shell #content.welcome-content > .welcome-page-header {
    width: 100% !important;
    max-width: none !important;
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 !important;
}

#container.welcome-page-shell #content.welcome-content > #content-inner {
    width: 100% !important;
    min-width: 0;
    max-width: none !important;
    grid-column: 1;
    grid-row: 2;
}

#container.welcome-page-shell #content.welcome-content > .welcome-sidebar {
    width: 320px !important;
    min-width: 0;
    max-width: 320px;
    grid-column: 2;
    grid-row: 2;
    margin: 0 !important;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header {
    min-height: 232px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr);
    align-items: stretch;
    gap: 22px;
    isolation: isolate;
    overflow: hidden;
    padding: 24px !important;
    border: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 0 0, rgba(241, 150, 32, .18), transparent 30%),
        radial-gradient(circle at 93% 118%, rgba(85, 122, 62, .20), transparent 38%),
        linear-gradient(135deg, #fff 0%, #f8faf6 56%, #fffaf2 100%);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header::before,
#container.site-shell-r420 #content.welcome-content .welcome-page-header::after {
    display: block;
    z-index: -1;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header::before {
    width: 180px;
    height: 180px;
    right: -76px;
    top: -104px;
    border: 28px solid rgba(241, 150, 32, .08);
    background: transparent;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header::after {
    width: 130px;
    height: 130px;
    left: 45%;
    bottom: -104px;
    border: 22px solid rgba(85, 122, 62, .07);
    background: transparent;
}

.welcome-page-header .welcome-hero-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-page-header .welcome-live-label {
    width: max-content;
    min-height: 28px;
    padding: 4px 10px;
    margin: 0 0 13px;
    border-color: rgba(56, 151, 75, .20);
    background: rgba(240, 249, 241, .92);
    font-size: .92em;
}

.welcome-page-header .welcome-hero-heading {
    align-items: center;
    gap: 14px;
}

.welcome-page-header .welcome-hero-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    box-sizing: border-box;
    padding: 13px;
    border-radius: 13px;
    background: linear-gradient(145deg, #f8ad47, #ed8b12);
    color: #fff;
    stroke-width: 1.7;
    box-shadow: 0 7px 16px rgba(241, 150, 32, .24), inset 0 1px rgba(255, 255, 255, .38);
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header h1 {
    color: #3f5f2e;
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.06;
}

.welcome-page-header .welcome-hero-intro {
    max-width: 760px;
    margin: 14px 0 0;
    color: #545a60 !important;
    font-size: 1.02em;
    line-height: 1.55;
}

.welcome-page-header .welcome-hero-actions {
    margin-top: 18px;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-actions a.button {
    min-height: 38px;
    padding: 7px 15px;
    border: 1px solid #c5c9c2;
    border-radius: 5px;
    background: #fff;
    color: #343a40;
    line-height: 1.35;
    box-shadow: 0 2px 5px rgba(34, 45, 29, .08);
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-actions .welcome-primary-action {
    border-color: #4e7338;
    background: linear-gradient(180deg, #6e944f, #52783b);
    color: #fff;
    box-shadow: 0 5px 12px rgba(71, 105, 51, .20), inset 0 1px rgba(255, 255, 255, .20);
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-actions a.button:hover,
#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-actions a.button:focus-visible {
    border-color: #557a3e;
    background: #f4f8f1;
    color: #314a23;
    box-shadow: 0 4px 10px rgba(64, 88, 51, .12);
    transform: translateY(-1px);
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-actions .welcome-primary-action:hover,
#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-actions .welcome-primary-action:focus-visible {
    background: linear-gradient(180deg, #779f56, #5b8242);
    color: #fff;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
    min-width: 0;
    grid-template-columns: 92px minmax(0, 1fr);
    align-content: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(85, 122, 62, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 7px 20px rgba(55, 78, 43, .08), inset 0 1px rgba(255, 255, 255, .88);
}

.welcome-page-header .welcome-orbit {
    width: 92px;
    height: 92px;
}

.welcome-page-header .welcome-orbit-icon {
    width: 56px;
    height: 56px;
    z-index: 2;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 50%;
    background: linear-gradient(145deg, #6f914f, #3f5f2e);
    color: #fff;
    box-shadow: 0 8px 19px rgba(85, 122, 62, .24);
}

.welcome-page-header .welcome-orbit-ring {
    inset: 4px;
}

.welcome-page-header .welcome-orbit-ring-two {
    inset: 15px;
}

.welcome-page-header .welcome-hero-community-copy > strong {
    margin-bottom: 8px;
    color: #3f5f2e;
    font-size: 1.9rem;
}

.welcome-page-header .welcome-hero-community-copy p {
    margin: 7px 0 0;
}

/* Alle zichtbare Welkom-iconen gebruiken dezelfde rustige lijntekening. */
.welcome-stat-card > .welcome-svg-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    background: rgba(85, 122, 62, .10);
    color: #557a3e;
}

.welcome-stat-online > .welcome-svg-icon {
    background: rgba(54, 176, 82, .11);
    color: #2f9147;
}

.welcome-stat-birthdays > .welcome-svg-icon {
    background: rgba(241, 150, 32, .13);
    color: #c87308;
}

.welcome-stat-activity > .welcome-svg-icon {
    background: rgba(48, 129, 204, .11);
    color: #2777bd;
}

.welcome-discovery-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(85, 122, 62, .10);
    color: #557a3e;
}

.welcome-discovery-icon .welcome-svg-icon {
    width: 22px;
    height: 22px;
}

.welcome-discovery-icon::before,
.welcome-stat-card > .welcome-svg-icon::before,
.welcome-action-icon::before,
.welcome-check-list li::before {
    content: none !important;
}

.welcome-discovery-arrow .welcome-svg-icon {
    width: 15px;
    height: 15px;
}

.welcome-heading-icon {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 34px;
    margin-right: 9px;
    border-radius: 8px;
    background: #eef5e9;
    color: #557a3e;
    vertical-align: middle;
}

.welcome-heading-icon .welcome-svg-icon {
    width: 19px;
    height: 19px;
}

.welcome-poll-panel .welcome-card-header h2 {
    display: flex;
    align-items: center;
}

.welcome-moment-visual .welcome-svg-icon {
    width: 24px;
    height: 24px;
}

.welcome-link-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

#content .welcome-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.welcome-action-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: rgba(85, 122, 62, .09);
    color: #557a3e;
}

.welcome-action-icon .welcome-svg-icon {
    width: 18px;
    height: 18px;
}

#content .welcome-action-list a,
#content .welcome-side-actions a {
    gap: 10px;
}

.welcome-birthday-confetti {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #fff2dc;
    color: #d17b0c;
}

.welcome-birthday-confetti .welcome-svg-icon {
    width: 21px;
    height: 21px;
}

.welcome-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding-left: 0;
}

.welcome-check-list li > .welcome-svg-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin-top: 1px;
    color: #3b9550;
    stroke-width: 2.2;
}

/* Het weer is één geïntegreerde, speelse maar volwassen zijbalkkaart. */
#content.welcome-content .welcome-sidebar .welcome-weather-panel {
    padding: 0 !important;
    overflow: hidden;
    border-radius: 8px;
}

.welcome-weather-panel .weather-card {
    max-width: none;
    margin: 0;
    padding: 18px;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.welcome-weather-panel .weather-top {
    grid-template-columns: 58px minmax(0, 1fr);
}

.welcome-weather-panel .weather-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
}

.welcome-weather-panel .weather-main-icon {
    width: 36px;
    height: 36px;
}

.welcome-weather-panel .weather-temperature {
    font-size: 3rem;
}

.welcome-weather-panel .weather-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.welcome-weather-panel .weather-detail:nth-child(n + 5) {
    display: grid;
}

/* Poll sluit nu visueel aan bij de witte Snoeten-blokken. */
.welcome-poll-panel {
    overflow: hidden;
}

.welcome-poll-panel::before {
    width: 150px;
    height: 150px;
    right: -76px;
    bottom: -88px;
    background: rgba(85, 122, 62, .055);
}

.welcome-poll-panel #pollContainer > h3 {
    padding: 14px 16px;
    margin: 0 0 12px;
    border-left: 4px solid #557a3e;
    border-radius: 0 7px 7px 0;
    background: #f2f6ef;
    color: #344a28;
    font-size: 1.08em;
    line-height: 1.4;
}

.welcome-poll-panel .poll-form {
    display: grid;
    gap: 8px;
}

.welcome-poll-panel .poll-option {
    min-height: 54px;
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 10px;
    padding: 10px 12px;
    border: 1px solid #e0e4dd;
    border-radius: 8px;
    background: #fafbfa;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.welcome-poll-panel .poll-option:hover {
    border-color: #b9ceb0;
    background: #f6f9f4;
}

.welcome-poll-panel .poll-option.selected {
    border-color: #8eae80;
    background: #eef5e9;
    box-shadow: inset 3px 0 #557a3e;
}

.welcome-poll-panel .poll-option input[type="radio"] {
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;
    margin: 0;
    appearance: none;
    border: 2px solid #a9b0a5;
    border-radius: 50%;
    background: #fff;
}

.welcome-poll-panel .poll-option input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #557a3e;
    transform: scale(0);
    transition: transform .12s ease;
}

.welcome-poll-panel .poll-option input[type="radio"]:checked {
    border-color: #557a3e;
}

.welcome-poll-panel .poll-option input[type="radio"]:checked::before {
    transform: scale(1);
}

.welcome-poll-panel .poll-option-text {
    color: #414840;
    font-weight: 700;
}

.welcome-poll-panel .poll-option small {
    grid-column: 3;
    grid-row: 1;
    color: #737c72;
    opacity: 1;
    white-space: nowrap;
}

.welcome-poll-panel .poll-bar {
    grid-column: 2 / 4;
    height: 7px;
    margin-top: 3px;
    border-radius: 999px;
    background: #e7ebe5;
}

.welcome-poll-panel .poll-bar span {
    background: linear-gradient(90deg, #719654, #557a3e);
}

.welcome-poll-panel .poll-form.has-voted .poll-option {
    grid-template-columns: minmax(0, 1fr) auto;
}

.welcome-poll-panel .poll-form.has-voted .poll-option small {
    grid-column: 2;
}

.welcome-poll-panel .poll-form.has-voted .poll-bar {
    grid-column: 1 / 3;
}

.welcome-poll-panel #pollVoteForm > button[type="submit"] {
    width: max-content;
    min-height: 38px;
    justify-self: end;
    padding: 7px 17px;
    margin-top: 4px;
    border: 1px solid #4c7137;
    border-radius: 5px;
    background: linear-gradient(180deg, #6e944f, #52783b);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(65, 98, 46, .16);
}

.welcome-poll-panel .poll-total,
.welcome-poll-panel .poll-voted {
    width: max-content;
    padding: 5px 9px;
    margin: 10px 0 0;
    border-radius: 999px;
    background: #f0f2ef;
    color: #687067;
    opacity: 1;
}

.welcome-poll-panel .poll-admin-tools {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
    margin-top: 14px;
    border-top-color: #e4e7e2;
}

.welcome-poll-modal-close .welcome-svg-icon {
    width: 18px;
    height: 18px;
}

@media (max-width: 1120px) {
    #container.welcome-page-shell #content.welcome-content {
        grid-template-columns: minmax(0, 1fr) 292px;
    }

    #container.welcome-page-shell #content.welcome-content > .welcome-sidebar {
        width: 292px !important;
        max-width: 292px;
    }

    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    }

    .welcome-weather-panel .weather-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    #container.welcome-page-shell #content.welcome-content {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    #container.welcome-page-shell #content.welcome-content > .welcome-page-header,
    #container.welcome-page-shell #content.welcome-content > #content-inner,
    #container.welcome-page-shell #content.welcome-content > .welcome-sidebar {
        width: 100% !important;
        max-width: none;
        grid-column: 1;
    }

    #container.welcome-page-shell #content.welcome-content > .welcome-page-header {
        grid-row: 1;
    }

    #container.welcome-page-shell #content.welcome-content > #content-inner {
        grid-row: 2;
    }

    #container.welcome-page-shell #content.welcome-content > .welcome-sidebar {
        grid-row: 3;
    }

    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .welcome-weather-panel .weather-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        gap: 16px;
        padding: 18px !important;
    }

    #container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
        grid-template-columns: 74px minmax(0, 1fr);
        padding: 14px;
        text-align: left;
    }

    .welcome-page-header .welcome-orbit {
        width: 72px;
        height: 72px;
        margin: 0;
    }

    .welcome-page-header .welcome-orbit-icon {
        width: 46px;
        height: 46px;
        padding: 11px;
    }

    .welcome-page-header .welcome-hero-faces {
        margin: 0;
    }

    .welcome-poll-panel .poll-option,
    .welcome-poll-panel .poll-form.has-voted .poll-option {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .welcome-poll-panel .poll-option small,
    .welcome-poll-panel .poll-form.has-voted .poll-option small {
        grid-column: 2;
        grid-row: 2;
        white-space: normal;
    }

    .welcome-poll-panel .poll-bar,
    .welcome-poll-panel .poll-form.has-voted .poll-bar {
        grid-column: 2;
    }

    .welcome-poll-panel .poll-form.has-voted .poll-option-text {
        grid-column: 1 / 3;
    }

    .welcome-poll-panel .poll-form.has-voted .poll-option small,
    .welcome-poll-panel .poll-form.has-voted .poll-bar {
        grid-column: 1 / 3;
    }
}

@media (max-width: 420px) {
    .welcome-weather-panel .weather-details {
        grid-template-columns: 1fr;
    }

    .welcome-page-header .welcome-hero-heading {
        display: flex;
    }

    .welcome-page-header .welcome-hero-icon {
        margin: 0;
    }
}

/* r498: speelsere kop, Hulp-blauwe binnenkaarten en zuiver groene accenten. */
#container.welcome-page-shell #content.welcome-content {
    --welcome-blue: #4B72AA;
    --welcome-blue-dark: #355D95;
    --welcome-blue-soft: #EDF1F5;
    --welcome-blue-hover: #E7EDF4;
    --welcome-blue-border: #D7E0EA;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header {
    background:
        radial-gradient(circle at 7% 12%, rgba(241, 150, 32, .20), transparent 22%),
        radial-gradient(circle at 88% 116%, rgba(85, 122, 62, .21), transparent 35%),
        radial-gradient(circle at 64% -18%, rgba(75, 114, 170, .11), transparent 28%),
        linear-gradient(132deg, #fff 0%, #f8faf6 55%, #fff9ee 100%);
}

.welcome-header-route {
    width: min(360px, 34vw);
    height: auto;
    position: absolute;
    right: 252px;
    top: 18px;
    z-index: -1;
    overflow: visible;
    fill: #F19620;
    stroke: rgba(85, 122, 62, .28);
    stroke-width: 2;
    stroke-dasharray: 5 8;
    stroke-linecap: round;
    opacity: .78;
    transform: rotate(-3deg);
    pointer-events: none;
}

.welcome-header-route circle {
    stroke: #fff;
    stroke-width: 3;
    stroke-dasharray: none;
    filter: drop-shadow(0 2px 3px rgba(65, 85, 53, .14));
}

.welcome-page-header .welcome-hero-icon {
    transform: rotate(-3deg);
}

.welcome-page-header .welcome-orbit-ring-one {
    animation: welcome-orbit-turn 22s linear infinite;
}

.welcome-page-header .welcome-orbit-ring-two {
    animation: welcome-orbit-turn-reverse 16s linear infinite;
}

@keyframes welcome-orbit-turn {
    to { transform: rotate(360deg); }
}

@keyframes welcome-orbit-turn-reverse {
    from { transform: rotate(145deg); }
    to { transform: rotate(-215deg); }
}

/* Alle kaarten binnen witte hoofdblokken gebruiken dezelfde blauwe Hulp-stijl. */
.welcome-stat-card,
#content .welcome-discovery-link,
.welcome-activity-list .activity-card,
.welcome-member-group,
.welcome-profile-item,
.welcome-birthday-marquee,
.welcome-birthday-sequence .welcome-birthday-item {
    border-color: var(--welcome-blue-border);
}

.welcome-stat-card,
.welcome-activity-list .activity-card,
.welcome-member-group,
.welcome-birthday-marquee {
    background: #F7F9FB;
}

.welcome-profile-item,
.welcome-birthday-sequence .welcome-birthday-item,
#content .welcome-discovery-link {
    background: #fff;
}

.welcome-online-group {
    border-color: var(--welcome-blue-border);
    background: #F4F7FA;
}

.welcome-stat-card > .welcome-svg-icon,
.welcome-stat-online > .welcome-svg-icon,
.welcome-stat-birthdays > .welcome-svg-icon,
.welcome-stat-activity > .welcome-svg-icon,
#content .welcome-discovery-link:nth-child(n) .welcome-discovery-icon {
    background: var(--welcome-blue-soft);
    color: var(--welcome-blue);
}

.welcome-stat-card strong {
    color: var(--welcome-blue-dark);
}

#content .welcome-discovery-link:hover,
#content .welcome-discovery-link:focus-visible,
.welcome-activity-list .activity-card:hover,
.welcome-profile-item:hover,
.welcome-profile-item:focus-visible,
.welcome-birthday-item:hover {
    border-color: #BDC9D6;
    background: #FCFDFE;
    box-shadow: 0 8px 18px rgba(45, 69, 94, .09);
}

.welcome-discovery-arrow {
    background: var(--welcome-blue-soft);
    color: var(--welcome-blue);
}

.welcome-activity-list::before {
    background: linear-gradient(to bottom, rgba(75, 114, 170, .22), rgba(75, 114, 170, .08));
}

.welcome-activity-list .name {
    color: #557A3E;
}

.welcome-birthday-marquee {
    background: linear-gradient(90deg, #F7F9FB, #fff 50%, #F7F9FB);
}

.welcome-online-guest-badge {
    border-color: #C8D5E3;
    background: var(--welcome-blue-soft);
    color: var(--welcome-blue-dark);
}

.welcome-community-moment {
    background:
        radial-gradient(circle at 100% 0%, rgba(75, 114, 170, .13), transparent 36%),
        linear-gradient(145deg, #fff, #F7FAFC) !important;
}

#content .welcome-action-list a:hover,
#content .welcome-side-actions a:hover {
    background: #F4F7FA;
}

/* Snel geregeld: het SVG zelf blijft blauw, zonder grijze icoontegel. */
#content .welcome-action-list .welcome-action-icon {
    background: transparent !important;
    color: var(--welcome-blue);
}

#content .welcome-action-list .welcome-action-icon .welcome-svg-icon {
    width: 20px;
    height: 20px;
}

/* Het weerblok is zelf de kaart; de lege witte omslag erachter is verwijderd. */
#content.welcome-content .welcome-sidebar .welcome-weather-panel {
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.welcome-weather-panel .weather-card {
    border: 0;
    border-radius: 8px;
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

/* Pollvraag vlak houden: geen icoon, kleurvlak of groene linkerbies. */
.welcome-poll-panel .welcome-card-header h2 {
    display: block;
}

.welcome-poll-panel #pollContainer > h3 {
    padding: 0;
    margin: 0 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #354235;
}

@media (max-width: 1120px) {
    .welcome-header-route {
        right: 210px;
    }
}

@media (max-width: 900px) {
    .welcome-header-route {
        right: 6%;
        top: 22px;
        opacity: .46;
    }
}

@media (max-width: 620px) {
    .welcome-header-route {
        width: 230px;
        right: -42px;
        top: 15px;
        opacity: .35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-page-header .welcome-orbit-ring-one,
    .welcome-page-header .welcome-orbit-ring-two {
        animation: none;
    }
}

/* r499: rustig speelse achtergrond en een iets langer communityblok. */
#container.site-shell-r420 #content.welcome-content .welcome-page-header {
    min-height: 270px;
    background: linear-gradient(128deg, #FFF9EF 0%, #F8FAF6 43%, #EEF4FA 100%);
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header::before,
#container.site-shell-r420 #content.welcome-content .welcome-page-header::after {
    display: none !important;
}

.welcome-header-art {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.welcome-header-art-blue {
    fill: #4B72AA;
    opacity: .09;
}

.welcome-header-art-green {
    fill: #557A3E;
    opacity: .13;
}

.welcome-header-art-orange {
    fill: #F19620;
    opacity: .14;
}

.welcome-header-art-dot {
    fill: #fff;
    stroke: rgba(75, 114, 170, .30);
    stroke-width: 3;
}

.welcome-header-art-dot-two {
    fill: #F19620;
    stroke: #fff;
}

.welcome-header-art-dot-three {
    fill: #557A3E;
    stroke: #fff;
}

.welcome-page-header > :not(.welcome-header-art) {
    position: relative;
    z-index: 1;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
    min-height: 218px;
    align-content: center;
    padding-block: 24px;
}

.welcome-page-header .welcome-hero-intro {
    max-width: 700px;
}

@media (max-width: 900px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        min-height: 0;
    }

    #container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
        min-height: 178px;
    }

    .welcome-header-art-blue {
        opacity: .07;
    }
}

@media (max-width: 620px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
        min-height: 150px;
        padding-block: 16px;
    }

    .welcome-header-art-orange {
        opacity: .10;
    }
}

/* r500: Nederlandse header met vlaggolf, molen en grachtenpanden. */
#container.site-shell-r420 #content.welcome-content .welcome-page-header {
    min-height: 306px;
    background: linear-gradient(128deg, #FFFFFF 0%, #F6F9FC 58%, #EEF5F0 100%);
}

.welcome-page-header > .welcome-header-netherlands {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.welcome-dutch-flag-red {
    fill: #AE1C28;
    opacity: .105;
}

.welcome-dutch-flag-blue {
    fill: #21468B;
    opacity: .11;
}

.welcome-dutch-sun {
    fill: #F19620;
    opacity: .13;
}

.welcome-dutch-horizon {
    fill: none;
    stroke: #355D95;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .22;
}

.welcome-dutch-building {
    fill: rgba(255, 255, 255, .50);
    stroke-width: 2.2;
}

.welcome-dutch-ground {
    stroke: #557A3E;
    stroke-width: 3;
}

.welcome-dutch-windmill .welcome-dutch-building {
    fill: rgba(255, 255, 255, .58);
}

.welcome-dutch-blade {
    stroke: #355D95;
    stroke-width: 3;
}

.welcome-dutch-blade-detail {
    stroke: #4B72AA;
    stroke-width: 2;
}

.welcome-dutch-window {
    fill: rgba(75, 114, 170, .16);
    stroke: rgba(53, 93, 149, .34);
    stroke-width: 1.3;
}

.welcome-dutch-door {
    fill: rgba(85, 122, 62, .10);
}

.welcome-dutch-water {
    stroke: #21468B;
    stroke-width: 2.2;
}

.welcome-dutch-water-two {
    opacity: .58;
}

.welcome-page-header > :not(.welcome-header-netherlands) {
    position: relative;
    z-index: 1;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
    min-height: 258px;
    padding-block: 28px;
    background: rgba(255, 255, 255, .80);
    backdrop-filter: blur(4px);
}

@media (max-width: 900px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        min-height: 0;
    }

    #container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
        min-height: 198px;
        padding-block: 22px;
    }

    .welcome-dutch-horizon {
        opacity: .15;
    }
}

@media (max-width: 620px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-community {
        min-height: 174px;
        padding-block: 18px;
    }

    .welcome-dutch-flag-red,
    .welcome-dutch-flag-blue {
        opacity: .08;
    }

    .welcome-dutch-horizon {
        opacity: .11;
    }
}

/* r501: de Nederlandse illustratie krijgt de volledige header; online staat alleen in het live-overzicht. */
#container.site-shell-r420 #content.welcome-content .welcome-page-header {
    grid-template-columns: minmax(0, 1fr);
    min-height: 242px;
}

#container.site-shell-r420 #content.welcome-content .welcome-page-header .welcome-hero-main {
    max-width: 760px;
}

.welcome-poll-panel .poll-option.selected {
    border-color: var(--welcome-blue-border, #d7e0ea);
    background: #f4f6f7;
    box-shadow: none;
}

.welcome-poll-panel .poll-option input[type="radio"]:checked {
    border-color: var(--welcome-blue, #4B72AA);
}

/* r506: de volledige stemkeuze gebruikt het vertrouwde Snoeten-blauw. */
.welcome-poll-panel::before {
    background: rgba(75, 114, 170, .06);
}

.welcome-poll-panel .poll-option {
    border-color: #dce4ed;
    background: #fafbfd;
}

.welcome-poll-panel .poll-option:hover {
    border-color: #aec0d5;
    background: #f2f6fa;
}

.welcome-poll-panel .poll-option.selected {
    border-color: #7898bd;
    background: #edf3f9;
    box-shadow: none;
}

.welcome-poll-panel .poll-option input[type="radio"]::before {
    background: var(--welcome-blue, #4B72AA);
}

.welcome-poll-panel .poll-bar {
    background: #e3eaf2;
}

.welcome-poll-panel .poll-bar span {
    background: linear-gradient(90deg, #7191ba, var(--welcome-blue, #4B72AA));
}

.welcome-poll-panel #pollVoteForm > button[type="submit"] {
    border-color: #3e6396;
    background: linear-gradient(180deg, #6085b7, #476fa5);
    box-shadow: 0 3px 8px rgba(55, 88, 132, .18);
}

@media (max-width: 900px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        min-height: 210px;
    }
}

@media (max-width: 620px) {
    #container.site-shell-r420 #content.welcome-content .welcome-page-header {
        min-height: 188px;
    }
}

/* r521: communitytijdlijn links en poll rechts in één rustige tweekoloms rij. */
.welcome-community-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
    align-items: stretch;
    gap: var(--welcome-space-lg, 20px);
    margin-bottom: var(--welcome-space-lg, 20px);
}

#content.welcome-content .welcome-community-columns > .welcome-panel {
    min-width: 0;
    height: 100%;
    margin-bottom: 0;
}

.welcome-community-columns .welcome-activity-panel,
.welcome-community-columns .welcome-poll-panel {
    display: flex;
    flex-direction: column;
}

.welcome-community-columns .welcome-activity-list,
.welcome-community-columns .welcome-poll-panel #pollContainer {
    flex: 1;
}

.welcome-community-columns .welcome-poll-panel .welcome-card-header {
    align-items: flex-start;
}

.welcome-after-activity-stack {
    margin-top: 0;
}

@media (max-width: 900px) {
    .welcome-community-columns {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .welcome-community-columns {
        gap: var(--welcome-space-lg, 16px);
    }
}
