.report-modal-module__RESclq__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.report-modal-module__RESclq__modal{width:100%;max-width:480px;max-height:90vh;box-shadow:var(--shadow-lg,0 25px 50px -12px #00000040);background:#fff;border-radius:16px;overflow-y:auto}.report-modal-module__RESclq__header{border-bottom:1px solid var(--gray-200,#e5e7eb);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.report-modal-module__RESclq__title{color:var(--text-primary,#111827);margin:0;font-size:18px;font-weight:600}.report-modal-module__RESclq__closeBtn{cursor:pointer;width:32px;height:32px;color:var(--text-secondary,#6b7280);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.report-modal-module__RESclq__closeBtn:hover{background:var(--gray-100,#f3f4f6);color:var(--text-primary,#111827)}.report-modal-module__RESclq__body{padding:24px}.report-modal-module__RESclq__form{flex-direction:column;gap:20px;display:flex}.report-modal-module__RESclq__field{flex-direction:column;gap:6px;display:flex}.report-modal-module__RESclq__label{color:var(--text-primary,#111827);font-size:14px;font-weight:500}.report-modal-module__RESclq__labelOptional{color:var(--text-secondary,#6b7280);font-weight:400}.report-modal-module__RESclq__input,.report-modal-module__RESclq__select,.report-modal-module__RESclq__textarea{border:1px solid var(--gray-300,#d1d5db);color:var(--text-primary,#111827);background:#fff;border-radius:8px;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.report-modal-module__RESclq__input:focus,.report-modal-module__RESclq__select:focus,.report-modal-module__RESclq__textarea:focus{border-color:var(--primary,#0f172a);outline:none;box-shadow:0 0 0 3px #0f172a1a}.report-modal-module__RESclq__input::placeholder,.report-modal-module__RESclq__textarea::placeholder{color:var(--gray-400,#9ca3af)}.report-modal-module__RESclq__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.report-modal-module__RESclq__textarea{resize:vertical;min-height:120px;font-family:inherit}.report-modal-module__RESclq__charCount{color:var(--text-secondary,#6b7280);text-align:right;margin-top:4px;font-size:12px}.report-modal-module__RESclq__charCountWarn{color:var(--warning,#f59e0b)}.report-modal-module__RESclq__charCountError{color:var(--error,#ef4444)}.report-modal-module__RESclq__fieldHint{color:var(--text-secondary,#6b7280);margin:0;font-size:13px;line-height:1.4}.report-modal-module__RESclq__fileDropzone{border:2px dashed var(--gray-300,#d1d5db);background:var(--gray-50,#f9fafb);cursor:pointer;color:var(--text-secondary,#6b7280);border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:24px;font-size:14px;transition:border-color .15s,background .15s;display:flex}.report-modal-module__RESclq__fileDropzone:hover:not(:disabled){border-color:var(--primary,#0f172a);color:var(--primary,#0f172a);background:#f1f5f9}.report-modal-module__RESclq__fileDropzone:disabled{opacity:.6;cursor:not-allowed}.report-modal-module__RESclq__filePreview{border:1px solid var(--gray-200,#e5e7eb);background:var(--gray-50,#f9fafb);border-radius:8px;position:relative;overflow:hidden}.report-modal-module__RESclq__filePreviewImage{object-fit:contain;background:#fff;width:100%;max-height:200px;display:block}.report-modal-module__RESclq__filePreviewPdf{color:var(--text-primary,#111827);align-items:center;gap:10px;padding:14px 16px;font-size:14px;display:flex}.report-modal-module__RESclq__filePreviewPdf span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.report-modal-module__RESclq__fileRemoveBtn{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex;position:absolute;top:8px;right:8px}.report-modal-module__RESclq__fileRemoveBtn:hover{background:#000c}.report-modal-module__RESclq__error{color:var(--error,#ef4444);margin-top:4px;font-size:13px}.report-modal-module__RESclq__footer{border-top:1px solid var(--gray-200,#e5e7eb);background:var(--gray-50,#f9fafb);border-radius:0 0 16px 16px;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.report-modal-module__RESclq__cancelBtn,.report-modal-module__RESclq__submitBtn{cursor:pointer;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .15s,transform .1s}.report-modal-module__RESclq__cancelBtn{border:1px solid var(--gray-300,#d1d5db);color:var(--text-primary,#111827);background:#fff}.report-modal-module__RESclq__cancelBtn:hover{background:var(--gray-50,#f9fafb)}.report-modal-module__RESclq__submitBtn{background:var(--primary,#0f172a);color:#fff;border:none}.report-modal-module__RESclq__submitBtn:hover:not(:disabled){background:var(--primary-dark,#1e293b)}.report-modal-module__RESclq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.report-modal-module__RESclq__successMessage{text-align:center;padding:40px 24px}.report-modal-module__RESclq__successIcon{color:#10b981;width:64px;height:64px;margin:0 auto 16px}.report-modal-module__RESclq__successTitle{color:var(--text-primary,#111827);margin:0 0 8px;font-size:18px;font-weight:600}.report-modal-module__RESclq__successText{color:var(--text-secondary,#6b7280);margin:0 0 24px;font-size:14px;line-height:1.5}.report-modal-module__RESclq__doneBtn{cursor:pointer;background:var(--primary,#0f172a);color:#fff;border:none;border-radius:8px;padding:10px 32px;font-size:14px;font-weight:500;transition:background .15s}.report-modal-module__RESclq__doneBtn:hover{background:var(--primary-dark,#1e293b)}@media (max-width:520px){.report-modal-module__RESclq__modal{border-radius:16px 16px 0 0;max-height:100vh}.report-modal-module__RESclq__overlay{align-items:flex-end;padding:0}.report-modal-module__RESclq__footer{flex-direction:column-reverse}.report-modal-module__RESclq__cancelBtn,.report-modal-module__RESclq__submitBtn{width:100%}}
.page-module__e6wqCG__page{min-height:100vh;font-family:var(--font-geist-sans);color:#101828;background:#f7f8fc;flex-direction:column;display:flex}.page-module__e6wqCG__main{flex-direction:column;flex:1;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px 80px;display:flex}.page-module__e6wqCG__hero{align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-module__e6wqCG__heroDark{background-position:50%;background-size:cover;border-radius:0 0 32px 32px;min-height:280px}.page-module__e6wqCG__heroLight{background:#fff;border-top:4px solid #0000;border-image:linear-gradient(135deg,#f59e0b,#ec4899,#8b5cf6) 1;border-radius:24px;box-shadow:0 4px 24px #0f172a0f}.page-module__e6wqCG__heroOverlay{z-index:1;background:linear-gradient(#0f172a66 0%,#0f172ad9 100%);position:absolute;inset:0}.page-module__e6wqCG__heroContent{z-index:2;flex-direction:column;gap:12px;width:100%;max-width:1200px;margin:0 auto;padding:48px 40px 36px;display:flex;position:relative}.page-module__e6wqCG__heroLogo{border-radius:20px;flex-shrink:0;width:96px;height:96px;overflow:hidden}.page-module__e6wqCG__heroDark .page-module__e6wqCG__heroLogo,.page-module__e6wqCG__heroLight .page-module__e6wqCG__heroLogo{border:none}.page-module__e6wqCG__heroName{margin:0;font-size:clamp(28px,5vw,42px);font-weight:700;line-height:1.15}.page-module__e6wqCG__heroDark .page-module__e6wqCG__heroName{color:#fff}.page-module__e6wqCG__heroLight .page-module__e6wqCG__heroName{color:#0f172a}.page-module__e6wqCG__heroTagline{max-width:640px;margin:0;font-size:17px;line-height:1.5}.page-module__e6wqCG__heroDark .page-module__e6wqCG__heroTagline{color:#fffc}.page-module__e6wqCG__heroLight .page-module__e6wqCG__heroTagline{color:#475467}.page-module__e6wqCG__heroBadges{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.page-module__e6wqCG__categoryBadge{text-transform:uppercase;letter-spacing:1px;border-radius:999px;align-items:center;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__categoryBadge{color:#fdba74;background:#fb923c33}.page-module__e6wqCG__heroLight .page-module__e6wqCG__categoryBadge{color:#ea580c;background:#fb923c1f}.page-module__e6wqCG__platformBadge{text-transform:uppercase;letter-spacing:1px;border-radius:999px;align-items:center;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__platformBadge{color:#cbd5e1;background:#ffffff26}.page-module__e6wqCG__heroLight .page-module__e6wqCG__platformBadge{color:#334155;background:#0f172a14}.page-module__e6wqCG__claimedBadge{text-transform:uppercase;letter-spacing:1px;border-radius:999px;align-items:center;gap:4px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__claimedBadge{color:#86efac;background:#22c55e33}.page-module__e6wqCG__heroLight .page-module__e6wqCG__claimedBadge{color:#16a34a;background:#22c55e1a}.page-module__e6wqCG__activityBadge{text-transform:uppercase;letter-spacing:1px;border-radius:999px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__activityBadge{color:#ffffffd9;background:#ffffff1a}.page-module__e6wqCG__heroLight .page-module__e6wqCG__activityBadge{color:#475467;background:#0f172a0d}.page-module__e6wqCG__activityDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.page-module__e6wqCG__heroQuickStats{flex-wrap:wrap;gap:20px;margin-top:4px;display:flex}.page-module__e6wqCG__quickStat{font-size:14px}.page-module__e6wqCG__heroDark .page-module__e6wqCG__quickStat{color:#ffffffb3}.page-module__e6wqCG__heroDark .page-module__e6wqCG__quickStat strong{color:#fff;font-weight:600}.page-module__e6wqCG__heroLight .page-module__e6wqCG__quickStat{color:#64748b}.page-module__e6wqCG__heroLight .page-module__e6wqCG__quickStat strong{color:#0f172a;font-weight:600}.page-module__e6wqCG__heroActions{justify-content:space-between;align-items:center;gap:16px;margin-top:16px;display:flex}.page-module__e6wqCG__heroActionsLeft{align-items:center;gap:12px;display:flex}.page-module__e6wqCG__heroActionsRight{align-items:center;gap:8px;display:flex}.page-module__e6wqCG__joinBtn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__joinBtn{color:#0f172a;background:#fff}.page-module__e6wqCG__heroDark .page-module__e6wqCG__joinBtn:hover{background:#f1f5f9}.page-module__e6wqCG__heroLight .page-module__e6wqCG__joinBtn{color:#fff;background:#0f172a}.page-module__e6wqCG__heroLight .page-module__e6wqCG__joinBtn:hover{background:#1e293b}.page-module__e6wqCG__websiteBtn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__websiteBtn{color:#fff;background:0 0;border:1px solid #ffffff4d}.page-module__e6wqCG__heroDark .page-module__e6wqCG__websiteBtn:hover{background:#ffffff1a;border-color:#ffffff80}.page-module__e6wqCG__heroLight .page-module__e6wqCG__websiteBtn{color:#374151;background:#fff;border:1px solid #d1d5db}.page-module__e6wqCG__heroLight .page-module__e6wqCG__websiteBtn:hover{background:#f9fafb;border-color:#9ca3af}.page-module__e6wqCG__claimLink{cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.page-module__e6wqCG__heroDark .page-module__e6wqCG__claimLink{color:#fff9}.page-module__e6wqCG__heroDark .page-module__e6wqCG__claimLink:hover{color:#fff}.page-module__e6wqCG__heroLight .page-module__e6wqCG__claimLink{color:#64748b}.page-module__e6wqCG__heroLight .page-module__e6wqCG__claimLink:hover{color:#0f172a}.page-module__e6wqCG__iconBtn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.page-module__e6wqCG__heroDark .page-module__e6wqCG__iconBtn{color:#fffc;background:#ffffff1a;border:1px solid #ffffff26}.page-module__e6wqCG__heroDark .page-module__e6wqCG__iconBtn:hover{color:#fff;background:#fff3}.page-module__e6wqCG__heroLight .page-module__e6wqCG__iconBtn{color:#475467;background:#0f172a0a;border:1px solid #0f172a14}.page-module__e6wqCG__heroLight .page-module__e6wqCG__iconBtn:hover{color:#0f172a;background:#0f172a14}.page-module__e6wqCG__iconBtn:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#0f172a;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.page-module__e6wqCG__heroDark .page-module__e6wqCG__iconBtn:after{color:#0f172a;background:#fff}.page-module__e6wqCG__iconBtn:hover:after{opacity:1}.page-module__e6wqCG__iconBtnActive,.page-module__e6wqCG__heroDark .page-module__e6wqCG__iconBtnActive{color:#ef4444}.page-module__e6wqCG__iconBtnActive:hover{color:#dc2626}.page-module__e6wqCG__heroDark .page-module__e6wqCG__iconBtnActive:hover{color:#ef4444;background:#ef444426}.page-module__e6wqCG__heroLight .page-module__e6wqCG__iconBtnActive:hover{color:#dc2626;background:#ef444414}.page-module__e6wqCG__contentGrid{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}.page-module__e6wqCG__mainColumn{flex-direction:column;gap:20px;min-width:0;display:flex}.page-module__e6wqCG__contentCard{background:#fff;border-radius:20px;padding:28px 32px;box-shadow:0 4px 24px #0f172a0f}.page-module__e6wqCG__sectionTitle{color:#0f172a;margin:0 0 16px;font-size:20px;font-weight:700}.page-module__e6wqCG__descriptionText{color:#475467;white-space:pre-line;margin:0;font-size:15px;line-height:1.7}.page-module__e6wqCG__featuredImage{border-radius:14px;margin-top:20px;line-height:0;overflow:hidden}.page-module__e6wqCG__featuredImg{object-fit:cover;border-radius:14px;width:100%;height:auto}.page-module__e6wqCG__benefitsSection{border-top:1px solid #f1f5f9;margin-top:24px;padding-top:20px}.page-module__e6wqCG__benefitsHeading{color:#0f172a;margin:0 0 12px;font-size:15px;font-weight:600}.page-module__e6wqCG__benefitsList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.page-module__e6wqCG__benefitItem{color:#374151;align-items:center;gap:10px;font-size:15px;line-height:1.5;display:flex}.page-module__e6wqCG__benefitItem svg{flex-shrink:0}.page-module__e6wqCG__pillGroup{flex-wrap:wrap;gap:8px;display:flex}.page-module__e6wqCG__pillGroupSpaced{margin-top:16px}.page-module__e6wqCG__topicPill{color:#2563eb;background:#2563eb14;border-radius:999px;align-items:center;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.page-module__e6wqCG__featurePill{color:#7c3aed;background:#7c3aed14;border-radius:999px;align-items:center;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.page-module__e6wqCG__faqList{flex-direction:column;gap:20px;margin:0;padding:0;display:flex}.page-module__e6wqCG__faqItem{border-bottom:1px solid #f1f5f9;padding-bottom:20px}.page-module__e6wqCG__faqItem:last-child{border-bottom:none;padding-bottom:0}.page-module__e6wqCG__faqQuestion{color:#0f172a;margin-bottom:8px;font-size:15px;font-weight:600}.page-module__e6wqCG__faqAnswer{color:#475467;margin:0;font-size:15px;line-height:1.7}.page-module__e6wqCG__eventsList{flex-direction:column;gap:12px;display:flex}.page-module__e6wqCG__eventItem{background:linear-gradient(135deg,#2563eb0a 0%,#7c3aed0a 100%);border:1px solid #2563eb1a;border-radius:16px;gap:16px;padding:16px;display:flex}.page-module__e6wqCG__eventDate{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:70px;padding:8px 12px;display:flex}.page-module__e6wqCG__eventDay{color:#2563eb;text-transform:uppercase;font-size:12px;font-weight:600}.page-module__e6wqCG__eventTime{color:#64748b;margin-top:2px;font-size:11px}.page-module__e6wqCG__eventInfo{flex-direction:column;flex:1;gap:6px;display:flex}.page-module__e6wqCG__eventTitle{color:#0f172a;margin:0;font-size:15px;font-weight:600;line-height:1.4}.page-module__e6wqCG__eventLocation{color:#64748b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.page-module__e6wqCG__eventLocation svg{flex-shrink:0}.page-module__e6wqCG__postsList{flex-direction:column;gap:16px;display:flex}.page-module__e6wqCG__postCard{background:#f8fafc;border-radius:14px;padding:16px 20px}.page-module__e6wqCG__postHeader{align-items:center;gap:12px;margin-bottom:8px;display:flex}.page-module__e6wqCG__postAuthor{color:#0f172a;font-size:14px;font-weight:600}.page-module__e6wqCG__postDate{color:#94a3b8;font-size:13px}.page-module__e6wqCG__postDate:before{content:"·";margin-right:12px}.page-module__e6wqCG__postTitle{color:#0f172a;margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.4}.page-module__e6wqCG__postExcerpt{color:#475467;margin:0;font-size:14px;line-height:1.6}.page-module__e6wqCG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.page-module__e6wqCG__emptyIcon{color:#cbd5e1;width:56px;height:56px;margin-bottom:16px}.page-module__e6wqCG__emptyTitle{color:#0f172a;margin:0 0 6px;font-size:18px;font-weight:600}.page-module__e6wqCG__emptyDescription{color:#475467;max-width:260px;margin:0;font-size:14px}.page-module__e6wqCG__redditCta{background:linear-gradient(135deg,#fff5f0 0%,#fff0eb 100%);border:1px solid #fed7c7;border-radius:20px;gap:20px;padding:28px 32px;display:flex}.page-module__e6wqCG__redditCtaIcon{color:#fff;background:#ff4500;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.page-module__e6wqCG__redditCtaContent{flex-direction:column;gap:8px;display:flex}.page-module__e6wqCG__redditCtaTitle{color:#0f172a;margin:0;font-size:18px;font-weight:700}.page-module__e6wqCG__redditCtaDesc{color:#475467;margin:0;font-size:14px;line-height:1.6}.page-module__e6wqCG__redditCtaBtn{color:#fff;background:#ff4500;border-radius:10px;align-items:center;gap:8px;width:fit-content;margin-top:4px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.page-module__e6wqCG__redditCtaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff450040}.page-module__e6wqCG__relatedGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.page-module__e6wqCG__relatedCard{background:#fff;border-radius:14px;flex-direction:column;height:100%;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.page-module__e6wqCG__relatedCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #0000001a}.page-module__e6wqCG__relatedBanner{aspect-ratio:15/8;-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#94a3b859,#64748b73);width:100%;position:relative}.page-module__e6wqCG__relatedBannerImg{object-fit:contain}.page-module__e6wqCG__relatedBannerPlaceholder{color:#94a3b8;background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}.page-module__e6wqCG__relatedContent{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.page-module__e6wqCG__relatedCard h3{color:#0f172a;margin:0;font-size:15px;font-weight:700;line-height:1.3}.page-module__e6wqCG__relatedCard p{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.page-module__e6wqCG__relatedTags{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.page-module__e6wqCG__relatedTag{color:#475467;background:#f1f5f9;border-radius:6px;align-items:center;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.page-module__e6wqCG__relatedFooter{color:#64748b;border-top:1px solid #f1f5f9;align-items:center;gap:6px;margin-top:4px;padding-top:12px;font-size:12px;font-weight:500;display:flex}.page-module__e6wqCG__sidebar{flex-direction:column;gap:20px;display:flex}.page-module__e6wqCG__sidebarCard{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 24px #0f172a0f}.page-module__e6wqCG__sidebarTitle{color:#0f172a;margin:0 0 16px;font-size:16px;font-weight:700}.page-module__e6wqCG__factsList{flex-direction:column;gap:14px;display:flex}.page-module__e6wqCG__factRow{align-items:flex-start;gap:12px;display:flex}.page-module__e6wqCG__factIcon{color:#94a3b8;flex-shrink:0;width:18px;height:18px;margin-top:2px}.page-module__e6wqCG__factContent{flex-direction:column;gap:1px;min-width:0;display:flex}.page-module__e6wqCG__factLabel{text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;font-size:11px;font-weight:600}.page-module__e6wqCG__factValue{color:#1e293b;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.page-module__e6wqCG__factDetail{color:#64748b;font-weight:400}.page-module__e6wqCG__remoteBadge{color:#16a34a;text-transform:uppercase;letter-spacing:.5px;background:#22c55e1a;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.page-module__e6wqCG__socialList{flex-direction:column;gap:8px;display:flex}.page-module__e6wqCG__socialLink{color:#374151;background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.page-module__e6wqCG__socialLink:hover{color:#0f172a;background:#f1f5f9}.page-module__e6wqCG__socialIcon{color:#94a3b8;flex-shrink:0;width:16px;height:16px}.page-module__e6wqCG__sidebarCta{text-align:center;background:linear-gradient(135deg,#2563eb0f 0%,#7c3aed0f 100%);border:1px solid #2563eb1a;border-radius:20px;padding:24px}.page-module__e6wqCG__sidebarCtaTitle{color:#0f172a;margin:0 0 6px;font-size:16px;font-weight:700}.page-module__e6wqCG__sidebarCtaDesc{color:#475467;margin:0 0 16px;font-size:14px;line-height:1.5}.page-module__e6wqCG__sidebarCtaBtn{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:10px;justify-content:center;align-items:center;width:100%;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 16px #2563eb33}.page-module__e6wqCG__sidebarCtaBtn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb4d}.page-module__e6wqCG__ctaSection{margin-top:16px}.page-module__e6wqCG__exploreCta{color:#2563eb;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__e6wqCG__exploreCta:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:992px){.page-module__e6wqCG__contentGrid{grid-template-columns:1fr}.page-module__e6wqCG__sidebar{order:-1}.page-module__e6wqCG__heroDark{border-radius:0 0 24px 24px}.page-module__e6wqCG__heroLight{border-radius:20px}}@media (max-width:768px){.page-module__e6wqCG__main{padding:0 16px 64px}.page-module__e6wqCG__relatedGrid{grid-template-columns:repeat(2,1fr)}.page-module__e6wqCG__heroContent{padding:36px 24px 28px}.page-module__e6wqCG__heroLogo{border-radius:16px;width:72px;height:72px}.page-module__e6wqCG__heroBadges{gap:6px}.page-module__e6wqCG__heroActions{flex-direction:column;gap:12px}.page-module__e6wqCG__heroActionsLeft{flex-wrap:wrap;width:100%}.page-module__e6wqCG__heroActionsRight{justify-content:center;width:100%}.page-module__e6wqCG__joinBtn,.page-module__e6wqCG__websiteBtn{text-align:center;flex:1}.page-module__e6wqCG__contentCard{border-radius:16px;padding:24px}}.page-module__e6wqCG__photoGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.page-module__e6wqCG__photoThumb{aspect-ratio:1;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;padding:0;transition:transform .2s;position:relative;overflow:hidden}.page-module__e6wqCG__photoThumb:hover{transform:scale(1.03)}.page-module__e6wqCG__photoThumbImg{object-fit:cover}.page-module__e6wqCG__lightboxOverlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.page-module__e6wqCG__lightboxContent{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.page-module__e6wqCG__lightboxImg{object-fit:contain;border-radius:8px;width:auto;max-width:90vw;height:auto;max-height:80vh}.page-module__e6wqCG__lightboxCaption{color:#ffffffd9;text-align:center;max-width:600px;margin:12px 0 0;font-size:14px}.page-module__e6wqCG__lightboxClose{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .15s;position:absolute;top:-40px;right:0}.page-module__e6wqCG__lightboxClose:hover{color:#fff}.page-module__e6wqCG__lightboxPrev,.page-module__e6wqCG__lightboxNext{color:#fffc;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.page-module__e6wqCG__lightboxPrev:hover,.page-module__e6wqCG__lightboxNext:hover{color:#fff;background:#000000b3}.page-module__e6wqCG__lightboxPrev{left:-56px}.page-module__e6wqCG__lightboxNext{right:-56px}@media (max-width:640px){.page-module__e6wqCG__heroContent{padding:28px 20px 24px}.page-module__e6wqCG__heroLogo{border-radius:14px;width:64px;height:64px}.page-module__e6wqCG__heroQuickStats{gap:12px}.page-module__e6wqCG__contentCard,.page-module__e6wqCG__sidebarCard{padding:20px}.page-module__e6wqCG__redditCta{flex-direction:column;gap:14px;padding:20px}.page-module__e6wqCG__relatedGrid{grid-template-columns:1fr}.page-module__e6wqCG__heroActions{gap:10px}.page-module__e6wqCG__iconBtn{width:36px;height:36px}.page-module__e6wqCG__photoGrid{grid-template-columns:repeat(2,1fr)}.page-module__e6wqCG__lightboxPrev{left:-4px}.page-module__e6wqCG__lightboxNext{right:-4px}}
