/* /Layout/AuthLayout.razor.rz.scp.css */
[b-p13pqtdl6g] .brand-panel-bg {
    background:
        radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.30), transparent 34%),
        linear-gradient(180deg, #23315C 0%, #2E3D77 62%, #435AA1 100%);
}

[b-p13pqtdl6g] .brand-panel-bg::after {
    content: '';
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -12%;
    height: 42%;
    background:
        radial-gradient(circle at 30% 60%, rgba(255,255,255,0.12), transparent 32%),
        radial-gradient(circle at 70% 20%, rgba(139,92,246,0.18), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
    border-radius: 50% 50% 0 0 / 22% 22% 0 0;
    pointer-events: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
[b-15fbsl33od] .sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s ease;
    text-decoration: none;
}

[b-15fbsl33od] .sidebar-link:hover,
[b-15fbsl33od] .sidebar-link.active {
    background: rgba(255, 255, 255, 0.12);
}
