:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #06080d;--surface: #0d1117;--surface-2: #161b22;--border: #21262d;--border-light: #30363d;--text: #e6edf3;--text-muted: #8b949e;--accent: #58a6ff;--green: #3fb950;--yellow: #d29922;--red: #f85149;--orange: #db6d28;--purple: #bc8cff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}body{background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(88,166,255,.08),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(188,140,255,.05),transparent)}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.25rem 2rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06080dcc;position:sticky;top:0;z-index:100}.logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--red),var(--orange));display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.logo-text{font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.logo-text span{color:var(--red)}.header-badge{margin-left:auto;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);padding:.2rem .6rem;border-radius:999px}.main{flex:1;max-width:900px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 4rem}.hero{text-align:center;margin-bottom:2.5rem}.hero h1{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text),var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:var(--text-muted);font-size:1rem;max-width:540px;margin:0 auto}.url-input-section{margin-bottom:2rem}.url-input-wrapper{display:flex;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.5rem;transition:border-color .2s}.url-input-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #58a6ff1a}.url-input{flex:1;background:transparent;border:none;color:var(--text);font-size:.95rem;padding:.65rem .75rem;outline:none;font-family:inherit}.url-input::placeholder{color:var(--text-muted)}.scan-btn{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;border:none;padding:.65rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;white-space:nowrap;font-family:inherit}.scan-btn:hover{opacity:.9}.scan-btn:active{transform:scale(.97)}.scan-btn:disabled{opacity:.5;cursor:not-allowed}.platform-hint{display:flex;gap:.75rem;margin-top:.75rem;justify-content:center;flex-wrap:wrap}.platform-tag{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.platform-dot{width:8px;height:8px;border-radius:50%}.platform-dot.twitch{background:#9146ff}.platform-dot.kick{background:#53fc18}.platform-dot.youtube{background:red}.error-msg{background:#f851491a;border:1px solid rgba(248,81,73,.3);color:var(--red);padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:.75rem}.loading{text-align:center;padding:3rem 1rem}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:var(--text-muted);font-size:.9rem}.loading .step{margin-top:.5rem;font-size:.8rem;color:var(--accent);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.results{animation:fadeUp .4s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.stream-info{display:flex;align-items:center;gap:.75rem}.platform-logo{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.platform-logo.twitch{background:#9146ff33;color:#9146ff}.platform-logo.kick{background:#53fc1826;color:#53fc18}.platform-logo.youtube{background:#ff000026;color:red}.stream-details h2{font-size:1.1rem;font-weight:600}.stream-details .platform-name{font-size:.8rem;color:var(--text-muted)}.new-scan-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:8px;font-size:.85rem;cursor:pointer;font-family:inherit;transition:background .2s}.new-scan-btn:hover{background:var(--border)}.trust-section{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;margin-bottom:1.5rem;text-align:center}.trust-label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.trust-score-ring{position:relative;width:160px;height:160px;margin:0 auto 1rem}.trust-score-ring svg{transform:rotate(-90deg)}.trust-score-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.trust-score-value .number{font-size:2.5rem;font-weight:800;letter-spacing:-.04em;line-height:1}.trust-score-value .out-of{font-size:.75rem;color:var(--text-muted)}.verdict{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-top:.75rem}.verdict.clean{background:#3fb95026;color:var(--green);border:1px solid rgba(63,185,80,.3)}.verdict.suspicious{background:#d2992226;color:var(--yellow);border:1px solid rgba(210,153,34,.3)}.verdict.botted{background:#f8514926;color:var(--red);border:1px solid rgba(248,81,73,.3)}.verdict .dot{width:8px;height:8px;border-radius:50%;background:currentColor}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1.5rem}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.metric-title{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.metric-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:999px;font-weight:600}.metric-badge.low{background:#3fb95026;color:var(--green)}.metric-badge.medium{background:#d2992226;color:var(--yellow)}.metric-badge.high{background:#f8514926;color:var(--red)}.metric-badge.ok{background:#3fb95026;color:var(--green)}.metric-badge.warn{background:#d2992226;color:var(--yellow)}.metric-badge.bad{background:#f8514926;color:var(--red)}.metric-value{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.25rem}.metric-bar-track{height:6px;background:var(--surface-2);border-radius:3px;overflow:hidden;margin:.75rem 0 .5rem}.metric-bar-fill{height:100%;border-radius:3px;transition:width .6s ease-out}.metric-bar-fill.green{background:var(--green)}.metric-bar-fill.yellow{background:var(--yellow)}.metric-bar-fill.red{background:var(--red)}.metric-desc{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.flags-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.flags-title{font-size:.85rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.flag-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.flag-item{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .75rem;background:var(--surface-2);border-radius:8px;font-size:.875rem}.flag-icon{flex-shrink:0;margin-top:.1rem}.flag-icon.warn{color:var(--yellow)}.flag-icon.danger{color:var(--red)}.flag-icon.info{color:var(--accent)}.recommendation{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.recommendation h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.recommendation p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.recommendation .sponsor-warning{margin-top:1rem;padding:.75rem 1rem;background:#f8514914;border:1px solid rgba(248,81,73,.2);border-radius:8px;color:var(--red);font-size:.85rem;line-height:1.5}.recommendation .sponsor-ok{margin-top:1rem;padding:.75rem 1rem;background:#3fb95014;border:1px solid rgba(63,185,80,.2);border-radius:8px;color:var(--green);font-size:.85rem;line-height:1.5}.viewer-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.viewer-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.viewer-title{font-size:1rem;font-weight:600}.viewer-summary{display:flex;gap:.5rem}.viewer-count{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;font-weight:600}.viewer-count.bot{background:#f8514926;color:var(--red)}.viewer-count.suspicious{background:#d2992226;color:var(--yellow)}.viewer-count.legit{background:#3fb95026;color:var(--green)}.viewer-filters{display:flex;gap:.5rem;margin-bottom:1rem}.filter-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);padding:.4rem .85rem;border-radius:6px;font-size:.8rem;cursor:pointer;font-family:inherit;transition:all .15s}.filter-btn:hover{background:var(--border);color:var(--text)}.filter-btn.active{background:#58a6ff26;border-color:var(--accent);color:var(--accent)}.filter-btn.bot.active{background:#f8514926;border-color:var(--red);color:var(--red)}.filter-btn.suspicious.active{background:#d2992226;border-color:var(--yellow);color:var(--yellow)}.viewer-table-wrap{overflow-x:auto;margin:0 -.25rem}.viewer-table{width:100%;border-collapse:collapse;font-size:.85rem}.viewer-table th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.6rem .75rem;border-bottom:1px solid var(--border);white-space:nowrap}.viewer-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}.viewer-row{cursor:pointer;transition:background .15s}.viewer-row:hover,.viewer-row.expanded{background:var(--surface-2)}.viewer-row.bot{border-left:3px solid var(--red)}.viewer-row.suspicious{border-left:3px solid var(--yellow)}.viewer-row.legit{border-left:3px solid transparent}.viewer-username{font-weight:600;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.82rem}.viewer-age,.viewer-msgs,.viewer-follows{color:var(--text-muted);white-space:nowrap}.bot-score-cell{display:flex;align-items:center;gap:.5rem;min-width:100px}.bot-score-bar-track{flex:1;height:5px;background:var(--surface-2);border-radius:3px;overflow:hidden}.bot-score-bar-fill{height:100%;border-radius:3px;transition:width .5s ease-out}.bot-score-bar-fill.green{background:var(--green)}.bot-score-bar-fill.yellow{background:var(--yellow)}.bot-score-bar-fill.red{background:var(--red)}.bot-score-num{font-size:.8rem;font-weight:600;min-width:32px;text-align:right}.status-pill{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.status-pill.bot{background:#f8514926;color:var(--red);border:1px solid rgba(248,81,73,.3)}.status-pill.suspicious{background:#d2992226;color:var(--yellow);border:1px solid rgba(210,153,34,.3)}.status-pill.legit{background:#3fb95026;color:var(--green);border:1px solid rgba(63,185,80,.3)}.viewer-reasons-row td{padding:0;border-bottom:1px solid var(--border)}.viewer-reasons{padding:.75rem 1rem;background:#f851490a;animation:fadeUp .2s ease-out}.reasons-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem}.viewer-reasons ul{list-style:none;display:flex;flex-direction:column;gap:.3rem}.viewer-reasons li{font-size:.82rem;color:var(--text);padding-left:1rem;position:relative}.viewer-reasons li:before{content:"!";position:absolute;left:0;color:var(--red);font-weight:700}.viewer-footnote{font-size:.75rem;color:var(--text-muted);margin-top:.75rem;text-align:center}.footer{text-align:center;padding:2rem 1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.75rem}.footer a{color:var(--accent);text-decoration:none}@media(max-width:640px){.header{padding:1rem}.main{padding:1.5rem 1rem 3rem}.hero h1{font-size:1.5rem}.url-input-wrapper{flex-direction:column}.scan-btn{width:100%}.trust-section{padding:1.5rem 1rem}.result-header{flex-direction:column;align-items:flex-start}}
