/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-kpirmwme29] {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 0.65rem 1.5rem;
    flex-shrink: 0;
}

.site-footer-inner[b-kpirmwme29] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    color: var(--text-muted);
    max-width: 1100px;
    margin: 0 auto;
}

.site-footer-company[b-kpirmwme29] {
    font-weight: 700;
    color: var(--text);
}

.site-footer-sep[b-kpirmwme29] {
    color: var(--border);
    user-select: none;
}

.site-footer a[b-kpirmwme29] {
    color: var(--text-muted);
    text-decoration: none;
}

.site-footer a:hover[b-kpirmwme29] {
    color: var(--primary);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .site-footer[b-kpirmwme29] {
        padding: 0.65rem 0.75rem;
    }

    .site-footer-sep[b-kpirmwme29] {
        display: none;
    }

    .site-footer-inner[b-kpirmwme29] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0a2zdpweed] {
    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-0a2zdpweed] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5ttkxo5ejk],
.components-reconnect-repeated-attempt-visible[b-5ttkxo5ejk],
.components-reconnect-failed-visible[b-5ttkxo5ejk],
.components-pause-visible[b-5ttkxo5ejk],
.components-resume-failed-visible[b-5ttkxo5ejk],
.components-rejoining-animation[b-5ttkxo5ejk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-retrying[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-failed[b-5ttkxo5ejk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5ttkxo5ejk] {
    display: block;
}


#components-reconnect-modal[b-5ttkxo5ejk] {
    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-5ttkxo5ejk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5ttkxo5ejk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5ttkxo5ejk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5ttkxo5ejk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5ttkxo5ejk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5ttkxo5ejk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5ttkxo5ejk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5ttkxo5ejk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5ttkxo5ejk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5ttkxo5ejk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5ttkxo5ejk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5ttkxo5ejk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5ttkxo5ejk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5ttkxo5ejk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5ttkxo5ejk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5ttkxo5ejk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5ttkxo5ejk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5ttkxo5ejk {
    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/Contact.razor.rz.scp.css */
/* ?? Hero ??????????????????????????????????????????????????????????????????? */
.contact-hero[b-fvajsbcmpp] {
    text-align: center;
    padding: 2.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.contact-hero-icon[b-fvajsbcmpp] {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 12px rgba(79,70,229,0.3));
}

.contact-hero h1[b-fvajsbcmpp] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.contact-hero p[b-fvajsbcmpp] { color: var(--text-muted); font-size: 0.9rem; }

/* ?? Two-column layout ?????????????????????????????????????????????????????? */
.contact-layout[b-fvajsbcmpp] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    align-items: start;
    max-width: 900px;
}

@media (max-width: 680px) {
    .contact-layout[b-fvajsbcmpp] { grid-template-columns: 1fr; }
}

/* ?? Info cards (aside) ????????????????????????????????????????????????????? */
.contact-info[b-fvajsbcmpp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-info-card[b-fvajsbcmpp] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    padding: 0.9rem 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.contact-info-icon[b-fvajsbcmpp] {
    font-size: 1.2rem;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.contact-info-card strong[b-fvajsbcmpp] {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.15rem;
}

.contact-info-card a[b-fvajsbcmpp],
.contact-info-card span[b-fvajsbcmpp] {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-decoration: none;
    word-break: break-all;
}

.contact-info-card a:hover[b-fvajsbcmpp] { color: var(--primary); text-decoration: underline; }

/* ?? Form card ?????????????????????????????????????????????????????????????? */
.contact-form-title[b-fvajsbcmpp] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
}

.contact-form-title i[b-fvajsbcmpp] { color: var(--primary); }

.contact-char-count[b-fvajsbcmpp] {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

/* ?? Spinning icon while sending ???????????????????????????????????????????? */
@keyframes contact-spin-b-fvajsbcmpp { to { transform: rotate(360deg); } }
.contact-spin[b-fvajsbcmpp] {
    display: inline-block;
    animation: contact-spin-b-fvajsbcmpp 0.8s linear infinite;
}

/* ?? Success state ?????????????????????????????????????????????????????????? */
.contact-success[b-fvajsbcmpp] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.contact-success-icon[b-fvajsbcmpp] {
    font-size: 3.5rem;
    color: var(--success);
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(22,163,74,0.3));
}

.contact-success h2[b-fvajsbcmpp] {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.contact-success p[b-fvajsbcmpp] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
/* /Components/Pages/CookiePolicy.razor.rz.scp.css */
/* ?? Hero ??????????????????????????????????????????????????????????????????? */
.lp-hero[b-r5na4md2k2] {
    text-align: center;
    padding: 2.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.lp-hero-icon[b-r5na4md2k2] {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 12px rgba(79,70,229,0.3));
}

.lp-hero h1[b-r5na4md2k2] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.lp-hero p[b-r5na4md2k2] { color: var(--text-muted); font-size: 0.9rem; }

/* ?? Body container ????????????????????????????????????????????????????????? */
.lp-body[b-r5na4md2k2] {
    max-width: 860px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ?? Individual section card ???????????????????????????????????????????????? */
.lp-section[b-r5na4md2k2] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.lp-section h2[b-r5na4md2k2] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.01em;
    margin-bottom: 0.85rem;
}

.lp-section h2 i[b-r5na4md2k2] { color: var(--primary); font-size: 1rem; }

.lp-section p[b-r5na4md2k2]  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 0.6rem; }
.lp-section p:last-child[b-r5na4md2k2] { margin-bottom: 0; }

.lp-section ul[b-r5na4md2k2] {
    margin: 0.4rem 0 0.6rem 1.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.lp-section ul li[b-r5na4md2k2] { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.lp-section a[b-r5na4md2k2] { color: var(--primary); }
.lp-section a:hover[b-r5na4md2k2] { text-decoration: underline; }

/* ?? Table ?????????????????????????????????????????????????????????????????? */
.lp-table-wrap[b-r5na4md2k2] { overflow-x: auto; margin-top: 0.5rem; }

.lp-table[b-r5na4md2k2] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.lp-table th[b-r5na4md2k2] {
    background: var(--body-bg);
    font-weight: 700;
    color: var(--text);
    text-align: left;
    padding: 0.6rem 1rem;
    border-bottom: 2px solid var(--border);
}

.lp-table td[b-r5na4md2k2] {
    padding: 0.55rem 1rem;
    border-bottom: 1px solid var(--border);
    color: var(--text-muted);
    vertical-align: top;
}

.lp-table tr:last-child td[b-r5na4md2k2] { border-bottom: none; }
.lp-table tr:nth-child(even) td[b-r5na4md2k2] { background: rgba(0,0,0,0.018); }

.lp-table code[b-r5na4md2k2] {
    font-size: 0.8rem;
    background: var(--body-bg);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    color: var(--text);
    white-space: nowrap;
}

/* �� Mobile ���������������������������������������������������������������� */
@media (max-width: 768px) {
    .lp-hero[b-r5na4md2k2] {
        padding: 1.5rem 1rem 1.25rem;
        margin-bottom: 1.25rem;
    }

    .lp-hero-icon[b-r5na4md2k2] {
        font-size: 2.2rem;
    }

    .lp-section[b-r5na4md2k2] {
        padding: 1rem 1rem;
        border-radius: 10px;
    }

    .lp-body[b-r5na4md2k2] {
        gap: 1rem;
    }

    .lp-table th[b-r5na4md2k2],
    .lp-table td[b-r5na4md2k2] {
        padding: 0.45rem 0.6rem;
        font-size: 0.8rem;
    }

    .lp-table code[b-r5na4md2k2] {
        font-size: 0.72rem;
    }
}

/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* ?? Quick-nav card grid: centred, capped width ????????????????????????????? */
.card-grid[b-i10ouiaisv] {
    grid-template-columns: repeat(3, minmax(0, 320px));
    justify-content: center;
}

/* ?? KPI strip ?????????????????????????????????????????????????????????????? */
.db-kpi-row[b-i10ouiaisv] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.db-kpi[b-i10ouiaisv] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.db-kpi--accent[b-i10ouiaisv] {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(79,70,229,0.07) 0%, rgba(99,102,241,0.04) 100%);
}

.db-kpi-value[b-i10ouiaisv] {
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.03em;
    line-height: 1;
}

.db-kpi--accent .db-kpi-value[b-i10ouiaisv] {
    color: var(--primary);
}

.db-kpi-label[b-i10ouiaisv] {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ?? Per-quiz table tweaks ?????????????????????????????????????????????????? */
.db-table[b-i10ouiaisv] {
    min-width: 560px;
}

.db-col-num[b-i10ouiaisv] {
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.db-quiz-link[b-i10ouiaisv] {
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    margin-right: 0.4rem;
}

.db-quiz-link:hover[b-i10ouiaisv] {
    color: var(--primary);
    text-decoration: underline;
}

.db-status-badge[b-i10ouiaisv] {
    vertical-align: middle;
    font-size: 0.65rem;
}

.db-winner[b-i10ouiaisv] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
}

/* ?? Mobile ????????????????????????????????????????????????????????????????? */
@media (max-width: 900px) {
    .db-kpi-row[b-i10ouiaisv] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .db-kpi-row[b-i10ouiaisv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .db-kpi-value[b-i10ouiaisv] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Gdpr.razor.rz.scp.css */
/* ?? Hero ??????????????????????????????????????????????????????????????????? */
.lp-hero[b-qp19nl3fta] {
    text-align: center;
    padding: 2.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.lp-hero-icon[b-qp19nl3fta] {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 12px rgba(79,70,229,0.3));
}

.lp-hero h1[b-qp19nl3fta] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.lp-hero p[b-qp19nl3fta] { color: var(--text-muted); font-size: 0.9rem; }

/* ?? Body container ????????????????????????????????????????????????????????? */
.lp-body[b-qp19nl3fta] {
    max-width: 860px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ?? Individual section card ???????????????????????????????????????????????? */
.lp-section[b-qp19nl3fta] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.lp-section h2[b-qp19nl3fta] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.01em;
    margin-bottom: 0.85rem;
}

.lp-section h2 i[b-qp19nl3fta] { color: var(--primary); font-size: 1rem; }

.lp-section p[b-qp19nl3fta]  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 0.6rem; }
.lp-section p:last-child[b-qp19nl3fta] { margin-bottom: 0; }

.lp-section ul[b-qp19nl3fta] {
    margin: 0.4rem 0 0.6rem 1.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.lp-section ul li[b-qp19nl3fta] { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.lp-section a[b-qp19nl3fta] { color: var(--primary); }
.lp-section a:hover[b-qp19nl3fta] { text-decoration: underline; }

/* ?? Table ?????????????????????????????????????????????????????????????????? */
.lp-table-wrap[b-qp19nl3fta] { overflow-x: auto; margin-top: 0.5rem; }

.lp-table[b-qp19nl3fta] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.lp-table th[b-qp19nl3fta] {
    background: var(--body-bg);
    font-weight: 700;
    color: var(--text);
    text-align: left;
    padding: 0.6rem 1rem;
    border-bottom: 2px solid var(--border);
}

.lp-table td[b-qp19nl3fta] {
    padding: 0.55rem 1rem;
    border-bottom: 1px solid var(--border);
    color: var(--text-muted);
    vertical-align: top;
}

.lp-table tr:last-child td[b-qp19nl3fta] { border-bottom: none; }
.lp-table tr:nth-child(even) td[b-qp19nl3fta] { background: rgba(0,0,0,0.018); }

/* ?? Rights grid ???????????????????????????????????????????????????????????? */
.lp-rights-grid[b-qp19nl3fta] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.85rem;
    margin-top: 0.75rem;
}

.lp-right[b-qp19nl3fta] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: var(--body-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.85rem 1rem;
}

.lp-right-icon[b-qp19nl3fta] {
    font-size: 1.15rem;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.lp-right strong[b-qp19nl3fta] { font-size: 0.875rem; font-weight: 700; color: var(--text); display: block; margin-bottom: 0.15rem; }
.lp-right p[b-qp19nl3fta] { font-size: 0.8rem; color: var(--text-muted); margin: 0; }

/* �� Mobile ���������������������������������������������������������������� */
@media (max-width: 768px) {
    .lp-hero[b-qp19nl3fta] {
        padding: 1.5rem 1rem 1.25rem;
        margin-bottom: 1.25rem;
    }

    .lp-hero-icon[b-qp19nl3fta] {
        font-size: 2.2rem;
    }

    .lp-section[b-qp19nl3fta] {
        padding: 1rem 1rem;
        border-radius: 10px;
    }

    .lp-body[b-qp19nl3fta] {
        gap: 1rem;
    }

    .lp-rights-grid[b-qp19nl3fta] {
        grid-template-columns: 1fr;
    }

    .lp-table th[b-qp19nl3fta],
    .lp-table td[b-qp19nl3fta] {
        padding: 0.45rem 0.6rem;
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Card grid */
.card-grid[b-slam2nanhm] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 100%;
}

/* Share section */
.home-share[b-slam2nanhm] {
    text-align: center;
    padding: 2rem 0 1rem;
}

.home-share-title[b-slam2nanhm] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted, #6b7280);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}

.home-share-buttons[b-slam2nanhm] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.home-share-btn[b-slam2nanhm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
    transition: transform 0.15s, filter 0.15s;
}

.home-share-btn:hover[b-slam2nanhm] {
    transform: scale(1.1);
    filter: brightness(1.1);
    color: #fff;
}

.home-share-btn--facebook[b-slam2nanhm]  { background: #1877f2; }
.home-share-btn--x[b-slam2nanhm]         { background: #000; }
.home-share-btn--whatsapp[b-slam2nanhm]  { background: #25d366; }
.home-share-btn--linkedin[b-slam2nanhm]  { background: #0a66c2; }


/* ?? Hero ??????????????????????????????????????????????????????????????????? */
.informax-hero[b-slam2nanhm] {
    margin-top: -2rem;
    margin-left: calc(50% - 50vw + var(--sidebar-width) / 2);
    margin-right: 0;
    margin-bottom: 0;
    width: calc(100vw - var(--sidebar-width));
    padding: 5rem 2rem;
    background:
        linear-gradient(135deg, rgba(200,0,0,0.62) 0%, rgba(60,0,0,0.72) 100%),
        url('/images/background.png') center / cover no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* ?? Content sections below the hero ??????????????????????????????????????? */
.home-content[b-slam2nanhm] {
    padding: 0;
}

/* CSS blocks hidden � image provides the visual depth */
.informax-block[b-slam2nanhm] { display: none; }

.informax-hero-content[b-slam2nanhm] { position: relative; z-index: 1; }

.informax-hero-icon[b-slam2nanhm] {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.informax-title[b-slam2nanhm] {
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 16px rgba(0,0,0,0.35);
    margin-bottom: 0.6rem;
}

.informax-badge[b-slam2nanhm] {
    display: inline-block;
    background: #FFD700;
    color: #000;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 0.3rem 1.1rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
    letter-spacing: 0.08em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.informax-subtitle[b-slam2nanhm] {
    color: rgba(255,255,255,0.92);
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.informax-btn-row[b-slam2nanhm] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ?? Buttons ???????????????????????????????????????????????????????????????? */
.informax-btn[b-slam2nanhm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.75rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    transition: transform 0.12s, box-shadow 0.12s;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.informax-btn:hover[b-slam2nanhm] {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(0,0,0,0.3);
}

.informax-btn--white[b-slam2nanhm]  { background: #fff;    color: #cc0000; }
.informax-btn--yellow[b-slam2nanhm] { background: #FFD700; color: #1a0000; }

/* ?? Section title ?????????????????????????????????????????????????????????? */
.informax-section-title[b-slam2nanhm] { margin-bottom: 1rem; }

.informax-section-title h2[b-slam2nanhm] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text);
}

/* ?? Feature cards ?????????????????????????????????????????????????????????? */
.informax-card[b-slam2nanhm] {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5rem;
    border: none;
    border-radius: 16px;
    padding: 1.5rem;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transition: transform 0.15s, box-shadow 0.15s;
    overflow: hidden;
}

.informax-card:hover[b-slam2nanhm] {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.informax-card--blue[b-slam2nanhm]   { background: linear-gradient(135deg, #1a7fe8, #0055b3); }
.informax-card--orange[b-slam2nanhm] { background: linear-gradient(135deg, #ff8c00, #e05800); }
.informax-card--green[b-slam2nanhm]  { background: linear-gradient(135deg, #00b359, #007a38); }

.informax-card-icon[b-slam2nanhm] { font-size: 2.5rem; margin-bottom: 0.75rem; }

.informax-card-body[b-slam2nanhm] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.informax-card-avatar[b-slam2nanhm] {
width: 96px;
height: 96px;
object-fit: contain;
flex-shrink: 0;
filter: drop-shadow(0 6px 14px rgba(0,0,0,0.35));
    margin-right: -0.25rem;
    transition: transform 0.15s;
}

.informax-card:hover .informax-card-avatar[b-slam2nanhm] { transform: translateY(-4px) scale(1.06); }

.informax-card h2[b-slam2nanhm] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.4rem;
}

.informax-card p[b-slam2nanhm] {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 1.25rem;
}

.informax-card-btn[b-slam2nanhm] {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.22);
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none !important;
    transition: background 0.15s;
}

.informax-card-btn:hover[b-slam2nanhm] { background: rgba(255,255,255,0.38); }

/* ?? CTA banner ????????????????????????????????????????????????????????????? */
.informax-cta-banner[b-slam2nanhm] {
    margin-top: 2rem;
    background: linear-gradient(135deg, #7b2fbe, #4c0e99);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 20px rgba(123,47,190,0.35);
}

.informax-cta-trophy[b-slam2nanhm] { font-size: 2.5rem; margin-bottom: 0.75rem; }

.informax-cta-banner h2[b-slam2nanhm] {
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.5rem;
}

.informax-cta-banner p[b-slam2nanhm] {
    color: rgba(255,255,255,0.87);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

/* �� Mobile ���������������������������������������������������������������� */
@media (max-width: 768px) {
    .informax-hero[b-slam2nanhm] {
        padding: 3rem 1rem;
        margin-left: calc(50% - 50vw + var(--sidebar-width) / 2);
        width: calc(100vw - var(--sidebar-width));
    }

    .informax-hero-icon[b-slam2nanhm] {
        font-size: 2.8rem;
    }

    .informax-subtitle[b-slam2nanhm] {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .informax-btn-row[b-slam2nanhm] {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .card-grid[b-slam2nanhm] {
        grid-template-columns: 1fr;
    }

    .informax-card-avatar[b-slam2nanhm] {
        width: 72px;
        height: 72px;
    }

    .informax-cta-banner[b-slam2nanhm] {
        padding: 1.5rem 1rem;
    }

    .informax-cta-banner h2[b-slam2nanhm] {
        font-size: 1.3rem;
    }

    .informax-cta-banner p[b-slam2nanhm] {
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Quizzes/CreateQuiz.razor.rz.scp.css */
.cq-mode-toggle[b-l6ehhun25r] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.cq-mode-btn[b-l6ehhun25r] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.2rem;
    border-radius: var(--radius);
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.15s;
}

.cq-mode-btn:hover[b-l6ehhun25r] {
    border-color: var(--primary);
    color: var(--primary);
}

.cq-mode-btn--active[b-l6ehhun25r] {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.cq-mode-btn--active:hover[b-l6ehhun25r] {
    background: var(--primary-hover);
    color: #fff;
}

.cq-ai-badge[b-l6ehhun25r] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cq-ai-row[b-l6ehhun25r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.cq-ai-field[b-l6ehhun25r] {
    min-width: 0;
}

.cq-ai-generate-btn[b-l6ehhun25r] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.cq-ai-disclaimer[b-l6ehhun25r] {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.8rem;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--radius);
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}

.cq-ai-disclaimer i[b-l6ehhun25r] {
    color: #d97706;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

@keyframes cq-spin-b-l6ehhun25r {
    to { transform: rotate(360deg); }
}

.cq-spin[b-l6ehhun25r] {
    animation: cq-spin-b-l6ehhun25r 0.8s linear infinite;
}

/* �� Mobile ���������������������������������������������������������������� */
@media (max-width: 768px) {
    .cq-mode-toggle[b-l6ehhun25r] {
        flex-wrap: wrap;
    }

    .cq-mode-btn[b-l6ehhun25r] {
        flex: 1;
        justify-content: center;
        min-width: 0;
    }

    .cq-ai-row[b-l6ehhun25r] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Sessions/JoinSession.razor.rz.scp.css */
.avatar-grid[b-yfywqeezrg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.avatar-btn[b-yfywqeezrg] {
    width: 3.5rem;
    height: 3.5rem;
    border: 2px solid var(--border-color, #e5e7eb);
    border-radius: 0.5rem;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-btn img[b-yfywqeezrg] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.25rem;
}

.avatar-btn:hover[b-yfywqeezrg] {
    border-color: var(--primary, #4f46e5);
    background: var(--color-primary-faint, #ede9fe);
}

.avatar-btn-selected[b-yfywqeezrg] {
    border-color: var(--primary, #4f46e5);
    background: var(--color-primary-faint, #ede9fe);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.25);
}

/* /Components/Pages/Sessions/PlaySession.razor.rz.scp.css */
/* ?? Player header card ??????????????????????????????????????????????????? */
.player-header[b-o539va2qo4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
}

.player-header-avatar[b-o539va2qo4] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    object-fit: contain;
    flex-shrink: 0;
}

.player-header-info[b-o539va2qo4] {
    flex: 1;
    min-width: 0;
}

.player-header-name[b-o539va2qo4] {
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-header-stats[b-o539va2qo4] {
    display: flex;
    gap: 1.25rem;
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: var(--text-muted, #6b7280);
}

.player-stat[b-o539va2qo4] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.player-stat-value[b-o539va2qo4] {
    font-weight: 700;
    color: var(--text-primary, #111827);
}

.player-stat-correct-icon[b-o539va2qo4] {
    color: #16a34a;
    font-size: 0.75rem;
}

/* ?? Answer result card ??????????????????????????????????????????????????? */
.result-card[b-o539va2qo4] {
    animation: result-pop-b-o539va2qo4 0.25s ease-out;
}

@keyframes result-pop-b-o539va2qo4 {
    from { transform: scale(0.95); opacity: 0.6; }
    to   { transform: scale(1);    opacity: 1;   }
}

.result-icon[b-o539va2qo4] {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.result-icon-correct[b-o539va2qo4] {
    color: #16a34a;
}

.result-icon-incorrect[b-o539va2qo4] {
    color: #dc2626;
}

/* ?? Correct answer reveal ???????????????????????????????????????????????? */
.correct-answer-reveal[b-o539va2qo4] {
    margin-top: 1.25rem;
    padding: 0.85rem 1rem;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 10px;
    text-align: left;
    animation: result-pop-b-o539va2qo4 0.2s ease-out;
}

.correct-answer-label[b-o539va2qo4] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #166534;
    margin-bottom: 0.5rem;
}

.correct-answer-option[b-o539va2qo4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.75rem;
    background: #dcfce7;
    border-radius: 6px;
    font-weight: 600;
    color: #15803d;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}

.correct-answer-option[b-o539va2qo4]::before {
    content: "?";
    font-weight: 900;
    flex-shrink: 0;
}
/* /Components/Pages/Sessions/SessionResults.razor.rz.scp.css */
/* ?? Player/host hero card ????????????????????????????????????????????????? */
.results-hero[b-h6nfcyt4mt] {
    text-align: center;
    padding: 2.5rem 2rem;
    margin-bottom: 1.5rem;
}

.results-hero-avatar[b-h6nfcyt4mt] {
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.results-hero-rank[b-h6nfcyt4mt] {
    font-size: 4rem;
    line-height: 1;
}

/* ?? Podium ??????????????????????????????????????????????????????????????? */
.podium[b-h6nfcyt4mt] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
    padding: 1rem 0.5rem 0;
}

.podium-entry[b-h6nfcyt4mt] {
    text-align: center;
    flex: 1;
}

.podium-entry-gold .podium-name[b-h6nfcyt4mt] {
    font-weight: 700;
}

.podium-avatar[b-h6nfcyt4mt] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    object-fit: contain;
    margin-bottom: 0.25rem;
}

.podium-medal[b-h6nfcyt4mt] {
    font-size: 2rem;
    line-height: 1;
}

.podium-name[b-h6nfcyt4mt] {
    font-weight: 600;
    margin: 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.podium-score[b-h6nfcyt4mt] {
    font-size: 0.85rem;
}

.podium-bar[b-h6nfcyt4mt] {
    border-radius: 4px 4px 0 0;
    margin-top: 0.5rem;
}

.podium-bar-gold[b-h6nfcyt4mt]   { height: 110px; background: var(--color-primary, #4f46e5); }
.podium-bar-silver[b-h6nfcyt4mt] { height: 80px;  background: var(--surface-secondary, #e8e8e8); }
.podium-bar-bronze[b-h6nfcyt4mt] { height: 60px;  background: var(--surface-secondary, #e8e8e8); }

/* ?? Leaderboard ?????????????????????????????????????????????????????????? */
.results-rank[b-h6nfcyt4mt] {
    min-width: 2.5rem;
    font-size: 1rem;
    display: inline-block;
}

/* �� Mobile ���������������������������������������������������������������� */
@media (max-width: 768px) {
    .results-hero[b-h6nfcyt4mt] {
        padding: 1.5rem 1rem;
    }

    .results-hero-avatar[b-h6nfcyt4mt] {
        width: 3.5rem;
        height: 3.5rem;
    }

    .results-hero-rank[b-h6nfcyt4mt] {
        font-size: 2.5rem;
    }

    .podium[b-h6nfcyt4mt] {
        gap: 0.5rem;
        padding: 0.5rem 0.25rem 0;
    }

    .podium-avatar[b-h6nfcyt4mt] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .podium-medal[b-h6nfcyt4mt] {
        font-size: 1.5rem;
    }

    .podium-name[b-h6nfcyt4mt] {
        font-size: 0.8rem;
    }

    .podium-score[b-h6nfcyt4mt] {
        font-size: 0.75rem;
    }

    .podium-bar-gold[b-h6nfcyt4mt]   { height: 70px; }
    .podium-bar-silver[b-h6nfcyt4mt] { height: 50px; }
    .podium-bar-bronze[b-h6nfcyt4mt] { height: 35px; }
}
/* /Components/Pages/TermsOfUse.razor.rz.scp.css */
/* � Hero ������������������������������������������������������������������� */
.lp-hero[b-lw8f77t49s] {
    text-align: center;
    padding: 2.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.lp-hero-icon[b-lw8f77t49s] {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 12px rgba(79,70,229,0.3));
}

.lp-hero h1[b-lw8f77t49s] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.lp-hero p[b-lw8f77t49s] { color: var(--text-muted); font-size: 0.9rem; }

/* � Body container ��������������������������������������������������������� */
.lp-body[b-lw8f77t49s] {
    max-width: 860px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* � Individual section card ������������������������������������������������ */
.lp-section[b-lw8f77t49s] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.lp-section h2[b-lw8f77t49s] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.01em;
    margin-bottom: 0.85rem;
}

.lp-section h2 i[b-lw8f77t49s] { color: var(--primary); font-size: 1rem; }

.lp-section h3[b-lw8f77t49s] {
    font-size: 0.925rem;
    font-weight: 700;
    color: var(--text);
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.lp-section p[b-lw8f77t49s]  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 0.6rem; }
.lp-section p:last-child[b-lw8f77t49s] { margin-bottom: 0; }

.lp-section ul[b-lw8f77t49s] {
    margin: 0.4rem 0 0.6rem 1.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.lp-section ul li[b-lw8f77t49s] { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.lp-section a[b-lw8f77t49s] { color: var(--primary); }
.lp-section a:hover[b-lw8f77t49s] { text-decoration: underline; }

/* � Mobile ����������������������������������������������������������������� */
@media (max-width: 768px) {
    .lp-hero[b-lw8f77t49s] {
        padding: 1.5rem 1rem 1.25rem;
        margin-bottom: 1.25rem;
    }

    .lp-hero-icon[b-lw8f77t49s] {
        font-size: 2.2rem;
    }

    .lp-section[b-lw8f77t49s] {
        padding: 1rem 1rem;
        border-radius: 10px;
    }

    .lp-body[b-lw8f77t49s] {
        gap: 1rem;
    }
}
/* /Components/Shared/CookieConsent.razor.rz.scp.css */
.cc-banner[b-eit58900gp] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 1rem 1rem;
    pointer-events: none;
}

.cc-inner[b-eit58900gp] {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.1rem 1.5rem;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.12);
    pointer-events: auto;
}

.cc-icon[b-eit58900gp] {
    font-size: 1.8rem;
    color: var(--primary);
    flex-shrink: 0;
}

.cc-text[b-eit58900gp] {
    flex: 1;
    min-width: 0;
}

.cc-text strong[b-eit58900gp] {
    font-size: 0.95rem;
    color: var(--text);
    display: block;
    margin-bottom: 0.15rem;
}

.cc-text p[b-eit58900gp] {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.cc-text a[b-eit58900gp] {
    color: var(--primary);
    text-decoration: underline;
}

.cc-actions[b-eit58900gp] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cc-btn[b-eit58900gp] {
    padding: 0.5rem 1.1rem;
    border-radius: var(--radius);
    font-size: 0.82rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.cc-btn--accept[b-eit58900gp] {
    background: var(--primary);
    color: #fff;
}

.cc-btn--accept:hover[b-eit58900gp] {
    background: var(--primary-hover);
}

.cc-btn--decline[b-eit58900gp] {
    background: var(--body-bg);
    color: var(--text-muted);
    border: 1px solid var(--border);
}

.cc-btn--decline:hover[b-eit58900gp] {
    background: var(--border);
    color: var(--text);
}

@media (max-width: 600px) {
    .cc-inner[b-eit58900gp] {
        flex-direction: column;
        text-align: center;
    }

    .cc-actions[b-eit58900gp] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.lang-switcher[b-l06qweqxam] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-right: 0.5rem;
}

.lang-btn[b-l06qweqxam] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 0.45rem;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--text-muted);
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.lang-btn:hover[b-l06qweqxam] {
    background: var(--body-bg);
    color: var(--text);
    border-color: var(--border);
}

.lang-btn--active[b-l06qweqxam] {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.lang-btn--active:hover[b-l06qweqxam] {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}
/* /Components/Shared/SocialShareBar.razor.rz.scp.css */
.social-share[b-htrhiicago] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.social-share-btn[b-htrhiicago] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 28px;
    border-radius: 6px;
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none !important;
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.social-share-btn:hover[b-htrhiicago] {
    background: var(--body-bg);
    border-color: var(--border);
}

.social-share-btn--fb:hover[b-htrhiicago] { color: #1877f2; }
.social-share-btn--x:hover[b-htrhiicago]  { color: #000; }
.social-share-btn--li:hover[b-htrhiicago] { color: #0a66c2; }
.social-share-btn--wa:hover[b-htrhiicago] { color: #25d366; }
.social-share-btn--ig:hover[b-htrhiicago] { color: #e1306c; }

.social-share-btn--ig .bi-check2[b-htrhiicago] { display: none; }
.social-share-btn--ig[data-copied] .bi-check2[b-htrhiicago] { display: inline; color: #25d366; }
.social-share-btn--ig[data-copied] .bi-instagram[b-htrhiicago] { display: none; }
