/* /Views/Components/Footers/FooterComponent.razor.rz.scp.css */
.footer[b-gcmj4fjccc] {
    background: var(--text-dark);
    color: white;
    padding: 4rem 0;
}

.container[b-gcmj4fjccc] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-grid[b-gcmj4fjccc] {
    display: grid;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-grid[b-gcmj4fjccc] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-info .logo[b-gcmj4fjccc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.footer-info .logo-icon[b-gcmj4fjccc] {
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-info .logo-icon i[b-gcmj4fjccc] {
        color: white;
        font-size: 1.25rem;
    }

.footer-info .logo-text[b-gcmj4fjccc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.footer-description[b-gcmj4fjccc] {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.footer-links h4[b-gcmj4fjccc],
.footer-social h4[b-gcmj4fjccc] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links ul[b-gcmj4fjccc] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-gcmj4fjccc] {
    margin-bottom: 0.75rem;
}

.footer-links a[b-gcmj4fjccc] {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

    .footer-links a:hover[b-gcmj4fjccc] {
        color: var(--primary);
    }

.social-icons[b-gcmj4fjccc] {
    display: flex;
    gap: 1rem;
}

.social-icon[b-gcmj4fjccc] {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: background 0.2s;
}

    .social-icon:hover[b-gcmj4fjccc] {
        background: var(--primary);
    }

.footer-bottom[b-gcmj4fjccc] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-bottom[b-gcmj4fjccc] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-bottom p[b-gcmj4fjccc] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.footer-bottom i[b-gcmj4fjccc] {
    color: var(--primary);
}
/* /Views/Components/Headers/HeaderComponent.razor.rz.scp.css */
.header[b-fkx0mwcyg5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
    height: 80px;
}

.container[b-fkx0mwcyg5] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 100%;
}

.header-content[b-fkx0mwcyg5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo[b-fkx0mwcyg5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon[b-fkx0mwcyg5] {
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-icon i[b-fkx0mwcyg5] {
        color: white;
        font-size: 1.25rem;
    }

.logo-text[b-fkx0mwcyg5] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
}

.nav-menu[b-fkx0mwcyg5] {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .nav-menu[b-fkx0mwcyg5] {
        display: flex;
    }
}

.nav-link[b-fkx0mwcyg5] {
    color: var(--text-secondary);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

    .nav-link:hover[b-fkx0mwcyg5],
    .nav-link.active[b-fkx0mwcyg5] {
        color: var(--primary);
    }

.header-actions[b-fkx0mwcyg5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn[b-fkx0mwcyg5] {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border:none;
}

.btn-primary[b-fkx0mwcyg5] {
    display: none;
    background: var(--primary);
    color: white;
}


@media (min-width: 768px) {
    .btn-primary[b-fkx0mwcyg5] {
        display: inline-flex;
    }
}

.mobile-menu-btn[b-fkx0mwcyg5] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--text-dark);
    font-size: 1.5rem;
    cursor: pointer;
}

@media (min-width: 768px) {
    .mobile-menu-btn[b-fkx0mwcyg5] {
        display: none;
    }
}

.nav-menu.open[b-fkx0mwcyg5] {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.98);
    z-index: 100;
    gap: 2rem;
    padding: 2rem 0 2rem 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    animation: slideDown-b-fkx0mwcyg5 0.2s;
}

@keyframes slideDown-b-fkx0mwcyg5 {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.mobile-menu-backdrop[b-fkx0mwcyg5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 99;
    display: block;
}

@media (min-width: 768px) {
    .nav-menu.open[b-fkx0mwcyg5] {
        display: flex !important;
        position: static;
        flex-direction: row;
        background: none;
        box-shadow: none;
        padding: 0;
        animation: none;
    }
    .mobile-menu-backdrop[b-fkx0mwcyg5] {
        display: none;
    }
}
/* /Views/Components/HelpCenters/HelpCenterComponent.razor.rz.scp.css */
.info-page[b-dd2jhwvqrw] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem;
    background: var(--ofy-bg);
    color: var(--ofy-text-primary);
}

.info-container[b-dd2jhwvqrw] {
    max-width: 72rem;
    width: 100%;
    text-align: center;
}

.status-badge[b-dd2jhwvqrw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--ofy-brand-light);
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    margin-bottom: 2.5rem;
}

.status-dot[b-dd2jhwvqrw] {
    width: 8px;
    height: 8px;
    background: var(--ofy-accent);
    border-radius: 50%;
    animation: pulse-b-dd2jhwvqrw 1.4s infinite;
}

.status-text[b-dd2jhwvqrw] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ofy-text-secondary);
    letter-spacing: 0.04em;
}

.hero-title[b-dd2jhwvqrw] {
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.hero-subtitle[b-dd2jhwvqrw] {
    max-width: 42rem;
    margin: 0 auto 4rem;
    font-size: 1.2rem;
    color: var(--ofy-text-secondary);
    line-height: 1.6;
    font-weight: 300;
}

.sections-card[b-dd2jhwvqrw] {
    background: color-mix(in srgb, var(--ofy-brand-light) 50%, transparent);
    border: 1px solid var(--ofy-border);
    border-radius: 2rem;
    padding: 3rem;
}

.sections-grid[b-dd2jhwvqrw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.section-item h3[b-dd2jhwvqrw] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.section-item p[b-dd2jhwvqrw] {
    font-size: 0.9rem;
    color: var(--ofy-text-secondary);
    font-weight: 300;
    line-height: 1.5;
}

.section-icon[b-dd2jhwvqrw] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: var(--ofy-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ofy-accent);
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

@keyframes pulse-b-dd2jhwvqrw {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .sections-grid[b-dd2jhwvqrw] {
        grid-template-columns: 1fr;
    }
}
/* /Views/Components/Homes/HomeComponent.razor.rz.scp.css */
/* Hero Section */
.hero[b-uybk0do23t] {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff, var(--bg-secondary), #ffffff);
    padding-top: 80px;
}

    .hero[b-uybk0do23t]::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.05;
        pointer-events: none;
    }

/*    .hero::after {
        content: '';
        position: absolute;
        top: 80px;
        left: 80px;
        width: 288px;
        height: 288px;
        background: var(--primary);
        border-radius: 50%;
        filter: blur(64px);
        opacity: 0.2;
    }*/

.container[b-uybk0do23t] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.hero-grid[b-uybk0do23t] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid[b-uybk0do23t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hero-badge[b-uybk0do23t] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 227, 140, 0.1);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
}

.badge-dot[b-uybk0do23t] {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-b-uybk0do23t 2s infinite;
}

.badge-text[b-uybk0do23t] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary);
}

.hero-title[b-uybk0do23t] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero-title[b-uybk0do23t] {
        font-size: 4rem;
    }
}

@media (min-width: 1024px) {
    .hero-title[b-uybk0do23t] {
        font-size: 4.5rem;
    }
}

.hero-title-highlight[b-uybk0do23t] {
    color: var(--primary);
}

.hero-description[b-uybk0do23t] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 36rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .hero-description[b-uybk0do23t] {
        font-size: 1.25rem;
    }
}

.hero-buttons[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .hero-buttons[b-uybk0do23t] {
        flex-direction: row;
    }
}

.btn[b-uybk0do23t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.btn-large[b-uybk0do23t] {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-primary[b-uybk0do23t] {
    background: var(--primary);
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 227, 140, 0.2);
}

    .btn-primary:hover[b-uybk0do23t] {
        opacity: 0.9;
    }

.btn-secondary[b-uybk0do23t] {
    background: white;
    color: var(--text-dark);
    border: 2px solid var(--border);
}

    .btn-secondary:hover[b-uybk0do23t] {
        border-color: var(--primary);
    }

.hero-stats[b-uybk0do23t] {
    display: flex;
    gap: 2rem;
}

.stat-number[b-uybk0do23t] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
}

.stat-label[b-uybk0do23t] {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

/* Mockup Styles */
.hero-mockup[b-uybk0do23t] {
    display: none;
}

@media (min-width: 1024px) {
    .hero-mockup[b-uybk0do23t] {
        display: block;
    }
}

.mockup-container[b-uybk0do23t] {
    position: relative;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mockup-container[b-uybk0do23t]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0, 227, 140, 0.2), rgba(0, 227, 140, 0.05));
        border-radius: 48px;
        filter: blur(32px);
    }

.mockup-card[b-uybk0do23t] {
    position: relative;
    width: 320px;
    background: white;
    border-radius: 48px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
}

.card-header[b-uybk0do23t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.user-info[b-uybk0do23t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-uybk0do23t] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary), rgba(0, 227, 140, 0.7));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .user-avatar i[b-uybk0do23t] {
        color: white;
        font-size: 1.25rem;
    }

.welcome-text[b-uybk0do23t] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.user-name[b-uybk0do23t] {
    font-weight: 700;
    color: var(--text-dark);
}

.user-points[b-uybk0do23t] {
    text-align: right;
}

.points-number[b-uybk0do23t] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.points-label[b-uybk0do23t] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.qr-section[b-uybk0do23t] {
    background: linear-gradient(135deg, var(--primary), rgba(0, 227, 140, 0.8));
    border-radius: 24px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

    .qr-section i[b-uybk0do23t] {
        color: white;
        font-size: 3rem;
        margin-bottom: 1rem;
    }

.qr-title[b-uybk0do23t] {
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.qr-subtitle[b-uybk0do23t] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.quests-section[b-uybk0do23t] {
    margin-top: 1.5rem;
}

.quests-title[b-uybk0do23t] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.quest-item[b-uybk0do23t] {
    background: var(--bg-secondary);
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

    .quest-item.completed .quest-check[b-uybk0do23t] {
        background: var(--primary);
        color: white;
    }

.quest-icon[b-uybk0do23t] {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.quest-info[b-uybk0do23t] {
    flex: 1;
}

.quest-name[b-uybk0do23t] {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.quest-progress[b-uybk0do23t] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.quest-arrow[b-uybk0do23t],
.quest-check[b-uybk0do23t] {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .quest-arrow i[b-uybk0do23t] {
        color: var(--text-secondary);
        font-size: 0.75rem;
    }

.quest-check[b-uybk0do23t] {
    background: var(--primary);
    color: white;
}

/* Section Styles */
.section-header[b-uybk0do23t] {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.section-title[b-uybk0do23t] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .section-title[b-uybk0do23t] {
        font-size: 3rem;
    }
}

.section-description[b-uybk0do23t] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* About Section */
.about[b-uybk0do23t] {
    padding: 6rem 0;
    background: white;
}

.features-grid[b-uybk0do23t] {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .features-grid[b-uybk0do23t] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card[b-uybk0do23t] {
    background: var(--bg-secondary);
    border-radius: 24px;
    padding: 2rem;
    transition: box-shadow 0.2s;
}

    .feature-card:hover[b-uybk0do23t] {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.feature-icon[b-uybk0do23t] {
    width: 64px;
    height: 64px;
    background: rgba(0, 227, 140, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .feature-icon i[b-uybk0do23t] {
        color: var(--primary);
        font-size: 1.5rem;
    }

.feature-title[b-uybk0do23t] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-description[b-uybk0do23t] {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Benefits Section */
.benefits[b-uybk0do23t] {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--bg-secondary), white);
}

.benefits-grid[b-uybk0do23t] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .benefits-grid[b-uybk0do23t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.benefits-list[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefit-item[b-uybk0do23t] {
    display: flex;
    gap: 1.5rem;
}

.benefit-icon[b-uybk0do23t] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: var(--primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .benefit-icon i[b-uybk0do23t] {
        color: white;
        font-size: 1.25rem;
    }

.benefit-title[b-uybk0do23t] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.benefit-description[b-uybk0do23t] {
    color: var(--text-secondary);
    line-height: 1.6;
}

.benefits-image[b-uybk0do23t] {
    position: relative;
    height: 600px;
}

.mockup-image[b-uybk0do23t] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Download Section */
.download[b-uybk0do23t] {
    padding: 6rem 0;
    background: white;
}

.download-card[b-uybk0do23t] {
    background: linear-gradient(135deg, var(--text-dark), rgba(17, 17, 17, 0.9));
    border-radius: 48px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .download-card[b-uybk0do23t] {
        padding: 5rem;
    }
}

.download-card[b-uybk0do23t]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 384px;
    height: 384px;
    background: rgba(0, 227, 140, 0.2);
    border-radius: 50%;
    filter: blur(64px);
}

.download-card[b-uybk0do23t]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 288px;
    height: 288px;
    background: rgba(0, 227, 140, 0.1);
    border-radius: 50%;
    filter: blur(64px);
}

.download-content[b-uybk0do23t] {
    position: relative;
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .download-content[b-uybk0do23t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.download-badge[b-uybk0do23t] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 227, 140, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
}

    .download-badge i[b-uybk0do23t] {
        color: var(--primary);
    }

    .download-badge span[b-uybk0do23t] {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--primary);
    }

.download-title[b-uybk0do23t] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .download-title[b-uybk0do23t] {
        font-size: 3rem;
    }
}

.download-description[b-uybk0do23t] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.store-buttons[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .store-buttons[b-uybk0do23t] {
        flex-direction: row;
    }
}

.store-button[b-uybk0do23t] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: white;
    border-radius: 16px;
    text-decoration: none;
    transition: background 0.2s;
}

    .store-button:hover[b-uybk0do23t] {
        background: rgba(255, 255, 255, 0.9);
    }

    .store-button i[b-uybk0do23t] {
        font-size: 1.5rem;
        color: var(--text-dark);
    }

.store-label[b-uybk0do23t] {
    font-size: 0.75rem;
    color: var(--text-dark);
    opacity: 0.7;
}

.store-name[b-uybk0do23t] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-dark);
}

.mvp-avatars[b-uybk0do23t] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.avatar-group[b-uybk0do23t] {
    display: flex;
}

    .avatar-group img[b-uybk0do23t] {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 4px solid var(--text-dark);
        margin-right: -12px;
    }

        .avatar-group img:last-child[b-uybk0do23t] {
            margin-right: 0;
        }

.avatar-text[b-uybk0do23t] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

    .avatar-text strong[b-uybk0do23t] {
        color: white;
        font-weight: 700;
    }

.download-image[b-uybk0do23t] {
    display: none;
    height: 500px;
}

@media (min-width: 1024px) {
    .download-image[b-uybk0do23t] {
        display: block;
    }
}

.phones-image[b-uybk0do23t] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Register Section */
.register[b-uybk0do23t] {
    padding: 6rem 0;
    background: var(--bg-secondary);
}

.container-small[b-uybk0do23t] {
    max-width: 64rem;
}

.register-card[b-uybk0do23t] {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
    .register-card[b-uybk0do23t] {
        padding: 3rem;
    }
}

.register-form[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label[b-uybk0do23t] {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-dark);
    }

.input-wrapper[b-uybk0do23t] {
    position: relative;
}

    .input-wrapper i[b-uybk0do23t] {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--text-secondary);
    }

.form-input[b-uybk0do23t] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    background: var(--bg-secondary);
    border: 2px solid transparent;
    border-radius: 16px;
    font-size: 1rem;
    color: var(--text-dark);
    transition: border-color 0.2s;
}

    .form-input:focus[b-uybk0do23t] {
        outline: none;
        border-color: var(--primary);
    }

    .form-input[b-uybk0do23t]::placeholder {
        color: var(--text-secondary);
        opacity: 0.5;
    }

.input-hint[b-uybk0do23t] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* MVP Preview Styles */
.mvp-preview[b-uybk0do23t] {
    margin: 1rem 0;
}

    .mvp-preview.hidden[b-uybk0do23t] {
        display: none;
    }

.preview-card[b-uybk0do23t] {
    background: linear-gradient(135deg, rgba(0, 227, 140, 0.05), rgba(0, 227, 140, 0.1));
    border-radius: 24px;
    padding: 2rem;
    border: 2px solid rgba(0, 227, 140, 0.2);
}

.preview-header[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .preview-header[b-uybk0do23t] {
        flex-direction: row;
    }
}

.preview-avatar[b-uybk0do23t] {
    position: relative;
    flex-shrink: 0;
}

    .preview-avatar img[b-uybk0do23t] {
        width: 80px;
        height: 80px;
        border-radius: 16px;
        object-fit: cover;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

.verified-badge[b-uybk0do23t] {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 32px;
    height: 32px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .verified-badge i[b-uybk0do23t] {
        color: white;
        font-size: 0.875rem;
    }

.preview-info[b-uybk0do23t] {
    flex: 1;
}

.name-badge[b-uybk0do23t] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

    .name-badge h3[b-uybk0do23t] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
    }

.verified-tag[b-uybk0do23t] {
    padding: 0.25rem 0.75rem;
    background: rgba(0, 227, 140, 0.2);
    color: var(--primary);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.mvp-tagline[b-uybk0do23t] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.mvp-meta[b-uybk0do23t] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .mvp-meta span[b-uybk0do23t] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        color: var(--text-dark);
    }

    .mvp-meta i[b-uybk0do23t] {
        color: var(--primary);
    }

.mvp-skills[b-uybk0do23t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-tag[b-uybk0do23t] {
    padding: 0.25rem 0.75rem;
    background: white;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-dark);
    border: 1px solid var(--border);
}

/* Terms Checkbox */
.terms-checkbox[b-uybk0do23t] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-top: 1rem;
}

    .terms-checkbox input[type="checkbox"][b-uybk0do23t] {
        width: 20px;
        height: 20px;
        margin-top: 0.25rem;
        border: 2px solid var(--border);
        border-radius: 4px;
        accent-color: var(--primary);
    }

    .terms-checkbox label[b-uybk0do23t] {
        font-size: 0.875rem;
        color: var(--text-secondary);
        line-height: 1.5;
    }

    .terms-checkbox a[b-uybk0do23t] {
        color: var(--primary);
        font-weight: 600;
        text-decoration: none;
    }

        .terms-checkbox a:hover[b-uybk0do23t] {
            text-decoration: underline;
        }

.btn-block[b-uybk0do23t] {
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
}

.signin-link[b-uybk0do23t] {
    text-align: center;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

    .signin-link a[b-uybk0do23t] {
        color: var(--primary);
        font-weight: 600;
        text-decoration: none;
    }

        .signin-link a:hover[b-uybk0do23t] {
            text-decoration: underline;
        }

/* CTA Section */
.cta[b-uybk0do23t] {
    padding: 6rem 0;
    background: white;
}

.container-medium[b-uybk0do23t] {
    max-width: 80rem;
}

.cta-content[b-uybk0do23t] {
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
}

.cta-title[b-uybk0do23t] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .cta-title[b-uybk0do23t] {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .cta-title[b-uybk0do23t] {
        font-size: 3.75rem;
    }
}

.cta-highlight[b-uybk0do23t] {
    color: var(--primary);
}

.cta-description[b-uybk0do23t] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.cta-buttons[b-uybk0do23t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .cta-buttons[b-uybk0do23t] {
        flex-direction: row;
    }
}

/* Animations */
@keyframes pulse-b-uybk0do23t {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.error-preview[b-uybk0do23t] {
    color: #b91c1c;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.form-error[b-uybk0do23t] {
    color: #b91c1c;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    padding: 0.75rem;
    border-radius: 0.75rem;
    margin-top: 1rem;
    text-align: center;
}

.form-success[b-uybk0do23t] {
    color: #166534;
    background: #dcfce7;
    border: 1px solid #86efac;
    padding: 0.75rem;
    border-radius: 0.75rem;
    margin-top: 1rem;
    text-align: center;
}

.password-wrapper[b-uybk0do23t] {
    position: relative;
}
.toggle-password-btn[b-uybk0do23t] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    z-index: 2;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-password-btn:focus[b-uybk0do23t] {
    outline: none;
}
.form-input[b-uybk0do23t] {
    padding-right: 2.5rem;
}
/* /Views/Components/PrivacyPolicies/PrivacyPolicyComponent.razor.rz.scp.css */
.info-page[b-li2ywafc68] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem;
    background: var(--ofy-bg);
    color: var(--ofy-text-primary);
}

.info-container[b-li2ywafc68] {
    max-width: 72rem;
    width: 100%;
    text-align: center;
}

.status-badge[b-li2ywafc68] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--ofy-brand-light);
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    margin-bottom: 2.5rem;
}

.status-dot[b-li2ywafc68] {
    width: 8px;
    height: 8px;
    background: var(--ofy-accent);
    border-radius: 50%;
    animation: pulse-b-li2ywafc68 1.4s infinite;
}

.status-text[b-li2ywafc68] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ofy-text-secondary);
    letter-spacing: 0.04em;
}

.hero-title[b-li2ywafc68] {
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.hero-subtitle[b-li2ywafc68] {
    max-width: 42rem;
    margin: 0 auto 4rem;
    font-size: 1.2rem;
    color: var(--ofy-text-secondary);
    line-height: 1.6;
    font-weight: 300;
}

.sections-card[b-li2ywafc68] {
    background: color-mix(in srgb, var(--ofy-brand-light) 50%, transparent);
    border: 1px solid var(--ofy-border);
    border-radius: 2rem;
    padding: 3rem;
}

.sections-grid[b-li2ywafc68] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.section-item h3[b-li2ywafc68] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.section-item p[b-li2ywafc68] {
    font-size: 0.9rem;
    color: var(--ofy-text-secondary);
    font-weight: 300;
    line-height: 1.5;
}

.section-icon[b-li2ywafc68] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: var(--ofy-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ofy-accent);
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

@keyframes pulse-b-li2ywafc68 {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .sections-grid[b-li2ywafc68] {
        grid-template-columns: 1fr;
    }
}

.policy-card[b-li2ywafc68] {
    background: color-mix(in srgb, var(--ofy-brand-light) 40%, transparent);
    border: 1px solid var(--ofy-border);
    border-radius: 2rem;
    padding: 3rem;
    text-align: left;
    max-width: 52rem;
    margin: 0 auto;
}

.policy-section[b-li2ywafc68] {
    margin-bottom: 2rem;
}

    .policy-section h3[b-li2ywafc68] {
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .policy-section p[b-li2ywafc68] {
        color: var(--ofy-text-secondary);
        font-weight: 300;
        line-height: 1.6;
    }
/* /Views/Components/Profiles/ProfileComponent.razor.rz.scp.css */
.profile-page[b-kagwcjbfa1] {
    background: #ffffff;
    color: #111111;
}

.profile-shell[b-kagwcjbfa1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.profile-hero[b-kagwcjbfa1] {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: linear-gradient(135deg, #111111 0%, #171717 55%, #1f1f1f 100%);
}

.profile-hero-glow[b-kagwcjbfa1] {
    position: absolute;
    border-radius: 999px;
    background: rgba(0, 227, 140, 0.18);
    filter: blur(64px);
    pointer-events: none;
}

.profile-hero-glow--left[b-kagwcjbfa1] {
    width: 280px;
    height: 280px;
    top: 56px;
    left: 40px;
}

.profile-hero-glow--right[b-kagwcjbfa1] {
    width: 360px;
    height: 360px;
    right: 40px;
    bottom: 24px;
}

.profile-hero-content[b-kagwcjbfa1] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    min-height: 420px;
    padding-top: 72px;
    padding-bottom: 48px;
}

.profile-hero-main[b-kagwcjbfa1] {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.profile-hero-identity[b-kagwcjbfa1] {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.profile-avatar-wrap[b-kagwcjbfa1] {
    position: relative;
    flex: 0 0 auto;
}

.profile-avatar[b-kagwcjbfa1] {
    width: 132px;
    height: 132px;
    border-radius: 28px;
    object-fit: cover;
    display: block;
    border: 4px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    background: #ffffff;
}

.profile-avatar--fallback[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00e38c 0%, #00c477 100%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
}

.profile-verified-badge[b-kagwcjbfa1] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #00e38c;
    color: #ffffff;
    border: 3px solid rgba(17, 17, 17, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0, 227, 140, 0.25);
}

.profile-hero-text[b-kagwcjbfa1] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profile-title-row[b-kagwcjbfa1] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.profile-name[b-kagwcjbfa1] {
    margin: 0;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.profile-verified-pill[b-kagwcjbfa1] {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 227, 140, 0.14);
    color: #00e38c;
    border: 1px solid rgba(0, 227, 140, 0.26);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.profile-tagline[b-kagwcjbfa1] {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.25rem;
    line-height: 1.4;
    max-width: 720px;
}

.profile-hero-meta[b-kagwcjbfa1] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.profile-meta-item[b-kagwcjbfa1] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

    .profile-meta-item i[b-kagwcjbfa1] {
        color: #00e38c;
    }

.profile-hero-actions[b-kagwcjbfa1] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-action-button[b-kagwcjbfa1] {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

    .profile-action-button:hover[b-kagwcjbfa1] {
        transform: translateY(-1px);
    }

.profile-action-button--primary[b-kagwcjbfa1] {
    background: #00e38c;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 227, 140, 0.22);
}

.profile-action-button--ghost[b-kagwcjbfa1] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.profile-stats[b-kagwcjbfa1] {
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 36px 0;
}

.profile-stats-grid[b-kagwcjbfa1] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.profile-stat-card[b-kagwcjbfa1] {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 26px 18px;
    text-align: center;
}

.profile-stat-value[b-kagwcjbfa1] {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 800;
    color: #111111;
}

.profile-stat-value--primary[b-kagwcjbfa1] {
    color: #00c477;
}

.profile-stat-label[b-kagwcjbfa1] {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 600;
}

.profile-content[b-kagwcjbfa1] {
    padding: 56px 0 72px;
}

.profile-layout[b-kagwcjbfa1] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 380px);
    gap: 40px;
    align-items: start;
}

.profile-main-column[b-kagwcjbfa1],
.profile-side-column[b-kagwcjbfa1] {
    min-width: 0;
}

.profile-section + .profile-section[b-kagwcjbfa1] {
    margin-top: 48px;
}

.profile-section-title[b-kagwcjbfa1] {
    margin: 0 0 20px;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    color: #111111;
}

.profile-section-head[b-kagwcjbfa1] {
    margin-bottom: 20px;
}

    .profile-section-head .profile-section-title[b-kagwcjbfa1] {
        margin-bottom: 8px;
    }

.profile-section-subtitle[b-kagwcjbfa1] {
    margin: 0;
    color: #6b7280;
    font-size: 1rem;
}

.profile-panel[b-kagwcjbfa1] {
    border-radius: 28px;
    padding: 30px;
}

.profile-panel--soft[b-kagwcjbfa1] {
    background: #f7f7f7;
}

.profile-bio[b-kagwcjbfa1] {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #111111;
}

.profile-muted-text[b-kagwcjbfa1] {
    margin: 0;
    color: #6b7280;
    font-size: 0.98rem;
    line-height: 1.7;
}

.profile-tags[b-kagwcjbfa1] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.profile-tag[b-kagwcjbfa1] {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #111111;
    font-size: 0.9rem;
    font-weight: 600;
}

.profile-highlights-grid[b-kagwcjbfa1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.profile-highlight-card[b-kagwcjbfa1] {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 28px;
    border: 2px solid transparent;
}

.profile-highlight-card--green[b-kagwcjbfa1] {
    background: linear-gradient(135deg, #effcf6 0%, #dbf9eb 100%);
    border-color: #c8f4df;
}

.profile-highlight-card--yellow[b-kagwcjbfa1] {
    background: linear-gradient(135deg, #fff9e9 0%, #fff2c8 100%);
    border-color: #f6e39a;
}

.profile-highlight-card--blue[b-kagwcjbfa1] {
    background: linear-gradient(135deg, #eef6ff 0%, #dfeeff 100%);
    border-color: #cbdffb;
}

.profile-highlight-card--pink[b-kagwcjbfa1] {
    background: linear-gradient(135deg, #fff0f7 0%, #ffe1ef 100%);
    border-color: #f5c8dd;
}

.profile-highlight-icon[b-kagwcjbfa1] {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #111111;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.profile-highlight-body h3[b-kagwcjbfa1] {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #111111;
}

.profile-highlight-body p[b-kagwcjbfa1] {
    margin: 0;
    color: #6b7280;
    line-height: 1.65;
    font-size: 0.95rem;
}

.profile-side-column[b-kagwcjbfa1] {
    position: sticky;
    top: 24px;
}

.profile-side-card + .profile-side-card[b-kagwcjbfa1] {
    margin-top: 24px;
}

.profile-side-card[b-kagwcjbfa1] {
    background: #f7f7f7;
    border-radius: 28px;
    padding: 28px;
}

.profile-side-card--qr[b-kagwcjbfa1] {
    background: linear-gradient(135deg, #00e38c 0%, #00c477 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 227, 140, 0.22);
}

.profile-side-card--rank[b-kagwcjbfa1] {
    background: linear-gradient(135deg, #fff9e9 0%, #fff2c8 100%);
    border: 2px solid #f0dc88;
}

.profile-side-title[b-kagwcjbfa1] {
    margin: 0 0 18px;
    font-size: 1.3rem;
    font-weight: 800;
    color: inherit;
}

.profile-qr-box[b-kagwcjbfa1] {
    height: 220px;
    border-radius: 24px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
}

.profile-side-text[b-kagwcjbfa1] {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.65;
    font-size: 0.95rem;
}

.profile-side-button[b-kagwcjbfa1] {
    width: 100%;
    margin-top: 20px;
    min-height: 48px;
    border: none;
    border-radius: 14px;
    background: #ffffff;
    color: #00c477;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.profile-social-links[b-kagwcjbfa1] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-social-link[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    text-decoration: none;
    color: #111111;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .profile-social-link:hover[b-kagwcjbfa1] {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
    }

.profile-social-link-main[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.profile-social-icon[b-kagwcjbfa1] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.profile-social-icon--linkedin[b-kagwcjbfa1] {
    background: #2563eb;
}

.profile-social-icon--github[b-kagwcjbfa1] {
    background: #111111;
}

.profile-social-empty[b-kagwcjbfa1] {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.7;
}

.profile-breakdown[b-kagwcjbfa1] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-breakdown-row[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #6b7280;
    font-size: 0.95rem;
}

    .profile-breakdown-row strong[b-kagwcjbfa1] {
        color: #111111;
        font-size: 1rem;
    }

.profile-breakdown-progress[b-kagwcjbfa1] {
    padding-top: 4px;
}

.profile-breakdown-progress-head[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #6b7280;
}

    .profile-breakdown-progress-head strong[b-kagwcjbfa1] {
        color: #111111;
    }

.profile-progress-track[b-kagwcjbfa1] {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.profile-progress-fill[b-kagwcjbfa1] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #00e38c 0%, #00c477 100%);
}

.profile-rank-head[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.profile-rank-icon[b-kagwcjbfa1] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #f4c842;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.profile-rank-body[b-kagwcjbfa1] {
    text-align: center;
    padding: 8px 0 12px;
}

.profile-rank-number[b-kagwcjbfa1] {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    color: #111111;
}

.profile-rank-text[b-kagwcjbfa1] {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.profile-rank-link[b-kagwcjbfa1] {
    display: block;
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    background: #f4c842;
    color: #111111;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 800;
    text-align: center;
    padding: 14px 16px;
}

    .profile-rank-link i[b-kagwcjbfa1] {
        margin-left: 8px;
    }

.profile-similar-grid[b-kagwcjbfa1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.profile-similar-card[b-kagwcjbfa1] {
    background: #ffffff;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .profile-similar-card:hover[b-kagwcjbfa1] {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(17, 17, 17, 0.09);
    }

.profile-similar-avatar-wrap[b-kagwcjbfa1] {
    position: relative;
    width: fit-content;
    margin: 0 auto 16px;
}

.profile-similar-avatar[b-kagwcjbfa1] {
    width: 84px;
    height: 84px;
    border-radius: 22px;
    object-fit: cover;
    display: block;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.12);
}

.profile-similar-avatar--fallback[b-kagwcjbfa1] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00e38c 0%, #00c477 100%);
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 800;
}

.profile-similar-check[b-kagwcjbfa1] {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #00e38c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    border: 2px solid #ffffff;
}

.profile-similar-content[b-kagwcjbfa1] {
    text-align: center;
}

.profile-similar-name[b-kagwcjbfa1] {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #111111;
}

.profile-similar-country[b-kagwcjbfa1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

    .profile-similar-country i[b-kagwcjbfa1] {
        color: #00c477;
    }

.profile-similar-tags[b-kagwcjbfa1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.profile-similar-tag[b-kagwcjbfa1] {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f7f7f7;
    color: #111111;
    font-size: 0.78rem;
    font-weight: 600;
}

.profile-empty-state[b-kagwcjbfa1] {
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 24px;
    text-align: center;
}

.profile-empty-icon[b-kagwcjbfa1] {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 22px;
    background: #f7f7f7;
    color: #00c477;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.profile-empty-title[b-kagwcjbfa1] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #111111;
}

.profile-empty-text[b-kagwcjbfa1] {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .profile-layout[b-kagwcjbfa1] {
        grid-template-columns: 1fr;
    }

    .profile-side-column[b-kagwcjbfa1] {
        position: static;
    }
}

@media (max-width: 900px) {
    .profile-stats-grid[b-kagwcjbfa1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-highlights-grid[b-kagwcjbfa1],
    .profile-similar-grid[b-kagwcjbfa1] {
        grid-template-columns: 1fr;
    }

    .profile-hero-main[b-kagwcjbfa1] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .profile-shell[b-kagwcjbfa1] {
        padding: 0 16px;
    }

    .profile-hero[b-kagwcjbfa1] {
        min-height: auto;
    }

    .profile-hero-content[b-kagwcjbfa1] {
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 36px;
    }

    .profile-hero-identity[b-kagwcjbfa1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .profile-avatar[b-kagwcjbfa1],
    .profile-avatar--fallback[b-kagwcjbfa1] {
        width: 108px;
        height: 108px;
        border-radius: 24px;
    }

    .profile-name[b-kagwcjbfa1] {
        font-size: 2.2rem;
    }

    .profile-tagline[b-kagwcjbfa1] {
        font-size: 1.05rem;
    }

    .profile-stats-grid[b-kagwcjbfa1] {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .profile-stat-card[b-kagwcjbfa1] {
        padding: 22px 14px;
    }

    .profile-section-title[b-kagwcjbfa1] {
        font-size: 1.6rem;
    }

    .profile-panel[b-kagwcjbfa1],
    .profile-side-card[b-kagwcjbfa1],
    .profile-similar-card[b-kagwcjbfa1],
    .profile-highlight-card[b-kagwcjbfa1] {
        border-radius: 22px;
    }
}

@media (max-width: 520px) {
    .profile-stats-grid[b-kagwcjbfa1] {
        grid-template-columns: 1fr;
    }

    .profile-hero-actions[b-kagwcjbfa1] {
        width: 100%;
    }

    .profile-action-button[b-kagwcjbfa1] {
        flex: 1 1 auto;
    }

    .profile-title-row[b-kagwcjbfa1] {
        align-items: flex-start;
    }
}
/* /Views/Components/SafetyPolicies/SafetyPolicyComponent.razor.rz.scp.css */
.info-page[b-rcpvlcuzfp] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem;
    background: var(--ofy-bg);
    color: var(--ofy-text-primary);
}

.info-container[b-rcpvlcuzfp] {
    max-width: 72rem;
    width: 100%;
    text-align: center;
}

.status-badge[b-rcpvlcuzfp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--ofy-brand-light);
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    margin-bottom: 2.5rem;
}

.status-dot[b-rcpvlcuzfp] {
    width: 8px;
    height: 8px;
    background: var(--ofy-accent);
    border-radius: 50%;
    animation: pulse-b-rcpvlcuzfp 1.4s infinite;
}

.status-text[b-rcpvlcuzfp] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ofy-text-secondary);
    letter-spacing: 0.04em;
}

.hero-title[b-rcpvlcuzfp] {
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.hero-subtitle[b-rcpvlcuzfp] {
    max-width: 42rem;
    margin: 0 auto 4rem;
    font-size: 1.2rem;
    color: var(--ofy-text-secondary);
    line-height: 1.6;
    font-weight: 300;
}

.policy-card[b-rcpvlcuzfp] {
    background: color-mix(in srgb, var(--ofy-brand-light) 40%, transparent);
    border: 1px solid var(--ofy-border);
    border-radius: 2rem;
    padding: 3rem;
    text-align: left;
    max-width: 52rem;
    margin: 0 auto;
}

.policy-section[b-rcpvlcuzfp] {
    margin-bottom: 2rem;
}

    .policy-section h3[b-rcpvlcuzfp] {
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .policy-section p[b-rcpvlcuzfp] {
        color: var(--ofy-text-secondary);
        font-weight: 300;
        line-height: 1.6;
    }

@keyframes pulse-b-rcpvlcuzfp {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .policy-card[b-rcpvlcuzfp] {
        padding: 2.25rem;
    }
}
/* /Views/Components/TermsOfServices/TermsOfServicesComponent.razor.rz.scp.css */
.info-page[b-ysfl4vozw8] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem;
    background: var(--ofy-bg);
    color: var(--ofy-text-primary);
}

.info-container[b-ysfl4vozw8] {
    max-width: 72rem;
    width: 100%;
    text-align: center;
}

.status-badge[b-ysfl4vozw8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--ofy-brand-light);
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    margin-bottom: 2.5rem;
}

.status-dot[b-ysfl4vozw8] {
    width: 8px;
    height: 8px;
    background: var(--ofy-accent);
    border-radius: 50%;
    animation: pulse-b-ysfl4vozw8 1.4s infinite;
}

.status-text[b-ysfl4vozw8] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ofy-text-secondary);
    letter-spacing: 0.04em;
}

.hero-title[b-ysfl4vozw8] {
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.hero-subtitle[b-ysfl4vozw8] {
    max-width: 42rem;
    margin: 0 auto 4rem;
    font-size: 1.2rem;
    color: var(--ofy-text-secondary);
    line-height: 1.6;
    font-weight: 300;
}

.sections-card[b-ysfl4vozw8] {
    background: color-mix(in srgb, var(--ofy-brand-light) 50%, transparent);
    border: 1px solid var(--ofy-border);
    border-radius: 2rem;
    padding: 3rem;
}

.sections-grid[b-ysfl4vozw8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.section-item h3[b-ysfl4vozw8] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.section-item p[b-ysfl4vozw8] {
    font-size: 0.9rem;
    color: var(--ofy-text-secondary);
    font-weight: 300;
    line-height: 1.5;
}

.section-icon[b-ysfl4vozw8] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: var(--ofy-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ofy-accent);
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

@keyframes pulse-b-ysfl4vozw8 {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .sections-grid[b-ysfl4vozw8] {
        grid-template-columns: 1fr;
    }
}

.policy-card[b-ysfl4vozw8] {
    background: color-mix(in srgb, var(--ofy-brand-light) 40%, transparent);
    border: 1px solid var(--ofy-border);
    border-radius: 2rem;
    padding: 3rem;
    text-align: left;
    max-width: 52rem;
    margin: 0 auto;
}

.policy-section[b-ysfl4vozw8] {
    margin-bottom: 2rem;
}

    .policy-section h3[b-ysfl4vozw8] {
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .policy-section p[b-ysfl4vozw8] {
        color: var(--ofy-text-secondary);
        font-weight: 300;
        line-height: 1.6;
    }
/* /Views/Layouts/MainLayout.razor.rz.scp.css */
.app[b-djblzwxhhi] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content[b-djblzwxhhi] {
    flex: 1;
}
/* /Views/Layouts/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tbagob20gi],
.components-reconnect-repeated-attempt-visible[b-tbagob20gi],
.components-reconnect-failed-visible[b-tbagob20gi],
.components-pause-visible[b-tbagob20gi],
.components-resume-failed-visible[b-tbagob20gi],
.components-rejoining-animation[b-tbagob20gi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-retrying[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-failed[b-tbagob20gi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tbagob20gi] {
    display: block;
}


#components-reconnect-modal[b-tbagob20gi] {
    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-tbagob20gi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tbagob20gi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tbagob20gi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tbagob20gi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tbagob20gi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tbagob20gi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tbagob20gi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tbagob20gi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tbagob20gi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tbagob20gi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tbagob20gi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tbagob20gi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tbagob20gi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tbagob20gi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tbagob20gi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tbagob20gi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tbagob20gi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tbagob20gi {
    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;
    }
}
