/* _content/Litenlite.net/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-2em2hiqhld] {
    flex: 1;
}

#blazor-error-ui[b-2em2hiqhld] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-2em2hiqhld] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Litenlite.net/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-h1g7en7q9e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-h1g7en7q9e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-h1g7en7q9e] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-h1g7en7q9e] {
    font-size: 1.1rem;
}

.bi[b-h1g7en7q9e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-h1g7en7q9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-h1g7en7q9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-h1g7en7q9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-h1g7en7q9e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h1g7en7q9e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h1g7en7q9e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h1g7en7q9e]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-h1g7en7q9e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-h1g7en7q9e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-h1g7en7q9e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-h1g7en7q9e] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-h1g7en7q9e] {
        display: none;
    }

    .nav-scrollable[b-h1g7en7q9e] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Litenlite.net/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-zq5skw7rno] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-card[b-zq5skw7rno] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

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

.login-header h2[b-zq5skw7rno] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.login-header p[b-zq5skw7rno] {
    color: #7f8c8d;
    font-size: 1rem;
    margin: 0;
}

.alert[b-zq5skw7rno] {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.alert-success[b-zq5skw7rno] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error[b-zq5skw7rno] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

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

.form-group label[b-zq5skw7rno] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-input[b-zq5skw7rno] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-input:focus[b-zq5skw7rno] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input[b-zq5skw7rno]::placeholder {
    color: #adb5bd;
}

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

.submit-btn[b-zq5skw7rno] {
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.submit-btn:hover:not(:disabled)[b-zq5skw7rno] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

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

.loading-spinner[b-zq5skw7rno] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-zq5skw7rno 1s linear infinite;
}

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

.register-link[b-zq5skw7rno] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.register-link a[b-zq5skw7rno] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.register-link a:hover[b-zq5skw7rno] {
    color: #764ba2;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .login-container[b-zq5skw7rno] {
        padding: 1rem;
    }
    
    .login-card[b-zq5skw7rno] {
        padding: 2rem;
    }
    
    .login-header h2[b-zq5skw7rno] {
        font-size: 1.75rem;
    }
} 
/* _content/Litenlite.net/Components/Pages/Register.razor.rz.scp.css */
.register-container[b-ljh9n01cca] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.register-card[b-ljh9n01cca] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

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

.register-header h2[b-ljh9n01cca] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.register-header p[b-ljh9n01cca] {
    color: #7f8c8d;
    font-size: 1rem;
    margin: 0;
}

.alert[b-ljh9n01cca] {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.alert-success[b-ljh9n01cca] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error[b-ljh9n01cca] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

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

.form-group label[b-ljh9n01cca] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-input[b-ljh9n01cca] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-input:focus[b-ljh9n01cca] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input[b-ljh9n01cca]::placeholder {
    color: #adb5bd;
}

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

.submit-btn[b-ljh9n01cca] {
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.submit-btn:hover:not(:disabled)[b-ljh9n01cca] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

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

.loading-spinner[b-ljh9n01cca] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-ljh9n01cca 1s linear infinite;
}

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

.login-link[b-ljh9n01cca] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.login-link a[b-ljh9n01cca] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.login-link a:hover[b-ljh9n01cca] {
    color: #764ba2;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .register-container[b-ljh9n01cca] {
        padding: 1rem;
    }
    
    .register-card[b-ljh9n01cca] {
        padding: 2rem;
    }
    
    .register-header h2[b-ljh9n01cca] {
        font-size: 1.75rem;
    }
} 
/* _content/Litenlite.net/Components/Pages/VennDiagram.razor.rz.scp.css */
/* Hero Section */
.venn-hero[b-0oaso1tqyw] {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.venn-overlay[b-0oaso1tqyw] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
}

.hero-content[b-0oaso1tqyw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}

.hero-text[b-0oaso1tqyw] {
    color: white;
}

.hero-title[b-0oaso1tqyw] {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.gradient-text[b-0oaso1tqyw] {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift-b-0oaso1tqyw 3s ease-in-out infinite;
}

@keyframes gradient-shift-b-0oaso1tqyw {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle[b-0oaso1tqyw] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.hero-description[b-0oaso1tqyw] {
    font-size: 1.1rem;
    opacity: 0.8;
    line-height: 1.6;
}

/* Venn Animation */
.hero-visual[b-0oaso1tqyw] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.venn-animation[b-0oaso1tqyw] {
    position: relative;
    width: 300px;
    height: 300px;
}

.circle[b-0oaso1tqyw] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.8;
    animation: float-b-0oaso1tqyw 6s ease-in-out infinite;
}

.circle-1[b-0oaso1tqyw] {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    top: 50px;
    left: 50px;
    animation-delay: 0s;
}

.circle-2[b-0oaso1tqyw] {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    top: 80px;
    right: 60px;
    animation-delay: 2s;
}

.circle-3[b-0oaso1tqyw] {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #45b7d1, #96c93d);
    bottom: 60px;
    left: 100px;
    animation-delay: 4s;
}

.intersection[b-0oaso1tqyw] {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-b-0oaso1tqyw 2s ease-in-out infinite;
}

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

@keyframes pulse-b-0oaso1tqyw {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

/* Main Content */
.main-content[b-0oaso1tqyw] {
    background: #f8f9fa;
    padding: 4rem 0;
}

/* User Welcome */
.user-welcome[b-0oaso1tqyw] {
    margin-bottom: 3rem;
}

.welcome-card[b-0oaso1tqyw] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.welcome-content[b-0oaso1tqyw] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.user-avatar[b-0oaso1tqyw] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.user-info h3[b-0oaso1tqyw] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}

.user-info p[b-0oaso1tqyw] {
    margin: 0.5rem 0 0 0;
    color: #7f8c8d;
}

.logout-btn[b-0oaso1tqyw] {
    margin-left: auto;
    background: none;
    border: 2px solid #e74c3c;
    color: #e74c3c;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logout-btn:hover[b-0oaso1tqyw] {
    background: #e74c3c;
    color: white;
    transform: translateY(-2px);
}

/* Action Grid */
.action-grid[b-0oaso1tqyw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.action-card[b-0oaso1tqyw] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.action-card:hover[b-0oaso1tqyw] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.action-card.primary[b-0oaso1tqyw] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.action-card.secondary[b-0oaso1tqyw] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.card-icon[b-0oaso1tqyw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.action-card h3[b-0oaso1tqyw] {
    margin-bottom: 1rem;
    font-weight: 600;
}

.action-card p[b-0oaso1tqyw] {
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.action-btn[b-0oaso1tqyw] {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.action-btn:hover[b-0oaso1tqyw] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Auth Section */
.auth-section[b-0oaso1tqyw] {
    margin-bottom: 3rem;
}

.auth-cards[b-0oaso1tqyw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.auth-card[b-0oaso1tqyw] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.auth-card:hover[b-0oaso1tqyw] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.auth-card.register[b-0oaso1tqyw] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.auth-card.login[b-0oaso1tqyw] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.card-header[b-0oaso1tqyw] {
    margin-bottom: 1.5rem;
}

.auth-card .card-icon[b-0oaso1tqyw] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.auth-card h3[b-0oaso1tqyw] {
    margin: 0;
    font-weight: 600;
}

.auth-card p[b-0oaso1tqyw] {
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.auth-btn[b-0oaso1tqyw] {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.auth-btn:hover[b-0oaso1tqyw] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Invite Section */
.invite-section[b-0oaso1tqyw] {
    text-align: center;
}

.invite-card[b-0oaso1tqyw] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 400px;
}

.invite-icon[b-0oaso1tqyw] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: white;
}

.invite-card h4[b-0oaso1tqyw] {
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-weight: 600;
}

.invite-card p[b-0oaso1tqyw] {
    margin-bottom: 1.5rem;
    color: #7f8c8d;
}

.invite-btn[b-0oaso1tqyw] {
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.invite-btn:hover[b-0oaso1tqyw] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(78, 205, 196, 0.4);
}

/* Features Section */
.features-section[b-0oaso1tqyw] {
    text-align: center;
}

.section-title[b-0oaso1tqyw] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2c3e50;
}

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

.feature-card[b-0oaso1tqyw] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-card:hover[b-0oaso1tqyw] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-0oaso1tqyw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.feature-card h4[b-0oaso1tqyw] {
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.feature-card p[b-0oaso1tqyw] {
    color: #7f8c8d;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content[b-0oaso1tqyw] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-title[b-0oaso1tqyw] {
        font-size: 2.5rem;
    }
    
    .hero-subtitle[b-0oaso1tqyw] {
        font-size: 1.2rem;
    }
    
    .venn-animation[b-0oaso1tqyw] {
        width: 200px;
        height: 200px;
    }
    
    .welcome-content[b-0oaso1tqyw] {
        flex-direction: column;
        text-align: center;
    }
    
    .logout-btn[b-0oaso1tqyw] {
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .action-grid[b-0oaso1tqyw],
    .auth-cards[b-0oaso1tqyw] {
        grid-template-columns: 1fr;
    }
    
    .section-title[b-0oaso1tqyw] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title[b-0oaso1tqyw] {
        font-size: 2rem;
    }
    
    .action-card[b-0oaso1tqyw],
    .auth-card[b-0oaso1tqyw] {
        padding: 1.5rem;
    }
    
    .features-grid[b-0oaso1tqyw] {
        grid-template-columns: 1fr;
    }
} 
