/* User app: één dark theme (geen light mode) */
.user-shell .main {
  background: #0c0818;
  color: #ffffff;
}

.user-shell .user-topbar {
  background: var(--bg-elevated) !important;
  border-bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: none;
}

.user-shell .user-topbar .notify-btn,
.user-shell .user-topbar .friend-req-btn,
.user-shell .user-topbar .header-chat-btn {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
}
.user-shell .user-topbar .notify-btn {
  margin-left: auto;
}

.user-shell .content,
.user-shell .user-content {
  background: #0c0818;
  color: #ffffff;
}

/* Cards op dark canvas */
.user-shell .main .card,
.user-shell .main .modal {
  background: #16122b;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
  color: #ffffff;
}

.user-shell .main .card h2,
.user-shell .main .card h3,
.user-shell .main .home-hello h2 {
  color: #ffffff;
}

.user-shell .main .muted,
.user-shell .main .home-hello p,
.user-shell .main .profile-summary p {
  color: #a39bb8;
}

.user-shell .main .card-hover:hover {
  border-color: rgba(196,181,253,.35);
  box-shadow: 0 8px 28px rgba(124, 58, 237, .18);
}

/* Formulieren op dark */
.user-shell .main .field label { color: #ffffff; }

.user-shell .main .field input,
.user-shell .main .field textarea,
.user-shell .main .field select {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  color: #ffffff;
}

.user-shell .main .field input::placeholder,
.user-shell .main .field textarea::placeholder {
  color: #7d7494;
}

.user-shell .main .field input:focus,
.user-shell .main .field textarea:focus,
.user-shell .main .field select:focus {
  border-color: rgba(196,181,253,.55);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .22);
}

.user-shell .main .profile-page .field select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 46px;
  background-color: rgba(255,255,255,.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c4b5fd' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .95rem center;
  background-size: 12px 8px;
  padding-right: 2.4rem;
}

.user-shell .main .check-chip span {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  color: #a39bb8;
}

.user-shell .main .check-chip input:checked + span {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}

.user-shell .main .chip {
  background: rgba(129,45,226,.18);
  border: 1px solid rgba(196,181,253,.28);
  color: #efe8ff;
}

.user-shell .main .chip i { color: var(--pink-strong); }

.user-shell .main .chip.highlight {
  background: rgba(129,45,226,.28);
  border-color: rgba(196,181,253,.4);
  color: #fff;
}

/* Banners boven content */
.user-shell .main .home-pill {
  background: #16122b;
  border: 1px solid rgba(255,255,255,.1);
  color: #ffffff;
  box-shadow: none;
}

.user-shell .main .home-pill i { color: var(--pink); }

.user-shell .main .home-pill.accent {
  background: linear-gradient(135deg, rgba(255,88,184,.16), rgba(124,58,237,.2));
  border-color: rgba(255, 79, 178, .28);
  color: #efe8ff;
}

.user-shell .main .home-pill.accent i.fa-crown { color: var(--pink); }

.user-shell .main .home-pill--subtle,
body.view-board .user-shell .main .home-pill--subtle,
body.view-post .user-shell .main .home-pill--subtle {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fbbf24 !important;
  padding: .2rem .15rem !important;
}
.user-shell .main .home-pill--subtle i,
.user-shell .main .home-pill--subtle .lucide-icon,
.user-shell .main .home-pill--subtle svg {
  color: #fbbf24 !important;
  stroke: #fbbf24 !important;
}

.user-shell .main .home-search {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}

.user-shell .main .home-search input { color: #ffffff; }
.user-shell .main .home-search i { color: #a39bb8; }
.user-shell .main .home-search input::placeholder { color: #7d7494; }

.user-shell .main .home-hello h2 i { color: var(--pink); }
.user-shell .main .section-head.tight h3 { color: #ffffff; }
.user-shell .main .text-link { color: var(--pink); }

.user-shell .main .membership-banner {
  background: #16122b;
  border: 1px solid rgba(255,255,255,.1);
}

.user-shell .main .paywall {
  background: #16122b;
  border: 1px solid rgba(255,255,255,.1);
}

.user-shell .main .paywall .price { color: #c4b5fd; }

.user-shell .main .toolbar select,
.user-shell .main .toolbar input,
.user-shell .main .toolbar-search {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  color: #ffffff;
}

.user-shell .main .messages-layout {
  background: #0c0818;
  border: 1px solid rgba(255,255,255,.08);
}

.user-shell .main .conversation-list {
  background: #100c1c;
  border-right: 1px solid rgba(255,255,255,.08);
}

.user-shell .main .conversation-item {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.user-shell .main .conversation-item:hover,
.user-shell .main .conversation-item.active {
  background: rgba(129,45,226,.16);
}

.user-shell .main .conversation-item .conversation-preview { color: #a39bb8; }
.user-shell .main .conversation-item.unread .conversation-preview { color: #efe8ff; }
.user-shell .main .conversation-item-top time { color: #8b849c; }
.user-shell .main .conversation-unread-dot { background: var(--pink-strong); color: #fff; }

.user-shell .main .chat,
.user-shell .main .chat-messages {
  background: #0c0818;
}

.user-shell .main .chat header { border-bottom: 1px solid rgba(255,255,255,.08); }
.user-shell .main .chat-back { color: #ece7f7; }
.user-shell .main .chat-header-person .small.muted { color: #a39bb8; }

.user-shell .main .chat-day-sep span {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: #a39bb8;
}

.user-shell .main .bubble {
  background: #221845;
  color: #ffffff;
}

.user-shell .main .bubble.pending { color: #a39bb8; }

.user-shell .main .chat-jump button {
  background: #16122b;
  border: 1px solid rgba(255,255,255,.12);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}

.user-shell .main .chat-compose {
  background: #0b0a15;
  border-top: 1px solid rgba(255,255,255,.06);
}

.user-shell .main .chat-compose textarea {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  color: #ffffff;
}

.user-shell .main .chat-compose textarea:focus {
  outline: none;
  border-color: var(--pink);
  box-shadow: none;
}

.user-shell .main .empty-state { color: #a39bb8; }

.user-shell .main .doel-chip span {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  color: #efe8ff;
}

.user-shell .main .doel-chip input:checked + span {
  background: rgba(129,45,226,.28);
  color: #fff;
  border-color: #812DE2;
}

.user-shell .main .doel-chip i { color: var(--pink); }

.user-shell .main .table-wrap {
  background: #16122b;
  border: 1px solid rgba(255,255,255,.1);
}

.user-shell .main th {
  background: rgba(255,255,255,.04);
  color: #a39bb8;
}

.user-shell .main td { color: #ffffff; }

/* Primary buttons blijven gradient overal */
.user-shell .main .btn-primary { color: #fff; }

.user-shell .main .btn-secondary {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #ffffff;
}

.user-shell .main .btn-ghost {
  border: 1px solid rgba(255,255,255,.16);
  color: #c4b5fd;
}

.user-shell .main .profile-page .btn-ghost {
  background: rgba(255,255,255,.05);
}

.user-shell .main .intent-tab span {
  background: rgba(255,255,255,.05);
  color: #a39bb8;
}

.user-shell .main .intent-tab.active span,
.user-shell .main .intent-tab input:checked + span {
  background: rgba(129,45,226,.28);
  color: #fff;
}

@media (max-width: 820px) {
  .user-shell .user-topbar {
    background: var(--bg-elevated) !important;
  }
}

/* —— Public profile: single dark theme —— */
body.view-user-profile {
  --mpro-page: #0c0818;
  --mpro-card: #16122b;
  --mpro-card-soft: rgba(255,255,255,.04);
  --mpro-ink: #ffffff;
  --mpro-muted: #a39bb8;
  --mpro-line: rgba(255,255,255,.08);
  --mpro-line-strong: rgba(255,255,255,.14);
  --mpro-accent: #812DE2;
  --mpro-accent-soft: rgba(129,45,226,.18);
  --mpro-link: #c4b5fd;
  --mpro-intent-ico: #e879f9;
  --mpro-tag-bg: rgba(255,255,255,.05);
  --mpro-tag-border: rgba(255,255,255,.12);
  --mpro-tag-ink: #efe8ff;
  --mpro-btn-ghost-bg: rgba(255,255,255,.06);
  --mpro-btn-ghost-border: rgba(255,255,255,.18);
  --mpro-btn-ghost-ink: #fff;
  --mpro-search-bg: rgba(255,255,255,.05);
  --mpro-search-border: rgba(255,255,255,.08);
  --mpro-icon-btn-bg: rgba(255,255,255,.06);
  --mpro-icon-btn-border: rgba(255,255,255,.1);
  --mpro-shadow: none;
  --mpro-hero-shadow: none;
  --mpro-face-border: #1b1139;
  --mpro-stat-hot: rgba(129,45,226,.2);
  --mpro-wall-bubble: rgba(129,45,226,.16);
  --mpro-input-bg: rgba(10,8,20,.72);
  color-scheme: dark;
}

body.view-user-profile .user-shell .main,
body.view-user-profile .user-shell .content,
body.view-user-profile .user-shell .user-content {
  background: var(--mpro-page) !important;
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .user-topbar,
body.view-user-profile .user-shell .user-topbar--profile {
  background: var(--mpro-page) !important;
  border-bottom: 0 !important;
  color: var(--mpro-ink) !important;
  display: flex !important;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1.25rem;
  box-sizing: border-box;
}
@media (min-width: 1100px) {
  body.view-user-profile .user-shell .content,
  body.view-user-profile .user-shell .user-content {
    padding: 0 1.25rem 2rem !important;
    max-width: 1080px !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  body.view-user-profile .user-shell .main .mpro {
    padding: 0 !important;
  }
}
body.view-user-profile .profile-top-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: .65rem;
  background: var(--mpro-search-bg);
  border: 1px solid var(--mpro-search-border);
  border-radius: 999px;
  padding: .7rem 1rem;
  box-shadow: var(--mpro-shadow);
  cursor: text;
}
body.view-user-profile .profile-top-search i { color: var(--mpro-muted); }
body.view-user-profile .profile-top-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--mpro-ink);
  outline: none;
  font: inherit;
  cursor: text;
}
body.view-user-profile .profile-top-search input::placeholder { color: var(--mpro-muted); }
body.view-user-profile .profile-top-actions {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-left: auto;
}
body.view-user-profile .profile-top-actions .icon-btn {
  background: var(--mpro-icon-btn-bg) !important;
  border: 1px solid var(--mpro-icon-btn-border) !important;
  color: var(--mpro-ink) !important;
  border-radius: 999px !important;
  box-shadow: var(--mpro-shadow);
}
body.view-user-profile .notify-panel {
  background: var(--mpro-card) !important;
  border-color: var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
  box-shadow: var(--mpro-shadow);
}
body.view-user-profile .profile-top-avatar .avatar {
  width: 36px !important;
  height: 36px !important;
}

body.view-user-profile .user-shell .main .mpro-card,
body.view-user-profile .user-shell .main .mpro-stats {
  background: var(--mpro-card) !important;
  border-color: var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
  box-shadow: var(--mpro-shadow) !important;
}
body.view-user-profile .user-shell .main .mpro-stats > div,
body.view-user-profile .user-shell .main .mpro-stats > .mpro-stat-link {
  background: transparent !important;
  border-color: var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .mpro-hero-card {
  color: var(--mpro-ink) !important;
  box-shadow: var(--mpro-hero-shadow) !important;
}
@media (min-width: 821px) {
  body.view-user-profile .user-shell .main .mpro-hero-card {
    background: var(--mpro-card) !important;
    border-color: var(--mpro-line) !important;
  }
}
@media (max-width: 820px) {
  body.view-user-profile .user-shell .main .mpro-hero-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  body.view-user-profile .user-shell .user-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.view-user-profile .user-shell .main .mpro-block {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.view-user-profile .user-shell .main .mpro-match-item {
  background: var(--mpro-card) !important;
  border: 1px solid var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
  box-shadow: var(--mpro-shadow) !important;
}
body.view-user-profile .user-shell .main .mpro-match-icon {
  background: none !important;
  border: 0 !important;
  color: var(--mpro-link) !important;
}
body.view-user-profile .user-shell .main .mpro-event {
  background: var(--mpro-card-soft) !important;
  border: 1px solid var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .main .mpro-intent {
  background: var(--mpro-card) !important;
  border: 1px solid var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
  box-shadow: var(--mpro-shadow) !important;
}
body.view-user-profile .user-shell .main .mpro-intent i {
  color: var(--mpro-intent-ico) !important;
}
body.view-user-profile .user-shell .main .mpro-card h2,
body.view-user-profile .user-shell .main .mpro-block h2,
body.view-user-profile .user-shell .main .mpro-hero-copy h1,
body.view-user-profile .user-shell .main .mpro strong,
body.view-user-profile .user-shell .main .mpro-stats strong,
body.view-user-profile .user-shell .main .mpro-event-body strong,
body.view-user-profile .user-shell .main .mpro-match-item strong {
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .main .mpro .muted,
body.view-user-profile .user-shell .main .mpro-empty,
body.view-user-profile .user-shell .main .mpro-bio,
body.view-user-profile .user-shell .main .mpro-loc,
body.view-user-profile .user-shell .main .mpro small,
body.view-user-profile .user-shell .main .mpro-stats span,
body.view-user-profile .user-shell .main .mpro-event-body p,
body.view-user-profile .user-shell .main .mpro-group-row small {
  color: var(--mpro-muted) !important;
}
body.view-user-profile .user-shell .main .mpro-loc i {
  color: var(--mpro-accent) !important;
}
body.view-user-profile .user-shell .main .text-link,
body.view-user-profile .user-shell .main .mpro-card-head .text-link,
body.view-user-profile .user-shell .main .mpro-more-link {
  color: var(--mpro-link) !important;
}
body.view-user-profile .user-shell .main .mpro-tag {
  background: var(--mpro-tag-bg) !important;
  border-color: var(--mpro-tag-border) !important;
  color: var(--mpro-tag-ink) !important;
}
body.view-user-profile .user-shell .main .mpro-tag.shared {
  background: var(--mpro-accent-soft) !important;
  border-color: rgba(129,45,226,.22) !important;
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .main .mpro-btn-primary {
  background: var(--mpro-accent) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 999px !important;
}
body.view-user-profile .user-shell .main .mpro-btn-ghost,
body.view-user-profile .user-shell .main .mpro-btn-secondary {
  background: var(--mpro-btn-ghost-bg) !important;
  border: 1px solid var(--mpro-btn-ghost-border) !important;
  color: var(--mpro-btn-ghost-ink) !important;
  border-radius: 999px !important;
}
body.view-user-profile .user-shell .main .mpro-icon-btn {
  background: var(--mpro-icon-btn-bg) !important;
  border: 1px solid var(--mpro-icon-btn-border) !important;
  color: var(--mpro-ink) !important;
  border-radius: 999px !important;
}
body.view-user-profile .user-shell .main .mpro-menu {
  background: var(--mpro-card) !important;
  border-color: var(--mpro-line) !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.18) !important;
}
body.view-user-profile .user-shell .main .mpro-menu button {
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .main .mpro-menu button:hover {
  background: var(--mpro-accent-soft) !important;
}
body.view-user-profile .user-shell .main .mpro-group-row {
  background: var(--mpro-card-soft) !important;
  border-color: var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .main .mpro-stat-hot {
  background: var(--mpro-stat-hot) !important;
}
body.view-user-profile .user-shell .main .mpro-hero-glow { display: none !important; }
body.view-user-profile .user-shell .main .mpro-hero-photo {
  box-shadow: var(--mpro-hero-shadow) !important;
}
body.view-user-profile .user-shell .main .mpro-event-faces .facepile-photo,
body.view-user-profile .user-shell .main .mpro-event-faces .avatar,
body.view-user-profile .user-shell .main .mpro-face-emoji {
  border-color: var(--mpro-face-border) !important;
}
body.view-user-profile .user-shell .main .mpro-cta-bar {
  background: var(--mpro-page) !important;
  border-top: 1px solid var(--mpro-line) !important;
}
body.view-user-profile .user-shell .main .wall-post {
  background: var(--mpro-card) !important;
  border-color: var(--mpro-line) !important;
  color: var(--mpro-ink) !important;
  box-shadow: var(--mpro-shadow) !important;
}
body.view-user-profile .user-shell .main .mpro-wall .wall-post {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .mpro-wall .wall-post + .wall-post {
  border-top: 1px solid var(--mpro-line) !important;
}
body.view-user-profile .user-shell .main .wall-comment-bubble {
  background: rgba(255,255,255,.1) !important;
  border: 0 !important;
  color: var(--mpro-ink) !important;
  border-radius: 18px !important;
}
body.view-user-profile .user-shell .main .wall-comment-bubble strong,
body.view-user-profile .user-shell .main .wall-author strong {
  color: var(--mpro-ink) !important;
}
body.view-user-profile .user-shell .main .wall-comment-bubble p,
body.view-user-profile .user-shell .main .wall-post-body p {
  color: var(--mpro-ink) !important;
  opacity: .92;
}
body.view-user-profile .user-shell .main .wall-author small,
body.view-user-profile .user-shell .main .wall-react-summary,
body.view-user-profile .user-shell .main .wall-post-stats,
body.view-user-profile .user-shell .main .wall-comment-reacts,
body.view-user-profile .user-shell .main .wall-react-more {
  color: var(--mpro-muted) !important;
}
body.view-user-profile .user-shell .main .wall-like-group {
  background: transparent !important;
  border: 0 !important;
}
body.view-user-profile .user-shell .main .wall-action-btn,
body.view-user-profile .user-shell .main .wall-like-group .wall-action-btn {
  background: transparent !important;
  border: 0 !important;
  color: var(--mpro-link) !important;
  padding: .2rem 0 !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .wall-action-btn.has-reaction {
  background: transparent !important;
  color: var(--mpro-intent-ico) !important;
}
body.view-user-profile .user-shell .main .wall-react-row,
body.view-user-profile .user-shell .main .wall-comment-form {
  border-top-color: var(--mpro-line) !important;
}
body.view-user-profile .user-shell .main .wall-comment-form input[type="text"] {
  background: var(--mpro-input-bg) !important;
  border-color: var(--mpro-line-strong) !important;
  color: var(--mpro-ink) !important;
  color-scheme: inherit;
}
body.view-user-profile .user-shell .main .wall-comment-form input[type="text"]::placeholder {
  color: var(--mpro-muted) !important;
}
body.view-user-profile .user-shell .main .wall-comment-meta .text-link {
  color: var(--mpro-link) !important;
}

/* —— Profile edit (zelfde donkere canvas als Ontdek / Groepen) —— */
body.view-user-profile .user-shell .main .profile-page {
  color: var(--mpro-ink, #fff);
}
body.view-user-profile .user-shell .main .profile-edit-label {
  color: #a39bb8 !important;
}
body.view-user-profile .user-shell .main .profile-top {
  border-bottom-color: rgba(255,255,255,.08) !important;
}
body.view-user-profile .user-shell .main .profile-top-copy h2 {
  color: #fff !important;
}
body.view-user-profile .user-shell .main .profile-invite-inline {
  color: #c4b5fd !important;
}
body.view-user-profile .user-shell .main .profile-top-meta,
body.view-user-profile .user-shell .main .profile-top-zodiac,
body.view-user-profile .user-shell .main .profile-hint,
body.view-user-profile .user-shell .main .profile-page .muted,
body.view-user-profile .user-shell .main .profile-page .small {
  color: #a39bb8 !important;
}
body.view-user-profile .user-shell .main .profile-zodiac-ico {
  color: #fbbf24 !important;
}
body.view-user-profile .user-shell .main .profile-age-hidden {
  color: #8b849c !important;
}
body.view-user-profile .user-shell .main .profile-section {
  border-bottom-color: rgba(255,255,255,.07) !important;
}
body.view-user-profile .user-shell .main .profile-section h3,
body.view-user-profile .user-shell .main .profile-page .field label,
body.view-user-profile .user-shell .main .blocked-section h3,
body.view-user-profile .user-shell .main .blocked-dropdown > summary {
  color: #fff !important;
}
body.view-user-profile .user-shell .main .profile-page .field input,
body.view-user-profile .user-shell .main .profile-page .field textarea,
body.view-user-profile .user-shell .main .profile-page .field select {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .profile-page .field input::placeholder,
body.view-user-profile .user-shell .main .profile-page .field textarea::placeholder {
  color: #7d7494 !important;
}
body.view-user-profile .user-shell .main .profile-page .field input:focus,
body.view-user-profile .user-shell .main .profile-page .field textarea:focus,
body.view-user-profile .user-shell .main .profile-page .field select:focus {
  border-color: rgba(196,181,253,.55) !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.22) !important;
}
body.view-user-profile .user-shell .main .profile-page .field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c4b5fd' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") !important;
  background-color: rgba(255,255,255,.05) !important;
  background-repeat: no-repeat !important;
  background-position: right .95rem center !important;
  background-size: 12px 8px !important;
}
body.view-user-profile .user-shell .main .profile-page .field select option {
  background: #16122b;
  color: #fff;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-trigger {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-trigger:hover {
  border-color: rgba(196,181,253,.35) !important;
  background: rgba(255,255,255,.07) !important;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-trigger:focus-visible,
body.view-user-profile .user-shell .main .profile-page .fancy-select.is-open .fancy-select-trigger {
  border-color: rgba(196,181,253,.55) !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.22) !important;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-chevron {
  color: #c4b5fd !important;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select.is-open .fancy-select-chevron {
  color: #ddd6fe !important;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-menu {
  background: #1a1528 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, .45),
    0 4px 14px rgba(0, 0, 0, .25) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-option:hover:not(:disabled),
body.view-user-profile .user-shell .main .profile-page .fancy-select-option:focus-visible:not(:disabled) {
  background: rgba(196,181,253,.12) !important;
}
body.view-user-profile .user-shell .main .profile-page .fancy-select-option.is-selected {
  background: rgba(124,58,237,.28) !important;
  color: #e9d5ff !important;
}
body.view-user-profile .user-shell .main .toggle-text {
  color: #d6d0e6 !important;
}
body.view-user-profile .user-shell .main .toggle-text small {
  color: #a39bb8 !important;
}
body.view-user-profile .user-shell .main .toggle-switch {
  width: 46px !important;
  height: 28px !important;
  background: #3f3a56 !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .toggle-switch::after {
  top: 3px !important;
  left: 3px !important;
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .toggle-field input:checked + .toggle-switch {
  background: #812DE2 !important;
  border-color: #812DE2 !important;
}
body.view-user-profile .user-shell .main .toggle-field input:checked + .toggle-switch::after {
  transform: translateX(18px) !important;
}
body.view-user-profile .user-shell .main .toggle-state {
  flex: none;
  min-width: 2.2rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #8b849c;
}
body.view-user-profile .user-shell .main .toggle-field input:checked ~ .toggle-state {
  color: #c4b5fd;
}
body.view-user-profile .user-shell .main .toggle-field input:checked ~ .toggle-state::before {
  content: 'Aan';
}
body.view-user-profile .user-shell .main .toggle-state::before {
  content: 'Uit';
}
body.view-user-profile .user-shell .main .toggle-field-block {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
  gap: .75rem;
  align-items: center;
}
body.view-user-profile .user-shell .main .privacy-toggles .toggle-field-block {
  background: #16122b !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.view-user-profile .user-shell .main .privacy-toggles .toggle-field-block:has(input:checked) {
  border-color: rgba(129,45,226,.55) !important;
  background: #1a1430 !important;
}
body.view-user-profile .user-shell .main .intent-tabs {
  background: #16122b !important;
  border-color: rgba(255,255,255,.12) !important;
}
body.view-user-profile .user-shell .main .intent-tab span {
  background: transparent !important;
  color: #a39bb8 !important;
  border-color: rgba(255,255,255,.08) !important;
}
body.view-user-profile .user-shell .main .intent-tab.active span,
body.view-user-profile .user-shell .main .intent-tab input:checked + span {
  background: #812DE2 !important;
  color: #fff !important;
}
body.view-user-profile .user-shell .main .intent-tab i {
  color: #c4b5fd !important;
}
body.view-user-profile .user-shell .main .intent-tab.active i,
body.view-user-profile .user-shell .main .intent-tab input:checked + span i {
  color: #fff !important;
}
body.view-user-profile .user-shell .main .interest-pick-chip {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 10px !important;
  color: #d8d2e6 !important;
  box-shadow: none !important;
  font-weight: 650 !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
body.view-user-profile .user-shell .main .interest-pick-chip .lucide-icon,
body.view-user-profile .user-shell .main .interest-pick-chip svg,
body.view-user-profile .user-shell .main .interest-pick-chip i {
  color: #9a92b0 !important;
}
body.view-user-profile .user-shell .main .interest-pick-chip.active {
  background: rgba(255, 79, 178, .14) !important;
  border-color: rgba(255, 79, 178, .45) !important;
  color: #fff !important;
}
body.view-user-profile .user-shell .main .interest-pick-chip.active .lucide-icon,
body.view-user-profile .user-shell .main .interest-pick-chip.active svg,
body.view-user-profile .user-shell .main .interest-pick-chip.active i {
  color: #ff8ec8 !important;
}
body.view-user-profile .user-shell .main .interest-pick-custom {
  background: rgba(255,255,255,.04) !important;
  border: 1px dashed rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
}
body.view-user-profile .user-shell .main .interest-pick-custom input {
  background: transparent !important;
  color: #fff !important;
}
body.view-user-profile .user-shell .main .interest-pick-custom input::placeholder {
  color: #7d7494 !important;
}
body.view-user-profile .user-shell .main .interest-pick-add {
  background: rgba(255,255,255,.1) !important;
}
body.view-user-profile .user-shell .main .personality-card,
body.view-user-profile .user-shell .main .personality-invite {
  background: #16122b !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.view-user-profile .user-shell .main .personality-card-head strong,
body.view-user-profile .user-shell .main .personality-invite-copy strong {
  color: #fff !important;
}
body.view-user-profile .user-shell .main .personality-card-head p,
body.view-user-profile .user-shell .main .personality-invite-copy p,
body.view-user-profile .user-shell .main .trait-bar-label {
  color: #a39bb8 !important;
}
body.view-user-profile .user-shell .main .personality-emoji,
body.view-user-profile .user-shell .main .personality-invite-icon {
  background: rgba(255,255,255,.06) !important;
  color: #d8b4fe !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .personality-card-actions {
  border-top-color: rgba(255,255,255,.08) !important;
}
body.view-user-profile .user-shell .main .trait-bar-track {
  background: rgba(255,255,255,.1) !important;
}
body.view-user-profile .user-shell .main .media-add,
body.view-user-profile .user-shell .main .media-thumb {
  background: #16122b !important;
  border-color: rgba(255,255,255,.12) !important;
  color: #d6d0e6 !important;
}
body.view-user-profile .user-shell .main .profile-dropzone {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(196,181,253,.4) !important;
  color: #d6d0e6 !important;
}
body.view-user-profile .user-shell .main .profile-dropzone.has-photo {
  background: transparent !important;
  border-color: rgba(255,255,255,.14) !important;
}
body.view-user-profile .user-shell .main .blocked-row,
body.view-user-profile .user-shell .main .friend-row {
  background: #16122b !important;
  border-color: rgba(255,255,255,.08) !important;
}
body.view-user-profile .user-shell .main .profile-page .btn-ghost,
body.view-user-profile .user-shell .main .profile-page .btn-secondary {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
}
body.view-user-profile .user-shell .main .profile-save-bar {
  background: linear-gradient(180deg, rgba(12,8,24,0), #0c0818 32%) !important;
  box-shadow: none !important;
  filter: none !important;
}
body.view-user-profile .user-shell .main .profile-danger-zone {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
body.view-user-profile .user-shell .main .danger-dropdown > summary,
body.view-user-profile .user-shell .main .danger-dropdown > summary span {
  color: #fecaca !important;
}
body.view-user-profile .user-shell .main .danger-dropdown .blocked-dropdown-body {
  background: rgba(185, 28, 28, .07) !important;
  border-color: rgba(248, 113, 113, .35) !important;
}
body.view-user-profile .user-shell .main .profile-danger-btn {
  width: auto !important;
  box-shadow: none !important;
  filter: none !important;
}
body.view-user-profile .user-shell .main .engage-card {
  background: linear-gradient(135deg, rgba(251,191,36,.12), rgba(124,58,237,.18)) !important;
  border-color: rgba(251,191,36,.28) !important;
  color: #fff !important;
}

/* —— Discover dark canvas (mockup) —— */
body.view-discover .user-shell .main,
body.view-discover .user-shell .content,
body.view-discover .user-shell .user-content {
  background: #0d0b1a !important;
  color: #fff !important;
}
body.view-discover .user-shell .user-topbar {
  background: #0d0b1a !important;
  border-bottom: 0 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1.25rem;
}
body.view-discover .user-shell .user-topbar--profile {
  background: #0d0b1a !important;
}
body.view-discover .profile-top-search {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
body.view-discover .profile-top-actions .icon-btn {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
}
body.view-discover .notify-panel {
  background: #16122b !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
}
body.view-discover .user-shell .nav button.active {
  background: rgba(129, 45, 226, .18) !important;
  color: #efe8ff !important;
  border: 1px solid rgba(196, 181, 253, .28) !important;
}
body.view-discover .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-discover .user-shell .main .ddash-hello h1,
body.view-discover .user-shell .main .ddash-block-head h2,
body.view-discover .user-shell .main .ddash-widget h3,
body.view-discover .user-shell .main .ddash strong,
body.view-discover .user-shell .main .ddash-match-meta strong { color: #fff !important; }
body.view-discover .user-shell .main .ddash-hello p,
body.view-discover .user-shell .main .ddash-muted,
body.view-discover .user-shell .main .ddash-person-meta > span,
body.view-discover .user-shell .main .ddash-match-meta > span,
body.view-discover .user-shell .main .ddash-block-sub,
body.view-discover .user-shell .main .ddash-act-body p { color: #a39bb8 !important; }
body.view-discover .user-shell .main .buddy-search-bar,
body.view-discover .user-shell .main .buddy-results,
body.view-discover .user-shell .main .wall-rail-card {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-discover .user-shell .main .buddy-search-bar {
  background:
    linear-gradient(135deg, rgba(129, 45, 226, .22), rgba(255, 86, 165, .12)),
    rgba(255, 255, 255, .04) !important;
}
body.view-discover .user-shell .main .buddy-input {
  color: #fff !important;
  background: rgba(8, 6, 18, .55) !important;
  border-color: rgba(255, 255, 255, .18) !important;
}
body.view-discover .user-shell .main .buddy-input:focus {
  border-color: rgba(255, 122, 217, .55) !important;
  background: rgba(8, 6, 18, .72) !important;
}
body.view-discover .user-shell .main .buddy-answer p,
body.view-discover .user-shell .main .buddy-card,
body.view-discover .user-shell .main .buddy-link {
  color: #fff !important;
}
body.view-discover .user-shell .main .buddy-card {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.view-discover .user-shell .main .buddy-chip {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: #d8b4fe !important;
}

/* —— Board / Oproepbord dark canvas (mockup) —— */
body.view-board .user-shell .main,
body.view-board .user-shell .content,
body.view-board .user-shell .user-content {
  background: #0b0a15 !important;
  color: #fff !important;
}
body.view-board .user-shell .user-topbar {
  background: #0b0a15 !important;
  border-bottom: 0 !important;
}
body.view-board .user-shell .nav button.active {
  background: rgba(129, 45, 226, .18) !important;
  color: #efe8ff !important;
  border: 1px solid rgba(196, 181, 253, .28) !important;
}
body.view-board .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-board .user-shell .main .oboard h1,
body.view-board .user-shell .main .oboard h2,
body.view-board .user-shell .main .oboard h3,
body.view-board .user-shell .main .oboard strong { color: #fff !important; }
body.view-board .user-shell .main .oboard-muted,
body.view-board .user-shell .main .oboard-card > p,
body.view-board .user-shell .main .oboard-author small,
body.view-board .user-shell .main .oboard-stat > span,
body.view-board .user-shell .main .oboard-stat > small,
body.view-board .user-shell .main .oboard-group-row small,
body.view-board .user-shell .main .oboard-up-row small { color: #a39bb8 !important; }
body.view-board .user-shell .main .btn-secondary {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
}
body.view-board .user-shell .main .buddy-search-bar,
body.view-board .user-shell .main .buddy-results,
body.view-board .user-shell .main .wall-rail-card {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-board .user-shell .main .buddy-search-bar {
  background:
    linear-gradient(135deg, rgba(129, 45, 226, .22), rgba(255, 86, 165, .12)),
    rgba(255, 255, 255, .04) !important;
}
body.view-board .user-shell .main .buddy-input {
  color: #fff !important;
  background: rgba(8, 6, 18, .55) !important;
  border-color: rgba(255, 255, 255, .18) !important;
}
body.view-board .user-shell .main .buddy-input:focus {
  border-color: rgba(255, 122, 217, .55) !important;
  background: rgba(8, 6, 18, .72) !important;
}
body.view-board .user-shell .main .buddy-answer p,
body.view-board .user-shell .main .buddy-card,
body.view-board .user-shell .main .buddy-link {
  color: #fff !important;
}
body.view-board .user-shell .main .buddy-card {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.view-board .user-shell .main .buddy-chip {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: #d8b4fe !important;
}
body.view-board .user-shell .main .oboard-toolbar select,
body.view-board .user-shell .main .oboard-search,
body.view-board .user-shell .main .oboard-filter-dock .fancy-select-trigger {
  background: #151322 !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
}
body.view-board .user-shell .main .oboard-search input {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
}
body.view-board .user-shell .main .oboard-filter-dock .fancy-select-menu {
  background: #1a1528 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
}
body.view-board .user-shell .main .oboard-filter-dock .fancy-select-option.is-selected {
  background: rgba(124,58,237,.28) !important;
  color: #e9d5ff !important;
}
body.view-board .user-shell .main .oboard-filter-dock .fancy-select.is-filter-on .fancy-select-trigger {
  background: rgba(167, 139, 250, .12) !important;
  border-color: rgba(196, 181, 253, .4) !important;
  color: #ede9fe !important;
}
body.view-board .user-shell .main .oboard-widget,
body.view-board .user-shell .main .oboard-stat,
body.view-board .user-shell .main .oboard-card,
body.view-board .user-shell .main .epost-card {
  background: #151322 !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-board .user-shell .main .membership-banner {
  background: #151322 !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
}
body.view-board .user-shell .main .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #d8b4fe !important;
}
body.view-board .user-shell .main .epost-back {
  color: #d8b4fe !important;
  background: transparent !important;
}
body.view-board .user-shell .main .epost-invite {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fbbf24 !important;
}
body.view-board .user-shell .main .epost-card h1,
body.view-board .user-shell .main .epost-author strong,
body.view-board .user-shell .main .epost-people-head h2 {
  color: #fff !important;
}
body.view-board .user-shell .main .epost-body,
body.view-board .user-shell .main .epost-author small,
body.view-board .user-shell .main .epost-people .muted {
  color: #a39bb8 !important;
}
body.view-board .user-shell .main .epost-more {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #c7c0d8 !important;
}

/* —— Groepen dark canvas (mockup) —— */
body.view-groups .user-shell .main,
body.view-groups .user-shell .content,
body.view-groups .user-shell .user-content,
body.view-messages .user-shell .main,
body.view-messages .user-shell .content,
body.view-messages .user-shell .user-content {
  background: #0b0a15 !important;
  color: #fff !important;
}
body.view-groups .user-shell .user-topbar,
body.view-messages .user-shell .user-topbar {
  background: #0b0a15 !important;
  border-bottom: 0 !important;
}
body.view-groups .user-shell .nav button.active,
body.view-messages .user-shell .nav button.active {
  background: rgba(129, 45, 226, .18) !important;
  color: #efe8ff !important;
  border: 1px solid rgba(196, 181, 253, .28) !important;
}
body.view-groups .user-shell .main .text-link,
body.view-messages .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-groups .user-shell .main .gpage-toolbar select {
  background: #151322 !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #efe8ff !important;
  color-scheme: dark;
}
body.view-groups .user-shell .main .gpage-toolbar select option,
body.view-groups .user-shell .main .gpage-toolbar select optgroup {
  background: #1b1533 !important;
  color: #efe8ff !important;
}
body.view-groups .user-shell .main .gpage-search {
  background: #151322 !important;
  border-color: rgba(255,255,255,.14) !important;
}
body.view-groups .user-shell .main .gpage-search input {
  color: #fff !important;
  background: transparent !important;
}
body.view-groups .user-shell .main .gpage h1,
body.view-groups .user-shell .main .gpage h2,
body.view-groups .user-shell .main .gpage h3,
body.view-groups .user-shell .main .gpage strong { color: #fff !important; }
body.view-groups .user-shell .main .group-leader-chip {
  background: rgba(129, 45, 226, .22) !important;
  border-color: rgba(216, 180, 254, .4) !important;
  color: #f3e8ff !important;
}
body.view-groups .user-shell .main .group-leader-ico {
  background-color: #d8b4fe !important;
}
body.view-groups .user-shell .main .gpage-badge.leader {
  color: #f3e8ff !important;
}
body.view-groups .user-shell .main .group-detail h2,
body.view-groups .user-shell .main .group-detail h3,
body.view-groups .user-shell .main .group-member-row strong,
body.view-groups .user-shell .main .gn-tip strong {
  color: #fff !important;
}
body.view-groups .user-shell .main .group-desc,
body.view-groups .user-shell .main .group-member-row small,
body.view-groups .user-shell .main .group-hero-text p,
body.view-groups .user-shell .main .group-network-hint,
body.view-groups .user-shell .main .gn-tip small {
  color: #a39bb8 !important;
}
body.view-groups .user-shell .main .group-member-row {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.view-groups .user-shell .main .group-network {
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(129, 45, 226, .18), transparent 70%),
    rgba(255, 255, 255, .03) !important;
  border-color: rgba(255, 255, 255, .08) !important;
}
body.view-groups .user-shell .main .group-detail .btn-secondary,
body.view-groups .user-shell .main .group-detail .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
}
body.view-groups .user-shell .main .group-back {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #fff !important;
}
body.view-groups .user-shell .main .group-detail > .group-leader-chip {
  background: transparent !important;
  border: 0 !important;
  color: #d8b4fe !important;
  padding: 0 !important;
}
body.view-groups .user-shell .main .group-ad {
  display: block !important;
  visibility: visible !important;
}
body.view-groups .user-shell .main .group-ad .ad-slot,
body.view-groups .user-shell .main .group-ad .ad-slot--banner {
  display: block !important;
  visibility: visible !important;
  grid-template-columns: none !important;
}
body.view-groups .user-shell .main #view:has(.group-detail) > .home-pills {
  display: none !important;
}
body.view-groups .user-shell .main .group-hero-emoji:not(.group-hero-emoji--photo) {
  background: #812DE2 !important;
  border: 0 !important;
  color: #fff !important;
}
body.view-groups .user-shell .main .group-hero-emoji .lucide-icon,
body.view-groups .user-shell .main .group-hero-emoji svg {
  color: #fff !important;
  stroke: #fff !important;
}
body.view-groups .user-shell .main .group-hero-chat.btn-primary {
  background: #812DE2 !important;
  border: 0 !important;
  color: #fff !important;
}
body.view-groups .user-shell .main .group-invite-link {
  color: #ff7ad9 !important;
}
body.view-groups .user-shell .main .group-desc {
  color: #d6cfe6 !important;
}
body.view-groups .user-shell .main .gfeed-compose .field input,
body.view-groups .user-shell .main .gfeed-compose .field textarea,
body.view-groups .user-shell .main .gmeet-card .field input,
body.view-groups .user-shell .main .gmeet-card .field textarea {
  background: rgba(10, 8, 20, .72) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  color-scheme: dark;
}
body.view-groups .user-shell .main .gfeed-compose .media-add {
  background: rgba(10, 8, 20, .72) !important;
  border-color: rgba(216, 180, 254, .4) !important;
  color: #e9d5ff !important;
}
body.view-groups .user-shell .main .gfeed-compose .field label,
body.view-groups .user-shell .main .gmeet-card .field label {
  color: #d8cfff !important;
}

/* —— Testen / quiz dark canvas —— */
body.view-tests .user-shell .main,
body.view-tests .user-shell .content,
body.view-tests .user-shell .user-content {
  background: #0b0a15 !important;
  color: #fff !important;
}
body.view-tests .user-shell .user-topbar {
  background: #0b0a15 !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
body.view-tests .user-shell .nav button.active,
body.view-tests .sidebar-tests-btn.active {
  background: rgba(129, 45, 226, .18) !important;
  border-color: rgba(196, 181, 253, .28) !important;
  color: #efe8ff !important;
}
body.view-tests .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-tests .user-shell .main .tests-page h2,
body.view-tests .user-shell .main .tests-page strong,
body.view-tests .user-shell .main .quiz-page h2,
body.view-tests .user-shell .main .quiz-page h3,
body.view-tests .user-shell .main .quiz-page strong,
body.view-tests .user-shell .main .test-card-title,
body.view-tests .user-shell .main .quiz-question {
  color: #fff !important;
}
body.view-tests .user-shell .main .test-card-body p,
body.view-tests .user-shell .main .tests-hero p,
body.view-tests .user-shell .main .tests-compat-banner p,
body.view-tests .user-shell .main .result-hero p {
  color: #a39bb8 !important;
}
body.view-tests .user-shell .main .tests-meta-row span {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #d8b4fe !important;
}
body.view-tests .user-shell .user-topbar .topbar-brand {
  display: none !important;
}
body.view-tests .user-shell .main .tests-legal {
  color: #b8b0c4 !important;
  background: none !important;
  border: 0 !important;
  text-align: center !important;
}
body.view-tests .user-shell .main .btn-secondary,
body.view-tests .user-shell .main .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
}
body.view-tests .user-shell .main .btn-primary {
  background: #812DE2 !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-tests .user-shell .main .result-traits .trait-bar-label {
  color: #cfc7e2 !important;
}
body.view-tests .user-shell .main .result-traits .trait-bar-label strong {
  color: #fff !important;
}
body.view-tests .user-shell .main .result-traits .trait-bar-track {
  background: rgba(255,255,255,.14) !important;
  height: 12px;
}
body.view-tests .user-shell .main .result-traits .trait-bar-fill {
  background: #812DE2 !important;
}
body.view-tests .user-shell .main .result-emoji {
  color: #ff7ad9 !important;
}

/* —— Vrienden dark canvas —— */
body.view-friends .user-shell .main,
body.view-friends .user-shell .content,
body.view-friends .user-shell .user-content {
  background: #0b0a15 !important;
  color: #fff !important;
}
body.view-friends .user-shell .user-topbar {
  background: #0b0a15 !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
body.view-friends .user-shell .main .friends-page h2,
body.view-friends .user-shell .main .friends-page h3,
body.view-friends .user-shell .main .friends-page strong,
body.view-friends .user-shell .main .friend-row-user strong {
  color: #fff !important;
}
body.view-friends .user-shell .main .friends-hero p,
body.view-friends .user-shell .main .friend-row-user small,
body.view-friends .user-shell .main .friends-empty,
body.view-friends .user-shell .main .friends-empty p {
  color: #a39bb8 !important;
}
body.view-friends .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-friends .user-shell .main .btn-secondary,
body.view-friends .user-shell .main .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
}
body.view-friends .user-shell .main .btn-primary {
  background: #812DE2 !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-friends .user-shell .main .friend-row,
body.view-friends .user-shell .main .card {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* —— Wall timeline dark canvas —— */
body.view-wall .user-shell .main,
body.view-wall .user-shell .content,
body.view-wall .user-shell .user-content {
  background: #0b0a15 !important;
  color: #fff !important;
}
body.view-wall .user-shell .user-topbar {
  background: #0b0a15 !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
body.view-wall .user-shell .nav button.active {
  background: rgba(129, 45, 226, .18) !important;
  color: #efe8ff !important;
  border: 1px solid rgba(196, 181, 253, .28) !important;
}
body.view-wall .user-shell .main .wall-page h2,
body.view-wall .user-shell .main .wall-page h3,
body.view-wall .user-shell .main .wall-author strong,
body.view-wall .user-shell .main .wall-comment-bubble strong {
  color: #fff !important;
}
body.view-wall .user-shell .main .wall-page-hero p,
body.view-wall .user-shell .main .wall-author small,
body.view-wall .user-shell .main .wall-post-stats {
  color: #a39bb8 !important;
}
body.view-wall .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-wall .user-shell .main .btn-primary {
  background: #812DE2 !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-wall .user-shell .main .wall-post {
  background: #151322 !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-wall .user-shell .main .wall-compose,
body.view-wall .user-shell .main .wall-rail-card,
body.view-wall .user-shell .main .buddy-search-bar,
body.view-wall .user-shell .main .buddy-results {
  background: #151322 !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-wall .user-shell .main .membership-banner {
  background: #151322 !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
}
body.view-wall .user-shell .main .wall-comment-bubble {
  background: rgba(255,255,255,.1) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 18px !important;
}
body.view-wall .user-shell .main .wall-comment-bubble p {
  color: #efe8ff !important;
}
body.view-wall .user-shell .main .wall-like-group {
  background: transparent !important;
  border: 0 !important;
}
body.view-wall .user-shell .main .wall-action-btn,
body.view-wall .user-shell .main .wall-like-group .wall-action-btn {
  background: transparent !important;
  border: 0 !important;
  color: #c4b5fd !important;
  padding: .2rem 0 !important;
  box-shadow: none !important;
}
body.view-wall .user-shell .main .wall-action-btn.has-reaction {
  background: transparent !important;
  color: #ff7ad9 !important;
}
body.view-wall .user-shell .main .wall-react-more {
  background: transparent !important;
  border: 0 !important;
  color: #a39bb8 !important;
}
body.view-wall .user-shell .main .wall-comment-form input[type="text"],
body.view-wall .user-shell .main .wall-compose textarea {
  background: rgba(10, 8, 20, .72) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #fff !important;
  color-scheme: dark;
}
body.view-wall .user-shell .main .wall-comment-form input[type="text"]::placeholder,
body.view-wall .user-shell .main .wall-compose textarea::placeholder {
  color: #8b849c !important;
}
body.view-wall .user-shell .main .buddy-search-bar {
  background:
    linear-gradient(135deg, rgba(129, 45, 226, .22), rgba(255, 86, 165, .12)),
    rgba(255, 255, 255, .04) !important;
}
body.view-wall .user-shell .main .buddy-input {
  color: #fff !important;
  background: rgba(8, 6, 18, .55) !important;
  border-color: rgba(255, 255, 255, .18) !important;
}
body.view-wall .user-shell .main .buddy-input:focus {
  border-color: rgba(255, 122, 217, .55) !important;
  background: rgba(8, 6, 18, .72) !important;
}
body.view-wall .user-shell .main .buddy-answer p,
body.view-wall .user-shell .main .buddy-person,
body.view-wall .user-shell .main .buddy-card,
body.view-wall .user-shell .main .buddy-link {
  color: #fff !important;
}
body.view-wall .user-shell .main .buddy-card {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.view-wall .user-shell .main .buddy-chip {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: #d8b4fe !important;
}
body.view-user-profile .user-shell .main .buddy-return-btn,
body.view-user .user-shell .main .buddy-return-btn {
  background: rgba(16, 12, 28, .9) !important;
  border: 0 !important;
  color: rgba(255, 255, 255, .92) !important;
  box-shadow: none !important;
}
body.view-user-profile .user-shell .main .buddy-return-btn:hover,
body.view-user .user-shell .main .buddy-return-btn:hover {
  background: rgba(24, 18, 42, .96) !important;
  color: #fff !important;
}
body.view-user-profile .user-shell .main .buddy-return-btn span,
body.view-user .user-shell .main .buddy-return-btn span {
  color: rgba(233, 213, 255, .7) !important;
}
body.view-wall .user-shell .main .wall-visibility select,
body.view-wall .user-shell .main .wall-vis-btn {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.16) !important;
  color: #efe8ff !important;
}
body.view-wall .user-shell .main .wall-vis-menu {
  background: #161225 !important;
  border-color: rgba(255,255,255,.14) !important;
}
body.view-wall .user-shell .main .wall-vis-opt {
  color: #f5f0ff !important;
}
body.view-wall .user-shell .main .wall-vis-opt.active,
body.view-wall .user-shell .main .wall-vis-opt:hover {
  background: #812DE2 !important;
  color: #fff !important;
}
body.view-groups .user-shell .main .gpage p,
body.view-groups .user-shell .main .gpage small { color: #a39bb8; }
body.view-groups .user-shell .main .gpage-stat > small.gpage-stat-up { color: #6ee7b7 !important; }

/* —— Berichten dark canvas (full-bleed, geen box) —— */
body.view-messages .user-shell .main .home-pills {
  display: none !important;
}
/* Alleen losse page-ads verbergen — advertentie onder zoekbalk MOET zichtbaar blijven */
body.view-messages .user-shell .main .content > .ad-slot,
body.view-messages .user-shell .main #view > .ad-slot {
  display: none !important;
}
body.view-messages .user-shell .main .clist-ad,
body.view-messages .user-shell .main #messages-list-ad {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body.view-messages .user-shell .main .clist-ad .ad-slot {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body.view-messages .user-shell .main .clist-ad .ad-rotate {
  display: block !important;
  visibility: visible !important;
}
body.view-messages .user-shell .main .clist-ad .ad-rotate-slide.is-active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body.view-messages .user-shell .content.user-content {
  padding: 0 !important;
  padding-bottom: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.view-messages .user-shell .main .messages-layout {
  grid-template-columns: minmax(380px, 420px) minmax(0, 1fr);
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: #0b0a15 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  min-height: 0;
  width: 100%;
  height: calc(100vh - 64px - 72px);
  height: calc(100dvh - 64px - 72px - env(safe-area-inset-bottom, 0px));
}
body.view-messages .user-shell .main .conversation-list,
body.view-messages .user-shell .main .chat {
  background: #0b0a15 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}
body.view-messages .user-shell .main .conversation-list {
  border-right: 1px solid rgba(255,255,255,.06) !important;
}
body.view-messages .user-shell .main .conversation-list header,
body.view-messages .user-shell .main .chat header {
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  padding: 1rem 1rem .85rem;
}
body.view-messages .user-shell .main .conversation-list header { border-bottom: 0 !important; }
.clist-title { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.clist-title h2 { margin: 0; font-size: 1.35rem; font-weight: 900; letter-spacing: -.02em; color: #fff; }
.clist-compose {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 0;
  background: #812DE2;
  color: #fff;
  cursor: pointer;
  font-size: .82rem;
  box-shadow: none;
}
.clist-tools { display: flex; align-items: center; gap: .5rem; margin-top: .8rem; }
.clist-search {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  padding: .55rem .85rem;
}
.clist-search i { color: #8b849c; font-size: .8rem; }
.clist-search input { flex: 1; min-width: 0; border: 0; background: transparent; color: #fff; outline: none; font: inherit; font-size: .86rem; }
.clist-search input::placeholder { color: #8b849c; }
.clist-filter {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.05);
  color: #c7c0d8;
  cursor: pointer;
  font-size: .8rem;
}
.clist-filter.is-on { background: #812DE2; border-color: transparent; color: #fff; box-shadow: none; }
.clist-empty { padding: 1.5rem 1rem; color: #8b849c; font-size: .86rem; text-align: center; }
.clist-section-label {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin: .85rem .55rem .45rem;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8b849c;
}
.clist-section-label span { display: inline-flex; }
.clist-section-label--events { color: #f9a8d4; }
.clist-section-label--direct { color: #c4b5fd; margin-top: 1.15rem; }
.clist-group {
  margin: 0 .4rem .7rem;
  border: 1px solid rgba(255, 122, 217, .18);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(20, 16, 36, .9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.clist-group.is-organizer {
  border-color: rgba(192, 132, 252, .38);
  background: linear-gradient(180deg, rgba(124, 58, 237, .16), rgba(20, 16, 36, .95));
}
.clist-group-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .7rem;
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(255, 122, 217, .12);
  background: rgba(255, 122, 217, .07);
  color: inherit;
  font: inherit;
  padding: .75rem .75rem;
  cursor: pointer;
}
.clist-group-head:hover { background: rgba(255, 122, 217, .12); }
.clist-group-thumb {
  flex: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(216, 180, 254, .14);
  color: #d8b4fe;
  font-size: .85rem;
  border: 1px solid rgba(255,255,255,.08);
}
.clist-group-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.clist-group-copy { min-width: 0; flex: 1; }
.clist-event-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: .2rem;
  padding: .12rem .45rem;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ff8fd0;
  background: rgba(255, 79, 178, .14);
  border: 1px solid rgba(255, 79, 178, .22);
}
.clist-group-head strong {
  display: block;
  font-size: .9rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}
.clist-group-head small {
  display: block;
  color: #a39bb8;
  font-size: .72rem;
  margin-top: .15rem;
}
.clist-group-items {
  padding: .4rem .4rem .5rem;
  background: rgba(8, 6, 18, .45);
}
.clist-chats-label {
  margin: 0 .3rem .35rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #7c738f;
}
.clist-group-items .conversation-row {
  border-radius: 12px;
  margin-bottom: .2rem;
  background: rgba(255,255,255,.03);
}
.clist-group-items .conversation-row:last-child { margin-bottom: 0; }
.clist-group-items .conversation-row:hover {
  background: rgba(255,255,255,.06) !important;
}
.clist-group-items .conversation-row.is-active {
  background: rgba(124, 58, 237, .2) !important;
  box-shadow: inset 0 0 0 1px rgba(192, 132, 252, .35);
}
.clist-group-items .conversation-item {
  border-radius: 12px;
  padding: .55rem .6rem !important;
  margin-bottom: 0;
  border: 0 !important;
  background: transparent;
  overflow: hidden;
}
.clist-group-items .conversation-item:last-child { margin-bottom: 0; }
.clist-group-items .conversation-item.is-nested {
  padding-left: .6rem !important;
}
.clist-group-items .conversation-item:hover,
.clist-group-items .conversation-item.active {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.clist-group-items .conversation-avatar {
  flex: none;
  width: 34px;
  height: 34px;
  overflow: visible;
}
.clist-group-items .conversation-avatar .avatar {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px;
  min-height: 34px;
  box-shadow: none !important;
}
.clist-direct {
  display: grid;
  gap: .15rem;
  margin: 0 .25rem .5rem;
  padding: .25rem;
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.06);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.clist-direct .conversation-item.is-direct,
.clist-direct .conversation-item.is-group {
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
}
.chat-post-chip-btn {
  flex: none;
  align-self: center;
  display: flex;
  align-items: center;
  gap: .55rem;
  max-width: 220px;
  text-align: left;
  border: 1px solid rgba(192,132,252,.3);
  background: rgba(124,58,237,.14);
  border-radius: 14px;
  padding: .4rem .55rem;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.chat-post-chip-thumb {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  color: #d8b4fe;
  font-size: .75rem;
}
.chat-post-chip-thumb img { width: 100%; height: 100%; object-fit: cover; }
.chat-post-chip-btn em {
  display: block;
  font-style: normal;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #f472b6;
}
.chat-post-chip-btn strong {
  display: block;
  font-size: .74rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
body.view-messages .user-shell .main #conversation-items {
  padding: .2rem .3rem .85rem .45rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(196, 181, 253, .28) transparent;
}
body.view-messages .user-shell .main #conversation-items::-webkit-scrollbar { width: 4px; }
body.view-messages .user-shell .main #conversation-items::-webkit-scrollbar-track {
  background: transparent;
  margin: 0;
}
body.view-messages .user-shell .main #conversation-items::-webkit-scrollbar-thumb {
  background: rgba(196, 181, 253, .28);
  border-radius: 999px;
  border: 0;
}
body.view-messages .user-shell .main #conversation-items:hover::-webkit-scrollbar-thumb {
  background: rgba(196, 181, 253, .5);
}
body.view-messages .user-shell .main .conversation-row {
  border-bottom: 0;
  border-radius: 14px;
  margin: 0 .15rem .15rem;
  align-items: center;
}
body.view-messages .user-shell .main .conversation-row:hover {
  background: rgba(255,255,255,.04) !important;
}
body.view-messages .user-shell .main .conversation-row.is-active {
  background: rgba(124,58,237,.16) !important;
  box-shadow: inset 0 0 0 1px rgba(192,132,252,.4);
}
body.view-messages .user-shell .main .conversation-item {
  border-bottom: 0 !important;
  border: 0;
  border-radius: 14px;
  padding: .65rem .7rem;
  gap: .7rem;
  align-items: center;
  color: #fff !important;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
body.view-messages .user-shell .main .conversation-item:hover,
body.view-messages .user-shell .main .conversation-item.active {
  background: transparent !important;
  box-shadow: none !important;
}
body.view-messages .user-shell .main .conversation-delete-btn {
  color: #c4b5fd;
  margin-right: .35rem;
}
body.view-messages .user-shell .main .conversation-delete-btn:hover {
  color: #fda4af;
  background: rgba(244, 63, 94, .14);
}
body.view-messages .user-shell .main .chat-header-delete {
  color: #c4b5fd;
}
body.view-messages .user-shell .main .chat-header-delete:hover {
  color: #fda4af;
  background: rgba(244, 63, 94, .14);
}
.conversation-item-body {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}
.conversation-item-top {
  min-width: 0;
  width: 100%;
  gap: .45rem;
}
.conversation-avatar { position: relative; flex: none; }
.conversation-avatar .avatar {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  min-height: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: grid;
  place-items: center;
}
.conversation-avatar .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 50%;
}
.conversation-avatar .online-dot {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #34d399;
  border: 2px solid #151322;
}
body.view-messages .user-shell .main .conversation-item-top strong {
  font-size: .88rem;
  color: #fff;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.view-messages .user-shell .main .conversation-item-top time {
  color: #8b849c !important;
  font-size: .7rem;
  flex: none;
  white-space: nowrap;
}
.conversation-item-bottom {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: .12rem;
  min-width: 0;
  width: 100%;
}
body.view-messages .user-shell .main .conversation-item .conversation-preview {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  color: #8b849c !important;
  font-size: .8rem;
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.view-messages .user-shell .main .conversation-item.unread .conversation-preview { color: #d6cfe6 !important; font-weight: 650; }
body.view-messages .user-shell .main .conversation-unread-dot {
  background: #812DE2 !important;
  min-width: 19px;
  height: 19px;
  font-size: .66rem;
}

/* Chatpaneel */
body.view-messages .user-shell .main .chat { background: #100e1c !important; }
body.view-messages .user-shell .main .chat header,
body.view-messages .user-shell .main .chat-top {
  align-items: center;
  gap: .55rem;
  background: #151322;
  padding-top: .65rem;
  padding-bottom: .65rem;
  min-height: 56px;
}
body.view-messages .user-shell .main .chat-back { color: #ece7f7; }
.chat-header-avatar { position: relative; flex: none; }
.chat-header-avatar .avatar { width: 40px; height: 40px; }
.chat-header-avatar .avatar img,
.chat-info-avatar .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 50%;
}
.chat-header-avatar .online-dot {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #34d399;
  border: 2px solid #151322;
}
body.view-messages .user-shell .main .chat-header-person { align-items: center; gap: .65rem; cursor: pointer; }
body.view-messages .user-shell .main .chat-header-person strong { font-size: .98rem; color: #fff; line-height: 1.2; }
.chat-header-status { font-size: .72rem; color: #8b849c; margin-top: 0; display: block; }
.chat-header-status.is-online { color: #34d399; font-weight: 700; }
body.view-messages .user-shell .main .chat-header-info { color: #c7c0d8; }
.chat-header-chips { display: flex; flex-wrap: wrap; gap: .3rem; }
.chat-header-chips span {
  font-size: .7rem;
  font-weight: 700;
  color: #d8b4fe;
  background: rgba(216,180,254,.12);
  border: 1px solid rgba(216,180,254,.18);
  border-radius: 999px;
  padding: .22rem .55rem;
}
.chat-vibe {
  display: grid;
  gap: .45rem;
  background: rgba(18, 14, 32, .9);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: .75rem .85rem;
}
.chat-vibe-in-sheet { min-width: 0; width: 100%; }
.chat-vibe-label { font-size: .7rem; font-weight: 800; color: #fff; display: inline-flex; align-items: center; gap: .3rem; }
.chat-vibe-label i { color: #fb7185; }
.chat-vibe-score { font-size: .9rem; color: #efe8ff; }
.chat-vibe-score strong { color: #fff; font-weight: 800; }
.chat-vibe-bar { display: block; height: 7px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; margin-top: .1rem; }
.chat-vibe-bar em { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #ff4fb2, #812DE2); }
.chat-info-sheet {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.chat-info-sheet-head {
  align-items: flex-start;
  gap: .75rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.chat-info-head { display: flex; align-items: center; gap: .85rem; min-width: 0; flex: 1; }
.chat-info-id { min-width: 0; }
.chat-info-id h2 {
  margin: .1rem 0 0;
  font-size: 1.45rem;
  letter-spacing: -.03em;
  line-height: 1.15;
  word-break: break-word;
}
.chat-info-avatar {
  position: relative;
  flex: none;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4fb2, #812DE2 55%, #c084fc);
}
.chat-info-avatar .avatar {
  width: 58px;
  height: 58px;
  border: 2px solid #16122b;
  box-sizing: border-box;
}
.chat-info-avatar .online-dot {
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #34d399;
  border: 2px solid #1a1628;
  z-index: 1;
}
.chat-info-x {
  flex: none;
  margin-top: .1rem;
}
.chat-info-status { margin: .2rem 0 0; font-size: .84rem; }
.chat-info-online { color: #34d399; font-weight: 700; }
.chat-info-body { display: grid; gap: 1rem; min-width: 0; }
.chat-info-block { display: grid; gap: .5rem; min-width: 0; }
.chat-info-label {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #9b93ad;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.chat-info-label i,
.chat-info-label svg { color: #fb7185; }
.chat-info-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.chat-info-chips span {
  font-size: .78rem;
  font-weight: 650;
  color: #d6d0e6;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .38rem .7rem;
}
.chat-info-post { width: 100%; max-width: none; align-self: stretch; }
.chat-info-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin-top: .15rem;
  align-items: stretch;
}
.chat-info-btn {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: .35rem;
  min-height: 40px;
  padding: .55rem .6rem !important;
  border-radius: 14px !important;
  font-weight: 800;
  font-size: .84rem;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
}
.chat-info-btn i,
.chat-info-btn svg {
  width: .95rem;
  height: .95rem;
  flex: none;
}
.chat-info-btn--close {
  display: none !important;
}
.modal.modal--chat-info {
  width: min(440px, 100%);
  padding: 1.15rem 1.15rem 1.2rem;
}
@media (max-width: 640px) {
  .modal.modal--chat-info {
    width: min(100%, calc(100vw - 1.25rem));
    padding: .95rem;
    border-radius: 22px;
  }
  .chat-info-actions {
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
  }
  .chat-info-btn {
    min-height: 38px;
    padding: .48rem .4rem !important;
    font-size: .76rem;
    border-radius: 12px !important;
  }
  .chat-info-id h2 { font-size: 1.28rem; }
  .chat-vibe-in-sheet {
    width: 100%;
  }
}
body.view-messages .user-shell .main .chat-messages {
  background: #0b0a15 !important;
  max-height: none;
  padding: .85rem 1.35rem 1rem;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
body.view-messages .user-shell .main .chat-day-sep span {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #a39bb8 !important;
}
body.view-messages .user-shell .main .bubble {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: .45rem .65rem;
  background: #1c1830 !important;
  border: 1px solid rgba(255,255,255,.06);
  color: #ece7f7;
  font-size: .89rem;
  padding: .6rem 1.75rem .55rem .9rem;
  max-width: min(68%, 460px);
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
body.view-messages .user-shell .main .bubble.mine {
  background: #812DE2 !important;
  border-color: transparent;
  color: #fff;
  margin-right: .15rem;
  padding: .6rem .9rem .55rem 1.75rem;
}
body.view-messages .user-shell .main .bubble-react-btn {
  position: absolute;
  right: -.2rem;
  bottom: -.15rem;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #9ca3af !important;
  opacity: .95;
}
body.view-messages .user-shell .main .bubble.mine .bubble-react-btn {
  right: auto;
  left: -.2rem;
  background: transparent !important;
  border: 0 !important;
  color: rgba(255,255,255,.88) !important;
}
body.view-messages .user-shell .main .bubble-react-btn.is-active,
body.view-messages .user-shell .main .bubble.mine .bubble-react-btn.is-active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
body.view-messages .user-shell .main .bubble-react-btn:hover,
body.view-messages .user-shell .main .bubble.mine .bubble-react-btn:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.view-messages .user-shell .main .bubble {
  padding: .6rem 1.1rem .7rem .9rem;
}
body.view-messages .user-shell .main .bubble.mine {
  padding: .6rem .9rem .7rem 1.1rem;
}
body.view-messages .user-shell .main .bubble-meta {
  width: 100%;
  flex: 1 1 100%;
  margin-top: 0;
}
body.view-messages .user-shell .main .bubble-text {
  display: block;
  flex: 1 1 8rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.view-messages .user-shell .main .bubble small {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  font-size: .64rem;
  opacity: .65;
  white-space: nowrap;
}
body.view-messages .user-shell .main .bubble.has-post {
  flex-direction: column;
  align-items: stretch;
  max-width: min(82%, 520px);
  background: #1a1430 !important;
  border-color: rgba(192,132,252,.32);
  padding: .5rem;
}
body.view-messages .user-shell .main .bubble.has-post small { align-self: flex-end; }
.chat-post { display: flex; gap: .7rem; }
.chat-post-cover { flex: none; width: 122px; border-radius: 12px; overflow: hidden; }
.chat-post-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.chat-post-body { min-width: 0; flex: 1; display: grid; gap: .25rem; align-content: start; padding: .2rem .2rem .2rem 0; }
.chat-post-eyebrow { font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; color: #f472b6; }
.chat-post-body strong { font-size: .92rem; color: #fff; cursor: pointer; }
.chat-post-line { font-size: .74rem; color: #a39bb8; display: flex; align-items: center; gap: .3rem; }
.chat-post-foot { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; margin-top: .3rem; }
.chat-post-chip {
  font-size: .7rem;
  font-weight: 700;
  color: #d8b4fe;
  background: rgba(216,180,254,.12);
  border-radius: 999px;
  padding: .25rem .55rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}
.chat-post-btn {
  border: 0;
  border-radius: 999px;
  background: #812DE2;
  color: #fff;
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  padding: .35rem .8rem;
  cursor: pointer;
  box-shadow: none;
}
.chat-post-btn.is-going { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
body.view-messages .user-shell .main .chat-compose {
  background: #0b0a15 !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  align-items: flex-end;
  gap: .45rem;
  padding: .55rem .7rem calc(.55rem + env(safe-area-inset-bottom, 0px));
}
.chat-compose-ico {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: #c7c0d8;
  cursor: pointer;
  font-size: .9rem;
  display: grid;
  place-items: center;
}
body.view-messages .user-shell .main .chat-compose-field {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
body.view-messages .user-shell .main .chat-compose textarea {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 0;
  padding: .85rem .55rem .85rem .3rem;
  font-size: 16px;
}
body.view-messages .user-shell .main .chat-compose textarea::placeholder { color: #8b849c; }
body.view-messages .user-shell .main .chat-emoji-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #c7c0d8;
}
body.view-messages .user-shell .main .chat-emoji-btn:hover,
body.view-messages .user-shell .main .chat-emoji-btn[aria-expanded="true"] {
  color: #fff;
  border-color: transparent;
  background: rgba(129, 45, 226, .28);
}
body.view-messages .user-shell .main .chat-emoji-panel {
  background: #16122a;
  border-color: rgba(255,255,255,.12);
}
body.view-messages .user-shell .main .chat-send {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  background: #812DE2 !important;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(129, 45, 226, .35);
}
body.view-messages .user-shell .main .chat-attach-menu {
  background: #16122a;
  border-color: rgba(255,255,255,.12);
}
body.view-messages .user-shell .main .chat-voice-bar {
  background: #0b0a15 !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
}
body.view-messages .user-shell .main .chat-send:disabled { opacity: .45; }
body.view-messages .user-shell .main .empty-state { color: #8b849c; }
@media (max-width: 900px) {
  body.view-messages .user-shell .main .messages-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    height: calc(100vh - 64px - 72px);
    height: calc(100dvh - 64px - 72px - env(safe-area-inset-bottom, 0px));
  }
  body.view-messages .user-shell .main .conversation-list {
    border-right: 0 !important;
  }
  body.view-messages .user-shell .main .conversation-list,
  body.view-messages .user-shell .main .chat {
    border-radius: 0 !important;
    border: 0 !important;
    background: #0b0a15 !important;
  }
  body.view-messages .user-shell .main .chat header,
  body.view-messages .user-shell .main .conversation-list header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* —— Buurthuis dark canvas —— */
body.view-buurthuis .user-shell .main,
body.view-buurthuis .user-shell .content,
body.view-buurthuis .user-shell .user-content {
  background: #0b0a15 !important;
  color: #fff !important;
}
body.view-buurthuis .user-shell .user-topbar {
  background: #0b0a15 !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
body.view-buurthuis .user-shell .nav button.active,
body.view-buurthuis .sidebar button.active {
  background: rgba(129, 45, 226, .18) !important;
  border-color: rgba(196, 181, 253, .28) !important;
  color: #efe8ff !important;
}
body.view-buurthuis .ch-room-head-actions .ch-pill-btn {
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.06) !important;
  color: #efe8ff !important;
  box-shadow: none !important;
}
body.view-buurthuis .ch-room-head-actions .ch-pill-btn.is-plus {
  border-color: rgba(255, 79, 178, .28) !important;
}

body.view-invite .user-shell .main,
body.view-invite .user-shell .content,
body.view-invite .user-shell .user-content {
  background: #0b0914 !important;
  color: #fff !important;
}
body.view-invite .user-shell .user-topbar {
  background: #0b0914 !important;
  border-bottom: 0 !important;
}
body.view-invite .user-shell .nav button.active,
body.view-invite .user-shell .sidebar .btn-secondary.active {
  background: rgba(129, 45, 226, .18) !important;
  color: #efe8ff !important;
  border: 1px solid rgba(196, 181, 253, .28) !important;
}
body.view-invite .user-shell .main .text-link { color: #d8b4fe !important; }
body.view-invite .user-shell .main .ipage h1,
body.view-invite .user-shell .main .ipage h2,
body.view-invite .user-shell .main .ipage strong { color: #fff !important; }
body.view-invite .user-shell .main .ipage-card {
  background: #151322 !important;
  border-color: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

/* —— Economy / Plus (zelfde donkere Matched-canvas) —— */
body.view-economy .user-shell .main,
body.view-economy .user-shell .content,
body.view-economy .user-shell .user-content {
  background: #0b0914 !important;
  color: #fff !important;
}
body.view-economy .user-shell .user-topbar {
  background: #0b0914 !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
body.view-economy .user-shell .nav button.active,
body.view-economy .user-shell .sidebar .btn-secondary.active {
  background: rgba(129, 45, 226, .18) !important;
  color: #efe8ff !important;
  border: 1px solid rgba(196, 181, 253, .28) !important;
}
body.view-economy .user-shell .main .card {
  background: #18152a !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.view-economy .user-shell .main .muted { color: #b7a8d4 !important; }
body.view-economy .user-shell .main .btn-primary {
  background: #812DE2 !important;
  border: 0 !important;
  color: #fff !important;
}
body.view-economy .user-shell .main .btn-secondary {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #fff !important;
}
body.view-economy .user-shell .main .eco-page h1,
body.view-economy .user-shell .main .eco-page h2,
body.view-economy .user-shell .main .eco-page strong {
  color: #fff !important;
}
body.view-economy .user-shell #view {
  max-width: 640px;
  margin: 0 auto;
}

/* Geen scheidingslijn onder topbar — alle app-pagina's */
.topbar,
.user-shell .user-topbar,
.user-shell .user-topbar--profile {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
