#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-bar-transparent {
    background: transparent !important;
    backdrop-filter: none;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;

    background: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

::deep .brand-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: inherit;
}

::deep .brand-text {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

::deep .nav-link-btn {
    text-transform: none !important;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.9) !important;
    transition: color 0.2s ease;
}

::deep .nav-link-btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

::deep .nav-divider {
    border-color: rgba(255, 255, 255, 0.25) !important;
    height: 24px;
    align-self: center;
}

::deep .site-footer {
    margin-top: 0;
}

::deep .footer-top {
    background: #1a1a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 56px 0 40px;
}

::deep .footer-bottom {
    background: #141425;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

::deep .footer-brand {
    font-weight: 700;
}

::deep .footer-text {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

::deep .footer-heading {
    font-weight: 600;
    letter-spacing: 0.5px;
}

::deep .footer-copy {
    color: rgba(255, 255, 255, 0.4);
}
