/* _content/DroneMeppelSite/Components/Layout/MainLayout.razor.rz.scp.css */
.site[b-eff29y3g44] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-eff29y3g44] {
    flex: 1;
}

.site-header[b-eff29y3g44] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(8, 14, 34, 0.92);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner[b-eff29y3g44] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-eff29y3g44] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.brand__mark[b-eff29y3g44] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #4dd0ff, #7c5cff);
    box-shadow: 0 0 12px rgba(124, 92, 255, 0.8);
}

.site-footer[b-eff29y3g44] {
    background: #080e22;
    color: rgba(255, 255, 255, 0.65);
    padding: 2rem 1.5rem;
}

.site-footer__inner[b-eff29y3g44] {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    justify-content: space-between;
    font-size: 0.9rem;
}

.site-footer a[b-eff29y3g44] {
    color: rgba(255, 255, 255, 0.85);
}

#blazor-error-ui[b-eff29y3g44] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-eff29y3g44] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
