/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-c843u9tvog] {
    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-c843u9tvog] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/CookieBanner.razor.rz.scp.css */
#cookie-banner[b-f9695o9j4a] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1a1d2e;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 16px 24px;
    display: flex;
    justify-content: center;
}

.cb-inner[b-f9695o9j4a] {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 960px;
    width: 100%;
    flex-wrap: wrap;
}

.cb-text[b-f9695o9j4a] {
    flex: 1;
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.cb-text strong[b-f9695o9j4a] {
    color: #fff;
}

.cb-link[b-f9695o9j4a] {
    color: #7ED957;
    text-decoration: none;
    margin-left: 4px;
    white-space: nowrap;
}

.cb-link:hover[b-f9695o9j4a] {
    text-decoration: underline;
}

.cb-actions[b-f9695o9j4a] {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cb-accept[b-f9695o9j4a], .cb-decline[b-f9695o9j4a] {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: opacity 0.15s;
}

.cb-accept[b-f9695o9j4a] {
    background: #7ED957;
    color: #0d0f18;
}

.cb-decline[b-f9695o9j4a] {
    background: transparent;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
}

.cb-accept:hover[b-f9695o9j4a], .cb-decline:hover[b-f9695o9j4a] {
    opacity: 0.85;
}

@media (max-width: 600px) {
    .cb-inner[b-f9695o9j4a] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
