@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:radial-gradient(circle at top,#3d1f57,#140c1f 45%,#05030a);background-attachment:fixed;color:#e6e0f5;min-height:100vh;overflow-x:hidden}button,a{font-family:inherit;font-size:inherit;text-decoration:none;outline:none;cursor:pointer}#root{height:100vh}.dash{background:transparent;display:flex;flex-direction:column;width:100%;height:100%}.body{display:flex;flex-grow:1;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{height:6rem;display:flex;align-items:center;padding:.4rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0a0614d1;box-shadow:0 18px 40px #0000008c;position:relative;z-index:20}.header__heading img{height:40px}.header-hamburger{display:flex;margin-left:auto;cursor:pointer;padding:8px;border-radius:6px;color:#e6e0f5;align-items:center;justify-content:center;font-size:28px}.header__pro{background:linear-gradient(135deg,#6a7bff,#8a9cff);padding:.7rem 1.8rem;border-radius:6px;font-weight:700;color:#fff;border:none;box-shadow:0 0 18px #7a66ff73}.sidebar{background:#0a0618e0;border-right:1px solid rgba(255,255,255,.06);box-shadow:18px 0 40px #0009;display:flex;flex-direction:column;z-index:2000}.sidebar-desktop{position:absolute;left:0;top:71px;height:100%;width:250px;min-width:250px;transition:all .3s ease;transform:translate(0)}.sidebar-desktop.collapsed{transform:translate(-250px);width:0;min-width:0;padding:0;opacity:0}.sidebar__nav{display:flex;flex-direction:column;gap:1rem;padding:2rem 1rem}.sidebar__item{cursor:pointer}.sidebar__item-header{display:flex;align-items:center;gap:.75rem;padding:.65rem .4rem;border-radius:8px;color:#e6e0f5c7;transition:background .18s ease,transform .12s ease}.sidebar__item-header:hover{background:radial-gradient(circle at left,rgba(122,102,255,.22),transparent 60%);color:#fff;transform:translate(2px)}.sidebar__item-icon{width:22px;height:22px;color:#8f88ff;font-size:1.2rem}.sidebar__item-label{font-size:.925rem}.sidebar__item-arrow{margin-left:auto;font-size:1rem;opacity:.7;transition:transform .2s ease}.sidebar__item-arrow.open{transform:rotate(-180deg);opacity:1}.sidebar__submenu{margin-left:1.9rem;margin-top:.25rem;padding-left:.35rem;border-left:1px solid rgba(255,255,255,.06);display:none}.sidebar__submenu.open{display:block}.sidebar__submenu-link{display:block;padding:.4rem 0;font-size:.85rem;color:#d6d2f0cc;transition:color .15s ease}.sidebar__submenu-link:hover{color:#fff;transform:translate(2px)}.sidebar__pro-btn{margin-top:2rem;width:100%}.sidebar-mobile{position:fixed;top:0;left:0;width:260px;height:100vh;padding:4rem 1.5rem;transform:translate(-300px);transition:transform .3s ease;border-right:1px solid rgba(255,255,255,.05)}.sidebar-mobile.open{transform:translate(0)}.sidebar-close{position:absolute;top:1.2rem;right:1.2rem;font-size:1.8rem;color:#e6e0f5;cursor:pointer}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1500}.sidebar-overlay.open{opacity:1;pointer-events:all}.main{padding:2rem 6rem;margin-left:250px;transition:all .3s ease;background:radial-gradient(circle at top left,rgba(122,51,204,.18),transparent 55%),radial-gradient(circle at bottom right,rgba(122,102,255,.16),transparent 55%);width:100%}.main.collapsed{margin-left:0;width:100%}.module-title{text-align:center;margin-bottom:1rem}.breach-check-page{min-height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a)}.hero-section{padding:60px 20px 40px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 50px 50px;margin-bottom:40px}.hero-icon{font-size:64px;color:#fff;margin-bottom:20px}.hero-icon i{background:#fff3;padding:20px;border-radius:50%}.hero-section h1{font-size:48px;color:#fff;margin-bottom:16px;font-weight:700}.hero-subtitle{font-size:20px;color:#ffffffe6;margin-bottom:40px}.hero-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:32px;font-weight:700;color:#fff}.stat-label{font-size:14px;color:#fffc}.breach-check-form,.form-card{background:#0a0618d1;border-radius:24px;border:1px solid rgba(255,255,255,.06);box-shadow:0 24px 60px #000000b3;padding:40px;max-width:800px;margin:0 auto}.form-card h2{font-size:28px;color:#1a1f3a;margin-bottom:12px;text-align:center}.form-card h2,.form-card .form-description{color:#e6e0f5}.form-description{text-align:center;margin-bottom:32px;color:#c5c9e6}.form-group{display:flex;flex-direction:column;margin-bottom:2rem}.form-group label{font-size:1.2rem;font-weight:600;margin-bottom:.6rem;color:#dcd6f2}.form-group input,.safety-input{padding:12px 16px;border-radius:12px;border:1px solid #374a5a;background:#f6f8fa;color:#131a20;font-size:1.2rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.safety-input:focus{outline:none;border-color:#7a66ff;box-shadow:0 0 0 3px #7a66ff40}.form-note{font-size:.7rem;color:#9aa4c6;margin-top:.25rem}.submit-btn{width:100%;padding:1.2rem;border-radius:12px;background:linear-gradient(135deg,#7a33cc,#7a66ff);color:#fff;font-size:1.6rem;font-weight:700;border:none;transition:transform .2s,opacity .2s;box-shadow:0 0 18px #7a66ff73}.submit-button:hover:not(:disabled){transform:translateY(-2px);opacity:.9}.field-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap;justify-content:center}.field-tab{padding:10px 20px;background:#f5f5f5;border:none;border-radius:40px;cursor:pointer;font-size:14px;transition:all .3s ease;color:#666}.field-tab i{margin-right:8px}.field-tab:hover{background:#e0e0e0}.field-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.input-wrapper{position:relative}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#999;font-size:20px}.safety-input{width:100%;padding:16px 16px 16px 48px;font-size:16px}.optional-note{font-size:13px;color:#9aa4c6;margin-bottom:20px;display:flex;align-items:center;gap:8px}.search-summary{background:#7a66ff1a;border-radius:12px;padding:16px;margin-bottom:20px}.search-summary p{font-size:14px;font-weight:600;color:#e6e0f5;margin-bottom:12px}.search-badges{display:flex;flex-wrap:wrap;gap:8px}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff1a;border-radius:20px;font-size:13px;color:#e6e0f5;border:1px solid rgba(255,255,255,.2)}.badge i{font-size:14px;color:#8f88ff}.error-message{background:#ff004826;border-left:3px solid #ff0048;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;color:#f88}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.features-section,.risk-levels-section,.faq-section{padding:60px 20px}.features-section,.risk-levels-section,.faq-section{background:#f8f9ff}.how-it-works-section,.privacy-notice-section{padding:60px 20px}.features-section h2,.risk-levels-section h2,.how-it-works-section h2,.faq-section h2{text-align:center;font-size:36px;color:#1a1f3a;margin-bottom:48px}.how-it-works-section h2{color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.feature-card{background:#fff;border-radius:20px;padding:30px;transition:all .3s ease;box-shadow:0 5px 20px #0000000d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.feature-icon{font-size:48px;color:#667eea;margin-bottom:20px}.feature-card h3{font-size:20px;color:#1a1f3a;margin-bottom:12px}.feature-card p{color:#666;line-height:1.6;margin-bottom:16px}.feature-card ul{list-style:none;padding:0}.feature-card li{font-size:14px;color:#888;padding:4px 0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.step{text-align:center}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:20px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step-icon{font-size:48px;color:#667eea;margin-bottom:16px}.step h3{font-size:20px;color:#fff;margin-bottom:12px}.step p{color:#fffc;line-height:1.6}.risk-levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.risk-level-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #0000000d}.risk-level-header{padding:16px;text-align:center}.risk-level-card.critical .risk-level-header{background:linear-gradient(135deg,#f093fb,#f5576c)}.risk-level-card.high .risk-level-header{background:linear-gradient(135deg,#fa709a,#fee140)}.risk-level-card.medium .risk-level-header{background:linear-gradient(135deg,#4facfe,#00f2fe)}.risk-level-card.low .risk-level-header{background:linear-gradient(135deg,#43e97b,#38f9d7)}.risk-level-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;background:#ffffffe6}.risk-level-badge.urgent{color:#f5576c}.risk-level-badge.needs-attention{color:#fa709a}.risk-level-badge.review-recommended{color:#4facfe}.risk-level-badge.good-standing{color:#43e97b}.risk-level-content{padding:20px}.risk-level-content h4{font-size:18px;color:#1a1f3a;margin-bottom:8px}.risk-level-content p{font-size:14px;color:#666;line-height:1.5}.privacy-card{background:#ffffff0d;border-radius:24px;padding:40px;text-align:center;border:1px solid rgba(255,255,255,.1)}.privacy-icon{font-size:48px;color:#667eea;margin-bottom:20px}.privacy-card h3{font-size:24px;color:#fff;margin-bottom:16px}.privacy-card p{color:#fffc;line-height:1.6;max-width:700px;margin:0 auto 24px}.privacy-features{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.privacy-features span{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#ffffffb3}.privacy-features i{font-size:18px;color:#43e97b}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.faq-item{background:#fff;border-radius:16px;padding:24px;box-shadow:0 5px 20px #0000000d}.faq-item h4{font-size:18px;color:#1a1f3a;margin-bottom:12px}.faq-item p{font-size:14px;color:#666;line-height:1.6}.cta-section{padding:80px 20px;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center}.cta-content h2{font-size:36px;color:#fff;margin-bottom:16px}.cta-content p{font-size:18px;color:#ffffffe6;margin-bottom:32px}.cta-btn{padding:16px 32px;background:#fff;color:#667eea;border:none;border-radius:40px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.profile-report{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.breach-check-results-container{padding:20px;max-width:1200px;margin:0 auto}.back-to-check-btn{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;margin-bottom:24px;transition:all .3s ease}.back-to-check-btn:hover{transform:translate(-5px)}.profile-header{background:linear-gradient(135deg,#0a0618f2,#0a0618d9);padding:1.25rem;display:flex;gap:1.5rem;align-items:center;border-left:4px solid}.profile-header.severity-critical,.profile-header.critical{border-left-color:#ff0048}.profile-header.severity-high,.profile-header.high{border-left-color:#f44}.profile-header.severity-medium,.profile-header.medium{border-left-color:#fa0}.profile-header.severity-low,.profile-header.low{border-left-color:#4caf50}.profile-icon{background:#7a66ff26;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:40px}.profile-info{flex:1}.profile-info h1{margin:0 0 .25rem;font-size:1.3rem}.profile-identities{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem;font-size:.8rem;color:#9aa4c6}.profile-identities p{display:flex;align-items:center;gap:.5rem}.profile-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}.stat-card{background:#0000004d;border-radius:12px;padding:1rem;text-align:center}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stat-card-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#9aa4c6}.stat-card-value{font-size:1.4rem;font-weight:800;margin-bottom:.5rem}.stat-card-description{font-size:.75rem;color:#c5c9e6}.risk-card.critical .stat-card-value{color:#ff0048}.risk-card.high .stat-card-value{color:#f66}.risk-card.medium .stat-card-value{color:#fa0}.risk-card.low .stat-card-value,.privacy-card.privacy-good .stat-card-value{color:#4caf50}.privacy-card.privacy-medium .stat-card-value{color:#fa0}.privacy-card.privacy-poor .stat-card-value{color:#ff0048}.stat-card.critical,.stat-card.privacy-poor{background:#ff0048;color:#fff}.stat-card.needs-attention,.stat-card.high{background:#f44;color:#fff}.stat-card.review-recommended,.stat-card.medium,.stat-card.privacy-medium{background:#fa0;color:#fff}.stat-card.good-standing,.stat-card.low,.stat-card.privacy-good{background:#4caf50;color:#fff}.stat-card-value,.stat-card-description,.stat-card-label,.info-icon-btn i{color:#fff!important}.profile-findings{background:#00000040;border-radius:12px;padding:.75rem 1rem;margin-top:.5rem}.findings-label{font-size:.7rem;color:#8f88ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.findings-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem}.findings-list li{font-size:.85rem;color:#e6e0f5}.findings-list li strong{color:#8f88ff}.info-icon-btn{background:none;border:none;color:#9aa4c6;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;font-size:1rem}.info-icon-btn:hover{color:#8f88ff}.card{background:#0a0618bf;border-radius:12px;border:1px solid rgba(255,255,255,.05);overflow:hidden}.card:hover{border-color:#7a66ff26}.card-header{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0000001a}.card-header i{color:#8f88ff;font-size:1.1rem}.card-header h3{font-size:.95rem;font-weight:600;margin:0;color:#e6e0f5}.card-summary{padding:.8rem 1rem;font-size:.8rem;color:#c5c9e6}.card-summary strong{color:#8f88ff}.card.critical{border-left:4px solid #ff0048;background:#ff004808}.card.critical .card-header{background:#ff004814;border-bottom:1px solid rgba(255,0,72,.15)}.card.critical .card-header h3{color:#f88}.card.success{border-left:4px solid #4caf50;background:#4caf5005}.badge{background:#7a66ff33;padding:.2rem .7rem;border-radius:20px;font-size:.7rem;color:#8f88ff;margin-left:.5rem}.what-this-means-two-column{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1rem}.understanding-column,.attackers-can,.attackers-cannot{background:#0003;border-radius:10px;padding:.75rem}.findings-explanations{display:flex;flex-direction:column;gap:.75rem}.explanation-text{font-size:.8rem;line-height:1.5;color:#c5c9e6;margin:0;padding-left:.75rem;border-left:2px solid #8f88ff}.attackers-can h4,.attackers-cannot h4{font-size:.85rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.attackers-can h4{color:#f88}.attackers-cannot h4{color:#4caf50}.attackers-can ul,.attackers-cannot ul{margin-left:1.25rem;margin-top:.25rem}.attackers-can li,.attackers-cannot li{margin-bottom:.4rem;font-size:.75rem;color:#c5c9e6;line-height:1.4}.results-tabs{display:flex;background:#0a061899;margin-bottom:1.5rem;flex-wrap:wrap}.results-tab{display:flex;align-items:center;padding:.75rem 1.25rem;background:transparent;border:none;color:#9aa4c6;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.results-tab .tab-icon{font-size:1.1rem;margin-right:7px}.results-tab:hover{background:#7a66ff26;color:#e6e0f5}.results-tab.active{background:linear-gradient(135deg,#7a33cc4d,#7a66ff4d);color:#fff;border-bottom:2px solid #8f88ff}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.key-findings-list{list-style:none;padding:0;margin:0}.key-finding-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease;text-align:left}.key-finding-item:hover{background:#7a66ff1a;border-color:#7a66ff4d;transform:translate(4px)}.key-lock{color:#ff0048;font-size:22px;margin-right:-8px}.key-finding-text{flex:1;font-size:.9rem;color:#c5c9e6}.key-finding-text strong{color:#e6e0f5}.key-finding-arrow{color:#8f88ff;font-size:1rem;opacity:0;transition:opacity .2s ease,transform .2s ease}.key-finding-item:hover .key-finding-arrow{opacity:1;transform:translate(4px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:999999}.modal-content{background:#1a1a2e;border-radius:16px;max-width:500px;width:90%;max-height:85vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3{margin:0;font-size:1.2rem;color:#e6e0f5}.modal-close{background:none;border:none;color:#9aa4c6;font-size:1.5rem;cursor:pointer}.modal-close:hover{color:#ff0048}.modal-body{padding:1.5rem}.modal-body p{margin-bottom:1rem;color:#c5c9e6;font-size:.9rem}.modal-levels{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.modal-level{padding:.75rem;border-radius:8px;background:#0000004d}.modal-level.critical{border-left:3px solid #ff0048}.modal-level.high{border-left:3px solid #ff6666}.modal-level.medium{border-left:3px solid #ffaa00}.modal-level.low{border-left:3px solid #4caf50}.level-label{display:block;font-weight:700;font-size:.85rem;margin-bottom:.25rem}.modal-level.critical .level-label{color:#ff0048}.modal-level.high .level-label{color:#f66}.modal-level.medium .level-label{color:#fa0}.modal-level.low .level-label{color:#4caf50}.level-desc{font-size:.75rem;color:#b0b4d4;line-height:1.4}.modal-note{font-size:.7rem;color:#8f88ff;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.risk-group{padding:20px;background:#00000040}.risk-group-header-toggle{background:none;border:none;width:100%;cursor:pointer;padding:20px 20px 8px;margin-bottom:12px}.urgent .risk-group-header-toggle{background:#ff00481a}.needs-attention .risk-group-header-toggle{background:#ff444414}.review-recommended .risk-group-header-toggle{background:#ffaa0014}.good-standing .risk-group-header-toggle{background:#4caf5014}.risk-group-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.risk-icon{width:24px;flex-shrink:0}.urgent .risk-icon,.critical-finding .key-finding-icon{background:#d40924;border-radius:20px}.needs-attention .risk-icon{background:#ec5a00;border-radius:20px}.review-recommended .risk-icon{background:#d9a514;border-radius:20px}.good-standing .risk-icon{background:#189a30;border-radius:20px}.risk-title{font-weight:800;font-size:16px;letter-spacing:.5px;color:#fff}.risk-count{font-size:12px;color:#9aa4c6;margin-left:auto}.toggle-icon{margin-left:auto;font-size:18px;color:#8f88ff;transition:transform .2s ease}.risk-desc{font-size:13px;color:#c5c9e6;line-height:1.5}.action-box{background:#00000059;border-radius:10px;padding:14px 16px}.action-box strong{display:block;margin-bottom:10px;font-size:13px}.action-box ul{margin:0;padding-left:20px}.action-box li{font-size:12px;margin-bottom:6px;color:#b0b4d4}.action-box.urgent strong{color:#ff88a8}.action-box.needs-attention strong{color:#f88}.action-box.review-recommended strong{color:#fc6}.action-box.good-standing strong{color:#8f8}.detailed-breach-item{padding:12px;border-bottom:1px solid rgba(255,255,255,.05);border-radius:8px;margin-bottom:8px;background:#2d4154}.detailed-breach-name{font-weight:600;font-size:14px}.detailed-breach-date{font-size:11px;color:#77aaca}.detailed-breach-risk{font-size:12px;margin:6px 0;display:inline-block;padding:10px;border-radius:6px}.breach-logo-small{width:20px;height:20px;object-fit:contain}.source-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:600}.source-badge.verified{background:#2196f3;color:#fff}.source-badge.osint{background:#9c27b0;color:#fff}.breach-toggle-btn{background:none;border:none;color:#9aa4c6;cursor:pointer;font-size:16px;margin-left:auto;padding:4px 8px}.breach-full-details{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.05)}.breach-data-full strong{display:block;margin-bottom:8px;font-size:14px;color:#fff;margin-top:20px}.breach-action-full{font-size:12px;border-radius:6px;margin-top:-10px;background:#6dfaa459;padding:20px}.data-exposed-list li{display:inline-block;padding:10px;margin-bottom:10px;margin-right:10px;border-radius:6px;font-size:12px;background:#2d4154}.data-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;margin-right:10px}.data-badge.critical{background:#cc354c;color:#fff}.data-badge.personal{background:#f26c4d;color:#fff}.data-badge.other{background:#6a6a8a;color:#fff}.social-profiles-list{display:flex;flex-direction:column;gap:1rem;padding:1rem}.social-profile-card{background:#0a061880;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.06)}.profile-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}.profile-platform{display:flex;align-items:center;gap:.5rem}.platform-favicon{width:46px;height:46px;border-radius:8px;object-fit:contain}.platform-icon{font-size:18px;color:#8f88ff}.safety-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:600}.safety-badge.safety-good{background:#4caf5033;color:#4caf50}.safety-badge.safety-medium{background:#fa03;color:#fa0}.safety-badge.safety-bad{background:#f4433633;color:#f44}.solution-box{background:#0a061899;border-radius:6px;padding:.6rem .75rem;margin-top:.5rem}.recommendations-list{margin:.5rem 0 0 1.25rem}.recommendations-list li{font-size:.75rem;color:#b0b4d4;margin-bottom:.25rem}.risk-explanation{background:#ff444414;border-left:3px solid #ff4444;border-radius:8px;padding:1rem;margin-bottom:1.25rem}.found-platforms-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.found-platform-item{display:flex;align-items:center;gap:.4rem;background:#0a061880;padding:.3rem .7rem;border-radius:20px;font-size:.75rem}.fixes-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.fix-item{background:#0a061866;border-radius:8px;padding:.6rem .8rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.fix-item-action code{background:#0000004d;padding:.3rem .6rem;border-radius:6px;font-size:.7rem;color:#8f88ff}.action-plan .action-step{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.04);display:flex;align-items:flex-start;gap:1rem}.action-plan .action-step.urgent{background:#ff00480d;border-left:3px solid #ff0048}.step-priority{font-size:.65rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;background:#ffffff14;white-space:nowrap}.action-highlight{background:#ff00481f;border-left:3px solid #ff0048;padding:.75rem 1rem;border-radius:8px;font-weight:700;margin:.75rem 0;font-size:.85rem;color:#f88}.loading,.empty{text-align:center;padding:4rem 0}.error{background:#ff000026;border:1px solid rgba(255,0,0,.4);padding:2rem;border-radius:10px;text-align:center}.timestamp{text-align:center;font-size:.65rem;color:#6a6a8a;margin-top:1rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.note{font-size:.7rem;color:#9aa4c6;padding:0 1rem .75rem;margin:0}.not-found-message{display:flex;gap:1rem;padding:1rem;background:#4caf5008;border-radius:10px;align-items:center}.not-found-icon{font-size:1.5rem;flex-shrink:0;color:#fa0}.not-found-icon.success,.text-success{color:#4caf50}.text-warning{color:#fa0}details.technical-details,.technical-details,.phone-findings details{display:none!important}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input{flex:1;padding-right:40px!important}.password-toggle-btn{position:absolute;right:12px;background:none;border:none;color:#9aa4c6;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:color .2s ease}.password-toggle-btn:hover{color:#8f88ff}@media (max-width: 900px){.desktop-only{display:none!important}.mobile-only{display:block!important}.sidebar-desktop{display:none}.main{width:100%!important;padding:2rem 1.5rem;margin-left:0}.profile-header{flex-direction:column;text-align:center}.profile-stats-row,.what-this-means-two-column{grid-template-columns:1fr}.profile-identities,.findings-list{justify-content:center}.hero-section h1{font-size:32px}.hero-subtitle{font-size:16px}.hero-stats{gap:30px}.stat-number{font-size:24px}.form-card{padding:24px}.features-grid,.risk-levels-grid,.faq-grid{grid-template-columns:1fr}.privacy-features{flex-direction:column;align-items:center;gap:12px}.cta-content h2{font-size:28px}}@media (max-width: 600px){.not-found-message{flex-direction:column;text-align:center}.results-tabs{gap:.25rem;padding:.25rem}.results-tab{padding:.5rem .75rem;font-size:.75rem}.fix-item{flex-direction:column;align-items:flex-start}}@media (max-width: 450px){.results-tab span{display:none}.results-tab{padding:.6rem}.results-tab .tab-icon{margin:0}}
