/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qt4xektfe6] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: radial-gradient(circle at 10% 20%, rgba(30, 15, 60, 0.6) 0%, rgba(5, 5, 10, 0.95) 90%);
    color: #f1f3f9;
}

.header-bar[b-qt4xektfe6] {
    background: rgba(10, 10, 15, 0.8) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.content-wrapper[b-qt4xektfe6] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gradient-text[b-qt4xektfe6] {
    background: linear-gradient(135deg, #a5b4fc 0%, #818cf8 30%, #38bdf8 70%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-indigo-glow[b-qt4xektfe6] {
    background: rgba(79, 70, 229, 0.2);
    color: #c7d2fe;
    border: 1px solid rgba(79, 70, 229, 0.3);
    box-shadow: 0 0 15px rgba(79, 70, 229, 0.15);
}

.text-cyan[b-qt4xektfe6] {
    color: #22d3ee !important;
}
