.CommunityCtaSection-module__Di8MwW__communityCtaSection{padding:var(--space-xxl)var(--space-lg);background-color:var(--bg-primary);z-index:10;flex-direction:column;align-items:center;max-width:100%;display:flex;position:relative;overflow:visible}.CommunityCtaSection-module__Di8MwW__banner{background-color:var(--accent-primary);color:var(--text-on-accent);padding:var(--space-xl)var(--space-xxl);border-radius:var(--border-radius-lg);text-align:center;width:100%;max-width:800px;transition:box-shadow var(--transition-base);position:relative;box-shadow:0 4px 14px #0000001a}.CommunityCtaSection-module__Di8MwW__banner:hover{box-shadow:0 6px 20px #00000026}.CommunityCtaSection-module__Di8MwW__title{font-size:var(--text-xxl);margin-bottom:var(--space-sm);font-weight:900;line-height:var(--line-height-heading)}.CommunityCtaSection-module__Di8MwW__subtitle{font-size:var(--text-lg);margin-bottom:var(--space-xl);line-height:var(--line-height-base)}.CommunityCtaSection-module__Di8MwW__button{color:var(--text-on-accent);padding:var(--space-md)var(--space-xxl);font-weight:600;font-size:var(--text-lg);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;background-color:#fff;border:none;border-radius:9999px}.CommunityCtaSection-module__Di8MwW__button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.CommunityCtaSection-module__Di8MwW__benefits{justify-content:space-between;align-items:center;gap:var(--space-xl);margin-top:var(--space-md);padding:var(--space-md)var(--space-lg);background-color:var(--bg-secondary);border-radius:var(--border-radius-md);font-size:var(--text-md);color:var(--text-primary);width:100%;max-width:800px;list-style:none;display:flex}.CommunityCtaSection-module__Di8MwW__benefits li{align-items:center;gap:var(--space-xs);white-space:nowrap;flex:1;justify-content:center;display:flex}.CommunityCtaSection-module__Di8MwW__benefits li:before{content:"✓";color:var(--success-color);margin-right:var(--space-xs);font-weight:700}@media (max-width:768px){.CommunityCtaSection-module__Di8MwW__communityCtaSection{padding:var(--space-lg)var(--space-md)}.CommunityCtaSection-module__Di8MwW__banner{padding:var(--space-lg)var(--space-xl)}.CommunityCtaSection-module__Di8MwW__subtitle{font-size:var(--text-md)}.CommunityCtaSection-module__Di8MwW__button{padding:var(--space-sm)var(--space-xl);font-size:var(--text-md)}.CommunityCtaSection-module__Di8MwW__benefits{gap:var(--space-md);text-align:center;padding:var(--space-sm)var(--space-md);font-size:var(--text-sm);flex-direction:column}.CommunityCtaSection-module__Di8MwW__benefits li{justify-content:flex-start}}@media (max-width:480px){.CommunityCtaSection-module__Di8MwW__title{font-size:var(--text-xl)}.CommunityCtaSection-module__Di8MwW__subtitle{font-size:var(--text-sm)}.CommunityCtaSection-module__Di8MwW__button{padding:var(--space-xs)var(--space-lg);font-size:var(--text-sm)}.CommunityCtaSection-module__Di8MwW__benefits{gap:var(--space-sm);font-size:.875rem}}
.CommunityAlert-module__lZ3pWG__alertOverlay{z-index:100000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.CommunityAlert-module__lZ3pWG__alertBox{background:var(--bg-primary);color:var(--text-primary);padding:var(--space-xl);border-radius:var(--border-radius-lg);text-align:center;width:90%;max-width:500px;max-height:90vh;box-shadow:0 8px 24px var(--shadow-color);z-index:100001;flex-direction:column;align-items:center;display:flex;position:fixed;overflow-y:auto}.CommunityAlert-module__lZ3pWG__alertBox h2{font-size:var(--text-xxl);margin-bottom:var(--space-sm);font-weight:800}.CommunityAlert-module__lZ3pWG__alertBox p{font-size:var(--text-md);line-height:var(--line-height-base);margin-bottom:var(--space-lg);color:var(--text-secondary)}.CommunityAlert-module__lZ3pWG__alertActions{gap:var(--space-md);flex-direction:column;width:100%;max-width:300px;display:flex}.CommunityAlert-module__lZ3pWG__alertButton{background:var(--accent-primary);color:var(--text-on-accent);padding:var(--space-md)var(--space-xl);border-radius:var(--border-radius-md);font-size:var(--text-md);cursor:pointer;transition:all var(--transition-base);text-align:center;border:none;width:100%;font-weight:700}.CommunityAlert-module__lZ3pWG__alertButton:hover{background:var(--accent-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}.CommunityAlert-module__lZ3pWG__alertButtonSecondary{color:var(--text-primary);border:1px solid var(--border-secondary);border-radius:var(--border-radius-md);font-size:var(--text-md);padding:var(--space-md)var(--space-xl);cursor:pointer;transition:all var(--transition-base);background:0 0;width:100%;font-weight:600}.CommunityAlert-module__lZ3pWG__alertButtonSecondary:hover{background:var(--bg-secondary);border-color:var(--border-primary)}.CommunityAlert-module__lZ3pWG__formContainer{gap:var(--space-md);flex-direction:column;align-items:stretch;width:100%;max-width:400px;display:flex}.CommunityAlert-module__lZ3pWG__inputGroup{gap:var(--space-xs);text-align:left;flex-direction:column;display:flex}.CommunityAlert-module__lZ3pWG__inputGroup label{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.CommunityAlert-module__lZ3pWG__formInput{width:100%;padding:var(--space-md);border:1px solid var(--border-primary);border-radius:var(--border-radius-md);font-size:var(--text-md);background:var(--bg-secondary);color:var(--text-primary);transition:all var(--transition-base)}.CommunityAlert-module__lZ3pWG__formInput:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #ffd70033}.CommunityAlert-module__lZ3pWG__light-theme .CommunityAlert-module__lZ3pWG__formInput{background:var(--bg-secondary)}.CommunityAlert-module__lZ3pWG__checkboxContainer{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);text-align:left;display:flex}.CommunityAlert-module__lZ3pWG__checkboxContainer input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:4px}.CommunityAlert-module__lZ3pWG__checkboxContainer label{font-size:var(--text-sm);color:var(--text-secondary)}.CommunityAlert-module__lZ3pWG__checkboxContainer label a{color:var(--accent-primary);font-weight:600;text-decoration:none}.CommunityAlert-module__lZ3pWG__checkboxContainer label a:hover{color:var(--accent-secondary);text-decoration:underline}.CommunityAlert-module__lZ3pWG__errorMessage{color:red;font-size:var(--text-sm);margin-bottom:var(--space-md);text-align:center}.CommunityAlert-module__lZ3pWG__successMessage{color:var(--success-color);font-size:var(--text-sm);margin-bottom:var(--space-md);text-align:center}.CommunityAlert-module__lZ3pWG__alertButton:disabled{background:var(--text-muted);opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:767px){.CommunityAlert-module__lZ3pWG__alertBox{padding:var(--space-lg)}.CommunityAlert-module__lZ3pWG__alertBox h2{font-size:var(--text-xl)}.CommunityAlert-module__lZ3pWG__alertBox p{font-size:var(--text-sm)}.CommunityAlert-module__lZ3pWG__alertButton,.CommunityAlert-module__lZ3pWG__alertButtonSecondary{padding:var(--space-sm)var(--space-lg);font-size:var(--text-sm)}.CommunityAlert-module__lZ3pWG__formContainer{max-width:300px}.CommunityAlert-module__lZ3pWG__formInput{padding:var(--space-sm)}.CommunityAlert-module__lZ3pWG__inputGroup label,.CommunityAlert-module__lZ3pWG__checkboxContainer label{font-size:var(--text-sm)}}@media (max-width:479px){.CommunityAlert-module__lZ3pWG__alertBox{padding:var(--space-md)}.CommunityAlert-module__lZ3pWG__alertBox h2{font-size:var(--text-lg)}.CommunityAlert-module__lZ3pWG__alertBox p{font-size:var(--text-sm)}.CommunityAlert-module__lZ3pWG__alertActions{gap:var(--space-sm)}.CommunityAlert-module__lZ3pWG__alertButton,.CommunityAlert-module__lZ3pWG__alertButtonSecondary{padding:var(--space-xs)var(--space-md);font-size:var(--text-sm)}.CommunityAlert-module__lZ3pWG__formContainer{gap:var(--space-sm)}.CommunityAlert-module__lZ3pWG__formInput{padding:var(--space-xs);font-size:var(--text-sm)}.CommunityAlert-module__lZ3pWG__inputGroup label,.CommunityAlert-module__lZ3pWG__checkboxContainer label{font-size:var(--text-sm)}}
.ProfileCircles-module__0A3LJa__profileCircles{margin-top:var(--space-lg);justify-content:center;padding-left:12px;display:flex}.ProfileCircles-module__0A3LJa__profileCircle{background-color:var(--bg-tertiary);border:3px solid var(--bg-primary);width:44px;height:44px;box-shadow:0 4px 10px var(--shadow-color);transition:transform var(--transition-fast);border-radius:50%;margin-left:-15px;overflow:hidden}.ProfileCircles-module__0A3LJa__profileImage{width:100%;height:100%}.ProfileCircles-module__0A3LJa__profileCircle:hover{z-index:var(--z-content);transform:scale(1.15)translateY(-3px)}.ProfileCircles-module__0A3LJa__profileCircle:first-child{margin-left:0}.ProfileCircles-module__0A3LJa__profileCircle img{object-fit:cover;width:100%;height:100%}
/*# sourceMappingURL=3d777b72f6ac904a.css.map*/