/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* WowDash theme handles layout via css/theme/style.css - minimal overrides here */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* WowDash sidebar styles are in css/theme/style.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sel415inyf],
.components-reconnect-repeated-attempt-visible[b-sel415inyf],
.components-reconnect-failed-visible[b-sel415inyf],
.components-pause-visible[b-sel415inyf],
.components-resume-failed-visible[b-sel415inyf],
.components-rejoining-animation[b-sel415inyf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sel415inyf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sel415inyf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sel415inyf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sel415inyf],
#components-reconnect-modal.components-reconnect-retrying[b-sel415inyf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sel415inyf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sel415inyf],
#components-reconnect-modal.components-reconnect-failed[b-sel415inyf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sel415inyf] {
    display: block;
}


#components-reconnect-modal[b-sel415inyf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-sel415inyf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-sel415inyf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sel415inyf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-sel415inyf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-sel415inyf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-sel415inyf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-sel415inyf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-sel415inyf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-sel415inyf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-sel415inyf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-sel415inyf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-sel415inyf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-sel415inyf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-sel415inyf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-sel415inyf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-sel415inyf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-sel415inyf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-sel415inyf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/MyNumbers/MyNumbers.razor.rz.scp.css */
.xe-row-hi > td[b-7whnw20l8t] {
    background: var(--copper-soft); /* dark-mode-adaptive copper tint; matches the chart highlight band */
}
/* /Components/Shared/MemberGuidanceCard.razor.rz.scp.css */
.guidance-card[b-znybu1hzo9] {
    display: flex;
    gap: 14px;
    padding: 18px 22px;
    background: #f0f7f6;
    border: 1px solid #c8dedb;
    border-radius: 12px;
    color: #183c3a;
}
.guidance-card-icon[b-znybu1hzo9] { font-size: 26px; line-height: 1.3; color: #27635c; }
.guidance-card-title[b-znybu1hzo9] { margin: 0 0 4px; font-weight: 700; font-size: 16px; }
.guidance-card-body[b-znybu1hzo9] { margin: 0 0 8px; font-size: 14px; line-height: 1.65; }
.guidance-card-body:last-child[b-znybu1hzo9] { margin-bottom: 0; }
.guidance-card-link[b-znybu1hzo9] { color: #205952; font-family: inherit; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; background: transparent; border: 0; padding: 0; text-align: start; }
.guidance-card-link:hover[b-znybu1hzo9] { color: #102f2b; }
.guidance-card-link:focus-visible[b-znybu1hzo9] { outline: 2px solid #205952; outline-offset: 4px; }
@media (max-width: 575px) {
    .guidance-card[b-znybu1hzo9] { padding: 16px; gap: 10px; }
}
/* /Components/Shared/PrivacyGuideContent.razor.rz.scp.css */
/* Shared by the Help page and upload modal. Scope WowDash heading sizes here. */
.privacy-page[b-6mbu1vxdtx] { --h1: clamp(26px, 3vw, 36px); --h2: 22px; --h3: 17px; max-width: 1100px; margin: 0 auto; color: #24364c; }
.privacy-hero[b-6mbu1vxdtx] { background: #132747; border-radius: 16px; padding: 36px 40px; color: #e2eaf5; border-top: 4px solid #ed8b00; }
.privacy-hero .privacy-eyebrow[b-6mbu1vxdtx] { display: flex; align-items: center; gap: 10px; color: #ffbc61; font-size: 14px; font-weight: 600; margin: 0 0 16px; }
.privacy-eyebrow i[b-6mbu1vxdtx] { font-size: 23px; }
.privacy-hero h1[b-6mbu1vxdtx] { color: #fff; font-size: clamp(26px, 3vw, 36px); line-height: 1.2; margin: 0 0 16px; }
.privacy-hero p[b-6mbu1vxdtx] { max-width: 800px; margin: 0; line-height: 1.75; }
.privacy-section[b-6mbu1vxdtx] { margin-top: 32px; }
.privacy-page h2[b-6mbu1vxdtx] { color: #132747; font-size: 22px; margin: 0 0 16px; line-height: 1.4; }
.privacy-access-grid[b-6mbu1vxdtx] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.privacy-access-card[b-6mbu1vxdtx] { background: #fff; border: 1px solid #dee5ed; padding: 24px; border-radius: 12px; }
.privacy-access-card h3[b-6mbu1vxdtx] { font-size: 17px; color: #132747; line-height: 1.4; margin: 0 0 12px; }
.privacy-access-card p[b-6mbu1vxdtx] { font-size: 15px; line-height: 1.75; margin: 0; }
.privacy-thresholds[b-6mbu1vxdtx] { padding: 28px 32px; margin-top: 28px; border: 1px solid #d9e3ee; border-radius: 16px; background: #eaf0f7; }
.privacy-thresholds > p[b-6mbu1vxdtx] { line-height: 1.75; }
.privacy-threshold-grid[b-6mbu1vxdtx] { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin: 24px 0; }
.privacy-threshold[b-6mbu1vxdtx] { background: #fff; border-radius: 12px; padding: 20px; text-align: center; display: flex; flex-direction: column; gap: 4px; }
.privacy-threshold strong[b-6mbu1vxdtx] { color: #132747; font-size: 48px; line-height: 1.2; }
.privacy-minimum[b-6mbu1vxdtx] { color: #52657a; font-size: 14px; }
.privacy-and[b-6mbu1vxdtx] { font-weight: 700; color: #132747; }
.privacy-rule[b-6mbu1vxdtx] { font-weight: 600; margin: 0 0 12px; }
.privacy-example[b-6mbu1vxdtx] { margin: 0; font-size: 15px; }
.privacy-faq[b-6mbu1vxdtx] { background: #fff; border: 1px solid #dee5ed; border-radius: 12px; padding: 0 28px; margin: 0; }
.privacy-faq > div[b-6mbu1vxdtx] { padding: 22px 0; }
.privacy-faq > div + div[b-6mbu1vxdtx] { border-top: 1px solid #e3e9ef; }
.privacy-faq dt[b-6mbu1vxdtx] { color: #132747; font-size: 17px; line-height: 1.5; margin-bottom: 8px; }
.privacy-faq dd[b-6mbu1vxdtx] { margin: 0; font-size: 15px; line-height: 1.8; }
.privacy-scope[b-6mbu1vxdtx] { --h2: 16px; margin: 24px 0 8px; padding: 20px 24px; border-left: 3px solid #94a7bd; }
.privacy-scope h2[b-6mbu1vxdtx] { font-size: 16px; margin-bottom: 8px; }
.privacy-scope p[b-6mbu1vxdtx] { margin: 0; color: #52657a; font-size: 14px; line-height: 1.75; }
@media (max-width: 767px) {
    .privacy-hero[b-6mbu1vxdtx] { padding: 26px 22px; }
    .privacy-access-grid[b-6mbu1vxdtx] { grid-template-columns: 1fr; }
    .privacy-thresholds[b-6mbu1vxdtx] { padding: 24px 20px; }
    .privacy-threshold-grid[b-6mbu1vxdtx] { gap: 12px; }
    .privacy-threshold[b-6mbu1vxdtx] { padding: 16px 10px; }
    .privacy-faq[b-6mbu1vxdtx] { padding: 0 20px; }
}
@media (max-width: 420px) {
    .privacy-threshold-grid[b-6mbu1vxdtx] { grid-template-columns: 1fr; text-align: center; }
}
/* /Components/Shared/PrivacyNotice.razor.rz.scp.css */
.privacy-modal[b-4xgnzcqyjr] { overscroll-behavior: contain; }
.privacy-modal .modal-body[b-4xgnzcqyjr] { background: #f5f6fa; padding: 24px; overscroll-behavior: contain; }
.privacy-modal .modal-header[b-4xgnzcqyjr] { flex-shrink: 0; }
@media (max-width: 575px) {
    .privacy-modal .modal-body[b-4xgnzcqyjr] { padding: 12px; }
}
