/* =========================================================
   RED HORIZON // SYSTEM-KONSOLE
   Standard-Menülayout passend zu Base Management und Truppenverwaltung.
   ========================================================= */

.system-terminal-entry {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.system-unread-badge {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ui-danger-light, #ff3c3c);
    color: #000;
    font-size: 0.8em;
    font-weight: 900;
    box-shadow: 0 0 12px rgba(255, 60, 60, 0.55);
}

.system-terminal-entry .system-unread-badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.system-console-menu-panel {
    width: min(360px, calc(100% - 40px));
    margin: 0 auto;
    padding: 16px;
}

.system-console-menu-panel .v-menu-header {
    margin-top: 0;
}

.system-console-menu-list {
    width: 100%;
}

.system-console-menu-list .v-menu-btn {
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    text-align: center;
}

@media (max-width: 720px) {
    .system-console-menu-panel {
        width: calc(100% - 20px);
        margin: 0 auto 22px auto;
        padding: 12px;
    }

}
