/* GLOBALER Hintergrund */
body,
#app {
    background: url('/planka-assets/background3.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}

/* ÄUSSERER BOARD-CONTAINER (das weiße außen) */
.board,
.board-wrapper,
.board-content {
    background: #1f1f1f !important;
}

/* LISTEN (Spalten) */
.list {
    background: #2a2a2a !important;
    border-radius: 12px;
}

/* Listen Header */
.list-header {
    background: #222222 !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* KARTEN */
.card {
    background: #434343 !important;
    color: #ffffff !important;
    border-radius: 8px;
}

/* Text weiß erzwingen */
.card *,
.list *,
.list-header-name {
    color: #ffffff !important;
}