*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh}body{background:#3b3b3b;color:#fff;font-family:Arial,Helvetica,sans-serif}.page{min-height:100vh;display:flex;flex-direction:column;padding:2rem}.container{width:100%;max-width:900px;flex:1;margin:0 auto}.banned-card{margin-top:10px;padding:10px 14px;border-radius:8px;background:#3b1111;border:1px solid #ff4444;color:#f77;display:flex;flex-direction:column;gap:4px}.banned-card strong{color:#f33}.privacy-page{max-width:900px;margin:0 auto;padding:40px 24px;color:#e5e7eb}.privacy-page h1{font-size:42px;margin-bottom:8px}.updated{color:#9ca3af;margin-bottom:40px}.privacy-page section{margin-bottom:32px}.privacy-page h2{font-size:24px;margin-bottom:12px}.privacy-page h3{margin-top:20px}.privacy-page p,.privacy-page li{color:#cbd5e1;line-height:1.7}.privacy-page ul{padding-left:24px}.not-found-page{min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center}.not-found-container{max-width:500px;padding:40px}.not-found-container h1{font-size:96px;margin:0;font-weight:800}.not-found-container h2{font-size:32px;margin:10px 0}.not-found-container p{color:#9ca3af;margin-bottom:30px}.home-button{display:inline-block;padding:12px 24px;border-radius:8px;background:#000;color:#fff;text-decoration:none;transition:opacity .2s}.home-button:hover{opacity:.85}.footer{text-align:center;padding:20px;color:#9ca3af;font-size:14px}.footer-link{background:none;border:none;color:#60a5fa;cursor:pointer;padding:0;font-size:inherit}.footer-link:hover{text-decoration:underline}.title{text-align:center;font-size:4rem;font-weight:700;text-shadow:0 3px 5px #000;display:flex;align-items:center;justify-content:center;gap:12px}.logo{width:60px;height:60px;object-fit:contain}.subtitle{text-align:center;margin-bottom:3rem;color:#cfcfcf}.search-form{display:flex;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto}.search-form label{font-size:2rem;text-shadow:0 2px 4px #000}.search-form input{height:60px;background:#222;border:1px solid #444;color:#fff;padding:0 1rem;font-size:1.8rem}.search-form button{margin-top:1rem;height:60px;border:none;cursor:pointer;background:#9146ff;color:#fff;font-size:1.3rem;font-weight:700}.search-form button:hover{opacity:.9}.tracker-page{display:flex;flex-direction:column;gap:2rem}.tracker-header{display:flex;justify-content:center;gap:3rem;font-size:1.4rem}.tracker-header strong{margin-left:.5rem}.profile-card{background:#2b2b2b;border:1px solid #444;padding:1.5rem;display:flex;gap:1rem;align-items:center}.profile-card img{width:96px;height:96px;border-radius:50%}.profile-card h2{margin-bottom:.5rem}.profile-card p{color:#cfcfcf}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat{background:#2b2b2b;border:1px solid #444;padding:1.5rem}.stat span{display:block;color:#bdbdbd;margin-bottom:.5rem}.stat strong{font-size:2rem}.tracker-search{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;margin:30px 0}.tracker-search input{height:52px;background:#222;border:1px solid #444;color:#fff;padding:0 16px;font-size:18px}.tracker-search button{padding:0 28px;background:#9146ff;border:none;color:#fff;cursor:pointer;font-size:17px;font-weight:700}.tracker-search button:hover{background:#7f3de6}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px}.loading img{width:96px;image-rendering:auto}.loading p{font-size:24px;font-weight:700;color:#ddd}@media(max-width:700px){.title{font-size:2.5rem}.search-form label{font-size:1.5rem}.search-form input{font-size:1.2rem;height:50px}.tracker-header{flex-direction:column;gap:.5rem;text-align:center}.profile-card{flex-direction:column;text-align:center}.tracker-search{grid-template-columns:1fr}.tracker-search button{height:52px}}
