/* /Components/StatisticsConsentBanner.razor.rz.scp.css */
.statistics-consent-backdrop[b-8fwl2t0bbd] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(4, 9, 14, .72);
    backdrop-filter: blur(4px);
}

.statistics-consent-backdrop[hidden][b-8fwl2t0bbd],
.statistics-settings-button[hidden][b-8fwl2t0bbd] {
    display: none !important;
}

.statistics-consent-dialog[b-8fwl2t0bbd] {
    width: min(680px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: #131c25;
    color: #f5f7fa;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

.statistics-consent-dialog h2[b-8fwl2t0bbd] {
    margin: 0 0 16px;
    font-size: 1.5rem;
}

.statistics-consent-dialog p[b-8fwl2t0bbd] {
    margin: 0 0 14px;
    line-height: 1.55;
}

.statistics-consent-dialog a[b-8fwl2t0bbd] {
    color: #8dc8ff;
}

.statistics-consent-actions[b-8fwl2t0bbd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.statistics-consent-button[b-8fwl2t0bbd],
.statistics-settings-button[b-8fwl2t0bbd] {
    min-height: 44px;
    border: 1px solid #76b8f1;
    border-radius: 9px;
    padding: 10px 16px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.statistics-consent-actions form[b-8fwl2t0bbd],
.statistics-consent-actions .statistics-consent-button[b-8fwl2t0bbd] {
    width: 100%;
}

.statistics-consent-button.primary[b-8fwl2t0bbd] {
    background: #1976d2;
    color: #fff;
}

.statistics-consent-button.secondary[b-8fwl2t0bbd] {
    background: transparent;
    color: #dcecff;
}

.statistics-settings-button[b-8fwl2t0bbd] {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2000;
    min-height: 38px;
    padding: 8px 12px;
    background: #131c25;
    color: #e8f2fc;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .32);
    text-decoration: none;
}

@media (max-width: 520px) {
    .statistics-consent-actions[b-8fwl2t0bbd] {
        grid-template-columns: 1fr;
    }

    .statistics-settings-button[b-8fwl2t0bbd] {
        right: 10px;
        bottom: 10px;
    }
}
