/* _content/LUMEN/Components/Layout/MainLayout.razor.rz.scp.css */
/* Entfernt Standardr�nder, Container und Padding */
.layout-wrapper[b-m1iwec1zy6] {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Fehleranzeige bleibt wie gehabt */
#blazor-error-ui[b-m1iwec1zy6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-m1iwec1zy6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LUMEN/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b65g94ya7d] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-b65g94ya7d] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-b65g94ya7d] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b65g94ya7d] {
    font-size: 1.1rem;
}

.bi[b-b65g94ya7d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-b65g94ya7d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-b65g94ya7d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-b65g94ya7d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-b65g94ya7d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b65g94ya7d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b65g94ya7d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b65g94ya7d]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-b65g94ya7d]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-b65g94ya7d]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-b65g94ya7d] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b65g94ya7d] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b65g94ya7d] {
        display: none;
    }

    .nav-scrollable[b-b65g94ya7d] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/LUMEN/Components/Pages/Home.razor.rz.scp.css */
.page-container[b-fq6b7l7ak2] {
    min-height: 100vh;
    background: radial-gradient(circle at center, #14072c 0%, #080014 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Segoe UI, sans-serif;
}

/* ==========================================
   Hero Badge
========================================== */

.hero-badge[b-fq6b7l7ak2] {
    border: 1px solid rgba(140, 110, 255, 0.3);
    padding: 8px 18px;
    border-radius: 30px;
    color: #9c7dff;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-badge-icon[b-fq6b7l7ak2] {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* ==========================================
   Title
========================================== */

.title[b-fq6b7l7ak2] {
    font-size: 90px;
    font-weight: 700;
    background: linear-gradient( to bottom, #BBA8FD 0%, #9276FC 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.1s;
}

/* ==========================================
   Subtitle
========================================== */

.subtitle[b-fq6b7l7ak2] {
    margin-top: 20px;
    text-align: center;
    max-width: 500px;
    color: #a0a0c0;
    line-height: 1.8;
    font-size: 18px;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.2s;
}

/* ==========================================
   Upload Card
========================================== */

.upload-card[b-fq6b7l7ak2] {
    margin-top: 50px;
    width: 500px;
    padding: 50px;
    border-radius: 24px;
    border: 1px solid rgba(130, 90, 255, 0.2);
    background: rgba(18, 8, 40, 0.75);
    backdrop-filter: blur(15px);
    text-align: center;
    opacity: 0;
    animation: scaleReveal-b-fq6b7l7ak2 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.35s;
}

/* ==========================================
   Upload Icon
========================================== */

.upload-icon[b-fq6b7l7ak2] {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 20px;
    background: rgba(140, 110, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #b893ff;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
}

.upload-icon-image[b-fq6b7l7ak2] {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* ==========================================
   Upload Card Text
========================================== */

.upload-card h3[b-fq6b7l7ak2] {
    margin-top: 25px;
    margin-bottom: 15px;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.6s;
}

.upload-card p[b-fq6b7l7ak2] {
    color: #a0a0c0;
    line-height: 1.7;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.7s;
}

/* ==========================================
   Button
========================================== */

.upload-button-wrapper[b-fq6b7l7ak2] {
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.8s;
}

.upload-button[b-fq6b7l7ak2] {
    margin-top: 25px;
    background: #7b5cff;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 14px 32px;
    cursor: pointer;
    font-size: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .upload-button:hover[b-fq6b7l7ak2] {
        transform: translateY(-2px);
        box-shadow: 0 0 25px rgba(123, 92, 255, 0.5);
    }

/* ==========================================
   Selected File
========================================== */

.selected-file[b-fq6b7l7ak2] {
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 20px;
    background: rgba(140, 110, 255, 0.15);
    color: #B893FF;
    font-size: 14px;
    word-break: break-word;
    animation: reveal-b-fq6b7l7ak2 0.5s ease forwards;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    max-width: 390px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.file-icon[b-fq6b7l7ak2] {
    width: 17.5px;
    height: 17.5px;
    object-fit: contain;
}

/* ==========================================
   File Types
========================================== */

.file-types[b-fq6b7l7ak2] {
    display: block;
    margin-top: 25px;
    color: #8d8db5;
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.9s;
}

/* ==========================================
   Footer
========================================== */

.footer[b-fq6b7l7ak2] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-text[b-fq6b7l7ak2] {
    margin-top: 40px;
    color: #6d6d90;
    font-size: 13px;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1s;
}

.footer-copyright[b-fq6b7l7ak2] {
    margin-top: 10px;
    color: #56506d;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0;
    animation: reveal-b-fq6b7l7ak2 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1.1s;
}

/* ==========================================
   Animations
========================================== */

@keyframes reveal-b-fq6b7l7ak2 {

    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleReveal-b-fq6b7l7ak2 {

    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


@media (max-width: 768px) {

    .page-container[b-fq6b7l7ak2] {
        padding: 30px 20px;
        justify-content: center;
        /* 🔥 FIX: nur Viewport stabilisieren, NICHT Animationen anfassen */
        min-height: 100dvh;
    }

    .hero-badge[b-fq6b7l7ak2] {
        font-size: 10px;
        padding: 6px 14px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .hero-badge-icon[b-fq6b7l7ak2] {
        width: 14px;
        height: 14px;
    }

    .title[b-fq6b7l7ak2] {
        font-size: 56px;
        text-align: center;
    }

    .subtitle[b-fq6b7l7ak2] {
        font-size: 15px;
        max-width: 320px;
        line-height: 1.6;
        margin-top: 15px;
        padding: 0 10px;
    }

    .upload-card[b-fq6b7l7ak2] {
        width: 100%;
        max-width: 350px;
        padding: 30px 20px;
        margin-top: 35px;
        border-radius: 20px;
    }

    .upload-icon[b-fq6b7l7ak2] {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 16px;
    }

    .upload-icon-image[b-fq6b7l7ak2] {
        width: 30px;
        height: 30px;
    }

    .upload-card h3[b-fq6b7l7ak2] {
        font-size: 18px;
        margin-top: 20px;
    }

    .upload-card p[b-fq6b7l7ak2] {
        font-size: 14px;
        line-height: 1.6;
    }

    .upload-button-wrapper[b-fq6b7l7ak2] {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .upload-button[b-fq6b7l7ak2] {
        width: 100%;
        max-width: 160px;
        padding: 14px 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .selected-file[b-fq6b7l7ak2] {
        width: 100%;
        max-width: 290px;
        font-size: 13px;
        padding: 8px 12px;
        margin: 14px auto 0 auto;
    }

    .file-icon[b-fq6b7l7ak2] {
        width: 15.5px;
        height: 15.5px;
        object-fit: contain;
    }

    .file-types[b-fq6b7l7ak2] {
        font-size: 11px;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .footer[b-fq6b7l7ak2] {
        width: 100%;
        margin-top: 25px;
    }

    .footer-text[b-fq6b7l7ak2] {
        font-size: 11px;
        text-align: center;
        margin-top: 0;
        padding: 0 15px;
        line-height: 1.5;
    }

    .footer-copyright[b-fq6b7l7ak2] {
        font-size: 11px;
        text-align: center;
        margin-top: 8px;
        letter-spacing: 0.5px;
    }
}
