/* =========================================================
   VN-BIKER – Seiten-CSS bereinigt
   Nur Layout, Abstände, Grids, Größen und echte Seitensonderfälle.
   Grunddesign, Farben, Hintergrund, Hover, Karten, Chips, Buttons und Inputs: globale.css.
   ========================================================= */

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

.welcome-box {
    padding: 20px 22px;
}

.welcome-title {
    margin: 0 0 14px 0 !important;
}

.welcome-ok-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-weight: 800;
}

.welcome-ok-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
flex: 0 0 auto;
}

.welcome-help-list {
    display: grid;
    gap: 6px;
    margin: 0 0 14px 0;
}

.welcome-help-item {
font-size: var(--vn-font-md);
    line-height: 1.45;
}

.welcome-subtitle {
    margin-bottom: 12px;
font-weight: 800;
}

.welcome-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.welcome-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    cursor: pointer;
}.welcome-chip i {
font-size: var(--vn-font-md);
}

.welcome-preview {
    padding: 18px;
}

.welcome-preview-title-bubble {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 14px;
    font-weight: 800;
}

.welcome-preview-body {
line-height: 1.72;
    word-break: break-word;
}

.welcome-action-row {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
}

.welcome-go-button {
    min-width: 290px;
    font-weight: 800;
}

.welcome-go-button[disabled] {
    opacity: 1;
    cursor: not-allowed;
}

.welcome-error {
    margin-bottom: 12px;
    padding: 12px 14px;
}

@media (max-width: 640px) {
    .welcome-box {
        padding: 16px;
    }

    .welcome-chip-grid {
        gap: 8px;
    }

    .welcome-chip {
        min-height: 36px;
        padding: 0 12px;
        font-size: var(--vn-font-md);
    }

    .welcome-go-button {
        width: 100%;
        min-width: 0;
    }
}

/* =========================================================
   GLOBAL-HANDOFF willkommen.css
   Typo, Farben, Buttons, Badges und Hover kommen aus globale.css.
   Diese Datei liefert nur Seitenlayout, Abstände, Grids und Sondergrößen.
   ========================================================= */

/* Interaktion nicht lokal animieren: globale.css setzt Hover/Focus. */
@media (hover: hover) and (pointer: fine) {
    .vn-card:hover,
    .vn-row:hover,
    .vn-action:hover,
    .vn-button:hover,
    .vn-btn:hover,
    .vn-icon-action:hover {
        /* absichtlich leer: globale.css ist führend */
    }
}
