/* _content/mouse-jiggler-landing/Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */
.main-layout[b-9higw49nxg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-9higw49nxg] {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

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

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

.logo-text[b-9higw49nxg] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #F97316;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle[b-9higw49nxg] {
    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-9higw49nxg] {
    width: 100%;
    height: 2px;
    background: #6B7280;
    transition: all 0.3s ease;
    border-radius: 1px;
}

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

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

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

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

/* Mobile Navigation */
.mobile-nav[b-9higw49nxg] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    z-index: 1000;
}

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

.nav-link[b-9higw49nxg] {
    color: #6B7280;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    padding: 0.5rem 0;
}

.nav-link:hover[b-9higw49nxg] {
    color: #F97316;
}

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

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

.bullet-link:hover[b-9higw49nxg] {
    color: #F97316;
}

.mobile-nav .nav-link[b-9higw49nxg] {
    text-align: center;
    border-bottom: 1px solid #F3F4F6;
    padding: 0.75rem 0;
}

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

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

.footer[b-9higw49nxg] {
    background: #1F2937;
    color: white;
    padding: 3rem 0 1rem;
    margin-top: auto;
}

.footer-content[b-9higw49nxg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4[b-9higw49nxg],
.footer-section h5[b-9higw49nxg] {
    margin-bottom: 1rem;
    color: white;
}

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

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

.footer-section a[b-9higw49nxg] {
    color: #D1D5DB;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section a:hover[b-9higw49nxg] {
    color: #F97316;
}

.footer-bottom[b-9higw49nxg] {
    border-top: 1px solid #374151;
    padding-top: 1rem;
    text-align: center;
    color: #9CA3AF;
}

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

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

/* Logout Button Styles */
.logout-btn[b-9higw49nxg] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
/* _content/mouse-jiggler-landing/Components/NavigationMenu.razor.rz.scp.css */
/* Navigation Menu Styles */
.header[b-iequbas9hb] {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

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

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

.logo-text[b-iequbas9hb] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #F97316;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle[b-iequbas9hb] {
    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-iequbas9hb] {
    width: 100%;
    height: 2px;
    background: #6B7280;
    transition: all 0.3s ease;
    border-radius: 1px;
}

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

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

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

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

/* Mobile Navigation */
.mobile-nav[b-iequbas9hb] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    z-index: 1000;
}

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

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

.nav-link:hover[b-iequbas9hb] {
    color: #F97316;
}

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

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

.bullet-link:hover[b-iequbas9hb] {
    color: #F97316;
}

.mobile-nav .nav-link[b-iequbas9hb] {
    text-align: center;
    border-bottom: 1px solid #F3F4F6;
    padding: 0.75rem 0;
}

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

/* Logout Button Styles */
.logout-btn[b-iequbas9hb] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

/* Button Styles */
.btn[b-iequbas9hb] {
    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-iequbas9hb] {
    background: linear-gradient(135deg, #F97316, #FB923C);
    color: #FFFFFF;
}

.btn-primary:hover[b-iequbas9hb] {
    background: linear-gradient(135deg, #EA580C, #F97316);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

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

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


/* _content/mouse-jiggler-landing/Components/Pages/Home.razor.rz.scp.css */
/* Landing Page Styles */
.landing-page-wrapper[b-6z1l2e7fx7] {
    --primary-color: #F97316;
    --primary-dark: #EA580C;
    --secondary-color: #FB923C;
    --text-dark: #1F2937;
    --text-light: #6B7280;
    --background-light: #F9FAFB;
    --white: #FFFFFF;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

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

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

body[b-6z1l2e7fx7] {
    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-6z1l2e7fx7] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.btn[b-6z1l2e7fx7] {
    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;
}

.btn-primary[b-6z1l2e7fx7] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
}

.btn-primary:hover[b-6z1l2e7fx7] {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}

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

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

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

/* Hero Section */
.hero-section[b-6z1l2e7fx7] {
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    color: var(--text-dark);
    padding: 4rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section[b-6z1l2e7fx7]::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="%23E2E8F0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.25;
    z-index: 0;
}

.hero-content[b-6z1l2e7fx7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.hero-title[b-6z1l2e7fx7] {
    font-size: clamp(2rem, 5vw + 1rem, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.gradient-text[b-6z1l2e7fx7] {
    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-6z1l2e7fx7] {
    font-size: 1.25rem;
    color: #64748B;
    margin-bottom: 2rem;
    line-height: 1.6;
}

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

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

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

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

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

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

/* Browser Mockup */
.browser-mockup[b-6z1l2e7fx7] {
    background: var(--white);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    border: 1px solid #E2E8F0;
}

.browser-header[b-6z1l2e7fx7] {
    background: #F8FAFC;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #E2E8F0;
}

.browser-dots[b-6z1l2e7fx7] {
    display: flex;
    gap: 0.5rem;
}

.browser-dots span[b-6z1l2e7fx7] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #CBD5E1;
}

.browser-dots span:nth-child(1)[b-6z1l2e7fx7] {
    background: #EF4444;
}

.browser-dots span:nth-child(2)[b-6z1l2e7fx7] {
    background: #F59E0B;
}

.browser-dots span:nth-child(3)[b-6z1l2e7fx7] {
    background: #10B981;
}

.browser-url[b-6z1l2e7fx7] {
    background: var(--white);
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #475569;
    flex: 1;
    border: 1px solid #E2E8F0;
}

.browser-content[b-6z1l2e7fx7] {
    padding: 2rem;
    position: relative;
    min-height: 200px;
    background: #FAFBFC;
}

.status-indicator[b-6z1l2e7fx7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
    background: #F0FDF4;
    border-radius: 0.5rem;
    border: 1px solid #BBF7D0;
}

.status-dot[b-6z1l2e7fx7] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #10B981;
    animation: pulse-b-6z1l2e7fx7 2s infinite;
}

.status-indicator span[b-6z1l2e7fx7] {
    color: #15803D;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Features Section */
.features-section[b-6z1l2e7fx7] {
    padding: 5rem 0;
    background: var(--background-light);
}

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

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

.feature-card[b-6z1l2e7fx7] {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.2s ease;
}

.feature-card:hover[b-6z1l2e7fx7] {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.feature-icon[b-6z1l2e7fx7] {
    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-6z1l2e7fx7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

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

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

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

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

.step-number[b-6z1l2e7fx7] {
    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-6z1l2e7fx7] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

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

/* Pricing Section */
.pricing-section[b-6z1l2e7fx7] {
    padding: 5rem 0;
    background: var(--background-light);
}

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

.pricing-card[b-6z1l2e7fx7] {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

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

.pricing-card.featured[b-6z1l2e7fx7] {
    border-color: #FF6B35;
    transform: scale(1.05);
}

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

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

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

.pricing-header h3[b-6z1l2e7fx7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

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

.currency[b-6z1l2e7fx7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
}

.amount[b-6z1l2e7fx7] {
    font-size: 3rem;
    font-weight: 800;
    color: #1F2937;
}

.period[b-6z1l2e7fx7] {
    font-size: 1rem;
    color: #6B7280;
}

.pricing-header p[b-6z1l2e7fx7] {
    color: #6B7280;
    margin-top: 0.5rem;
}

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

.pricing-features li[b-6z1l2e7fx7] {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #4B5563;
}

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

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

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

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

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

.testimonial[b-6z1l2e7fx7] {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial:hover[b-6z1l2e7fx7] {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

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

.author-avatar[b-6z1l2e7fx7] {
    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;
}

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

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

/* CTA Section */
.cta-section[b-6z1l2e7fx7] {
    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-6z1l2e7fx7]::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-6z1l2e7fx7] {
    position: relative;
    z-index: 1;
}

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

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

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

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

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


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

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section[b-6z1l2e7fx7] {
        padding: 3rem 0;
        min-height: auto;
    }
    
    .hero-content[b-6z1l2e7fx7] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }
    
    .hero-title[b-6z1l2e7fx7] {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-description[b-6z1l2e7fx7] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: #475569;
    }
    
    .hero-buttons[b-6z1l2e7fx7] {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }
    
    .hero-buttons .btn[b-6z1l2e7fx7] {
        width: 100%;
        max-width: 280px;
    }
    
    .hero-stats[b-6z1l2e7fx7] {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .stat-number[b-6z1l2e7fx7] {
        font-size: 1.5rem;
    }
    
    .browser-mockup[b-6z1l2e7fx7] {
        transform: none;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .features-grid[b-6z1l2e7fx7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card[b-6z1l2e7fx7] {
        padding: 1.5rem;
    }
    
    .steps[b-6z1l2e7fx7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-grid[b-6z1l2e7fx7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.featured[b-6z1l2e7fx7] {
        transform: none;
    }
    
    .testimonials-grid[b-6z1l2e7fx7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-buttons[b-6z1l2e7fx7] {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .cta-buttons .btn[b-6z1l2e7fx7] {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .hero-section[b-6z1l2e7fx7] {
        padding: 2rem 0;
        min-height: auto;
    }
    
    .hero-content[b-6z1l2e7fx7] {
        padding: 0 0.75rem;
    }
    
    .hero-title[b-6z1l2e7fx7] {
        font-size: 1.75rem;
    }
    
    .hero-description[b-6z1l2e7fx7] {
        font-size: 0.875rem;
    }
    
    .hero-buttons .btn[b-6z1l2e7fx7] {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .hero-stats[b-6z1l2e7fx7] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat[b-6z1l2e7fx7] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .stat-number[b-6z1l2e7fx7] {
        font-size: 1.25rem;
    }
    
    .stat-label[b-6z1l2e7fx7] {
        font-size: 0.75rem;
        color: #475569;
    }
    
    .browser-mockup[b-6z1l2e7fx7] {
        max-width: 250px;
    }
    
    .feature-card[b-6z1l2e7fx7] {
        padding: 1rem;
    }
    
    .feature-card h3[b-6z1l2e7fx7] {
        font-size: 1.25rem;
    }
    
    .pricing-card[b-6z1l2e7fx7] {
        padding: 1.5rem;
    }
    
    .testimonial[b-6z1l2e7fx7] {
        padding: 1.5rem;
    }
    
    .section-title[b-6z1l2e7fx7] {
        font-size: 2rem;
    }
    
    .cta-content h2[b-6z1l2e7fx7] {
        font-size: 2rem;
    }
    
    .cta-content p[b-6z1l2e7fx7] {
        font-size: 1rem;
    }
}
/* _content/mouse-jiggler-landing/Components/Pages/Login.razor.rz.scp.css */
/* Authentication Pages Styles */
.auth-container[b-hhzivh5rc3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    padding: 2rem 1rem;
    position: relative;
}

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

.auth-container[b-hhzivh5rc3]::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="%23E2E8F0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-card[b-hhzivh5rc3] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid #E2E8F0;
}

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

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

.auth-title[b-hhzivh5rc3] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-hhzivh5rc3] {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.5;
}

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

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

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

/* Form Input Styles - Enhanced for Blazor Components */
.form-input[b-hhzivh5rc3],
input[type="email"][b-hhzivh5rc3],
input[type="password"][b-hhzivh5rc3],
input[type="text"][b-hhzivh5rc3] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: white;
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #374151;
}

.form-input:focus[b-hhzivh5rc3],
input[type="email"]:focus[b-hhzivh5rc3],
input[type="password"]:focus[b-hhzivh5rc3],
input[type="text"]:focus[b-hhzivh5rc3] {
    outline: none;
    border-color: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.form-input[b-hhzivh5rc3]::placeholder,
input[type="email"][b-hhzivh5rc3]::placeholder,
input[type="password"][b-hhzivh5rc3]::placeholder,
input[type="text"][b-hhzivh5rc3]::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

/* Specific styling for Blazor InputText components */
[b-hhzivh5rc3] input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    background: white;
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #374151;
}

[b-hhzivh5rc3] input:focus {
    outline: none;
    border-color: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

[b-hhzivh5rc3] input::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

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

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

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

.password-toggle[b-hhzivh5rc3] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6B7280;
    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-hhzivh5rc3] {
    color: #F97316;
    background-color: rgba(249, 115, 22, 0.1);
}

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

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

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

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

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

.forgot-password:hover[b-hhzivh5rc3] {
    color: #EA580C;
}

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

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

.auth-footer p[b-hhzivh5rc3] {
    color: #6B7280;
    font-size: 0.875rem;
}

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

.auth-link:hover[b-hhzivh5rc3] {
    color: #EA580C;
}

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

.divider[b-hhzivh5rc3]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #E5E7EB;
}

.divider span[b-hhzivh5rc3] {
    background: white;
    padding: 0 1rem;
    color: #6B7280;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.social-login[b-hhzivh5rc3] {
    display: flex;
    gap: 0.75rem;
    padding-left: 1.6rem;
}

.social-btn[b-hhzivh5rc3] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    background: white;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.social-btn:hover[b-hhzivh5rc3] {
    border-color: #9CA3AF;
    background: #F9FAFB;
}

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

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

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

.strength-bar[b-hhzivh5rc3] {
    width: 100%;
    height: 4px;
    background: #E5E7EB;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

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

.strength-text[b-hhzivh5rc3] {
    font-size: 0.75rem;
    color: #6B7280;
}

/* Password Match Indicator */
.password-match[b-hhzivh5rc3] {
    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-hhzivh5rc3] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-hhzivh5rc3] {
        font-size: 1.5rem;
    }
    
    .social-login[b-hhzivh5rc3] {
        flex-direction: column;
    }
}

/* Alert Styles */
.alert[b-hhzivh5rc3] {
    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-hhzivh5rc3] {
    background-color: #FEF2F2;
    border: 1px solid #FECACA;
    color: #B91C1C;
}

.alert-success[b-hhzivh5rc3] {
    background-color: #F0FDF4;
    border: 1px solid #BBF7D0;
    color: #15803D;
}

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

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

.btn-primary:disabled:hover[b-hhzivh5rc3] {
    background-color: #F97316;
    transform: none;
}

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

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

/* Validation Styles */
.validation-summary[b-hhzivh5rc3] {
    background-color: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #B91C1C;
    font-size: 0.875rem;
}

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

.validation-message[b-hhzivh5rc3] {
    color: #B91C1C;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}
/* _content/mouse-jiggler-landing/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-page[b-l50kzqsslz] {
    background: #F9FAFB;
    min-height: calc(100vh - 300px);
    padding: 4rem 0;
}

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

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

.effective-date[b-l50kzqsslz],
.website[b-l50kzqsslz] {
    color: #6B7280;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.website a[b-l50kzqsslz] {
    color: #F97316;
    text-decoration: none;
}

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

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

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

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

.legal-section p[b-l50kzqsslz] {
    color: #4B5563;
    line-height: 1.75;
    margin-bottom: 1rem;
}

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

.legal-section ul li[b-l50kzqsslz] {
    color: #4B5563;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}

.legal-section ul li strong[b-l50kzqsslz] {
    color: #1F2937;
    font-weight: 600;
}

.legal-section a[b-l50kzqsslz] {
    color: #F97316;
    text-decoration: none;
}

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

.legal-divider[b-l50kzqsslz] {
    height: 2px;
    background: #E5E7EB;
    margin: 3rem 0;
}

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

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

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

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

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

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

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

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

/* _content/mouse-jiggler-landing/Components/Pages/Settings.razor.rz.scp.css */
/* Settings Page Styles */
.settings-container[b-6gjpq9tzoc] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    padding: 2rem 1rem;
    position: relative;
}

.settings-container[b-6gjpq9tzoc]::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="%23E2E8F0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.settings-card[b-6gjpq9tzoc] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 1;
    border: 1px solid #E2E8F0;
}

.settings-header[b-6gjpq9tzoc] {
    text-align: center;
    margin-bottom: 2rem;
}

.settings-title[b-6gjpq9tzoc] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.settings-subtitle[b-6gjpq9tzoc] {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.5;
}

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

.loading-container i[b-6gjpq9tzoc] {
    margin-bottom: 1rem;
    color: #FF6B35;
}

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

.user-info-section[b-6gjpq9tzoc] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: #F9FAFB;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}

.user-avatar[b-6gjpq9tzoc] {
    font-size: 4rem;
    color: #FF6B35;
}

.user-details[b-6gjpq9tzoc] {
    flex: 1;
}

.user-details h2[b-6gjpq9tzoc] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
}

.user-email[b-6gjpq9tzoc] {
    color: #6B7280;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.subscription-badge[b-6gjpq9tzoc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    color: white;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.subscription-badge i[b-6gjpq9tzoc] {
    font-size: 1rem;
}

.settings-actions[b-6gjpq9tzoc] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn[b-6gjpq9tzoc] {
    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-6gjpq9tzoc] {
    display: contents;
    align-items: center;
    font-size: 1rem;
}

.btn-primary[b-6gjpq9tzoc] {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    color: white;
}

.btn-primary:hover[b-6gjpq9tzoc] {
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B35 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

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

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

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

.alert-error[b-6gjpq9tzoc] {
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FECACA;
}

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

/* Responsive */
@media (max-width: 768px) {
    .user-info-section[b-6gjpq9tzoc] {
        flex-direction: column;
        text-align: center;
    }
    
    .user-avatar[b-6gjpq9tzoc] {
        font-size: 3rem;
    }
}
/* _content/mouse-jiggler-landing/Components/Pages/SignUp.razor.rz.scp.css */
/* Authentication Pages Styles */
.auth-container[b-rht7kreru2] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    padding: 2rem 1rem;
    position: relative;
}

.auth-container[b-rht7kreru2]::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="%23E2E8F0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.auth-card[b-rht7kreru2] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid #E2E8F0;
}

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

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

.auth-title[b-rht7kreru2] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-rht7kreru2] {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.5;
}

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

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

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

.form-input[b-rht7kreru2] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: white;
}

.form-input:focus[b-rht7kreru2] {
    outline: none;
    border-color: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.form-input[b-rht7kreru2]::placeholder {
    color: #9CA3AF;
}

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

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

.password-toggle:hover[b-rht7kreru2] {
    color: #F97316;
}

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

.checkbox-container[b-rht7kreru2] {
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    color: #6B7280;
}

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

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

.forgot-password:hover[b-rht7kreru2] {
    color: #EA580C;
}

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

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

.auth-footer p[b-rht7kreru2] {
    color: #6B7280;
    font-size: 0.875rem;
}

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

.auth-link:hover[b-rht7kreru2] {
    color: #EA580C;
}

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

.divider[b-rht7kreru2]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #E5E7EB;
}

.divider span[b-rht7kreru2] {
    background: white;
    padding: 0 1rem;
    color: #6B7280;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.social-login[b-rht7kreru2] {
    display: flex;
    gap: 0.75rem;
    padding-left: 1.6rem;
}

.social-btn[b-rht7kreru2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    background: white;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.social-btn:hover[b-rht7kreru2] {
    border-color: #9CA3AF;
    background: #F9FAFB;
}

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

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


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

/* Loading and Alert Styles */
.loading-container[b-rht7kreru2] {
    text-align: center;
    padding: 2rem;
    color: #6B7280;
}

.loading-container i[b-rht7kreru2] {
    margin-bottom: 1rem;
    color: #F97316;
}

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

.alert-error[b-rht7kreru2] {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #DC2626;
}

.alert-success[b-rht7kreru2] {
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    color: #16A34A;
}

/* Responsive Design */
@media (max-width: 480px) {
    .auth-card[b-rht7kreru2] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .auth-title[b-rht7kreru2] {
        font-size: 1.5rem;
    }
    
    .social-login[b-rht7kreru2] {
        flex-direction: column;
    }
}
/* _content/mouse-jiggler-landing/Components/Pages/Subscription.razor.rz.scp.css */
/* Subscription Page Styles */
.subscription-container[b-9lmzi73ay1] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    padding: 2rem 1rem;
    position: relative;
}

.subscription-container[b-9lmzi73ay1]::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="%23E2E8F0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.subscription-card[b-9lmzi73ay1] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 1;
    border: 1px solid #E2E8F0;
}

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

.subscription-title[b-9lmzi73ay1] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.subscription-subtitle[b-9lmzi73ay1] {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.5;
}

.loading-container[b-9lmzi73ay1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #6B7280;
}

.loading-container i[b-9lmzi73ay1] {
    margin-bottom: 1rem;
    color: #FF6B35;
}

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

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

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

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

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

.subscription-details[b-9lmzi73ay1] {
    background: #F9FAFB;
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.detail-row[b-9lmzi73ay1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #E5E7EB;
}

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

.detail-label[b-9lmzi73ay1] {
    font-weight: 600;
    color: #6B7280;
}

.detail-value[b-9lmzi73ay1] {
    color: #1F2937;
    font-weight: 600;
}

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

.status-inactive[b-9lmzi73ay1] {
    color: #6B7280;
}

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

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

.subscription-actions[b-9lmzi73ay1] {
    display: flex;
    justify-content: center;
}

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

.no-subscription i[b-9lmzi73ay1] {
    color: #FF6B35;
    margin-bottom: 0.75rem;
}

.no-subscription h3[b-9lmzi73ay1] {
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.no-subscription > p[b-9lmzi73ay1] {
    color: #6B7280;
}

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

.pricing-card[b-9lmzi73ay1] {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

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

.pricing-card.featured[b-9lmzi73ay1] {
    border-color: #FF6B35;
    transform: scale(1.05);
}

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

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

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

.pricing-header h4[b-9lmzi73ay1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

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

.currency[b-9lmzi73ay1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
}

.amount[b-9lmzi73ay1] {
    font-size: 3rem;
    font-weight: 800;
    color: #1F2937;
}

.period[b-9lmzi73ay1] {
    font-size: 1rem;
    color: #6B7280;
}

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

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

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

.pricing-features li[b-9lmzi73ay1] {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #4B5563;
}

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

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

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

.alert-error[b-9lmzi73ay1] {
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FECACA;
}

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

.btn[b-9lmzi73ay1] {
    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-9lmzi73ay1] {
    display: contents;
    align-items: center;
    font-size: 1rem;
}

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

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

/* Responsive */
@media (max-width: 768px) {
    .subscription-badge-large[b-9lmzi73ay1] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .subscription-badge-large i[b-9lmzi73ay1] {
        font-size: 2rem;
    }
    
    .subscription-badge-large h2[b-9lmzi73ay1] {
        font-size: 1.5rem;
    }

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

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

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

    .amount[b-9lmzi73ay1] {
        font-size: 2.5rem;
    }
}
