@import '_content/FusedChat.Web.Components/FusedChat.Web.Components.vxz01qh6f6.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Notifications/Majorsoft.Blazor.Components.Notifications.bundle.scp.css';

/* /Pages/Donations/DonationsComponent.razor.rz.scp.css */
.donate-hero[b-ydu96mx8fl] {
    padding: 3rem 0 0;
}

.comparison-table[b-ydu96mx8fl] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.comparison-header[b-ydu96mx8fl] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
}

.comparison-row[b-ydu96mx8fl] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
}

.comparison-row:last-child[b-ydu96mx8fl] {
    border-bottom: none;
}

.comparison-row:hover[b-ydu96mx8fl] {
    background-color: #f8f9fa;
}

.feature-col[b-ydu96mx8fl] {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.plan-col[b-ydu96mx8fl] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.premium-col .plan-name[b-ydu96mx8fl] {
    background: linear-gradient(135deg, #a78bda 0%, #5eb5e0 50%, #02c8f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-name[b-ydu96mx8fl] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.plan-price[b-ydu96mx8fl] {
    font-size: 0.9rem;
    color: #6c757d;
}

.pricing-simple[b-ydu96mx8fl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-simple-item[b-ydu96mx8fl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-simple-item .pricing-icon[b-ydu96mx8fl] {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.donations-box[b-ydu96mx8fl] {
    border: none;
    width: 100%;
    height: 69%;
    border-radius: 8px;
}

/* Premium Status Banner */
.premium-banner-content[b-ydu96mx8fl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.premium-banner-left[b-ydu96mx8fl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.premium-star[b-ydu96mx8fl] {
    font-size: 2rem;
    line-height: 1;
}

.premium-title[b-ydu96mx8fl] {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #a78bda 0%, #5eb5e0 50%, #02c8f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.premium-details[b-ydu96mx8fl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.badge-supported[b-ydu96mx8fl] {
    background: linear-gradient(135deg, #a78bda 0%, #5eb5e0 75%, #02c8f7 100%);
    color: white;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.premium-expiry[b-ydu96mx8fl] {
    display: flex;
    align-items: center;
    color: #6c757d;
}

.premium-banner-right[b-ydu96mx8fl] {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .comparison-header[b-ydu96mx8fl],
    .comparison-row[b-ydu96mx8fl] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-col[b-ydu96mx8fl] {
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .plan-col[b-ydu96mx8fl] {
        padding: 0.5rem 0;
    }

    .comparison-header[b-ydu96mx8fl] {
        gap: 0.5rem;
    }

    .standard-col[b-ydu96mx8fl] {
        border-bottom: 2px solid #dee2e6;
        padding-bottom: 1rem;
    }

    .sticky-card[b-ydu96mx8fl] {
        position: static;
    }
}
/* /Pages/Landing/AboutSection.razor.rz.scp.css */
.about[b-56d5bo4xru] {
    padding: 50px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    position: relative;
    overflow: hidden;
}

.about[b-56d5bo4xru]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(88, 70, 249, 0.1) 0%, transparent 70%);
    transform: rotate(-15deg);
    z-index: 1;
}

.about .container[b-56d5bo4xru] {
    position: relative;
    z-index: 2;
}

.about .content h3[b-56d5bo4xru] {
    font-weight: 700;
    font-size: 42px;
    color: #2c4964;
    margin-bottom: 16px;
    line-height: 1.2;
    background: linear-gradient(135deg, #2c4964 0%, #5846f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about .content .tagline[b-56d5bo4xru] {
    font-size: 20px;
    color: #6c757d;
    font-weight: 300;
    margin-bottom: 32px;
    font-style: italic;
}

.about .content ul[b-56d5bo4xru] {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.about .content ul li[b-56d5bo4xru] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 -12px;
    padding: 16px 12px;
}

.about .content ul li:hover[b-56d5bo4xru] {
    background: rgba(88, 70, 249, 0.05);
    transform: translateX(4px);
}

.about .content ul i[b-56d5bo4xru] {
    font-size: 20px;
    color: #5846f9;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.about .content ul li:hover i[b-56d5bo4xru] {
    transform: scale(1.1);
    color: #7b27d8;
}

.about .content ul li span[b-56d5bo4xru] {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.5;
    flex: 1;
}

.about .content ul li.free-highlight[b-56d5bo4xru] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0fff0 100%);
    border: 2px solid #28a745;
    color: #155724;
    margin: 16px -12px 0 -12px;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
    align-items: center;
}

.about .content ul li.free-highlight span[b-56d5bo4xru] {
    color: #155724;
    font-weight: 600;
    font-size: 17px;
}

.about .content ul li.free-highlight i[b-56d5bo4xru] {
    color: #28a745;
    font-size: 24px;
}

.about .content ul li.free-highlight:hover[b-56d5bo4xru] {
    background: linear-gradient(135deg, #d4edda 0%, #e8f5e8 100%);
    transform: translateY(-1px);
    border-color: #1e7e34;
}

.about .cta-section[b-56d5bo4xru] {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 2px solid rgba(88, 70, 249, 0.1);
}

.about .cta-buttons[b-56d5bo4xru] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: auto;
    width: 50%;
}

.about .image-container[b-56d5bo4xru] {
    position: relative;
}

.about .image-container img[b-56d5bo4xru] {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-img-container[b-56d5bo4xru] {
        visibility: collapse;
        height: 0;
    }
}

@media (max-width: 768px) {
    .about[b-56d5bo4xru] {
        padding: 80px 0;
    }

    .about .content h3[b-56d5bo4xru] {
        font-size: 32px;
    }

    .about .content .tagline[b-56d5bo4xru] {
        font-size: 18px;
    }

    .about .content .cta-buttons[b-56d5bo4xru] {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .row[b-56d5bo4xru] {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about .content h3[b-56d5bo4xru] {
        font-size: 28px;
    }
}
/* /Pages/Landing/ContactsSection.razor.rz.scp.css */
.contact .contact-box[b-ghdg74q972] {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.contact .contact-box i[b-ghdg74q972] {
    font-size: 32px;
    color: #5846f9;
    border-radius: 50%;
    padding: 8px;
}

.contact .contact-box h3[b-ghdg74q972] {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
}

.contact .contact-box p[b-ghdg74q972] {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .center-list[b-ghdg74q972] {
    width: 100%;
}
/* /Pages/Landing/CountersSection.razor.rz.scp.css */
.counts[b-pt6xlcfpu1] {
    background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../images/landing/counts-bg.png") center center no-repeat;
    padding: 80px 0 60px 0;
}

.counts .counters span[b-pt6xlcfpu1] {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.counts .counters p[b-pt6xlcfpu1] {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
/* /Pages/Landing/FaqCard.razor.rz.scp.css */
li[b-bkr2wll2ef] {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    will-change: transform;
}

li:hover[b-bkr2wll2ef] {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.faq-question-wrapper[b-bkr2wll2ef] {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
}

.faq-question-wrapper:hover[b-bkr2wll2ef] {
    background: rgba(88, 70, 249, 0.04);
    text-decoration: none;
}

.icon-help[b-bkr2wll2ef] {
    font-size: 24px;
    color: #5846f9;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

li:hover .icon-help[b-bkr2wll2ef] {
    transform: scale(1.1);
    color: #7b27d8;
}

.question-text[b-bkr2wll2ef] {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.5;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question-wrapper:not(.collapsed) .question-text[b-bkr2wll2ef] {
    color: #5846f9;
}

.chevron-icon[b-bkr2wll2ef] {
    font-size: 14px;
    color: #5846f9;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
}

.faq-question-wrapper:not(.collapsed) .chevron-icon[b-bkr2wll2ef] {
    transform: rotate(180deg);
    color: #7b27d8;
}

.faq-question-wrapper.collapsed .chevron-icon[b-bkr2wll2ef] {
    transform: rotate(0deg);
}

.faq-answer[b-bkr2wll2ef] {
    transition: none;
}

.faq-answer.collapsing[b-bkr2wll2ef] {
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-content[b-bkr2wll2ef] {
    padding: 0 30px 25px 74px;
}

.faq-answer-content[b-bkr2wll2ef]  p {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.faq-answer-content[b-bkr2wll2ef]  p:last-child {
    margin-bottom: 0;
}

/* Active card styling */
li:has(.faq-question-wrapper:not(.collapsed))[b-bkr2wll2ef] {
    background: #fff;
    box-shadow: 0 8px 35px rgba(88, 70, 249, 0.25);
}

/* Responsive design */
@media (max-width: 768px) {
    .faq-question-wrapper[b-bkr2wll2ef] {
        padding: 20px;
    }

    .icon-help[b-bkr2wll2ef] {
        font-size: 20px;
        margin-right: 15px;
    }

    .question-text[b-bkr2wll2ef] {
        font-size: 15px;
    }

    .faq-answer-content[b-bkr2wll2ef] {
        padding: 0 20px 20px 55px;
    }
}

@media (max-width: 480px) {
    .faq-question-wrapper[b-bkr2wll2ef] {
        padding: 18px 15px;
    }

    .icon-help[b-bkr2wll2ef] {
        font-size: 18px;
        margin-right: 12px;
    }

    .question-text[b-bkr2wll2ef] {
        font-size: 14px;
    }

    .faq-answer-content[b-bkr2wll2ef] {
        padding: 0 15px 18px 45px;
    }

    .faq-answer-content[b-bkr2wll2ef]  p {
        font-size: 14px;
    }
}
/* /Pages/Landing/FaqSection.razor.rz.scp.css */
.faq[b-46mijkc21j] {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

/* Animated background elements */
.faq[b-46mijkc21j]::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -250px;
    right: -100px;
    animation: float-b-46mijkc21j 20s infinite ease-in-out;
}

.faq[b-46mijkc21j]::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    bottom: -150px;
    left: -50px;
    animation: float-b-46mijkc21j 15s infinite ease-in-out reverse;
}

@keyframes float-b-46mijkc21j {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(5deg); }
}

.container[b-46mijkc21j] {
    max-width: 910px;
    position: relative;
    z-index: 1;
}

.section-title h2[b-46mijkc21j],
.section-title p[b-46mijkc21j] {
    color: #fff;
}

.section-title h2[b-46mijkc21j]::after {
    background: rgba(255, 255, 255, 0.6);
}

.faq-list ul[b-46mijkc21j] {
    list-style: none;
    padding: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .faq[b-46mijkc21j] {
        padding: 60px 15px;
    }

    .section-title h2[b-46mijkc21j] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .section-title h2[b-46mijkc21j] {
        font-size: 1.6rem;
    }
}
/* /Pages/Landing/FeaturesSection.razor.rz.scp.css */
.features-card[b-kuel0w2k9k] {
    row-gap: 1rem;
}

.features .icon-box h4[b-kuel0w2k9k] {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 10px 60px;
}

.features .icon-box i[b-kuel0w2k9k] {
    font-size: 48px;
    float: left;
    color: #5846f9;
}

.features .icon-box p[b-kuel0w2k9k] {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.features .image[b-kuel0w2k9k] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.features .center-list[b-kuel0w2k9k] {
    width: 100%;
}

.features .icon-box[b-kuel0w2k9k] {
    text-align: center;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.features .icon-box[b-kuel0w2k9k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.features .icon-box .icon[b-kuel0w2k9k] {
    margin: 0 auto 25px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.features .icon-box .icon i[b-kuel0w2k9k] {
    font-size: 36px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.features .icon-box .icon svg[b-kuel0w2k9k] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.features .icon-box .icon svg path[b-kuel0w2k9k] {
    transition: all 0.4s ease;
    fill: #f5f5f5;
}

.features .icon-box h4[b-kuel0w2k9k] {
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 22px;
    letter-spacing: -0.3px;
    color: #2c4964;
    text-decoration: none;
    transition: color 0.3s ease;
}

.features .icon-box p[b-kuel0w2k9k] {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 0;
    color: #666;
}

.features .icon-box p b[b-kuel0w2k9k] {
    color: #2c4964;
    font-weight: 600;
}

/* Hover States */
.features .icon-box:hover[b-kuel0w2k9k] {
    border-color: transparent;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.features .icon-box:hover[b-kuel0w2k9k]::before {
    opacity: 1;
}

.features .icon-box:hover .icon[b-kuel0w2k9k] {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Color Variants */
.features .iconbox-blue[b-kuel0w2k9k] {
    color: #47aeff;
}

.features .iconbox-blue i[b-kuel0w2k9k] {
    color: #47aeff;
}

.features .iconbox-blue:hover .icon[b-kuel0w2k9k] {
    background: linear-gradient(135deg, #47aeff 0%, #3d96e8 100%);
}

.features .iconbox-blue:hover .icon i[b-kuel0w2k9k] {
    color: #fff;
}

.features .iconbox-orange[b-kuel0w2k9k] {
    color: #ffa76e;
}

.features .iconbox-orange i[b-kuel0w2k9k] {
    color: #ff8c42;
}

.features .iconbox-orange:hover .icon[b-kuel0w2k9k] {
    background: linear-gradient(135deg, #ffa76e 0%, #ff8c42 100%);
}

.features .iconbox-orange:hover .icon i[b-kuel0w2k9k] {
    color: #fff;
}

.features .iconbox-pink[b-kuel0w2k9k] {
    color: #e80368;
}

.features .iconbox-pink i[b-kuel0w2k9k] {
    color: #e80368;
}

.features .iconbox-pink:hover .icon[b-kuel0w2k9k] {
    background: linear-gradient(135deg, #ff1a75 0%, #e80368 100%);
}

.features .iconbox-pink:hover .icon i[b-kuel0w2k9k] {
    color: #fff;
}

.features .iconbox-yellow[b-kuel0w2k9k] {
    color: #ffbb2c;
}

.features .iconbox-yellow i[b-kuel0w2k9k] {
    color: #f5a623;
}

.features .iconbox-yellow:hover .icon[b-kuel0w2k9k] {
    background: linear-gradient(135deg, #ffbb2c 0%, #f5a623 100%);
}

.features .iconbox-yellow:hover .icon i[b-kuel0w2k9k] {
    color: #fff;
}

.features .iconbox-red[b-kuel0w2k9k] {
    color: #ff5828;
}

.features .iconbox-red i[b-kuel0w2k9k] {
    color: #ff5828;
}

.features .iconbox-red:hover .icon[b-kuel0w2k9k] {
    background: linear-gradient(135deg, #ff6b45 0%, #ff5828 100%);
}

.features .iconbox-red:hover .icon i[b-kuel0w2k9k] {
    color: #fff;
}

.features .iconbox-teal[b-kuel0w2k9k] {
    color: #11dbcf;
}

.features .iconbox-teal i[b-kuel0w2k9k] {
    color: #11dbcf;
}

.features .iconbox-teal:hover .icon[b-kuel0w2k9k] {
    background: linear-gradient(135deg, #1de9dd 0%, #11dbcf 100%);
}

.features .iconbox-teal:hover .icon i[b-kuel0w2k9k] {
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .features .icon-box[b-kuel0w2k9k] {
        padding: 40px 25px 50px 25px;
        margin-bottom: 25px;
    }

    .features .icon-box .icon[b-kuel0w2k9k] {
        width: 70px;
        height: 70px;
    }

    .features .icon-box .icon i[b-kuel0w2k9k] {
        font-size: 32px;
    }
}
/* /Pages/Landing/HeroSection.razor.rz.scp.css */
#hero[b-s2nqqpzm5g] {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(86, 58, 250, 0.95) 0%, rgba(116, 15, 214, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

/* Animated background particles */
#hero[b-s2nqqpzm5g]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
            radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
            radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 2px, transparent 2px);
    background-size: 100px 100px, 80px 80px, 120px 120px;
    animation: float-b-s2nqqpzm5g 20s ease-in-out infinite;
}

.hero-content[b-s2nqqpzm5g] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 90vh;
    padding: 2rem 0;
}

.hero-row[b-s2nqqpzm5g] {
    width: 110%;
}

.hero-text[b-s2nqqpzm5g] {
    text-align: center;
    color: white;
}

.hero-badge[b-s2nqqpzm5g] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 2rem;
    animation: pulse-glow-b-s2nqqpzm5g 3s ease-in-out infinite;
}

.hero-title[b-s2nqqpzm5g] {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: title-glow-b-s2nqqpzm5g 2s ease-in-out infinite alternate;
}

.hero-title .highlight[b-s2nqqpzm5g] {
    background: linear-gradient(135deg, #00f5ff 0%, #ff6b6b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 245, 255, 0.5);
}

.hero-subtitle[b-s2nqqpzm5g] {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.hero-description[b-s2nqqpzm5g] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.platform-icons[b-s2nqqpzm5g] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.platform-icon[b-s2nqqpzm5g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    animation: float-icon-b-s2nqqpzm5g 4s ease-in-out infinite;
}

.platform-icon img[b-s2nqqpzm5g] {
    height: 2.0em;
}

.platform-icon:nth-child(1)[b-s2nqqpzm5g] { animation-delay: 0s; }
.platform-icon:nth-child(2)[b-s2nqqpzm5g] { animation-delay: -1s; }
.platform-icon:nth-child(3)[b-s2nqqpzm5g] { animation-delay: -2s; }

.platform-icon:hover[b-s2nqqpzm5g] {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.platform-icon i[b-s2nqqpzm5g] {
    font-size: 2rem;
    color: white;
}

.platform-icon span[b-s2nqqpzm5g] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.cta-section[b-s2nqqpzm5g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.hero-image[b-s2nqqpzm5g] {
    position: relative;
    z-index: 1;
}

.hero-image img[b-s2nqqpzm5g] {
    max-width: 115%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    animation: float-main-b-s2nqqpzm5g 3s ease-in-out infinite;
}

/* Animations */
@keyframes float-b-s2nqqpzm5g {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes float-main-b-s2nqqpzm5g {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

@keyframes float-icon-b-s2nqqpzm5g {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@keyframes pulse-glow-b-s2nqqpzm5g {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 255, 255, 0.1); }
    50% { box-shadow: 0 0 30px rgba(255, 255, 255, 0.2); }
}

@keyframes title-glow-b-s2nqqpzm5g {
    0% { text-shadow: 0 0 20px rgba(255, 255, 255, 0.3); }
    100% { text-shadow: 0 0 30px rgba(255, 255, 255, 0.5); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-image img[b-s2nqqpzm5g] {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .hero-title[b-s2nqqpzm5g] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-s2nqqpzm5g] {
        font-size: 1.2rem;
    }

    .hero-description[b-s2nqqpzm5g] {
        font-size: 1rem;
    }

    .platform-icons[b-s2nqqpzm5g] {
        gap: 1rem;
    }

    .platform-icon[b-s2nqqpzm5g] {
        padding: 0.8rem;
    }

    .platform-icon i[b-s2nqqpzm5g] {
        font-size: 1.5rem;
    }

    .cta-section[b-s2nqqpzm5g] {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .hero-title[b-s2nqqpzm5g] {
        font-size: 2rem;
    }

    .platform-icons[b-s2nqqpzm5g] {
        gap: 0.5rem;
    }

    .platform-icon[b-s2nqqpzm5g] {
        padding: 0.6rem;
        min-width: 80px;
    }
}
/* /Pages/Landing/IndexFooter.razor.rz.scp.css */
#footer[b-p8id6l8weh] {
    color: #fff;
    font-size: 14px;
    background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../images/landing/hero-bg.jpg") center center no-repeat;
    background-size: cover;
}

#footer .footer-top[b-p8id6l8weh] {
    padding: 60px 0 30px 0;
    position: relative;
}

#footer .footer-top .footer-contact[b-p8id6l8weh] {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3[b-p8id6l8weh] {
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
}

#footer .footer-top .footer-contact p[b-p8id6l8weh] {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

#footer .footer-top h4[b-p8id6l8weh] {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links[b-p8id6l8weh] {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul[b-p8id6l8weh] {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i[b-p8id6l8weh] {
    padding-right: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li[b-p8id6l8weh] {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child[b-p8id6l8weh] {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a[b-p8id6l8weh] {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover[b-p8id6l8weh] {
    text-decoration: underline;
    color: #fff;
}

#footer .mailing-box[b-p8id6l8weh] {
    font-size: 15px;
}

#footer .mailing-box h4[b-p8id6l8weh] {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

[b-p8id6l8weh] .mailing-form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid white;
}

[b-p8id6l8weh] .mailing-form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 117px);
}

[b-p8id6l8weh] .mailing-form input[type=submit]:hover {
    background: #5846f9;
}

.mailing-form button[type=submit][b-p8id6l8weh] {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: rgba(123, 39, 216, 0.8);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .copyright-wrap[b-p8id6l8weh] {
    border-top: 1px solid #8577fb;
}

#footer .copyright-text[b-p8id6l8weh] {
    width: 50%;
}

#footer .social-links[b-p8id6l8weh] {
    width: 50%;
}

#footer .social-links a[b-p8id6l8weh] {
    font-size: 22px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 9px 0;
    margin-top: 5px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#footer .social-links a:hover[b-p8id6l8weh] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}
/* /Pages/Landing/LandingNavBar.razor.rz.scp.css */
#header[b-wd8inlwjgg] {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: rgba(17, 24, 39, 0.1);
    backdrop-filter: blur(5px);
}

#header.header-scrolled[b-wd8inlwjgg],
#header.header-inner-pages[b-wd8inlwjgg] {
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 2px solid #6366f1;
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.4);
    padding: 15px 0;
}

/* Mobile responsiveness */
.mobile-nav-toggle[b-wd8inlwjgg] {
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    border: none;
    background: none;
    transition: transform 0.3s ease;
}

.mobile-nav-toggle:hover[b-wd8inlwjgg] {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .navbar ul[b-wd8inlwjgg] {
        display: none;
    }

    .mobile-nav-toggle[b-wd8inlwjgg] {
        display: block;
    }

    .navbar-mobile[b-wd8inlwjgg] {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .navbar-mobile.active[b-wd8inlwjgg] {
        opacity: 1;
        visibility: visible;
    }

    .navbar-mobile .mobile-nav-content[b-wd8inlwjgg] {
        position: absolute;
        right: 0;
        top: 0;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: white;
        padding: 2rem;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        box-shadow: -5px 0 25px rgba(0,0,0,0.2);
    }

    .navbar-mobile.active .mobile-nav-content[b-wd8inlwjgg] {
        transform: translateX(0);
    }

    .mobile-nav-content ul[b-wd8inlwjgg] {
        padding: 0;
    }

    .mobile-nav-header[b-wd8inlwjgg] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #f0f0f0;
    }

    .mobile-close[b-wd8inlwjgg] {
        background: none;
        border: none;
        font-size: 1.8rem;
        color: #333;
        padding: 0;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .mobile-close:hover[b-wd8inlwjgg] {
        transform: scale(1.1);
    }
    
    .navbar-mobile ul[b-wd8inlwjgg] {
        display: flex;
        flex-direction: column;
        gap: 0;
        list-style: none;
    }

    .navbar-mobile li[b-wd8inlwjgg] {
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-mobile a:not(.nav-menu-logo):not(.getstarted):not(.getstartedlogin)[b-wd8inlwjgg] {
        display: block;
        padding: 1rem 0;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .navbar-mobile a:not(.getstarted):not(.getstartedlogin):not(.nav-menu-logo)[b-wd8inlwjgg] {
        position: relative;
        padding-left: 1rem;
    }

    .navbar-mobile a:not(.getstarted):not(.getstartedlogin):not(.nav-menu-logo)[b-wd8inlwjgg]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 0;
        background: #667eea;
        transition: height 0.3s ease;
    }

    .navbar-mobile a:not(.getstarted):not(.getstartedlogin):not(.nav-menu-logo):hover[b-wd8inlwjgg]::before,
    .navbar-mobile a:not(.getstarted):not(.getstartedlogin):not(.nav-menu-logo).active[b-wd8inlwjgg]::before {
        height: 60%;
    }

    .navbar-mobile a:not(.getstarted):not(.getstartedlogin):not(.nav-menu-logo):hover[b-wd8inlwjgg],
    .navbar-mobile a.active[b-wd8inlwjgg] {
        color: #667eea;
        padding-left: 1.5rem;
    }

    .navbar-mobile .getstarted[b-wd8inlwjgg],
    .navbar-mobile .getstartedlogin[b-wd8inlwjgg] {
        margin-top: 1rem;
        text-align: center;
        display: inline-block;
        width: 100%;
        border-radius: 12px;
    }

    .navbar-mobile .getstarted[b-wd8inlwjgg] {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.5px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 16px 32px;
        border-radius: 50px;
        border: none;
        text-decoration: none;
        transition: all 0.3s ease;
        color: #fff;
        background: linear-gradient(135deg, #5846f9 0%, #7b27d8 100%);
        box-shadow: 0 4px 15px rgba(88, 70, 249, 0.4);
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .navbar-mobile .getstarted:hover[b-wd8inlwjgg] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(88, 70, 249, 0.6);
        background: linear-gradient(135deg, #7b27d8 0%, #5846f9 100%);
    }

    .navbar-mobile .getstartedlogin[b-wd8inlwjgg] {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 16px 32px;
        margin-top: 0.5rem;
        border-radius: 50px;
        border: 2px solid #5846f9;
        text-decoration: none;
        transition: all 0.3s ease;
        color: #5846f9;
        background: transparent;
        cursor: pointer;
    }

    .navbar-mobile .getstartedlogin:hover[b-wd8inlwjgg] {
        background: #5846f9;
        color: white;
        transform: translateY(-2px);
    }
}
/* /Pages/StreamerPage/StreamerProfilePage.razor.rz.scp.css */
.sp-loader[b-ddun0bl1l6] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} 
/* /Shared/Chat/BroadcastChat.razor.rz.scp.css */
.animated-message-row[b-egnhibpat7] {
    animation: slideIn-b-egnhibpat7 0.5s ease-out;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
}

@keyframes slideIn-b-egnhibpat7 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* /Shared/Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8lc9eti9e3],
.components-reconnect-repeated-attempt-visible[b-8lc9eti9e3],
.components-reconnect-failed-visible[b-8lc9eti9e3],
.components-pause-visible[b-8lc9eti9e3],
.components-resume-failed-visible[b-8lc9eti9e3],
.components-rejoining-animation[b-8lc9eti9e3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-retrying[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-failed[b-8lc9eti9e3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8lc9eti9e3] {
    display: block;
}


#components-reconnect-modal[b-8lc9eti9e3] {
    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-8lc9eti9e3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8lc9eti9e3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8lc9eti9e3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8lc9eti9e3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8lc9eti9e3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8lc9eti9e3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8lc9eti9e3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8lc9eti9e3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8lc9eti9e3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8lc9eti9e3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8lc9eti9e3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8lc9eti9e3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8lc9eti9e3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8lc9eti9e3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8lc9eti9e3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8lc9eti9e3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8lc9eti9e3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8lc9eti9e3 {
    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;
    }
}
/* /Shared/ContactProtectedEmail.razor.rz.scp.css */
span.spamprotection[b-n1827vkix5] {
    display:none;
}
/* /Shared/Discord/ActiveNotificationCard.razor.rz.scp.css */
.notification-item[b-ouqpu5oxhw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: all 0.2s ease;
}

[b-ouqpu5oxhw] .notification-item:hover {
    border-color: #bfdbfe;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
}

.notification-item-left[b-ouqpu5oxhw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-item-icon[b-ouqpu5oxhw] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

[b-ouqpu5oxhw] .notification-item-icon.green {
    background: #f0fdf4;
    color: #10b981;
}

[b-ouqpu5oxhw] .notification-item-icon.red {
    background: #fef2f2;
    color: #ef4444;
}

.notification-item-info[b-ouqpu5oxhw] {
    display: flex;
    flex-direction: column;
}

.notification-item-name[b-ouqpu5oxhw] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.2;
}

.notification-item-channels[b-ouqpu5oxhw] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 2px;
}

.notification-item-right[b-ouqpu5oxhw] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.notification-type-badge[b-ouqpu5oxhw] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

[b-ouqpu5oxhw] .notification-type-badge.basic {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

[b-ouqpu5oxhw] .notification-type-badge.embed {
    background: #faf5ff;
    color: #6b21a8;
    border: 1px solid #e9d5ff;
}

.notification-status-icon[b-ouqpu5oxhw] {
    color: #10b981;
}
/* /Shared/Discord/ConfigModalNotificationCard.razor.rz.scp.css */
.notification-header[b-86xo1atb5w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-title[b-86xo1atb5w] {
    display: flex;
    align-items: center;
    gap: 12px;
}

[b-86xo1atb5w] .notification-title h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.channel-warning[b-86xo1atb5w] {
    margin-top: 8px;
    padding: 8px 12px;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 6px;
    color: #dc2626;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.selected-channels-preview[b-86xo1atb5w] {
    margin-top: 12px;
    padding: 12px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.no-channels-inline-warning[b-86xo1atb5w] {
    padding: 12px 16px;
    background: #fffbeb;
    border: 2px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-86xo1atb5w] .no-channels-inline-warning button {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
}

[b-86xo1atb5w] .no-channels-inline-warning button:hover {
    color: #1d4ed8;
}

.channel-type-icon[b-86xo1atb5w] {
    color: #6b7280;
}

/* Message Type Selector */
.message-type-selector[b-86xo1atb5w] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.message-type-option[b-86xo1atb5w] {
    flex: 1;
    position: relative;
}

[b-86xo1atb5w] .message-type-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

[b-86xo1atb5w] .message-type-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

[b-86xo1atb5w] .message-type-option input[type="radio"]:checked + .message-type-label {
    border-color: #3b82f6;
}

[b-86xo1atb5w] .message-type-option input[type="radio"]:checked + .message-type-label:not(.premium-radio) {
    border-color: #3b82f6;
    background: #eff6ff;
    color: #1e40af;
}

[b-86xo1atb5w] .message-type-option input[type="radio"]:disabled + .message-type-label:not(.premium-radio) {
    color: #ffffff;
    background-color: #939393;
    border-color: #939393;
}

[b-86xo1atb5w] .message-type-label:hover {
    border-color: #bfdbfe;
}

[b-86xo1atb5w] .message-type-label i {
    font-size: 16px;
}

/* Preview Section */
.preview-section[b-86xo1atb5w] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
}

[b-86xo1atb5w] .preview-section h5 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-discord-message[b-86xo1atb5w] {
    background: #36393f;
    border-left: 4px solid #3b82f6;
    border-radius: 4px;
    padding: 12px 16px;
    color: #dcddde;
    font-size: 0.9rem;
    line-height: 1.5;
}

.preview-embed-indicator[b-86xo1atb5w] {
    background: linear-gradient(135deg, #2f3136, #36393f);
    border-left: 4px solid #3b82f6;
    border-radius: 4px;
    padding: 16px;
    color: #b9bbbe;
    font-size: 0.85rem;
    text-align: center;
}

.optional-label[b-86xo1atb5w] {
    color: #9ca3af;
    font-weight: 400;
    font-size: 0.75rem;
    text-transform: none;
}

/* Embed Override Section */
.embed-override-section[b-86xo1atb5w] {
    background: #f9fafb;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.embed-override-header[b-86xo1atb5w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.embed-override-info h5[b-86xo1atb5w] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px 0;
}

.embed-override-info p[b-86xo1atb5w] {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
}

.embed-override-content[b-86xo1atb5w] {
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.embed-override-hint[b-86xo1atb5w] {
    font-size: 0.75rem;
    color: #6b7280;
    text-align: center;
    margin: 8px 0 0 0;
}

@media (max-width: 768px) {
    .message-type-selector[b-86xo1atb5w] {
        flex-direction: column;
    }
}
/* /Shared/Discord/DiscordChannelsModal.razor.rz.scp.css */
.command-box[b-n4bhuthaze] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.command-box code[b-n4bhuthaze] {
    color: #22c55e;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}

.channels-section[b-n4bhuthaze] {
    margin-top: 20px;
}

.channels-list[b-n4bhuthaze] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.registered-channel-item[b-n4bhuthaze] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-bottom: 4px;
    border: 1px solid transparent;
}

[b-n4bhuthaze] .registered-channel-item:hover {
    background: #f9fafb;
    border-color: #e5e7eb;
}

.channel-info[b-n4bhuthaze] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.channel-name[b-n4bhuthaze] {
    color: #1f2937;
    font-weight: 500;
    font-size: 0.95rem;
}

[b-n4bhuthaze] .copy-btn {
    padding: 4px 12px;
    font-size: 0.85rem;
}

[b-n4bhuthaze] .remove-channel-btn {
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #dc2626 !important;
    color: #dc2626 !important;
    background: transparent !important;
}

[b-n4bhuthaze] .remove-channel-btn:hover {
    transform: translateX(-2px);
    background: #dc2626 !important;
    color: white !important;
    border-color: #dc2626 !important;
}
/* /Shared/Discord/DiscordConfigModal.razor.rz.scp.css */
.notification-icon[b-8u9n6geuid] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.notification-icon.green[b-8u9n6geuid] {
    background: #f0fdf4;
    color: #10b981;
}

.notification-icon.red[b-8u9n6geuid] {
    background: #fef2f2;
    color: #ef4444;
}

/* Global Embed Settings Banner */
.global-embed-settings-banner[b-8u9n6geuid] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 2px solid #fbbf24;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.3s ease;
}

.global-embed-settings-banner:hover[b-8u9n6geuid] {
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.global-embed-settings-info[b-8u9n6geuid] {
    flex: 1;
}

.global-embed-settings-info h5[b-8u9n6geuid] {
    font-size: 1rem;
    font-weight: 600;
    color: #92400e;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.global-embed-settings-info p[b-8u9n6geuid] {
    font-size: 0.85rem;
    color: #b45309;
    margin: 0;
    line-height: 1.5;
}

.global-embed-settings-actions[b-8u9n6geuid] {
    display: flex;
    gap: 8px;
}

@media (max-width: 768px) {
    .global-embed-settings-banner[b-8u9n6geuid] {
        flex-direction: column;
        align-items: stretch;
    }

    .global-embed-settings-actions[b-8u9n6geuid] {
        flex-direction: column;
    }
}
/* /Shared/Discord/DiscordEmbedEditor.razor.rz.scp.css */
/* Overlay backdrop */
.embed-editor-backdrop[b-mb5sxf57vl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.embed-editor-backdrop.active[b-mb5sxf57vl] {
    opacity: 1;
    pointer-events: auto;
}

/* Side panel */
.embed-editor-panel[b-mb5sxf57vl] {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 1400px;
    height: 100vh;
    background: white;
    z-index: 2001;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.embed-editor-panel.active[b-mb5sxf57vl] {
    right: 0;
}

/* Header */
.embed-editor-header[b-mb5sxf57vl] {
    padding: 20px 30px;
    border-bottom: 2px solid #e5e7eb;
    background: linear-gradient(135deg, #eff6ff, #faf5ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.embed-editor-header h3[b-mb5sxf57vl] {
    margin: 0;
    color: #1f2937;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.embed-editor-close[b-mb5sxf57vl] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.embed-editor-close:hover[b-mb5sxf57vl] {
    background: #f3f4f6;
    color: #1f2937;
}

/* Body - Split Layout */
.embed-editor-body[b-mb5sxf57vl] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* Left side - Controls */
.embed-editor-controls[b-mb5sxf57vl] {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    background: rgb(244, 246, 249);
}

/* Right side - Preview */
.embed-editor-preview[b-mb5sxf57vl] {
    width: 400px;
    background: #36393f;
    padding: 30px 20px;
    overflow-y: auto;
    border-left: 2px solid #e5e7eb;
    flex-shrink: 0;
}

.preview-header[b-mb5sxf57vl] {
    color: #b9bbbe;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.preview-container[b-mb5sxf57vl] {
    background: #2f3136;
    border-radius: 8px;
    padding: 16px;
}


/* Section Headers */
.editor-section[b-mb5sxf57vl] {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.editor-section-header[b-mb5sxf57vl] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.editor-section-header h4[b-mb5sxf57vl] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.editor-section-icon[b-mb5sxf57vl] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.editor-section-icon.blue[b-mb5sxf57vl] {
    background: #eff6ff;
    color: #3b82f6;
}

.editor-section-icon.purple[b-mb5sxf57vl] {
    background: #faf5ff;
    color: #9333ea;
}

.editor-section-icon.green[b-mb5sxf57vl] {
    background: #f0fdf4;
    color: #10b981;
}

.editor-section-icon.orange[b-mb5sxf57vl] {
    background: #fff7ed;
    color: #fb923c;
}

.editor-section-icon.red[b-mb5sxf57vl] {
    background: #fef2f2;
    color: #ef4444;
}

/* Color picker wrapper */
.color-picker-wrapper[b-mb5sxf57vl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.color-preview[b-mb5sxf57vl] {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s ease;
}

.color-preview:hover[b-mb5sxf57vl] {
    border-color: #3b82f6;
    transform: scale(1.1);
}


/* Field list */
.embed-fields-list[b-mb5sxf57vl] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.embed-field-item[b-mb5sxf57vl] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    position: relative;
}

.embed-field-header[b-mb5sxf57vl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.embed-field-index[b-mb5sxf57vl] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.embed-field-remove[b-mb5sxf57vl] {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.embed-field-remove:hover[b-mb5sxf57vl] {
    background: #fecaca;
    transform: scale(1.05);
}

.btn-add-field[b-mb5sxf57vl] {
    width: 100%;
    padding: 12px;
    background: #eff6ff;
    color: #1e40af;
    border: 2px dashed #bfdbfe;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-add-field:hover[b-mb5sxf57vl] {
    background: #dbeafe;
    border-color: #93c5fd;
}

/* Footer */
.embed-editor-footer[b-mb5sxf57vl] {
    padding: 20px 30px;
    border-top: 2px solid #e5e7eb;
    background: #f9fafb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .embed-editor-preview[b-mb5sxf57vl] {
        width: 350px;
    }
}

@media (max-width: 992px) {
    .embed-editor-panel[b-mb5sxf57vl] {
        width: 95%;
    }

    .embed-editor-body[b-mb5sxf57vl] {
        flex-direction: column;
    }

    .embed-editor-preview[b-mb5sxf57vl] {
        width: 100%;
        border-left: none;
        border-top: 2px solid #e5e7eb;
    }
}

@media (max-width: 576px) {
    .embed-editor-controls[b-mb5sxf57vl] {
        padding: 20px;
    }

    .embed-editor-header[b-mb5sxf57vl] {
        padding: 16px 20px;
    }
}
/* /Shared/Discord/DiscordGuide.razor.rz.scp.css */
.empty-state-icon[b-valziqr4v1] {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(147, 51, 234, 0.1));
    border: 2px solid rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
}

.step-number[b-valziqr4v1] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    color: white;
}

.step-number.step-1[b-valziqr4v1] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.step-number.step-2[b-valziqr4v1] {
    background: linear-gradient(135deg, #ffc107, #ffc107);
}

.step-number.step-3[b-valziqr4v1] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.feature-icon[b-valziqr4v1] {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 1.2rem;
    margin-bottom: auto;
    margin-top: auto;
}

[b-valziqr4v1] .feature-content p {
    font-size: 13px;
}

.feature-icon.blue[b-valziqr4v1] {
    background: #eff6ff;
    color: #3b82f6;
}

.feature-icon.purple[b-valziqr4v1] {
    background: #faf5ff;
    color: #9333ea;
}

.feature-icon.green[b-valziqr4v1] {
    background: #f0fdf4;
    color: #10b981;
}

.feature-icon.orange[b-valziqr4v1] {
    background: #fff7ed;
    color: #fb923c;
}
/* /Shared/Discord/DiscordServerCard.razor.rz.scp.css */
.server-avatar[b-nmglmki9d5] {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
    margin-right: 1rem;
    margin-bottom: auto;
    margin-top: auto;
}

.channel-info-box[b-nmglmki9d5] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px;
}

.discord-id[b-nmglmki9d5] {
    color: #9ca3af;
}

/* Notifications Status Section */
.notifications-status[b-nmglmki9d5] {
    background: #f9fafb;
}

.notifications-status-title[b-nmglmki9d5] {
    font-size: 0.7rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-weight: 600;
}

.notification-items[b-nmglmki9d5] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Empty State */
.notifications-empty[b-nmglmki9d5] {
    background: #f9fafb;
    padding: 20px;
    text-align: center;
}

.notifications-empty-icon[b-nmglmki9d5] {
    font-size: 2rem;
    color: #d1d5db;
    margin-bottom: 8px;
}

.notifications-empty-title[b-nmglmki9d5] {
    font-size: 0.7rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.notifications-empty-text[b-nmglmki9d5] {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

.server-logo[b-nmglmki9d5] {
    overflow: auto;
    padding: 6px;
}
/* /Shared/ErrorComponents/NotFound.razor.rz.scp.css */
.content-not-found[b-tz6x2hk3fx] {
    padding: 100px;
    display: flex;
    align-items: center;
    gap: 100px;
}

.character-section[b-tz6x2hk3fx] {
    flex: 0 0 300px;
    text-align: center;
}

.character-container[b-tz6x2hk3fx] {
    position: relative;
    display: inline-block;
}

.character-bg[b-tz6x2hk3fx] {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    background: linear-gradient(135deg, #667eea20 0%, #764ba230 100%);
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    animation: morph-b-tz6x2hk3fx 8s ease-in-out infinite;
    z-index: 0;
}

@keyframes morph-b-tz6x2hk3fx {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }
    50% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    75% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }
}

.character-img[b-tz6x2hk3fx] {
    position: relative;
    z-index: 1;
    max-width: 350px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

.text-section[b-tz6x2hk3fx] {
    flex: 1;
}

.error-code[b-tz6x2hk3fx] {
    font-size: 120px;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
}

.error-title[b-tz6x2hk3fx] {
    font-size: 36px;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15px;
}

.error-message[b-tz6x2hk3fx] {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 35px;
}

.button-group[b-tz6x2hk3fx] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.help-links[b-tz6x2hk3fx] {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.help-title[b-tz6x2hk3fx] {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quick-links[b-tz6x2hk3fx] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.quick-link[b-tz6x2hk3fx] {
    color: #667eea;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.quick-link:hover[b-tz6x2hk3fx] {
    color: #764ba2;
}

@media (max-width: 768px) {
    .character-section[b-tz6x2hk3fx] {
        flex: 0 0 auto;
    }

    .character-img[b-tz6x2hk3fx] {
        max-width: 200px;
    }

    .character-bg[b-tz6x2hk3fx] {
        width: 220px;
        height: 220px;
    }

    .error-code[b-tz6x2hk3fx] {
        font-size: 80px;
    }

    .error-title[b-tz6x2hk3fx] {
        font-size: 28px;
    }

    .error-message[b-tz6x2hk3fx] {
        font-size: 16px;
    }

    .button-group[b-tz6x2hk3fx] {
        flex-direction: column;
    }

    .btn[b-tz6x2hk3fx] {
        width: 100%;
        justify-content: center;
    }

    .quick-links[b-tz6x2hk3fx] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Shared/FusedChatLogo.razor.rz.scp.css */
.logo[b-g41xxlrxxp] {
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    margin: 0;
    padding: 8px 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.logo a[b-g41xxlrxxp] {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8),
    0 0 10px rgba(0, 0, 0, 0.5);
}

.logo img[b-g41xxlrxxp] {
    height: 2.5rem;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.logo:hover img[b-g41xxlrxxp] {
    transform: scale(1.05);
}

.logo:hover[b-g41xxlrxxp] {
    transform: translateY(-1px);
}

.logo-bg[b-g41xxlrxxp] {
    color: #667eea;
    background: linear-gradient(135deg, #5846f9 0%, #7b27d8 100%);
    width: 87%;
}

.logo-bg a[b-g41xxlrxxp] {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5);
}

.logo-center[b-g41xxlrxxp] {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .logo:not(.main-sidebar .logo)[b-g41xxlrxxp] {
        font-size: 22px;
        padding: 6px 12px;
    }
    
    .logo:not(.main-sidebar .logo) img[b-g41xxlrxxp] {
        height: 2rem;
    }
}
/* /Shared/Premium/PremiumBanner.razor.rz.scp.css */
.premium-info-banner[b-khka76qhjs] {
    background: linear-gradient(135deg, rgba(167, 139, 218, 0.35) 0%, rgba(94, 181, 224, 0.35) 50%, rgba(2, 200, 247, 0.35) 100%);
    border-left: 4px solid;
    border-image: linear-gradient(135deg, #a78bda 0%, #5eb5e0 50%, #02c8f7 100%) 1;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(103, 151, 229, 0.15);
}

.premium-info-banner p[b-khka76qhjs],
.premium-info-banner div[b-khka76qhjs],
.premium-info-banner span[b-khka76qhjs] {
    margin: 0;
}

.premium-info-banner p + p[b-khka76qhjs] {
    margin-top: 0.5rem;
}

.premium-info-banner strong[b-khka76qhjs] {
    color: #1a252f;
    font-weight: 600;
}
/* /Shared/Premium/PremiumPopup.razor.rz.scp.css */
.premium-main-section[b-jctr1p9ohz] {
    text-align: center;
    padding: 1rem 0;
}

.benefits-grid[b-jctr1p9ohz] {
    display: grid;
    gap: 1rem;
}
/* /Shared/Premium/PremiumRadioButton.razor.rz.scp.css */
.premium-radio[b-kj0cg50nyo] {
    background: linear-gradient(135deg, rgba(167, 139, 218, 0.35) 0%, rgba(94, 181, 224, 0.35) 50%, rgba(2, 200, 247, 0.35) 100%);
    color: #2c3e50;
}

.premium-radio:checked[b-kj0cg50nyo] {
    border-color: #3b82f6;
}
/* /Shared/Referrals/RewardsList.razor.rz.scp.css */
.reward-list[b-1j5scq1bjn] {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

.reward-item[b-1j5scq1bjn] {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 90vh;
    display: inline-block;
}

.reward-badge-container[b-1j5scq1bjn] {
    display: flex;
    align-items: center;
    float: right;
}

.reward-badge[b-1j5scq1bjn] {
    font-size: 18px;
}

.reward-badge i[b-1j5scq1bjn] {
    margin-right: 5px;
}

.reward-title[b-1j5scq1bjn] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 9rem;
}

.reward-description[b-1j5scq1bjn] {
    font-size: 16px;
}

.reward-locked[b-1j5scq1bjn] {
    color: #999;
}

.reward-unlocked[b-1j5scq1bjn] {
    color: #28a745;
}

.reward-progress[b-1j5scq1bjn] {
    margin-bottom: 10px;
    border: 1px gray solid;
    border-radius: 5px;
}

.reward-progress-bar[b-1j5scq1bjn] {
    height: 20px;
}

.reward-progress-text[b-1j5scq1bjn] {
    position: absolute;
    width: 100%;
    color: black;
    text-align: center;
    overflow: visible;
}
/* /Shared/StreamerProfile/ButtonEditor.razor.rz.scp.css */
.color-picker[b-z85jr55e13] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.color-option[b-z85jr55e13] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s;
}

.color-option:hover[b-z85jr55e13] {
    transform: scale(1.1);
}

.color-option.selected[b-z85jr55e13] {
    border-color: #333;
    transform: scale(1.15);
}

.icon-picker[b-z85jr55e13] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.icon-option[b-z85jr55e13] {
    width: 35px;
    height: 35px;
    border: 2px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.icon-option:hover[b-z85jr55e13] {
    border-color: #667eea;
    background: #f8f9ff;
}

.icon-option.selected[b-z85jr55e13] {
    border-color: #667eea;
    background: #667eea;
    color: white;
}
/* /Shared/StreamerProfile/ButtonsCard.razor.rz.scp.css */
.profile-buttons-list[b-vei4sz72id] {
    margin-top: 1rem;
}

.button-row[b-vei4sz72id] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 50px;
}

.button-slot[b-vei4sz72id] {
    flex: 1;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    background: #fafafa;
}

.button-slot:hover[b-vei4sz72id] {
    border-color: #667eea;
    background-color: #f8f9ff;
}

.button-slot.occupied[b-vei4sz72id] {
    border: none;
    padding: 0;
    background: transparent;
}

.button-slot.full-width[b-vei4sz72id] {
    flex: 2.1;
}

.button-slot.drag-over[b-vei4sz72id] {
    border-color: #4CAF50;
    background-color: #e8f5e8;
    border-style: solid;
}

.button-slot.not-set[b-vei4sz72id] {
    visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-button[b-vei4sz72id] {
    width: 100%;
    height: 100%;
    min-height: 48px;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s;
    text-decoration: none;
    font-size: 1rem;
    word-break: break-word;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-button:hover[b-vei4sz72id] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.profile-button:focus[b-vei4sz72id],
.profile-button:active[b-vei4sz72id] {
    color: white;
    text-decoration: none;
}

.profile-button.dragging[b-vei4sz72id] {
    opacity: 0.5;
    transform: rotate(2deg) scale(0.95);
    cursor: grabbing;
}

.profile-button.not-set[b-vei4sz72id] {
    visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.add-button-text[b-vei4sz72id] {
    color: #999;
    font-size: 0.85rem;
    font-weight: 500;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.add-icon[b-vei4sz72id] {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Hide second slot when previous is full width */
.button-row .button-slot.hidden[b-vei4sz72id] {
    display: none;
}
/* /Shared/StreamerProfile/ContentComponents/EmptyCommandsComponent.razor.rz.scp.css */
.commands-empty-state[b-okpm5uaneu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.terminal-container[b-okpm5uaneu] {
    background: #2c3e50;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
    min-width: 400px;
    max-width: 500px;
}

.terminal-header[b-okpm5uaneu] {
    background: #34495e;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terminal-buttons[b-okpm5uaneu] {
    display: flex;
    gap: 0.5rem;
}

.terminal-buttons span[b-okpm5uaneu] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
}

.btn-close[b-okpm5uaneu] {
    background: #e74c3c;
}

.btn-minimize[b-okpm5uaneu] {
    background: #f39c12;
}

.btn-maximize[b-okpm5uaneu] {
    background: #27ae60;
}

.terminal-title[b-okpm5uaneu] {
    color: #bdc3c7;
    font-size: 0.9rem;
    font-family: 'Courier New', monospace;
}

.terminal-body[b-okpm5uaneu] {
    padding: 1rem;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    text-align: left;
}

.terminal-line[b-okpm5uaneu] {
    margin-bottom: 0.5rem;
    color: #ecf0f1;
}

.prompt[b-okpm5uaneu] {
    color: #27ae60;
    font-weight: bold;
}

.command-text[b-okpm5uaneu] {
    color: #3498db;
    margin-left: 0.5rem;
}

.response[b-okpm5uaneu] {
    margin-left: 1rem;
}

.error-text[b-okpm5uaneu] {
    color: #e74c3c;
}

.cursor[b-okpm5uaneu] {
    color: #ecf0f1;
    animation: blink-b-okpm5uaneu 1s infinite;
}

@keyframes blink-b-okpm5uaneu {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.empty-title[b-okpm5uaneu] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.empty-description[b-okpm5uaneu] {
    color: #7f8c8d;
    margin-bottom: 2rem;
    max-width: 400px;
    line-height: 1.5;
}

.btn-configure[b-okpm5uaneu] {
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn-configure:hover[b-okpm5uaneu] {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .terminal-container[b-okpm5uaneu] {
        min-width: 300px;
        max-width: 100%;
    }

    .terminal-body[b-okpm5uaneu] {
        font-size: 0.8rem;
    }

    .commands-empty-state[b-okpm5uaneu] {
        padding: 2rem 1rem;
    }
}
/* /Shared/StreamerProfile/ContentComponents/EmptyLeaderboardsComponent.razor.rz.scp.css */
.leaderboard-empty-state[b-cz0cqy11dq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 300px;
    justify-content: center;
}

.empty-scene[b-cz0cqy11dq] {
    position: relative;
    margin-bottom: 2rem;
}

.trophy-container[b-cz0cqy11dq] {
    position: relative;
    display: inline-block;
    padding: 2rem;
}

.trophy[b-cz0cqy11dq] {
    font-size: 4rem;
    opacity: 0.4;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.leaderboard-empty-state:hover .trophy[b-cz0cqy11dq] {
    opacity: 0.6;
    filter: grayscale(80%);
}

.cobweb[b-cz0cqy11dq] {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.cobweb-top-left[b-cz0cqy11dq] {
    top: 0;
    left: 0;
    transform: rotate(0deg);
}

.cobweb-top-right[b-cz0cqy11dq] {
    top: 0;
    right: 0;
    transform: rotate(0deg);
}

.cobweb-svg[b-cz0cqy11dq] {
    width: 100%;
    height: 100%;
}

.empty-title[b-cz0cqy11dq] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.empty-description[b-cz0cqy11dq] {
    color: #7f8c8d;
    max-width: 400px;
    line-height: 1.5;
}

@keyframes dustParticle-b-cz0cqy11dq {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
        opacity: 0.1;
    }
}

.cobweb[b-cz0cqy11dq]::after {
    content: '✨';
    position: absolute;
    font-size: 0.8rem;
    opacity: 0.2;
    animation: dustParticle-b-cz0cqy11dq 4s ease-in-out infinite;
    right: -5px;
    bottom: -5px;
}

.cobweb-top-right[b-cz0cqy11dq]::after {
    animation-delay: 2s;
    left: -5px;
    right: auto;
}
/* /Shared/StreamerProfile/ContentComponents/EmptyStoreComponent.razor.rz.scp.css */
.empty-state[b-jinyly3xo4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: white;
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
}

.empty-icon[b-jinyly3xo4] {
    width: 120px;
    height: 120px;
    margin-bottom: 2rem;
    opacity: 0.6;
}

.empty-title[b-jinyly3xo4] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.empty-description[b-jinyly3xo4] {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
    max-width: 400px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .empty-state[b-jinyly3xo4] {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .empty-icon[b-jinyly3xo4] {
        width: 80px;
        height: 80px;
    }

    .empty-title[b-jinyly3xo4] {
        font-size: 1.25rem;
    }
}
/* /Shared/StreamerProfile/ContentComponents/OfflineComponent.razor.rz.scp.css */
.welcome-container[b-7zclgv6gj9] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0;
    text-align: left;
}

.floating-icon[b-7zclgv6gj9] {
    animation: float-b-7zclgv6gj9 3s ease-in-out infinite;
}

@keyframes float-b-7zclgv6gj9 {
     0%, 100% {
         transform: translateY(0px);
     }
     50% {
         transform: translateY(-8px);
     }
 }

.welcome-content[b-7zclgv6gj9] {
    flex: 1;
    min-width: 0;
}

.welcome-title[b-7zclgv6gj9] {
    color: #495057;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 1.25rem;
}

.welcome-message[b-7zclgv6gj9] {
    color: #6c757d;
    line-height: 1.6;
    font-size: 1rem;
}

.welcome-footer[b-7zclgv6gj9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.beating-heart[b-7zclgv6gj9] {
    animation: heartbeat-b-7zclgv6gj9 2s ease-in-out infinite;
}

@keyframes heartbeat-b-7zclgv6gj9 {
     0%, 100% {
         transform: scale(1);
     }
     14% {
         transform: scale(1.2);
     }
     28% {
         transform: scale(1);
     }
     42% {
         transform: scale(1.2);
     }
     56% {
         transform: scale(1);
     }
 }

@media (max-width: 768px) {
    .welcome-container[b-7zclgv6gj9] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .welcome-title[b-7zclgv6gj9] {
        font-size: 1.1rem;
    }

    .welcome-message[b-7zclgv6gj9] {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .welcome-container[b-7zclgv6gj9] {
        padding: 0.5rem 0;
    }
}
/* /Shared/StreamerProfile/ContentComponents/StreamScheduleComponent.razor.rz.scp.css */
.schedule-grid[b-1htdl4nj7q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.schedule-day-card[b-1htdl4nj7q] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.schedule-day-card:hover[b-1htdl4nj7q] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.schedule-day-card.today[b-1htdl4nj7q] {
    border-color: #6f42c1;
    background: linear-gradient(135deg, #6f42c1 0%, rgba(111, 66, 193, 0.05) 100%);
}

.schedule-day-card.has-stream[b-1htdl4nj7q] {
    border-color: #28a745;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, #fff 100%);
}

.schedule-day-card.no-stream[b-1htdl4nj7q] {
    border-color: #dee2e6;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.day-header[b-1htdl4nj7q] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
}

.day-name[b-1htdl4nj7q] {
    text-align: center;
}

.day-name h6[b-1htdl4nj7q] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}

[b-1htdl4nj7q] .today-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
}

.day-content[b-1htdl4nj7q] {
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.stream-time[b-1htdl4nj7q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.stream-time strong[b-1htdl4nj7q] {
    color: #28a745;
    font-size: 1.2rem;
}

.duration[b-1htdl4nj7q] {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: normal;
}

.game-category[b-1htdl4nj7q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #495057;
    font-weight: 500;
}

.platforms[b-1htdl4nj7q] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
}

.platform-badge[b-1htdl4nj7q] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.no-stream-indicator[b-1htdl4nj7q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #adb5bd;
}

@media (max-width: 768px) {
    .schedule-grid[b-1htdl4nj7q] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
/* /Shared/StreamerProfile/ContentComponents/UnavailableSection.razor.rz.scp.css */
.disabled-icon[b-tpt4cjx7ug] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    animation: gentle-float-b-tpt4cjx7ug 3s ease-in-out infinite;
}

.disabled-icon[b-tpt4cjx7ug]::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #6c757d;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

/* Icon variations */
.disabled-icon[data-icon="leaderboard"][b-tpt4cjx7ug]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z'/%3E%3C/svg%3E");
}

.disabled-icon[data-icon="commands"][b-tpt4cjx7ug]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2z'/%3E%3C/svg%3E");
}

.disabled-icon[data-icon="store"][b-tpt4cjx7ug]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E");
}

.disabled-icon[data-icon="settings"][b-tpt4cjx7ug]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");
}

.disabled-icon[data-icon="video"][b-tpt4cjx7ug]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z'/%3E%3C/svg%3E");
}

.disabled-icon[data-icon="default"][b-tpt4cjx7ug]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728L5.636 5.636m12.728 12.728L12 12m6.364 6.364L12 12m0 0L5.636 5.636M12 12l6.364-6.364M12 12l-6.364 6.364'/%3E%3C/svg%3E");
}

.disabled-title[b-tpt4cjx7ug] {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.disabled-subtitle[b-tpt4cjx7ug] {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 24px;
    line-height: 1.5;
    max-width: 300px;
}

.enable-hint[b-tpt4cjx7ug] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e3f2fd;
    color: #1976d2;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    max-width: 280px;
}

.enable-hint[b-tpt4cjx7ug]::before {
    content: '💡';
    font-size: 16px;
}

.disabled-content[b-tpt4cjx7ug] {
    position: relative;
    z-index: 2;
}

@keyframes gentle-float-b-tpt4cjx7ug {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
}

@media (max-width: 768px) {
    .disabled-content[b-tpt4cjx7ug] {
        padding: 40px 20px !important;
        min-height: 160px;
    }

    .disabled-icon[b-tpt4cjx7ug] {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .disabled-icon[b-tpt4cjx7ug]::before {
        width: 18px;
        height: 18px;
    }

    .disabled-title[b-tpt4cjx7ug] {
        font-size: 16px;
    }

    .enable-hint[b-tpt4cjx7ug] {
        padding: 10px 16px;
        font-size: 12px;
    }
}
/* /Shared/StreamerProfile/ContentPage/LeaderboardsComponent.razor.rz.scp.css */
.leaderboard-table[b-qrv2ffo85d] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.rank-badge[b-qrv2ffo85d] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.rank-1[b-qrv2ffo85d] {
    background: #FFD700;
    color: #8B6914;
}

.rank-2[b-qrv2ffo85d] {
    background: #C0C0C0;
    color: #666;
}

.rank-3[b-qrv2ffo85d] {
    background: #CD7F32;
    color: white;
}

.rank-inf[b-qrv2ffo85d] {
    background: #6c757d;
    color: white;
}
/* /Shared/StreamerProfile/ContentPage/ProfileComponent.razor.rz.scp.css */
.live-platforms[b-a9iqz7ukn8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

[b-a9iqz7ukn8] .platform-button {
    flex: 1;
    min-width: 180px;
    transition: all 0.2s ease;
}

[b-a9iqz7ukn8] .platform-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.platform-text[b-a9iqz7ukn8] {
    font-weight: 500;
}

@media (max-width: 768px) {
    .live-platforms[b-a9iqz7ukn8] {
        flex-direction: column;
    }

    [b-a9iqz7ukn8] .platform-button {
        min-width: unset;
    }
}
/* /Shared/StreamerProfile/NotFoundProfile.razor.rz.scp.css */
.profile-not-found[b-gsuusgm3eb] {
    background-image: url('/images/bg/ProfileNotFound.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    position: relative;
}

.profile-not-found[b-gsuusgm3eb]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    pointer-events: none;
}

.brand-header[b-gsuusgm3eb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 2rem;
    z-index: 10;
}

.error-content[b-gsuusgm3eb] {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

.error-icon[b-gsuusgm3eb] {
    animation: fadeInDown-b-gsuusgm3eb 0.6s ease-out;
}

.error-title[b-gsuusgm3eb] {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: fadeInUp-b-gsuusgm3eb 0.6s ease-out 0.1s backwards;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.error-message[b-gsuusgm3eb] {
    color: #e0e0e0;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    animation: fadeInUp-b-gsuusgm3eb 0.6s ease-out 0.2s backwards;
}

.error-actions[b-gsuusgm3eb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp-b-gsuusgm3eb 0.6s ease-out 0.3s backwards;
}

.btn-action[b-gsuusgm3eb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 140px;
    justify-content: center;
}

.btn-primary[b-gsuusgm3eb] {
    background-color: #5846f9;
    color: white;
    border-color: #5846f9;
}

.btn-primary:hover[b-gsuusgm3eb] {
    background-color: #4535d8;
    border-color: #4535d8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 70, 249, 0.4);
}

.btn-secondary[b-gsuusgm3eb] {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn-secondary:hover[b-gsuusgm3eb] {
    background-color: white;
    color: #5846f9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes fadeInDown-b-gsuusgm3eb {
     from {
         opacity: 0;
         transform: translateY(-20px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

@keyframes fadeInUp-b-gsuusgm3eb {
     from {
         opacity: 0;
         transform: translateY(20px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

/* Responsive */
@media (max-width: 768px) {
    .brand-header[b-gsuusgm3eb] {
        padding: 1rem 1.5rem;
    }

    .brand-logo[b-gsuusgm3eb] {
        height: 32px;
    }

    .brand-name[b-gsuusgm3eb] {
        font-size: 1.25rem;
    }

    .profile-not-found[b-gsuusgm3eb]::before {
        right: 0;
        background: rgba(30, 20, 60, 0.85);
    }

    .error-title[b-gsuusgm3eb] {
        font-size: 2rem;
    }

    .error-message[b-gsuusgm3eb] {
        font-size: 1rem;
    }

    .error-actions[b-gsuusgm3eb] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-action[b-gsuusgm3eb] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .error-content[b-gsuusgm3eb] {
        padding: 1.5rem;
    }

    .error-title[b-gsuusgm3eb] {
        font-size: 1.75rem;
    }
}
/* /Shared/StreamerProfile/ProfileSettingsPanel.razor.rz.scp.css */
.side-panel[b-vv60fcgj7o] {
    position: fixed;
    top: 25%;
    right: 0;
    width: 350px;
    height: 50vh;
    z-index: 1050;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
}

.side-panel.collapsed[b-vv60fcgj7o] {
    transform: translateX(100%);
}

.side-panel-card[b-vv60fcgj7o] {
    background: white;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.side-panel-toggle[b-vv60fcgj7o] {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: #667eea;
    border: none;
    border-radius: 8px 0 0 8px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    z-index: 1;
}

.side-panel-toggle:hover[b-vv60fcgj7o] {
    background: #5a67d8;
}

.side-panel-header[b-vv60fcgj7o] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.side-panel-content[b-vv60fcgj7o] {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.option-group[b-vv60fcgj7o] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.option-group-title[b-vv60fcgj7o] {
    font-weight: 600;
    color: #667eea;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.25rem;
}

.option-label[b-vv60fcgj7o] {
    font-weight: 500;
    color: #333;
    font-size: 0.9rem;
}

.input-label[b-vv60fcgj7o] {
    font-weight: 500;
    color: #555;
    font-size: 0.85rem;
}

[b-vv60fcgj7o] .profile-settings-save-btn {
    margin: 0 1rem 3px 1rem;
    font-weight: bold;
}

.side-panel-content .divider[b-vv60fcgj7o],
.side-panel-content hr[b-vv60fcgj7o] {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    border: none;
    margin: 0.3rem 0;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .side-panel[b-vv60fcgj7o] {
        width: 280px;
    }
}

/* Custom scrollbar for settings panel */
.side-panel[b-vv60fcgj7o] {
    scrollbar-width: thin;
    scrollbar-color: #8b5cf6 #e5e7eb;
}

.side-panel[b-vv60fcgj7o]::-webkit-scrollbar {
    width: 8px;
}

.side-panel[b-vv60fcgj7o]::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 4px;
}

.side-panel[b-vv60fcgj7o]::-webkit-scrollbar-thumb {
    background: #8b5cf6;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

.side-panel[b-vv60fcgj7o]::-webkit-scrollbar-thumb:hover {
    background: #7c3aed;
}

.settings-wrapper[b-vv60fcgj7o] {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.side-panel-content[b-vv60fcgj7o] {
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

.scroll-hint-banner[b-vv60fcgj7o] {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    background: rgba(139, 92, 246, 0.8);
    color: white;
    text-align: center;
    margin: 0 1rem;
    border-radius: .25rem;
    padding: 0.2rem;
    font-size: 0.75rem;
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.scroll-hint-banner i[b-vv60fcgj7o] {
    margin-right: 0.5rem;
    animation: bounce-b-vv60fcgj7o 1.5s infinite;
}

@keyframes bounce-b-vv60fcgj7o {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}
/* /Shared/StreamerProfile/StreamerProfileComponent.razor.rz.scp.css */
.fusedchat-header[b-9ltp809fk2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 0;
}

.fusedchat-logo[b-9ltp809fk2] {
    color: rgba(255, 255, 255, .8);
    font-weight: 400 !important;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    white-space: nowrap;
}

[b-9ltp809fk2] .profile-nav-links {
    align-items: center; 
    display: flex;
}

.navigation-container[b-9ltp809fk2] {
    position: relative;
    width: 100%;
}

.nav-links[b-9ltp809fk2] {
    display: flex;
    gap: 2rem;
    margin-left: auto;
}

.nav-link[b-9ltp809fk2] {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.nav-link:hover[b-9ltp809fk2] {
    opacity: 0.8;
    color: white;
}

.nav-link.active[b-9ltp809fk2] {
    border-bottom: 2px solid white;
    padding-bottom: 2px;
}

.profile-hero[b-9ltp809fk2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 12px;
    padding: 2rem;
    color: white;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.profile-hero[b-9ltp809fk2]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(20px, -20px);
}

.avatar-container[b-9ltp809fk2] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 5px solid white;
}

.avatar-image[b-9ltp809fk2] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.profile-description-text[b-9ltp809fk2] {
    margin: 0; 
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

.profile-sub-description[b-9ltp809fk2] {
    margin: 0.5rem 0 0 0; 
    font-size: 0.9rem; 
    opacity: 0.9;
    overflow-wrap: break-word;
}

.profile-detail-card[b-9ltp809fk2] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.profile-display-name[b-9ltp809fk2] {
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.profile-subtitle[b-9ltp809fk2] {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    overflow-wrap: break-word;
}

.profile-edit-settings[b-9ltp809fk2] {
    background: #f76c6cba;
    padding: 10px 0;
    border-radius: 24px;
    margin-bottom: 1.5rem
}

/* All direct children get smooth transitions */
.edit-mode-smooth[b-9ltp809fk2] {
}

.edit-mode-smooth h1[b-9ltp809fk2],
.edit-mode-smooth h2[b-9ltp809fk2],
.edit-mode-smooth h3[b-9ltp809fk2],
.edit-mode-smooth h4[b-9ltp809fk2],
.edit-mode-smooth h5[b-9ltp809fk2],
.edit-mode-smooth div[b-9ltp809fk2],
.edit-mode-smooth span[b-9ltp809fk2] {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* Target ALL MemoEdit components inside edit-mode-smooth */
.edit-mode-smooth .memo-edit[b-9ltp809fk2],
.edit-mode-smooth textarea[b-9ltp809fk2] {
    transition: all 0.3s ease-in-out;
    resize: none;
    animation: expandIn-b-9ltp809fk2 0.3s ease-in-out;
}

@keyframes expandIn-b-9ltp809fk2 {
     from {
         opacity: 0;
         transform: scaleY(0.8);
         max-height: 1.5em;
     }
     to {
         opacity: 1;
         transform: scaleY(1);
         max-height: 200px;
     }
 }

.edit-mode-smooth .memo-edit:focus[b-9ltp809fk2],
.edit-mode-smooth textarea:focus[b-9ltp809fk2] {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle[b-9ltp809fk2] {
    display: none;
    float: right;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.mobile-menu-toggle:hover[b-9ltp809fk2] {
    background-color: rgba(0, 0, 0, 0.1);
}

.mobile-backdrop[b-9ltp809fk2] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-backdrop.active[b-9ltp809fk2] {
    opacity: 1;
}

@media (max-width: 768px) {
    .profile-hero[b-9ltp809fk2] {
        padding: 1.5rem;
    }

    .mobile-menu-toggle[b-9ltp809fk2] {
        display: flex;
        position: relative;
        z-index: 1001;
    }

    .nav-links[b-9ltp809fk2] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        max-width: 80vw;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        flex-direction: column;
        padding: 0;
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        backdrop-filter: blur(10px);
    }

    .nav-links.mobile-open[b-9ltp809fk2] {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-backdrop.active[b-9ltp809fk2] {
        display: block;
    }

    .nav-link[b-9ltp809fk2] {
        display: block;
        color: white !important;
        font-weight: 500;
        font-size: 1.1rem;
        padding: 1.25rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .nav-link:hover[b-9ltp809fk2] {
         background-color: rgba(255, 255, 255, 0.15) !important;
         padding-left: 2rem;
         transform: translateX(5px);
     }

    .nav-link:active[b-9ltp809fk2] {
        background-color: rgba(255, 255, 255, 0.25) !important;
    }

    .nav-link:hover[b-9ltp809fk2]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: rgba(255, 255, 255, 0.8);
        transition: all 0.3s ease;
    }

    .nav-link:first-child[b-9ltp809fk2] {
        margin-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link:last-child[b-9ltp809fk2] {
        border-bottom: none;
    }

    .mobile-backdrop.active[b-9ltp809fk2] {
        display: block;
        backdrop-filter: blur(4px);
    }

    .nav-links[b-9ltp809fk2]::before:hover {
        background: rgba(255, 255, 255, 0.2);
    }
}
/* /Shared/Visual/TextDisplay.razor.rz.scp.css */
#text-alert-container[b-vxwpg0z77i] {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 100%;
    font-size: 1.2rem;
}

#text-alert-container[style*="opacity: 1"][b-vxwpg0z77i] {
    opacity: 1;
}

.alert-text[b-vxwpg0z77i] {
    margin: 20px;
    text-align: center;
    padding-right: 3px;
}

.default-highlight[b-vxwpg0z77i] {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(187 98 248) 0%, rgb(87 220 252) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-weight: 800;
    text-shadow: none;
    filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 0px #000) drop-shadow(0 0 1px #000);
}

.default-alert-style[b-vxwpg0z77i] {
    font-family: sans-serif;
    text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-size: 2rem;
    color: white;
}

.animated-text .letter[b-vxwpg0z77i] {
    display: inline-block;
    white-space: pre;
    font-family: inherit;
}

/* Animation triggers */
.slide-in-left[b-vxwpg0z77i] {
    animation: slideInLeft-b-vxwpg0z77i 0.7s ease-out;
}

.slide-in-right[b-vxwpg0z77i] {
    animation: slideInRight-b-vxwpg0z77i 0.7s ease-out;
}

.bounce[b-vxwpg0z77i] {
    animation: bounce-b-vxwpg0z77i 1s ease;
}

.zoom-in[b-vxwpg0z77i] {
    animation: zoomIn-b-vxwpg0z77i 0.6s ease-out;
}

.wave[b-vxwpg0z77i] {
    display: inline-block;
    animation-name: wave-b-vxwpg0z77i;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
}

/* Keyframes */
@keyframes slideInLeft-b-vxwpg0z77i {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight-b-vxwpg0z77i {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes bounce-b-vxwpg0z77i {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes zoomIn-b-vxwpg0z77i {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@keyframes wave-b-vxwpg0z77i {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
