﻿.sidebar {
    background-image: linear-gradient(180deg, rgb(1 16 30) 0%, rgb(1 16 30) 70%) !important;
}
.navbar-dark {
    border-bottom: 1px solid rgb(19,34,52);
}
.custom-appbar {
    background: rgba(10, 0, 25, 0.6);
    backdrop-filter: blur(6px);
    border-bottom: 2px solid #ff00a8;
    box-shadow: 0 0 10px #ff00a8;
    color: #fff;
}

.--mud-palette-primary{
    color: red !important;
}
/* Input */
.glass-input {
    background: rgba(255,255,255,0.05) !important;
    border-radius: 0.75rem;
}

/* Drawer Hintergrund */
.drawer-custom {
    background: #0d0221 !important;
    color: #fff;
    overflow-x: hidden;
}
/* Titel im Drawer */
.drawer-title {
    color: #ff4ecd;
    opacity: 0.8;
    font-weight: bold;
    text-shadow: 0 0 4px #ff4ecd;
}

/* Subtitle */
.drawer-subtitle {
    font-size: 0.8rem;
    color: #aaa;
}

/* Divider */
.divider-custom {
    border-color: rgba(255, 255, 255, 0.2);
}

.my-navmenu {
    background: transparent !important;
    box-shadow: none !important;
}
/* Nav Links */
.nav-link {
    color: #ccc !important;
    transition: all 0.2s ease-in-out;
}

    .nav-link:hover {
        color: #00a3d4 !important;
        opacity: 0.8f;
        text-shadow: 0 0 6px #00a3d4;
    }

/* Aktiver Link */
.mud-nav-link-active {
    color: #ff00a8 !important;
    font-weight: bold;
    text-shadow: 0 0 10px #ff00a8;
}

/* Gruppen-Header */
.nav-group {
    color: #7b2ff7;
    font-weight: 500;
}

/* Footer transparent mit Linie */
.custom-footer {
    background: linear-gradient(180deg, #0d0221, #100224) !important;
    border-bottom: 1px solid #3C304C;
    padding: 10px 20px;
    color: white;
    height: 77px;
    backdrop-filter: blur(4px);
}
.main-content {
    padding: 1rem;
    overflow-y: auto; /* Scrollen aktivieren */
    height: 100vh; /* Höhe anpassen: 100% minus AppBar */
}
.content-main-wrapper {
    padding: 40px; /* gleichmäßiger Innenabstand */
    margin-top: 20px; /* extra Abstand nach der AppBar */
    margin-left: 10px; /* Abstand vom Drawer */
    margin-right: 10px; /* falls rechts auch Luft soll */
}
.content-wrapper {
    padding: 40px; /* gleichmäßiger Innenabstand */
    margin-top: 20px; /* extra Abstand nach der AppBar */
    margin-left: 10px; /* Abstand vom Drawer */
    margin-right: 10px; /* falls rechts auch Luft soll */
    border-radius: 12px; /* optional: leicht abgerundet */
    background: rgba(255, 255, 255, 0.03); /* dezente Unterlegung */
}

/* Text und Links */
.custom-footer-text {
    font-size: 0.9rem;
    opacity: 0.7;
}

.main-layout {
    background: radial-gradient(circle at top left, #0d0221, #1a0033, #000);
    min-height: 100vh;
    color: white;
}

.page {
    font-family: 'Segoe UI';
    background-color: rgb(10, 23, 38) !important;
    color: white;
}

.table {
    color: lightgray;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: lightgray;
    background-color: rgb(19,34,52);
}

.text-muted {
    color: rgb(10, 23, 38) !important;
}



html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #0d0221, #1a0033);
    background-size: 300% 300%;
    background-blend-mode: screen;
}

    .lp-content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        overflow: hidden;
        gap: 30px; /* Abstand zwischen den Elementen */
    }

    .content img {
        display: block; /* entfernt die Baseline-Lücke */
        margin: 0;
    }

    .content h1,
    .content button {
        margin: 0; /* entfernt Standard-Margin */
    }

    h1 {
        position: relative;
        z-index: 10;
        font-size: 2.5rem;
        text-align: center;
        text-shadow: 0 0 8px #0085f3, 0 0 16px #0085f3;
        margin-bottom: 1rem;
    }
.neon-img {
    filter: drop-shadow(0 0 15px #0085f3);
}

.neon-title {
    position: relative;
    z-index: 10;
    color: white;
    font-size: 2.8rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 8px #0085f3, 0 0 16px #0085f3, 0 0 24px #0085f3;
    animation: flicker 3s infinite;
}

.start-btn {
    position: relative;
    z-index: 10;
    padding: 0.8rem 1.6rem;
    font-size: 1rem;
    color: white;
    background: transparent;
    border: 2px solid #7b2ff7;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s ease;
    text-shadow: 0 0 6px #7b2ff7;
    box-shadow: 0 0 8px #7b2ff7, 0 0 16px #7b2ff7;
}

    .start-btn:hover {
        background: #7b2ff7;
        box-shadow: 0 0 12px #7b2ff7, 0 0 24px #7b2ff7;
    }
@keyframes flicker {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        opacity: 1;
        text-shadow: 0 0 8px #ff00ff, 0 0 16px #00fff7, 0 0 24px #ff00ff;
    }

    20%, 24%, 55% {
        opacity: 0.6;
        text-shadow: none;
    }
}

/* --- SOCIAL LINKS --- */
.social-links {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.social-icon {
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    color: white;
    padding: 0.4rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-shadow: 0 0 6px #7b2ff7;
}

    .social-icon.github:hover {
        color: #fff;
        border-color: #333;
        box-shadow: 0 0 8px #333;
    }

    .social-icon.discord:hover {
        color: #7289da;
        border-color: #7289da;
        box-shadow: 0 0 8px #7289da;
    }

    .social-icon.twitter:hover {
        color: #1da1f2;
        border-color: #1da1f2;
        box-shadow: 0 0 8px #1da1f2;
    }
footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.7;
    z-index: 10;
    color:white;
    text-shadow: 0 0 6px #d500ff;
}