@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/HyperionInterstellar.Components/HyperionInterstellar.Components.up4h19qtcu.bundle.scp.css';

/* _content/HyperionInterstellar.UI/Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-3wv5a9iih3] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
    --gradient-blue: linear-gradient(135deg, #001829, #0a0d14);
}

.toast[b-3wv5a9iih3] {
    color: #e0e0e0 !important;
    border: 1px solid #00f6ff !important;
    box-shadow: 0 0 10px rgba(0,246,255,0.5) !important;
    background-color: var(#0a0d14) !important;
}

.toast-header[b-3wv5a9iih3] {
    color: #e0e0e0 !important;
    border-bottom: 1px solid #00f6ff !important;
    background-color: var(#0a0d14) !important;
}

.toast-body[b-3wv5a9iih3] {
    color: #e0e0e0 !important;
    background-color: var(#0a0d14) !important;
}

*[b-3wv5a9iih3] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body[b-3wv5a9iih3] {
    background-color: var(--bg-dark);
    background-image: radial-gradient(circle at 20% 30%, #001829 0%, transparent 50%), radial-gradient(circle at 80% 70%, #001220 0%, transparent 50%);
    color: var(--text-primary);
    min-height: 100vh;
}

.bb-page[b-3wv5a9iih3] {
    position: relative;
    min-height: 100vh;
    background-color: #0a0d14;
}

.site-header[b-3wv5a9iih3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    color: wheat;
    display: flex;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.header-content[b-3wv5a9iih3] {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.logo[b-3wv5a9iih3] {
    font-size: 1.8em;
    font-weight: bold;
}

.header-center[b-3wv5a9iih3] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right[b-3wv5a9iih3] {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Profil */
.profile-menu[b-3wv5a9iih3] {
    position: relative;
    display: inline-block;
}

.profile-icon[b-3wv5a9iih3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,246,255,0.5);
}

.dropdown-menu[b-3wv5a9iih3] {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    background: var(--bg-card, #12151c);
    border: 1px solid rgba(0,246,255,0.3);
    border-radius: 4px;
    min-width: 150px;
    z-index: 1001;
}

    .dropdown-menu a[b-3wv5a9iih3] {
        display: block;
        padding: 10px;
        color: wheat;
        font-size: 0.9em;
        border-bottom: 1px solid rgba(0,246,255,0.1);
    }

        .dropdown-menu a:hover[b-3wv5a9iih3] {
            background: rgba(0,246,255,0.1);
        }

.profile-menu:hover .dropdown-menu[b-3wv5a9iih3] {
    display: block;
}

/* Sidebar margin */
.site-sidebar[b-3wv5a9iih3] {
    margin-top: 70px;
}

/* Main content */
.site-main[b-3wv5a9iih3] {
    margin-top: 70px;
    padding: 20px;
}

.main-content[b-3wv5a9iih3] {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .header-content[b-3wv5a9iih3] {
        flex-direction: column;
        justify-content: center;
    }

    .header-center[b-3wv5a9iih3], .header-right[b-3wv5a9iih3] {
        margin-top: 10px;
    }
}
/* _content/HyperionInterstellar.UI/Components/Pages/Home.razor.rz.scp.css */
