.index-module__D6FYFa__outerContainer{flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.index-module__D6FYFa__h1Container{justify-content:center;width:100%;display:flex}.index-module__D6FYFa__h1Dark{color:var(--color-secondary);font-size:var(--font-x-large);font-weight:600;font-family:var(--header-font);text-align:center;max-width:60%;margin-top:80px}.index-module__D6FYFa__h1Light{color:var(--color-secondary-3);font-size:var(--font-x-large);font-weight:600;font-family:var(--header-font);text-align:center;max-width:60%;margin-top:80px}.index-module__D6FYFa__subtitle{text-align:center;max-width:600px;margin:12px auto 0;line-height:1.5}.index-module__D6FYFa__tabsContainer{border:2px solid #333;border-radius:10px;gap:0;margin-top:32px;display:flex;overflow:hidden}.index-module__D6FYFa__tabsContainerLight{border-color:#ddd}.index-module__D6FYFa__tab{color:#888;cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--body-font);background:#111;border:none;padding:12px 28px;transition:all .2s}.index-module__D6FYFa__tabLight{color:#888;background:#f5f5f5}.index-module__D6FYFa__tabActive{color:#fff;background:#1a6b1e}.index-module__D6FYFa__tabActiveLight{color:#fff;background:#4caf50}.index-module__D6FYFa__inputSection{flex-direction:row;align-items:center;gap:12px;width:100%;max-width:640px;margin-top:24px;display:flex}.index-module__D6FYFa__input{color:#fff;font-size:1rem;font-family:var(--body-font);background:#111;border:2px solid #333;border-radius:8px;outline:none;flex:1;padding:14px 16px;transition:border-color .2s}.index-module__D6FYFa__input:focus{border-color:#4caf50}.index-module__D6FYFa__inputLight{color:#000;background:#fff;border-color:#ccc}.index-module__D6FYFa__inputLight:focus{border-color:#4caf50}.index-module__D6FYFa__scanBtn{color:#fff;cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--body-font);white-space:nowrap;background:#4caf50;border:none;border-radius:8px;padding:14px 28px;transition:background .2s,transform .1s}.index-module__D6FYFa__scanBtn:hover{background:#43a047;transform:translateY(-1px)}.index-module__D6FYFa__scanBtn:disabled{cursor:not-allowed;background:#666;transform:none}.index-module__D6FYFa__progressSection{flex-direction:column;align-items:center;gap:16px;margin-top:40px;display:flex}.index-module__D6FYFa__progressBar{background:#333;border-radius:3px;width:300px;height:6px;overflow:hidden}.index-module__D6FYFa__progressBarLight{background:#ddd}.index-module__D6FYFa__progressFill{background:#4caf50;border-radius:3px;height:100%;transition:width .3s}.index-module__D6FYFa__progressText{opacity:.7;font-size:.9rem}.index-module__D6FYFa__errorSection{text-align:center;color:#f44336;margin-top:40px;font-size:1rem}.index-module__D6FYFa__resultsContainer{flex-direction:column;align-items:center;gap:32px;width:100%;max-width:900px;margin-top:40px;display:flex}.index-module__D6FYFa__riskSection{flex-direction:column;align-items:center;gap:8px;display:flex}.index-module__D6FYFa__riskRing{width:180px;height:180px;position:relative}.index-module__D6FYFa__riskRingSvg{width:180px;height:180px;transform:rotate(-90deg)}.index-module__D6FYFa__riskRingBg{fill:none;stroke:#333;stroke-width:12px}.index-module__D6FYFa__riskRingBgLight{stroke:#e0e0e0}.index-module__D6FYFa__riskRingFg{fill:none;stroke-width:12px;stroke-linecap:round;transition:stroke-dashoffset 1.5s}.index-module__D6FYFa__riskValue{font-size:2.8rem;font-weight:700;font-family:var(--header-font);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module__D6FYFa__riskLabel{font-size:1.1rem;font-weight:600;font-family:var(--header-font)}.index-module__D6FYFa__riskSublabel{opacity:.5;font-size:.85rem}.index-module__D6FYFa__statsGrid{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;display:grid}.index-module__D6FYFa__statCard{text-align:center;background:#111;border:1px solid #333;border-radius:12px;padding:20px}.index-module__D6FYFa__statCardLight{background:#fafafa;border-color:#ddd}.index-module__D6FYFa__statValue{font-size:2rem;font-weight:700;font-family:var(--header-font)}.index-module__D6FYFa__statLabel{opacity:.6;margin-top:4px;font-size:.8rem}.index-module__D6FYFa__emailResults{flex-direction:column;gap:16px;width:100%;display:flex}.index-module__D6FYFa__resultCard{background:#111;border:1px solid #333;border-radius:12px;padding:24px}.index-module__D6FYFa__resultCardLight{background:#fafafa;border-color:#ddd}.index-module__D6FYFa__resultCardTitle{font-size:1rem;font-weight:600;font-family:var(--header-font);align-items:center;gap:8px;margin-bottom:12px;display:flex}.index-module__D6FYFa__badge{border-radius:12px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.index-module__D6FYFa__badgeSafe{color:#4caf50;background:#4caf5026}.index-module__D6FYFa__badgeWarning{color:#ff9800;background:#ff980026}.index-module__D6FYFa__badgeDanger{color:#f44336;background:#f4433626}.index-module__D6FYFa__badgeInfo{color:#2196f3;background:#2196f326}.index-module__D6FYFa__infoRow{border-bottom:1px solid #222;justify-content:space-between;padding:8px 0;font-size:.9rem;display:flex}.index-module__D6FYFa__infoRowLight{border-bottom-color:#eee}.index-module__D6FYFa__infoRow:last-child{border-bottom:none}.index-module__D6FYFa__infoLabel{opacity:.6}.index-module__D6FYFa__infoValue{font-weight:500}.index-module__D6FYFa__gravatarProfile{align-items:center;gap:16px;margin-top:8px;display:flex}.index-module__D6FYFa__gravatarAvatar{object-fit:cover;border:2px solid #333;border-radius:50%;width:64px;height:64px}.index-module__D6FYFa__gravatarAvatarLight{border-color:#ddd}.index-module__D6FYFa__gravatarInfo{flex-direction:column;gap:4px;display:flex}.index-module__D6FYFa__gravatarName{font-size:1rem;font-weight:600}.index-module__D6FYFa__gravatarBio{opacity:.7;max-width:400px;font-size:.85rem}.index-module__D6FYFa__gravatarLocation{opacity:.5;font-size:.8rem}.index-module__D6FYFa__linkedAccounts{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.index-module__D6FYFa__linkedAccount{color:#4caf50;background:#4caf501a;border:1px solid #4caf504d;border-radius:6px;padding:6px 12px;font-size:.8rem;text-decoration:none;transition:all .2s}.index-module__D6FYFa__linkedAccount:hover{background:#4caf5033}.index-module__D6FYFa__platformResults{flex-direction:column;gap:16px;width:100%;display:flex}.index-module__D6FYFa__platformGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.index-module__D6FYFa__platformCard{color:inherit;background:#111;border:1px solid #333;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex}.index-module__D6FYFa__platformCardLight{background:#fafafa;border-color:#ddd}.index-module__D6FYFa__platformCard:hover{border-color:#4caf50;transform:translateY(-2px)}.index-module__D6FYFa__platformCardFound{border-color:#4caf5066}.index-module__D6FYFa__platformCardNotFound{opacity:.5}.index-module__D6FYFa__platformIcon{color:#aaa;background:#222;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:flex}.index-module__D6FYFa__platformIconLight{color:#666;background:#eee}.index-module__D6FYFa__platformIconFound{color:#4caf50;background:#4caf5026}.index-module__D6FYFa__platformName{font-size:.9rem;font-weight:500}.index-module__D6FYFa__platformStatus{margin-left:auto;font-size:.85rem;font-weight:600}.index-module__D6FYFa__found{color:#4caf50}.index-module__D6FYFa__notFound{color:#666}.index-module__D6FYFa__categoryGroup{margin-bottom:8px}.index-module__D6FYFa__categoryHeader{text-transform:uppercase;letter-spacing:.05em;opacity:.5;border-bottom:1px solid #222;margin-bottom:10px;padding-bottom:6px;font-size:.85rem;font-weight:600}.index-module__D6FYFa__categoryHeaderLight{border-bottom-color:#eee}.index-module__D6FYFa__actionsSection{flex-flow:wrap;justify-content:center;gap:16px;width:100%;display:flex}.index-module__D6FYFa__shareBtn{color:#4caf50;cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--body-font);background:0 0;border:2px solid #4caf50;border-radius:8px;padding:12px 24px;transition:all .2s}.index-module__D6FYFa__shareBtn:hover{color:#fff;background:#4caf50}.index-module__D6FYFa__resetBtn{color:#999;cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--body-font);background:0 0;border:2px solid #666;border-radius:8px;padding:12px 24px;transition:all .2s}.index-module__D6FYFa__resetBtnLight{color:#666;border-color:#ccc}.index-module__D6FYFa__resetBtn:hover{color:#4caf50;border-color:#4caf50}.index-module__D6FYFa__disclaimer{opacity:.4;text-align:center;max-width:600px;margin-top:8px;font-size:.75rem;line-height:1.5}.index-module__D6FYFa__pageContent{flex-direction:column;gap:48px;width:100%;max-width:900px;margin-top:60px;padding-bottom:80px;display:flex}.index-module__D6FYFa__sectionDark{color:#e0e0e0}.index-module__D6FYFa__sectionLight{color:#333}.index-module__D6FYFa__sectionTitle{font-size:1.4rem;font-weight:700;font-family:var(--header-font);color:#4caf50;margin-bottom:16px}.index-module__D6FYFa__sectionText{font-size:.95rem;line-height:1.7;font-family:var(--body-font)}.index-module__D6FYFa__featureGrid{grid-template-columns:1fr 1fr;gap:16px;margin-top:12px;display:grid}.index-module__D6FYFa__featureItem{background:#111;border:1px solid #333;border-radius:8px;padding:16px}.index-module__D6FYFa__featureItemLight{background:#fafafa;border-color:#ddd}.index-module__D6FYFa__featureItemTitle{font-weight:600;font-family:var(--header-font);margin-bottom:6px}.index-module__D6FYFa__featureItemText{opacity:.7;font-size:.85rem;line-height:1.5}.index-module__D6FYFa__faqItem{margin-bottom:20px}.index-module__D6FYFa__faqQuestion{font-size:1rem;font-weight:600;font-family:var(--header-font);margin-bottom:6px}.index-module__D6FYFa__faqAnswer{opacity:.8;font-size:.9rem;line-height:1.6}.index-module__D6FYFa__stepsList{counter-reset:steps;margin:12px 0 0;padding:0;list-style:none}.index-module__D6FYFa__stepItem{counter-increment:steps;padding:12px 0 12px 40px;font-size:.95rem;line-height:1.5;position:relative}.index-module__D6FYFa__stepItem:before{content:counter(steps);color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:12px;left:0}@media (max-width:768px){.index-module__D6FYFa__statsGrid,.index-module__D6FYFa__platformGrid,.index-module__D6FYFa__featureGrid{grid-template-columns:1fr}.index-module__D6FYFa__inputSection{flex-direction:column}.index-module__D6FYFa__input,.index-module__D6FYFa__inputLight,.index-module__D6FYFa__scanBtn{width:100%}.index-module__D6FYFa__h1Dark,.index-module__D6FYFa__h1Light{font-size:var(--font-large);max-width:90%;margin-top:50px}.index-module__D6FYFa__tabsContainer{width:100%;max-width:400px}.index-module__D6FYFa__tab{text-align:center;flex:1;padding:12px 16px;font-size:.85rem}.index-module__D6FYFa__gravatarProfile{text-align:center;flex-direction:column}}@media (max-width:475px){.index-module__D6FYFa__h1Dark,.index-module__D6FYFa__h1Light{font-size:var(--font-medium);margin-top:40px}.index-module__D6FYFa__riskRing,.index-module__D6FYFa__riskRingSvg{width:140px;height:140px}.index-module__D6FYFa__riskValue{font-size:2.2rem}.index-module__D6FYFa__actionsSection{flex-direction:column}.index-module__D6FYFa__shareBtn,.index-module__D6FYFa__resetBtn{width:100%}}
