/* _content/LinkedTalk.Landing/Components/CookieConsentBanner.razor.rz.scp.css */
/* Modal Overlay */
.cookie-consent-overlay[b-8bec5ptt0b] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1.25rem;
    animation: fadeIn-b-8bec5ptt0b 0.3s ease-out;
}

@keyframes fadeIn-b-8bec5ptt0b {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modal Box */
.cookie-consent-modal[b-8bec5ptt0b] {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    animation: slideIn-b-8bec5ptt0b 0.4s ease-out;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

@keyframes slideIn-b-8bec5ptt0b {
    from {
        transform: translateY(-50px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Modal Header */
.cookie-consent-header[b-8bec5ptt0b] {
    background: #f8fafc;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 3px solid #4F46E5;
}

.cookie-icon[b-8bec5ptt0b] {
    font-size: 2rem;
    color: #4F46E5;
}

.cookie-consent-header h3[b-8bec5ptt0b] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2;
}

/* Modal Body */
.cookie-consent-body[b-8bec5ptt0b] {
    padding: 2rem;
    background: #ffffff;
}

.cookie-consent-body p[b-8bec5ptt0b] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

.cookie-consent-body p:last-child[b-8bec5ptt0b] {
    margin-bottom: 0;
}

.cookie-consent-privacy[b-8bec5ptt0b] {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.cookie-policy-link[b-8bec5ptt0b] {
    color: #0891b2;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.cookie-policy-link:hover[b-8bec5ptt0b] {
    color: #4F46E5;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-policy-link i[b-8bec5ptt0b] {
    font-size: 0.9rem;
}

/* Modal Footer */
.cookie-consent-footer[b-8bec5ptt0b] {
    padding: 1.5rem 2rem;
    background: #f8fafc;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    border-top: 1px solid #e2e8f0;
}

/* Buttons */
.cookie-consent-footer button[b-8bec5ptt0b] {
    padding: 0.875rem 2rem;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

.cookie-consent-footer .btn-reject[b-8bec5ptt0b] {
    background: #ffffff;
    color: #312E81;
    border: 2px solid #4F46E5;
    box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.12);
}

.cookie-consent-footer .btn-reject:hover[b-8bec5ptt0b] {
    background: rgba(79, 70, 229, 0.06);
    border-color: #4338CA;
    color: #312E81;
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.12), inset 0 0 0 1px rgba(79, 70, 229, 0.16);
}

.btn-accept[b-8bec5ptt0b] {
    background: #4F46E5;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.28);
}

.btn-accept:hover[b-8bec5ptt0b] {
    background: #4338CA;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.32);
}

.btn-reject:focus-visible[b-8bec5ptt0b],
.btn-accept:focus-visible[b-8bec5ptt0b],
.cookie-policy-link:focus-visible[b-8bec5ptt0b] {
    outline: 3px solid rgba(79, 70, 229, 0.35);
    outline-offset: 3px;
}

.btn-accept:active[b-8bec5ptt0b],
.btn-reject:active[b-8bec5ptt0b] {
    transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .cookie-consent-overlay[b-8bec5ptt0b] {
        padding: 1rem;
    }

    .cookie-consent-modal[b-8bec5ptt0b] {
        max-width: 100%;
    }

    .cookie-consent-header[b-8bec5ptt0b] {
        padding: 1.25rem 1.5rem;
    }

    .cookie-icon[b-8bec5ptt0b] {
        font-size: 1.5rem;
    }

    .cookie-consent-header h3[b-8bec5ptt0b] {
        font-size: 1.25rem;
    }

    .cookie-consent-body[b-8bec5ptt0b] {
        padding: 1.5rem;
    }

    .cookie-consent-body p[b-8bec5ptt0b] {
        font-size: 0.9375rem;
    }

    .cookie-consent-footer[b-8bec5ptt0b] {
        padding: 1.25rem 1.5rem;
        flex-direction: column-reverse;
    }

    .cookie-consent-footer button[b-8bec5ptt0b] {
        width: 100%;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .cookie-consent-header[b-8bec5ptt0b] {
        padding: 1rem;
    }

    .cookie-consent-header h3[b-8bec5ptt0b] {
        font-size: 1.125rem;
    }

    .cookie-consent-body[b-8bec5ptt0b] {
        padding: 1.25rem;
    }

    .cookie-consent-body p[b-8bec5ptt0b] {
        font-size: 0.875rem;
    }

    .cookie-consent-footer[b-8bec5ptt0b] {
        padding: 1rem 1.25rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */
.main-layout[b-1f4tzcl3wt] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-1f4tzcl3wt] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.36), transparent 34%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.14), transparent 44%),
        radial-gradient(circle at 70% 0%, rgba(79, 70, 229, 0.1), transparent 36%);
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 18px;
    backdrop-filter: blur(18px) saturate(1.8);
    -webkit-backdrop-filter: blur(18px) saturate(1.8);
    box-shadow:
        0 18px 50px rgba(79, 70, 229, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
    padding: 14px 18px;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    isolation: isolate;
}

.header[b-1f4tzcl3wt]::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 30%, rgba(255, 255, 255, 0.14) 62%, transparent 100%);
    opacity: 0.48;
    pointer-events: none;
    z-index: -1;
}

.header[b-1f4tzcl3wt]::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    right: -72px;
    top: -92px;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.16);
    filter: blur(22px);
    pointer-events: none;
    z-index: -1;
}

.header-content[b-1f4tzcl3wt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    position: relative;
}

.logo[b-1f4tzcl3wt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.logo:hover[b-1f4tzcl3wt] {
    opacity: 0.8;
}

.logo-img[b-1f4tzcl3wt] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
}

.logo-text[b-1f4tzcl3wt] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4F46E5;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle[b-1f4tzcl3wt] {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle span[b-1f4tzcl3wt] {
    width: 100%;
    height: 2px;
    background: #64748B;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.mobile-menu-toggle.active span:nth-child(1)[b-1f4tzcl3wt] {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2)[b-1f4tzcl3wt] {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3)[b-1f4tzcl3wt] {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Desktop Navigation */
.desktop-nav[b-1f4tzcl3wt] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Mobile Navigation */
.mobile-nav[b-1f4tzcl3wt] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.16);
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 12px;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    z-index: 1000;
}

.mobile-nav.active[b-1f4tzcl3wt] {
    display: flex;
}

.nav-link[b-1f4tzcl3wt] {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    padding: 0.5rem 0;
}

.nav-link:hover[b-1f4tzcl3wt] {
    color: #4F46E5;
}

.bullet-link[b-1f4tzcl3wt] {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
    padding-left: 1.25rem;
}

.bullet-link[b-1f4tzcl3wt]::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4F46E5;
    font-weight: bold;
}

.bullet-link:hover[b-1f4tzcl3wt] {
    color: #4F46E5;
}

.mobile-nav .nav-link[b-1f4tzcl3wt] {
    text-align: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    padding: 0.75rem 0;
}

.mobile-nav .nav-link:last-child[b-1f4tzcl3wt] {
    border-bottom: none;
}

.main-content[b-1f4tzcl3wt] {
    flex: 1;
}

.footer[b-1f4tzcl3wt] {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(148, 163, 184, 0.4);
    color: #64748B;
    padding: 3rem 0 1rem;
    margin-top: auto;
}

.footer-content[b-1f4tzcl3wt] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem 3rem;
    margin-bottom: 2rem;
    align-items: start;
}

@media (max-width: 992px) {
    .footer-content[b-1f4tzcl3wt] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-content[b-1f4tzcl3wt] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.footer-section h4[b-1f4tzcl3wt],
.footer-section h5[b-1f4tzcl3wt] {
    margin-bottom: 1rem;
    color: #64748B;
}

.footer-section p[b-1f4tzcl3wt] {
    color: #64748B;
}

.footer-section ul[b-1f4tzcl3wt] {
    list-style: none;
    padding: 0;
}

.footer-section ul li[b-1f4tzcl3wt] {
    margin-bottom: 0.5rem;
}

.footer-section a[b-1f4tzcl3wt] {
    color: #64748B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section a:hover[b-1f4tzcl3wt] {
    color: #4F46E5;
}

.footer-bottom[b-1f4tzcl3wt] {
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    padding-top: 1rem;
    text-align: center;
    color: #64748B;
}

.footer [b-1f4tzcl3wt]::selection {
    color: #64748B;
    background: rgba(79, 70, 229, 0.16);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content[b-1f4tzcl3wt] {
        padding: 0.5rem 0;
    }
    
    .logo[b-1f4tzcl3wt] {
        gap: 0.375rem;
    }
    
    .logo-img[b-1f4tzcl3wt] {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .logo-text[b-1f4tzcl3wt] {
        font-size: 1rem;
    }
    
    .mobile-menu-toggle[b-1f4tzcl3wt] {
        display: flex;
    }
    
    .desktop-nav[b-1f4tzcl3wt] {
        display: none;
    }
    
    .mobile-nav[b-1f4tzcl3wt] {
        display: none;
    }
    
    .mobile-nav.active[b-1f4tzcl3wt] {
        display: flex;
    }
}

@media (max-width: 480px) {
    .header-content[b-1f4tzcl3wt] {
        padding: 0.375rem 0;
    }
    
    .logo-text[b-1f4tzcl3wt] {
        font-size: 0.875rem;
    }
    
    .mobile-nav[b-1f4tzcl3wt] {
        padding: 0.75rem;
    }
    
    .mobile-nav .nav-link[b-1f4tzcl3wt] {
        padding: 0.5rem 0;
        font-size: 0.875rem;
    }
}

/* Logout Button Styles */
.logout-btn[b-1f4tzcl3wt] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
/* _content/LinkedTalk.Landing/Components/NavigationMenu.razor.rz.scp.css */
/* Navigation Menu Styles */
.header[b-rr03cch8gn] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.36), transparent 34%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.14), transparent 44%),
        radial-gradient(circle at 70% 0%, rgba(79, 70, 229, 0.1), transparent 36%);
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 18px;
    backdrop-filter: blur(18px) saturate(1.8);
    -webkit-backdrop-filter: blur(18px) saturate(1.8);
    box-shadow:
        0 18px 50px rgba(79, 70, 229, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
    padding: 14px 18px;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    isolation: isolate;
}

.header[b-rr03cch8gn]::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 30%, rgba(255, 255, 255, 0.14) 62%, transparent 100%);
    opacity: 0.48;
    pointer-events: none;
    z-index: -1;
}

.header[b-rr03cch8gn]::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    right: -72px;
    top: -92px;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.16);
    filter: blur(22px);
    pointer-events: none;
    z-index: -1;
}

.header-content[b-rr03cch8gn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    position: relative;
}

.logo[b-rr03cch8gn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.logo:hover[b-rr03cch8gn] {
    opacity: 0.8;
}

.logo-img[b-rr03cch8gn] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
}

.logo-text[b-rr03cch8gn] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4F46E5;
}

.nav-skeleton[b-rr03cch8gn] {
    gap: 1.5rem;
}

.skeleton-bar[b-rr03cch8gn] {
    height: 0.875rem;
    width: 52px;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
    background-size: 200% 100%;
    animation: shimmer-b-rr03cch8gn 1.4s infinite;
}

.skeleton-bar--wide[b-rr03cch8gn] {
    width: 80px;
}

@keyframes shimmer-b-rr03cch8gn {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.nav-signup-hidden[b-rr03cch8gn] {
    display: none;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle[b-rr03cch8gn] {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle span[b-rr03cch8gn] {
    width: 100%;
    height: 2px;
    background: #64748B;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.mobile-menu-toggle.active span:nth-child(1)[b-rr03cch8gn] {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2)[b-rr03cch8gn] {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3)[b-rr03cch8gn] {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Desktop Navigation */
.desktop-nav[b-rr03cch8gn] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Mobile Navigation */
.mobile-nav[b-rr03cch8gn] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.16);
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 12px;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    z-index: 1000;
}

.mobile-nav.active[b-rr03cch8gn] {
    display: flex;
}

.nav-link[b-rr03cch8gn] {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    padding: 0.5rem 0;
}

.nav-link:hover[b-rr03cch8gn] {
    color: #4F46E5;
}

.bullet-link[b-rr03cch8gn] {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
    padding-left: 1.25rem;
}

.bullet-link[b-rr03cch8gn]::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4F46E5;
    font-weight: bold;
}

.bullet-link:hover[b-rr03cch8gn] {
    color: #4F46E5;
}

.mobile-nav .nav-link[b-rr03cch8gn] {
    text-align: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    padding: 0.75rem 0;
}

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

/* Logout Button Styles */
.logout-btn[b-rr03cch8gn] {
    background: none;
    border: none;
    cursor: pointer;
    color: #64748B;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
}

.logout-btn:hover[b-rr03cch8gn] {
    color: #4F46E5;
}

.desktop-nav .logout-btn[b-rr03cch8gn] {
    padding-left: 1.25rem;
}

/* Button Styles */
.btn[b-rr03cch8gn] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    justify-content: center;
}

.btn-primary[b-rr03cch8gn] {
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary:hover[b-rr03cch8gn] {
    background: linear-gradient(135deg, #4338CA 0%, #06B6D4 100%);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content[b-rr03cch8gn] {
        padding: 0.5rem 0;
    }
    
    .logo[b-rr03cch8gn] {
        gap: 0.375rem;
    }
    
    .logo-img[b-rr03cch8gn] {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .logo-text[b-rr03cch8gn] {
        font-size: 1rem;
    }
    
    .mobile-menu-toggle[b-rr03cch8gn] {
        display: flex;
    }
    
    .desktop-nav[b-rr03cch8gn] {
        display: none;
    }
    
    .mobile-nav[b-rr03cch8gn] {
        display: none;
    }
    
    .mobile-nav.active[b-rr03cch8gn] {
        display: flex;
    }
}

@media (max-width: 480px) {
    .header-content[b-rr03cch8gn] {
        padding: 0.375rem 0;
    }
    
    .logo-text[b-rr03cch8gn] {
        font-size: 0.875rem;
    }
    
    .mobile-nav[b-rr03cch8gn] {
        padding: 0.75rem;
    }
    
    .mobile-nav .nav-link[b-rr03cch8gn] {
        padding: 0.5rem 0;
        font-size: 0.875rem;
    }
}
/* _content/LinkedTalk.Landing/Components/NotFoundModal.razor.rz.scp.css */
.not-found-overlay[b-r26qxjxy68] {
    position: fixed;
    inset: 0;
    background: rgba(6, 11, 24, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1.5rem;
    animation: not-found-fade-in-b-r26qxjxy68 0.25s ease;
}

@keyframes not-found-fade-in-b-r26qxjxy68 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.not-found-modal[b-r26qxjxy68] {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.82) 100%);
    border: 1px solid rgba(79, 70, 229, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.05);
    animation: not-found-scale-in-b-r26qxjxy68 0.3s ease;
}

@keyframes not-found-scale-in-b-r26qxjxy68 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.not-found-icon[b-r26qxjxy68] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-icon i[b-r26qxjxy68] {
    font-size: 1.75rem;
    color: var(--accent, #06B6D4);
}

.not-found-title[b-r26qxjxy68] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text, #0F172A);
    margin: 0 0 0.75rem;
}

.not-found-message[b-r26qxjxy68] {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted, #64748B);
    margin: 0 0 1.5rem;
}

.not-found-close[b-r26qxjxy68] {
    min-width: 160px;
}
/* _content/LinkedTalk.Landing/Components/Pages/ContactUs.razor.rz.scp.css */
/* Authentication Pages Styles */
.auth-container[b-rh6kcgjo26] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

.auth-container *[b-rh6kcgjo26] {
    box-sizing: border-box;
}

.auth-container[b-rh6kcgjo26]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-card[b-rh6kcgjo26] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.contact-card[b-rh6kcgjo26] {
    max-width: 500px;
}

.auth-header[b-rh6kcgjo26] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-title[b-rh6kcgjo26] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-rh6kcgjo26] {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.5;
}

.form-group[b-rh6kcgjo26] {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-label[b-rh6kcgjo26] {
    display: block;
    font-weight: 600;
    color: #64748B;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-input[b-rh6kcgjo26],
input[type="email"][b-rh6kcgjo26],
input[type="password"][b-rh6kcgjo26],
input[type="text"][b-rh6kcgjo26] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

.form-input:focus[b-rh6kcgjo26],
input[type="email"]:focus[b-rh6kcgjo26],
input[type="password"]:focus[b-rh6kcgjo26],
input[type="text"]:focus[b-rh6kcgjo26] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.form-input[b-rh6kcgjo26]::placeholder,
input[type="email"][b-rh6kcgjo26]::placeholder,
input[type="password"][b-rh6kcgjo26]::placeholder,
input[type="text"][b-rh6kcgjo26]::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

[b-rh6kcgjo26] input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

[b-rh6kcgjo26] input:focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

[b-rh6kcgjo26] input::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

.form-textarea[b-rh6kcgjo26],
textarea.form-input[b-rh6kcgjo26] {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    line-height: 1.5;
}

[b-rh6kcgjo26] textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
    resize: vertical;
    min-height: 120px;
}

[b-rh6kcgjo26] textarea:focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

[b-rh6kcgjo26] textarea::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

[b-rh6kcgjo26] select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
    cursor: pointer;
}

[b-rh6kcgjo26] select:focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

[b-rh6kcgjo26] select option {
    padding: 0.5rem;
}

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

.auth-footer[b-rh6kcgjo26] {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.auth-footer p[b-rh6kcgjo26] {
    color: #64748B;
    font-size: 0.875rem;
}

.auth-link[b-rh6kcgjo26] {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.auth-link:hover[b-rh6kcgjo26] {
    color: #4338CA;
}

.alert[b-rh6kcgjo26] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.alert-error[b-rh6kcgjo26] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #B91C1C;
}

.alert-success[b-rh6kcgjo26] {
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #15803D;
}

.alert i[b-rh6kcgjo26] {
    font-size: 1rem;
    flex-shrink: 0;
}

.btn-primary:disabled[b-rh6kcgjo26] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary:disabled:hover[b-rh6kcgjo26] {
    background-color: #4F46E5;
    transform: none;
}

.fa-spinner[b-rh6kcgjo26] {
    animation: spin-b-rh6kcgjo26 1s linear infinite;
}

@keyframes spin-b-rh6kcgjo26 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.validation-summary[b-rh6kcgjo26] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #B91C1C;
    font-size: 0.875rem;
}

.validation-summary ul[b-rh6kcgjo26] {
    margin: 0;
    padding-left: 1.25rem;
}

.validation-message[b-rh6kcgjo26] {
    color: #B91C1C;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

@media (max-width: 480px) {
    .auth-card[b-rh6kcgjo26] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-rh6kcgjo26] {
        font-size: 1.5rem;
    }
    
    .contact-card[b-rh6kcgjo26] {
        padding: 2rem 1.5rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/ForgotPassword.razor.rz.scp.css */
/* Authentication Pages Styles - Reused from Login */
.auth-container[b-jn824x4fdm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

.auth-container[b-jn824x4fdm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-card[b-jn824x4fdm] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.auth-header[b-jn824x4fdm] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-title[b-jn824x4fdm] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-jn824x4fdm] {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.5;
}

.form-group[b-jn824x4fdm] {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-label[b-jn824x4fdm] {
    display: block;
    font-weight: 600;
    color: #64748B;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

/* Form Input Styles - Enhanced for Blazor Components */
.form-input[b-jn824x4fdm],
input[type="email"][b-jn824x4fdm],
input[type="password"][b-jn824x4fdm],
input[type="text"][b-jn824x4fdm] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

.form-input:focus[b-jn824x4fdm],
input[type="email"]:focus[b-jn824x4fdm],
input[type="password"]:focus[b-jn824x4fdm],
input[type="text"]:focus[b-jn824x4fdm] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.form-input[b-jn824x4fdm]::placeholder,
input[type="email"][b-jn824x4fdm]::placeholder,
input[type="password"][b-jn824x4fdm]::placeholder,
input[type="text"][b-jn824x4fdm]::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

/* Specific styling for Blazor InputText components */
[b-jn824x4fdm] input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

[b-jn824x4fdm] input:focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

[b-jn824x4fdm] input::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

/* Form disabled state */
.form-input:disabled[b-jn824x4fdm],
input[type="email"]:disabled[b-jn824x4fdm],
input[type="password"]:disabled[b-jn824x4fdm],
input[type="text"]:disabled[b-jn824x4fdm] {
    background-color: #EEF2FF;
    cursor: not-allowed;
    opacity: 0.6;
}

[b-jn824x4fdm] input:disabled {
    background-color: #EEF2FF;
    cursor: not-allowed;
    opacity: 0.6;
}

.password-input-container[b-jn824x4fdm] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.password-input-container .form-input[b-jn824x4fdm] {
    padding-right: 3rem;
    width: 100%;
}

.password-toggle[b-jn824x4fdm] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748B;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.password-toggle:hover[b-jn824x4fdm] {
    color: #4F46E5;
    background-color: rgba(79, 70, 229, 0.15);
}

.password-toggle i[b-jn824x4fdm] {
    font-size: 1rem;
    pointer-events: none;
}

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

.btn-primary:disabled[b-jn824x4fdm] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary:disabled:hover[b-jn824x4fdm] {
    transform: none;
    box-shadow: none;
}

.auth-footer[b-jn824x4fdm] {
    text-align: center;
    margin-top: 1.5rem;
}

.auth-footer p[b-jn824x4fdm] {
    color: #64748B;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.auth-link[b-jn824x4fdm] {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.auth-link:hover[b-jn824x4fdm] {
    color: #4338CA;
}

.alert[b-jn824x4fdm] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    flex-direction: column;
}

.alert-error[b-jn824x4fdm] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #B91C1C;
}

.alert-success[b-jn824x4fdm] {
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #15803D;
}

.alert i[b-jn824x4fdm] {
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.validation-message[b-jn824x4fdm] {
    color: #B91C1C;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.info-text[b-jn824x4fdm] {
    font-size: 0.875rem;
    color: #64748B;
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Success redirect message */
.redirect-message[b-jn824x4fdm] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #64748B;
    text-align: center;
}

.fa-spinner[b-jn824x4fdm] {
    animation: spin-b-jn824x4fdm 1s linear infinite;
}

@keyframes spin-b-jn824x4fdm {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 480px) {
    .auth-card[b-jn824x4fdm] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-jn824x4fdm] {
        font-size: 1.5rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/Home.razor.rz.scp.css */
/* Landing Page Styles */
.landing-page-wrapper[b-ezbscbopmi] {
    --primary-color: #4F46E5;
    --primary-dark: #4338CA;
    --secondary-color: #06B6D4;
    --text-dark: #0F172A;
    --text-light: #64748B;
    --background-light: rgba(255, 255, 255, 0.82);
    --white: rgba(255, 255, 255, 0.68);
    --shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.16);
    --shadow-lg: 0 10px 15px -3px rgba(79, 70, 229, 0.16);
}

/* Mobile-first optimizations */
*[b-ezbscbopmi] {
    box-sizing: border-box;
}

html[b-ezbscbopmi] {
    scroll-behavior: smooth;
}

body[b-ezbscbopmi] {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Global Styles */
.container[b-ezbscbopmi] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.site-btn[b-ezbscbopmi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.site-btn-primary[b-ezbscbopmi] {
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.site-btn-primary:hover[b-ezbscbopmi] {
    background: linear-gradient(135deg, #4338CA 0%, #06B6D4 100%);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
    transform: translateY(-1px);
}

.site-btn-outline[b-ezbscbopmi] {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid rgba(79, 70, 229, 0.5);
    border-radius: 10px;
    transition: all 0.15s ease;
}

.site-btn-outline:hover[b-ezbscbopmi] {
    background: rgba(79, 70, 229, 0.12);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}

.site-btn-lg[b-ezbscbopmi] {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

/* Hero Section */
.hero-section[b-ezbscbopmi] {
    background: transparent;
    color: var(--text-dark);
    padding: 4rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section[b-ezbscbopmi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.25;
    z-index: 0;
}

.hero-content[b-ezbscbopmi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 1rem;
    grid-template-areas:
        "headline visual"
        "copy visual";
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.hero-headline[b-ezbscbopmi] {
    grid-area: headline;
}

.hero-copy[b-ezbscbopmi] {
    grid-area: copy;
}

.hero-title[b-ezbscbopmi] {
    font-size: clamp(2rem, 5vw + 1rem, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 8px rgba(6, 182, 212, 0.18);
}

.gradient-text[b-ezbscbopmi] {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description[b-ezbscbopmi] {
    font-size: 1.25rem;
    color: #64748B;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons[b-ezbscbopmi] {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.hero-stats[b-ezbscbopmi] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat[b-ezbscbopmi] {
    text-align: center;
}

.stat-number[b-ezbscbopmi] {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    transition: transform 0.3s ease, color 0.3s ease;
}

.stat-label[b-ezbscbopmi] {
    font-size: 0.875rem;
    color: #64748B;
}

.stat:hover .stat-number[b-ezbscbopmi] {
    transform: scale(1.1);
}

/* Hero Visual - Tracker Panel */
.hero-visual[b-ezbscbopmi] {
    grid-area: visual;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tracker-panel[b-ezbscbopmi] {
    width: 100%;
    min-height: 280px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 36%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.14), transparent 46%),
        radial-gradient(circle at 70% 0%, rgba(79, 70, 229, 0.1), transparent 38%);
    border: 1px solid rgba(79, 70, 229, 0.46);
    border-radius: 18px;
    backdrop-filter: blur(18px) saturate(1.8);
    -webkit-backdrop-filter: blur(18px) saturate(1.8);
    box-shadow:
        0 22px 62px rgba(79, 70, 229, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
    padding: 2rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.tracker-panel[b-ezbscbopmi]::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 30%, rgba(255, 255, 255, 0.14) 62%, transparent 100%);
    opacity: 0.48;
    pointer-events: none;
    z-index: -1;
}

.tracker-panel-header[b-ezbscbopmi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.tracker-logo[b-ezbscbopmi] {
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    flex-shrink: 0;
}

.tracker-panel-title[b-ezbscbopmi] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.comment-generator[b-ezbscbopmi] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.comment-post-card[b-ezbscbopmi],
.ai-comment-card[b-ezbscbopmi] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18)),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.1), transparent 46%);
    border: 1px solid rgba(79, 70, 229, 0.24);
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.58),
        0 12px 30px rgba(79, 70, 229, 0.08);
}

.comment-post-card[b-ezbscbopmi] {
    padding: 0.875rem;
}

.comment-post-header[b-ezbscbopmi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.comment-post-avatar[b-ezbscbopmi] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #0A66C2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.comment-post-author[b-ezbscbopmi] {
    color: #0F172A;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.comment-post-meta[b-ezbscbopmi] {
    color: #64748B;
    font-size: 0.76rem;
    line-height: 1.25;
}

.comment-post-card p[b-ezbscbopmi] {
    min-height: 66px;
    margin: 0;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.5;
}

.comment-generator-settings[b-ezbscbopmi] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.comment-generator-settings span[b-ezbscbopmi] {
    min-height: 28px;
    padding: 0.3rem 0.62rem;
    border: 1px solid rgba(79, 70, 229, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    color: #4338CA;
    font-size: 0.76rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.ai-comment-card[b-ezbscbopmi] {
    padding: 1rem;
    min-height: 164px;
}

.ai-comment-header[b-ezbscbopmi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.ai-comment-heading[b-ezbscbopmi] {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ai-comment-heading > div:last-child[b-ezbscbopmi] {
    min-width: 0;
}

.ai-comment-avatar[b-ezbscbopmi] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.24);
}

.ai-comment-avatar .site-icon[b-ezbscbopmi] {
    width: 15px;
    height: 15px;
}

.ai-comment-title[b-ezbscbopmi] {
    color: #0F172A;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.ai-comment-status[b-ezbscbopmi] {
    color: #64748B;
    font-size: 0.76rem;
    line-height: 1.25;
}

.ai-comment-output[b-ezbscbopmi] {
    min-height: 78px;
    margin: 0;
    color: #0F172A;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.58;
}

.ai-comment-output[b-ezbscbopmi]::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 3px;
    border-radius: 999px;
    background: #4F46E5;
    transform: translateY(2px);
    animation: comment-caret-blink-b-ezbscbopmi 0.8s steps(1) infinite;
}

.comment-generator.is-paused .ai-comment-output[b-ezbscbopmi]::after {
    opacity: 0;
    animation: none;
}

@keyframes comment-caret-blink-b-ezbscbopmi {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

.site-btn-primary:disabled[b-ezbscbopmi] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
}

.not-found-overlay[b-ezbscbopmi] {
    position: fixed;
    inset: 0;
    background: rgba(6, 11, 24, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1.5rem;
    animation: not-found-fade-in-b-ezbscbopmi 0.25s ease;
}

@keyframes not-found-fade-in-b-ezbscbopmi {
    from { opacity: 0; }
    to { opacity: 1; }
}

.not-found-modal[b-ezbscbopmi] {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.82) 100%);
    border: 1px solid rgba(79, 70, 229, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.05);
    animation: not-found-scale-in-b-ezbscbopmi 0.3s ease;
}

@keyframes not-found-scale-in-b-ezbscbopmi {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.not-found-icon[b-ezbscbopmi] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-title[b-ezbscbopmi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text, #0F172A);
    margin: 0 0 0.75rem;
}

.not-found-message[b-ezbscbopmi] {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted, #64748B);
    margin: 0 0 1.5rem;
}

.not-found-close[b-ezbscbopmi] {
    min-width: 160px;
}

/* Features Section */
.features-section[b-ezbscbopmi] {
    padding: 5rem 0;
    background: transparent;
}

.section-title[b-ezbscbopmi] {
    text-align: center;
    font-size: clamp(1.75rem, 3vw + 1rem, 2.5rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 3rem;
    text-shadow: 0 0 8px rgba(6, 182, 212, 0.12);
}

.features-grid[b-ezbscbopmi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-ezbscbopmi] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 36%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.12), transparent 46%);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(79, 70, 229, 0.46);
    backdrop-filter: blur(18px) saturate(1.75);
    -webkit-backdrop-filter: blur(18px) saturate(1.75);
    box-shadow:
        0 16px 44px rgba(79, 70, 229, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(79, 70, 229, 0.1);
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover[b-ezbscbopmi] {
    transform: translateY(-4px);
    border-color: rgba(79, 70, 229, 0.58);
    box-shadow:
        0 18px 48px rgba(79, 70, 229, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
}

.feature-icon[b-ezbscbopmi] {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    color: var(--white);
}

.feature-card h3[b-ezbscbopmi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.feature-card p[b-ezbscbopmi] {
    color: var(--text-light);
    line-height: 1.6;
}

/* How It Works Section */
.how-it-works-section[b-ezbscbopmi] {
    padding: 5rem 0;
}

.steps[b-ezbscbopmi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.step[b-ezbscbopmi] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-number[b-ezbscbopmi] {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    flex-shrink: 0;
}

.step-content h3[b-ezbscbopmi] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.step-content p[b-ezbscbopmi] {
    color: var(--text-light);
    line-height: 1.6;
}

/* Pricing Section */
.pricing-section[b-ezbscbopmi] {
    padding: 5rem 0;
    background: transparent;
}

.pricing-grid[b-ezbscbopmi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

.pricing-card[b-ezbscbopmi] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 36%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.12), transparent 46%);
    border: 1px solid rgba(79, 70, 229, 0.46);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(18px) saturate(1.75);
    -webkit-backdrop-filter: blur(18px) saturate(1.75);
    box-shadow:
        0 16px 44px rgba(79, 70, 229, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(79, 70, 229, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card:hover[b-ezbscbopmi] {
    transform: translateY(-4px);
    border-color: rgba(79, 70, 229, 0.58);
    box-shadow:
        0 18px 48px rgba(79, 70, 229, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
}

.pricing-card.featured[b-ezbscbopmi] {
    border-color: rgba(79, 70, 229, 0.46);
}

.pricing-card.featured:hover[b-ezbscbopmi] {
    transform: translateY(-5px);
}

.pricing-badge[b-ezbscbopmi] {
    position: absolute;
    top: -12px;
    right: 2rem;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header[b-ezbscbopmi] {
    text-align: center;
}

.pricing-header h3[b-ezbscbopmi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1rem;
}

.price[b-ezbscbopmi] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.currency[b-ezbscbopmi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
}

.amount[b-ezbscbopmi] {
    font-size: 3rem;
    font-weight: 800;
    color: #0F172A;
}

.period[b-ezbscbopmi] {
    font-size: 1rem;
    color: #64748B;
}

.pricing-header p[b-ezbscbopmi] {
    color: #64748B;
    margin-top: 0.5rem;
}

.billing-copy[b-ezbscbopmi] {
    color: #64748B;
    font-size: 0.95rem;
    font-weight: 600;
}

.pricing-features[b-ezbscbopmi] {
    margin: 0.75rem 0;
    text-align: left;
    list-style: none;
    padding: 0;
    flex: 1;
}

.pricing-features li[b-ezbscbopmi] {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748B;
}

.savings[b-ezbscbopmi] {
    color: #10B981;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

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

/* Testimonials Section */
.testimonials-section[b-ezbscbopmi] {
    padding: 5rem 0;
}

.testimonials-grid[b-ezbscbopmi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial[b-ezbscbopmi] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 36%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.12), transparent 46%);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(79, 70, 229, 0.46);
    backdrop-filter: blur(18px) saturate(1.75);
    -webkit-backdrop-filter: blur(18px) saturate(1.75);
    box-shadow:
        0 16px 44px rgba(79, 70, 229, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(79, 70, 229, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.testimonial:hover[b-ezbscbopmi] {
    transform: translateY(-4px);
    border-color: rgba(79, 70, 229, 0.58);
    box-shadow:
        0 18px 48px rgba(79, 70, 229, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
}

.testimonial-content p[b-ezbscbopmi] {
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.testimonial-author[b-ezbscbopmi] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar[b-ezbscbopmi] {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
}

.author-avatar img[b-ezbscbopmi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-name[b-ezbscbopmi] {
    font-weight: 700;
    color: var(--text-dark);
}

.author-title[b-ezbscbopmi] {
    color: var(--text-light);
    font-size: 0.875rem;
}

/* CTA Section */
.cta-section[b-ezbscbopmi] {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    text-align: center;
    position: relative;
}

.cta-section[b-ezbscbopmi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content[b-ezbscbopmi] {
    position: relative;
    z-index: 1;
}

.cta-content h2[b-ezbscbopmi] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-content p[b-ezbscbopmi] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-buttons[b-ezbscbopmi] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .site-btn-outline[b-ezbscbopmi] {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.cta-buttons .site-btn-outline:hover[b-ezbscbopmi] {
    background: var(--white);
    color: var(--primary-color);
}


/* Animations */
@keyframes pulse-b-ezbscbopmi {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

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

@keyframes trail-b-ezbscbopmi {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section[b-ezbscbopmi] {
        padding: 3rem 0;
        min-height: auto;
    }

    .hero-buttons[b-ezbscbopmi],
    .hero-stats[b-ezbscbopmi] {
        display: none;
    }
    
    .hero-content[b-ezbscbopmi] {
        grid-template-columns: 1fr;
        row-gap: 1rem;
        grid-template-areas:
            "headline"
            "visual"
            "copy";
        text-align: center;
        padding: 0 1rem;
    }
    
    .hero-title[b-ezbscbopmi] {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-description[b-ezbscbopmi] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: #64748B;
    }
    
    .hero-buttons[b-ezbscbopmi] {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }
    
    .hero-buttons .site-btn[b-ezbscbopmi] {
        width: 100%;
        max-width: 280px;
    }
    
    .hero-stats[b-ezbscbopmi] {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .stat-number[b-ezbscbopmi] {
        font-size: 1.5rem;
    }
    
    .tracker-panel[b-ezbscbopmi] {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .features-grid[b-ezbscbopmi] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card[b-ezbscbopmi] {
        padding: 1.5rem;
    }
    
    .steps[b-ezbscbopmi] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-grid[b-ezbscbopmi] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.featured[b-ezbscbopmi] {
        transform: none;
    }
    
    .testimonials-grid[b-ezbscbopmi] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-buttons[b-ezbscbopmi] {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .cta-buttons .site-btn[b-ezbscbopmi] {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .hero-section[b-ezbscbopmi] {
        padding: 2rem 0;
        min-height: auto;
    }
    
    .hero-content[b-ezbscbopmi] {
        padding: 0 0.75rem;
    }
    
    .hero-title[b-ezbscbopmi] {
        font-size: 1.75rem;
    }
    
    .hero-description[b-ezbscbopmi] {
        font-size: 0.875rem;
    }
    
    .hero-buttons .site-btn[b-ezbscbopmi] {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .hero-stats[b-ezbscbopmi] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat[b-ezbscbopmi] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .stat-number[b-ezbscbopmi] {
        font-size: 1.25rem;
    }
    
    .stat-label[b-ezbscbopmi] {
        font-size: 0.75rem;
        color: #64748B;
    }
    
    .tracker-panel[b-ezbscbopmi] {
        max-width: 360px;
    }
    
    .feature-card[b-ezbscbopmi] {
        padding: 1rem;
    }
    
    .feature-card h3[b-ezbscbopmi] {
        font-size: 1.25rem;
    }
    
    .pricing-card[b-ezbscbopmi] {
        padding: 1.5rem;
    }
    
    .testimonial[b-ezbscbopmi] {
        padding: 1.5rem;
    }
    
    .section-title[b-ezbscbopmi] {
        font-size: 2rem;
    }
    
    .cta-content h2[b-ezbscbopmi] {
        font-size: 2rem;
    }
    
    .cta-content p[b-ezbscbopmi] {
        font-size: 1rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/Login.razor.rz.scp.css */
/* Authentication Pages Styles */
.auth-container[b-lfkfqq3gps] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

/* Reset any conflicting styles */
.auth-container *[b-lfkfqq3gps] {
    box-sizing: border-box;
}

.auth-container[b-lfkfqq3gps]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-loading-overlay[b-lfkfqq3gps] {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(10px);
}

.auth-loading-card[b-lfkfqq3gps] {
    width: min(360px, calc(100vw - 2rem));
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.96));
    box-shadow: 0 30px 60px rgba(79, 70, 229, 0.16);
    text-align: center;
    color: #0F172A;
}

.auth-loading-card i[b-lfkfqq3gps] {
    color: #4F46E5;
    margin-bottom: 1rem;
}

.auth-loading-card h3[b-lfkfqq3gps] {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.auth-loading-card p[b-lfkfqq3gps] {
    margin: 0;
    color: #64748B;
    line-height: 1.5;
}

.auth-email-password-form[b-lfkfqq3gps] {
    display: none;
}

.auth-footer[b-lfkfqq3gps] {
    display: none;
}

.divider[b-lfkfqq3gps] {
    display: none;
}

.auth-card[b-lfkfqq3gps] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.auth-brand[b-lfkfqq3gps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.auth-brand-text[b-lfkfqq3gps] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    white-space: nowrap;
}

.auth-header[b-lfkfqq3gps] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo[b-lfkfqq3gps] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.auth-title[b-lfkfqq3gps] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-lfkfqq3gps] {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.5;
}

.auth-form[b-lfkfqq3gps] {
    margin-bottom: 2rem;
}

.form-group[b-lfkfqq3gps] {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-label[b-lfkfqq3gps] {
    display: block;
    font-weight: 600;
    color: #64748B;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

/* Form Input Styles - Enhanced for Blazor Components */
.form-input[b-lfkfqq3gps],
input[type="email"][b-lfkfqq3gps],
input[type="password"][b-lfkfqq3gps],
input[type="text"][b-lfkfqq3gps] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

.form-input:focus[b-lfkfqq3gps],
input[type="email"]:focus[b-lfkfqq3gps],
input[type="password"]:focus[b-lfkfqq3gps],
input[type="text"]:focus[b-lfkfqq3gps] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.form-input[b-lfkfqq3gps]::placeholder,
input[type="email"][b-lfkfqq3gps]::placeholder,
input[type="password"][b-lfkfqq3gps]::placeholder,
input[type="text"][b-lfkfqq3gps]::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

/* Specific styling for Blazor InputText components */
[b-lfkfqq3gps] input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

[b-lfkfqq3gps] input:focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

[b-lfkfqq3gps] input::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

.password-input-container[b-lfkfqq3gps] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.password-input-container .form-input[b-lfkfqq3gps],
.password-input-container input[b-lfkfqq3gps] {
    padding-right: 3rem !important; /* Space for the toggle button */
    width: 100%;
}

.password-input-container[b-lfkfqq3gps]  input {
    padding-right: 3rem !important; /* Space for the toggle button */
    width: 100%;
}

.password-toggle[b-lfkfqq3gps] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748B;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.password-toggle:hover[b-lfkfqq3gps] {
    color: #4F46E5;
    background-color: rgba(79, 70, 229, 0.15);
}

.password-toggle i[b-lfkfqq3gps] {
    font-size: 1rem;
    pointer-events: none;
}

.form-options[b-lfkfqq3gps] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.checkbox-container[b-lfkfqq3gps] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    color: #64748B;
}

.checkbox-container input[b-lfkfqq3gps] {
    margin-right: 0.5rem;
}

.forgot-password[b-lfkfqq3gps] {
    color: #4F46E5;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.forgot-password:hover[b-lfkfqq3gps] {
    color: #4338CA;
}

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

.auth-footer[b-lfkfqq3gps] {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.auth-footer p[b-lfkfqq3gps] {
    color: #64748B;
    font-size: 0.875rem;
}

.auth-link[b-lfkfqq3gps] {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.auth-link:hover[b-lfkfqq3gps] {
    color: #4338CA;
}

.divider[b-lfkfqq3gps] {
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.divider[b-lfkfqq3gps]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(148, 163, 184, 0.25);
}

.divider span[b-lfkfqq3gps] {
    background: rgba(255, 255, 255, 0.68);
    padding: 0 1rem;
    color: #64748B;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.social-login[b-lfkfqq3gps] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.divider-or[b-lfkfqq3gps] {
    position: relative;
    text-align: center;
    margin: 1.25rem 0 1rem;
}

.divider-or[b-lfkfqq3gps]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(148, 163, 184, 0.25);
}

.divider-or span[b-lfkfqq3gps] {
    background: rgba(255, 255, 255, 0.68);
    padding: 0 1rem;
    color: #64748B;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.auth-email-alt[b-lfkfqq3gps] {
    margin-top: 0.5rem;
}

.auth-email-alt .form-group[b-lfkfqq3gps] {
    margin-top: 0.75rem;
}

.auth-email-alt .btn[b-lfkfqq3gps] {
    margin-top: 1rem;
}

.auth-signup-prompt[b-lfkfqq3gps] {
    margin-top: 1rem;
    font-size: 0.8125rem;
    color: #64748B;
    text-align: center;
}

.google-signin-wrapper[b-lfkfqq3gps] {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 44px;
    border-radius: 0.25rem;
    overflow: hidden;
    cursor: pointer;
}

.google-signin-wrapper > div:first-child[b-lfkfqq3gps] {
    position: relative;
    width: 100%;
    height: 100%;
}

.google-signin-wrapper iframe[b-lfkfqq3gps] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.google-signin-custom-btn[b-lfkfqq3gps] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    pointer-events: none;
    z-index: 0;
    color: white;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
}

.google-signin-custom-btn-icon[b-lfkfqq3gps] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 100%;
    min-width: 44px;
    background: white;
    border-radius: 0.25rem 0 0 0.25rem;
    border: 1px solid #4285F4;
}

.google-signin-custom-btn-icon svg[b-lfkfqq3gps] {
    width: 20px;
    height: 20px;
}

.google-signin-custom-btn-text[b-lfkfqq3gps] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
    white-space: nowrap;
    padding: 0 16px;
    background: #4285F4;
    border-radius: 0 0.25rem 0.25rem 0;
}

.social-btn[b-lfkfqq3gps] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.82);
    color: #0F172A;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.social-btn:hover[b-lfkfqq3gps] {
    border-color: #4F46E5;
    background: rgba(255, 255, 255, 0.68);
}

.google-btn:hover[b-lfkfqq3gps] {
    border-color: #DB4437;
    color: #DB4437;
}

.github-btn:hover[b-lfkfqq3gps] {
    border-color: #333;
    color: #333;
}

/* Password Strength Indicator */
.password-strength[b-lfkfqq3gps] {
    margin-top: 0.5rem;
}

.strength-bar[b-lfkfqq3gps] {
    width: 100%;
    height: 4px;
    background: rgba(148, 163, 184, 0.25);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.strength-fill[b-lfkfqq3gps] {
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.strength-text[b-lfkfqq3gps] {
    font-size: 0.75rem;
    color: #64748B;
}

/* Password Match Indicator */
.password-match[b-lfkfqq3gps] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #10B981;
}

/* Responsive Design */
@media (max-width: 480px) {
    .auth-card[b-lfkfqq3gps] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-lfkfqq3gps] {
        font-size: 1.5rem;
    }
    
    .social-login[b-lfkfqq3gps] {
        flex-direction: column;
    }
}

/* Alert Styles */
.alert[b-lfkfqq3gps] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.alert-error[b-lfkfqq3gps] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #B91C1C;
}

.alert-success[b-lfkfqq3gps] {
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #15803D;
}

.alert i[b-lfkfqq3gps] {
    font-size: 1rem;
    flex-shrink: 0;
}

/* Loading Styles */
.btn-primary:disabled[b-lfkfqq3gps] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary:disabled:hover[b-lfkfqq3gps] {
    background-color: #4F46E5;
    transform: none;
}

.fa-spinner[b-lfkfqq3gps] {
    animation: spin-b-lfkfqq3gps 1s linear infinite;
}

@keyframes spin-b-lfkfqq3gps {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Validation Styles */
.validation-summary[b-lfkfqq3gps] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #B91C1C;
    font-size: 0.875rem;
}

.validation-summary ul[b-lfkfqq3gps] {
    margin: 0;
    padding-left: 1.25rem;
}

.validation-message[b-lfkfqq3gps] {
    color: #B91C1C;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}
/* _content/LinkedTalk.Landing/Components/Pages/PaymentSuccess.razor.rz.scp.css */
.success-container[b-jadbmo2d2z] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

.success-container[b-jadbmo2d2z]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.success-card[b-jadbmo2d2z] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
    text-align: center;
}

.success-icon[b-jadbmo2d2z] {
    margin-bottom: 1.5rem;
}

.success-icon i[b-jadbmo2d2z] {
    font-size: 4rem;
    color: #10B981;
    animation: scaleIn-b-jadbmo2d2z 0.5s ease-out;
}

@keyframes scaleIn-b-jadbmo2d2z {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-title[b-jadbmo2d2z] {
    font-size: 2rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 1rem;
}

.success-message[b-jadbmo2d2z] {
    color: #64748B;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.success-note[b-jadbmo2d2z] {
    margin: 0 0 1.5rem;
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6;
}

.success-details[b-jadbmo2d2z] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.detail-item[b-jadbmo2d2z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #059669;
    font-weight: 500;
}

.detail-item i[b-jadbmo2d2z] {
    font-size: 1.25rem;
}

.redirect-info[b-jadbmo2d2z] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.redirect-info p[b-jadbmo2d2z] {
    margin: 0;
    color: #F59E0B;
    font-weight: 500;
}

.countdown[b-jadbmo2d2z] {
    font-weight: 700;
    color: #4F46E5;
    font-size: 1.25rem;
}

.success-actions[b-jadbmo2d2z] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.success-actions .btn[b-jadbmo2d2z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    cursor: pointer;
    border: 1px solid transparent;
    min-width: 200px;
}

.success-actions .btn-outline[b-jadbmo2d2z] {
    color: #e7eefc;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96));
    border-color: rgba(91, 167, 255, 0.32);
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.16);
}

.success-actions .btn-outline:hover[b-jadbmo2d2z] {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(43, 58, 89, 0.98), rgba(23, 35, 58, 0.98));
    border-color: rgba(91, 167, 255, 0.48);
    transform: translateY(-1px);
}

.success-actions .btn:disabled[b-jadbmo2d2z] {
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
    transform: none;
}

.success-password-form[b-jadbmo2d2z] {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 1.5rem;
    text-align: left;
}

.form-group[b-jadbmo2d2z] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.form-label[b-jadbmo2d2z] {
    display: block;
    margin-bottom: 0.5rem;
    color: #c7d5f3;
    font-size: 0.9rem;
    font-weight: 700;
}

.form-input[b-jadbmo2d2z],
.success-password-form[b-jadbmo2d2z]  input.form-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #2d3f61;
    border-radius: 0.75rem;
    background: #0f1728;
    color: #0F172A;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-input[b-jadbmo2d2z]::placeholder,
.success-password-form[b-jadbmo2d2z]  input.form-input::placeholder {
    color: rgba(100, 116, 139, 0.72);
    opacity: 1;
}

.form-input:focus[b-jadbmo2d2z],
.success-password-form[b-jadbmo2d2z]  input.form-input:focus {
    outline: none;
    border-color: #06B6D4;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.22);
    background: #111c31;
}

.btn[b-jadbmo2d2z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.95rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.btn:hover:not(:disabled)[b-jadbmo2d2z] {
    transform: translateY(-1px);
}

.btn:disabled[b-jadbmo2d2z] {
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
    transform: none;
}

.btn-primary[b-jadbmo2d2z] {
    color: #fff;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.28);
}

.btn-primary:hover:not(:disabled)[b-jadbmo2d2z] {
    color: #fff;
    background: linear-gradient(135deg, #4338CA 0%, #06B6D4 100%);
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.34);
}

.btn-outline[b-jadbmo2d2z] {
    color: #e7eefc;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96));
    border-color: rgba(91, 167, 255, 0.32);
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.16);
}

.btn-outline:hover:not(:disabled)[b-jadbmo2d2z] {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(43, 58, 89, 0.98), rgba(23, 35, 58, 0.98));
    border-color: rgba(91, 167, 255, 0.48);
}

.btn-full[b-jadbmo2d2z] {
    width: 100%;
}

.alert[b-jadbmo2d2z] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.875rem;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.5;
}

.alert-error[b-jadbmo2d2z] {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.32);
    color: #fecaca;
}

.alert-success[b-jadbmo2d2z] {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #bbf7d0;
}

.social-login[b-jadbmo2d2z] {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.checkout-google-login[b-jadbmo2d2z] {
    margin-bottom: 0.5rem;
}

.google-signin-wrapper[b-jadbmo2d2z] {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 44px;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
}

.google-signin-wrapper > div:first-child[b-jadbmo2d2z] {
    position: relative;
    width: 100%;
    height: 100%;
}

.google-signin-wrapper iframe[b-jadbmo2d2z] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.google-signin-custom-btn[b-jadbmo2d2z] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0.4rem;
    pointer-events: none;
    z-index: 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
}

.google-signin-custom-btn-icon[b-jadbmo2d2z] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 100%;
    background: #fff;
    border: 1px solid #4285F4;
    border-right: none;
    border-radius: 0.4rem 0 0 0.4rem;
}

.google-signin-custom-btn-icon svg[b-jadbmo2d2z] {
    width: 20px;
    height: 20px;
}

.google-signin-custom-btn-text[b-jadbmo2d2z] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 0 16px;
    background: #4285F4;
    border-radius: 0 0.4rem 0.4rem 0;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .success-card[b-jadbmo2d2z] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    .success-title[b-jadbmo2d2z] {
        font-size: 1.5rem;
    }
    .success-icon i[b-jadbmo2d2z] {
        font-size: 3.25rem;
    }
    .success-message[b-jadbmo2d2z] {
        font-size: 1rem;
    }

    .success-actions .btn[b-jadbmo2d2z] {
        width: 100%;
    }

    .google-signin-wrapper[b-jadbmo2d2z] {
        width: 100%;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/Pricing.razor.rz.scp.css */
/* Pricing Page - copy of Home #pricing section */
.pricing-page[b-emmk1rhvuh] {
    --primary-color: #4F46E5;
    --primary-dark: #4338CA;
    --secondary-color: #06B6D4;
    --text-dark: #0F172A;
    --text-light: #64748B;
    --background-light: rgba(255, 255, 255, 0.82);
    --white: rgba(255, 255, 255, 0.68);
    min-height: 100vh;
    background: transparent;
    padding: 2rem 0 4rem;
}

.pricing-section[b-emmk1rhvuh] {
    padding: 4rem 0 2rem;
}

.container[b-emmk1rhvuh] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-title[b-emmk1rhvuh] {
    text-align: center;
    font-size: clamp(1.75rem, 3vw + 1rem, 2.5rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.section-subtitle[b-emmk1rhvuh] {
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 auto 3rem;
    max-width: 720px;
    text-align: center;
}

.pricing-grid[b-emmk1rhvuh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

.pricing-card[b-emmk1rhvuh] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 36%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.12), transparent 46%);
    border: 1px solid rgba(79, 70, 229, 0.46);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(18px) saturate(1.75);
    -webkit-backdrop-filter: blur(18px) saturate(1.75);
    box-shadow:
        0 16px 44px rgba(79, 70, 229, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(79, 70, 229, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card:hover[b-emmk1rhvuh] {
    transform: translateY(-4px);
    border-color: rgba(79, 70, 229, 0.58);
    box-shadow:
        0 18px 48px rgba(79, 70, 229, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(79, 70, 229, 0.12);
}

.pricing-card.featured[b-emmk1rhvuh] {
    border-color: rgba(79, 70, 229, 0.46);
}

.pricing-card.featured:hover[b-emmk1rhvuh] {
    transform: translateY(-5px);
}

.pricing-badge[b-emmk1rhvuh] {
    position: absolute;
    top: -12px;
    right: 2rem;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header[b-emmk1rhvuh] {
    text-align: center;
}

.pricing-header h3[b-emmk1rhvuh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1rem;
}

.price[b-emmk1rhvuh] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.currency[b-emmk1rhvuh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
}

.amount[b-emmk1rhvuh] {
    font-size: 3rem;
    font-weight: 800;
    color: #0F172A;
}

.period[b-emmk1rhvuh] {
    font-size: 1rem;
    color: #64748B;
}

.pricing-header p[b-emmk1rhvuh] {
    color: #64748B;
    margin-top: 0.5rem;
}

.billing-copy[b-emmk1rhvuh] {
    color: #64748B;
    font-size: 0.95rem;
    font-weight: 600;
}

.pricing-features[b-emmk1rhvuh] {
    margin: 0.75rem 0;
    text-align: left;
    list-style: none;
    padding: 0;
    flex: 1;
}

.pricing-features li[b-emmk1rhvuh] {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748B;
}

.pricing-features i[b-emmk1rhvuh] {
    color: #10B981;
    font-size: 1rem;
}

.savings[b-emmk1rhvuh] {
    color: #10B981;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.btn[b-emmk1rhvuh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-primary[b-emmk1rhvuh] {
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary:hover[b-emmk1rhvuh] {
    background: linear-gradient(135deg, #4338CA 0%, #06B6D4 100%);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
    transform: translateY(-1px);
}

.btn-outline[b-emmk1rhvuh] {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline:hover[b-emmk1rhvuh] {
    background: var(--primary-color);
    color: var(--white);
}

.btn-full[b-emmk1rhvuh] {
    width: 100%;
}

.pricing-page-actions[b-emmk1rhvuh] {
    text-align: center;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .pricing-grid[b-emmk1rhvuh] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pricing-card.featured[b-emmk1rhvuh] {
        transform: none;
    }

    .pricing-card.featured:hover[b-emmk1rhvuh] {
        transform: translateY(-5px);
    }
}

@media (max-width: 480px) {
    .pricing-card[b-emmk1rhvuh] {
        padding: 1.5rem;
    }

    .section-title[b-emmk1rhvuh] {
        font-size: 2rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-page[b-lnpa16f9sy] {
    background: #EEF2FF;
    min-height: calc(100vh - 300px);
    padding: 4rem 0;
}

.legal-content[b-lnpa16f9sy] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0.5rem;
    padding: 3rem;
    box-shadow: 0 1px 3px rgba(79, 70, 229, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1[b-lnpa16f9sy] {
    font-size: 2rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1rem;
}

.effective-date[b-lnpa16f9sy],
.website[b-lnpa16f9sy] {
    color: #64748B;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.website a[b-lnpa16f9sy] {
    color: #4F46E5;
    text-decoration: none;
}

.website a:hover[b-lnpa16f9sy] {
    text-decoration: underline;
}

.legal-section[b-lnpa16f9sy] {
    margin-top: 2.5rem;
}

.legal-section:first-of-type[b-lnpa16f9sy] {
    margin-top: 2rem;
}

.legal-section h2[b-lnpa16f9sy] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 1rem;
}

.legal-section h3[b-lnpa16f9sy] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0F172A;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-section h4[b-lnpa16f9sy] {
    font-size: 1rem;
    font-weight: 600;
    color: #64748B;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-section p[b-lnpa16f9sy] {
    color: #64748B;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.legal-section ul[b-lnpa16f9sy] {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-section ul li[b-lnpa16f9sy] {
    color: #64748B;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}

.legal-section ul li strong[b-lnpa16f9sy] {
    color: #0F172A;
    font-weight: 600;
}

.legal-section ol[b-lnpa16f9sy] {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-section ol li[b-lnpa16f9sy] {
    color: #64748B;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}

.legal-section code[b-lnpa16f9sy] {
    background: rgba(255, 255, 255, 0.82);
    color: #DC2626;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
    font-family: 'Courier New', monospace;
}

.legal-section a[b-lnpa16f9sy] {
    color: #4F46E5;
    text-decoration: none;
}

.legal-section a:hover[b-lnpa16f9sy] {
    text-decoration: underline;
}

.legal-divider[b-lnpa16f9sy] {
    height: 2px;
    background: rgba(148, 163, 184, 0.25);
    margin: 3rem 0;
}

/* Cookie Table Styles */
.cookie-table[b-lnpa16f9sy] {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    overflow: hidden;
}

.cookie-table thead[b-lnpa16f9sy] {
    background: rgba(255, 255, 255, 0.82);
}

.cookie-table thead th[b-lnpa16f9sy] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #0F172A;
    font-size: 0.875rem;
    border-bottom: 2px solid rgba(148, 163, 184, 0.25);
}

.cookie-table tbody tr[b-lnpa16f9sy] {
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.cookie-table tbody tr:last-child[b-lnpa16f9sy] {
    border-bottom: none;
}

.cookie-table tbody td[b-lnpa16f9sy] {
    padding: 0.875rem 1rem;
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.5;
}

.cookie-table tbody td:first-child[b-lnpa16f9sy] {
    font-weight: 500;
}

.cookie-table tbody tr:hover[b-lnpa16f9sy] {
    background: rgba(255, 255, 255, 0.82);
}

/* Responsive Design */
@media (max-width: 768px) {
    .legal-page[b-lnpa16f9sy] {
        padding: 2rem 0;
    }

    .legal-content[b-lnpa16f9sy] {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }

    .legal-content h1[b-lnpa16f9sy] {
        font-size: 1.5rem;
    }

    .legal-section h2[b-lnpa16f9sy] {
        font-size: 1.125rem;
    }

    .legal-section h3[b-lnpa16f9sy] {
        font-size: 1rem;
    }

    .legal-section h4[b-lnpa16f9sy] {
        font-size: 0.9375rem;
    }

    .cookie-table[b-lnpa16f9sy] {
        font-size: 0.8125rem;
    }

    .cookie-table thead th[b-lnpa16f9sy],
    .cookie-table tbody td[b-lnpa16f9sy] {
        padding: 0.625rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .legal-content[b-lnpa16f9sy] {
        padding: 1.5rem 1rem;
    }

    .legal-content h1[b-lnpa16f9sy] {
        font-size: 1.25rem;
    }

    .legal-section[b-lnpa16f9sy] {
        margin-top: 2rem;
    }

    .legal-section p[b-lnpa16f9sy],
    .legal-section ul li[b-lnpa16f9sy] {
        font-size: 0.875rem;
    }

    .cookie-table[b-lnpa16f9sy] {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cookie-table thead[b-lnpa16f9sy],
    .cookie-table tbody[b-lnpa16f9sy],
    .cookie-table tr[b-lnpa16f9sy],
    .cookie-table th[b-lnpa16f9sy],
    .cookie-table td[b-lnpa16f9sy] {
        display: block;
    }

    .cookie-table thead[b-lnpa16f9sy] {
        display: none;
    }

    .cookie-table tbody tr[b-lnpa16f9sy] {
        margin-bottom: 1rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        border-radius: 0.375rem;
    }

    .cookie-table tbody td[b-lnpa16f9sy] {
        text-align: left;
        padding: 0.5rem 0.75rem;
        position: relative;
        padding-left: 40%;
        border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    }

    .cookie-table tbody td:last-child[b-lnpa16f9sy] {
        border-bottom: none;
    }

    .cookie-table tbody td[b-lnpa16f9sy]::before {
        content: attr(data-label);
        position: absolute;
        left: 0.75rem;
        width: 35%;
        font-weight: 600;
        color: #0F172A;
    }

    .cookie-table tbody td:nth-child(1)[b-lnpa16f9sy]::before {
        content: "Cookie Name";
    }

    .cookie-table tbody td:nth-child(2)[b-lnpa16f9sy]::before {
        content: "Purpose";
    }

    .cookie-table tbody td:nth-child(3)[b-lnpa16f9sy]::before {
        content: "Duration";
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/ResetPassword.razor.rz.scp.css */
/* Authentication Pages Styles - Reused from Login */
.auth-container[b-s0q89o278z] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

.auth-container[b-s0q89o278z]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-card[b-s0q89o278z] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.auth-header[b-s0q89o278z] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-title[b-s0q89o278z] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-s0q89o278z] {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.5;
}

.form-group[b-s0q89o278z] {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-label[b-s0q89o278z] {
    display: block;
    font-weight: 600;
    color: #64748B;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

/* Form Input Styles - Enhanced for Blazor Components */
.form-input[b-s0q89o278z],
input[type="email"][b-s0q89o278z],
input[type="password"][b-s0q89o278z],
input[type="text"][b-s0q89o278z] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

.form-input:focus[b-s0q89o278z],
input[type="email"]:focus[b-s0q89o278z],
input[type="password"]:focus[b-s0q89o278z],
input[type="text"]:focus[b-s0q89o278z] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.form-input[b-s0q89o278z]::placeholder,
input[type="email"][b-s0q89o278z]::placeholder,
input[type="password"][b-s0q89o278z]::placeholder,
input[type="text"][b-s0q89o278z]::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

/* Specific styling for Blazor InputText components */
[b-s0q89o278z] input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #0F172A;
}

[b-s0q89o278z] input:focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

[b-s0q89o278z] input::placeholder {
    color: rgba(100, 116, 139, 0.6);
    opacity: 1;
}

/* Form disabled state */
.form-input:disabled[b-s0q89o278z],
input[type="email"]:disabled[b-s0q89o278z],
input[type="password"]:disabled[b-s0q89o278z],
input[type="text"]:disabled[b-s0q89o278z] {
    background-color: #EEF2FF;
    cursor: not-allowed;
    opacity: 0.6;
}

[b-s0q89o278z] input:disabled {
    background-color: #EEF2FF;
    cursor: not-allowed;
    opacity: 0.6;
}

.password-input-container[b-s0q89o278z] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.password-input-container .form-input[b-s0q89o278z],
.password-input-container input[b-s0q89o278z] {
    padding-right: 3rem;
    width: 100%;
}

.password-input-container[b-s0q89o278z]  input {
    padding-right: 3rem !important;
    width: 100%;
}

.password-toggle[b-s0q89o278z] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748B;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.password-toggle:hover[b-s0q89o278z] {
    color: #4F46E5;
    background-color: rgba(79, 70, 229, 0.15);
}

.password-toggle i[b-s0q89o278z] {
    font-size: 1rem;
    pointer-events: none;
}

/* Password Strength Indicator */
.password-strength[b-s0q89o278z] {
    margin-top: 0.5rem;
}

.strength-bar-container[b-s0q89o278z] {
    width: 100%;
    height: 4px;
    background: rgba(148, 163, 184, 0.25);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.strength-bar[b-s0q89o278z] {
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.strength-text[b-s0q89o278z] {
    font-size: 0.75rem;
    font-weight: 500;
}

/* Password Match Indicator */
.password-match[b-s0q89o278z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #10B981;
}

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

.btn-primary:disabled[b-s0q89o278z] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary:disabled:hover[b-s0q89o278z] {
    transform: none;
    box-shadow: none;
}

.auth-footer[b-s0q89o278z] {
    text-align: center;
    margin-top: 1.5rem;
}

.auth-footer p[b-s0q89o278z] {
    color: #64748B;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.auth-link[b-s0q89o278z] {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.auth-link:hover[b-s0q89o278z] {
    color: #4338CA;
}

.alert[b-s0q89o278z] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    flex-direction: column;
}

.alert-error[b-s0q89o278z] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #B91C1C;
}

.alert-success[b-s0q89o278z] {
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #15803D;
}

.alert i[b-s0q89o278z] {
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.validation-message[b-s0q89o278z] {
    color: #B91C1C;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Success redirect message */
.redirect-message[b-s0q89o278z] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #64748B;
    text-align: center;
}

.fa-spinner[b-s0q89o278z] {
    animation: spin-b-s0q89o278z 1s linear infinite;
}

@keyframes spin-b-s0q89o278z {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 480px) {
    .auth-card[b-s0q89o278z] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-s0q89o278z] {
        font-size: 1.5rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/Settings.razor.rz.scp.css */
.settings-shell[b-bb09mrda5p] {
    min-height: 100vh;
    padding: 2rem 1rem;
    background: #EEF2FF;
    position: relative;
}

.settings-shell[b-bb09mrda5p]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.settings-frame[b-bb09mrda5p] {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.settings-sidebar[b-bb09mrda5p],
.panel[b-bb09mrda5p] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    backdrop-filter: blur(14px);
}

.settings-sidebar[b-bb09mrda5p] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
}

.settings-brand h1[b-bb09mrda5p] {
    margin: 0.3rem 0 0.6rem;
    color: #0F172A;
    font-size: 2rem;
    font-weight: 800;
}

.settings-brand p[b-bb09mrda5p] {
    margin: 0;
    color: #64748B;
    line-height: 1.6;
}

.settings-eyebrow[b-bb09mrda5p],
.panel-kicker[b-bb09mrda5p] {
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
    color: #4F46E5;
}

.settings-tabs[b-bb09mrda5p] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.settings-tab[b-bb09mrda5p] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.7);
    color: #0F172A;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.settings-tab:hover[b-bb09mrda5p] {
    transform: translateY(-1px);
    border-color: rgba(79, 70, 229, 0.38);
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.08);
}

.settings-tab.active[b-bb09mrda5p] {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(6, 182, 212, 0.12));
    border-color: rgba(79, 70, 229, 0.42);
}

.settings-tab-icon[b-bb09mrda5p] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
    flex-shrink: 0;
}

.settings-tab-copy[b-bb09mrda5p] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.settings-tab-copy strong[b-bb09mrda5p] {
    font-size: 0.98rem;
}

.settings-tab-copy span[b-bb09mrda5p] {
    color: #64748B;
    font-size: 0.88rem;
    line-height: 1.45;
}

.settings-sidebar-footer[b-bb09mrda5p] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.settings-content[b-bb09mrda5p] {
    min-width: 0;
}

.panel[b-bb09mrda5p] {
    border-radius: 1rem;
    padding: 1.75rem;
}

.loading-panel[b-bb09mrda5p],
.empty-state[b-bb09mrda5p],
.inline-loading[b-bb09mrda5p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 280px;
    color: #64748B;
}

.inline-loading[b-bb09mrda5p] {
    min-height: 180px;
}

.empty-state i[b-bb09mrda5p],
.loading-panel i[b-bb09mrda5p],
.inline-loading i[b-bb09mrda5p] {
    color: #4F46E5;
}

.panel-header[b-bb09mrda5p] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.panel-header h2[b-bb09mrda5p] {
    margin: 0.2rem 0 0;
    color: #0F172A;
    font-size: 1.7rem;
    font-weight: 800;
}

.account-hero[b-bb09mrda5p] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.account-avatar[b-bb09mrda5p] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
    font-size: 1.75rem;
}

.account-hero-copy[b-bb09mrda5p] {
    min-width: 0;
}

.account-hero-copy h3[b-bb09mrda5p] {
    margin: 0;
    color: #0F172A;
    font-size: 1.35rem;
    font-weight: 800;
}

.account-hero-copy p[b-bb09mrda5p] {
    margin: 0.35rem 0 0;
    color: #64748B;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.status-pill[b-bb09mrda5p],
.history-badge[b-bb09mrda5p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.status-pill.active[b-bb09mrda5p],
.history-badge.active[b-bb09mrda5p] {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.status-pill.trial[b-bb09mrda5p] {
    background: rgba(79, 70, 229, 0.12);
    color: #4F46E5;
}

.status-pill.cancelled[b-bb09mrda5p],
.status-pill.inactive[b-bb09mrda5p],
.history-badge.deleted[b-bb09mrda5p] {
    background: rgba(100, 116, 139, 0.12);
    color: #64748B;
}

.stats-grid[b-bb09mrda5p] {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.stat-card[b-bb09mrda5p] {
    padding: 1.15rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.stat-label[b-bb09mrda5p] {
    display: block;
    color: #64748B;
    font-size: 0.78rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stat-card strong[b-bb09mrda5p] {
    display: block;
    color: #0F172A;
    font-size: 1.15rem;
    overflow-wrap: anywhere;
}

.stat-card p[b-bb09mrda5p] {
    margin: 0.55rem 0 0;
    color: #64748B;
    line-height: 1.55;
    font-size: 0.92rem;
}

.quota-summary[b-bb09mrda5p] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 1.2rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(6, 182, 212, 0.12));
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.quota-ring[b-bb09mrda5p] {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 10px solid rgba(79, 70, 229, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0F172A;
    background: rgba(255, 255, 255, 0.82);
}

.quota-ring span[b-bb09mrda5p] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.quota-ring small[b-bb09mrda5p] {
    margin-top: 0.25rem;
    color: #64748B;
    text-transform: uppercase;
    font-weight: 800;
}

.quota-copy h3[b-bb09mrda5p] {
    margin: 0;
    color: #0F172A;
    font-size: 1.4rem;
    font-weight: 800;
}

.quota-copy p[b-bb09mrda5p] {
    margin: 0.45rem 0 0;
    color: #64748B;
    line-height: 1.6;
}

.quota-progress[b-bb09mrda5p] {
    margin-top: 1.5rem;
}

.quota-progress-bar[b-bb09mrda5p] {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(100, 116, 139, 0.14);
}

.quota-progress-fill[b-bb09mrda5p] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #4F46E5, #06B6D4);
}

.quota-progress-labels[b-bb09mrda5p] {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
    color: #64748B;
    font-size: 0.88rem;
    font-weight: 600;
}

.history-table[b-bb09mrda5p] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.history-row[b-bb09mrda5p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(255, 255, 255, 0.82);
}

.history-row.deleted[b-bb09mrda5p] {
    opacity: 0.82;
}

.history-main[b-bb09mrda5p] {
    min-width: 0;
}

.history-number-row[b-bb09mrda5p] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 0.35rem;
}

.history-number-row strong[b-bb09mrda5p] {
    color: #0F172A;
    font-size: 1rem;
    word-break: break-all;
}

.history-meta[b-bb09mrda5p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #64748B;
    font-size: 0.88rem;
}

.pagination[b-bb09mrda5p] {
    margin-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.pagination-status[b-bb09mrda5p] {
    color: #64748B;
    font-size: 0.95rem;
}

.btn[b-bb09mrda5p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border: none;
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover:not(:disabled)[b-bb09mrda5p] {
    transform: translateY(-1px);
}

.btn:disabled[b-bb09mrda5p] {
    opacity: 0.55;
    cursor: not-allowed;
}

.btn-primary[b-bb09mrda5p] {
    color: white;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
}

.btn-primary:hover:not(:disabled)[b-bb09mrda5p] {
    box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.1);
}

.btn-secondary[b-bb09mrda5p],
.btn-pagination[b-bb09mrda5p] {
    color: white;
    background: #6B7280;
}

.btn-secondary:hover:not(:disabled)[b-bb09mrda5p],
.btn-pagination:hover:not(:disabled)[b-bb09mrda5p] {
    background: #4B5563;
}

.btn-history[b-bb09mrda5p] {
    flex-shrink: 0;
}

.alert[b-bb09mrda5p] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.1rem;
    border-radius: 0.75rem;
}

.alert-error[b-bb09mrda5p] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #991B1B;
}

@media (max-width: 960px) {
    .settings-frame[b-bb09mrda5p] {
        grid-template-columns: 1fr;
    }

    .settings-tabs[b-bb09mrda5p] {
        flex-direction: row;
        overflow-x: auto;
    }

    .settings-tab[b-bb09mrda5p] {
        min-width: 250px;
    }
}

@media (max-width: 720px) {
    .settings-shell[b-bb09mrda5p] {
        padding: 1rem 0.75rem;
    }

    .settings-sidebar[b-bb09mrda5p],
    .panel[b-bb09mrda5p] {
        padding: 1.25rem;
    }

    .panel-header[b-bb09mrda5p],
    .history-row[b-bb09mrda5p],
    .pagination[b-bb09mrda5p],
    .account-hero[b-bb09mrda5p],
    .quota-summary[b-bb09mrda5p] {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-grid[b-bb09mrda5p] {
        grid-template-columns: 1fr;
    }

    .quota-ring[b-bb09mrda5p] {
        width: 96px;
        height: 96px;
    }

    .btn-history[b-bb09mrda5p],
    .settings-sidebar-footer .btn[b-bb09mrda5p],
    .pagination .btn[b-bb09mrda5p] {
        width: 100%;
    }

    .pagination[b-bb09mrda5p] {
        align-items: stretch;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/SignUp.razor.rz.scp.css */
/* Authentication Pages Styles */
.auth-container[b-ym89xrh6el] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

.auth-container[b-ym89xrh6el]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-loading-overlay[b-ym89xrh6el] {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(10px);
}

.auth-loading-card[b-ym89xrh6el] {
    width: min(360px, calc(100vw - 2rem));
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.96));
    box-shadow: 0 30px 60px rgba(79, 70, 229, 0.16);
    text-align: center;
    color: #0F172A;
}

.auth-loading-card i[b-ym89xrh6el] {
    color: #4F46E5;
    margin-bottom: 1rem;
}

.auth-loading-card h3[b-ym89xrh6el] {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.auth-loading-card p[b-ym89xrh6el] {
    margin: 0;
    color: #64748B;
    line-height: 1.5;
}

.auth-email-password-form[b-ym89xrh6el] {
    display: none;
}

.auth-footer[b-ym89xrh6el] {
    display: none;
}

.auth-card[b-ym89xrh6el] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.auth-brand[b-ym89xrh6el] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.auth-brand-text[b-ym89xrh6el] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    white-space: nowrap;
}

.auth-header[b-ym89xrh6el] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo[b-ym89xrh6el] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.auth-title[b-ym89xrh6el] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-ym89xrh6el] {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.5;
}

.auth-form[b-ym89xrh6el] {
    margin-bottom: 2rem;
}

.form-group[b-ym89xrh6el] {
    margin-bottom: 1.5rem;
}

.form-label[b-ym89xrh6el] {
    display: block;
    font-weight: 600;
    color: #64748B;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-input[b-ym89xrh6el] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82);
}

.form-input:focus[b-ym89xrh6el] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.form-input[b-ym89xrh6el]::placeholder {
    color: rgba(100, 116, 139, 0.6);
}

/* Blazor InputText - dark theme (all inputs in auth form) */
.auth-email-alt[b-ym89xrh6el]  input:not([type="checkbox"]) {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.82) !important;
    box-sizing: border-box;
    color: #0F172A;
}

.auth-email-alt[b-ym89xrh6el]  input:not([type="checkbox"])::placeholder {
    color: rgba(100, 116, 139, 0.6);
}

.auth-email-alt[b-ym89xrh6el]  input:not([type="checkbox"]):focus {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.password-input-container[b-ym89xrh6el] {
    position: relative;
}

.password-toggle[b-ym89xrh6el] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748B;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: color 0.2s ease;
}

.password-toggle:hover[b-ym89xrh6el] {
    color: #4F46E5;
}

.form-options[b-ym89xrh6el] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.checkbox-container[b-ym89xrh6el] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    color: #64748B;
}

.checkbox-container input[b-ym89xrh6el] {
    margin: 0 0.5rem 0 0;
    flex-shrink: 0;
    vertical-align: middle;
}

.checkbox-container[b-ym89xrh6el]  input[type="checkbox"] {
    margin: 0 0.5rem 0 0;
    flex-shrink: 0;
    vertical-align: middle;
}

.forgot-password[b-ym89xrh6el] {
    color: #4F46E5;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.forgot-password:hover[b-ym89xrh6el] {
    color: #4338CA;
}

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

.auth-footer[b-ym89xrh6el] {
    text-align: center;
    margin-bottom: 1rem;
}

.auth-footer p[b-ym89xrh6el] {
    color: #64748B;
    font-size: 0.875rem;
}

.auth-link[b-ym89xrh6el] {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.auth-link:hover[b-ym89xrh6el] {
    color: #4338CA;
}

.divider[b-ym89xrh6el] {
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.divider[b-ym89xrh6el]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(148, 163, 184, 0.25);
}

.divider span[b-ym89xrh6el] {
    background: rgba(255, 255, 255, 0.68);
    padding: 0 1rem;
    color: #64748B;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.social-login[b-ym89xrh6el] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.divider-or[b-ym89xrh6el] {
    position: relative;
    text-align: center;
    margin: 1.25rem 0 1rem;
}

.divider-or[b-ym89xrh6el]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(148, 163, 184, 0.25);
}

.divider-or span[b-ym89xrh6el] {
    background: rgba(255, 255, 255, 0.68);
    padding: 0 1rem;
    color: #64748B;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.auth-email-alt[b-ym89xrh6el] {
    margin-top: 0.5rem;
}

.auth-email-alt .form-group[b-ym89xrh6el] {
    margin-top: 0.75rem;
}

.auth-email-alt .btn[b-ym89xrh6el] {
    margin-top: 1rem;
}

.auth-terms-checkbox[b-ym89xrh6el] {
    margin-top: 1rem;
}

.auth-signup-prompt[b-ym89xrh6el] {
    margin-top: 1rem;
    font-size: 0.8125rem;
    color: #64748B;
    text-align: center;
}

.google-signin-wrapper[b-ym89xrh6el] {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 44px;
    border-radius: 0.25rem;
    overflow: hidden;
    cursor: pointer;
}

.google-signin-wrapper > div:first-child[b-ym89xrh6el] {
    position: relative;
    width: 100%;
    height: 100%;
}

.google-signin-wrapper iframe[b-ym89xrh6el] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.google-signin-custom-btn[b-ym89xrh6el] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    pointer-events: none;
    z-index: 0;
    color: white;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
}

.google-signin-custom-btn-icon[b-ym89xrh6el] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 100%;
    min-width: 44px;
    background: white;
    border-radius: 0.25rem 0 0 0.25rem;
    border: 1px solid #4285F4;
}

.google-signin-custom-btn-icon svg[b-ym89xrh6el] {
    width: 20px;
    height: 20px;
}

.google-signin-custom-btn-text[b-ym89xrh6el] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
    white-space: nowrap;
    padding: 0 16px;
    background: #4285F4;
    border-radius: 0 0.25rem 0.25rem 0;
}

.social-btn[b-ym89xrh6el] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.82);
    color: #0F172A;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.social-btn:hover[b-ym89xrh6el] {
    border-color: #4F46E5;
    background: rgba(255, 255, 255, 0.68);
}

.google-btn:hover[b-ym89xrh6el] {
    border-color: #DB4437;
    color: #DB4437;
}

.github-btn:hover[b-ym89xrh6el] {
    border-color: #333;
    color: #333;
}


/* Password Match Indicator */
.password-match[b-ym89xrh6el] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #10B981;
}

.alert[b-ym89xrh6el] {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.alert-error[b-ym89xrh6el] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #DC2626;
}

.alert-success[b-ym89xrh6el] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #16A34A;
}

/* Responsive Design */
@media (max-width: 480px) {
    .auth-card[b-ym89xrh6el] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-ym89xrh6el] {
        font-size: 1.5rem;
    }
    
    .social-login[b-ym89xrh6el] {
        flex-direction: column;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/Subscription.razor.rz.scp.css */
/* Subscription Page Styles */
.subscription-container[b-zfspjzfgbg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    padding: 2rem 1rem;
    position: relative;
}

.subscription-container[b-zfspjzfgbg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%230F172A" stroke-width="0.5" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.subscription-card[b-zfspjzfgbg] {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.14);
    padding: 3rem;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.subscription-header[b-zfspjzfgbg] {
    text-align: center;
    margin-bottom: 2rem;
}

.subscription-title[b-zfspjzfgbg] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.subscription-subtitle[b-zfspjzfgbg] {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.5;
}

.loading-container[b-zfspjzfgbg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #64748B;
}

.loading-container i[b-zfspjzfgbg] {
    margin-bottom: 1rem;
    color: #4F46E5;
}

.loading-container p[b-zfspjzfgbg] {
    margin: 0;
}

.subscription-info[b-zfspjzfgbg] {
    margin-bottom: 2rem;
}

.account-summary[b-zfspjzfgbg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.75rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.account-avatar[b-zfspjzfgbg] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
}

.account-avatar i[b-zfspjzfgbg] {
    font-size: 1.75rem;
}

.account-copy[b-zfspjzfgbg] {
    min-width: 0;
}

.account-label[b-zfspjzfgbg] {
    display: block;
    color: #64748B;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.account-copy h2[b-zfspjzfgbg] {
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.account-copy p[b-zfspjzfgbg] {
    color: #64748B;
    font-weight: 600;
    margin: 0.25rem 0 0;
    overflow-wrap: anywhere;
}

.subscription-badge-large[b-zfspjzfgbg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: white;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.subscription-badge-large i[b-zfspjzfgbg] {
    font-size: 3rem;
}

.subscription-badge-large h2[b-zfspjzfgbg] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
}

.subscription-details[b-zfspjzfgbg] {
    background: rgba(255, 255, 255, 0.82);
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.detail-row[b-zfspjzfgbg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.detail-row:last-child[b-zfspjzfgbg] {
    border-bottom: none;
}

.detail-label[b-zfspjzfgbg] {
    font-weight: 600;
    color: #64748B;
}

.detail-value[b-zfspjzfgbg] {
    color: #0F172A;
    font-weight: 600;
}

.status-active[b-zfspjzfgbg] {
    color: #10B981;
}

.status-trialing[b-zfspjzfgbg] {
    color: #4F46E5;
}

.status-inactive[b-zfspjzfgbg] {
    color: #64748B;
}

.status-cancelled[b-zfspjzfgbg] {
    color: #EF4444;
}

.status-expired[b-zfspjzfgbg] {
    color: #F59E0B;
}

.subscription-actions[b-zfspjzfgbg] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.no-subscription[b-zfspjzfgbg] {
    text-align: center;
}

.no-subscription i[b-zfspjzfgbg] {
    color: #4F46E5;
    margin-bottom: 0.75rem;
}

.no-subscription h3[b-zfspjzfgbg] {
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.no-subscription > p[b-zfspjzfgbg] {
    color: #64748B;
}

.pricing-grid[b-zfspjzfgbg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 1.5rem 0;
    max-width: 100%;
}

.pricing-card[b-zfspjzfgbg] {
    background: rgba(255, 255, 255, 0.68);
    border: 2px solid rgba(148, 163, 184, 0.25);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover[b-zfspjzfgbg] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.1);
}

.pricing-card.featured[b-zfspjzfgbg] {
    border-color: #4F46E5;
    transform: scale(1.05);
}

.pricing-card.featured:hover[b-zfspjzfgbg] {
    transform: scale(1.05) translateY(-5px);
}

.featured-badge[b-zfspjzfgbg] {
    position: absolute;
    top: -12px;
    right: 2rem;
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header[b-zfspjzfgbg] {
    text-align: center;
}

.pricing-header h4[b-zfspjzfgbg] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1rem;
}

.price[b-zfspjzfgbg] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.currency[b-zfspjzfgbg] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
}

.amount[b-zfspjzfgbg] {
    font-size: 3rem;
    font-weight: 800;
    color: #0F172A;
}

.period[b-zfspjzfgbg] {
    font-size: 1rem;
    color: #64748B;
}

.pricing-header p[b-zfspjzfgbg] {
    color: #64748B;
    margin-top: 0.5rem;
}

.billing-copy[b-zfspjzfgbg] {
    color: #64748B;
    font-size: 0.95rem;
    font-weight: 600;
}

.savings[b-zfspjzfgbg] {
    color: #10B981;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.pricing-features[b-zfspjzfgbg] {
    margin: 0.75rem 0;
    text-align: left;
}

.pricing-features ul[b-zfspjzfgbg] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li[b-zfspjzfgbg] {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748B;
}

.pricing-features i[b-zfspjzfgbg] {
    color: #10B981;
    font-size: 1rem;
}

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

.alert[b-zfspjzfgbg] {
    padding: 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.alert-success[b-zfspjzfgbg] {
    background: rgba(16, 185, 129, 0.1);
    color: #065F46;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.alert-error[b-zfspjzfgbg] {
    background: rgba(239, 68, 68, 0.1);
    color: #991B1B;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.alert-warning[b-zfspjzfgbg] {
    background: rgba(245, 158, 11, 0.1);
    color: #F59E0B;
    border: 1px solid rgba(245, 158, 11, 0.3);
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.alert-success i[b-zfspjzfgbg] {
    color: #059669;
}

.alert-warning i[b-zfspjzfgbg] {
    color: #D97706;
}

.alert i[b-zfspjzfgbg] {
    font-size: 1.25rem;
}

.btn[b-zfspjzfgbg] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    vertical-align: middle;
}

.btn i[b-zfspjzfgbg] {
    display: contents;
    align-items: center;
    font-size: 1rem;
}

.btn-primary[b-zfspjzfgbg] {
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: white;
}

.btn-primary:hover[b-zfspjzfgbg] {
    background: linear-gradient(135deg, #06B6D4 0%, #4F46E5 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.1);
}

.btn-secondary[b-zfspjzfgbg] {
    background: #6B7280;
    color: white;
}

.btn-secondary:hover[b-zfspjzfgbg] {
    background: #4B5563;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.1);
}

.btn-danger[b-zfspjzfgbg] {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    color: white;
}

.btn-danger:hover[b-zfspjzfgbg] {
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(220, 38, 38, 0.3);
}

.btn-danger:disabled[b-zfspjzfgbg] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-danger:disabled:hover[b-zfspjzfgbg] {
    transform: none;
    box-shadow: none;
}

/* Responsive */
@media (max-width: 768px) {
    .subscription-card[b-zfspjzfgbg] {
        padding: 2rem 1.25rem;
    }

    .account-summary[b-zfspjzfgbg] {
        align-items: flex-start;
    }

    .subscription-badge-large[b-zfspjzfgbg] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .subscription-badge-large i[b-zfspjzfgbg] {
        font-size: 2rem;
    }
    
    .subscription-badge-large h2[b-zfspjzfgbg] {
        font-size: 1.5rem;
    }

    .pricing-grid[b-zfspjzfgbg] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 100%;
    }

    .pricing-card.featured[b-zfspjzfgbg] {
        transform: scale(1);
    }

    .pricing-card.featured:hover[b-zfspjzfgbg] {
        transform: translateY(-5px);
    }

    .amount[b-zfspjzfgbg] {
        font-size: 2.5rem;
    }
}
/* _content/LinkedTalk.Landing/Components/Pages/Welcome.razor.rz.scp.css */
.welcome-page[b-xbqo1af70c] {
    min-height: 100vh;
    padding: 2.25rem 1rem 4.5rem;
    color: var(--text);
}

.welcome-header[b-xbqo1af70c],
.welcome-steps[b-xbqo1af70c] {
    width: min(1080px, 100%);
    margin: 0 auto;
}

.welcome-header[b-xbqo1af70c] {
    padding-bottom: 0.75rem;
}

.welcome-kicker[b-xbqo1af70c] {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
}

.welcome-header h1[b-xbqo1af70c] {
    max-width: 780px;
    margin: 0;
    color: var(--text);
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.08;
}

.welcome-header p[b-xbqo1af70c] {
    max-width: 660px;
    margin: 1rem 0 0;
    color: var(--text-muted);
    font-size: 1.13rem;
    line-height: 1.6;
}

.welcome-steps[b-xbqo1af70c] {
    display: grid;
    gap: 1rem;
    margin-top: 0.5rem;
}

.welcome-step[b-xbqo1af70c] {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
    gap: 1.25rem;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.welcome-step-body[b-xbqo1af70c] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.65rem 0.35rem;
}

.welcome-step-compact[b-xbqo1af70c] {
    padding: 0.75rem;
}

.welcome-step-compact .welcome-step-body[b-xbqo1af70c] {
    padding: 0.45rem 0.25rem;
}

.welcome-step-no-media[b-xbqo1af70c] {
    grid-template-columns: 1fr;
}

.welcome-step-compact .welcome-gif-frame[b-xbqo1af70c],
.welcome-step-compact .welcome-gif[b-xbqo1af70c] {
    min-height: 210px;
}

.welcome-step-number[b-xbqo1af70c] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}

.welcome-step h2[b-xbqo1af70c],
.welcome-enjoy h2[b-xbqo1af70c] {
    margin: 0;
    color: var(--text);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
}

.welcome-step p[b-xbqo1af70c] {
    margin: 0.55rem 0 0;
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

.welcome-step a[b-xbqo1af70c] {
    color: var(--primary);
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.welcome-step a:hover[b-xbqo1af70c] {
    text-decoration: underline;
}

.welcome-step-note[b-xbqo1af70c] {
    max-width: 460px;
    margin-top: 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 8px;
    background: rgba(255, 251, 235, 0.86);
    color: #7c2d12;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
}

.welcome-gif-frame[b-xbqo1af70c] {
    overflow: hidden;
    min-height: 260px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.welcome-gif[b-xbqo1af70c] {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.welcome-enjoy[b-xbqo1af70c] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

@media (max-width: 860px) {
    .welcome-page[b-xbqo1af70c] {
        padding-top: 2rem;
    }

    .welcome-header h1[b-xbqo1af70c] {
        font-size: 2.15rem;
    }

    .welcome-step[b-xbqo1af70c] {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 560px) {
    .welcome-page[b-xbqo1af70c] {
        padding: 1.5rem 1rem 3rem;
    }

    .welcome-header h1[b-xbqo1af70c] {
        font-size: 1.85rem;
    }

    .welcome-header p[b-xbqo1af70c] {
        font-size: 1rem;
    }

    .welcome-step[b-xbqo1af70c],
    .welcome-enjoy[b-xbqo1af70c] {
        padding: 0.85rem;
    }

    .welcome-step-body[b-xbqo1af70c] {
        gap: 0.8rem;
        padding: 0.35rem 0.1rem;
    }

    .welcome-gif-frame[b-xbqo1af70c],
    .welcome-gif[b-xbqo1af70c] {
        min-height: 210px;
    }
}
